@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --page-bg: #eef6ff;
  --surface: #f7fbff;
  --surface-strong: #ffffff;
  --text: #182038;
  --muted: #60708a;
  --primary: #4a7de8;
  --primary-dark: #173b86;
  --primary-soft: rgba(74, 125, 232, 0.16);
  --border: #d8e5f7;
  --sky: #cfe6ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  background: var(--page-bg);
  color: var(--text);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8%;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.header.is-scrolled {
  position: fixed;
  background: rgba(247, 251, 255, 0.97);
  box-shadow: 0 10px 30px rgba(21, 24, 44, 0.08);
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 68px;
  width: auto;
  object-fit: contain;
}

.brand-name {
  color: var(--primary-dark);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.navbar a {
  color: #1d2340;
  text-decoration: none;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
}

.navbar a:hover {
  color: var(--primary);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #ffffff;
  text-decoration: none;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.header.is-scrolled .header-cta {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
}

.hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 112px 8% 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 16%, rgba(207, 230, 255, 0.8), transparent 30%),
    radial-gradient(circle at 75% 24%, rgba(145, 194, 255, 0.5), transparent 28%),
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.35), transparent 26%),
    linear-gradient(180deg, #d8ecff 0%, #b8d9fb 22%, #7fb0eb 58%, #4e7fc9 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 23, 46, 0.12), rgba(9, 23, 46, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-content {
  position: relative;
  max-width: 800px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #0f7dd8;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 1.02rem;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 500;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 13px 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #f7fbff;
  backdrop-filter: blur(12px);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: 0.9;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  color: var(--primary-dark);
}

h1 span {
  display: block;
  color: #f7fbff;
}

.hero-text {
  max-width: 610px;
  margin: 16px auto 22px;
  color: rgba(255, 250, 244, 0.92);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 17px 26px;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.03em;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.hero-actions {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.button-link.primary {
  background: #ffffff;
  color: #101525;
  box-shadow: 0 16px 35px rgba(15, 20, 38, 0.16);
}

.button-link.primary::after {
  content: "\2192";
  margin-left: 14px;
}

.button-link.secondary {
  border: 1px solid rgba(130, 180, 255, 0.72);
  background: linear-gradient(135deg, rgba(74, 125, 232, 0.22), rgba(255, 255, 255, 0.08));
  color: #f7fbff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

.serum-bottle {
  position: relative;
  width: 136px;
  height: 318px;
  transform: translateY(0);
}

.dropper-cap {
  position: absolute;
  left: 50%;
  top: 0;
  width: 46px;
  height: 70px;
  transform: translateX(-50%);
  border-radius: 30px 30px 18px 18px;
  background: linear-gradient(180deg, rgba(232, 224, 217, 0.95), rgba(174, 153, 138, 0.92));
  box-shadow: 0 14px 24px rgba(38, 24, 13, 0.2);
}

.dropper-neck {
  position: absolute;
  left: 50%;
  top: 62px;
  width: 52px;
  height: 48px;
  transform: translateX(-50%);
  border-radius: 18px;
  background: linear-gradient(180deg, #a46d38, #6d4018);
}

.dropper-glass {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 6px;
  height: 145px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(222, 215, 208, 0.2));
}

.bottle-glow {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 125, 232, 0.32), rgba(74, 125, 232, 0));
}

.bottle-liquid {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96px;
  height: 190px;
  transform: translateX(-50%);
  border-radius: 30px 30px 24px 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #d59312 0%, #a46000 56%, #7d4300 100%);
  box-shadow: 0 20px 40px rgba(29, 18, 8, 0.25);
}

.bottle-shine {
  position: absolute;
  left: 38%;
  bottom: 18px;
  width: 16px;
  height: 160px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.08));
}

.hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 900px;
  width: min(980px, 100%);
  margin: 8px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.stat {
  text-align: center;
  color: #f5f1eb;
  font-family: "Outfit", Arial, sans-serif;
}

