:root{--bg:#0f172a;--fg:#e6eef8;--surface:#f7f5ee;--accent:#7c3aed;--cta-bg:#06101a;--cta-text:var(--surface);--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",system-ui,sans-serif;--font-serif:"Cormorant Garamond","Playfair Display","Crimson Text",Georgia,serif;--font-lead:"Merriweather",Georgia,serif;--brand-size:1.75rem;--nav-size:0.9375rem;--nav-letter:0.025em;--hero-size:clamp(3.75rem,9vw,9rem);--hero-line-height:0.95;--lead-size:1.25rem}#__next,body,html{height:100%}body{margin:0;font-family:var(--font-sans);color:#06101a}.site-root,body{background:var(--surface)}.site-root{min-height:100vh;display:flex;flex-direction:column}.site-content{flex:1 1;padding-top:84px}.site-root.hero-present .site-content{padding-top:0}@media (max-width:420px){.site-root.hero-present .site-content{padding-top:28px}}.site-root.hero-present .container{margin:1.25rem auto 0}@media (min-width:900px){.site-root.hero-present .container{margin:2rem auto 0}}.container{max-width:900px;margin:6rem auto;padding:2rem}@media (min-width:900px){.container{max-width:1200px;padding:3rem}}@media (min-width:1400px){.container{max-width:1600px;padding:4rem}}.container p{max-width:none;margin-left:0;margin-right:0}h1{font-size:2.25rem;margin:0 0 .5rem}p{opacity:.9}.site-header{position:fixed;left:0;right:0;top:0;z-index:80;background:transparent;border-bottom:1px solid transparent;transition:background-color .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),border-bottom .4s cubic-bezier(.2,.8,.2,1),-webkit-backdrop-filter .4s cubic-bezier(.2,.8,.2,1);transition:background-color .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),backdrop-filter .4s cubic-bezier(.2,.8,.2,1),border-bottom .4s cubic-bezier(.2,.8,.2,1);transition:background-color .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),backdrop-filter .4s cubic-bezier(.2,.8,.2,1),border-bottom .4s cubic-bezier(.2,.8,.2,1),-webkit-backdrop-filter .4s cubic-bezier(.2,.8,.2,1)}.site-header.scrolled{background-color:hsla(47,36%,95%,.92);border-bottom:1px solid rgba(6,16,26,.08);box-shadow:0 2px 8px rgba(6,16,26,.04),0 12px 32px rgba(6,16,26,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{max-width:1400px;margin:0 auto;width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 2rem;box-sizing:border-box;position:relative}.brand{font-family:var(--font-serif);font-weight:800;font-size:1.5rem;color:#06101a;letter-spacing:.03em;text-decoration:none;transition:opacity .28s ease;position:relative}.brand:hover{opacity:.7}.main-nav{display:flex;gap:1.75rem;align-items:center;flex-wrap:nowrap;white-space:nowrap}@media (min-width:900px){.main-nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none}.nav-cta{margin-left:0}}@media (min-width:1200px){.main-nav{gap:2rem}}@media (min-width:1400px){.main-nav{gap:2.5rem}}.nav-link{color:#06101a;text-decoration:none;font-family:var(--font-sans);font-weight:500;font-size:.9375rem;letter-spacing:.01em;transition:color .28s ease;padding:.5rem 0}.nav-link,.nav-link span{position:relative;display:inline-block}.nav-link:after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:100%;background:#06101a;transform:scaleX(0);transform-origin:left center;transition:transform .32s cubic-bezier(.2,.8,.2,1)}.nav-link:focus:after,.nav-link:hover:after{transform:scaleX(1)}.nav-link:hover{color:#06101a}.nav-link:focus{outline:none}.nav-cta{margin-left:auto;position:relative;z-index:2}.nav-cta-btn{background:var(--cta-bg);color:var(--cta-text);padding:.65rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9375rem;letter-spacing:.01em;box-shadow:0 2px 8px rgba(6,16,26,.12),0 8px 24px rgba(6,16,26,.08);transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s cubic-bezier(.2,.8,.2,1);display:inline-block}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(6,16,26,.16),0 16px 40px rgba(6,16,26,.12)}.hamburger{display:none;background:transparent;border:0;padding:0;margin-left:auto;position:relative;z-index:40;align-items:center;justify-content:center}.hamburger-box{display:inline-block;width:24px;height:18px}.hamburger-inner{position:relative;top:50%;display:block;width:24px;height:2px;background:#111;border-radius:2px}.hamburger-inner:after,.hamburger-inner:before{content:"";position:absolute;left:0;width:24px;height:2px;background:#111;border-radius:2px}.hamburger-inner:before{top:-8px}.hamburger-inner:after{top:8px}.drawer-nav,.nav-backdrop{display:none}@media (max-width:899px){.header-inner{padding:.875rem 1.25rem}.main-nav,.nav-cta{display:none}.hamburger{display:inline-flex;position:relative;z-index:40}}.drawer-nav{position:fixed;top:0;right:0;bottom:0;height:100vh;height:100dvh;width:320px;max-width:90vw;background:var(--surface);padding:5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:.5rem;transform:translateX(100%);transition:transform .32s cubic-bezier(.2,.8,.2,1);box-shadow:-8px 0 32px rgba(6,16,26,.15);z-index:60;overflow-y:auto;overflow-x:hidden}.drawer-nav.open{transform:translateX(0)}.drawer-nav .close-drawer{display:block;background:transparent;border:0;font-size:32px;line-height:1;color:#06101a;position:absolute;top:1rem;right:1.25rem;cursor:pointer;transition:opacity .28s ease;padding:.5rem}.drawer-nav .close-drawer:hover{opacity:.6}.drawer-link{color:#06101a;text-decoration:none;font-family:var(--font-sans);font-weight:500;font-size:1.125rem;letter-spacing:.01em;padding:1.125rem .75rem;border-bottom:1px solid rgba(6,16,26,.06);transition:color .28s ease,padding-left .28s ease;display:block;border-radius:6px}.drawer-link:hover{color:#334155;background:rgba(6,16,26,.04);padding-left:1rem}.drawer-cta{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(6,16,26,.1)}.drawer-cta .btn{width:100%;padding:1rem 1.5rem;font-size:1.125rem}.nav-backdrop{position:fixed;inset:0;background:rgba(6,16,26,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .32s ease;z-index:50}.nav-backdrop.open{opacity:1;pointer-events:auto}.container{color:#0b1220;border-radius:8px}.container,.hero{background:var(--surface)}.hero{padding:4rem 1rem}.hero-and-steps{display:flex;flex-direction:column;min-height:100vh}.hero{flex:1 1;padding:5rem 2rem}.hero,.hero-inner{display:flex;align-items:center}.hero-inner{max-width:1400px;margin:0 auto;padding:0 2rem;flex-direction:column;justify-content:center;text-align:center}.hero-title{font-family:var(--font-serif);font-size:var(--hero-size);line-height:var(--hero-line-height);margin:0;color:#0d1117;text-shadow:none;white-space:normal;display:block;text-align:center;font-weight:600;letter-spacing:-.02em}.hero-lead{font-family:var(--font-lead);font-size:var(--lead-size);max-width:780px;margin:2rem auto 0;color:#1a1a1a;opacity:.88;text-shadow:none;line-height:1.75;font-weight:400}@media (min-width:900px){.hero-lead{max-width:1000px}}@media (min-width:1400px){.hero-lead{max-width:1200px}}.hero{background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-cta{margin-top:2.5rem}.hero .btn,.hero .btn-outline{display:inline-block;font-weight:600;font-size:1rem;padding:.9rem 1.5rem;border-radius:8px;box-sizing:border-box;text-decoration:none}.hero .btn{background:#06101a;color:var(--surface);box-shadow:0 2px 8px rgba(6,16,26,.1),0 8px 24px rgba(6,16,26,.08);transition:transform .2s ease,box-shadow .2s ease}.hero .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(6,16,26,.12),0 12px 32px rgba(6,16,26,.1)}.hero .btn+.btn{margin-left:.75rem}.hero .btn-outline{background:transparent;color:#06101a;border:2px solid rgba(6,16,26,.2);transition:all .2s ease}.hero .btn-outline:hover{border-color:rgba(6,16,26,.4);background:rgba(6,16,26,.02)}.btn-outline:focus,.btn:focus{outline:2px solid rgba(124,58,237,.3);outline-offset:4px}.hero-cta,.hero-lead,.hero-title{opacity:0;transform:translateY(8px);animation:fadeUp .56s cubic-bezier(.2,.8,.2,1) forwards}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(6,16,26,.06);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;letter-spacing:.01em;margin-bottom:1.5rem;border:1px solid rgba(6,16,26,.08)}.hero-badge,.hero-badge svg{color:#06101a}.hero-trust-signals{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.trust-item{gap:.5rem;font-size:.9375rem;color:#334155;font-weight:500}.trust-icon,.trust-item{display:flex;align-items:center}.trust-icon{width:24px;height:24px;background:#06101a;color:#fff;border-radius:50%;justify-content:center;font-size:.75rem;font-weight:700}@media (max-width:640px){.hero-trust-signals{gap:1rem}.trust-item{font-size:.875rem}}.hero-title{animation-delay:.12s}.hero-lead{animation-delay:.26s}.hero-cta{animation-delay:.42s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{padding:3.25rem 1rem 4rem}.hero-title{font-size:2.25rem;line-height:1.05;white-space:normal}.hero-lead{font-size:1rem}.brand{font-size:1.25rem}.main-nav a{font-size:.95rem;letter-spacing:.06em}.nav-cta-btn{padding:.5rem .85rem}}.available-kits{background:var(--surface);padding:6rem 2rem;color:#0d1117}.kits-inner{max-width:1400px;margin:0 auto}.kits-head{flex-direction:column;gap:.5rem}.kits-head h2{font-family:var(--font-serif);font-size:2.5rem;margin:0;font-weight:600;letter-spacing:-.01em}.kits-cta{font-family:var(--font-sans);font-size:.9375rem;color:var(--cta-bg);text-decoration:none;font-weight:500;transition:color .2s ease}.kits-cta:hover{color:#475569}.kits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:2rem;gap:2rem;align-items:stretch}.filter-sort-controls{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;margin-bottom:3rem;padding:1.5rem;background:hsla(47,36%,95%,.5);border:1px solid rgba(6,16,26,.08);border-radius:12px}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:180px}.filter-label{font-size:.875rem;font-weight:600;color:#334155;letter-spacing:.01em}.filter-select{padding:.65rem 1rem;border:1px solid rgba(6,16,26,.12);border-radius:8px;background:#fff;color:#0d1117;font-size:.9375rem;font-family:var(--font-sans);font-weight:500;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.filter-select:hover{border-color:rgba(6,16,26,.2)}.filter-select:focus{outline:none;border-color:#06101a;box-shadow:0 0 0 3px rgba(6,16,26,.1)}.filter-results{margin-left:auto;padding:.65rem 1.25rem;background:#06101a;color:var(--surface);border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap;align-self:center}.no-results{text-align:center;padding:4rem 2rem;color:#64748b}.no-results p{font-size:1.125rem;margin:0}@media (max-width:768px){.filter-sort-controls{flex-direction:column;align-items:stretch}.filter-group{width:100%}.filter-results{margin-left:0;text-align:center}}.below-hero{background:var(--surface);padding:5rem 2rem;color:#0d1117;border-top:1px solid rgba(13,17,23,.06)}.below-hero .kits-inner{max-width:1400px;margin:0 auto}.below-head{display:flex;flex-direction:column;gap:.5rem;margin-bottom:3rem}.below-head h2{font-family:var(--font-serif);font-size:2rem;margin:0;line-height:1.08;text-transform:uppercase;text-align:center;letter-spacing:.08em;font-weight:600}.below-head .muted{display:none}.below-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}@media (min-width:900px){.below-grid{grid-template-columns:repeat(3,1fr)}}.panel{background:#fbfaf8;border:1px solid rgba(6,16,26,.04);padding:1rem;border-radius:10px;color:#06101a}.panel-card{display:flex;gap:1rem;align-items:flex-start;background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(6,16,26,.08);padding:1.25rem;border-radius:12px;box-shadow:0 1px 3px rgba(6,16,26,.04),0 8px 24px rgba(6,16,26,.03);transition:transform .24s ease,box-shadow .24s ease}.panel-card:focus{outline:2px solid rgba(124,58,237,.2);outline-offset:4px}.panel-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(6,16,26,.08),0 20px 48px rgba(6,16,26,.06)}.panel-num{font-family:var(--font-serif);font-weight:800;font-size:2rem;line-height:1;color:#06101a;min-width:48px;display:flex;align-items:flex-start;justify-content:center}.panel-body h3{margin:0 0 .5rem;font-size:1.05rem}.panel-body .muted{color:#475569;margin:0 0 .9rem;line-height:1.6}.panel-actions{margin-top:auto}.below-grid .panel-card{position:relative}.below-grid .panel-card:after{right:-18px;width:24px;height:2px;background:rgba(6,16,26,.06);border-radius:2px}.below-grid .panel-card:after,.below-grid .panel-card:before{content:"";position:absolute;top:50%;transform:translateY(-50%)}.below-grid .panel-card:before{right:-12px;width:8px;height:8px;background:rgba(6,16,26,.08);border-radius:50%}.below-grid .panel-card:nth-child(3n):after,.below-grid .panel-card:nth-child(3n):before{display:none}.below-grid .panel-card:nth-child(3):after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);width:2px;height:22px;background:rgba(6,16,26,.06);border-radius:2px}.below-grid .panel-card:nth-child(3):before{content:"";position:absolute;left:50%;top:calc(100% + 18px);transform:translateX(-50%);width:8px;height:8px;background:rgba(6,16,26,.08);border-radius:50%}.below-grid .panel-card{box-shadow:none;border-radius:10px}.below-grid .panel-card:after,.below-grid .panel-card:before{display:none}@media (max-width:900px){.below-grid .panel-card:after{right:-12px;width:16px}.below-grid .panel-card:before{right:-8px}.below-grid .panel-card:nth-child(3):after{height:18px}.below-grid .panel-card:nth-child(3):before{top:calc(100% + 14px)}}.kit-card{background:#fafaf8;border:1px solid rgba(6,16,26,.08);padding:1.5rem;border-radius:16px;display:flex;flex-direction:column;gap:1rem;transition:transform .32s cubic-bezier(.4,0,.2,1),box-shadow .32s cubic-bezier(.4,0,.2,1),border-color .32s ease,background-color .32s ease;box-sizing:border-box;min-height:480px;height:100%;box-shadow:0 1px 3px rgba(6,16,26,.04),0 8px 24px rgba(6,16,26,.03)}.kit-card:focus{outline:2px solid rgba(124,58,237,.2);outline-offset:4px}.kit-card:hover{transform:translateY(-8px);box-shadow:0 4px 12px rgba(6,16,26,.08),0 20px 48px rgba(6,16,26,.08);border-color:rgba(6,16,26,.12);background:#fcfcfb}.kit-card.archived{opacity:.56;filter:grayscale(.45)}.kit-card.archived:hover,.kit-card.sold:hover{transform:none;box-shadow:none}.kit-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.kit-meta{display:flex;flex-direction:column;gap:.25rem}.kit-name{font-weight:700;font-size:1.125rem;color:#0d1117;letter-spacing:-.01em}.kit-vibe{font-size:.875rem;color:#64748b;font-weight:500}.kit-price{font-size:1.25rem;font-weight:700;color:#06101a;margin-top:.25rem;font-family:var(--font-sans);letter-spacing:-.01em}.kit-palette{display:flex;gap:10px;align-items:center}.kit-palette .swatch{width:18px;height:18px;border-radius:50%;display:inline-block;border:1.5px solid hsla(0,0%,100%,.8);box-shadow:0 2px 8px rgba(13,17,23,.12),0 0 0 1px rgba(13,17,23,.04);transition:transform .24s cubic-bezier(.4,0,.2,1),box-shadow .24s ease}.kit-palette .swatch:hover{transform:scale(1.15);box-shadow:0 4px 16px rgba(13,17,23,.18),0 0 0 1px rgba(13,17,23,.08)}.kit-logo-frame{padding:.5rem}.kit-logo-frame,.logo-inner{display:flex;align-items:center;justify-content:center}.logo-inner{width:clamp(120px,20vw,200px);height:clamp(120px,20vw,200px);background:#fbfaf8;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.logo-mock{font-weight:700;font-size:2.25rem;color:#06101a}.logo-img{width:78%;height:78%;object-fit:contain;display:block;filter:brightness(0) saturate(100%) contrast(100%);mix-blend-mode:multiply}.site-screenshot{width:100%;height:100%;object-fit:cover;display:block}.logo-inner .logo-back,.logo-inner .logo-front{position:absolute;inset:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.75rem;transition:transform .42s cubic-bezier(.2,.8,.2,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}.logo-inner .logo-front{transform:rotateY(0deg)}.logo-inner .logo-back{transform:rotateY(180deg);transform-origin:center}.kit-card:hover .logo-inner .logo-front{transform:rotateY(-180deg)}.kit-card:hover .logo-inner .logo-back{transform:rotateY(0deg)}.logo-inner .logo-back{display:flex;flex-direction:column;align-items:stretch}.logo-inner .logo-back,.logo-inner .logo-back .palette-repeat{justify-content:flex-start}.browser-bar{height:18px;display:flex;align-items:center;gap:6px}.browser-bar .dot{width:10px;height:10px;border-radius:50%;background:#ff6b6b}.site-hero{height:56px;background:linear-gradient(90deg,#e6eef8,#f2f2f2)}.site-hero,.site-row{border-radius:4px;margin-top:8px}.site-row{height:14px;background:#f2f2f2}.site-row.small{height:10px;width:70%}.palette-repeat{display:flex;gap:6px;margin-top:auto}.palette-repeat .swatch{width:18px;height:18px;border-radius:4px;border:1px solid rgba(0,0,0,.04)}.kit-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.kit-description{color:#334155;font-size:.95rem;line-height:1.3;margin-top:.5rem;margin-bottom:.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}@media (min-width:900px){.kit-description{-webkit-line-clamp:4;line-clamp:4}}.badges{display:flex;gap:.5rem;align-items:center}.badge{font-size:.75rem;padding:4px 8px;border-radius:999px;background:rgba(6,16,26,.04);color:#06101a}.badge.status.sold-pill{background:linear-gradient(90deg,#eee,#ddd)}.actions{display:flex;align-items:center;gap:.5rem}.actions .btn{margin-left:0}.pill.sold-out{background:#f3f4f6;color:#9ca3af;padding:6px 10px;border-radius:999px}.actions .btn-outline{background:transparent;border:1px solid rgba(6,16,26,.08);padding:.5rem .75rem;color:#06101a}.actions .btn-outline,.btn{border-radius:6px;text-decoration:none}.btn{background:#06101a;color:var(--surface);padding:.5rem .9rem}.kit-visual{flex:1 1;padding:.75rem 0}.kit-visual,.visual-placeholder{display:flex;align-items:center;justify-content:center}.visual-placeholder{width:100%;height:100%;border-radius:8px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6);--visual-height:220px;height:var(--visual-height);background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.visual-mark{font-size:2.25rem;font-weight:700;color:var(--surface)}.logo-mock,.visual-mark{-webkit-text-stroke:1px #06101a;text-shadow:-1px -1px 0 #06101a,1px -1px 0 #06101a,-1px 1px 0 #06101a,1px 1px 0 #06101a}.visual-frame{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box;overflow:hidden;border-radius:8px}.visual-logo{max-width:96%;max-height:96%;object-fit:contain;display:block;position:relative;z-index:2;transition:opacity .42s cubic-bezier(.2,.8,.2,1),transform .42s cubic-bezier(.2,.8,.2,1);filter:brightness(0) saturate(100%)}.visual-logo.logo-small{max-width:60%;max-height:60%}.visual-logo.force-black{filter:brightness(0) saturate(100%)}.visual-screenshot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:8px;z-index:1;opacity:0;transform:scale(.96);transform-origin:center center;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity .42s cubic-bezier(.2,.8,.2,1),transform .42s cubic-bezier(.2,.8,.2,1)}.visual-frame.show-screenshot .visual-screenshot{opacity:1;transform:scale(.96)}.visual-frame .visual-mark{position:relative;z-index:2;transition:opacity .3s ease}.visual-frame.show-screenshot .visual-mark{opacity:0}.kit-card:focus .visual-logo,.kit-card:hover .visual-logo{opacity:0;transform:scale(.98)}.kit-card:focus .visual-screenshot,.kit-card:hover .visual-screenshot{opacity:1;transform:scale(1)}@media (min-width:769px){.hero-title{white-space:normal;display:block;max-width:1200px;margin:0 auto;font-variant:small-caps;font-feature-settings:"smcp" 1,"smcp";letter-spacing:.02em;text-transform:lowercase}}@media (min-width:1200px){.hero{padding:12rem 1rem 14rem}}.faq-section{background:var(--surface);padding:5rem 2rem 6rem;color:#0d1117;border-top:1px solid rgba(13,17,23,.06)}.faq-section .kits-inner{max-width:1400px;margin:0 auto}.faq-section .kits-head{margin-bottom:3rem}.faq-section .kits-head h2{font-size:2.5rem}.faq-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}.faq-grid h3{font-family:var(--font-serif);font-size:1.6rem;margin:0 0 .9rem;color:#06101a;padding-bottom:.6rem;border-bottom:1px solid rgba(6,16,26,.04);font-weight:800}@media (min-width:900px){.faq-grid h3{font-size:2rem}}.faq-item{background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(6,16,26,.08);padding:1.25rem;border-radius:12px;box-shadow:0 1px 3px rgba(6,16,26,.04),0 8px 24px rgba(6,16,26,.03);transition:box-shadow .24s ease,transform .24s ease}.faq-item:hover{box-shadow:0 4px 12px rgba(6,16,26,.08),0 20px 48px rgba(6,16,26,.06);transform:translateY(-3px)}.faq-q{font-weight:600;margin:0;display:block;color:#0d1117}.faq-a{color:#475569;margin-top:1rem}.faq-a p{margin:0;line-height:1.7;color:#334155}.faq-grid h3+.faq-item{margin-top:.5rem}.faq-item details[open] summary{color:#06101a}.faq-a ul{margin:.5rem 0 0 1rem;color:#475569}.faq-a li{margin:.35rem 0}.faq-item details{cursor:default}.faq-item summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0;font-weight:600;border-radius:6px;color:#0d1117;font-size:1rem}summary::-webkit-details-marker{display:none}summary:focus{outline:2px solid rgba(124,58,237,.2);outline-offset:4px}.faq-item summary:after{content:"\25B6";display:inline-block;transform:rotate(0);transition:transform .24s cubic-bezier(.4,0,.2,1);font-size:.75rem;color:#64748b;margin-left:12px;flex-shrink:0}.faq-item details[open] summary:after{transform:rotate(90deg);color:#0d1117}.faq-item details[open]{background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png)}details{cursor:default}summary{list-style:none;cursor:pointer;padding:.35rem 0}summary:focus{outline:2px solid rgba(124,58,237,.12);outline-offset:3px}details[open]{background:linear-gradient(180deg,hsla(47,36%,95%,.6),hsla(47,36%,95%,.4))}@media (min-width:900px){.faq-grid{grid-template-columns:repeat(2,1fr);align-items:start}}.process-section{padding:2rem 0 4rem}.process-inner{max-width:1100px;margin:0 auto}.process-phase{margin-bottom:4rem}.kit-ownership-note{font-size:.925rem;color:rgba(6,16,26,.7);max-width:64ch;margin-top:.75rem;margin-bottom:.5rem;line-height:1.45}@media (min-width:900px){.kit-ownership-note{margin-left:0}}.process-phase:last-child{margin-bottom:0}.phase-header{text-align:center;margin-bottom:2.5rem}.phase-number{display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:1rem}.phase-number,.phase-title{font-family:var(--font-serif)}.phase-title{font-size:2.5rem;font-weight:600;letter-spacing:-.01em;color:#0d1117;margin:.5rem 0;line-height:1.1}.phase-description{font-size:1.125rem;color:#64748b;max-width:700px;margin:1rem auto 0;line-height:1.6}.process-steps{display:flex;flex-direction:column;gap:1.25rem}.process-step-card{background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(6,16,26,.08);padding:1.75rem;border-radius:12px;display:flex;gap:1.25rem;align-items:flex-start;box-shadow:0 1px 3px rgba(6,16,26,.04),0 8px 24px rgba(6,16,26,.03);transition:transform .28s ease,box-shadow .28s ease}.process-step-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(6,16,26,.08),0 20px 48px rgba(6,16,26,.06)}.step-number{flex-shrink:0;width:48px;height:48px;background:#0d1117;color:var(--surface);font-family:var(--font-serif);font-size:1.375rem;box-shadow:0 2px 8px rgba(13,17,23,.15)}.step-content{flex:1 1}.step-content h3{color:#0d1117;line-height:1.3}.step-content p{line-height:1.65;margin:.5rem 0 0}.phase-layout{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width:1024px){.phase-layout{flex-direction:row;gap:3rem;align-items:stretch}}.phase-content{flex:1 1;min-width:0;order:1}.phase-visual{flex:0 0 auto;width:100%;max-width:480px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(6,16,26,.1),0 12px 48px rgba(6,16,26,.08);order:2}@media (min-width:1024px){.phase-layout.phase-reverse .phase-visual{order:0}.phase-layout.phase-reverse .phase-content{order:1}.phase-visual{width:40%;max-width:560px}}.phase-image{width:100%;height:100%;object-fit:cover;min-height:360px;display:block;filter:sepia(.6) saturate(.8) brightness(.95);transition:filter .4s ease,transform .4s ease}.phase-layout:hover .phase-image{filter:sepia(.4) saturate(.9) brightness(1);transform:scale(1.02)}.phase-header-inline{text-align:left;margin-bottom:2rem}.phase-header-inline .phase-number{display:inline-block;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.75rem}.phase-header-inline .phase-title{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#0d1117;margin:0 0 .75rem;line-height:1.15}.phase-header-inline .phase-description{font-size:1.125rem;line-height:1.7;color:#475569;margin:0}@media (min-width:900px){.phase-header-inline .phase-title{font-size:2.5rem}}.phase-five{background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(6,16,26,.08);border-radius:16px;padding:3rem 2rem;box-shadow:0 4px 12px rgba(6,16,26,.06),0 20px 48px rgba(6,16,26,.04)}.phase-five-content{max-width:100%}.phase-five-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.phase-five-intro p{font-size:1.125rem;line-height:1.75;color:#334155;margin:0}.support-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.support-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.phase-five{padding:4rem 3rem}.support-grid{gap:2rem}}.support-card{background:#f7f5ee;border:1px solid rgba(6,16,26,.08);padding:2rem;border-radius:12px;box-shadow:0 1px 3px rgba(6,16,26,.04),0 8px 24px rgba(6,16,26,.03);transition:transform .28s ease,box-shadow .28s ease}.support-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(6,16,26,.08),0 20px 48px rgba(6,16,26,.06)}.support-card h3{font-family:var(--font-serif);font-size:1.375rem;font-weight:600;color:#0d1117;margin:0 0 .5rem;line-height:1.2}.support-type{font-size:.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.support-card p{color:#334155;font-size:.9375rem;line-height:1.65;margin:.5rem 0}.support-card p:last-child{margin-bottom:0}.support-card p strong{color:#0d1117;font-weight:600}.phase-five-cta{text-align:center;padding-top:2rem;border-top:1px solid rgba(6,16,26,.08)}.phase-five-cta p{font-size:1.125rem;color:#334155;margin:0 0 1.5rem}.kits-footer{margin-top:5rem;padding-top:4rem;border-top:1px solid rgba(6,16,26,.08)}.kits-footer-content{text-align:center;max-width:700px;margin:0 auto}.kits-footer-content h3{font-family:var(--font-serif);font-size:2rem;font-weight:600;color:#0d1117;margin:0 0 1rem;line-height:1.2}.kits-footer-content p{font-size:1.125rem;color:#64748b;line-height:1.7;margin:0 0 2rem}@media (min-width:900px){.kits-footer-content h3{font-size:2.5rem}.process-step-card{gap:1.5rem;padding:2rem}.step-number{width:56px;height:56px;font-size:1.5rem}.step-content h3{font-size:1.375rem}.step-content p{font-size:1rem}.phase-title{font-size:2.75rem}.process-section{padding:3rem 0 5rem}}.site-footer{border-top:1px solid rgba(6,16,26,.04);padding:3rem 1rem 1rem}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.footer-col{min-width:0}.footer-left .footer-brand{font-family:var(--font-serif);font-size:1.25rem;font-weight:800;color:#06101a}.footer-left .footer-tag{margin:.5rem 0;color:#334155}.footer-left .footer-copy{margin-top:.5rem;color:#475569;font-size:.9rem}.footer-middle{gap:1rem}.footer-middle,.footer-nav{display:flex;flex-direction:column}.footer-nav{gap:.5rem}.footer-nav a{color:#06101a;text-decoration:none;font-weight:600}.footer-utility{display:flex;gap:1rem;flex-wrap:wrap}.footer-utility a{color:#475569;text-decoration:none;font-size:.9rem}.footer-right .legal-blurb{color:#334155;font-size:.95rem}.footer-right .legal-blurb p{margin:.25rem 0 0}.payments{margin-top:1rem}.payments-label{display:block;font-size:.85rem;color:#475569;margin-bottom:.25rem}.payment-icons{display:flex;gap:.5rem;align-items:center}.pay-icon{border-radius:4px}.footer-bottom{border-top:1px solid rgba(6,16,26,.03);margin-top:1.5rem;padding-top:.85rem}.footer-bottom-inner{max-width:1400px;margin:0 auto;align-items:center;justify-content:space-between}.footer-bottom-inner,.socials{display:flex;gap:1rem}.credits a,.socials a{color:#06101a;text-decoration:none;font-weight:600}@media (max-width:900px){.footer-inner{grid-template-columns:1fr;gap:1rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}.trust-pills{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.trust-pill{display:inline-flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.45rem .6rem;border-radius:999px;border:1px solid rgba(6,16,26,.04);color:#06101a;font-weight:600;font-size:.92rem}.trust-icon{display:block;flex:0 0 auto}.trust-text{display:inline-block}.trust-cta{margin-top:.75rem}.trust-cta .btn{background:#06101a;color:var(--surface);padding:.5rem .9rem;border-radius:8px;text-decoration:none;font-weight:700}@media (max-width:600px){.trust-pills{gap:.5rem}.trust-pill{font-size:.86rem;padding:.4rem .5rem}}.site-footer{background:var(--surface);color:#06101a;padding:48px 0;font-size:15px;line-height:24px}.footer-container{width:90%;max-width:1400px;margin:0 auto}.footer-main{display:grid;grid-template-columns:260px repeat(3,1fr);grid-gap:30px;gap:30px;padding-bottom:32px;align-items:start}.footer-column{min-width:0}.footer-brand-col{width:260px}.footer-brand{font-family:var(--font-serif);font-weight:800;font-size:1.25rem;color:#06101a;margin-bottom:.5rem}.footer-blurb{color:#475569;margin:0;font-size:.95rem;line-height:1.4}.footer-column h3{font-size:13px;color:#06101a;text-transform:uppercase;margin-top:0;margin-bottom:16px;letter-spacing:1px}.footer-column ul{padding:0;margin:0;list-style:none}.footer-column ul li:not(:last-child){margin-bottom:10px}.footer-column ul a{color:#475569;text-decoration:none;transition:color .18s ease}.footer-column ul a:hover{color:#06101a;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(6,16,26,.04);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-main .footer-column:nth-child(2),.footer-main .footer-column:nth-child(3){text-align:center}.footer-main .footer-column:nth-child(4){text-align:right}.footer-copyright{color:#475569}.footer-socials a{color:#06101a;font-size:18px;margin-left:14px;display:inline-flex;align-items:center;text-decoration:none}.footer-socials a svg{display:block}.footer-socials a:hover{text-decoration:none}@media (max-width:900px){.footer-main{grid-template-columns:1fr;gap:18px}.footer-column{min-width:0;text-align:center}.footer-brand-col{width:auto}}@media (max-width:600px){.footer-container{width:94%}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-socials{margin-top:8px}}.legal-page{padding:4rem 1rem}.legal-page>.legal-inner{max-width:1400px;margin:0 auto;background:transparent;padding:0 1rem;box-sizing:border-box}.legal-page .container{max-width:none;padding:0;margin:0}.legal-header h1{font-family:var(--font-serif);font-size:2.25rem;color:#06101a;margin:0 0 .5rem}.legal-updated{color:#475569;font-size:.95rem;margin-bottom:1rem}.legal-inner{padding:0 1rem}.legal-toc{background:transparent;padding:0;margin-bottom:1.25rem}.legal-toc strong{display:block;margin-bottom:.5rem;color:#06101a}.legal-toc ul{list-style:none;padding:0;margin:0}.legal-toc li{margin:.45rem 0}.legal-toc a{color:#475569;text-decoration:none}.legal-toc a:hover{color:#06101a;text-decoration:underline}.legal-toc a.active{color:#06101a;font-weight:700;position:relative}.legal-toc a.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#06101a}@media (min-width:900px){.legal-page>.legal-inner{display:grid;grid-template-columns:260px 1fr;grid-gap:36px;gap:36px;align-items:start;grid-template-areas:"header header" "toc content"}.legal-page>.legal-inner>.legal-header{grid-area:header}.legal-page>.legal-inner>.legal-toc{grid-area:toc;position:-webkit-sticky;position:sticky;top:110px;align-self:start}.legal-page>.legal-inner>.legal-toc ul{padding-right:8px}.legal-page>.legal-inner>.legal-content{grid-area:content;min-width:0}}.legal-content{color:#0b1220}.legal-content p{font-size:1rem;color:#334155;line-height:1.8;margin:0 0 1rem}.legal-content h2{font-size:1.125rem;margin:1.25rem 0 .6rem;color:#06101a}.legal-content h3{font-size:1rem;margin:1rem 0 .4rem;color:#06101a}.legal-content ol,.legal-content ul{margin:0 0 1rem 1.25rem;color:#334155}.legal-content li{margin:.5rem 0}.legal-content blockquote{border-left:4px solid rgba(6,16,26,.06);padding:.5rem 1rem;color:#475569;background:hsla(0,0%,100%,.6);margin:1rem 0;border-radius:6px}.legal-content code{background:#f3f4f6;padding:.1rem .35rem;border-radius:4px;font-size:.92rem}.legal-content pre{background:#f3f4f6;padding:.75rem;border-radius:8px;overflow:auto}.legal-section{margin-bottom:1.6rem}.legal-section[id]{scroll-margin-top:120px}.legal-actions{margin-top:2.25rem}.legal-actions a{color:#06101a;text-decoration:underline}@media (max-width:900px){.legal-inner{grid-template-columns:1fr;padding:0}.legal-toc{text-align:left}}.about-section{background:var(--surface);padding:5rem 2rem 6rem}.about-inner{max-width:900px;margin:0 auto}.about-block{margin-bottom:5rem}.about-heading{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:#06101a;margin:0 0 1.5rem;line-height:1.2}.about-content{color:#334155;font-size:1.0625rem;line-height:1.8}.about-content p{margin:0 0 1.25rem}.about-content p:last-child{margin-bottom:0}.about-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-feature{background:#fafaf8;padding:2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);box-shadow:0 2px 8px rgba(6,16,26,.04)}.about-feature h3{font-family:var(--font-serif);font-size:1.375rem;font-weight:600;color:#06101a;margin:0 0 .75rem}.about-feature p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.about-cta-section{text-align:center;background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png);background-size:cover;background-position:50%;padding:4rem 2rem;border-radius:16px;border:1px solid rgba(6,16,26,.08);margin-top:4rem}.about-cta-text{font-size:1.125rem;color:#334155;max-width:600px;margin:0 auto 2rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-section{background:var(--surface);padding:5rem 2rem 6rem}.contact-inner{max-width:1100px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:5rem}@media (min-width:768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-method{background:#fafaf8;padding:2.5rem 2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);text-align:center;box-shadow:0 2px 8px rgba(6,16,26,.04)}.contact-icon{width:56px;height:56px;margin:0 auto 1.5rem;color:#06101a}.contact-icon svg{width:100%;height:100%}.contact-method h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:0 0 .75rem}.contact-method p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0 0 1.5rem}.contact-link{color:#06101a;font-weight:600;text-decoration:none;font-size:1rem;transition:opacity .28s ease;display:inline-block}.contact-link:hover{opacity:.7}.contact-chat-btn{background:var(--cta-bg);color:var(--cta-text);padding:.65rem 1.5rem;border-radius:8px;border:0;cursor:pointer;font-weight:600;font-size:.9375rem}.contact-faq-callout{background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png);background-size:cover;background-position:50%;padding:3rem 2rem;border-radius:16px;border:1px solid rgba(6,16,26,.08);text-align:center;margin-bottom:4rem}.contact-faq-callout h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#06101a;margin:0 0 .75rem}.contact-faq-callout p{color:#334155;font-size:1.0625rem;margin:0 0 2rem}.contact-info-box{background:#fafaf8;padding:3rem 2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);margin-bottom:4rem}.contact-info-box h3{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:#06101a;margin:0 0 2rem;text-align:center}.contact-timeline{max-width:700px;margin:0 auto}.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{flex-shrink:0;width:40px;height:40px;background:#06101a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.timeline-content h4{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:#06101a;margin:0 0 .5rem}.timeline-content p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.contact-cta{text-align:center;padding:2rem 0}.contact-cta h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#06101a;margin:0 0 .75rem}.contact-cta p{color:#334155;font-size:1.0625rem;margin:0 0 2rem}.pricing-section{background:var(--surface);padding:5rem 2rem 6rem}.pricing-inner{max-width:1100px;margin:0 auto}.pricing-intro{text-align:center;max-width:800px;margin:0 auto 5rem}.pricing-intro h2{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:#06101a;margin:0 0 1rem}.pricing-intro p{color:#334155;font-size:1.0625rem;line-height:1.8;margin:0}.pricing-block{margin-bottom:5rem}.pricing-heading{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#06101a;margin:0 0 1rem;text-align:center}.pricing-subtitle{text-align:center;color:#334155;font-size:1.0625rem;margin:0 0 3rem}.pricing-features-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media (min-width:768px){.pricing-features-grid{grid-template-columns:repeat(2,1fr)}}.pricing-feature{display:flex;gap:1rem;background:#fafaf8;padding:1.5rem;border-radius:12px;border:1px solid rgba(6,16,26,.06)}.feature-check{flex-shrink:0;width:28px;height:28px;background:#06101a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.pricing-feature h3{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;color:#06101a;margin:0 0 .5rem}.pricing-feature p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:2rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:#fafaf8;padding:2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);box-shadow:0 2px 8px rgba(6,16,26,.04)}.service-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(6,16,26,.08)}.service-header h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:0 0 .5rem}.service-price{color:#64748b;font-weight:600;font-size:.9375rem;margin:0}.service-description{color:#334155;font-size:.9375rem;line-height:1.7;margin:0 0 1.5rem}.service-includes{list-style:none;padding:0;margin:0}.service-includes li{color:#334155;font-size:.9375rem;padding:.5rem 0 .5rem 1.75rem;position:relative}.service-includes li:before{content:"\f00c";font-family:Font Awesome\ 6 Free;font-weight:900;position:absolute;left:0;color:#06101a}.pricing-cta-section{background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png);background-size:cover;background-position:50%;padding:4rem 2rem;border-radius:16px;border:1px solid rgba(6,16,26,.08);text-align:center}.pricing-cta-section h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#06101a;margin:0 0 2.5rem}.pricing-steps{max-width:800px;margin:0 auto 3rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.pricing-steps{grid-template-columns:repeat(3,1fr)}}.pricing-step{text-align:center}.step-number{width:50px;height:50px;background:#06101a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto 1rem}.step-content h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:#06101a;margin:0 0 .5rem}.step-content p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.pricing-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-secondary{background:transparent;color:#06101a;border:2px solid #06101a}.btn-secondary:hover{background:#06101a;color:#fff}.blog-section{background:var(--surface);padding:2rem 2rem 6rem}.blog-inner{max-width:1200px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.blog-controls{justify-content:space-between;margin-bottom:2.5rem;gap:1rem;padding:1.5rem;background-image:linear-gradient(hsla(47,36%,95%,.6),hsla(47,36%,95%,.6)),url(/hero.png);background-size:cover;background-position:50%;border-radius:12px;border:1px solid rgba(6,16,26,.08)}.blog-controls,.blog-controls-left,.blog-controls-right{display:flex;align-items:center}.category-filter{display:flex;gap:.65rem;flex-wrap:wrap}.filter-btn{background:#fff;border:1px solid rgba(6,16,26,.1);color:#06101a;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;letter-spacing:.01em;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(6,16,26,.05)}.filter-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(6,16,26,.1);border-color:rgba(6,16,26,.15)}.filter-btn:focus{outline:2px solid rgba(6,16,26,.3);outline-offset:2px}.filter-btn.active{background:#06101a;color:#f7f5ee;border-color:#06101a;box-shadow:0 4px 16px rgba(6,16,26,.2);font-weight:700}.filter-label{margin-right:.5rem}.filter-btn.active .filter-label{color:#f7f5ee}.filter-count{background:rgba(6,16,26,.1);color:#06101a;font-weight:700;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;display:inline-block;vertical-align:middle}.filter-btn.active .filter-count{background:hsla(47,36%,95%,.15);color:#f7f5ee}@media (max-width:640px){.blog-controls{flex-direction:column;align-items:flex-start;padding:1.25rem}.blog-controls-right{width:100%;display:flex;justify-content:flex-start;margin-top:.75rem}.filter-btn{font-size:.8125rem;padding:.4rem .75rem}}.sort-control{display:flex;align-items:center;gap:.5rem}.sort-label{color:#64748b}.sort-label,.sort-select{font-size:.875rem;font-weight:600}.sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%2306101a' d='M5 7l5 5 5-5z'/></svg>") no-repeat right 12px center;background-size:16px;border:1px solid rgba(6,16,26,.1);padding:.5rem 2.5rem .5rem 1rem;border-radius:8px;color:#06101a;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(6,16,26,.05)}.sort-select:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(6,16,26,.1);border-color:rgba(6,16,26,.15)}.sort-select:focus{outline:2px solid rgba(6,16,26,.3);outline-offset:2px}@media (min-width:768px){.sort-select{min-width:140px}}@media (min-width:640px){.sort-label{display:none}}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.blog-card{background-image:linear-gradient(hsla(47,36%,95%,.75),hsla(47,36%,95%,.75)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:12px;border:1px solid rgba(6,16,26,.08);overflow:hidden;height:100%;position:relative;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#06101a;opacity:0;transition:opacity .28s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(6,16,26,.15);border-color:rgba(6,16,26,.12)}.blog-card:hover:before{opacity:1}.blog-card-link{display:block;padding:2rem;text-decoration:none;color:inherit}.blog-card-meta{display:flex!important;flex-direction:column!important;gap:.5rem;margin-bottom:1.25rem;align-items:flex-start}.blog-date{color:#64748b;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;display:block}.blog-category{color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#06101a;padding:.4rem .85rem;border-radius:6px;display:inline-block;margin-top:.5rem;border:1px solid #06101a}.blog-card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#06101a;margin:0 0 1rem;line-height:1.3;transition:color .28s ease}.blog-card:hover .blog-card-title{color:#06101a}.blog-card-excerpt{color:#334155;font-size:.9375rem;line-height:1.7;margin:0 0 1.5rem}.blog-read-more{color:#06101a;font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem}.blog-read-more i{transition:transform .28s ease}.blog-card:hover .blog-read-more i{transform:translateX(4px)}.blog-article{padding:3rem 2rem 6rem;background:var(--surface)}.blog-article-inner{max-width:800px;margin:0 auto}.blog-article-header{margin-bottom:3rem}.blog-back-link{color:#64748b;font-size:.9375rem;text-decoration:none;display:inline-block;margin-bottom:1.5rem;transition:color .28s ease}.blog-back-link:hover{color:#06101a}.blog-article-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:#06101a;margin:1rem 0 0;line-height:1.2}@media (min-width:768px){.blog-article-title{font-size:3rem}}.blog-article-content{color:#334155;font-size:1.0625rem;line-height:1.8}.blog-lead{font-size:1.25rem;color:#06101a;font-weight:500;line-height:1.6;margin-bottom:2rem}.blog-article-content h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:#06101a;margin:3rem 0 1.5rem;line-height:1.3;padding-top:1rem}.blog-article-content h2:first-of-type{margin-top:2rem}.blog-article-content h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:2rem 0 1rem}.blog-article-content p{margin:0 0 1.5rem;max-width:none}.blog-article-content ul{margin:1.5rem 0 2rem;padding-left:0;list-style:none;background:#fafaf8;padding:2rem;border-radius:8px;border-left:3px solid #06101a}.blog-article-content ul li{position:relative;padding-left:2rem;margin-bottom:.75rem;line-height:1.7}.blog-article-content ul li:last-child{margin-bottom:0}.blog-article-content ul li:before{content:"→";position:absolute;left:0;color:#06101a;font-weight:700;font-size:1.125rem;line-height:1.7}.blog-article-content strong{color:#06101a;font-weight:700}.blog-article-content em{font-style:italic;color:#06101a}.blog-article-content hr{border:0;border-top:1px solid rgba(6,16,26,.1);margin:3rem 0}.blog-article-content a{color:#06101a;text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:opacity .2s ease}.blog-article-content a:hover{opacity:.7}.blog-article-cta{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(6,16,26,.1);display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:767px){.blog-article-cta{flex-direction:column}.blog-article-cta .btn{width:100%;text-align:center}}.kit-hero{background:var(--surface);padding:8rem 2rem 6rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (min-width:900px){.kit-hero-inner{grid-template-columns:1fr 1fr;gap:6rem}}.kit-hero-content{display:flex;flex-direction:column;gap:1.5rem}.kit-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#06101a;color:var(--surface);padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.kit-hero-badge svg{width:16px;height:16px}.kit-hero-title{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:#06101a;margin:0;line-height:1.1;letter-spacing:-.02em}@media (min-width:900px){.kit-hero-title{font-size:3.5rem}}.kit-hero-tagline{font-size:1.25rem;color:#334155;line-height:1.6;margin:0}.kit-hero-meta{gap:1.5rem;margin-top:1rem}.kit-hero-meta,.kit-hero-price{display:flex;flex-direction:column}.kit-hero-price{gap:.25rem}.price-label{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.price-amount{font-size:2.5rem;font-weight:700;color:#06101a;font-family:var(--font-serif)}.kit-hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}@media (min-width:600px){.kit-hero-actions{flex-direction:row;gap:1rem;align-items:center}.kit-hero-actions .btn-primary{flex:1 1 auto;min-width:0;text-align:center}.kit-hero-actions .btn-secondary{flex:0 0 auto}}.btn-primary{background:#06101a;color:var(--surface)}.btn-large{padding:1rem 2rem}.kit-hero-visual{position:relative}.kit-mockup-main{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(6,16,26,.12),0 24px 80px rgba(6,16,26,.08);border:1px solid rgba(6,16,26,.08)}.kit-mockup-main img{width:100%;height:auto;display:block}.kit-story{background:var(--surface);padding:6rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-story-inner{max-width:1000px;margin:0 auto}.kit-section-title{font-family:var(--font-serif);font-size:2.25rem;font-weight:700;color:#06101a;margin:0 0 2rem;line-height:1.2;text-align:center}@media (min-width:900px){.kit-section-title{font-size:2.75rem}}.kit-section-subtitle{text-align:center;font-size:1.125rem;color:#64748b;max-width:700px;margin:0 auto 3rem}.kit-story-content{display:flex;flex-direction:column;gap:3rem}.kit-story-lead{font-size:1.1875rem;line-height:1.75;color:#334155;margin:0;text-align:center}.kit-story-ideal{background:#fafaf8;padding:2.5rem;border-radius:12px;border:1px solid rgba(6,16,26,.06)}.kit-story-ideal h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:0 0 1.5rem;text-align:center}.kit-checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:600px){.kit-checklist{grid-template-columns:repeat(2,1fr)}}.kit-checklist li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#334155;padding:.75rem;background:var(--surface);border-radius:8px;border:1px solid rgba(6,16,26,.04)}.kit-checklist li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#06101a;color:var(--surface);border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0}.kit-deliverables{background:#fafaf8;padding:6rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-deliverables-inner{max-width:1200px;margin:0 auto}.deliverables-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.deliverables-grid{grid-template-columns:repeat(2,1fr)}}.deliverable-card{background:var(--surface);padding:2.5rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);box-shadow:0 2px 8px rgba(6,16,26,.04)}.deliverable-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#06101a;color:var(--surface);border-radius:8px;margin-bottom:1.5rem}.deliverable-card h3{font-family:var(--font-serif);font-size:1.375rem;font-weight:600;color:#06101a;margin:0 0 .75rem}.deliverable-card p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.kit-visual-dive{background:var(--surface);padding:6rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-visual-inner{max-width:1200px;margin:0 auto}.kit-showcase{display:flex;flex-direction:column;gap:2rem}.showcase-main{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(6,16,26,.1);border:1px solid rgba(6,16,26,.08)}.showcase-main img{width:100%;height:auto;display:block}.showcase-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}.showcase-item{background:#fafaf8;padding:2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);display:flex;flex-direction:column;align-items:center;gap:1rem}.showcase-item img{width:100%;max-width:200px;height:auto;display:block}.showcase-caption{font-size:.875rem;color:#64748b;font-weight:600;text-align:center;margin:0}.color-palette-display{display:flex;gap:1rem;justify-content:center}.palette-swatch{width:80px;height:80px;border-radius:8px;border:2px solid rgba(6,16,26,.08);box-shadow:0 2px 8px rgba(6,16,26,.08)}.kit-process{background:#fafaf8;padding:6rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-process-inner{max-width:1000px;margin:0 auto}.process-steps-simple{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.process-steps-simple{grid-template-columns:repeat(3,1fr)}}.process-step-simple{background:var(--surface);padding:2rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);text-align:center;box-shadow:0 2px 8px rgba(6,16,26,.04)}.step-number-simple{width:56px;height:56px;background:#06101a;color:var(--surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem}.process-step-simple h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:#06101a;margin:0 0 .75rem}.process-step-simple p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.process-cta{text-align:center}.link-arrow{color:#06101a;font-weight:600;text-decoration:none;font-size:1rem;transition:opacity .28s ease}.link-arrow:hover{opacity:.7}.kit-final-pitch{background:var(--surface);padding:6rem 2rem}.kit-final-inner{max-width:1000px;margin:0 auto}.final-offer{background:#fafaf8;padding:3rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;margin-bottom:4rem}@media (min-width:768px){.final-offer{flex-direction:row;justify-content:space-between;text-align:left}}.final-kit-details h3{font-size:1.75rem;margin:0 0 .5rem}.final-kit-details h3,.final-price{font-family:var(--font-serif);font-weight:700;color:#06101a}.final-price{font-size:2rem;margin-bottom:.5rem}.final-exclusive{font-size:.9375rem;color:#64748b;margin:0}.final-faq{background:#fafaf8;padding:3rem;border-radius:12px;border:1px solid rgba(6,16,26,.06)}.final-faq h3{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:#06101a;margin:0 0 2rem;text-align:center}.faq-mini{display:flex;flex-direction:column;gap:2rem}.faq-mini-item strong{display:block;font-size:1.0625rem;color:#06101a;margin-bottom:.5rem}.faq-mini-item p{color:#334155;font-size:.9375rem;line-height:1.7;margin:0}.kit-story-features{background:#fafaf8;padding:2.5rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);margin-top:2rem}.kit-story-features h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:0 0 1.5rem;text-align:center}.kit-pricing{background:#fafaf8;padding:6rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.kit-pricing-inner{max-width:900px;margin:0 auto}.pricing-table{background:var(--surface);border-radius:12px;border:1px solid rgba(6,16,26,.06);overflow:hidden;margin-bottom:3rem;box-shadow:0 2px 8px rgba(6,16,26,.04)}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid rgba(6,16,26,.06)}.pricing-row:last-child{border-bottom:none}.pricing-base{background:#06101a;color:var(--surface)}.guarantee-section{background:var(--surface);color:#0d1117;padding:4rem 2rem;margin-top:6rem;border-radius:12px;border:1px solid rgba(6,16,26,.06);box-shadow:0 2px 8px rgba(6,16,26,.03)}.guarantee-content{max-width:800px;margin:0 auto;text-align:center}.guarantee-icon{display:inline-flex;width:80px;height:80px;background:rgba(6,16,26,.06);border-radius:50%;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#06101a}.guarantee-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.guarantee-text{font-size:1.125rem;line-height:1.7;opacity:.9;margin:0 0 2rem}.guarantee-features{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:2rem}@media (min-width:768px){.guarantee-features{grid-template-columns:repeat(3,1fr)}}.guarantee-feature{background-image:linear-gradient(hsla(47,36%,95%,.72),hsla(47,36%,95%,.72)),url(/hero.png);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:1.5rem;border-radius:12px;font-size:.9375rem;line-height:1.6;border:1px solid rgba(6,16,26,.08);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:120px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.guarantee-feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(6,16,26,.08);border-color:rgba(6,16,26,.12);background-image:linear-gradient(hsla(47,36%,95%,.85),hsla(47,36%,95%,.85)),url(/hero.png)}.guarantee-feature strong{display:block;margin-bottom:.35rem;font-weight:600;font-size:1rem;color:#0d1117}.guarantee-feature span{color:#475569;font-size:.9375rem}.comparison-section{background:var(--surface);padding:5rem 2rem;border-top:1px solid rgba(6,16,26,.06)}.comparison-header{text-align:center;max-width:800px;margin:0 auto 3rem}.comparison-header h2{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.comparison-subhead{font-size:1.125rem;line-height:1.7;color:#475569;margin:0}.comparison-table-wrapper{overflow-x:auto;margin:0 0 2rem}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(6,16,26,.06)}.comparison-table thead{background:linear-gradient(135deg,#06101a,#1a2332);color:var(--surface)}.comparison-table th{padding:1.25rem 1rem;font-weight:600;font-size:.9375rem;text-align:center;letter-spacing:.01em}.comparison-table th.comparison-feature-col{text-align:left;width:25%}.comparison-table th.comparison-highlight{background:#06101a;position:relative}.comparison-table th.comparison-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#06101a}.comparison-table tbody tr{border-bottom:1px solid rgba(6,16,26,.06)}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:hover{background:hsla(47,36%,95%,.4)}.comparison-table td{padding:1rem;text-align:center;font-size:.9375rem;color:#334155}.comparison-table td.comparison-feature{text-align:left;font-weight:600;color:#0d1117}.comparison-table td.comparison-highlight{background:rgba(6,16,26,.04);font-weight:600;color:#0d1117}.comparison-yes{color:#16a34a;font-size:1.25rem}.comparison-no{color:#dc2626;font-size:1.25rem}.comparison-maybe{color:#ca8a04;font-size:1.25rem}.comparison-footer{text-align:center;margin-top:2rem}.comparison-footer p{font-size:1.125rem;color:#475569;margin:0 0 1.5rem}@media (max-width:768px){.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem 2rem;padding:0 1rem}.comparison-table{font-size:.875rem;min-width:600px}.comparison-table td,.comparison-table th{padding:.875rem .75rem;font-size:.875rem}.comparison-header h2{font-size:2rem}.comparison-subhead{font-size:1rem}}@media (max-width:480px){.comparison-table{min-width:550px}.comparison-table td,.comparison-table th{padding:.75rem .5rem;font-size:.8125rem}.comparison-header h2{font-size:1.75rem}}.final-cta-section{padding:6rem 2rem;background:var(--surface);border-top:1px solid rgba(6,16,26,.06)}.final-cta-content{max-width:800px;margin:0 auto;text-align:center}.final-cta-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:#06101a;margin:0 0 1rem;letter-spacing:-.02em}@media (min-width:900px){.final-cta-title{font-size:3rem}}.final-cta-text{font-size:1.25rem;color:#334155;margin:0 0 2rem;line-height:1.7}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.btn-large{padding:1.1rem 2rem;font-size:1.0625rem}.final-cta-note{font-size:.9375rem;color:#64748b;margin:2rem 0 0}.text-link{color:#06101a;text-decoration:underline;text-underline-offset:2px;font-weight:500;transition:opacity .2s ease}.text-link:hover{opacity:.7}.kits-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.kits-head-main h2{margin:0 0 .5rem}.kits-subhead{font-size:1rem;color:#64748b;margin:0;font-weight:400}.btn-primary-kit{background:#06101a;color:var(--surface);font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-primary-kit:hover{background:#1a2332;transform:translateY(-1px);box-shadow:0 4px 12px rgba(6,16,26,.15)}.available-badge{background:#06101a;color:var(--surface);font-weight:600}.kit-card-bottom .actions{display:flex;gap:.75rem;justify-content:flex-end;align-items:center}.kit-card-bottom .actions .btn{flex:1 1;text-align:center}.pricing-trust-badges{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(6,16,26,.08)}@media (min-width:768px){.pricing-trust-badges{grid-template-columns:repeat(3,1fr)}}.trust-badge{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fafaf8;border-radius:12px;border:1px solid rgba(6,16,26,.06)}.trust-badge svg{flex-shrink:0;color:#06101a;margin-top:.25rem}.trust-badge div{display:flex;flex-direction:column;gap:.25rem}.trust-badge strong{font-size:1rem;font-weight:600;color:#06101a}.trust-badge span{font-size:.875rem;color:#64748b}.scarcity-banner{background:linear-gradient(135deg,#06101a,#1a2332);color:var(--surface);padding:1.5rem 2rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem;border:1px solid rgba(6,16,26,.2);box-shadow:0 4px 16px rgba(6,16,26,.1);text-align:center}.scarcity-icon{font-size:2rem;flex-shrink:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.scarcity-text{font-size:.9375rem;line-height:1.6}.scarcity-text strong{display:inline;font-weight:700;color:var(--surface)}@media (max-width:640px){.scarcity-banner{flex-direction:column;text-align:center;gap:1rem}}.pricing-base .pricing-value{color:var(--surface)}.pricing-item{font-size:1rem;color:#334155}.pricing-base .pricing-item{color:var(--surface);font-weight:700;font-size:1.0625rem}.pricing-value{font-weight:700;font-size:1.125rem;color:#06101a;font-family:var(--font-serif)}.delivery-timeline{background:var(--surface);padding:2.5rem;border-radius:12px;border:1px solid rgba(6,16,26,.06)}.delivery-timeline h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#06101a;margin:0 0 1.5rem;text-align:center}.delivery-timeline ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.delivery-timeline li{font-size:1rem;color:#334155;line-height:1.7}@media (max-width:768px){.pricing-row{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 1.25rem}}.cookie-banner{position:fixed;left:12px;right:12px;bottom:18px;background:#fafaf8;border:1px solid rgba(6,16,26,.08);box-shadow:0 12px 36px rgba(6,16,26,.12);padding:.85rem 1rem;border-radius:12px;display:flex;gap:1rem;align-items:center;justify-content:space-between;z-index:120}.cookie-body{display:flex;gap:1rem;align-items:flex-start;flex:1 1;min-width:0}.cookie-body p{margin:0;color:#334155}.cookie-link{margin-left:.35rem;color:#06101a;font-weight:700}.cookie-actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-btn{padding:.5rem .9rem;border-radius:999px;border:1px solid rgba(6,16,26,.06);background:transparent;cursor:pointer;font-weight:700}.cookie-accept{background:var(--cta-bg);color:var(--cta-text);border-color:rgba(6,16,26,.06)}.cookie-decline{background:transparent;color:#06101a}.cookie-btn:focus{outline:2px solid rgba(124,58,237,.18);outline-offset:4px}@media (max-width:640px){.cookie-banner{flex-direction:column;left:10px;right:10px;bottom:12px;padding:.75rem}.cookie-actions{width:100%;justify-content:space-between}.cookie-body{order:0}}*{-webkit-tap-highlight-color:transparent}.btn:active,a:active,button:active{opacity:.8;transform:scale(.98)}@media (max-width:900px){.footer-main{gap:24px!important}.footer-column,.footer-main .footer-column:nth-child(2),.footer-main .footer-column:nth-child(3),.footer-main .footer-column:nth-child(4){text-align:left!important}.footer-column ul{text-align:left}}@media (max-width:600px){.site-footer{padding:32px 0!important}.footer-bottom{gap:16px!important}.footer-socials{margin-top:0!important;margin-left:0!important}.footer-socials a{margin-left:0!important;margin-right:20px!important}.footer-socials a:first-child{margin-left:0}}@media (max-width:768px){.kits-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width:600px){.kits-grid{gap:1.25rem!important}}@media (max-width:768px){.btn{min-height:38px;padding:.6rem 1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-weight:600}.kit-card .btn{min-height:36px}.btn-outline{background:#fff;border:2px solid #06101a;color:#06101a}.btn-outline:hover,.btn-primary,.btn-primary-kit{background:#06101a;color:#f7f5ee}.btn-primary,.btn-primary-kit{border:2px solid transparent}.drawer-link,.footer-column a{padding:.75rem 0;display:block}.container{padding:1.5rem 1rem!important}.kit-hero-actions{flex-direction:row!important;width:100%;gap:.75rem!important}.kit-hero-actions .btn{flex:1 1!important;padding:.7rem .85rem!important;font-size:.875rem!important;text-align:center;min-width:0!important}.kit-hero{padding-left:1.5rem!important;padding-right:1.5rem!important}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #06c;outline-offset:2px}.skip-to-main{position:absolute;left:-9999px;z-index:999999;padding:1rem;background:#06101a;color:#f7f5ee;text-decoration:none;font-weight:600}.skip-to-main:focus{left:1rem;top:1rem}.footer-column a{color:#334155!important}.footer-column a:hover{color:#06101a!important}@media (max-width:600px){input[type=email],input[type=tel],input[type=text],select,textarea{font-size:16px!important}}@media (max-width:899px){.hamburger{min-width:44px;min-height:44px;padding:10px}.drawer-link{min-height:44px;display:flex;align-items:center}}@media (max-width:768px){.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero .btn,.hero .btn-outline{min-width:160px;padding:.875rem 1.25rem!important;font-size:.9375rem!important;font-weight:600!important}}@media (max-width:640px){.hero{padding:4rem 1rem 3rem!important}.hero-title{font-size:clamp(2rem,8vw,3rem)!important}.hero-cta{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px;margin-left:auto;margin-right:auto}.hero .btn,.hero .btn-outline{width:100%;padding:1rem 1.5rem!important;font-size:1rem!important;font-weight:700!important;text-align:center;display:block;letter-spacing:.01em}.hero .btn{background:#06101a;color:#f7f5ee;border:2px solid #06101a;box-shadow:0 4px 12px rgba(6,16,26,.15),0 2px 4px rgba(6,16,26,.1)}.hero .btn-outline{background:#fff;color:#06101a;border:2px solid rgba(6,16,26,.25)}.hero .btn+.btn{margin-left:0!important}}@media (max-width:768px){.kit-hero{padding:6rem 1.5rem 4rem!important}.brand-showcase{padding:4rem 1.5rem!important}}@media (max-width:600px){.kit-hero{padding:5rem 1rem 3rem!important}.brand-showcase{padding:3rem 1rem!important}.kit-hero-actions .btn{padding:.6rem .7rem!important;font-size:.8125rem!important}.kit-hero-actions{gap:.6rem!important}}@media (max-width:768px){.kit-card{padding:1.25rem!important;margin-bottom:1rem}.kit-card-bottom{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.kit-card-bottom .badges{display:none!important}.kit-card-bottom .actions{width:100%;flex-direction:row!important;justify-content:stretch!important;gap:.5rem!important}.kit-card-bottom .actions .btn{flex:1 1!important;min-width:0!important;padding:.6rem .75rem!important;font-size:.8125rem!important;text-align:center!important;white-space:nowrap!important;line-height:1.3!important}.kit-card-bottom .actions .btn-outline{background:#fff!important;border:1.5px solid #06101a!important;color:#06101a!important}.kit-card-bottom .actions .btn-primary-kit{background:#06101a!important;color:#f7f5ee!important;border:1.5px solid #06101a!important}.kit-card-top,.kit-visual{margin-bottom:.75rem!important}.kit-description{font-size:.875rem!important;line-height:1.5!important;margin-bottom:1rem!important}.kit-name{font-size:1rem!important}.kit-palette{gap:4px!important}.kit-palette .swatch{width:16px!important;height:16px!important}}@media (max-width:600px){.kit-card{padding:1rem!important}.kit-card-bottom .actions .sold-out{width:100%;text-align:center;padding:.75rem!important;display:block!important}.badge{font-size:.75rem!important;padding:.35rem .65rem!important}.kit-card-bottom .actions{gap:.4rem!important}.kit-card-bottom .actions .btn{padding:.55rem .6rem!important;font-size:.75rem!important}}img{max-width:100%;height:auto}@media (max-width:768px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:640px){.pricing-tier{margin-bottom:1.5rem}}