:root {
  --navy: #071a2f;
  --navy-2: #0c2744;
  --ink: #0b1725;
  --blue: #123d66;
  --orange: #ff6b1a;
  --orange-dark: #e85300;
  --cream: #f5f2eb;
  --paper: #ffffff;
  --muted: #647180;
  --line: #dfe4e9;
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Oswald", Impact, sans-serif;
  --shadow: 0 24px 60px rgba(2, 16, 30, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--orange); color: white; }
.skip-link:focus { top: 20px; }

.topbar { background: #04111f; color: #bdc8d2; font-size: .77rem; font-weight: 600; letter-spacing: .04em; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; }
.site-header { background: #fff; position: relative; z-index: 30; box-shadow: 0 1px 0 rgba(5, 22, 38, .08); }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--orange); clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%); }
.brand-mark span { font-family: var(--font-display); font-size: 1.65rem; font-weight: 700; line-height: 1; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.45rem; letter-spacing: .08em; color: var(--navy); }
.brand-copy small { margin-top: 5px; color: var(--orange); font-size: .62rem; font-weight: 800; letter-spacing: .38em; }
.nav-links { display: flex; align-items: center; gap: 31px; }
.nav-links > a:not(.nav-cta) { font-size: .9rem; font-weight: 700; color: #25384b; transition: color .2s ease; }
.nav-links > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 13px 19px; color: #fff; background: var(--navy); font-size: .86rem; font-weight: 800; letter-spacing: .02em; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }

.hero { position: relative; min-height: 730px; isolation: isolate; overflow: hidden; background: var(--navy); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(3, 15, 29, .98) 0%, rgba(4, 24, 44, .9) 43%, rgba(4, 24, 44, .42) 68%, rgba(4, 24, 44, .2) 100%), linear-gradient(0deg, rgba(4, 16, 30, .72), transparent 60%); }
.hero-grid { min-height: 730px; padding-block: 76px; display: grid; grid-template-columns: 1.3fr .76fr; align-items: center; gap: 74px; }
.hero-copy { color: #fff; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 32px; height: 3px; background: var(--orange); }
.hero h1 { max-width: 770px; margin: 18px 0 22px; font-family: var(--font-display); font-size: clamp(3.4rem, 6.7vw, 6.35rem); line-height: .97; font-weight: 700; text-transform: uppercase; letter-spacing: -.025em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 630px; margin: 0; color: #d2dbe4; font-size: 1.05rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; cursor: pointer; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border: 1px solid rgba(255, 255, 255, .35); color: #fff; background: rgba(255,255,255,.03); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #dbe3ea; font-size: .78rem; font-weight: 600; }
.hero-points span { color: var(--orange); margin-right: 6px; }

.lead-card { background: rgba(255, 255, 255, .97); box-shadow: var(--shadow); }
.lead-card-head { padding: 27px 30px 20px; border-bottom: 1px solid var(--line); }
.card-kicker { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.lead-card h2 { margin: 4px 0 2px; color: var(--navy); font-family: var(--font-display); font-size: 2rem; line-height: 1.2; text-transform: uppercase; }
.lead-card-head p { margin: 0; color: var(--muted); font-size: .8rem; }
.lead-card form { display: grid; gap: 14px; padding: 24px 30px 26px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-card label { display: grid; gap: 6px; color: #3b4b5b; font-size: .72rem; font-weight: 800; }
.lead-card input, .lead-card select { width: 100%; height: 47px; padding: 0 12px; border: 1px solid #d9e0e6; border-radius: 0; outline: none; color: #172637; background: #f8fafb; font-size: .82rem; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 107, 26, .12); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { width: 100%; margin-top: 2px; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -6px 0 0; color: #82909c; font-size: .68rem; text-align: center; }
.form-status { min-height: 0; margin: 0; color: var(--orange-dark); font-size: .75rem; font-weight: 700; text-align: center; }
.form-status.success { color: #14783d; }
.form-status.error { color: #b32323; }

.value-strip { background: var(--orange); color: white; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid > div { min-height: 112px; padding: 23px 20px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.22); }
.value-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.value-grid strong { color: rgba(255,255,255,.45); font-family: var(--font-display); font-size: 2rem; }
.value-grid span { display: grid; font-size: .72rem; color: #ffe2d1; }
.value-grid b { color: white; font-size: .86rem; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 45px; display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 80px; }
.section h2 { margin: 10px 0 0; color: var(--navy); font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4.65rem); line-height: 1.06; text-transform: uppercase; letter-spacing: -.02em; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 284px; position: relative; padding: 33px 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 20px 50px rgba(5, 28, 50, .11); }
.service-card.featured { color: #fff; background: var(--navy); }
.service-number { position: absolute; top: 26px; right: 26px; color: #a1acb5; font-family: var(--font-display); font-size: .8rem; }
.service-icon { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; background: var(--orange); font-family: var(--font-display); font-size: 1.35rem; }
.service-card h3 { margin: 31px 0 10px; font-family: var(--font-display); font-size: 1.55rem; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.service-card.featured p { color: #bac6d1; }

.equipment { color: white; background: var(--navy); }
.equipment-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.section-label.light { color: #ff8c4c; }
.equipment h2, .partnership h2 { color: white; }
.equipment-copy > p { color: #b8c5d0; margin: 25px 0; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 4px; border-bottom: 2px solid var(--orange); color: #fff; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.equipment-list { border-top: 1px solid rgba(255,255,255,.16); }
.equipment-item { min-height: 132px; padding: 23px 4px; display: grid; grid-template-columns: 48px 1fr 34px; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.equipment-item > span { color: var(--orange); font-family: var(--font-display); font-size: .8rem; }
.equipment-item h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 1.65rem; text-transform: uppercase; }
.equipment-item p { margin: 0; color: #aab8c5; font-size: .82rem; }
.equipment-item > b { color: var(--orange); font-size: 1.25rem; transition: transform .2s ease; }
.equipment-item:hover > b { transform: translateX(6px); }

.process { background: var(--cream); }
.process-head { max-width: 780px; margin: 0 auto 56px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { position: relative; min-height: 260px; padding: 36px 31px; background: #fff; border-top: 4px solid var(--navy); }
.step-no { color: var(--orange); font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; }
.step h3 { margin: 29px 0 8px; font-family: var(--font-display); font-size: 1.45rem; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); font-size: .86rem; }
.process-note { margin-top: 28px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: var(--orange); }
.process-note div { display: grid; }
.process-note span { color: #ffe0d0; font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.process-note strong { font-family: var(--font-display); font-size: 1.55rem; text-transform: uppercase; }
.button-dark { background: var(--navy); color: white; }

.partnership { background: #0b2037; }
.partnership-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; }
.partnership-card { padding: 56px 58px; border: 1px solid rgba(255,255,255,.13); }
.partnership-card > p { max-width: 690px; color: #b2bfca; }
.partnership-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; margin: 30px 0 0; padding: 0; color: #e7edf2; list-style: none; font-size: .84rem; }
.partnership-card li span { margin-right: 8px; color: var(--orange); }
.fee-card { padding: 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--orange); color: #fff; }
.fee-card > span { font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.fee-card > strong { margin: 4px 0 -5px; font-family: var(--font-display); font-size: 7rem; line-height: 1; }
.fee-card sup { font-size: 2.2rem; }
.fee-card h3 { margin: 0; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; }
.fee-card p { color: #ffe2d1; font-size: .84rem; }
.fee-card a { margin-top: 15px; padding-bottom: 4px; border-bottom: 1px solid white; font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 95px; }
.faq-intro { align-self: start; position: sticky; top: 30px; }
.faq-intro > p { color: var(--muted); }
.text-link.dark { margin-top: 16px; color: var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 82px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--navy); background: transparent; cursor: pointer; text-align: left; font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; }
.faq-item button b { width: 28px; color: var(--orange); font-family: var(--font-body); font-size: 1.35rem; font-weight: 500; text-align: center; }
.faq-answer { padding: 0 48px 24px 0; color: var(--muted); font-size: .9rem; }
.faq-answer p { margin: 0; }

.final-cta { background: var(--orange); color: #fff; }
.final-cta-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta span { font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.final-cta h2 { margin: 5px 0 0; font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 4.3rem); line-height: 1.05; text-transform: uppercase; }
.button-light { color: var(--navy); background: #fff; }

.footer { padding-top: 75px; color: #aebac5; background: #04111f; }
.footer-grid { padding-bottom: 54px; display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 60px; }
.brand-light .brand-copy strong { color: #fff; }
.footer-brand p { max-width: 330px; margin-top: 22px; font-size: .83rem; }
.footer h3 { margin: 5px 0 19px; color: #fff; font-family: var(--font-display); font-size: 1rem; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { font-size: .8rem; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.floating-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 5rem); }
  .nav-links { gap: 19px; }
  .equipment-layout, .faq-grid { gap: 55px; }
  .partnership-card { padding: 45px 40px; }
  .fee-card { padding: 40px; }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .navbar { min-height: 72px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 0; background: white; box-shadow: 0 20px 35px rgba(5, 24, 42, .12); }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 13px 8px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-block: 70px; grid-template-columns: 1fr; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,15,29,.96), rgba(4,24,44,.68)), linear-gradient(0deg, rgba(4,16,30,.83), transparent); }
  .lead-card { max-width: 620px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.22); border-top: 1px solid rgba(255,255,255,.22); }
  .value-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .section { padding: 84px 0; }
  .section-heading, .equipment-layout, .faq-grid, .partnership-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero-grid { padding-block: 56px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-copy > p { font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-points { display: grid; gap: 8px; }
  .lead-card-head, .lead-card form { padding-left: 20px; padding-right: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid > div { min-height: 92px; border-left: 1px solid rgba(255,255,255,.22); border-top: 1px solid rgba(255,255,255,.22); }
  .value-grid > div:first-child { border-top: 0; }
  .section { padding: 68px 0; }
  .section h2 { font-size: 2.75rem; }
  .section-heading { margin-bottom: 32px; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .equipment-item { grid-template-columns: 38px 1fr 20px; }
  .process-note { align-items: stretch; flex-direction: column; }
  .partnership-card { padding: 36px 24px; }
  .partnership-card ul { grid-template-columns: 1fr; }
  .fee-card { padding: 38px 25px; }
  .final-cta-inner { min-height: 270px; align-items: stretch; justify-content: center; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .footer-bottom p { margin: 0; }
  .floating-cta { position: fixed; right: 14px; bottom: 14px; z-index: 20; display: block; padding: 12px 16px; color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
}

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