.stat + .stat {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.stat strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 600;
}

.stat span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.section {
  padding: 72px 8%;
}

.alt {
  background: var(--surface);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 600;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.section p,
.card p {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.section-label,
.visual-label {
  margin: 0 0 12px;
  color: var(--primary);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading .section-label {
  margin-bottom: 14px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 38px;
  align-items: center;
}

.about-copy h2,
.export-copy h3 {
  max-width: 760px;
}

.about-points,
.export-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.about-visual {
  display: flex;
  justify-content: flex-end;
}

.about-image-card {
  width: min(430px, 100%);
  padding: 34px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(189, 222, 255, 0.34), transparent 34%),
    linear-gradient(180deg, #ffffff, #eaf4ff);
  border: 1px solid var(--border);
  box-shadow: 0 20px 45px rgba(45, 80, 128, 0.08);
}

.about-logo {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 28px;
  object-fit: contain;
}

.about-visual-copy {
  text-align: left;
}

.export-block {
  margin-top: 46px;
  padding-top: 36px;
  border-top: 1px solid #e6d6c7;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: center;
}

.product-visual {
  display: flex;
  justify-content: flex-start;
}

.product-image-card {
  position: relative;
  width: min(430px, 100%);
  min-height: 480px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(185, 220, 255, 0.24), transparent 34%),
    linear-gradient(180deg, #f8fbff, #edf5ff);
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(45, 80, 128, 0.08);
  overflow: hidden;
}

.product-logo {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.9;
}

.product-bottle-mini {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 150px;
  height: 250px;
  transform: translateX(-50%);
}

.mini-cap {
  position: absolute;
  left: 50%;
  top: 0;
  width: 48px;
  height: 70px;
  transform: translateX(-50%);
  border-radius: 28px 28px 16px 16px;
  background: linear-gradient(180deg, #f2ede7, #b9a18f);
}

.mini-neck {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 52px;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 16px;
  background: linear-gradient(180deg, #b4773d, #845124);
}

.mini-liquid {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 94px;
  height: 160px;
  transform: translateX(-50%);
  border-radius: 26px 26px 22px 22px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #df9a1e 0%, #af6e08 60%, #7e4700 100%);
  box-shadow: 0 16px 34px rgba(72, 45, 17, 0.2);
}

.product-copy h2 {
  margin-bottom: 16px;
}

.product-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.info-card {
  padding: 24px;
  border-radius: 18px;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: 0 10px 25px rgba(60, 90, 140, 0.05);
}

.info-card p {
  margin-bottom: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.card {
  padding: 26px;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(60, 90, 140, 0.06);
}

.benefits-section {
  max-width: 1540px;
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.98fr);
  gap: 32px;
  align-items: stretch;
}

.benefits-stack {
  display: grid;
  gap: 32px;
}

.benefit-panel {
  position: relative;
  overflow: hidden;
  min-height: 322px;
  border-radius: 28px;
  box-shadow: 0 22px 45px rgba(61, 42, 24, 0.1);
}

.benefits-hero {
  min-height: 676px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.5), transparent 22%),
    radial-gradient(circle at 22% 48%, rgba(198, 225, 255, 0.62), transparent 18%),
    radial-gradient(circle at 54% 72%, rgba(110, 171, 255, 0.26), transparent 15%),
    linear-gradient(135deg, #d8ecff 0%, #a6ccfb 20%, #6eaaff 49%, #437dd1 100%);
}

.benefits-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 248, 236, 0.75), transparent 12%),
    radial-gradient(circle at 40% 32%, rgba(255, 246, 228, 0.4), transparent 14%),
    radial-gradient(circle at 73% 22%, rgba(27, 63, 122, 0.26), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(27, 63, 122, 0.22), transparent 22%);
  mix-blend-mode: screen;
  opacity: 0.65;
}

.benefits-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 14, 0.1), rgba(7, 9, 14, 0.46)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 34%, rgba(0, 0, 0, 0.06));
}

