:root {
  --cream:#fffaf0;
  --cream-2:#fff4df;
  --paper:#fffdf8;
  --orange:#ff7a00;
  --orange-2:#ff9e1b;
  --orange-3:#ffb83e;
  --tangerine:#ff5f00;
  --lemon:#ffd75a;
  --peach:#ffe1b8;
  --green:#498c52;
  --ink:#2d241d;
  --ink-soft:#6d5d50;
  --line:rgba(94,61,29,.12);
  --glass:rgba(255,255,255,.66);
  --shadow:0 24px 80px rgba(174,94,0,.13);
  --max:1180px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background:
    radial-gradient(circle at 90% 0%,rgba(255,184,62,.18),transparent 31rem),
    radial-gradient(circle at 8% 36%,rgba(255,122,0,.08),transparent 28rem),
    linear-gradient(180deg,#fffdf9 0%,var(--cream) 55%,#fff7e9 100%);
  font-family:
    ui-rounded,
    "SF Pro Rounded",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height:1.65;
}

a {
  color:inherit;
  text-decoration:none;
}

img {
  max-width:100%;
}

.shell {
  width:min(calc(100% - 40px),var(--max));
  margin:auto;
}

/* HEADER */

.header {
  position:relative;
  z-index:20;
  border-bottom:1px solid var(--line);
  background:rgba(255,253,248,.78);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.nav {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-weight:800;
  letter-spacing:-.02em;
}

.logo {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  border-radius:50%;
  color:#fff;
  background:
    radial-gradient(circle at 34% 30%,#ffd979 0 8%,transparent 9%),
    linear-gradient(145deg,var(--orange-3),var(--tangerine));
  box-shadow:
    inset 0 -5px 11px rgba(151,54,0,.14),
    0 8px 22px rgba(255,111,0,.22);
  font-weight:900;
}

.logo::after {
  content:"";
  position:absolute;
  top:-4px;
  right:3px;
  width:11px;
  height:6px;
  border-radius:100% 0 100% 0;
  background:var(--green);
  transform:rotate(-24deg);
}

.menu {
  display:flex;
  align-items:center;
  gap:25px;
}

.menu a {
  color:var(--ink-soft);
  font-size:14px;
  font-weight:600;
}

.menu a:hover,
.menu a.active {
  color:var(--tangerine);
}

.portal {
  padding:9px 16px!important;
  color:#fff!important;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--tangerine));
  box-shadow:0 8px 24px rgba(255,101,0,.18);
}

/* HERO */

.hero {
  min-height:660px;
  padding:82px 0 92px;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:70px;
  position:relative;
}

.kicker,
.tag {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--tangerine);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.kicker::before,
.tag::before {
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 5px rgba(255,122,0,.10);
}

h1 {
  margin:22px 0 25px;
  font-size:clamp(50px,6vw,78px);
  line-height:.99;
  letter-spacing:-.06em;
  font-weight:850;
}

h1 em {
  font-style:normal;
  color:var(--orange);
  background:
    linear-gradient(90deg,var(--tangerine),var(--orange),#f8aa00);
  background-clip:text;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

h2 {
  margin:13px 0 18px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.06;
  letter-spacing:-.045em;
  font-weight:820;
}

h3 {
  margin:0 0 9px;
  font-size:18px;
}

p {
  margin-top:0;
}

.lead {
  max-width:650px;
  color:var(--ink-soft);
  font-size:18px;
}

.muted {
  color:var(--ink-soft);
}

.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.btn {
  min-height:48px;
  padding:0 21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:14px;
  font-weight:750;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.btn:hover {
  transform:translateY(-2px);
}

.btn.primary {
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--orange),var(--tangerine));
  box-shadow:0 12px 30px rgba(255,104,0,.22);
}

.btn.primary:hover {
  box-shadow:0 16px 36px rgba(255,104,0,.30);
}

.btn.secondary {
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(12px);
}

/* CITRUS HERO ART */

.citrus-stage {
  position:relative;
  min-height:490px;
  display:grid;
  place-items:center;
  isolation:isolate;
}

.citrus-glow {
  position:absolute;
  width:410px;
  height:410px;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(255,176,49,.34),rgba(255,135,0,.09) 54%,transparent 72%);
  filter:blur(4px);
  animation:breathe 5.5s ease-in-out infinite;
}

.orange-main {
  position:absolute;
  width:270px;
  height:270px;
  border-radius:50%;
  background:
    radial-gradient(circle at 34% 27%,rgba(255,255,255,.72) 0 2%,transparent 3%),
    radial-gradient(circle at 42% 33%,rgba(255,225,144,.72),transparent 10%),
    linear-gradient(145deg,#ffba3d 0%,#ff8b00 48%,#ff6100 100%);
  box-shadow:
    inset -25px -30px 50px rgba(186,56,0,.16),
    inset 18px 18px 36px rgba(255,238,174,.26),
    0 35px 65px rgba(221,98,0,.22);
  animation:float-main 6s ease-in-out infinite;
}

.orange-main::before {
  content:"";
  position:absolute;
  width:58px;
  height:28px;
  top:-15px;
  right:45px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(135deg,#74a85e,#34783f);
  transform:rotate(-22deg);
  box-shadow:0 8px 16px rgba(61,115,59,.14);
}

.orange-main::after {
  content:"";
  position:absolute;
  inset:12px;
  border-radius:50%;
  background:
    radial-gradient(circle at 20% 25%,rgba(255,255,255,.16) 0 1px,transparent 2px),
    radial-gradient(circle at 55% 65%,rgba(128,44,0,.09) 0 1px,transparent 2px);
  background-size:17px 17px,21px 21px;
}

.slice {
  position:absolute;
  width:155px;
  height:155px;
  border-radius:50%;
  border:9px solid #ff8d00;
  background:
    repeating-conic-gradient(
      from -5deg,
      #ffd75c 0deg 25deg,
      #fff3c4 25deg 28deg
    );
  box-shadow:
    inset 0 0 0 7px #fff0b0,
    0 25px 55px rgba(255,111,0,.18);
}

.slice.one {
  left:20px;
  bottom:48px;
  transform:rotate(-18deg);
  animation:float-left 7s ease-in-out infinite;
}

.slice.two {
  width:104px;
  height:104px;
  right:12px;
  top:45px;
  transform:rotate(26deg);
  animation:float-right 6.5s ease-in-out infinite;
}

.bubble {
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,162,42,.15);
  box-shadow:inset 0 0 30px rgba(255,166,39,.08);
  backdrop-filter:blur(8px);
}

.bubble.b1 {
  width:62px;
  height:62px;
  top:84px;
  left:68px;
  animation:drift 7s ease-in-out infinite;
}

.bubble.b2 {
  width:38px;
  height:38px;
  right:80px;
  bottom:62px;
  animation:drift 5.5s ease-in-out infinite reverse;
}

.mix-panel {
  position:absolute;
  z-index:3;
  right:20px;
  bottom:24px;
  width:250px;
  padding:20px;
  border:1px solid rgba(255,125,0,.16);
  border-radius:22px;
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(19px);
  -webkit-backdrop-filter:blur(19px);
  box-shadow:0 26px 70px rgba(174,94,0,.15);
  animation:panel-float 5.8s ease-in-out infinite;
}

.mix-panel-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  font-size:12px;
  color:var(--ink-soft);
}

.mix-panel strong {
  display:block;
  margin-bottom:4px;
}

.capacity {
  height:9px;
  margin:14px 0 8px;
  overflow:hidden;
  border-radius:999px;
  background:#ffe6bd;
}

.capacity span {
  display:block;
  width:42%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--orange-3),var(--tangerine));
}

.fresh-pill {
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#347d47;
  font-size:11px;
  font-weight:800;
}

.fresh-pill::before {
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#53a65c;
  box-shadow:0 0 0 4px rgba(83,166,92,.10);
}

/* METRICS */

.metrics {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.46);
  backdrop-filter:blur(14px);
}

