:root{--orange:#ff9500;--orange-dark:#d66f00;--mint:#dff8f3;--mint-2:#f0fbf8;--cream:#fff6ea;--ink:#212327;--muted:#667071;--line:#e8ece7;--card:#fff;--shadow:0 18px 44px rgba(35,43,39,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Nunito Sans",Inter,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.topbar-row{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--orange-dark);white-space:nowrap}.brand img{width:138px;height:auto}.brand span{font-size:15px;text-transform:lowercase}.nav{display:flex;justify-content:center;gap:24px;font-weight:800;color:#41504b}.nav a{padding:24px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;font-weight:900;border:1px solid transparent}.btn-solid{color:#fff;background:var(--orange);box-shadow:0 10px 22px rgba(255,149,0,.22)}.btn-ghost{color:#1f5f51;background:#fff;border-color:#b8ded5}.btn-lg{min-height:52px;padding:0 22px}.hero{background:linear-gradient(110deg,rgba(234,250,246,.98) 0%,rgba(225,249,244,.82) 58%,rgba(255,246,234,.72) 100%);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:34px;padding:58px 0 48px}.kicker{margin:0 0 10px;color:var(--orange-dark);font-weight:950;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.hero h1{margin:0 0 18px;font-size:clamp(42px,5.4vw,72px);line-height:1.02;letter-spacing:0}.lead{max-width:720px;margin:0 0 24px;color:#52615d;font-size:clamp(17px,2vw,20px)}.search{display:grid;grid-template-columns:1fr 120px;gap:10px;max-width:720px;padding:12px;border:1px solid #cde6df;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.search input,.search button{min-height:52px;border-radius:7px;font-size:15px}.search input{border:1px solid var(--line);padding:0 16px}.search button{border:0;color:#fff;background:#223f38;font-weight:950}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.platforms{margin:16px 0 0;color:#5c6c68}.hero-art{position:relative;min-height:520px}.hero-art-single{display:flex;align-items:center;justify-content:center}.hero-visual{width:100%;max-width:760px;aspect-ratio:7/4;object-fit:cover;border-radius:8px;box-shadow:var(--shadow);border:10px solid rgba(255,255,255,.75)}.band{padding:70px 0}.band-soft{background:var(--cream)}.section-head{max-width:760px;margin-bottom:26px}.section-head h2,.copy-block h2,.help-grid h2{margin:0 0 10px;font-size:clamp(30px,3.6vw,46px);line-height:1.08}.section-head p:not(.kicker),.copy-block p,.help-grid p{color:var(--muted);font-size:17px}.tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tile{min-height:168px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 26px rgba(35,43,39,.06)}.tile span{display:block;margin-bottom:8px;color:var(--orange-dark);font-size:20px;font-weight:950}.tile p{margin:0;color:var(--muted)}.duo{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:center}.duo-flip{grid-template-columns:1.08fr .92fr}.media-card{border-radius:8px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.media-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.copy-block .btn{margin-top:10px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps article,.feature-grid article{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 26px rgba(35,43,39,.05)}.steps b{display:block;color:var(--orange);font-size:30px}.steps h3,.feature-grid h3,.entry h3{margin:8px 0 8px;font-size:22px;line-height:1.15}.steps p,.feature-grid p,.entry p{margin:0;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.help-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:start}.guide-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.guide-list a{padding:16px 18px;border:1px solid #dce9e5;border-radius:8px;background:#fff;font-weight:850;color:#244940}.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.entry{display:block;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 10px 26px rgba(35,43,39,.05)}.entry img{width:100%;aspect-ratio:16/10;object-fit:cover}.entry span,.entry h3,.entry p{display:block;margin-left:18px;margin-right:18px}.entry span{margin-top:16px;color:var(--orange-dark);font-weight:950;font-size:13px;text-transform:uppercase}.entry p{margin-bottom:20px}.footer{padding:54px 0;background:#20322e;color:#e8f5ef}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:28px}.footer p{color:#bdd0c8}.footer h4{margin:0 0 12px}.footer a{display:block;margin:8px 0;color:#fff}.footer-brand{margin-bottom:10px;color:#fff}@media (max-width:980px){.topbar-row{grid-template-columns:1fr auto}.nav{grid-column:1/-1;justify-content:flex-start;overflow:auto;padding-bottom:12px}.hero-grid,.duo,.duo-flip,.help-grid{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-art{min-height:420px}.hero-visual{max-width:100%}.tile-grid,.steps,.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.entry-grid{grid-template-columns:1fr}}@media (max-width:620px){.wrap{width:min(100% - 28px,1180px)}.topbar-row{gap:10px}.topbar .btn{display:none}.brand img{width:124px}.hero-grid{padding:38px 0}.hero h1{font-size:40px}.search{grid-template-columns:1fr}.hero-art{min-height:auto}.hero-visual{border-width:6px}.tile-grid,.steps,.feature-grid,.guide-list,.footer-grid{grid-template-columns:1fr}.band{padding:48px 0}.nav{gap:16px;font-size:14px}.hero-actions .btn{width:100%}}


/* 20260729 CTA/image/link polish */
.topbar-row{grid-template-columns:auto 1fr!important}
.topbar-row>.btn,.piko-seo-header>.piko-cta{display:none!important}
.hero-grid{grid-template-columns:1fr minmax(420px,.86fr)!important;min-height:auto!important;padding-top:36px!important;padding-bottom:42px!important}
.hero-art{min-height:auto!important}
.hero-visual{aspect-ratio:4/3!important;max-height:560px!important;object-fit:cover!important;object-position:center!important}
.entry img{aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important;max-height:340px!important}
.entry-grid{align-items:start!important}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr!important}.hero-visual{max-height:420px!important}}


