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

:root {
  --orange: #f89a2b;
  --orange-dark: #dd7c0d;
  --green: #2f6a3f;
  --green-dark: #194c2c;
  --ink: #173126;
  --muted: #617068;
  --cream: #fffaf2;
  --sand: #f7f1e7;
  --white: #fff;
  --line: #e7e6df;
  --shadow: 0 22px 60px rgba(24, 59, 39, .11);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Poppins', Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: var(--green-dark); color: white; padding: 10px 16px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--green-dark); color: #eef7f0; font-size: 13px; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-group { display: flex; align-items: center; gap: 24px; }
.topbar a:hover { color: #ffd29b; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(231,230,223,.85); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 244px; height: auto; }
.nav-links { display: flex; list-style: none; margin: 0; padding: 0; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.nav-links a:not(.btn) { position: relative; padding: 12px 0; }
.nav-links a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--orange); transition: .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .25s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; background: var(--orange); color: #1f2d24; font-weight: 600; font-size: 14px; box-shadow: 0 9px 22px rgba(248,154,43,.24); transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); background: #ffa93f; box-shadow: 0 14px 30px rgba(248,154,43,.3); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,.65); color: white; box-shadow: none; }
.btn-outline:hover { background: white; color: var(--green-dark); }
.btn-green { background: var(--green); color: white; box-shadow: 0 9px 22px rgba(47,106,63,.2); }
.btn-green:hover { background: var(--green-dark); }
.text-link { color: var(--green); font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.text-link::after { content: '→'; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
h1, h2, h3 { line-height: 1.16; margin: 0 0 18px; letter-spacing: -.025em; }
h1 { font-size: clamp(38px, 5vw, 65px); }
h2 { font-size: clamp(30px, 3.6vw, 46px); }
h3 { font-size: 20px; }
p { margin: 0 0 20px; color: var(--muted); }
.lead { font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.section-heading { max-width: 680px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.center .eyebrow { justify-content: center; }

.hero { min-height: 690px; position: relative; display: flex; align-items: center; overflow: hidden; background: #e8ecdf; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,45,31,.93) 0%, rgba(17,45,31,.84) 34%, rgba(17,45,31,.35) 62%, rgba(17,45,31,.08) 100%); }
.hero-content { position: relative; z-index: 2; width: min(690px, 64%); padding: 105px 0 120px; color: white; }
.hero-content .eyebrow { color: #ffd4a4; }
.hero-content p { max-width: 610px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-trust span { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #f4f7f4; }
.hero-trust span::before { content: '✓'; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #1c472c; background: #f7ac51; font-weight: 700; }
.hero-wave { position: absolute; z-index: 3; left: 0; right: 0; bottom: -2px; height: 64px; background: white; clip-path: polygon(0 72%, 10% 79%, 22% 62%, 34% 72%, 48% 48%, 62% 64%, 75% 37%, 88% 51%, 100% 29%, 100% 100%, 0 100%); }

.section { padding: 105px 0; }
.section-soft { background: var(--cream); }
.section-green { background: var(--green-dark); color: white; }
.section-green p { color: rgba(255,255,255,.74); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.image-frame { position: relative; }
.image-frame > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame::before { content: ''; position: absolute; width: 64%; height: 64%; border-radius: 32px; left: -20px; bottom: -20px; background: var(--orange); opacity: .18; z-index: -1; }
.floating-card { position: absolute; right: -24px; bottom: 28px; width: 220px; padding: 20px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.floating-card strong { display: block; color: var(--green); font-size: 18px; }
.floating-card small { color: var(--muted); }
.check-list { padding: 0; margin: 26px 0 30px; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.check-list li { position: relative; padding-left: 30px; font-size: 14px; font-weight: 500; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: #e7f2e9; color: var(--green); font-size: 12px; font-weight: 700; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 255px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 16px; background: #fff2df; color: var(--orange-dark); font-size: 23px; font-weight: 700; }
.service-card p { font-size: 14px; margin-bottom: 15px; }
.service-card .text-link { font-size: 13px; }

.audience-strip { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; }
.audience-item { text-align: center; padding: 27px 14px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.audience-item:last-child { border: 0; }
.audience-item b { display: block; font-size: 24px; margin-bottom: 7px; }

.process-wrap { position: relative; }
.process-image { min-height: 540px; border-radius: 28px; overflow: hidden; }
.process-image img { width: 100%; height: 540px; object-fit: cover; }
.process-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,62,39,.92) 0%, rgba(24,62,39,.75) 46%, rgba(24,62,39,.05) 80%); }
.process-content { position: absolute; z-index: 2; inset: 0 auto 0 0; width: 54%; padding: 66px 60px; color: white; }
.process-content .eyebrow { color: #ffd09a; }
.steps { display: grid; gap: 22px; margin-top: 32px; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.step-no { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: var(--ink); font-weight: 700; }
.step h3 { font-size: 17px; margin-bottom: 4px; }
.step p { font-size: 13px; margin: 0; }

.testimonial-shell { position: relative; padding: 48px; border-radius: 24px; background: var(--green-dark); overflow: hidden; color: white; }
.testimonial-shell::after { content: '“'; position: absolute; right: 42px; top: -55px; font-family: Georgia, serif; font-size: 220px; color: rgba(255,255,255,.06); }
.testimonial { display: none; max-width: 850px; }
.testimonial.active { display: block; animation: fade .45s ease; }
.testimonial blockquote { margin: 0 0 24px; font-size: clamp(20px, 2.5vw, 28px); line-height: 1.6; font-weight: 500; letter-spacing: -.01em; }
.testimonial cite { color: #ffd09a; font-style: normal; font-size: 14px; font-weight: 600; }
.slider-controls { display: flex; gap: 10px; margin-top: 32px; }
.slider-controls button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; }
.slider-controls button:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; border: 0; background: none; color: var(--ink); text-align: left; padding: 22px 44px 22px 0; position: relative; font-weight: 600; line-height: 1.45; }
.faq-question::after { content: '+'; position: absolute; right: 4px; top: 18px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #edf4ee; color: var(--green); font-size: 20px; transition: .2s; }
.faq-item.open .faq-question::after { content: '−'; transform: rotate(180deg); background: var(--orange); color: var(--ink); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { padding: 0 45px 20px 0; font-size: 14px; }

.cta-panel { padding: 58px 64px; border-radius: 26px; background: linear-gradient(115deg, var(--green-dark), #28663c); display: flex; justify-content: space-between; align-items: center; gap: 40px; color: white; position: relative; overflow: hidden; }
.cta-panel::after { content: ''; position: absolute; right: -60px; top: -85px; width: 260px; height: 260px; border: 45px solid rgba(248,154,43,.15); border-radius: 50%; }
.cta-panel h2 { max-width: 660px; margin-bottom: 10px; }
.cta-panel p { color: rgba(255,255,255,.72); margin: 0; }
.cta-panel .btn { flex: none; position: relative; z-index: 2; }

.page-hero { padding: 105px 0 92px; background: var(--green-dark); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 460px; height: 460px; border: 85px solid rgba(248,154,43,.12); border-radius: 50%; right: -120px; top: -190px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero p { max-width: 690px; color: rgba(255,255,255,.75); }
.breadcrumb { margin-bottom: 24px; font-size: 13px; color: #ffd09a; }
.breadcrumb a { color: white; }
.breadcrumb span { margin: 0 8px; opacity: .55; }
.page-image-band { margin-top: -44px; position: relative; z-index: 3; }
.page-image-band img { width: 100%; height: 460px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 30px; border-radius: 18px; background: var(--cream); }
.value-card b { display: block; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: var(--orange); text-align: center; line-height: 42px; }
.value-card p { margin: 0; font-size: 14px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; overflow: hidden; }
.stat { padding: 34px 20px; text-align: center; background: var(--green-dark); }
.stat strong { display: block; color: var(--orange); font-size: 34px; }
.stat span { color: rgba(255,255,255,.7); font-size: 13px; }

.services-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; }
.service-detail .service-icon { margin: 0; }
.service-detail h3 { margin-bottom: 8px; }
.service-detail p { font-size: 14px; margin: 0; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.industry { padding: 26px 15px; border-radius: 15px; background: rgba(255,255,255,.08); text-align: center; }
.industry b { display: block; color: var(--orange); font-size: 25px; margin-bottom: 7px; }
.industry span { font-size: 13px; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: stretch; }
.contact-card { padding: 40px; border-radius: 22px; background: var(--green-dark); color: white; }
.contact-card p { color: rgba(255,255,255,.7); }
.contact-list { display: grid; gap: 23px; margin-top: 34px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.contact-item b:first-child { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.1); color: var(--orange); }
.contact-item strong { display: block; font-size: 14px; }
.contact-item span, .contact-item a { display: block; color: rgba(255,255,255,.72); font-size: 13px; margin-top: 2px; }
.form-card { padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #dcded8; border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fcfdfb; outline: 0; transition: .2s; }
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,106,63,.1); }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 13px; color: var(--green); }
.map-frame { border: 0; width: 100%; height: 460px; display: block; border-radius: 22px; filter: saturate(.85); }

.site-footer { background: #102d1e; color: white; padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .8fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 245px; background: white; border-radius: 12px; padding: 7px; margin-bottom: 22px; }
.footer-brand p { color: rgba(255,255,255,.62); font-size: 13px; max-width: 355px; }
.footer-title { margin: 5px 0 20px; font-size: 14px; color: #ffd09a; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; color: rgba(255,255,255,.5); font-size: 12px; }

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

@media (max-width: 980px) {
  .topbar-group:first-child span { display: none; }
  .menu-toggle { display: block; z-index: 91; }
  .nav-links { position: fixed; inset: 0 0 0 28%; z-index: 90; background: white; padding: 105px 34px 40px; flex-direction: column; align-items: stretch; gap: 4px; transform: translateX(100%); transition: .3s ease; box-shadow: -20px 0 55px rgba(18,48,31,.15); }
  .nav-links.open { transform: none; }
  .nav-links a { display: block; padding: 14px 0 !important; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 650px; }
  .hero-content { width: 78%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-strip { grid-template-columns: repeat(3, 1fr); }
  .audience-item:nth-child(3) { border-right: 0; }
  .process-content { width: 65%; padding: 52px 44px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 205px; }
  .nav-links { left: 12%; }
  .hero { min-height: 670px; align-items: end; }
  .hero-media::after { background: linear-gradient(0deg, rgba(16,45,30,.96) 0%, rgba(16,45,30,.83) 59%, rgba(16,45,30,.18) 100%); }
  .hero-media img { object-position: 65% center; }
  .hero-content { width: 100%; padding: 190px 0 100px; }
  .hero-content h1 { font-size: 39px; }
  .hero-trust { gap: 12px 20px; margin-top: 32px; }
  .section { padding: 76px 0; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .floating-card { right: 10px; }
  .check-list { grid-template-columns: 1fr; }
  .services-grid, .services-detail-grid, .value-grid { grid-template-columns: 1fr; }
  .audience-strip { grid-template-columns: 1fr 1fr; }
  .audience-item { border-bottom: 1px solid var(--line); }
  .audience-item:nth-child(3) { border-right: 1px solid var(--line); }
  .audience-item:nth-child(even) { border-right: 0; }
  .process-image, .process-image img { height: 690px; }
  .process-image img { object-position: 68% center; }
  .process-image::after { background: linear-gradient(0deg, rgba(24,62,39,.98) 0%, rgba(24,62,39,.88) 63%, rgba(24,62,39,.15) 100%); }
  .process-content { width: 100%; padding: 230px 25px 35px; }
  .testimonial-shell { padding: 34px 25px; }
  .cta-panel { padding: 40px 28px; flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 75px 0 78px; }
  .page-image-band img { height: 320px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .contact-card, .form-card { padding: 30px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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