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

:root {
  --navy: #2b5575;
  --navy-dark: #17384f;
  --green: #7caf49;
  --green-dark: #5d8f32;
  --cream: #f6f3eb;
  --mist: #f4f7f8;
  --ink: #183141;
  --muted: #60717c;
  --white: #ffffff;
  --line: #dce5e8;
  --shadow: 0 20px 55px rgba(26, 60, 79, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'Poppins', Arial, sans-serif; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--mist); }
.section-cream { background: var(--cream); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--green-dark); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--green); }
h1, h2, h3 { margin: 0; color: var(--navy-dark); line-height: 1.2; }
h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); letter-spacing: -.035em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.2rem; }
.lead { color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.16rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-head > div { max-width: 690px; }
.section-head .lead { max-width: 430px; margin: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 600; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 24px rgba(124, 175, 73, .28); }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { color: var(--navy); background: var(--white); border-color: rgba(43, 85, 117, .2); }
.btn-secondary:hover { border-color: var(--green); }
.btn-dark { color: var(--white); background: var(--navy); }
.text-link { color: var(--navy); font-weight: 600; }
.text-link::after { content: ' →'; color: var(--green); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: white; background: var(--navy-dark); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { padding: 8px 0; color: rgba(255,255,255,.8); background: var(--navy-dark); font-size: .78rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 20px; }
.topbar a:hover { color: white; }
.topbar-links { display: flex; gap: 24px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(31, 65, 84, .08); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand img { width: 250px; max-height: 66px; object-fit: contain; object-position: left center; content: url('../images/brand-logo.png'); }
.nav-list { display: flex; align-items: center; gap: 32px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: #38505f; font-size: .92rem; font-weight: 500; }
.nav-list a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: .2s; }
.nav-list a:hover::after, .nav-list a.active::after { right: 0; }
.nav-list a.active { color: var(--navy-dark); font-weight: 600; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: var(--mist); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 20px; height: 2px; margin: 5px auto; content: ''; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--navy-dark); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,42,59,.94) 0%, rgba(15,42,59,.82) 40%, rgba(15,42,59,.2) 76%, rgba(15,42,59,.08) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 665px; padding: 110px 0 130px; color: white; }
.hero .eyebrow { color: #b9dc92; }
.hero h1 { color: white; }
.hero h1 span { color: #b4d990; }
.hero .lead { max-width: 610px; margin: 24px 0 32px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .btn-secondary { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.trust-strip { position: relative; z-index: 3; margin-top: -72px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.trust-item { padding: 27px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 3px; color: var(--navy-dark); font-size: .94rem; }
.trust-item span { color: var(--muted); font-size: .8rem; }
.trust-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 13px; color: var(--green-dark); background: #edf6e5; border-radius: 10px; font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(46px, 8vw, 92px); }
.visual-card { position: relative; }
.visual-card > img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-note { position: absolute; right: -25px; bottom: 32px; max-width: 220px; padding: 22px; color: white; background: var(--navy); border-radius: 17px; box-shadow: var(--shadow); }
.floating-note strong { display: block; color: #cbe7aa; font-size: 1.8rem; }
.check-list { display: grid; gap: 14px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: #3f5563; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; color: white; background: var(--green); border-radius: 50%; font-size: .72rem; font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 280px; padding: 31px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b9d898; box-shadow: 0 18px 42px rgba(32, 66, 83, .1); }
.number { display: block; margin-bottom: 46px; color: var(--green-dark); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card::after { content: ''; position: absolute; right: -38px; bottom: -45px; width: 110px; height: 110px; border: 18px solid rgba(124,175,73,.08); border-radius: 50%; }
.portfolio-banner { position: relative; min-height: 500px; display: grid; align-items: end; overflow: hidden; border-radius: var(--radius); }
.portfolio-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.portfolio-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,42,59,.88), transparent 70%); }
.portfolio-copy { position: relative; z-index: 2; max-width: 720px; padding: 42px; color: white; }
.portfolio-copy h2 { color: white; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip { padding: 7px 13px; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: .78rem; backdrop-filter: blur(6px); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: process; }
.process-step { position: relative; padding-top: 26px; border-top: 2px solid var(--line); counter-increment: process; }
.process-step::before { content: '0' counter(process); position: absolute; top: -17px; left: 0; padding-right: 12px; color: var(--green-dark); background: white; font-size: .82rem; font-weight: 700; }
.process-step h3 { margin-bottom: 10px; }
.process-step p { color: var(--muted); font-size: .88rem; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote-card { padding: 31px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.quote-mark { color: var(--green); font-size: 3rem; line-height: .8; }
.quote-card blockquote { margin: 18px 0 24px; color: #465b67; font-size: .92rem; }
.quote-card strong { display: block; color: var(--navy-dark); font-size: .88rem; }
.quote-card span { color: var(--muted); font-size: .78rem; }
.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { 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: 20px; padding: 22px 0; color: var(--navy-dark); background: none; border: 0; text-align: left; cursor: pointer; font-weight: 600; }
.faq-question span:last-child { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: var(--green-dark); background: #edf6e5; border-radius: 50%; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq-answer p { padding: 0 35px 22px 0; font-size: .9rem; }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 52px 58px; color: white; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 750px; color: white; }
.cta-panel .eyebrow { color: #cbe7aa; }

.page-hero { padding: 95px 0 90px; color: white; background: linear-gradient(115deg, var(--navy-dark), var(--navy)); }
.page-hero .eyebrow { color: #cbe7aa; }
.page-hero h1 { max-width: 790px; color: white; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero .lead { max-width: 690px; margin-top: 20px; color: rgba(255,255,255,.78); }
.breadcrumbs { margin-bottom: 32px; color: rgba(255,255,255,.6); font-size: .8rem; }
.breadcrumbs a { color: white; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.value-card .trust-icon { margin-bottom: 18px; }
.value-card h3 { margin-bottom: 10px; }
.value-card p { color: var(--muted); font-size: .88rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 25px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--green-dark); font-size: 1.5rem; }
.stat span { color: var(--muted); font-size: .78rem; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-row { display: flex; gap: 20px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.service-row .trust-icon { flex: 0 0 auto; }
.service-row h3 { margin-bottom: 7px; }
.service-row p { margin: 0; color: var(--muted); font-size: .86rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.contact-cards { display: grid; gap: 14px; margin-top: 30px; }
.contact-card { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--mist); border-radius: 14px; }
.contact-card .trust-icon { flex: 0 0 auto; margin: 0; }
.contact-card strong { display: block; margin-bottom: 2px; color: var(--navy-dark); font-size: .88rem; }
.contact-card span, .contact-card a { color: var(--muted); font-size: .85rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 36px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy-dark); font-size: .78rem; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; color: var(--ink); background: #f8fafb; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(124,175,73,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: .74rem; }
.map-wrap { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: 430px; border: 0; }

.site-footer { color: rgba(255,255,255,.72); background: #102d40; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1.1fr; gap: 55px; padding: 72px 0 50px; }
.footer-logo { width: 220px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .92; content: url('../images/brand-logo.png'); }
.footer-about p { max-width: 360px; font-size: .84rem; }
.footer-main h3 { margin: 4px 0 20px; color: white; font-size: .95rem; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: .82rem; }
.footer-links a:hover { color: #cbe7aa; }
.footer-contact { display: grid; gap: 12px; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .nav-list { position: fixed; inset: 0 0 0 24%; display: flex; flex-direction: column; align-items: flex-start; padding: 110px 36px 40px; background: white; box-shadow: -20px 0 40px rgba(20,50,68,.12); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s; }
  .nav-list.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-list a { font-size: 1.05rem; }
  .hero { min-height: 650px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .visual-card { max-width: 680px; }
  .card-grid, .quote-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .faq-wrap { grid-template-columns: 1fr; gap: 32px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 195px; }
  .hero { min-height: 670px; }
  .hero::after { background: linear-gradient(90deg, rgba(15,42,59,.95), rgba(15,42,59,.68)); }
  .hero-content { padding: 90px 0 120px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-actions .btn { width: 100%; }
  .trust-strip { margin-top: -58px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; padding: 17px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border: 0; }
  .trust-icon { grid-row: 1 / 3; margin: 0; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 18px; }
  .visual-card > img { min-height: 390px; }
  .floating-note { right: 12px; bottom: 12px; }
  .card-grid, .quote-grid, .value-grid, .services-list, .process-grid, .stats { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .number { margin-bottom: 28px; }
  .portfolio-banner { min-height: 580px; }
  .portfolio-copy { padding: 26px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .field.full { grid-column: auto; }
  .cta-panel { display: block; padding: 37px 27px; }
  .cta-panel .btn { width: 100%; margin-top: 20px; }
  .page-hero { padding: 65px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-about { grid-column: auto; }
  .footer-bottom { display: block; }
}

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