@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --ink: #101b1b;
    --ink-soft: #233333;
    --orange: #ff5b2e;
    --orange-dark: #e8461d;
    --cream: #f7f3eb;
    --paper: #fffdf9;
    --mint: #d6e9df;
    --line: rgba(16, 27, 27, .13);
    --white: #fff;
    --muted: #667170;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(16, 27, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.045em;
    line-height: 1.08;
}
h2 { font-size: clamp(2.3rem, 4.8vw, 4.4rem); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 116px 0; }
.section-soft { background: var(--cream); }
.section-dark { color: var(--white); background: var(--ink); }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; left: 16px; top: -100px; z-index: 2000;
    padding: 12px 18px; color: var(--white); background: var(--ink);
}
.skip-link:focus { top: 16px; }
.eyebrow {
    display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
    color: var(--orange-dark); font-size: .76rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffc9b8; }
.centered-eyebrow { justify-content: center; }
.large-copy { color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 600; line-height: 1.45; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 20px;
    min-height: 58px; padding: 0 25px; border: 0; border-radius: 999px;
    color: var(--white); background: var(--orange); font-weight: 700;
    box-shadow: 0 10px 30px rgba(255, 91, 46, .24); cursor: pointer;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.button:hover, .button:focus-visible {
    background: var(--orange-dark); transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(255, 91, 46, .34);
}
.button-small { min-height: 46px; padding-inline: 20px; font-size: .9rem; }
.button-light { color: var(--ink); background: var(--white); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--orange); }
.text-link { display: inline-flex; gap: 12px; color: var(--orange-dark); font-weight: 700; }
.light-link { color: var(--white); }

.site-header {
    position: fixed; z-index: 1000; top: 0; left: 0; width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background: var(--orange);
    transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(232, 70, 29, .98); box-shadow: 0 10px 30px rgba(0, 0, 0, .14); }
