:root {
  --mist: #f4fffc;
  --mint: #91eaaf;
  --lime: #c3e956;
  --leaf: #4d7111;
  --forest: #1f4b2c;
  --deep: #0b2215;
  --flame: #f4510a;
  --ember: #a61a0a;
  --orange: #ff8a1c;
  --cream: #fffdf2;
  --white: #ffffff;
  --black: #111812;
  --muted: #637462;
  --line: rgba(31, 75, 44, 0.15);
  --glass: rgba(255, 255, 255, 0.76);
  --shadow: 0 26px 80px rgba(31, 75, 44, 0.14);
  --shadow-strong: 0 36px 120px rgba(31, 75, 44, 0.25);
  --fire-shadow: 0 24px 54px rgba(244, 81, 10, 0.24);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--black);
  background:
    radial-gradient(circle at 6% 8%, rgba(145, 234, 175, 0.48), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(255, 138, 28, 0.16), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(195, 233, 86, 0.28), transparent 34%),
    linear-gradient(180deg, #fbfff5 0%, #ffffff 44%, #f1ffe7 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }

.bg-glow, .leaf {
  position: fixed;
  z-index: -2;
  pointer-events: none;
}
.bg-glow {
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: .38;
}
.glow-one { top: 130px; left: -150px; background: var(--mint); }
.glow-two { bottom: 150px; right: -160px; background: linear-gradient(135deg, var(--lime), var(--orange)); }
.leaf { z-index: -1; opacity: .17; font-size: 58px; filter: blur(.2px); animation: floatLeaf 8s ease-in-out infinite; }
.leaf-a { top: 25%; left: 3%; }
.leaf-b { top: 52%; right: 4%; animation-delay: -2.6s; }
.leaf-c { bottom: 10%; left: 16%; animation-delay: -4.5s; }
@keyframes floatLeaf { 0%,100% { transform: translateY(0) rotate(-12deg); } 50% { transform: translateY(-24px) rotate(12deg); } }

.top-banner {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 900;
  color: var(--forest);
  background: linear-gradient(90deg, var(--mint), var(--mist), var(--lime), rgba(255,138,28,.23));
  border-bottom: 1px solid rgba(31, 75, 44, .08);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px 7vw;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(31, 75, 44, 0.10);
  backdrop-filter: blur(20px);
}
.brand img { width: 154px; filter: drop-shadow(0 8px 18px rgba(31,75,44,.15)); }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 900; color: var(--forest); }
.nav-links a { opacity: .88; transition: .2s ease; }
.nav-links a:hover { opacity: 1; color: var(--flame); transform: translateY(-1px); }
.nav-cta {
  padding: 11px 18px;
  color: white !important;
  background: linear-gradient(135deg, var(--flame), var(--leaf));
  border-radius: 999px;
  box-shadow: var(--fire-shadow);
}
.menu-btn { display: none; border: 0; background: var(--forest); color: white; width: 42px; height: 42px; border-radius: 14px; font-size: 20px; }