/* 20260729 buyer-first hero polish */
.topbar{box-shadow:0 1px 0 rgba(20,35,31,.04)}
.topbar-row{min-height:68px!important;gap:28px!important}
.brand span{font-size:16px!important;text-transform:none!important;color:#c56a00!important}
.nav{gap:30px!important;font-size:16px!important;font-weight:850!important}
.nav a{position:relative;padding:21px 0!important;color:#394943!important}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:14px;height:2px;background:var(--orange);border-radius:999px;opacity:0;transform:scaleX(.45);transition:.18s ease}
.nav a:hover::after,.nav a:focus-visible::after{opacity:1;transform:scaleX(1)}
.hero{background:linear-gradient(105deg,#e8fbf6 0%,#effcf8 48%,#fff8ed 100%)!important}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(390px,.88fr)!important;gap:44px!important;padding-top:46px!important;padding-bottom:48px!important}
.hero h1{max-width:640px!important;font-size:clamp(42px,4.7vw,66px)!important;line-height:1.07!important}
.lead{max-width:650px!important;font-size:clamp(17px,1.65vw,20px)!important;color:#546460!important}
.search{max-width:660px!important;box-shadow:0 18px 42px rgba(25,57,49,.09)!important}
.hero-actions{gap:14px!important;align-items:center!important}
.hero-actions .btn{min-width:210px!important}
.hero-actions .btn-solid{background:#ff9500!important;color:#fff!important;box-shadow:0 12px 26px rgba(255,149,0,.24)!important}
.hero-actions .btn-ghost{background:rgba(255,255,255,.82)!important;border-color:#c8ded8!important;color:#214940!important;box-shadow:0 8px 20px rgba(25,57,49,.05)!important}
.platforms{font-size:16px!important;color:#5d6c68!important}
.hero-art-single{justify-content:flex-end!important}
.hero-visual{max-width:640px!important;aspect-ratio:16/11!important;max-height:500px!important;border:0!important;border-radius:10px!important;box-shadow:0 22px 48px rgba(31,54,48,.13)!important;object-position:center!important}
@media(max-width:980px){
  .topbar-row{grid-template-columns:1fr!important}
  .nav{justify-content:flex-start!important;gap:20px!important}
  .hero-grid{grid-template-columns:1fr!important;gap:28px!important}
  .hero-art-single{justify-content:center!important}
  .hero-visual{max-width:100%!important;max-height:430px!important}
}
@media(max-width:620px){
  .nav{font-size:14px!important}
  .hero h1{font-size:38px!important}
  .hero-actions .btn{width:100%!important;min-width:0!important}
}


/* 20260729 speed polish */
.hero-visual{background:#f6fbf7!important}
.nav a[href^="https://www.happytoobuy.com"]{color:#24443c!important}


/* 20260729 visible buyer shortcuts */
.quick-buy-links{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0}
.quick-buy-links a{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid #cfe5de;border-radius:999px;background:rgba(255,255,255,.72);color:#244940;font-weight:850;font-size:14px;box-shadow:0 7px 18px rgba(25,57,49,.05)}
.quick-buy-links a:hover{border-color:#ff9500;color:#c56a00;background:#fff}
@media(max-width:620px){.quick-buy-links{gap:8px}.quick-buy-links a{font-size:13px;padding:0 11px}}


/* 20260729 hover interactions */
@media (hover:hover) and (pointer:fine){
  .btn,.tile,.entry,.guide-list a,.quick-buy-links a,.steps article{
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease;
  }
  .btn:hover{transform:translateY(-2px)}
  .btn-solid:hover{background:#f08b00!important;box-shadow:0 16px 30px rgba(255,149,0,.28)!important}
  .btn-ghost:hover{border-color:#ff9500!important;color:#c56a00!important;background:#fff!important}
  .tile:hover,.entry:hover,.guide-list a:hover,.steps article:hover{
    transform:translateY(-4px);
    border-color:#ffcf8a!important;
    box-shadow:0 18px 38px rgba(35,43,39,.11)!important;
  }
  .tile:hover span,.entry:hover h3,.guide-list a:hover{color:#c56a00!important}
  .entry img{transition:transform .28s ease,filter .28s ease}
  .entry:hover img{transform:scale(1.025);filter:saturate(1.05)}
  .quick-buy-links a:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(25,57,49,.09)!important}
}
@media (prefers-reduced-motion:reduce){
  .btn,.tile,.entry,.guide-list a,.quick-buy-links a,.steps article,.entry img{transition:none!important}
  .btn:hover,.tile:hover,.entry:hover,.guide-list a:hover,.quick-buy-links a:hover,.steps article:hover,.entry:hover img{transform:none!important}
}
