.st-hero {
    --st-mx: 0px;
    --st-my: 0px;
    position: relative;
    min-height: max(720px, 100svh);
    isolation: isolate;
    display: grid;
    overflow: hidden;
    color: #102015;
    background: #f8f6ef;
}

.st-hero__background,
.st-hero__shade,
.st-hero__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.st-hero__orbit {
    position: absolute;
    z-index: -3;
    inset: 50% auto auto 54%;
    width: min(72vw, 980px);
    height: auto;
    opacity: .34;
    object-fit: contain;
    transform: translate(-50%, -50%);
    filter: saturate(1.08);
    pointer-events: none;
}

.st-hero__background {
    z-index: -4;
    background:
        radial-gradient(circle at 72% 42%, rgba(75, 255, 169, .22), transparent 32%);
    transform: scale(1.03);
}

.st-hero__background-picture,
.st-hero__background-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.st-hero__background-img {
    object-fit: cover;
    object-position: center;
}

.st-hero__background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 42%, rgba(36, 161, 72, .18), transparent 32%);
    pointer-events: none;
}

.st-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(255, 249, 240, .95) 0%, rgba(255, 249, 240, .82) 42%, rgba(255, 249, 240, .30) 72%, rgba(255, 249, 240, .62) 100%),
        linear-gradient(180deg, rgba(255, 249, 240, .24), rgba(10, 45, 34, .35));
}

.st-hero__particles {
    z-index: -3;
    opacity: .24;
    mix-blend-mode: screen;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .55) 0 1px, transparent 2px),
        radial-gradient(circle at 72% 18%, rgba(36, 161, 72, .42) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 66%, rgba(255, 255, 255, .45) 0 1px, transparent 2px),
        radial-gradient(circle at 42% 78%, rgba(36, 161, 72, .35) 0 1px, transparent 2px),
        radial-gradient(circle at 56% 36%, rgba(255, 255, 255, .35) 0 1px, transparent 2px);
    background-size: 180px 180px, 240px 240px, 210px 210px, 260px 260px, 300px 300px;
    animation: st-hero-particles 18s ease-in-out infinite alternate;
    pointer-events: none;
}

.st-hero__inner {
    width: min(100% - 40px, 1440px);
    margin: auto;
    padding: 130px 0 90px;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
    gap: clamp(30px, 5vw, 90px);
    align-items: center;
}

.st-hero__copy {
    z-index: 4;
    max-width: 740px;
    animation: st-hero-rise .9s cubic-bezier(.2, .75, .2, 1) both;
}

.st-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: #0f6b35;
    font: 700 .75rem/1.2 var(--font-display, sans-serif);
    letter-spacing: .15em;
    text-transform: uppercase;
}

.st-hero__eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #dff8e8;
    box-shadow: 0 0 18px #dff8e8;
}

.st-hero__title {
    max-width: 760px;
    margin: 0;
    color: #102015;
    font-size: clamp(3.35rem, 6vw, 6.8rem);
    line-height: .96;
    letter-spacing: -.065em;
    text-wrap: balance;
}

.st-hero__subtitle {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(31, 45, 42, .72);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.65;
}

