:root{
  --green:#123f2a;
  --green-2:#1f6b43;
  --green-soft:#eef7f1;
  --cream:#f7f1e6;
  --paper:#fffdf8;
  --yellow:#f7c94b;
  --yellow-soft:#fff7d8;
  --wa:#20b85a;
  --wa-dark:#11823a;
  --blue:#2f7fbd;
  --blue-soft:#edf6fd;
  --ink:#173026;
  --muted:#66736c;
  --line:#e7e0d5;
  --danger:#b93838;
  --shadow:0 18px 50px rgba(37,56,44,.10);
  --shadow-soft:0 8px 28px rgba(37,56,44,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffdf9 0,#f7f1e6 100%);line-height:1.5}
a{color:inherit}
button,input,select,textarea{font:inherit}
img{max-width:100%}
:focus-visible{outline:3px solid rgba(247,201,75,.8);outline-offset:3px}
.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,62,42,.08)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:950;font-size:27px;color:var(--green);letter-spacing:-.03em}
.brand img{width:48px;height:48px}
.navlinks{display:flex;align-items:center;gap:19px}
.navlinks a{text-decoration:none;font-weight:760;font-size:14px}
.nav-phone{background:var(--green);color:#fff!important;padding:10px 15px;border-radius:999px}

.hero{padding:42px 0 18px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center}
.hero-copy{padding:14px 0}
.eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--yellow-soft);color:#725800;border-radius:999px;padding:8px 13px;font-weight:850;font-size:13px}
.hero h1{font-size:clamp(50px,7vw,84px);line-height:.96;letter-spacing:-.055em;margin:16px 0 16px;color:var(--green);max-width:730px}
.hero p{font-size:20px;color:#506057;max-width:650px;margin:0}
.hero-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:var(--green);font-weight:750;font-size:14px}
.hero-art{min-height:390px;border-radius:38px;position:relative;overflow:hidden;background:radial-gradient(circle at 38% 22%,#fffdfb 0,#fff6d7 40%,#dcefdc 100%);box-shadow:var(--shadow-soft);border:1px solid #e6e0d4}
.hero-sun{position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(247,201,75,.22);top:34px;right:52px}
.hero-chicken{position:absolute;width:66%;right:0;bottom:10px;filter:drop-shadow(0 16px 18px rgba(31,59,39,.12))}
.hero-carton{position:absolute;width:43%;left:24px;bottom:26px;border-radius:22px;box-shadow:0 16px 32px rgba(63,54,37,.18);transform:rotate(-3deg)}

.order-methods{padding:22px 0 6px}
.section-intro{max-width:760px;margin-bottom:18px}
.section-intro h2{font-size:clamp(32px,4.2vw,48px);line-height:1.06;letter-spacing:-.04em;margin:10px 0 8px;color:var(--green)}
.section-intro p{margin:0;color:var(--muted);font-size:17px}
.section-intro.compact h2{font-size:38px}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.action-card{position:relative;background:rgba(255,255,255,.94);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:24px;min-height:355px;display:flex;flex-direction:column;overflow:hidden}
.action-card:after{content:"";position:absolute;inset:auto -50px -60px auto;width:150px;height:150px;border-radius:50%;background:rgba(247,201,75,.08);pointer-events:none}
.whatsapp-card{border-top:5px solid var(--wa)}
.website-card{border-top:5px solid var(--yellow)}
.phone-card{border-top:5px solid var(--blue)}
.action-number{position:absolute;top:20px;right:22px;font-size:40px;font-weight:950;color:rgba(23,48,38,.08)}
.action-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:25px;margin-bottom:14px}
.wa-icon{background:#e9f9ef}.web-icon{background:#fff7d9}.phone-icon{background:var(--blue-soft)}
.action-card h3{font-size:24px;margin:0 0 7px;letter-spacing:-.025em}
.action-card p{color:var(--muted);margin:0 0 16px}
.desktop-qr{display:flex;align-items:center;gap:13px;background:#f8fbf9;border:1px solid #e2ece5;border-radius:18px;padding:11px;margin:0 0 14px}
.desktop-qr img{width:92px;height:92px;border-radius:10px;background:#fff}
.desktop-qr small{color:var(--muted)}
.price-summary{display:grid;gap:8px;margin:4px 0 18px}
.price-summary span{display:flex;justify-content:space-between;align-items:center;background:#fbfaf6;border:1px solid var(--line);border-radius:14px;padding:11px 13px}
.price-summary b{color:var(--green);font-size:18px}
.phone-number{font-size:30px;font-weight:950;text-decoration:none;color:var(--blue);letter-spacing:-.03em;margin:5px 0 14px}
.cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:16px;padding:13px 17px;text-decoration:none;font-weight:900;border:0;cursor:pointer;margin-top:auto}
.cta-wa{background:var(--wa);color:#fff}.cta-wa:hover{background:var(--wa-dark)}
.cta-main{background:var(--green);color:#fff}.cta-main:hover{background:#0b2e1e}
.cta-phone{background:var(--blue);color:#fff}.cta-phone:hover{background:#246b9f}
.cta.wide{width:100%;margin:12px 0}
.text-link{display:inline-block;margin-top:10px;font-size:13px;color:var(--green);font-weight:800}
.method-note{color:var(--muted);margin-top:10px}

.eggs-section{margin-top:38px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;padding:30px}
.products{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.product{border:2px solid var(--line);border-radius:26px;padding:18px;background:#fff;position:relative}
.product-display{box-shadow:var(--shadow-soft)}
.product.selectable{cursor:pointer;transition:.18s ease}
.product.selectable:hover{transform:translateY(-2px);border-color:#bfd7c7}
.product.selected{border-color:#2e8a56;background:#f4fbf6;box-shadow:0 0 0 4px rgba(46,138,86,.08)}
.product input[type="radio"]{position:absolute;top:16px;left:16px;width:23px;height:23px;accent-color:var(--green-2);z-index:3}
.product-image{height:225px;display:flex;align-items:center;justify-content:center;gap:12px;overflow:hidden}
.photo-product img{width:min(82%,360px);height:100%;object-fit:contain;border-radius:18px}
.double-photo{gap:0}
.double-photo img{width:58%;height:88%;margin:0 -7%;object-fit:contain;transform:rotate(-2deg)}
.double-photo img+img{transform:rotate(2deg)}
.product-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-top:1px solid #f0ece5;padding-top:14px}
.product-name{font-size:23px;font-weight:950}
.product-price{font-size:29px;font-weight:950;color:var(--green-2);white-space:nowrap}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.small-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border-radius:13px;padding:10px 12px}
.small-btn.main{background:var(--green);color:#fff}.small-btn.wa{background:#eaf8ef;color:#087533}
.simple-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px auto 48px}
.simple-strip>div{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:20px;padding:16px;display:flex;flex-direction:column}
.simple-strip span{font-size:13px;color:var(--muted);margin-top:3px}

.order-page{max-width:900px;padding:38px 0 58px}
.order-heading{max-width:740px;margin-bottom:20px}
.order-heading h1{font-size:clamp(38px,6vw,60px);letter-spacing:-.045em;line-height:1;margin:13px 0 12px;color:var(--green)}
.order-heading p{font-size:17px;color:var(--muted);margin:0}
.back-link{display:inline-block;text-decoration:none;font-weight:800;color:var(--muted);margin-bottom:14px}
.order-form{display:grid;gap:16px}
.form-section{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow-soft)}
.step-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:17px}
.step-title>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:950;flex:0 0 auto}
.step-title h2{margin:0;font-size:23px;letter-spacing:-.02em}.step-title p{margin:3px 0 0;color:var(--muted);font-size:14px}
.order-products .product-image{height:175px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field label,.field-label{display:block;font-weight:850;margin:0 0 7px}
.field input,.field select,.field textarea,.house-row input{width:100%;border:1px solid #d8d5cd;border-radius:14px;padding:14px 15px;background:#fff;color:var(--ink)}
.field input:focus,.house-row input:focus{border-color:#4d9b6d;box-shadow:0 0 0 3px rgba(77,155,109,.12);outline:0}
.house-row{grid-column:span 1;display:grid;grid-template-columns:1fr .8fr;gap:10px}
.house-row label{display:block;font-weight:850;margin:0 0 7px}
.paychoices{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.choice{display:flex;align-items:flex-start;gap:11px;border:1px solid var(--line);padding:15px;border-radius:16px;background:#fff;cursor:pointer}
.choice:has(input:checked){border-color:#4d9b6d;background:#f2faf5;box-shadow:0 0 0 3px rgba(77,155,109,.08)}
.choice input{accent-color:var(--green-2);width:19px;height:19px;margin-top:2px}
.choice small{color:var(--muted)}
.timing-block{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.errors{background:#fff0f0;color:#842424;border:1px solid #efcaca;padding:15px 17px;border-radius:16px;margin-bottom:16px}
.submit{width:100%;border:0;background:var(--green);color:#fff;border-radius:17px;padding:18px 20px;font-weight:950;font-size:18px;cursor:pointer;box-shadow:0 10px 25px rgba(18,63,42,.16)}
.submit-wa{background:var(--wa)}
.submit[disabled]{opacity:.65;cursor:wait}
.whatsapp-explain{display:flex;gap:8px;flex-direction:column;background:#eaf8ef;border:1px solid #caead6;border-radius:18px;padding:16px;color:#165c34}
.whatsapp-explain span{font-size:14px}
.fineprint{font-size:12px;color:var(--muted);text-align:center;margin:0}
.muted{color:var(--muted)}

.confirm{width:min(720px,calc(100% - 32px));margin:54px auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;padding:38px;text-align:center}
.check{width:72px;height:72px;border-radius:50%;background:#e5f6ea;color:#16843b;display:grid;place-items:center;font-size:38px;margin:0 auto 16px}
.confirm h1{font-size:42px;margin:12px 0 7px;color:var(--green)}
.receipt{font-size:27px;font-weight:950;color:var(--green);background:#f2f7f3;padding:13px;border-radius:15px;margin:18px 0}
.confirm-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 18px}
.confirm-summary span{display:flex;flex-direction:column;background:#fbfaf7;border:1px solid var(--line);border-radius:15px;padding:13px}.confirm-summary small{color:var(--muted);margin-top:3px}
.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 12px}
.legal{width:min(800px,calc(100% - 32px));margin:50px auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px}
.footer{padding:28px 0 100px;color:var(--muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer strong{color:var(--green);font-size:18px}.footer a{font-weight:700}
.mobile-actions{display:none}

@media(max-width:920px){
  .navlinks a:not(.nav-phone){display:none}
  .hero-grid{grid-template-columns:1fr}.hero-art{min-height:330px}.hero-chicken{width:52%}.hero-carton{width:38%}
  .three{grid-template-columns:1fr 1fr}.phone-card{grid-column:1/-1;min-height:auto}.simple-strip{grid-template-columns:1fr}
}
@media(max-width:680px){
  .wrap{width:min(100% - 22px,620px)}
  .nav{min-height:64px}.brand{font-size:22px}.brand img{width:39px;height:39px}.nav-phone{font-size:12px;padding:9px 11px}
  .hero{padding:22px 0 8px}.hero h1{font-size:47px}.hero p{font-size:16px}.hero-trust{font-size:13px;gap:8px 13px}.hero-art{min-height:245px;border-radius:27px}.hero-chicken{width:64%;right:-8px}.hero-carton{width:45%;left:13px;bottom:16px;border-radius:16px}
  .order-methods{padding-top:17px}.section-intro h2,.section-intro.compact h2{font-size:31px}.section-intro p{font-size:15px}
  .three{grid-template-columns:1fr;gap:12px}.phone-card{grid-column:auto}.action-card{min-height:auto;padding:19px;border-radius:22px}.action-card h3{font-size:22px}.action-icon{width:46px;height:46px}.desktop-qr{display:none}.phone-number{font-size:27px}
  .eggs-section{padding:17px;border-radius:25px;margin-top:26px}.products{grid-template-columns:1fr 1fr;gap:10px}.product{padding:10px;border-radius:18px}.product-image{height:126px}.photo-product img{width:100%;border-radius:12px}.double-photo img{width:63%;height:82%;margin:0 -10%}.product-meta{display:block;padding-top:10px}.product-name{font-size:17px}.product-price{font-size:22px;margin-top:2px}.product-actions{grid-template-columns:1fr;gap:6px}.small-btn{font-size:12px;padding:9px 7px}
  .simple-strip{margin-bottom:88px}
  .order-page{padding:25px 0 96px}.order-heading h1{font-size:40px}.form-section{padding:16px;border-radius:22px}.step-title h2{font-size:20px}.grid2,.paychoices{grid-template-columns:1fr}.house-row{grid-column:auto;grid-template-columns:1fr 1fr}.order-products .product-image{height:118px}.order-products .product-price{font-size:20px}
  .confirm{margin:24px auto 100px;padding:23px}.confirm h1{font-size:34px}.receipt{font-size:20px}.confirm-summary{grid-template-columns:1fr}.confirm-actions{grid-template-columns:1fr}
  .footer{padding-bottom:100px}.footer-inner{display:block}.footer-inner>div+div{margin-top:10px}
  .mobile-actions{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);bottom:8px;left:8px;right:8px;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:0 14px 45px rgba(0,0,0,.22);border-radius:19px;padding:7px;gap:6px}
  .mobile-actions a{text-decoration:none;text-align:center;padding:10px 4px;border-radius:13px;font-size:11px;font-weight:950}.mobile-actions .wa{background:#e6f8ed;color:#087a35}.mobile-actions .buy{background:#fff3c7;color:#715400}.mobile-actions .call{background:#e9f4fc;color:#155b90}
}
.scan-public{max-width:650px}.scan-card{background:#fff;border-radius:32px;padding:28px;box-shadow:0 18px 50px rgba(25,60,40,.1);margin:30px 0}.scan-chicken{text-align:center}.scan-chicken img{width:90px}.scan-code-form{display:grid;gap:10px;margin:22px 0}.scan-code-form input{font-size:38px;font-weight:900;letter-spacing:10px;text-align:center;border:2px solid #dce4dd;border-radius:18px;padding:15px}.scan-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.scan-actions.vertical{grid-template-columns:1fr}.action-card{display:flex;justify-content:space-between;gap:12px;padding:16px;border:1px solid #e0e7e1;border-radius:16px;text-decoration:none;color:inherit;background:#f9fbf9}.action-card.primary{background:#173e2a;color:#fff}.action-card.done{background:#e6f6ea}.receipt-box{display:flex;justify-content:space-between;gap:10px;background:#f3f7f3;padding:14px;border-radius:14px;margin:18px 0}.receipt-box div{display:grid}.scan-order{display:flex;justify-content:space-between;align-items:center;font-size:20px;padding:16px 0}.big-eggs{font-size:23px}.success-box{background:#e6f6ea;color:#156f38;border-radius:14px;padding:15px;font-weight:850;margin:10px 0}@media(max-width:600px){.scan-card{padding:20px;border-radius:24px}.scan-actions{grid-template-columns:1fr}.scan-code-form input{font-size:32px}}
