:root {
  --green: #2FBF71;
  --blue: #2563EB;
  --navy: #0F172A;
  --text: #334155;
  --muted: #64748B;
  --bg: #F8FAFC;
  --white: #FFFFFF;
  --border: #DDE7F0;
  --green-soft: #DDF8E9;
  --blue-soft: #E0ECFF;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(47, 191, 113, 0.12), transparent 38%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.site-shell {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  padding: 48px 20px;
}

.background-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.55;
}

.shape-plate {
  top: 7%;
  left: max(20px, calc(50% - 640px));
  width: 220px;
  height: 220px;
  border: 34px solid rgba(37, 99, 235, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(47, 191, 113, 0.12);
}

.shape-leaf {
  right: max(18px, calc(50% - 670px));
  bottom: 8%;
  width: 190px;
  height: 260px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(47, 191, 113, 0.17), rgba(37, 99, 235, 0.08));
  transform: rotate(18deg);
}

.hero-card {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  padding: 34px;
  border: 1px solid rgba(221, 231, 240, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  color: var(--navy);
  text-decoration: none;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.1));
}

.brand-name {
  color: var(--navy);
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name.is-visible {
  display: inline-block;
}

.brand p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  gap: 36px;
  align-items: center;
  padding: 62px 18px 36px;
}

.hero-copy {
  max-width: 650px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid rgba(47, 191, 113, 0.28);
  border-radius: 999px;
  color: #12683a;
  background: var(--green-soft);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: var(--navy);
  font-size: clamp(2.5rem, 4rem, 4.65rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.subheadline {
  margin: 0;
  color: var(--text);
  font-size: 1.23rem;
  font-weight: 600;
}

.hero-text {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(221, 231, 240, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(37, 99, 235, 0.1), rgba(47, 191, 113, 0.13)),
    var(--white);
}

.icon-watermark {
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: start end;
  opacity: 0.12;
}

.icon-watermark img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.icon-watermark.icon-fallback::before {
  content: "";
  width: 98px;
  height: 98px;
  border-radius: 50% 50% 50% 16%;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.nutrition-ring {
  position: relative;
  width: min(260px, 72vw);
  aspect-ratio: 1;
  border: 22px solid rgba(47, 191, 113, 0.22);
  border-right-color: rgba(37, 99, 235, 0.42);
  border-bottom-color: rgba(37, 99, 235, 0.16);
  border-radius: 50%;
}

.nutrition-ring::before {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 47%, rgba(15, 23, 42, 0.08) 47% 53%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(15, 23, 42, 0.08) 47% 53%, transparent 53%),
    var(--white);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.nutrition-ring::after {
  content: "";
  position: absolute;
  inset: 84px 70px 60px 70px;
  border-radius: 65% 65% 50% 50%;
  background: linear-gradient(135deg, var(--green), #73DCA2);
  transform: rotate(-28deg);
}

.ring-dot {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 8px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.dot-green {
  top: 10px;
  left: 30px;
  background: var(--green);
}

.dot-blue {
  right: 12px;
  top: 78px;
  background: var(--blue);
}

.dot-soft {
  left: 56px;
  bottom: 10px;
  background: #A7F3D0;
}

.guidance-panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(280px, calc(100% - 40px));
  padding: 16px;
  border: 1px solid rgba(221, 231, 240, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.guidance-panel span {
  display: block;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guidance-panel strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.45;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 18px 32px;
}

.feature-card {
  min-height: 178px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.feature-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 10px 10px 10px 4px;
  background: linear-gradient(135deg, var(--green), #8BE7B1);
}

.feature-icon-blue {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #7BA3FF);
}

.feature-icon-mixed {
  border-radius: 50% 50% 12px 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.feature-card h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.03rem;
  line-height: 1.3;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 22px 18px 0;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .site-shell {
    align-items: start;
    padding: 18px;
  }

  .hero-card {
    padding: 24px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 0 28px;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero-visual {
    min-height: 330px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding: 0 0 26px;
  }

  .feature-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding: 12px;
  }

  .hero-card {
    padding: 20px;
  }

  h1 {
    font-size: clamp(2.1rem, 2.7rem, 3rem);
  }

  .subheadline {
    font-size: 1.06rem;
  }

  .hero-visual {
    min-height: 295px;
  }

  .nutrition-ring {
    width: min(218px, 72vw);
    border-width: 18px;
  }

  .guidance-panel {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    margin: -18px 16px 18px;
  }

  .shape-plate,
  .shape-leaf {
    opacity: 0.35;
  }
}