.benefits-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 18%, rgba(255, 243, 208, 0.3), transparent 22%),
    radial-gradient(circle at 68% 40%, rgba(255, 196, 120, 0.18), transparent 20%);
  pointer-events: none;
}

.benefits-hero-copy,
.benefit-copy {
  position: relative;
  z-index: 1;
}

.benefit-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(33, 84, 168, 0.84);
  color: #f7fbff;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
}

.benefits-hero h3,
.benefit-copy h3 {
  margin-bottom: 12px;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.benefits-hero h3,
.benefits-hero p {
  color: #f7fbff;
  text-shadow: 0 2px 10px rgba(10, 28, 62, 0.26);
}

.benefits-hero p,
.benefit-copy p {
  margin: 0;
  max-width: 32ch;
  color: rgba(16, 21, 37, 0.86);
  font-size: 1.02rem;
  line-height: 1.6;
}

.benefits-hero-copy {
  width: min(100%, 420px);
}

.benefit-green {
  min-height: 325px;
  padding: 34px;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.45), transparent 18%),
    radial-gradient(circle at 74% 52%, rgba(255, 255, 255, 0.2), transparent 16%),
    linear-gradient(135deg, #d8ecff 0%, #c7e3ff 38%, #9cc7f7 100%);
}

.benefit-green .benefit-copy {
  max-width: 320px;
  margin-top: auto;
  padding-top: 150px;
}

.benefit-orbital {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.35);
  opacity: 0.72;
}

.benefit-orbital::before,
.benefit-orbital::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.benefit-orbital::before {
  border-top: 5px solid rgba(255, 255, 255, 0.55);
  transform: rotate(28deg);
}

.benefit-orbital::after {
  width: 16px;
  height: 16px;
  left: 40px;
  top: -8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    68px 76px 0 0 rgba(255, 255, 255, 0.45),
    132px 18px 0 0 rgba(255, 255, 255, 0.48),
    160px 104px 0 0 rgba(255, 255, 255, 0.4),
    22px 154px 0 0 rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.benefit-pink {
  min-height: 325px;
  padding: 34px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.58), transparent 18%),
    radial-gradient(circle at 84% 16%, rgba(183, 212, 255, 0.42), transparent 20%),
    linear-gradient(135deg, #f0f7ff 0%, #dbeaff 46%, #b5d4ff 100%);
}

.benefit-pink .benefit-copy {
  max-width: 340px;
  margin-top: auto;
  padding-top: 132px;
}

.benefit-veins {
  position: absolute;
  inset: 24px 18px auto auto;
  width: 320px;
  height: 160px;
  opacity: 0.68;
  transform: rotate(-10deg);
  background:
    linear-gradient(160deg, transparent 47%, rgba(118, 168, 255, 0.72) 47.5%, rgba(118, 168, 255, 0.72) 51%, transparent 51.5%) 0 24px / 100% 100% no-repeat,
    radial-gradient(circle at 14% 56%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 28% 44%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 40% 64%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 54% 50%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 67% 34%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 79% 58%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px),
    radial-gradient(circle at 93% 40%, rgba(214, 235, 255, 0.92) 0 4px, transparent 5px);
  filter: blur(0.1px);
}

.benefit-veins::before,
.benefit-veins::after {
  content: "";
  position: absolute;
  inset: 0;
}

.benefit-veins::before {
  background:
    linear-gradient(102deg, transparent 39%, rgba(125, 174, 255, 0.72) 39.5%, rgba(125, 174, 255, 0.72) 42%, transparent 42.5%) 0 48px / 100% 100% no-repeat,
    linear-gradient(116deg, transparent 51%, rgba(125, 174, 255, 0.72) 51.5%, rgba(125, 174, 255, 0.72) 54%, transparent 54.5%) 0 18px / 100% 100% no-repeat;
}

