*{box-sizing:border-box}:root{--pink:#ff4d6d;--pink-dark:#e84362;--pink-soft:#ffe4ef;--ink:#111;--muted:#5c5c5c;--line:#e8e8e8;--bg:#fafafa;--card:#fff;--accent-section:#2b3038}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}.site-shell{min-height:100dvh;display:flex;flex-direction:column}a{color:inherit}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;background:rgb(255 255 255/92%);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:1120px;margin:0 auto;padding:16px 24px}.site-logo{display:inline-flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--ink);flex-shrink:0}.site-logo-icon{border-radius:8px}.site-header-end{display:flex;align-items:center;gap:28px;flex-shrink:0}.site-header-back{text-decoration:none;color:var(--muted);font-size:.95rem;font-weight:500;flex-shrink:0}.site-header-back:hover{color:var(--ink)}.site-nav{display:none;align-items:center;gap:28px}.site-nav a{text-decoration:none;color:var(--muted);font-size:.95rem;font-weight:500}.site-nav a:hover{color:var(--ink)}.site-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;border:none;cursor:pointer}.site-btn-primary{background:var(--pink);color:#fff;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.site-btn-primary:hover{background:var(--pink-dark);transform:translateY(-1px);box-shadow:0 6px 16px rgb(255 77 109/35%)}@media (min-width:768px){.site-nav{display:flex}}.hero{display:grid;grid-gap:40px;gap:40px;align-items:center;max-width:1120px;margin:0 auto;padding:48px 24px 72px}.hero h1{font-size:clamp(2.2rem,5vw,3.25rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 20px;font-weight:800}.hero h1 em{font-style:italic;color:var(--pink)}.hero-lead{font-size:1.1rem;color:var(--muted);max-width:34rem;margin:0 0 28px}.hero-store-badge{display:inline-block}.hero-note{margin:16px 0 0;font-size:.9rem;color:#888}@media (min-width:900px){.hero{grid-template-columns:1fr 1fr;padding-top:64px}}.hero-visual{position:relative;min-height:320px}.hero-map{position:relative;height:280px;border-radius:24px;background:linear-gradient(145deg,#f5efe6,#ebe4d8);overflow:hidden;box-shadow:0 24px 60px rgb(0 0 0/8%)}.hero-map-road{position:absolute;background:#fff;border-radius:999px;opacity:.85}.hero-map-road-a{width:120%;height:14px;top:42%;left:-10%;transform:rotate(-8deg)}.hero-map-road-b{width:80%;height:12px;top:58%;left:10%;transform:rotate(12deg)}.hero-map-water{position:absolute;right:-10%;bottom:-20%;width:55%;height:55%;border-radius:40% 0 0 0;background:rgb(255 77 109/12%)}.hero-pin{position:absolute;font-size:1.5rem;filter:drop-shadow(0 4px 8px rgb(0 0 0/15%))}.hero-pin-a{top:28%;left:22%}.hero-pin-b{top:52%;left:58%}.hero-pin-c{top:18%;right:22%;font-size:1.25rem}.hero-card{position:absolute;background:var(--card);border-radius:16px;padding:14px 16px;box-shadow:0 12px 32px rgb(0 0 0/10%);font-size:.85rem}.hero-card-label{margin:0 0 8px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#888}.hero-card-list{left:-8px;bottom:24px;width:min(220px,70%)}.hero-card-list ul{list-style:none;margin:0;padding:0}.hero-card-list li{display:flex;align-items:center;gap:8px;padding:6px 0;border-top:1px solid var(--line)}.hero-card-list li:first-child{border-top:none;padding-top:0}.hero-card-save{right:0;top:12px;width:min(200px,62%)}.hero-card-save strong{display:block;font-size:.95rem}.section{padding:72px 24px}.section-muted{background:#f0f0f0}.section-accent{background:var(--accent-section);color:#fff}.section-eyebrow{text-align:center;margin:0 0 12px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pink)}.section-eyebrow-light{color:var(--pink-soft)}.section-title{text-align:center;margin:0 0 40px;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em}.section-title-light{color:#fff}.section-sub{text-align:center;max-width:36rem;margin:-24px auto 40px}.section-sub-light{color:rgb(255 255 255/72%)}.steps{list-style:none;margin:0 auto;padding:0;display:grid;grid-gap:20px;gap:20px;max-width:960px}@media (min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--card);border-radius:20px;padding:28px 24px;box-shadow:0 8px 24px rgb(0 0 0/4%);transition:transform .22s ease,box-shadow .22s ease}.step-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgb(0 0 0/10%)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-weight:700;font-size:1rem;margin-bottom:16px;color:#fff;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.steps .step-card .step-num{background:#ffb3c6;box-shadow:0 4px 14px rgb(255 77 109/18%)}.steps .step-card:first-child:hover .step-num{background:#ff4d6d;transform:scale(1.1);box-shadow:0 8px 20px rgb(255 77 109/40%)}.steps .step-card:nth-child(2):hover .step-num{background:#e84362;transform:scale(1.1);box-shadow:0 8px 20px rgb(232 67 98/42%)}.steps .step-card:nth-child(3):hover .step-num{background:#c9184a;transform:scale(1.1);box-shadow:0 8px 20px rgb(201 24 74/44%)}.step-card h3{margin:0 0 10px;font-size:1.1rem}.step-card p{margin:0;color:var(--muted);font-size:.95rem}.features{list-style:none;margin:0 auto;padding:0;display:grid;grid-gap:16px;gap:16px;max-width:960px}@media (min-width:768px){.features{grid-template-columns:repeat(2,1fr)}}.feature-card{background:rgb(255 255 255/6%);border:1px solid rgb(255 255 255/10%);border-radius:20px;padding:28px 24px;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-6px);background:rgb(255 255 255/11%);border-color:rgb(255 77 109/40%);box-shadow:0 16px 36px rgb(0 0 0/18%)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgb(255 77 109/20%);font-size:1.25rem;margin-bottom:16px;transition:background .22s ease,transform .22s ease}.feature-card:hover .feature-icon{background:rgb(255 77 109/38%);transform:scale(1.05)}.feature-card h3{margin:0 0 10px;font-size:1.15rem}.feature-card p{margin:0;color:rgb(255 255 255/72%);font-size:.95rem}.cta{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:88px}.cta-title{margin:0 0 12px;font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:-.02em}.cta-title em{font-style:italic;color:var(--pink)}.cta-sub{color:var(--muted);margin:0 0 28px}.site-footer{margin-top:auto;border-top:1px solid var(--line);background:#f5f5f5}.site-footer-inner{display:flex;align-items:center;flex-wrap:wrap;gap:16px 24px;max-width:1120px;margin:0 auto;padding:24px}.site-footer-nav{display:flex;flex-wrap:wrap;gap:20px}.site-footer-nav a{text-decoration:none;color:var(--muted);font-size:.9rem}.site-footer-nav a:hover{color:var(--ink)}.site-footer-copy{margin:0;font-size:.85rem;color:#888}@media (min-width:640px){.site-footer-copy{margin-left:auto}}@media (max-width:639px){.site-footer-inner{flex-direction:column;align-items:flex-start}}.legal{flex:1 1;max-width:680px;width:100%;margin:0 auto;padding:40px 24px 64px}.legal h1{margin:0 0 8px;font-size:2rem;letter-spacing:-.02em}.legal-updated{color:#888;font-size:.9rem;margin:0 0 32px}.legal h2{margin:32px 0 12px;font-size:1.2rem}.legal h3{margin:20px 0 8px;font-size:1rem}.legal li,.legal p{color:var(--muted)}.legal a{color:var(--pink)}.legal ul{padding-left:1.25rem}.legal li+li{margin-top:8px}@media (prefers-reduced-motion:reduce){.feature-card,.feature-icon,.site-btn-primary,.step-card,.step-num{transition:none}.feature-card:hover,.feature-card:hover .feature-icon,.site-btn-primary:hover,.step-card:hover,.step-card:hover .step-num{transform:none}}