.section { padding: 88px 7vw; position: relative; }
.section.soft {
  background:
    radial-gradient(circle at top right, rgba(255,138,28,.10), transparent 26%),
    radial-gradient(circle at 15% 20%, rgba(145,234,175,.38), transparent 30%),
    linear-gradient(180deg, rgba(244, 255, 252, .66), rgba(195, 233, 86, .13));
}
.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: 44px;
  padding-top: 74px;
}
.eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; color: var(--leaf); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(46px, 8vw, 94px); line-height: .92; letter-spacing: -.074em; color: var(--forest); }
h1 span { color: var(--leaf); text-shadow: 0 6px 0 rgba(255,255,255,.88), 0 14px 30px rgba(31,75,44,.18); }
h2 { font-size: clamp(32px, 5vw, 58px); line-height: 1; letter-spacing: -.058em; color: var(--forest); margin-bottom: 16px; }
h3 { color: var(--forest); font-size: 24px; letter-spacing: -.025em; }
h4 { color: var(--forest); }
.hero-text, .section-heading p, .card p, .timeline p, .product-card p, .article-card p, .usage-card p, .advantage-card p, .roadmap-card p, .team-card p { color: var(--muted); line-height: 1.78; }
.hero-text { max-width: 690px; font-size: 19px; }
.hero-quote { max-width: 690px; padding: 18px 20px; color: var(--forest); font-weight: 800; line-height: 1.65; border: 1px solid rgba(244,81,10,.22); border-left: 8px solid var(--flame); background: rgba(255,255,255,.64); border-radius: 22px; box-shadow: 0 18px 42px rgba(31,75,44,.07); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 0; border-radius: 999px; font-weight: 950; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: white; background: linear-gradient(135deg, var(--flame), var(--orange), var(--leaf)); box-shadow: var(--fire-shadow); }
.btn.secondary { color: var(--forest); background: rgba(255,255,255,.84); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(31, 75, 44, .08); }
.btn.full { width: 100%; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 860px; }
.metric-card { padding: 16px; border: 1px solid rgba(31,75,44,.12); border-radius: 22px; background: rgba(255,255,255,.66); backdrop-filter: blur(12px); box-shadow: 0 12px 28px rgba(31,75,44,.05); }
.metric-card strong { display: block; color: var(--forest); font-size: 20px; letter-spacing: -.03em; }
.metric-card small { color: var(--muted); line-height: 1.45; font-weight: 700; }