.st-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.st-hero__button {
    min-height: 58px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #102015;
    font: 700 .94rem/1 var(--font-display, sans-serif);
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.st-hero__button:hover,
.st-hero__button:focus-visible {
    color: #fff;
    transform: translateY(-3px);
}

.st-hero__button:focus-visible {
    outline: 3px solid #dff8e8;
    outline-offset: 4px;
}

.st-hero__button--primary {
    color: #083f24;
    background: linear-gradient(135deg, #dff8e8, #24a148);
    box-shadow: 0 16px 45px rgba(104, 242, 157, .2);
}

.st-hero__button--primary:hover {
    color: #083f24;
    box-shadow: 0 20px 55px rgba(104, 242, 157, .34);
}

.st-hero__button--glass {
    border-color: rgba(46, 204, 113, .18);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px rgba(255, 255, 255, .72), 0 16px 45px rgba(31, 45, 42, .08);
    backdrop-filter: blur(18px);
}

.st-hero__trust {
    margin: 26px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    list-style: none;
}

.st-hero__trust li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(31, 45, 42, .62);
    font-size: .78rem;
}

.st-hero__trust span { color: #a8ff78; }

.st-hero__visual {
    position: relative;
    min-height: 670px;
    perspective: 1200px;
}

.st-parallax {
    --depth-x: calc(var(--st-mx) * var(--depth, 0));
    --depth-y: calc(var(--st-my) * var(--depth, 0));
    will-change: transform;
}

.st-hero__glow {
    --depth: .12;
    position: absolute;
    z-index: -1;
    inset: auto 0 8% 0;
    width: min(620px, 90vw);
    height: min(620px, 90vw);
    margin: auto;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(89, 190, 120, 0.35) 0%, rgba(89, 190, 120, 0.12) 38%, transparent 70%);
    opacity: .9;
    transform: translate(var(--depth-x), var(--depth-y));
    filter: blur(38px);
    pointer-events: none;
}

.st-hero__backplate {
    --depth: .03;
    position: absolute;
    z-index: 1;
    inset: 50% auto auto 50%;
    width: min(95%, 720px);
    height: auto;
    border-radius: 34px;
    opacity: .28;
    object-fit: cover;
    transform: translate(calc(-50% + var(--depth-x) - 42px), calc(-50% + var(--depth-y) + 28px)) rotate(-5deg);
    filter: blur(.4px) saturate(1.08);
    box-shadow: 0 30px 90px rgba(16,32,21,.16);
}

.st-hero__phone-wrap {
    --depth: .08;
    position: absolute;
    z-index: 3;
    inset: 50% auto auto 50%;
    width: min(86%, 650px);
    aspect-ratio: 16 / 9;
    transform: translate(calc(-50% + var(--depth-x)), calc(-50% + var(--depth-y))) rotate(2deg);
    animation: st-hero-phone-float 10s ease-in-out infinite;
    filter: drop-shadow(0 45px 65px rgba(0, 0, 0, .48));
}

.st-hero__phone {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.st-hero__main-picture {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.st-hero__phone-fallback {
    position: absolute;
    inset: 0;
    padding: 14% 10%;
    border: 1px solid rgba(46, 204, 113, .18);
    border-radius: 32px;
    display: grid;
    align-content: start;
    gap: 14px;
    color: #083f24;
    background: linear-gradient(160deg, #f7fff2, #dff8e8);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .45);
}

.st-hero__phone-fallback span { color: #0f6b35; font: 700 .7rem/1 var(--font-display, sans-serif); text-transform: uppercase; letter-spacing: .12em; }
.st-hero__phone-fallback strong { color: #083f24; font: 800 2.4rem/1.05 var(--font-display, sans-serif); }
.st-hero__phone-fallback small { margin-top: -8px; color: #4d5c52; font: 600 .85rem/1 var(--font-body, sans-serif); }
.st-hero__phone-fallback i {
    min-height: 55px;
    padding: 17px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 25px rgba(16, 47, 39, .1);
    color: #083f24;
    font-style: normal;
    font-weight: 700;
}

.st-hero img.is-missing {
    display: none;
}

.st-hero__floating-card {
    position: absolute;
    z-index: 5;
    width: max-content;
    max-width: 210px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    display: grid;
    gap: 3px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px rgba(255, 255, 255, .16), 0 24px 55px rgba(0, 0, 0, .22);
    backdrop-filter: blur(22px);
    transform: translate(var(--depth-x), var(--depth-y));
    animation: st-hero-card-float 12s ease-in-out infinite;
}

.st-hero__floating-card span {
    color: rgba(255, 255, 255, .58);
    font: 700 .66rem/1 var(--font-display, sans-serif);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.st-hero__floating-card strong {
    color: #fff;
    font: 800 clamp(.9rem, 1.4vw, 1.08rem)/1.2 var(--font-display, sans-serif);
    text-wrap: balance;
}

.st-hero__floating-card--budget {
    --depth: .05;
    right: 2%;
    bottom: 18%;
    rotate: -2deg;
}

.st-hero__floating-card--days {
    --depth: .09;
    top: 16%;
    left: 9%;
    rotate: 3deg;
    animation-duration: 13.5s;
}

.st-hero__floating-card--meals {
    --depth: .12;
    top: 10%;
    right: 8%;
    rotate: -4deg;
    animation-duration: 15s;
}

.st-hero__floating-card--list {
    --depth: .07;
    left: 6%;
    bottom: 18%;
    rotate: 2deg;
    animation-duration: 11s;
}

.st-hero__food {
    position: absolute;
    z-index: 4;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 28px rgba(0, 0, 0, .32));
    pointer-events: none;
}

.st-hero__food--avocado {
    --depth: .2;
    top: 8%; left: 2%; width: 24%;
    animation: st-hero-food-a 11s ease-in-out infinite, st-hero-rotate 34s linear infinite;
}
.st-hero__food--broccoli {
    --depth: .27;
    top: 12%; right: -2%; width: 25%;
    animation: st-hero-food-b 14s ease-in-out infinite, st-hero-rotate-reverse 39s linear infinite;
}
.st-hero__food--tomato {
    --depth: .32;
    bottom: 14%; left: 7%; width: 17%;
    animation: st-hero-food-c 9s ease-in-out infinite, st-hero-rotate 27s linear infinite;
}
.st-hero__food--carrot {
    --depth: .23;
    right: 5%; bottom: 2%; width: 19%;
    animation: st-hero-food-a 15s ease-in-out infinite reverse, st-hero-rotate-reverse 32s linear infinite;
}

.st-hero__scroll {
    position: absolute;
    z-index: 6;
    bottom: 24px;
    left: 50%;
    width: 26px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 20px;
    transform: translateX(-50%);
}
.st-hero__scroll span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 5px;
    background: #dff8e8;
    transform: translateX(-50%);
    animation: st-hero-scroll 2s ease-in-out infinite;
}

@keyframes st-hero-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes st-hero-particles { to { opacity: .34; transform: translate3d(8px, -6px, 0); } }
@keyframes st-hero-phone-float { 50% { transform: translate(calc(-50% + var(--depth-x)), calc(-50% + var(--depth-y) - 16px)) rotate(1deg); } }
@keyframes st-hero-card-float { 50% { transform: translate(var(--depth-x), calc(var(--depth-y) - 12px)) rotate(-2deg); } }
@keyframes st-hero-food-a {
    0%, 100% { translate: var(--depth-x) var(--depth-y); }
    50% { translate: var(--depth-x) calc(var(--depth-y) - 18px); }
}
@keyframes st-hero-food-b {
    0%, 100% { translate: var(--depth-x) var(--depth-y); }
    50% { translate: calc(var(--depth-x) + 8px) calc(var(--depth-y) + 16px); }
}
@keyframes st-hero-food-c {
    0%, 100% { translate: var(--depth-x) var(--depth-y); }
    50% { translate: calc(var(--depth-x) - 7px) calc(var(--depth-y) - 13px); }
}
@keyframes st-hero-rotate { to { rotate: 360deg; } }
@keyframes st-hero-rotate-reverse { to { rotate: -360deg; } }
@keyframes st-hero-scroll { 0%, 100% { opacity: .25; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 14px); } }

@media (max-width: 1050px) {
    .st-hero__inner { grid-template-columns: 1fr 1fr; gap: 10px; }
    .st-hero__visual { min-height: 570px; }
    .st-hero__title { font-size: clamp(3rem, 6vw, 5rem); }
}

@media (max-width: 820px) {
    .st-hero { min-height: auto; }
    .st-hero__inner { width: min(100% - 32px, 620px); padding: 90px 0 70px; grid-template-columns: 1fr; text-align: center; }
    .st-hero__copy { margin: auto; }
    .st-hero__eyebrow, .st-hero__actions, .st-hero__trust { justify-content: center; }
    .st-hero__visual { min-height: 540px; }
    .st-hero__phone-wrap { width: min(92%, 560px); }
    .st-hero__orbit,
    .st-hero__food--broccoli,
    .st-hero__food--carrot {
        display: none;
    }
    .st-hero__food--avocado { left: 9%; width: 24%; }
    .st-hero__food--tomato { left: auto; right: 10%; width: 19%; }
    .st-hero__floating-card { transform: translate(var(--depth-x), var(--depth-y)) scale(.86); }
    .st-hero__floating-card--meals,
    .st-hero__floating-card--list { display: none; }
    .st-hero__floating-card--budget { right: 4%; bottom: 16%; }
    .st-hero__floating-card--days { top: 14%; left: 6%; }
    .st-hero__scroll { display: none; }
}

@media (max-width: 520px) {
    .st-hero__inner { width: min(100% - 24px, 460px); padding-top: 72px; }
    .st-hero__title { font-size: clamp(2.65rem, 13vw, 4rem); }
    .st-hero__subtitle { margin-top: 22px; font-size: 1rem; }
    .st-hero__actions { display: grid; }
    .st-hero__button { width: 100%; }
    .st-hero__trust { gap: 8px 12px; }
    .st-hero__visual { min-height: 430px; }
    .st-hero__phone-wrap { width: min(100%, 390px); }
    .st-hero__floating-card { max-width: 165px; padding: 11px 12px; border-radius: 15px; }
    .st-hero__floating-card strong { font-size: .82rem; }
    .st-hero__floating-card--budget { right: 0; bottom: 10%; }
    .st-hero__floating-card--days { top: 9%; left: 0; }
    .st-hero__food--avocado { top: 12%; left: 2%; width: 28%; }
    .st-hero__food--tomato { right: 2%; bottom: 16%; width: 22%; }
}

@media (prefers-reduced-motion: reduce), (pointer: coarse) {
    .st-hero__particles, .st-hero__phone-wrap, .st-hero__floating-card, .st-hero__food, .st-hero__scroll span { animation: none; }
}

/* Premium readability pass */
.st-hero {
    min-height: 100svh;
    background: var(--cream, #fffaf0);
}

.st-hero__background {
    background:
        radial-gradient(circle at 72% 42%, rgba(36, 161, 72, .18), transparent 32%);
}

.st-hero__shade {
    background:
        linear-gradient(90deg, rgba(255, 250, 240, .98) 0%, rgba(255, 250, 240, .92) 45%, rgba(255, 250, 240, .58) 72%, rgba(255, 250, 240, .78) 100%),
        linear-gradient(180deg, rgba(255, 250, 240, .16), rgba(8, 63, 36, .16));
}

.st-hero__inner {
    padding-top: 116px;
    padding-bottom: 78px;
}

.st-hero__title {
    color: var(--text, #102015);
}

.st-hero__subtitle,
.st-hero__trust li {
    color: var(--text-soft, #4d5c52);
}

.st-hero__trust span {
    color: var(--green-dark, #0f6b35);
}

.st-hero__button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--green, #24a148), var(--green-dark, #0f6b35));
    box-shadow: 0 18px 44px rgba(15, 107, 53, .28);
}

.st-hero__button--primary:hover,
.st-hero__button--primary:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, var(--green-dark, #0f6b35), var(--green-deep, #083f24));
}

.st-hero__button--glass {
    color: var(--green-deep, #083f24);
    border-color: rgba(15, 107, 53, .22);
    background: rgba(255, 255, 255, .88);
}

.st-hero__button--glass:hover,
.st-hero__button--glass:focus-visible {
    color: #fff;
    background: var(--green-dark, #0f6b35);
}

.st-hero__visual {
    min-height: min(620px, 48vw);
}

.st-hero__backplate {
    width: min(88%, 620px);
    max-height: 620px;
    opacity: .46;
    object-fit: contain;
}

.st-hero__phone-wrap {
    width: min(82%, 600px);
    max-height: 620px;
}

.st-hero__floating-card {
    border-color: rgba(15, 107, 53, .14);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 45px rgba(16, 32, 21, .12);
}

.st-hero__floating-card span {
    color: var(--muted, #66736a);
}

.st-hero__floating-card strong {
    color: var(--text, #102015);
}

.st-hero__food {
    opacity: .86;
}

@media (max-width: 820px) {
    .st-hero__visual {
        min-height: 460px;
    }

    .st-hero__food--broccoli,
    .st-hero__food--carrot {
        display: none;
    }

    .st-hero__backplate,
    .st-hero__phone-wrap {
        max-height: 420px;
    }
}

@media (max-width: 520px) {
    .st-hero__visual {
        min-height: 390px;
    }

    .st-hero__phone-wrap {
        width: min(100%, 360px);
    }

    .st-hero__floating-card--budget {
        bottom: 6%;
    }

    .st-hero__food--avocado,
    .st-hero__food--tomato {
        opacity: .55;
    }
}