.metric-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.metric {
  padding:30px 25px;
  border-right:1px solid var(--line);
}

.metric:first-child {
  border-left:1px solid var(--line);
}

.metric strong {
  display:block;
  color:var(--tangerine);
  font-size:22px;
}

.metric span {
  display:block;
  color:var(--ink-soft);
  font-size:13px;
}

/* CONTENT */

.section {
  padding:105px 0;
}

.section.small {
  padding:65px 0;
}

.heading {
  max-width:750px;
  margin-bottom:45px;
}

.grid3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px;
}

.grid2 {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:17px;
}

.card,
.plan,
.panel,
.contact-box,
.fake-form {
  border:1px solid rgba(154,93,30,.11);
  background:
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,249,237,.68));
  box-shadow:0 18px 55px rgba(166,95,17,.07);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.card {
  min-height:230px;
  padding:30px;
  border-radius:24px;
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.card:hover {
  transform:translateY(-6px) rotate(-.15deg);
  border-color:rgba(255,122,0,.22);
  box-shadow:0 28px 70px rgba(189,101,0,.12);
}

.card .num {
  display:inline-flex;
  margin-bottom:38px;
  color:var(--orange);
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
}

.card p {
  color:var(--ink-soft);
  font-size:14px;
}

.page-head {
  position:relative;
  overflow:hidden;
  padding:92px 0 73px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 80% 30%,rgba(255,177,48,.18),transparent 20rem);
}