.benefit-veins::after {
  background:
    radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.7) 0 11px, transparent 12px),
    radial-gradient(circle at 48% 18%, rgba(255, 255, 255, 0.62) 0 12px, transparent 13px),
    radial-gradient(circle at 83% 77%, rgba(255, 255, 255, 0.54) 0 14px, transparent 15px),
    radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.42) 0 8px, transparent 9px);
  opacity: 0.55;
}

.ingredients-section {
  max-width: 1540px;
}

.ingredients-cover {
  padding: 0;
}

.ingredients-cover .ingredients-section {
  max-width: none;
  width: 100%;
  margin: 0;
}

.ingredients-cover .section-inner {
  max-width: none;
  width: 100%;
  margin: 0;
}

.ingredient-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: 0;
  align-items: stretch;
  min-height: 100svh;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(56, 38, 18, 0.08);
}

.ingredient-visual {
  position: relative;
  min-height: 100svh;
  padding: 20px 22px 30px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.28), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(174, 212, 255, 0.24), transparent 20%),
    linear-gradient(180deg, #d8ecff 0%, #e7f2ff 34%, #f4f9ff 72%, #ffffff 100%);
}

.ingredient-kicker {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #315e9f;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ingredient-citrus {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.citrus-slice,
.citrus-slice-front,
.citrus-half {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 -18px 25px rgba(255, 141, 0, 0.18);
}

.citrus-slice {
  left: 12%;
  bottom: 16%;
  width: 320px;
  height: 320px;
  background:
    radial-gradient(circle at center, rgba(245, 250, 255, 0.96) 0 18px, transparent 19px),
    radial-gradient(circle at center, transparent 0 47%, rgba(255, 255, 255, 0.65) 47.5%, rgba(255, 255, 255, 0.65) 52%, transparent 52.5%),
    repeating-conic-gradient(from -6deg, #f0f7ff 0deg 10deg, #88b9ff 10deg 20deg);
  filter: saturate(1.06);
}

.citrus-slice::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -8deg, rgba(255, 255, 255, 0.95) 0deg 6deg, rgba(82, 139, 228, 0.86) 6deg 12deg);
  clip-path: circle(50% at 50% 50%);
  opacity: 0.7;
}

.citrus-slice-front {
  left: 23%;
  bottom: 12%;
  width: 382px;
  height: 382px;
  background:
    radial-gradient(circle at center, rgba(245, 250, 255, 0.95) 0 14px, transparent 15px),
    radial-gradient(circle at center, transparent 0 45%, rgba(255, 255, 255, 0.84) 45.5%, rgba(255, 255, 255, 0.84) 50%, transparent 50.5%),
    repeating-conic-gradient(from -8deg, #f7fbff 0deg 8deg, #6ea9ff 8deg 16deg, #d7e8ff 16deg 18deg);
}

.citrus-slice-front::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0 6px, transparent 7px),
    repeating-conic-gradient(from -8deg, rgba(255, 255, 255, 0.98) 0deg 5deg, rgba(82, 139, 228, 0.88) 5deg 10deg);
  opacity: 0.82;
}

.citrus-half {
  right: 12%;
  bottom: 19%;
  width: 220px;
  height: 220px;
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 250, 255, 0.95) 0 12px, transparent 13px),
    repeating-conic-gradient(from -8deg, #f7fbff 0deg 8deg, #6ea9ff 8deg 16deg);
  clip-path: polygon(8% 100%, 0 45%, 30% 10%, 72% 0, 100% 18%, 100% 100%);
  transform: rotate(8deg);
  box-shadow: inset 0 -16px 22px rgba(255, 132, 0, 0.16);
}