.glass-card, .card, .product-card, .article-card, .usage-card, .form-card, .warning-box, .contact-card, .program-card, .advantage-card, .roadmap-card, .team-card {
  background: var(--glass);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-card { position: relative; min-height: 560px; overflow: hidden; padding: 42px; background:
  radial-gradient(circle at 72% 24%, rgba(244,81,10,.32), transparent 16%),
  radial-gradient(circle at 50% 38%, rgba(195,233,86,.62), transparent 28%),
  linear-gradient(150deg, rgba(244,255,252,.88), rgba(145,234,175,.58), rgba(31,75,44,.24)); }
.hero-card::before { content: ""; position: absolute; inset: 16px; border-radius: 30px; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.logo-showcase { position: relative; z-index: 2; display: grid; place-items: center; min-height: 215px; padding: 30px; border-radius: 34px; background: rgba(255,255,255,.66); overflow: hidden; }
.logo-showcase::before { content: ""; position: absolute; width: 280px; height: 280px; background: radial-gradient(circle, rgba(255,138,28,.28), transparent 60%); top: -90px; right: -80px; }
.logo-showcase img { width: min(100%, 370px); filter: drop-shadow(0 18px 28px rgba(31, 75, 44, .20)); position: relative; z-index: 1; }
.logo-badge { position: absolute; left: 22px; top: 18px; padding: 8px 12px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--leaf), var(--flame)); font-size: 12px; font-weight: 950; letter-spacing: .08em; z-index: 2; }
.mock-product { position: absolute; z-index: 3; right: 40px; bottom: 105px; width: 170px; height: 220px; padding: 22px; text-align: center; border-radius: 30px; background: linear-gradient(180deg, #fff, #edffd9); box-shadow: var(--shadow-strong); transform: rotate(-8deg); border: 1px solid rgba(255,255,255,.8); }
.pack-top { color: var(--flame); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.pack-logo { font-size: 58px; margin: 22px 0 12px; }
.mock-product strong { display:block; color: var(--forest); }
.mock-product small { color: var(--muted); font-weight: 800; }
.flame-orbit { position: absolute; width: 280px; height: 280px; right: -70px; top: 50px; border: 18px solid rgba(255,255,255,.45); border-top-color: rgba(244,81,10,.70); border-radius: 50%; transform: rotate(-28deg); filter: drop-shadow(0 18px 28px rgba(244,81,10,.12)); }
.mini-card { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 18px; border-radius: 22px; color: white; background: linear-gradient(135deg, rgba(31,75,44,.9), rgba(77,113,17,.86)); }
.mini-card p { color: rgba(255,255,255,.82); margin: 5px 0 0; }

.section-heading { max-width: 940px; margin-bottom: 36px; }
.row-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.profile-grid, .brand-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 22px; }
.card { padding: 28px; }
.highlight-card { background: linear-gradient(145deg, rgba(195,233,86,.42), rgba(255,255,255,.9)); }
.dark-card { background: linear-gradient(145deg, var(--forest), #315f16); color: white; }
.dark-card h3, .dark-card .pill { color: white; }
.dark-card .pill { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.clean-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; }
.clean-list li { position: relative; padding-left: 28px; color: var(--muted); line-height: 1.58; }
.dark-card .clean-list li, .newsletter-section .clean-list li { color: rgba(255,255,255,.78); }
.clean-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--flame); font-weight: 950; }
.pill-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 950; color: var(--forest); background: rgba(195,233,86,.32); border: 1px solid rgba(77,113,17,.14); }
.program-card { margin-top: 24px; padding: 28px; display: grid; grid-template-columns: 1.15fr .75fr 1fr; gap: 22px; align-items: center; }
.big-theme { font-size: 26px; font-weight: 950; color: var(--leaf) !important; line-height: 1.1 !important; }

.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.advantage-card { padding: 24px; position: relative; overflow: hidden; }
.advantage-card::after { content:""; position:absolute; width: 120px; height:120px; right:-42px; top:-42px; background: radial-gradient(circle, rgba(244,81,10,.15), transparent 70%); }
.advantage-icon { width: 54px; height: 54px; display: grid; place-items: center; font-size: 26px; border-radius: 18px; background: linear-gradient(135deg, rgba(195,233,86,.7), rgba(255,138,28,.24)); box-shadow: 0 14px 28px rgba(31,75,44,.08); margin-bottom: 16px; }

.product-grid { display: grid; gap: 22px; }
.product-card { overflow: hidden; display: grid; grid-template-columns: 360px 1fr; gap: 28px; padding: 24px; }
.product-image { min-height: 360px; display: grid; place-items: center; border-radius: 28px; background: radial-gradient(circle at 30% 20%, rgba(244,81,10,.32), transparent 24%), linear-gradient(145deg, rgba(145,234,175,.66), rgba(31,75,44,.28)); }
.mock-pack { width: 200px; min-height: 260px; display: grid; place-items: center; text-align: center; color: var(--leaf); font-size: 28px; font-weight: 950; border-radius: 30px; background: linear-gradient(180deg, #fff, #f5ffef); box-shadow: var(--shadow-strong); transform: rotate(-7deg); border: 1px solid rgba(255,255,255,.85); }
.mock-pack span { font-size: 64px; }
.price { margin: 18px 0; font-size: 38px; font-weight: 950; color: var(--flame); }
.price small { font-size: 15px; color: var(--muted); }
.detail-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 22px; }
.detail-list span { padding: 10px 12px; background: rgba(244,255,252,.9); border: 1px solid var(--line); border-radius: 999px; font-weight: 850; color: var(--forest); font-size: 13px; }
.script-title { font-family: Pacifico, cursive; font-size: 48px; margin-bottom: 8px; color: var(--leaf); text-shadow: 0 5px 0 #fff; }
.big-brand-card { background: linear-gradient(145deg, rgba(244,255,252,.88), rgba(195,233,86,.30)); }
.color-grid { display: grid; gap: 10px; }
.color-item { display: grid; grid-template-columns: 62px 1fr; gap: 12px; align-items: center; }
.color-swatch { height: 50px; border-radius: 15px; border: 1px solid rgba(31,75,44,.16); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.color-item strong { display: block; color: var(--forest); }
.color-item small { color: var(--muted); }
.design-gallery { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.design-gallery img { width: 100%; height: 390px; object-fit: cover; object-position: top; border-radius: var(--radius-xl); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); }

.roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.roadmap-card { padding: 24px; position: relative; overflow: hidden; }
.roadmap-card::before { content: attr(data-phase); position: absolute; right: 16px; top: 8px; font-size: 64px; font-weight: 950; color: rgba(244,81,10,.10); letter-spacing: -.08em; }
.roadmap-card .period { color: var(--flame); font-weight: 950; margin-bottom: 6px; }
.roadmap-card ul { margin: 16px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.team-card { padding: 22px; text-align: left; }
.avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 20px; color: white; font-weight: 950; background: linear-gradient(135deg, var(--flame), var(--leaf)); box-shadow: var(--fire-shadow); margin-bottom: 14px; }
.team-card .role { color: var(--flame); font-weight: 950; margin: 4px 0 10px; }
.team-card small { color: var(--muted); font-weight: 850; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { padding: 24px; transition: .22s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-strong); }
.article-meta { display: flex; gap: 8px; flex-wrap: wrap; color: var(--flame); font-size: 12px; font-weight: 950; margin-bottom: 12px; }
.read-more { border: 0; background: transparent; color: var(--leaf); font-weight: 950; cursor: pointer; padding: 0; }
.timeline { display: grid; gap: 16px; }
.timeline-item { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.76); border-radius: 24px; box-shadow: 0 14px 34px rgba(31,75,44,.06); }
.timeline-date { font-weight: 950; color: var(--forest); margin-bottom: 10px; }
.usage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.usage-card { padding: 24px; }
.step-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--flame), var(--leaf)); color: white; font-weight: 950; margin-bottom: 14px; box-shadow: var(--fire-shadow); }
.warning-box { margin-top: 22px; padding: 26px; border-left: 8px solid var(--flame); }
.warning-box ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.85; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-card { padding: 22px; display: grid; gap: 12px; margin-top: 22px; }
.contact-card a { color: var(--leaf); font-weight: 950; }
.form-card { padding: 28px; display: grid; gap: 14px; }
.form-card label { display: grid; gap: 7px; font-weight: 950; color: var(--forest); }
input, select, textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.9); font: inherit; outline: none; }
textarea { min-height: 104px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--flame); box-shadow: 0 0 0 4px rgba(244,81,10,.12); }
.form-result { margin: 0; color: var(--leaf); font-weight: 850; }
.form-result a { text-decoration: underline; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border-radius: 22px; background: white; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 14px 34px rgba(31,75,44,.06); }
.faq-question { width: 100%; border: 0; background: transparent; padding: 20px; text-align: left; font-weight: 950; color: var(--forest); font-size: 16px; cursor: pointer; }
.faq-answer { display: none; padding: 0 20px 20px; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }
.newsletter-section { display: flex; justify-content: space-between; gap: 26px; align-items: center; background: linear-gradient(135deg, var(--forest), #315f16, #683013); color: white; }
.newsletter-section h2, .newsletter-section .eyebrow { color: white; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; min-width: min(520px, 100%); }
.footer { padding: 34px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; background: var(--deep); }
.footer img { width: 135px; filter: drop-shadow(0 10px 22px rgba(255,255,255,.12)); }
.footer p { margin: 8px 0 0; color: rgba(255,255,255,.76); }
.footer-links { display: flex; gap: 18px; font-weight: 850; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 120; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; color: white; font-weight: 950; border-radius: 999px; background: linear-gradient(135deg, #24d366, var(--leaf)); box-shadow: 0 18px 40px rgba(31,75,44,.24); }

@media (max-width: 1180px) {
  .hero, .split-section, .product-card { grid-template-columns: 1fr; }
  .profile-grid, .brand-grid, .article-grid, .usage-grid, .advantage-grid { grid-template-columns: 1fr 1fr; }
  .program-card { grid-template-columns: 1fr; }
  .hero-card { min-height: 460px; }
  .roadmap-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .top-banner { overflow-x: auto; justify-content: start; white-space: nowrap; }
  .menu-btn { display: block; }
  .nav-links { display: none; position: absolute; inset: 76px 4vw auto 4vw; padding: 18px; flex-direction: column; align-items: stretch; background: white; border-radius: 22px; box-shadow: var(--shadow); }
  .nav-links.show { display: flex; }
  .section { padding: 62px 5vw; }
  .hero { padding-top: 54px; }
  .hero-stats, .profile-grid, .brand-grid, .article-grid, .usage-grid, .design-gallery, .advantage-grid, .roadmap-grid, .team-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; }
  .row-heading { align-items: start; flex-direction: column; }
  .newsletter-section { align-items: stretch; flex-direction: column; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: start; }
  h1 { font-size: 48px; }
  .mock-product { position: relative; right: auto; bottom: auto; margin: 20px auto 76px; }
  .floating-wa { left: 18px; right: 18px; }
}