.page-head::after {
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  top:-90px;
  border-radius:50%;
  border:38px solid rgba(255,159,18,.07);
}

.page-head h1 {
  font-size:clamp(44px,5vw,67px);
}

.page-head p {
  max-width:720px;
  color:var(--ink-soft);
  font-size:17px;
}

.split {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:start;
  gap:75px;
}

.list {
  border-top:1px solid var(--line);
}

.list-row {
  display:grid;
  grid-template-columns:45px 1fr;
  gap:18px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
}

.list-row>span {
  color:var(--orange);
  font-size:12px;
  font-weight:850;
}

.list-row p {
  margin-bottom:0;
  color:var(--ink-soft);
  font-size:14px;
}

/* PLANS */

.plan {
  padding:32px;
  border-radius:24px;
  transition:transform .3s ease;
}

.plan:hover {
  transform:translateY(-5px);
}

.plan.featured {
  border-color:rgba(255,122,0,.3);
  background:
    radial-gradient(circle at 90% 0%,rgba(255,182,52,.18),transparent 13rem),
    rgba(255,255,255,.86);
}

.price {
  margin:15px 0 21px;
  color:var(--tangerine);
  font-size:38px;
  font-weight:850;
  letter-spacing:-.05em;
}

.price small {
  color:var(--ink-soft);
  font-size:13px;
  font-weight:500;
}

.plan ul {
  padding:0;
  margin:0;
  list-style:none;
}

.plan li {
  padding:11px 0;
  border-bottom:1px solid var(--line);
  color:var(--ink-soft);
  font-size:14px;
}

/* SECURITY */

.panel {
  padding:38px;
  border-radius:25px;
}

.checks {
  display:grid;
  gap:12px;
  margin-top:25px;
}

.check {
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.58);
}

.check b {
  margin-right:8px;
  color:var(--orange);
}

/* CONTACT / LOGIN */

.contact-grid {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:24px;
}

.contact-box,
.fake-form {
  padding:32px;
  border-radius:24px;
}

.contact-item {
  padding:18px 0;
  border-bottom:1px solid var(--line);
}

.contact-item:last-child {
  border-bottom:0;
}

.contact-item small,
.contact-item strong {
  display:block;
}

.contact-item small {
  color:var(--ink-soft);
}

.contact-item strong {
  margin-top:4px;
}

.field {
  margin-bottom:17px;
}

.field label {
  display:block;
  margin-bottom:7px;
  color:var(--ink-soft);
  font-size:13px;
  font-weight:650;
}

.field input,
.field textarea {
  width:100%;
  padding:14px 15px;
  border:1px solid rgba(134,87,42,.16);
  border-radius:14px;
  outline:none;
  color:var(--ink);
  background:rgba(255,255,255,.79);
  font:inherit;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.field textarea {
  min-height:126px;
  resize:vertical;
}

.field input:focus,
.field textarea:focus {
  border-color:rgba(255,122,0,.5);
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,122,0,.08);
}

