
*{box-sizing:border-box;margin:0;padding:0}
:root{--orange:#ff6a00;--orange2:#ff9f1c;--green:#60b832;--dark:#191919;--muted:#666;--bg:#fffaf3;--card:#fff}
html{scroll-behavior:smooth}
body{font-family:"Microsoft JhengHei","Noto Sans TC",Arial,sans-serif;background:var(--bg);color:var(--dark)}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font-family:inherit}
img{max-width:100%;display:block}
.top-promo{background:linear-gradient(90deg,var(--orange),#ffb703);color:#fff;text-align:center;font-weight:900;padding:9px 12px;font-size:15px}
.header{height:86px;background:#fff;display:flex;align-items:center;padding:0 42px;box-shadow:0 3px 20px rgba(0,0,0,.08);position:sticky;top:0;z-index:100}
.brand{display:flex;align-items:center;gap:12px;min-width:280px}
.logo{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ffc400,var(--orange));position:relative;box-shadow:0 8px 18px rgba(255,106,0,.22)}
.logo:before{content:"";position:absolute;right:7px;top:-4px;width:17px;height:11px;background:#62bd36;border-radius:100% 0;transform:rotate(-28deg)}
.brand h1{font-size:27px;font-weight:900;letter-spacing:.5px}
.brand p{font-size:14px;color:#555;letter-spacing:5px;font-weight:800;margin-top:3px}
.nav{flex:1;display:flex;justify-content:center;gap:34px;font-weight:900}
.nav a:hover,.nav a.active{color:var(--orange)}
.actions{display:flex;align-items:center;gap:12px;min-width:360px;justify-content:flex-end}
.search{height:46px;width:230px;border:1px solid #ececec;background:#fff;border-radius:26px;display:flex;align-items:center;padding:0 15px}
.search input{border:0;outline:0;width:100%;font-size:15px}
.icon{width:46px;height:46px;border-radius:50%;background:#f7f7f7;display:grid;place-items:center;cursor:pointer;position:relative;font-size:21px}
.badge{position:absolute;right:0;top:-2px;width:20px;height:20px;border-radius:50%;background:var(--orange);color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center}
.mobile-toggle{display:none;width:46px;height:46px;border-radius:50%;background:#f7f7f7;border:0;font-size:24px;cursor:pointer;place-items:center}
.hero{display:flex;align-items:center;min-height:600px;padding:70px 80px 60px;background:url('../images/hero.jpg') center/cover no-repeat;position:relative}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,rgba(0,0,0,.05) 100%);z-index:1}
.hero>div{position:relative;z-index:2;max-width:600px}
.hero-kicker{font-size:36px;font-weight:900;color:#ffe0b2}
.hero h2{font-size:64px;line-height:1.08;color:#fff;font-weight:900;margin:10px 0 18px;letter-spacing:1px;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.hero p{font-size:21px;font-weight:800;color:rgba(255,255,255,.92);line-height:1.7;text-shadow:0 1px 6px rgba(0,0,0,.2)}
.hero-points{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}
.hero-point{background:rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:18px;padding:13px 16px;font-weight:900;color:#fff}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn{border:0;border-radius:999px;padding:14px 28px;font-size:17px;font-weight:900;cursor:pointer;transition:.2s}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(255,106,0,.26)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-light{background:rgba(255,255,255,.92);color:var(--orange);border:1px solid #ffd2ad}
.container{padding:44px 46px}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:38px}
.benefit{background:#fff;border-radius:18px;padding:24px;display:flex;align-items:center;gap:18px;box-shadow:0 5px 20px rgba(0,0,0,.07);border:1px solid #f4eadf}
.benefit i{width:58px;height:58px;border-radius:50%;background:#f0ffe9;display:grid;place-items:center;font-style:normal;font-size:30px}
.benefit h3{font-size:21px;font-weight:900;margin-bottom:4px}
.benefit p{color:#666;font-weight:700}
.section-head{display:flex;justify-content:space-between;align-items:end;margin:12px 0 24px}
.section-title{font-size:32px;font-weight:900}
.section-sub{color:#777;font-weight:800;margin-top:5px}
.more{font-weight:900;color:var(--orange);cursor:pointer}
.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.filters button{border:1px solid #ffd1ad;background:#fff;color:var(--orange);border-radius:999px;padding:10px 18px;font-weight:900;cursor:pointer}
.filters button.active{background:var(--orange);color:#fff}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 5px 22px rgba(0,0,0,.1);position:relative;transition:.24s;border:1px solid #f0e6db}
.card:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(0,0,0,.15)}
.card-img{height:auto;aspect-ratio:4/3;overflow:hidden;background:#fff}
.card-img img{height:100%;width:100%;object-fit:cover;transition:.35s}
.card:hover .card-img img{transform:scale(1.06)}
.tag{position:absolute;left:14px;top:14px;background:rgba(255,106,0,.94);color:#fff;border-radius:999px;font-size:13px;font-weight:900;padding:6px 11px}
.info{padding:17px 18px 22px;min-height:160px}
.info h3{font-size:21px;font-weight:900;margin-bottom:5px}
.info p{color:#777;font-weight:700;line-height:1.5;margin-bottom:12px}
.price{color:var(--orange);font-size:20px;font-weight:900}
.old{color:#aaa;text-decoration:line-through;font-size:14px;margin-left:5px}
.buy{position:absolute;right:16px;bottom:20px;width:46px;height:46px;border-radius:50%;border:0;background:var(--orange);color:#fff;font-size:21px;cursor:pointer;box-shadow:0 10px 18px rgba(255,106,0,.24)}
.combo{margin:46px 0;border-radius:30px;background:linear-gradient(120deg,#ff7a00,#ffb703);color:#fff;padding:36px 42px;display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:20px;box-shadow:0 16px 36px rgba(255,106,0,.24)}
.combo h2{font-size:34px;font-weight:900;margin-bottom:8px}
.combo p{font-size:18px;font-weight:800;line-height:1.7}
.countdown{display:flex;gap:10px;justify-content:flex-end}
.timebox{background:#fff;color:var(--orange);border-radius:16px;padding:14px 12px;text-align:center;min-width:70px;font-weight:900}
.timebox b{display:block;font-size:28px}
.page-hero{height:290px;position:relative;display:flex;align-items:center;padding:0 70px;background:var(--orange);overflow:hidden}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}
.page-hero div{position:relative;color:#fff}
.page-hero h2{font-size:50px;font-weight:900;margin-bottom:8px}
.page-hero p{font-size:20px;font-weight:800}
.story-box{background:#fff;border-radius:26px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;box-shadow:0 6px 24px rgba(0,0,0,.08)}
.story-box img{height:360px;width:100%;object-fit:cover;border-radius:22px}
.story-box h3{font-size:34px;font-weight:900;margin-bottom:14px}
.story-box p{line-height:2;color:#555;font-weight:700}
.story-content{padding:50px 0;max-width:1200px;margin:0 auto}
.story-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:50px}
.story-card{background:#fff;border-radius:24px;padding:36px;box-shadow:0 8px 28px rgba(0,0,0,.08);transition:.3s;border-left:5px solid var(--orange)}
.story-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.12)}
.story-icon{font-size:42px;margin-bottom:16px}
.story-card h2{font-size:26px;font-weight:900;margin-bottom:18px;display:flex;align-items:center;gap:12px;color:var(--orange)}
.story-card p{line-height:1.9;color:#555;font-size:17px}
.seasonal-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}
.seasonal-card{padding:20px 28px}
.seasonal-card h2{font-size:20px;margin-bottom:12px}
.seasonal-card p{font-size:15px}
.story-step{font-weight:900;font-size:20px;color:#333;margin:16px 0;letter-spacing:1px}
.story-cta{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:28px;padding:48px;text-align:center;margin-top:40px}
.story-cta h2{font-size:28px;font-weight:900;margin-bottom:24px;color:#222}
.cta-row{display:flex;gap:16px;justify-content:center}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:44px 0}
.contact-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 8px 28px rgba(0,0,0,.08);transition:.3s;text-align:center;border:2px solid transparent}
.contact-card:hover{border-color:var(--orange);transform:translateY(-6px);box-shadow:0 16px 40px rgba(255,122,0,.18)}
.contact-icon{font-size:48px;margin-bottom:20px}
.contact-card h3{font-size:24px;font-weight:900;color:var(--orange);margin-bottom:14px}
.contact-card p{color:#555;line-height:1.8;font-size:16px}
.contact-detail{font-size:20px;font-weight:900;color:#222;margin:18px 0}
.contact-card .btn{margin-top:18px}
.shipping-info{background:#fffaf3;padding:40px;border-radius:28px;margin:44px 0;box-shadow:0 8px 36px rgba(0,0,0,.07)}
.shipping-info h2{font-size:28px;font-weight:900;color:var(--orange);margin-bottom:26px}
.shipping-details{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.shipping-item{background:#fff;padding:24px;border-radius:18px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.shipping-item h3{font-size:18px;font-weight:900;color:var(--orange);margin-bottom:10px}
.shipping-item p{color:#555;line-height:1.7;font-size:15px}
.business-hours{text-align:center;padding:44px 0}
.business-hours h2{font-size:28px;font-weight:900;color:var(--orange);margin-bottom:18px}
.business-hours p{color:#555;line-height:1.9;font-size:17px}
.box{background:#fff;border-radius:24px;padding:30px;box-shadow:0 6px 24px rgba(0,0,0,.08)}
.box h3{font-size:28px;font-weight:900;margin-bottom:15px}
.box p{font-size:18px;font-weight:800;line-height:2}
.form input,.form textarea,.form select{width:100%;border:1px solid #eee;background:#fafafa;border-radius:14px;padding:15px;margin-bottom:14px;font-size:16px}
.form textarea{height:120px;resize:none}
.cart-panel{position:fixed;top:0;right:-430px;width:405px;height:100vh;background:#fff;z-index:300;box-shadow:-10px 0 35px rgba(0,0,0,.2);transition:.3s;padding:24px;display:flex;flex-direction:column}
.cart-panel.open{right:0}
.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.cart-head h3{font-size:26px;font-weight:900}
.close{border:0;background:#f4f4f4;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer}
.cart-items{flex:1;overflow:auto}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eee;padding:12px 0}
.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:13px}
.cart-item b{display:block;font-size:15px}
.cart-item small{color:var(--orange);font-weight:900}
.qty{display:flex;align-items:center;gap:7px;font-weight:900}
.qty button{width:25px;height:25px;border:0;border-radius:50%;background:#ffefe5;color:var(--orange);font-weight:900}
.total{border-top:2px dashed #eee;padding-top:16px;text-align:right;font-size:22px;font-weight:900}
.line-fixed{position:fixed;right:18px;bottom:18px;background:#06c755;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.2);z-index:120}
.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(80px);background:#222;color:#fff;border-radius:999px;padding:14px 24px;font-weight:900;opacity:0;transition:.25s;z-index:400}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
footer{background:#222;color:#ddd;padding:44px 46px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}
footer h3{color:#fff;margin-bottom:14px}
footer p,footer a{color:#bbb;line-height:2;display:block}
.copyright{background:#111;color:#aaa;text-align:center;padding:14px}
@media(max-width:1050px){.nav{display:none;position:fixed;top:86px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px;gap:24px;z-index:200;overflow-y:auto}.nav.open{display:flex}.nav.open a{font-size:22px;padding:10px 0}.mobile-toggle{display:grid}.actions{min-width:auto}.search{display:none}.hero{min-height:480px;padding:42px 28px}.hero h2{font-size:48px}.benefits,.grid{grid-template-columns:repeat(2,1fr)}.combo{grid-template-columns:1fr}.countdown{justify-content:flex-start}.story-box,.contact-wrap{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.brand{min-width:auto}}
@media(max-width:680px){.top-promo{font-size:13px}.header{height:auto;padding:14px 15px;gap:8px}.brand h1{font-size:22px}.brand p{font-size:12px}.icon{width:42px;height:42px}.hero{min-height:400px;padding:34px 18px}.hero-kicker{font-size:26px}.hero h2{font-size:39px}.hero p{font-size:17px}.container{padding:30px 16px}.benefits,.grid{grid-template-columns:1fr}.combo{padding:26px 22px}.combo h2{font-size:27px}.page-hero{height:230px;padding:0 24px}.page-hero h2{font-size:38px}.cart-panel{width:100%;right:-100%}.line-fixed{left:16px;right:16px;text-align:center}footer{grid-template-columns:1fr}}

.banner-full{height:auto;padding:0;background:#fff}
.banner-full img{position:static;width:100%;height:auto;object-fit:contain;opacity:1}
.banner-full div{display:none}
.line-big{display:inline-block;background:#06c755!important;color:#fff!important;margin-top:14px;text-align:center}
.weekly-hero{background:linear-gradient(120deg,#fff7ed,#ffe0b8);padding:46px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.weekly-hero img{border-radius:28px;box-shadow:0 14px 38px rgba(0,0,0,.16)}
.weekly-hero h2{font-size:52px;color:var(--orange);font-weight:900;line-height:1.12;margin-bottom:14px}
.weekly-hero p{font-size:20px;font-weight:800;line-height:1.7;color:#444}
.weekly-badges{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.weekly-badges span{background:#fff;border:1px solid #ffd1ad;border-radius:999px;padding:10px 16px;font-weight:900;color:#e85d04}
.plan-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin-top:24px}
.day-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 5px 18px rgba(0,0,0,.08);border:1px solid #f2e5d8}
.day-card h3{font-size:18px;color:var(--orange);margin-bottom:10px}
.day-card p{font-weight:800;color:#444;line-height:1.8;font-size:14px}
.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}
.offer{background:#fff;border-radius:24px;padding:30px;box-shadow:0 8px 24px rgba(0,0,0,.1);border:2px solid #ffe0bd;position:relative;overflow:hidden}
.offer:before{content:"推薦";position:absolute;top:18px;right:-34px;background:var(--orange);color:#fff;font-weight:900;padding:8px 45px;transform:rotate(35deg)}
.offer h3{font-size:30px;color:var(--orange);margin-bottom:10px}
.offer .big-price{font-size:42px;font-weight:900;color:#e85d04;margin:14px 0}
.offer ul{padding-left:22px;line-height:2;font-weight:800;color:#444}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.step{background:#fff7ed;border-radius:18px;padding:20px;text-align:center;font-weight:900}
.step b{display:grid;place-items:center;width:46px;height:46px;background:var(--orange);color:#fff;border-radius:50%;margin:0 auto 10px}
@media(max-width:1050px){.weekly-hero,.offer-grid{grid-template-columns:1fr}.plan-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.weekly-hero{padding:24px 16px}.weekly-hero h2{font-size:34px}.plan-grid,.steps{grid-template-columns:1fr}.banner-full{height:auto}.banner-full img{height:auto}}

/* ── FAQ 美化區塊 ── */
.faq-section{background:#fffaf3;padding:52px 46px;border-radius:32px;margin:44px 0;box-shadow:0 8px 36px rgba(0,0,0,.07)}
.faq-header{display:flex;align-items:center;gap:18px;margin-bottom:36px}
.faq-header-icon{width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#ff7a00,#ffb703);display:grid;place-items:center;font-size:30px;box-shadow:0 8px 22px rgba(255,122,0,.28)}
.faq-header h2{font-size:30px;font-weight:900;color:#191919}
.faq-header p{color:#888;font-weight:800;margin-top:4px}
.faq-list{display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.07);transition:.22s;border:1.5px solid #f0e6db;cursor:pointer}
.faq-item:hover{box-shadow:0 8px 28px rgba(255,122,0,.16);border-color:#ffd1ad}
.faq-item[open]{border-color:var(--orange)}
.faq-item summary{list-style:none;display:flex;align-items:center;gap:16px;padding:20px 24px;font-size:18px;font-weight:900;color:#222;transition:.2s;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-q{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ff7a00,#ffb703);color:#fff;font-size:15px;font-weight:900;display:grid;place-items:center;flex-shrink:0;transition:.22s}
.faq-item[open] .faq-q{background:linear-gradient(135deg,#d94f00,#ff7a00);transform:rotate(8deg)}
.faq-arrow{width:26px;height:26px;border-radius:50%;background:#f7f7f7;display:grid;place-items:center;margin-left:auto;font-size:16px;color:#888;transition:.3s;flex-shrink:0}
.faq-item[open] .faq-arrow{background:var(--orange);color:#fff;transform:rotate(180deg)}
.faq-body{padding:0 24px 22px 80px;color:#555;line-height:1.9;font-weight:700;font-size:16px;border-top:1px solid #f0f0f0;margin-top:-2px;padding-top:18px}

/* ── 水果箱方案卡 ── */
.box-options{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:34px 0}
.box-card{background:#fff;border-radius:28px;padding:34px;box-shadow:0 8px 28px rgba(0,0,0,.1);border:2px solid #f0e6db;position:relative;transition:.28s}
.box-card:hover{transform:translateY(-6px);box-shadow:0 18px 48px rgba(255,106,0,.2);border-color:#ffd1ad}
.box-card.featured{background:linear-gradient(160deg,#fff7ed,#ffe8cc);border-color:var(--orange);box-shadow:0 14px 40px rgba(255,106,0,.22)}
.box-card.featured:hover{box-shadow:0 22px 56px rgba(255,106,0,.3)}
.box-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,#ff7a00,#ffb703);color:#fff;border-radius:999px;padding:8px 22px;font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 6px 16px rgba(255,122,0,.3)}
.box-card h3{font-size:26px;font-weight:900;margin:12px 0 8px;color:#222}
.box-card.featured h3{color:var(--orange)}
.box-price{font-size:17px;color:#888;font-weight:800;margin-bottom:8px}
.box-price b{font-size:42px;color:var(--orange);font-weight:900;line-height:1}
.box-card.featured .box-price b{color:#d94f00}
.box-price small{margin-left:4px;font-size:15px}
.box-card p{color:#666;font-weight:800;margin-bottom:16px;font-size:15px}
.box-card ul{padding-left:22px;margin-bottom:22px;line-height:2.1}
.box-card ul li{font-weight:800;color:#444;font-size:15px}
.box-card .btn{width:100%;text-align:center}
.box-intro{background:linear-gradient(120deg,#fff7ed,#ffe0b8);border-radius:28px;padding:36px 42px;margin:0 0 6px}
.box-intro h2{font-size:28px;font-weight:900;color:var(--orange);margin-bottom:12px}
.box-intro p{font-size:17px;font-weight:800;line-height:1.8;color:#444;max-width:680px}
.box-faq{margin-top:10px}
.box-faq h2{font-size:24px;font-weight:900;color:#222;margin-bottom:22px}
.box-cta{background:linear-gradient(120deg,#ff7a00,#ffb703);border-radius:28px;padding:38px 44px;display:grid;grid-template-columns:1.2fr .6fr;gap:24px;align-items:center;margin:38px 0;color:#fff}
.box-cta h2{font-size:32px;font-weight:900;margin-bottom:8px}
.box-cta p{font-size:18px;font-weight:800;line-height:1.7;opacity:.9}
.box-cta .btn{background:#fff;color:var(--orange);font-size:18px;padding:16px 32px;border-radius:999px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer;border:0;white-space:nowrap;transition:.2s}
.box-cta .btn:hover{transform:translateY(-2px)}
@media(max-width:900px){.box-options{grid-template-columns:1fr}.box-cta{grid-template-columns:1fr}.faq-body{padding-left:24px}.faq-header{flex-direction:column;align-items:flex-start}}

.box-card-img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:18px;margin-bottom:18px;box-shadow:0 6px 20px rgba(0,0,0,.12)}

/* ── 賣貨便按鈕 ── */
.card-actions{display:flex;align-items:center;gap:8px;padding:0 18px 18px}
.btn-myship{display:inline-block;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:900;text-decoration:none;background:linear-gradient(135deg,#06c755,#34d058);color:#fff;box-shadow:0 4px 12px rgba(6,199,85,.25);transition:.2s;white-space:nowrap}
.btn-myship:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(6,199,85,.35)}
.btn-myship-lg{display:inline-block;padding:12px 24px;border-radius:999px;font-size:15px;font-weight:900;text-decoration:none;background:linear-gradient(135deg,#06c755,#34d058);color:#fff;box-shadow:0 6px 18px rgba(6,199,85,.28);transition:.22s;border:0;cursor:pointer;white-space:nowrap}
.btn-myship-lg:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(6,199,85,.38)}