:root {
  --green: #08753d;
  --green-dark: #055a2e;
  --green-soft: #eaf5ef;
  --charcoal: #273039;
  --dark: #1d252b;
  --text: #33424d;
  --muted: #667681;
  --light: #f4f8f6;
  --white: #ffffff;
  --line: rgba(39,48,57,.10);
  --shadow: 0 24px 60px rgba(22,42,32,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Roboto", sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }
h1,h2,h3,.nav,.btn,.eyebrow,.section-tag { font-family: "Montserrat", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 190px; height: 66px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; font-size: .86rem; font-weight: 700; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--green); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 1.7rem; color: var(--charcoal); }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 12px; background: linear-gradient(135deg,var(--green),var(--green-dark)); color: #fff; font-weight: 800; font-size: .9rem; box-shadow: 0 12px 28px rgba(8,117,61,.22); transition: .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 17px 32px rgba(8,117,61,.28); }
.btn-small { min-height: 44px; padding: 0 18px; }
.btn-outline { color: var(--charcoal); background: transparent; border: 1px solid rgba(39,48,57,.22); box-shadow: none; }
.full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 94px 0 88px; background: radial-gradient(circle at 84% 14%,rgba(8,117,61,.15),transparent 25%), linear-gradient(135deg,#fff 0%,#f5faf7 64%,#edf6f1 100%); }
.hero::after { content:""; position:absolute; right:-220px; bottom:-280px; width:560px; height:560px; border:72px solid rgba(8,117,61,.06); border-radius:50%; }
.hero-grid { display:grid; grid-template-columns:1.04fr .96fr; gap:58px; align-items:center; position:relative; z-index:1; }
.eyebrow,.section-tag { display:inline-block; color:var(--green); font-size:.76rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.hero h1 { margin:18px 0 22px; font-size:clamp(2.35rem,4vw,3.75rem); line-height:1.06; color:var(--dark); letter-spacing:-.04em; }
.hero p { max-width:680px; font-size:1.08rem; color:var(--muted); }
.hero-actions { display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.hero-points { display:flex; gap:18px; flex-wrap:wrap; margin-top:26px; color:var(--charcoal); font-size:.88rem; font-weight:600; }
.hero-points span::before { content:"✓"; margin-right:7px; color:var(--green); font-weight:900; }
.mini-badges { display:flex; gap:10px; flex-wrap:wrap; margin-top:22px; }
.mini-badges span { background:rgba(255,255,255,.88); border:1px solid var(--line); border-radius:999px; padding:9px 13px; font-size:.86rem; color:var(--charcoal); box-shadow:0 8px 22px rgba(22,42,32,.05); }
.hero-visual { position:relative; }
.hero-main-illustration { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:28px; box-shadow:var(--shadow); background:#fff; }
.floating-card { position:absolute; background:#fff; border-radius:18px; padding:16px 18px; box-shadow:0 18px 34px rgba(22,42,32,.13); display:grid; gap:3px; max-width:230px; border:1px solid rgba(255,255,255,.7); }
.floating-card strong { color:var(--charcoal); font-family:"Montserrat",sans-serif; }
.floating-card span { color:var(--muted); font-size:.87rem; }
.floating-card-1 { left:-18px; bottom:24px; }
.floating-card-2 { right:-12px; top:24px; }

.section { padding:92px 0; }
.section-light { background:var(--light); }
.two-cols { display:grid; grid-template-columns:.98fr 1.02fr; gap:72px; align-items:center; }
h2 { margin:12px 0 22px; color:var(--dark); font-size:clamp(2rem,3vw,3.05rem); line-height:1.15; letter-spacing:-.035em; }
.section-text { font-size:1.04rem; color:var(--muted); }
.section-text p:first-child { margin-top:0; }
.section-heading { max-width:850px; }
.section-heading p,.partnership-heading p { color:var(--muted); font-size:1.05rem; }
.compact-heading { margin-bottom:34px; }
.about-fun { align-items:start; }
.fun-note-box { background:linear-gradient(160deg,#f8fcfa,#eaf5ef); border:1px solid rgba(8,117,61,.12); border-radius:24px; padding:32px; box-shadow:0 16px 38px rgba(22,42,32,.07); }
.fun-note-box h3 { margin-top:0; color:var(--green-dark); }
.fun-note-box ul { list-style:none; padding:0; margin:0; display:grid; gap:15px; }
.fun-note-box li { color:var(--text); font-weight:500; }

.image-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:26px; margin-top:38px; }
.image-card { overflow:hidden; border-radius:24px; background:#fff; box-shadow:0 16px 38px rgba(22,42,32,.08); transition:.25s ease; border:1px solid rgba(39,48,57,.06); }
.image-card:hover { transform:translateY(-5px); box-shadow:0 24px 48px rgba(22,42,32,.12); }
.image-card img { width:100%; aspect-ratio:4/3; object-fit:cover; background:#f5f8f6; }
.image-card-content { padding:24px 25px 27px; }
.image-card-content h3 { margin:0 0 8px; color:var(--charcoal); font-size:1.13rem; }
.image-card-content p { margin:0; color:var(--muted); }

.services-section { background:linear-gradient(180deg,#fff 0%,#f6f9f7 100%); }
.service-area { margin:48px 0 62px; }
.service-area-heading { max-width:900px; margin-bottom:24px; }
.service-area-heading h3 { margin:0 0 7px; color:var(--green-dark); font-size:clamp(1.35rem,2vw,1.85rem); }
.service-area-heading p { margin:0; color:var(--muted); }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:0; }
.card { background:#fff; border-radius:18px; padding:27px; border:1px solid rgba(39,48,57,.08); box-shadow:0 12px 32px rgba(22,42,32,.05); transition:.25s ease; height:100%; }
.card:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(22,42,32,.10); border-color:rgba(8,117,61,.18); }
.card h3 { color:var(--charcoal); font-size:1.04rem; line-height:1.35; margin:0 0 10px; }
.card p { margin:0; color:var(--muted); font-size:.94rem; }

.method-section { background:var(--charcoal); color:#fff; }
.method-section h2 { color:#fff; }
.method-section .section-tag { color:#8ed6ad; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:38px; }
.process-card { padding:28px 24px; border-radius:20px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.10); }
.process-card > span { display:inline-grid; place-items:center; width:46px; height:46px; border-radius:14px; background:var(--green); color:#fff; font-family:"Montserrat",sans-serif; font-weight:800; }
.process-card h3 { margin:18px 0 10px; font-size:1.02rem; color:#fff; }
.process-card p { margin:0; color:rgba(255,255,255,.72); font-size:.93rem; }

.partnership-section { background:radial-gradient(circle at 10% 15%,rgba(8,117,61,.08),transparent 25%),#fff; }
.partnership-heading { max-width:850px; margin:0 auto; text-align:center; }
.partnership-logo-single { max-width:310px; margin:28px auto 34px; padding:12px 16px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 14px 34px rgba(22,42,32,.07); }
.partnership-logo-single img { width:100%; height:auto; object-fit:contain; }
.professional-duo { max-width:940px; margin:0 auto; padding:38px 42px; border-radius:24px; background:linear-gradient(135deg,rgba(8,117,61,.06),rgba(39,48,57,.04)); border:1px solid rgba(8,117,61,.10); text-align:left; box-shadow:0 14px 34px rgba(22,42,32,.06); }
.professional-duo h3 { margin:0 0 18px; color:var(--charcoal); font-size:clamp(1.45rem,2.2vw,2.05rem); text-align:center; }
.professional-duo p { max-width:840px; margin:0 auto 15px; color:var(--muted); font-size:1.02rem; }
.professional-duo strong { color:var(--green-dark); }
.partnership-highlight { margin-top:22px !important; padding:18px 20px; border-left:4px solid var(--green); border-radius:10px; background:rgba(255,255,255,.78); color:var(--charcoal)!important; font-weight:600; }

.seo-local { background:linear-gradient(180deg,#fff,#f4f8f6); text-align:center; }
.seo-local p { max-width:860px; margin:0 auto; color:var(--muted); font-size:1.04rem; }
.contact-section { background:linear-gradient(180deg,#eef7f2,#fff); }
.contact-grid { display:grid; grid-template-columns:1fr .75fr .88fr; gap:38px; align-items:center; }
.contact-grid p { color:var(--muted); font-size:1.04rem; max-width:600px; }
.contact-visual img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }
.contact-card { background:#fff; border-radius:20px; box-shadow:var(--shadow); padding:30px; display:grid; gap:14px; }
.contact-card > div { display:grid; gap:2px; padding-bottom:14px; border-bottom:1px solid #e6ece8; }
.contact-card span { color:var(--muted); font-size:.84rem; }
.contact-card strong { color:var(--charcoal); font-family:"Montserrat",sans-serif; font-size:.98rem; overflow-wrap:anywhere; }
.contact-card a[href^="mailto:"] { font-size:.88rem; }

footer { background:#1f292f; color:rgba(255,255,255,.76); padding-top:52px; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr .5fr; gap:50px; padding-bottom:38px; }
.footer-grid img { width:210px; background:#fff; border-radius:10px; padding:8px; }
.footer-grid div { display:grid; align-content:start; gap:8px; }
.footer-grid strong { color:#fff; }
.footer-grid a:hover { color:#fff; }
.copyright { border-top:1px solid rgba(255,255,255,.1); text-align:center; padding:18px; font-size:.84rem; }

@media (max-width:1000px) { .contact-grid { grid-template-columns:1fr; } .process-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:920px) {
  .nav-wrap > .btn-small { display:none; }
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:88px; left:20px; right:20px; padding:22px; background:#fff; border-radius:14px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; margin:0; }
  .nav.open { display:flex; }
  .hero-grid,.two-cols { grid-template-columns:1fr; }
  .image-grid { grid-template-columns:1fr; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .floating-card-1,.floating-card-2 { position:static; margin-top:12px; }
}
@media (max-width:640px) {
  .container { width:min(100% - 28px,1180px); }
  .brand img { width:150px; height:58px; }
  .nav-wrap { min-height:78px; }
  .nav { top:78px; }
  .hero { padding:58px 0 64px; }
  .hero h1 { font-size:2.1rem; }
  .section { padding:68px 0; }
  .cards,.process-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .professional-duo { padding:28px 22px; }
  .contact-card a[href^="mailto:"] { font-size:.8rem; }
}