.fake-button {
  width:100%;
  min-height:47px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(135deg,var(--orange),var(--tangerine));
  box-shadow:0 12px 28px rgba(255,102,0,.18);
  font-weight:800;
  transition:transform .2s ease,box-shadow .2s ease;
}

.fake-button:hover {
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(255,102,0,.25);
}

.form-note {
  margin-top:13px;
  color:var(--ink-soft);
  font-size:12px;
}

.login-wrap {
  max-width:470px;
  margin:auto;
}

.login-title {
  font-size:38px;
}

.login-meta {
  margin-top:15px;
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:var(--ink-soft);
  font-size:12px;
}

/* STATUS */

.status-box {
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid rgba(126,83,36,.12);
  border-radius:21px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 55px rgba(175,94,0,.07);
}

.status-left {
  display:flex;
  align-items:center;
  gap:13px;
}

.dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#58aa61;
  box-shadow:0 0 0 5px rgba(88,170,97,.11);
}

.good {
  color:#3e934d!important;
}

.status-list {
  margin-top:18px;
  border-top:1px solid var(--line);
}

.status-row {
  padding:18px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--line);
}

.status-row span:last-child {
  color:#3f9950;
}

/* FOOTER */

.footer {
  position:relative;
  margin-top:65px;
  padding:43px 0 53px;
  overflow:hidden;
  border-top:1px solid var(--line);
  background:rgba(255,247,231,.55);
}

.footer::after {
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-60px;
  bottom:-90px;
  border-radius:50%;
  border:28px solid rgba(255,142,0,.06);
}

.footer-grid {
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:35px;
}

.footer-title {
  margin-bottom:12px;
  font-size:13px;
  font-weight:800;
}

.footer a,
.footer p,
.footer small {
  display:block;
  margin:6px 0;
  color:var(--ink-soft);
  font-size:12px;
}

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

.legal {
  margin-top:35px;
  padding-top:23px;
  border-top:1px solid var(--line);
  color:var(--ink-soft);
  font-size:11px;
}

/* ANIMATION */

@keyframes float-main {
  0%,100% { transform:translateY(0) rotate(-3deg); }
  50% { transform:translateY(-15px) rotate(2deg); }
}

@keyframes float-left {
  0%,100% { transform:translateY(0) rotate(-18deg); }
  50% { transform:translateY(15px) rotate(-11deg); }
}

@keyframes float-right {
  0%,100% { transform:translateY(0) rotate(26deg); }
  50% { transform:translateY(-12px) rotate(32deg); }
}

@keyframes panel-float {
  0%,100% { transform:translateY(0) rotate(1deg); }
  50% { transform:translateY(-10px) rotate(-1deg); }
}

@keyframes drift {
  0%,100% { transform:translate(0,0); }
  50% { transform:translate(12px,-18px); }
}

@keyframes breathe {
  0%,100% { transform:scale(.96); opacity:.75; }
  50% { transform:scale(1.05); opacity:1; }
}

@media (prefers-reduced-motion:reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

@media(max-width:850px) {
  .menu a:not(.portal) {
    display:none;
  }

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

  .hero {
    gap:20px;
  }

  .citrus-stage {
    min-height:430px;
  }

  .grid3 {
    grid-template-columns:1fr 1fr;
  }

  .metric-grid {
    grid-template-columns:1fr 1fr;
  }

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

@media(max-width:560px) {
  .shell {
    width:min(calc(100% - 28px),var(--max));
  }

  .hero {
    min-height:auto;
    padding:65px 0;
  }

  h1 {
    font-size:45px;
  }

  .actions {
    flex-direction:column;
  }

  .citrus-stage {
    min-height:380px;
    transform:scale(.88);
  }

  .orange-main {
    width:230px;
    height:230px;
  }

  .mix-panel {
    right:0;
    bottom:15px;
  }

  .grid3,
  .grid2,
  .metric-grid,
  .footer-grid {
    grid-template-columns:1fr;
  }

  .metric {
    border-left:1px solid var(--line);
  }

  .section {
    padding:75px 0;
  }

  .panel,
  .fake-form,
  .contact-box {
    padding:25px;
  }
}