.citrus-leaf {
  position: absolute;
  width: 180px;
  height: 84px;
  background: linear-gradient(135deg, #6ea9ff 0%, #8dc1ff 55%, #3976d6 100%);
  border-radius: 100% 0 100% 0;
  filter: blur(0.2px);
  box-shadow: 0 8px 16px rgba(52, 69, 7, 0.24);
}

.citrus-leaf::before {
  content: "";
  position: absolute;
  inset: 12px 16px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, transparent 46%, rgba(255, 255, 255, 0.26) 47%, rgba(255, 255, 255, 0.26) 50%, transparent 51%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 65%);
}

.citrus-leaf-left {
  left: 12px;
  bottom: 110px;
  transform: rotate(24deg);
}

.citrus-leaf-right {
  right: 116px;
  bottom: 306px;
  transform: rotate(-34deg) scaleX(-1);
}

.citrus-drop {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.35) 28%, rgba(255, 189, 35, 0.45) 72%, rgba(255, 185, 25, 0.18) 100%);
  box-shadow: 0 10px 18px rgba(255, 164, 0, 0.12);
}

.citrus-drop-one {
  left: 41%;
  bottom: 3%;
  width: 64px;
  height: 64px;
}

.citrus-drop-two {
  left: 48%;
  bottom: 4%;
  width: 34px;
  height: 34px;
}

.citrus-drop-three {
  left: 57%;
  bottom: 2%;
  width: 42px;
  height: 42px;
}

.ingredient-visual-copy {
  position: absolute;
  left: 30px;
  bottom: 34px;
  z-index: 2;
}

.ingredient-visual-copy h3 {
  margin: 0;
  max-width: 6ch;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.ingredient-visual-copy h3::after {
  content: "Ingredients";
  display: block;
  color: #4a7de8;
}

.ingredient-copy {
  padding: 88px 88px 80px 92px;
  background: #ffffff;
}

.ingredient-copy h2 {
  max-width: none;
  margin-bottom: 28px;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: clamp(2.8rem, 4.3vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
}

.ingredient-lead {
  max-width: 42ch;
  margin: 0 0 56px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
  text-align: center;
}

.ingredient-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ingredient-list {
  width: 100%;
  display: grid;
  gap: 44px;
  margin-bottom: 54px;
}

.ingredient-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.ingredient-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(74, 125, 232, 0.14);
  color: var(--primary);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.ingredient-item h3 {
  margin-bottom: 4px;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 500;
}

.ingredient-item p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.ingredient-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  padding: 18px 34px;
  border-radius: 999px;
  background: #12182c;
  color: #ffffff;
  text-decoration: none;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  box-shadow: 0 14px 32px rgba(18, 24, 44, 0.2);
}

.ingredient-button::after {
  content: "\2192";
  margin-left: 12px;
}

.reviews-section {
  max-width: 1540px;
}

.reviews-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 44px;
  align-items: stretch;
  min-height: 720px;
}

.reviews-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 32px;
}

.reviews-kicker {
  margin: 0 0 42px;
  color: #6d7386;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.reviews-kicker::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border-radius: 50%;
  background: #1a2238;
  vertical-align: middle;
}

.reviews-quote-mark {
  margin: 0 0 -22px;
  color: var(--primary);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 5.6rem;
  line-height: 0.7;
  font-weight: 700;
}

.reviews-copy h2 {
  max-width: 10.2ch;
  margin: 0;
  color: #173050;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(3.4rem, 5.3vw, 5.85rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.reviews-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
}

.reviews-author strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.reviews-verified {
  color: var(--muted);
  font-size: 0.98rem;
}

.reviews-verified::before {
  content: "\2605";
  margin-right: 8px;
  color: var(--primary);
}

.reviews-portrait {
  position: relative;
  min-height: 720px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
  box-shadow: 0 20px 45px rgba(31, 36, 56, 0.08);
}

.portrait-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 28%, rgba(255, 255, 255, 0.95), transparent 18%),
    radial-gradient(circle at 50% 52%, rgba(0, 0, 0, 0.04), transparent 34%),
    linear-gradient(180deg, #fdfdff 0%, #edf4ff 100%);
}

