:root {
  --teal-950: #073f43;
  --teal-900: #005e64;
  --teal-800: #01767d;
  --teal-700: #168a90;
  --teal-100: #d9ecec;
  --teal-50: #eef7f7;
  --mist: #cadddd;
  --ink: #172b2d;
  --muted: #5f7375;
  --line: #dce8e8;
  --cream: #fbfaf6;
  --white: #ffffff;
  --gold: #c99747;
  --shadow-sm: 0 12px 30px rgba(7, 63, 67, .08);
  --shadow-lg: 0 24px 70px rgba(7, 63, 67, .15);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(1, 118, 125, .32); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.section-soft { background: var(--teal-50); }
.section-cream { background: var(--cream); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--teal-800);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--teal-800); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); margin-bottom: 22px; }
h3 { font-size: 1.24rem; }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 660px; }
.section-head { max-width: 740px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head.center .eyebrow::after { content: ""; width: 30px; height: 2px; background: var(--teal-800); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 650;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--teal-800); box-shadow: 0 12px 25px rgba(1, 118, 125, .22); }
.btn-primary:hover { background: var(--teal-900); box-shadow: 0 16px 32px rgba(1, 118, 125, .28); }
.btn-light { color: var(--teal-950); background: var(--white); }
.btn-outline { color: var(--teal-800); border-color: rgba(1,118,125,.25); background: rgba(255,255,255,.65); }
.btn-link { color: var(--teal-800); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.btn-link::after { content: "→"; transition: transform .2s ease; }
.btn-link:hover::after { transform: translateX(4px); }

.topbar { color: #e8f4f4; background: var(--teal-950); font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,232,232,.85); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: min(265px, 44vw); height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav > a:not(.btn) { position: relative; color: #344f51; font-size: .92rem; font-weight: 600; }
.site-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--teal-800); transition: right .2s ease; }
.site-nav > a:not(.btn):hover::after, .site-nav > a.active::after { right: 0; }
.site-nav > a.active { color: var(--teal-800); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--teal-50); padding: 11px; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--teal-950); transition: .2s; }

