:root {
  --navy: #071b3a;
  --blue: #123e91;
  --cyan: #33a9df;
  --green: #19a857;
  --ink: #0a2145;
  --muted: #5d6a7c;
  --soft: #eef5f7;
  --line: #dbe4e9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8fbfc; color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 6vw, 92px); display: flex; align-items: center;
  justify-content: space-between; gap: 32px; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px);
}
.brand { flex: 0 0 auto; line-height: 0; }
.brand img { width: 118px; height: auto; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 700; }
nav a { transition: color .2s; }
nav a:hover { color: var(--blue); }
.header-cta { min-height: 44px; background: var(--navy); color: #fff; padding: 14px 19px; font-size: 13px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.header-cta > span:last-child { color: #62d396; margin-left: 8px; }

.hero { min-height: calc(100vh - 88px); display: flex; align-items: center; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 24%, rgba(51,169,223,.2), transparent 28%), radial-gradient(circle at 12% 85%, rgba(25,168,87,.16), transparent 25%), linear-gradient(135deg, #06162f 0%, #0a2b64 62%, #123e91 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.hero::after { content: ""; position: absolute; left: clamp(24px, 7vw, 110px); right: clamp(24px, 7vw, 110px); bottom: 34px; height: 1px; background: linear-gradient(90deg, #37c876, transparent); opacity: .65; }
.hero-copy { width: min(1120px, 100%); padding: clamp(85px, 11vw, 155px) clamp(30px, 8vw, 125px); position: relative; z-index: 1; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); display: inline-block; }
.hero .eyebrow { color: #8edcfa; }
.hero h1 { max-width: 1100px; min-height: 4.1em; font-size: clamp(50px, 5.7vw, 82px); line-height: .98; letter-spacing: -.055em; margin: 28px 0; overflow-wrap: anywhere; }
.typing-cursor { display: inline-block; width: .055em; height: .86em; margin-left: .08em; vertical-align: -.05em; background: #62d396; animation: cursor-blink .78s step-end infinite; }
@keyframes cursor-blink { 0%, 46% { opacity: 1; } 47%, 100% { opacity: 0; } }
.hero-lead { color: #c5d3e5; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; max-width: 750px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 18px 22px; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: var(--navy); }
.button-primary:hover { background: #dff7ea; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.75); padding-bottom: 5px; }
.trust-row { display: flex; align-items: center; gap: 13px; margin-top: 58px; color: #aebed2; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-row i { width: 4px; height: 4px; background: var(--green); border-radius: 50%; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); }
.problem { background: var(--soft); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 160px); margin-top: 25px; }
.problem h2, .about h2, .why h2, .solution h2, .legal-team h2, .proof h2, .offer h2 { font-size: clamp(38px, 4.1vw, 64px); line-height: 1.08; letter-spacing: -.045em; margin: 0; }
.problem-grid > div:first-child > p, .proof-intro > p { max-width: 590px; color: var(--muted); font-size: 18px; line-height: 1.72; margin-top: 28px; }
.problem-list article { display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; padding: 28px 0; border-top: 1px solid #cfdcdf; }
.problem-list article:last-child { border-bottom: 1px solid #cfdcdf; }
.problem-list span { color: var(--green); font-size: 12px; font-weight: 800; grid-row: span 2; padding-top: 5px; }
.problem-list h3 { margin: 0 0 8px; font-size: 21px; }
.problem-list p { margin: 0; color: var(--muted); line-height: 1.55; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 560px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { padding: clamp(35px, 6vw, 90px); background: #f8fbfc; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin-top: 23px; }
.about-copy p { color: var(--muted); font-size: 17px; line-height: 1.72; margin: 23px 0 0; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vision-grid article { padding: clamp(30px, 4vw, 60px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vision-grid article > span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vision-grid h3 { font-size: clamp(24px, 2.2vw, 34px); line-height: 1.35; letter-spacing: -.025em; margin: 22px 0 0; }
.vision-grid ol { margin: 22px 0 0; padding-left: 22px; color: var(--muted); line-height: 1.65; }
.vision-grid li { padding: 7px 0 7px 7px; }

.why { background: var(--blue); color: #fff; }
.why-heading { max-width: 900px; }
.why-heading h2 { margin-top: 24px; }
.why-heading > p { color: #c6d6ed; font-size: 18px; line-height: 1.7; max-width: 650px; margin: 24px 0 0; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.why-grid article { min-height: 205px; padding: 30px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.why-grid b { color: #62d396; font-size: 12px; }
.why-grid h3 { font-size: 21px; line-height: 1.35; margin: 38px 0 0; }

.solution { background: var(--navy); color: #fff; }
.section-kicker.light { color: #61c7ef; }
.solution-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.solution-heading h2 { margin-top: 24px; max-width: 850px; }
.solution-heading > p { color: #b7c6d9; line-height: 1.75; font-size: 17px; }
.service-list { margin-top: 80px; border-top: 1px solid rgba(255,255,255,.2); }
.service-list article { display: grid; grid-template-columns: 80px 1fr 1fr 40px; gap: 30px; align-items: center; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-list article > span { color: #61c7ef; font-size: 13px; font-weight: 800; }
.service-list h3 { margin: 0; font-size: clamp(22px, 2.1vw, 31px); }
.service-list p { color: #b7c6d9; line-height: 1.6; margin: 0; }
.service-list b { color: #62d396; font-size: 25px; }
.service-groups { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.service-groups article { padding: clamp(28px, 3.5vw, 48px); border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.service-number { color: #62d396; font-weight: 900; font-size: 13px; }
.service-groups h3 { min-height: 76px; font-size: 25px; line-height: 1.25; margin: 23px 0; }
.service-groups ul { list-style: none; margin: 0; padding: 0; }
.service-groups li { color: #b7c6d9; line-height: 1.5; padding: 11px 0 11px 21px; border-top: 1px solid rgba(255,255,255,.12); position: relative; }
.service-groups li::before { content: "✓"; color: #62d396; position: absolute; left: 0; }
.equipment-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.equipment-gallery figure { margin: 0; position: relative; min-height: 250px; overflow: hidden; }
.equipment-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.equipment-gallery figure:hover img { transform: scale(1.035); }
.equipment-gallery figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; background: rgba(7,27,58,.86); padding: 11px 13px; color: #fff; font-size: 12px; font-weight: 800; }
.process-strip { margin-top: 95px; background: #fff; color: var(--ink); display: grid; grid-template-columns: .85fr 1.15fr; min-height: 470px; }
.process-strip > img { width: 100%; height: 100%; object-fit: cover; }
.process-strip > div { padding: clamp(35px, 5vw, 75px); }
.process-strip h3 { font-size: clamp(30px, 3vw, 46px); line-height: 1.12; letter-spacing: -.035em; margin: 22px 0 38px; }
.process-strip ol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; list-style: none; padding: 0; margin: 0; }
.process-strip li { border-top: 1px solid var(--line); padding: 14px 0; font-size: 14px; font-weight: 700; }
.process-strip li b { color: var(--green); font-size: 11px; margin-right: 10px; }

.legal-team { background: var(--soft); }
.legal-grid { max-width: 900px; margin: 0 auto; background: #fff; text-align: center; }
.legal-grid > div { padding: clamp(44px, 6vw, 82px); display: flex; flex-direction: column; align-items: center; }
.legal-grid h2 { margin-top: 22px; }
.legal-list { width: min(100%, 620px); list-style: none; padding: 0; margin: 35px 0 0; text-align: left; }
.legal-list li { padding: 17px 0 17px 30px; border-top: 1px solid var(--line); font-weight: 800; position: relative; }
.legal-list li:last-child { border-bottom: 1px solid var(--line); }
.legal-list li::before { content: "✓"; color: var(--green); position: absolute; left: 2px; }
.team-heading { max-width: 880px; margin-top: 105px; }
.team-heading h2 { margin-top: 22px; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 380px)); justify-content: center; gap: 22px; margin-top: 55px; }
.team-grid article { width: 100%; justify-self: center; background: #fff; }
.team-grid img { width: 100%; height: 300px; object-fit: cover; object-position: center; }
.team-grid article > div { padding: 28px; }
.team-grid span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.team-grid h3 { font-size: 23px; line-height: 1.25; margin: 12px 0; }
.team-grid p { color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0; }

.proof { background: #fff; }
.proof-intro { max-width: 920px; }
.proof-intro h2 { margin-top: 22px; }
.project-feature { margin-top: 72px; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 510px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-copy { background: var(--blue); color: #fff; padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.project-copy .eyebrow { color: #b9dff0; }
.metric { padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.metric strong { display: block; font-size: 48px; letter-spacing: -.04em; }
.metric span { display: block; color: #c8d7ec; margin-top: 8px; line-height: 1.5; }
.client-block { margin-top: 72px; }
.client-block > p { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--muted); margin-bottom: 23px; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid span { min-height: 104px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.project-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-list article > span { color: var(--green); font-size: 12px; font-weight: 900; padding-top: 5px; }
.project-list h3 { font-size: 20px; margin: 0 0 10px; }
.project-list p { color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0; }

.offer { background: #0d347b; color: #fff; position: relative; overflow: hidden; }
.offer::before, .offer::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.offer::before { width: 600px; height: 600px; right: -180px; top: -260px; }
.offer::after { width: 380px; height: 380px; right: -40px; top: -150px; }
.offer-inner { max-width: 980px; position: relative; z-index: 1; }
.offer h2 { margin-top: 24px; }
.offer-inner > p { max-width: 700px; color: #c8d7ec; font-size: 18px; line-height: 1.65; margin: 25px 0 40px; }
.offer-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button-white { background: #fff; color: var(--blue); }
.offer-email { border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 5px; font-size: 14px; }

footer { background: #06162f; color: #fff; padding: 70px clamp(24px, 8vw, 120px) 30px; display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-brand img { width: 155px; background: #fff; padding: 8px; }
footer p { color: #9eafc6; line-height: 1.6; font-size: 14px; margin: 14px 0 0; }
footer strong { color: #61c7ef; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; margin-top: 25px; }

.faq { background: #f8fbfc; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); }
.faq h2 { font-size: clamp(38px, 4.1vw, 60px); line-height: 1.08; letter-spacing: -.045em; margin: 22px 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 48px 24px 0; font-size: 18px; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--green); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); line-height: 1.65; margin: -4px 45px 24px 0; }

@media (min-width: 1600px) {
  .hero-copy { margin-inline: auto; }
  .section { padding-left: max(8vw, calc((100vw - 1500px) / 2)); padding-right: max(8vw, calc((100vw - 1500px) / 2)); }
}

@media (max-width: 1200px) {
  .site-header { padding-left: 36px; padding-right: 36px; gap: 22px; }
  nav { gap: 22px; }
  .hero h1 { font-size: clamp(52px, 7.2vw, 82px); }
}

@media (max-width: 900px) {
  nav { display: none; }
  .hero h1 { min-height: 4.8em; font-size: clamp(46px, 8.5vw, 68px); }
  .problem-grid, .about-grid, .solution-heading, .project-feature, .process-strip { grid-template-columns: 1fr; }
  .about-photo { height: 430px; }
  .vision-grid, .project-list { grid-template-columns: 1fr; }
  .why-grid, .service-groups { grid-template-columns: 1fr 1fr; }
  .equipment-gallery { grid-template-columns: 1fr 1fr; }
  .solution-heading { gap: 30px; }
  .service-list article { grid-template-columns: 44px 1fr 30px; }
  .service-list p { grid-column: 2 / 4; }
  .process-strip > img { height: 400px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .faq { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .why-grid, .service-groups { grid-template-columns: 1fr; }
  .project-list article { grid-template-columns: 36px 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 74px; padding-left: max(18px, env(safe-area-inset-left)); padding-right: max(18px, env(safe-area-inset-right)); gap: 14px; }
  .brand img { width: 100px; }
  .header-cta { min-height: 44px; padding: 12px 13px; font-size: 11px; white-space: nowrap; }
  .hero { min-height: auto; }
  .hero-copy { padding: 66px max(22px, env(safe-area-inset-right)) 72px max(22px, env(safe-area-inset-left)); }
  .hero h1 { min-height: 6.2em; font-size: clamp(38px, 11vw, 46px); line-height: 1.02; }
  .hero-lead { font-size: 17px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 34px; }
  .hero-actions .button { width: 100%; min-height: 56px; }
  .hero-actions .text-link { align-self: flex-start; min-height: 44px; display: inline-flex; align-items: center; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .trust-row i { display: none; }
  .section { padding: 80px 22px; }
  .problem h2, .about h2, .why h2, .solution h2, .legal-team h2, .proof h2, .offer h2 { font-size: clamp(36px, 10vw, 44px); }
  .problem-grid { gap: 50px; }
  .about-grid { margin-left: -22px; margin-right: -22px; }
  .about-photo { height: 320px; }
  .about-copy { padding: 46px 22px; }
  .vision-grid { margin-top: 40px; }
  .vision-grid article { padding: 28px 22px; }
  .why-grid, .service-groups, .equipment-gallery, .project-list { grid-template-columns: 1fr; }
  .why-grid { margin-top: 45px; }
  .why-grid article { min-height: 150px; }
  .why-grid h3 { margin-top: 25px; }
  .service-groups h3 { min-height: auto; }
  .equipment-gallery figure { min-height: 280px; }
  .service-list article { gap: 14px; }
  .process-strip { margin-left: -22px; margin-right: -22px; }
  .process-strip > img { height: 300px; }
  .process-strip ol { grid-template-columns: 1fr; }
  .project-feature { margin-left: -22px; margin-right: -22px; }
  .project-image { height: 300px; }
  .legal-grid > div { padding: 45px 22px; }
  .team-heading { margin-top: 80px; }
  .team-grid img { height: 280px; }
  .project-list article { padding: 24px 18px; }
  .client-grid { grid-template-columns: 1fr; }
  .offer-actions { align-items: stretch; flex-direction: column; }
  .offer-actions .button { width: 100%; min-height: 56px; }
  .offer-email { align-self: flex-start; overflow-wrap: anywhere; min-height: 44px; display: inline-flex; align-items: center; }
  footer { grid-template-columns: 1fr; padding-left: 22px; padding-right: 22px; }
}

@media (max-width: 390px) {
  .site-header { padding: 0 14px; gap: 10px; }
  .brand img { width: 90px; }
  .header-cta { padding: 10px; font-size: 10px; }
  .header-cta span { margin-left: 4px; }
  .hero-copy { padding: 56px 18px; }
  .hero h1 { min-height: 6.8em; font-size: 34px; line-height: 1.04; }
  .section { padding: 68px 18px; }
  .process-strip, .project-feature { margin-left: -18px; margin-right: -18px; }
  .process-strip > div, .project-copy { padding-left: 22px; padding-right: 22px; }
  .service-list article { grid-template-columns: 34px 1fr 24px; }
}

@media (max-width: 340px) {
  .site-header { padding-left: 12px; padding-right: 12px; }
  .brand img { width: 84px; }
  .header-cta { width: 44px; padding: 0; }
  .header-cta-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .header-cta span:last-child { margin-left: 0; font-size: 16px; }
  .hero-copy { padding-left: 15px; padding-right: 15px; }
  .hero h1 { min-height: 7.3em; font-size: 32px; }
  .section { padding-left: 15px; padding-right: 15px; }
  .project-list article { grid-template-columns: 30px 1fr; padding: 21px 14px; }
  .faq-list summary { font-size: 16px; }
}

@media (max-height: 620px) and (min-width: 721px) {
  .hero { min-height: auto; }
  .hero-copy { padding-top: 72px; padding-bottom: 82px; }
  .hero h1 { min-height: 2.2em; font-size: clamp(48px, 7vw, 72px); }
  .trust-row { margin-top: 36px; }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover, .equipment-gallery figure:hover img { transform: none; }
  .button, .header-cta, .text-link, .faq-list summary { -webkit-tap-highlight-color: transparent; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .typing-cursor { display: none; animation: none; } }
