:root { --ink:#193647; --cream:#fff9ed; --orange:#ff6b4a; --yellow:#ffc943; --mint:#bcebd7; --sky:#dff4f4; --pink:#ffd6d1; --line:rgba(25,54,71,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Nunito,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { width:min(1180px,calc(100% - 48px)); margin:auto; min-height:92px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:9px; font-size:16px; font-weight:700; line-height:.9; letter-spacing:.02em; }
.brand strong { color:var(--orange); font-size:20px; }
.brand-mark { width:35px; height:35px; display:grid; place-items:center; border-radius:50% 50% 50% 18%; background:var(--orange); color:#fff; transform:rotate(15deg); font-size:19px; }
nav { display:flex; gap:30px; font-weight:800; font-size:14px; } nav a:hover,.footer-links a:hover { color:var(--orange); }
.hero { position:relative; min-height:560px; padding:84px max(24px,calc((100% - 1180px)/2)); overflow:hidden; display:grid; grid-template-columns:1fr 1fr; align-items:center; background:linear-gradient(108deg,#ffe9a7 0%,#fff1bc 44%,#daf3d9 100%); }
.hero::before { content:""; position:absolute; width:430px; height:430px; border:2px dashed rgba(255,107,74,.32); border-radius:50%; right:10%; top:54px; transform:rotate(-15deg); }
.hero-copy,.hero-art { position:relative; z-index:1; }.eyebrow { margin:0 0 14px; color:var(--orange); font-size:13px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
h1,h2,h3 { font-family:Fredoka,Nunito,sans-serif; margin:0; letter-spacing:-.035em; }h1 { font-size:clamp(52px,6.4vw,86px); line-height:.92; }h1 em { font-style:normal; color:var(--orange); }.hero-text { max-width:430px; font-size:18px; line-height:1.55; margin:25px 0 31px; }
.button { display:inline-flex; align-items:center; gap:17px; padding:15px 22px; border-radius:999px; font-size:15px; font-weight:800; transition:transform .2s,box-shadow .2s; }.button:hover { transform:translateY(-3px); box-shadow:0 8px 0 rgba(25,54,71,.12); }.button-primary { color:#fff; background:var(--orange); }.button-dark { background:var(--ink); color:#fff; }
.hero-art { height:390px; }.fruit { position:absolute; display:grid; place-items:center; filter:drop-shadow(0 16px 12px rgba(68,89,59,.18)); font-size:clamp(75px,9vw,128px); animation:float 4s ease-in-out infinite; }.fruit-orange { left:13%; top:22%; transform:rotate(-18deg); }.fruit-watermelon { right:5%; top:4%; font-size:clamp(105px,12vw,165px); animation-delay:-1.6s; }.fruit-apple { left:43%; bottom:-5%; animation-delay:-2.4s; }.fruit-lemon { right:15%; bottom:15%; font-size:clamp(62px,7vw,94px); animation-delay:-.8s; }.slice-line { position:absolute; height:5px; border-radius:9px; background:#fff; box-shadow:0 1px 1px rgba(25,54,71,.1); }.line-one { width:175px; top:50%; left:17%; transform:rotate(-28deg); }.line-two { width:110px; bottom:30%; left:52%; transform:rotate(46deg); }.spark { position:absolute; color:#fff; font-size:29px; }.sparkle-one { top:18%; left:5%; }.sparkle-two { bottom:17%; right:4%; color:var(--orange); }.sparkle-three { top:48%; right:38%; font-size:16px; }.score-card { position:absolute; right:25%; bottom:3%; padding:13px 17px; border:2px solid rgba(255,255,255,.8); border-radius:17px; background:rgba(255,255,255,.76); box-shadow:0 10px 30px rgba(58,99,66,.12); transform:rotate(-8deg); }.score-card small,.score-card span { display:block; font-size:10px; font-weight:800; letter-spacing:.08em; }.score-card strong { display:block; color:var(--orange); font-size:28px; line-height:1.1; }.score-card span { color:#398b6e; }
.section { width:min(1020px,calc(100% - 48px)); margin:auto; }.intro { padding:120px 0 74px; text-align:center; }.intro h2,.how-to h2,.support h2 { font-size:clamp(35px,4.2vw,55px); }.intro p:not(.eyebrow) { max-width:660px; margin:22px auto 0; font-size:18px; line-height:1.65; }.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; padding-bottom:122px; }.feature-card { min-height:250px; padding:27px; border-radius:24px; }.coral { background:var(--pink); }.yellow { background:#ffe8a5; }.mint { background:var(--mint); }.feature-number { color:rgba(25,54,71,.5); font-weight:800; }.feature-icon { display:block; margin:34px 0 15px; font-size:42px; }.feature-card h3 { font-size:25px; }.feature-card p { margin:9px 0 0; line-height:1.5; font-size:15px; }.how-to { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; padding:77px 0; border-top:1px solid var(--line); }.how-to ol { margin:0; padding:0; list-style:none; display:grid; gap:23px; }.how-to li { display:flex; gap:18px; align-items:center; }.how-to li span { flex:0 0 auto; display:grid; place-items:center; width:38px; height:38px; border-radius:50%; color:#fff; background:var(--orange); font-family:Fredoka,sans-serif; font-size:18px; }.how-to p { margin:0; line-height:1.45; }.support { margin-top:44px; margin-bottom:85px; padding:50px 55px; border-radius:28px; display:flex; align-items:center; justify-content:space-between; gap:30px; background:var(--sky); }.support p:not(.eyebrow) { max-width:500px; margin:14px 0 0; font-size:17px; }.site-footer { border-top:1px solid var(--line); padding:38px max(24px,calc((100% - 1180px)/2)); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:25px; background:#fffdf8; }.footer-brand strong { font-size:16px; }.footer-brand .brand-mark { width:29px; height:29px; font-size:15px; }.site-footer p { margin:7px 0 0; color:rgba(25,54,71,.68); font-size:13px; }.footer-links { display:flex; gap:22px; font-size:13px; font-weight:800; }.copyright { text-align:right; }
.legal-page { min-height:100vh; background:#fffdf8; }.legal-hero { padding:75px 24px 65px; text-align:center; background:linear-gradient(110deg,#ffe9a7,#dff4f4); }.legal-hero h1 { font-size:clamp(44px,5vw,66px); }.legal-hero p { margin:17px 0 0; font-weight:800; }.legal-content { width:min(820px,calc(100% - 48px)); margin:auto; padding:70px 0 95px; font-size:16px; line-height:1.7; }.legal-content h2 { margin:48px 0 12px; font-size:28px; }.legal-content h2:first-child { margin-top:0; }.legal-content h3 { margin:25px 0 6px; font-size:20px; }.legal-content p { margin:0 0 15px; }.legal-content ul { margin:0 0 18px; padding-left:22px; }.legal-content a { color:#d94d32; font-weight:800; text-decoration:underline; text-underline-offset:3px; }.legal-content .notice { padding:18px 21px; border-left:4px solid var(--orange); border-radius:0 14px 14px 0; background:#fff1e7; }
@keyframes float { 50% { translate:0 -11px; } }
@media (max-width:720px) { .site-header { min-height:78px; width:calc(100% - 32px); }.site-header nav { display:none; }.hero { min-height:680px; padding:58px 24px; grid-template-columns:1fr; align-content:start; }.hero-art { height:330px; margin-top:15px; }.hero::before { width:330px;height:330px;right:-65px;top:310px; }.feature-grid { grid-template-columns:1fr; padding-bottom:75px; }.feature-card { min-height:0; }.feature-icon { margin:18px 0 9px; }.how-to { grid-template-columns:1fr; gap:28px; }.support { margin-top:24px; margin-bottom:58px; padding:37px 27px; display:block; }.support .button { margin-top:25px; }.site-footer { grid-template-columns:1fr; gap:17px; }.copyright { text-align:left; }.footer-links { flex-wrap:wrap; }.fruit-orange { left:4%; }.fruit-watermelon { right:-2%; }.fruit-apple { left:35%; }.score-card { right:3%; } }