.hero { min-height: 690px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--teal-950); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,63,67,.98) 0%, rgba(7,63,67,.88) 40%, rgba(7,63,67,.25) 69%, rgba(7,63,67,.05) 100%), url("../images/generated-hero-image.png") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: -190px; bottom: -170px; border: 1px solid rgba(202,221,221,.18); transform: rotate(30deg); }
.hero-content { position: relative; z-index: 1; max-width: 710px; padding: 100px 0 110px; color: var(--white); }
.hero .eyebrow { color: #bfe4e5; }
.hero .eyebrow::before { background: #bfe4e5; }
.hero h1 { margin-bottom: 22px; max-width: 700px; }
.hero h1 span { color: #a9d8da; }
.hero .lead { color: #dceced; max-width: 610px; font-size: 1.13rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 42px; color: #dceced; font-size: .84rem; }
.trust-line span { display: inline-flex; align-items: center; gap: 9px; }
.trust-line span::before { content: "✓"; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--teal-950); background: #a9d8da; font-weight: 800; }

.proof-strip { position: relative; z-index: 2; margin-top: -38px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.proof-item { padding: 28px 30px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--teal-800); font-size: 1.3rem; line-height: 1.2; }
.proof-item span { color: var(--muted); font-size: .82rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; width: 54%; aspect-ratio: 1; left: -22px; bottom: -22px; border-radius: 24px; background: var(--mist); transform: rotate(-4deg); }
.image-frame img { position: relative; width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.image-badge { position: absolute; right: -24px; bottom: 30px; z-index: 2; max-width: 205px; padding: 20px; border-radius: 16px; color: var(--white); background: var(--teal-800); box-shadow: var(--shadow-lg); }
.image-badge strong { display: block; font-size: 1.25rem; }
.image-badge span { font-size: .78rem; color: #d9eeee; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #385356; }
.check-list li::before { content: "✓"; flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; color: var(--teal-800); background: var(--teal-100); font-weight: 800; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 285px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #b9d7d8; box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; width: 82px; height: 82px; right: -42px; bottom: -42px; background: var(--teal-100); transform: rotate(45deg); }
.service-number { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 40px; border-radius: 13px; color: var(--white); background: var(--teal-800); font-weight: 700; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.services-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; margin-top: 52px; overflow: hidden; border-radius: var(--radius-lg); background: var(--teal-950); }
.services-feature img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.services-feature-copy { align-self: center; padding: 60px; color: var(--white); }
.services-feature-copy .lead { color: #cfe4e5; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: process; }
.process-step { position: relative; padding-top: 74px; counter-increment: process; }
.process-step::before { content: "0" counter(process); position: absolute; top: 0; left: 0; color: var(--teal-800); font-size: 2.25rem; font-weight: 700; line-height: 1; }
.process-step::after { content: ""; position: absolute; top: 19px; left: 70px; right: -10px; height: 1px; background: var(--line); }
.process-step:last-child::after { display: none; }
.process-step p { color: var(--muted); font-size: .9rem; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.why-item { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.why-item strong { display: block; margin-bottom: 5px; }
.why-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { padding: 32px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.stars { color: var(--gold); letter-spacing: .16em; }
.quote-card blockquote { margin: 18px 0 24px; color: #425b5d; font-size: .95rem; }
.quote-card strong { display: block; }
.quote-card small { color: var(--muted); }

.faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; text-align: left; color: var(--ink); background: transparent; font-weight: 650; }
.faq-question span:last-child { color: var(--teal-800); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 45px 24px 0; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.cta-band { padding: 70px 0; color: var(--white); background: var(--teal-800); overflow: hidden; position: relative; }
.cta-band::before, .cta-band::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.16); transform: rotate(30deg); }
.cta-band::before { left: -110px; top: -170px; }
.cta-band::after { right: -90px; bottom: -190px; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-inner h2 { max-width: 730px; margin-bottom: 10px; }
.cta-inner p { margin: 0; color: #dceff0; }

.page-hero { padding: 110px 0 92px; color: var(--white); background: linear-gradient(120deg, var(--teal-950), var(--teal-800)); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -220px; border: 1px solid rgba(255,255,255,.13); transform: rotate(30deg); }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.4rem, 4.5vw, 4.15rem); }
.page-hero .lead { color: #d7e9ea; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 24px; color: #c7e0e1; font-size: .8rem; }
.breadcrumbs a:hover { color: var(--white); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 31px; border-radius: var(--radius); background: var(--teal-50); }
.value-card .service-number { margin-bottom: 25px; }
.value-card p { margin: 0; color: var(--muted); }
.stats-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border-radius: var(--radius-lg); background: rgba(255,255,255,.15); }
.stat { padding: 34px; color: var(--white); background: var(--teal-950); }
.stat strong { display: block; color: #a9d8da; font-size: 2rem; }
.stat span { color: #d8e9ea; font-size: .86rem; }

.full-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.full-service-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.full-service-card .service-number { margin: 0; }
.full-service-card p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }
.commodity-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 36px; }
.commodity-chip { padding: 16px 12px; border-radius: 12px; text-align: center; color: var(--teal-950); background: var(--teal-100); font-size: .86rem; font-weight: 650; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; }
.contact-cards { display: grid; gap: 14px; margin-top: 32px; }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.contact-card small { display: block; margin-bottom: 4px; color: var(--teal-800); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-card address { font-style: normal; }
.contact-card a:hover { color: var(--teal-800); }
.contact-form { padding: 38px; border-radius: var(--radius-lg); background: var(--teal-50); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 650; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1px solid #c8dcdc; border-radius: 10px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 135px; resize: vertical; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .78rem; }
.map-wrap { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.map-wrap iframe { display: block; width: 100%; height: 460px; border: 0; }

.site-footer { color: #ccdddd; background: #062f32; }
.footer-main { padding: 76px 0 56px; display: grid; grid-template-columns: 1.35fr .65fr .8fr 1.1fr; gap: 48px; }
.footer-brand img { width: 275px; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 390px; font-size: .88rem; }
.footer-col h3 { color: var(--white); font-size: .95rem; margin-bottom: 22px; }
.footer-links { display: grid; gap: 11px; font-size: .86rem; }
.footer-links a:hover { color: var(--white); }
.footer-contact { display: grid; gap: 14px; font-size: .84rem; }
.footer-contact address { font-style: normal; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(202,221,221,.15); font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 120px 0 auto; display: grid; gap: 0; padding: 16px 24px 28px; background: var(--white); box-shadow: var(--shadow-lg); transform: translateY(-140%); transition: transform .25s ease; }
  .nav-open .site-nav { transform: translateY(0); }
  .site-nav > a:not(.btn) { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.btn)::after { display: none; }
  .site-nav .btn { margin-top: 18px; }
  .split { gap: 42px; }
  .service-grid, .testimonial-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner > span { display: none; }
  .topbar-links { gap: 14px; font-size: .7rem; }
  .nav-wrap { min-height: 72px; }
  .site-nav { inset-block-start: 106px; }
  .brand img { width: 220px; }
  .hero { min-height: 620px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,63,67,.98), rgba(7,63,67,.84)), url("../images/generated-hero-image.png") 63% center/cover no-repeat; }
  .hero-content { padding: 76px 0 92px; }
  .hero h1 { font-size: 2.65rem; }
  .hero .lead { font-size: 1rem; }
  .trust-line { gap: 10px; }
  .proof-strip { margin-top: -25px; }
  .proof-item { padding: 20px 17px; }
  .proof-item strong { font-size: 1.05rem; }
  .split, .services-feature, .contact-grid { grid-template-columns: 1fr; }
  .split { gap: 48px; }
  .image-frame img { min-height: 370px; }
  .image-badge { right: 12px; }
  .services-feature-copy { padding: 38px 28px; }
  .services-feature img { min-height: 320px; }
  .service-grid, .testimonial-grid, .values-grid, .full-service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-number { margin-bottom: 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 78px 0 68px; }
  .commodity-strip { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 26px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
}

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