:root {
  --green-950: #023c31;
  --green-900: #064d3e;
  --green-700: #078a50;
  --green-600: #08a45e;
  --mint-100: #e9f8f0;
  --mint-50: #f5fcf8;
  --ink: #17352f;
  --muted: #667a75;
  --line: #dcebe4;
  --white: #fff;
  --gold: #d8a92f;
  --shadow: 0 18px 50px rgba(3, 76, 60, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); }

.site-nav {
  height: 84px;
  line-height: 84px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(3, 76, 60, .09);
}
.site-nav .nav-wrapper { height: 84px; }
.site-nav ul a { color: var(--green-950); font-weight: 700; padding: 0 18px; }
.site-nav ul a:hover, .site-nav ul a.active { background: var(--mint-100); color: var(--green-700); }
.brand-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  height: 84px;
  color: var(--green-950) !important;
}
.logo-mark {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #b7dfcc;
  border-radius: 50%;
  color: var(--green-700);
  background: var(--mint-50);
}
.logo-mark i { font-size: 29px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: #789087; font-size: .72rem; font-weight: 600; }
.sidenav-trigger { color: var(--green-700); }
.sidenav .user-view { min-height: 150px; background: linear-gradient(135deg, var(--green-950), var(--green-700)); }
.sidenav .user-view .name, .sidenav .user-view .email { color: white; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 78px;
  background: linear-gradient(120deg, #f7fffb 0%, #e8f8ef 54%, #d9f3e6 100%);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
}
.hero::before { width: 480px; height: 480px; right: -110px; top: -210px; }
.hero::after { width: 320px; height: 320px; left: 44%; bottom: -220px; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border: 1px solid #c9ead8;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  color: var(--green-900);
  font-size: .92rem;
  font-weight: 800;
}
.eyebrow-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 6px rgba(8,164,94,.12); }
h1, h2, h3, h4 { color: var(--green-950); line-height: 1.15; letter-spacing: -.035em; }
.hero h1 { margin: 24px 0 20px; max-width: 760px; font-size: clamp(3rem, 6vw, 5.45rem); font-weight: 900; }
.hero h1 span { color: var(--green-600); }
.hero-lead { max-width: 680px; margin: 0 0 30px; color: #536c64; font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn, .btn-large {
  border-radius: 13px;
  background: var(--green-600);
  box-shadow: 0 12px 28px rgba(8,164,94,.22);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.btn:hover, .btn-large:hover { background: var(--green-700); box-shadow: 0 13px 28px rgba(8,164,94,.3); }
.btn-outline { color: var(--green-950); background: rgba(255,255,255,.72); border: 1px solid #a9d9c2; box-shadow: none; }
.btn-outline:hover { background: white; }
.hero-points { display: grid; gap: 14px; }
.hero-point {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  background: rgba(255,255,255,.48);
  backdrop-filter: blur(8px);
  font-weight: 800;
}
.hero-point i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: white; color: var(--green-700); }

.section { padding: 76px 0; }
.section-soft { background: #f8fcfa; }
.section-heading { margin: 0 0 10px; font-size: clamp(2.15rem, 4vw, 3.25rem); font-weight: 900; }
.section-intro { margin: 0 0 34px; color: var(--muted); font-size: 1.08rem; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card {
  height: 100%;
  margin: 0;
  border: 1px solid #e0eee7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.product-visual {
  display: grid;
  place-items: center;
  min-height: 175px;
  background: linear-gradient(145deg, #f4fcf8, #e2f5eb);
  color: var(--green-700);
}
.product-visual.blue { background: linear-gradient(145deg, #f3fafb, #e1f2f4); color: #237c84; }
.product-visual i { font-size: 76px; filter: drop-shadow(0 12px 12px rgba(3,76,60,.12)); }
.product-card .card-content { padding: 23px 23px 12px; }
.product-card .card-title { min-height: 54px; color: var(--green-950); font-size: 1.14rem; font-weight: 800; line-height: 1.35; }
.price { display: block; margin-top: 4px; color: var(--green-950); font-size: 1.95rem; font-weight: 900; letter-spacing: -.04em; }
.product-card .card-action { padding: 14px 23px 24px; border-top: 0; }
.product-card .card-action .btn { width: 100%; }

.article-shell { max-width: 850px; margin: 0 auto; }
.article-kicker { color: var(--green-700); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-shell > h2 { margin: 12px 0 24px; font-size: clamp(2.25rem, 5vw, 3.8rem); font-weight: 900; }
.article-shell .cms-content h2, .article-shell.cms-content h2 { margin: 34px 0 14px; font-size: clamp(1.65rem, 3vw, 2.15rem); line-height: 1.2; font-weight: 850; }
.article-shell .cms-content h3, .article-shell.cms-content h3 { margin: 28px 0 12px; font-size: clamp(1.3rem, 2.4vw, 1.65rem); line-height: 1.3; font-weight: 850; }
.article-shell .cms-content h4, .article-shell.cms-content h4 { margin: 24px 0 10px; font-size: 1.18rem; line-height: 1.35; font-weight: 850; }
.article-shell p, .article-shell li { color: #425b54; font-size: 1.08rem; }
.article-shell ul, .article-shell ol { padding-left: 24px; }
.article-shell li { margin-bottom: 8px; list-style: disc; }
.article-shell ol li { list-style: decimal; }
.cms-content { overflow-wrap: anywhere; }
.cms-content p { margin: 0 0 18px; line-height: 1.8; }
.cms-content a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.cms-content blockquote { margin: 24px 0; padding: 16px 20px; border-left: 4px solid var(--primary, var(--green-600)); border-radius: 0 12px 12px 0; background: var(--mint-50); }
.cms-content img { display: block; max-width: 100%; height: auto; margin: 24px auto; border-radius: 14px; }
.cms-content table { width: 100%; margin: 24px 0; border-collapse: collapse; }
.cms-content th, .cms-content td { padding: 11px 12px; border: 1px solid var(--line); text-align: left; }
.info-callout {
  display: flex;
  gap: 18px;
  margin: 32px 0;
  padding: 23px;
  border-left: 5px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: #fff9e9;
}
.info-callout i { color: #af7e00; }

.page-hero { padding: 58px 0; background: linear-gradient(120deg, #f5fdf9, #e3f6ec); }
.breadcrumbs { margin-bottom: 16px; color: #6f847c; font-size: .92rem; }
.breadcrumbs a { color: var(--green-700); font-weight: 700; }
.page-hero h1 { max-width: 820px; margin: 0 0 18px; font-size: clamp(2.6rem, 5vw, 4.6rem); font-weight: 900; }
.page-hero p { max-width: 760px; margin: 0; color: #536c64; font-size: 1.15rem; }
.detail-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: -28px auto 48px; position: relative; z-index: 2; }
.summary-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
.summary-card i { color: var(--green-600); }
.summary-card strong { display: block; margin-top: 8px; color: var(--green-950); font-size: 1.08rem; }
.summary-card span { color: var(--muted); }
.data-table { margin: 24px 0 34px; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.data-table table { margin: 0; }
.data-table th { color: var(--green-950); background: var(--mint-50); }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.contact-panel, .form-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.contact-panel { color: white; background: linear-gradient(145deg, var(--green-950), #076648); }
.contact-panel h2 { color: white; margin-top: 0; font-size: 2.15rem; font-weight: 900; }
.contact-panel p { color: #d8eee4; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-top: 25px; }
.contact-item i { color: #7ee0ae; }
.contact-item strong { display: block; }
.contact-item span { color: #d8eee4; font-size: .94rem; }
.form-card h2 { margin: 0 0 20px; font-size: 2rem; font-weight: 900; }
.input-field input:focus + label, .input-field textarea:focus + label { color: var(--green-700) !important; }
.input-field input:focus, .input-field textarea:focus { border-bottom-color: var(--green-700) !important; box-shadow: 0 1px 0 0 var(--green-700) !important; }
.select-wrapper input.select-dropdown:focus { border-bottom-color: var(--green-700); }
[type="checkbox"].filled-in:checked + span:not(.lever)::after { border-color: var(--green-600); background-color: var(--green-600); }
.helper-copy { color: #7d918a; font-size: .86rem; }

.site-footer { padding-top: 54px; color: #dcebe5; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; padding-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: white; font-size: 1.25rem; font-weight: 900; }
.footer-brand .logo-mark { border-color: rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.08); }
.footer-copy { max-width: 470px; color: #b9d1c8; }
.site-footer h3 { margin-top: 0; color: white; font-size: 1rem; letter-spacing: 0; }
.footer-links li { margin: 9px 0; }
.footer-links a { color: #c7ddd4; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); color: #9fbbb1; font-size: .88rem; }

@media (max-width: 992px) {
  .brand-logo { left: 0 !important; transform: none !important; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-points { grid-template-columns: repeat(3, 1fr); }
  .hero-point { flex-direction: column; align-items: flex-start; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-nav, .site-nav .nav-wrapper, .brand-logo { height: 72px; line-height: 72px; }
  .logo-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .64rem; }
  .hero { padding: 48px 0 52px; }
  .hero h1 { font-size: 3rem; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn-large { width: 100%; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-point { flex-direction: row; align-items: center; }
  .section { padding: 55px 0; }
  .products-grid { gap: 12px; }
  .product-card { border-radius: 17px; }
  .product-visual { min-height: 118px; }
  .product-visual i { font-size: 58px; }
  .product-card .card-content { padding: 17px 15px 8px; }
  .product-card .card-title { min-height: 65px; font-size: .96rem; }
  .price { font-size: 1.48rem; }
  .product-card .card-action { padding: 10px 14px 17px; }
  .detail-summary { grid-template-columns: 1fr; margin-top: -20px; }
  .contact-panel, .form-card { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