.portrait-hair,
.portrait-face,
.portrait-neck,
.portrait-shoulder,
.portrait-brow,
.portrait-eye,
.portrait-nose,
.portrait-lips {
  position: absolute;
}

.portrait-hair {
  left: 18%;
  top: 2%;
  width: 66%;
  height: 48%;
  border-radius: 48% 52% 36% 64% / 42% 48% 52% 58%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #111111 0%, #2b2b2b 46%, #0d0d0d 100%);
  filter: grayscale(1);
  transform: rotate(-8deg);
}

.portrait-face {
  left: 20%;
  top: 18%;
  width: 58%;
  height: 58%;
  border-radius: 45% 48% 50% 48% / 42% 46% 54% 58%;
  background:
    radial-gradient(circle at 55% 28%, rgba(255, 255, 255, 0.82), transparent 24%),
    radial-gradient(circle at 40% 62%, rgba(0, 0, 0, 0.12), transparent 18%),
    linear-gradient(135deg, #d5d5d5 0%, #ababab 48%, #7d7d7d 100%);
  filter: grayscale(1);
}

.portrait-brow {
  top: 35%;
  width: 18%;
  height: 2.5%;
  border-radius: 999px;
  background: #2d2d2d;
  filter: grayscale(1);
}

.portrait-brow-left {
  left: 30%;
  transform: rotate(-6deg);
}

.portrait-brow-right {
  right: 28%;
  transform: rotate(4deg);
}

.portrait-eye {
  top: 40%;
  width: 4.5%;
  height: 2.2%;
  border-radius: 50%;
  background: #1c1c1c;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.55);
}

.portrait-eye-left {
  left: 33%;
}

.portrait-eye-right {
  right: 34%;
}

.portrait-nose {
  left: 46%;
  top: 44%;
  width: 8%;
  height: 18%;
  border-right: 3px solid rgba(0, 0, 0, 0.14);
  border-radius: 0 0 60% 0;
  transform: skewX(-8deg);
}

.portrait-lips {
  left: 38%;
  top: 56%;
  width: 18%;
  height: 4%;
  border-radius: 999px;
  background: linear-gradient(180deg, #6d6d6d, #4f4f4f);
  opacity: 0.9;
}

.portrait-neck {
  left: 44%;
  top: 62%;
  width: 12%;
  height: 28%;
  border-radius: 30% 30% 24% 24%;
  background: linear-gradient(180deg, #aaaaaa 0%, #777777 100%);
  transform: skewX(-3deg);
}

.portrait-shoulder {
  left: 32%;
  bottom: -4%;
  width: 38%;
  height: 16%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(180deg, #2d2d2d, #000000);
  filter: grayscale(1);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.review-card {
  padding: 28px 28px 30px;
  border-radius: 22px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(36, 43, 67, 0.04);
}

.review-stars {
  margin-bottom: 28px;
  color: var(--primary);
  font-size: 1.1rem;
  letter-spacing: 0.16em;
}

.review-card p {
  margin: 0 0 28px;
  color: #3d455c;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
}

.review-card h3 {
  margin-bottom: 0;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
}

.contact-section {
  background:
    radial-gradient(circle at top left, rgba(200, 225, 255, 0.24), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(18, 24, 44, 0.05), transparent 24%),
    var(--surface);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 40px;
  align-items: start;
}

.contact-copy {
  padding-top: 18px;
}

.contact-copy h2 {
  margin-bottom: 16px;
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.contact-copy p:last-child {
  max-width: 32ch;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.contact-form {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border);
  box-shadow: 0 22px 50px rgba(56, 38, 18, 0.08);
  backdrop-filter: blur(10px);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field span {
  color: #173050;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.field input {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  color: #182038;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.field input::placeholder {
  color: #9aa2b5;
}

.field input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-soft);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin-top: 26px;
  padding: 16px 30px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(18, 24, 44, 0.2);
}

.contact-submit:hover {
  transform: translateY(-1px);
}

.footer {
  padding: 56px 8% 24px;
  background:
    radial-gradient(circle at top left, rgba(74, 125, 232, 0.18), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
    #0f1526;
  color: #f5f1eb;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 40px;
  align-items: start;
  max-width: 1540px;
  margin: 0 auto;
}

.footer-brand {
  max-width: 540px;
}

.footer-logo {
  display: block;
  width: 180px;
  height: auto;
  object-fit: contain;
  margin-bottom: 22px;
}

.footer-brand p {
  margin: 0;
  max-width: 34ch;
  color: rgba(245, 241, 235, 0.78);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.footer-links h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-bottom: 12px;
  color: rgba(245, 241, 235, 0.82);
  text-decoration: none;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
}

.footer-links a:hover {
  color: var(--sky);
}

.footer-bottom {
  max-width: 1540px;
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  color: rgba(245, 241, 235, 0.6);
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: 150px;
  }

  .hero-content {
    max-width: 100%;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .about-layout,
  .product-layout,
  .about-points,
  .product-features,
  .export-grid,
  .benefits-layout,
  .ingredient-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    justify-content: center;
  }

  .product-visual {
    justify-content: center;
  }

  .benefits-section {
    max-width: 1100px;
  }

  .ingredient-layout {
    min-height: 0;
  }

  .benefits-hero,
  .benefit-green,
  .benefit-pink {
    min-height: 280px;
  }

  .reviews-hero,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-hero {
    min-height: 0;
  }

  .reviews-copy {
    padding: 24px 0 0;
  }

  .reviews-portrait {
    min-height: 560px;
  }

  .reviews-copy h2 {
    max-width: 100%;
  }

  .ingredient-visual,
  .ingredient-copy {
    min-height: 560px;
  }

  .ingredient-visual {
    min-height: 680px;
  }

  .ingredients-cover {
    padding: 0;
  }

  .ingredient-copy {
    padding: 58px 34px;
  }

  .ingredient-copy h2,
  .ingredient-lead {
    text-align: center;
  }

  .ingredient-button {
    min-width: 100%;
  }

  .benefits-hero {
    padding: 28px;
  }

  .benefit-green .benefit-copy,
  .benefit-pink .benefit-copy {
    padding-top: 90px;
  }

  .hero-visual {
    min-height: 230px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .stat + .stat {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 18px;
    padding-top: 18px;
  }

  .contact-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 26px;
  }

  .footer-inner,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 44px;
  }
}

@media (max-width: 600px) {
  .header,
  .hero,
  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    justify-content: center;
    gap: 14px;
  }

  h1 {
    font-size: 3.1rem;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: 178px;
    padding-bottom: 24px;
  }

  .hero-visual {
    min-height: 210px;
  }

  .serum-bottle {
    transform: scale(0.82);
  }

  .header-cta,
  .button-link {
    min-width: 100%;
  }

  .brand-logo {
    height: 56px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.82rem;
    letter-spacing: 0.18em;
  }

  .ingredient-visual {
    min-height: 580px;
  }

  .ingredient-copy {
    padding: 44px 22px;
  }

  .ingredient-copy h2 {
    font-size: 2.8rem;
    white-space: normal;
  }

  .ingredient-lead {
    font-size: 1rem;
    margin-bottom: 42px;
  }

  .ingredient-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .ingredient-icon {
    width: 46px;
    height: 46px;
  }

  .ingredient-item h3 {
    font-size: 1.12rem;
  }

  .ingredient-item p {
    font-size: 0.98rem;
  }

  .ingredient-button {
    min-width: 100%;
    font-size: 1rem;
  }

  .review-card {
    padding: 24px;
  }

  .contact-form {
    padding: 22px;
  }

  .contact-copy h2 {
    font-size: 2.4rem;
  }

  .contact-submit {
    width: 100%;
    min-width: 0;
  }

  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-logo {
    width: 150px;
  }
}