.nav-wrap { display: flex; align-items: center; min-height: 88px; gap: 30px; }
.brand { flex-shrink: 0; width: 216px; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.primary-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.primary-nav a { color: rgba(255, 255, 255, .86); font-size: .92rem; font-weight: 600; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.header-cta {
    margin-left: 8px; color: var(--orange-dark); background: var(--white); box-shadow: none;
}
.header-cta:hover, .header-cta:focus-visible { color: var(--white); background: var(--ink); }
.menu-toggle {
    display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px;
    border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: transparent;
}
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero {
    position: relative; min-height: 790px; display: flex; align-items: center;
    color: var(--white); overflow: hidden; background: var(--ink);
}
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo {
    background: url("../images/home/hero.jpg") center 48% / cover no-repeat;
    transform: scale(1.02);
}
.hero-overlay {
    background:
        linear-gradient(90deg, rgba(11, 25, 24, .96) 0%, rgba(11, 25, 24, .84) 42%, rgba(11, 25, 24, .38) 74%, rgba(11, 25, 24, .3) 100%),
        linear-gradient(0deg, rgba(11, 25, 24, .76) 0%, transparent 35%);
}
.hero-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    align-items: center; gap: 90px; padding-top: 125px; padding-bottom: 125px;
}
.hero-copy { max-width: 770px; }
.hero h1 { max-width: 760px; margin-bottom: 27px; font-size: clamp(3.25rem, 6vw, 6.15rem); }
.hero h1 em { color: #ff835e; font-style: normal; }
.hero-lead { max-width: 680px; color: rgba(255,255,255,.82); font-size: clamp(1.15rem, 1.8vw, 1.42rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 35px 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.78); font-size: .86rem; }
.hero-proof span { color: #ff835e; font-weight: 800; }
.hero-card {
    position: relative; align-self: end; margin-bottom: 38px; padding: 140px 32px 34px;
    border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius);
    background: rgba(16, 27, 27, .74); backdrop-filter: blur(14px); box-shadow: var(--shadow);
    overflow: hidden;
}
.hero-mascot {
    position: absolute; top: -26px; right: -30px; width: 230px; opacity: .19; transform: rotate(-7deg);
}
.hero-card .card-kicker { position: relative; color: #ffc9b8; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-card h2 { position: relative; margin-bottom: 16px; font-size: 2rem; }
.hero-card p:not(.card-kicker) { position: relative; color: rgba(255,255,255,.7); font-size: .95rem; }
.hero-card a { position: relative; display: inline-flex; gap: 12px; color: var(--white); font-size: .92rem; font-weight: 700; }
.hero-bottom { position: absolute; z-index: 3; bottom: 0; left: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.15); }
.payment-strip { display: flex; align-items: center; justify-content: space-between; min-height: 75px; gap: 25px; }
.payment-strip span { color: #ffc9b8; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.payment-strip strong { color: rgba(255,255,255,.84); font-size: .9rem; letter-spacing: .04em; }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.intro-heading h2 { max-width: 480px; }
.intro-copy { max-width: 600px; }
.intro-copy > p:last-child { color: var(--muted); }

.section-heading { max-width: 800px; margin: 0 auto 62px; }
.section-heading.centered { text-align: center; }
.section-heading > p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card {
    position: relative; min-height: 345px; padding: 32px; border: 1px solid var(--line);
    border-radius: var(--radius); background: var(--paper); overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.solution-card:hover { transform: translateY(-6px); border-color: rgba(255,91,46,.5); box-shadow: var(--shadow); }
.solution-card.featured { color: var(--white); background: var(--ink); }
.solution-number { position: absolute; top: 26px; right: 28px; color: rgba(16,27,27,.24); font-size: .75rem; font-weight: 700; }
.featured .solution-number { color: rgba(255,255,255,.35); }
.solution-icon {
    display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 48px;
    border-radius: 18px; color: var(--orange); background: rgba(255,91,46,.1);
}
.solution-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin-bottom: 15px; }
.solution-card p { color: var(--muted); font-size: .96rem; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.68); }
.solution-card ul { padding: 0; margin: 22px 0 0; list-style: none; font-size: .86rem; }
.solution-card li { padding: 7px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); }

.local-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 105px; }
.local-image { position: relative; }
.local-image > img { width: 100%; height: 650px; border-radius: var(--radius); object-fit: cover; }
.local-badge {
    position: absolute; right: -44px; bottom: 40px; display: flex; align-items: center; gap: 16px;
    min-width: 255px; padding: 20px; border-radius: 18px; color: var(--white); background: var(--orange); box-shadow: var(--shadow);
}
.local-badge img { width: 54px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); }
.local-badge span { font-size: .78rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.local-badge strong { font-size: 1rem; letter-spacing: 0; text-transform: none; }
.local-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.benefit-list { margin-top: 36px; border-top: 1px solid var(--line); }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.benefit-list > div > span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.benefit-list section h3 { margin: 0 0 5px; font-size: 1rem; letter-spacing: -.02em; }
.benefit-list section p { margin: 0; color: var(--muted); font-size: .88rem; }

.industries-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.industries-head h2 { margin: 0; }
.industries-head > p { max-width: 490px; margin-bottom: 10px; color: rgba(255,255,255,.64); }
.industry-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry { position: relative; min-height: 430px; border-radius: var(--radius); overflow: hidden; }
.industry::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,18,17,.93), transparent 68%); }
.industry img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .7s ease; }
.industry:hover img { transform: scale(1.045); }
.industry-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 18px; padding: 40px; background: linear-gradient(145deg, #263b38, #152724); }
.industry-placeholder::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(255,255,255,.2); border-radius: calc(var(--radius) - 8px); }
.industry-placeholder img { width: 88px; height: auto; object-fit: contain; opacity: .16; filter: grayscale(1) brightness(2); }
.industry:hover .industry-placeholder img { transform: none; }
.industry-placeholder p { margin: 0; color: rgba(255,255,255,.42); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.industry > div { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.industry > .industry-placeholder { z-index: auto; left: 0; right: 0; bottom: 0; display: grid; }
.industry span { color: #ffc9b8; font-size: .72rem; }
.industry h3 { max-width: 230px; margin: 0; text-align: right; font-size: 1.35rem; }
.industry-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 35px; }
.industry-tags span { padding: 8px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,255,255,.65); font-size: .8rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 265px; padding: 40px 38px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.step-number { display: inline-block; margin-bottom: 55px; color: var(--orange); font-size: .75rem; font-weight: 800; }
.process-step h3 { margin-bottom: 14px; font-size: 1.3rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .92rem; }
.rate-callout {
    display: grid; grid-template-columns: 1.15fr .75fr auto; align-items: center; gap: 55px;
    padding: 54px; border-radius: var(--radius); color: var(--white); background: var(--orange);
}
.rate-callout h2 { max-width: 560px; margin: 0; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.rate-callout > p { margin: 0; color: rgba(255,255,255,.8); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 28px 50px 28px 0; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: absolute; right: 0; transition: transform .25s ease; color: var(--orange); font-size: 1.4rem; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding-right: 45px; color: var(--muted); }

.contact { color: var(--white); background: var(--ink); }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-content { padding-top: 26px; }
.contact-content > p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.65); }
.contact-person { display: flex; gap: 20px; align-items: center; margin-top: 45px; }
.contact-person img { width: 82px; height: 82px; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; object-fit: contain; filter: brightness(0) invert(1); }
.contact-person div { display: grid; }
.contact-person span, .contact-person small { color: rgba(255,255,255,.55); font-size: .78rem; }
.contact-person strong { margin: 3px 0; font-family: "Manrope", sans-serif; font-size: 1.15rem; }
.contact-person a { color: #ffc9b8; font-size: .9rem; }
.form-card { padding: 40px; border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 19px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none;
    color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input, .contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { min-height: 135px; padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
    border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,91,46,.12);
}
.form-submit { width: 100%; margin-top: 4px; }
.form-note { margin: -5px 0 0; text-align: center; color: var(--muted); font-size: .75rem; }
.form-alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; font-size: .9rem; }
.form-alert.success { color: #155f40; background: #e1f4e9; }
.form-alert.error { color: #8a2616; background: #fde9e3; }
.honeypot { position: absolute !important; left: -10000px !important; }

.site-footer { padding-top: 75px; color: rgba(255,255,255,.66); background: #091212; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 65px; padding-bottom: 60px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-logo { width: 250px; margin-bottom: 12px; filter: brightness(0) invert(1); }
.footer-main > div:first-child p { max-width: 340px; }
.footer-main h2 { margin: 0 0 12px; color: var(--white); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main a, .footer-main span { font-size: .87rem; }
.footer-main a:hover { color: var(--white); }
.footer-cta { margin-top: 9px; color: #ffc9b8; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.back-top {
    position: fixed; z-index: 900; right: 18px; bottom: 18px; display: grid; place-items: center;
    width: 45px; height: 45px; border-radius: 50%; color: var(--white); background: var(--orange);
    opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease;
}
.back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .24s; }

@media (max-width: 1060px) {
    .primary-nav { gap: 18px; }
    .primary-nav a { font-size: .84rem; }
    .hero-grid { grid-template-columns: 1fr 320px; gap: 45px; }
    .local-grid { gap: 65px; }
    .local-badge { right: -18px; }
    .rate-callout { grid-template-columns: 1fr auto; }
    .rate-callout > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 880px) {
    .section { padding: 88px 0; }
    .menu-toggle { display: block; }
    .header-cta { display: none; }
    .primary-nav {
        position: fixed; inset: 88px 0 auto; display: grid; gap: 0; padding: 15px 20px 25px;
        background: var(--orange-dark); transform: translateY(-130%); transition: transform .3s ease;
    }
    .primary-nav.open { transform: translateY(0); }
    .primary-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 140px; }
    .hero-card { max-width: 480px; margin: 0; padding-top: 80px; }
    .hero-mascot { width: 180px; }
    .payment-strip strong:nth-of-type(4), .payment-strip strong:nth-of-type(5) { display: none; }
    .intro-grid, .local-grid, .industries-head, .faq-grid, .contact-shell { grid-template-columns: 1fr; gap: 50px; }
    .solution-grid { grid-template-columns: repeat(2, 1fr); }
    .local-image { max-width: 620px; }
    .local-image > img { height: 540px; }
    .industry-list { overflow-x: auto; grid-template-columns: repeat(6, minmax(285px, 1fr)); padding-bottom: 10px; scroll-snap-type: x mandatory; }
    .industry { scroll-snap-align: start; }
    .process-grid { grid-template-columns: 1fr; }
    .process-step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .process-step:last-child { border-bottom: 0; }
    .step-number { margin-bottom: 28px; }
    .faq-intro { position: static; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    body { font-size: 16px; }
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 72px 0; }
    h2 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
    .nav-wrap { min-height: 76px; }
    .brand { width: 190px; }
    .primary-nav { inset: 76px 0 auto; }
    .hero-grid { padding-top: 135px; padding-bottom: 145px; }
    .hero h1 { font-size: clamp(2.85rem, 14.5vw, 4.25rem); }
    .hero-lead { font-size: 1.08rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-proof { display: grid; gap: 7px; }
    .hero-card { padding: 70px 24px 26px; }
    .payment-strip { justify-content: flex-start; min-height: 66px; overflow: hidden; }
    .payment-strip span { flex-shrink: 0; }
    .payment-strip strong { flex-shrink: 0; }
    .payment-strip strong:nth-of-type(3) { display: none; }
    .intro-grid { gap: 20px; }
    .solution-grid { grid-template-columns: 1fr; }
    .solution-card { min-height: 310px; }
    .local-image > img { height: 430px; }
    .local-badge { right: 12px; bottom: 16px; min-width: 225px; padding: 15px; }
    .industries-head { gap: 20px; }
    .industry { min-height: 390px; }
    .process-step { padding: 32px 8px; }
    .rate-callout { grid-template-columns: 1fr; padding: 34px 25px; gap: 25px; }
    .rate-callout > p { grid-row: auto; }
    .field-row { grid-template-columns: 1fr; }
    .form-card { padding: 25px 18px; }
    .contact-person { align-items: flex-start; }
    .contact-person img { width: 70px; height: 70px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-main > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
