@keyframes cardFloat{0%,to{transform:rotate(var(--rot,0deg)) translateY(0)}50%{transform:rotate(var(--rot,0deg)) translateY(-6px)}}.page-host section[id]{scroll-margin-top:90px}.page-host .nav-stack{z-index:100;background:var(--cream);transition:box-shadow .2s;position:sticky;top:0}.page-host .nav-stack.scrolled{box-shadow:0 14px 22px -24px #2a1b3d5c}.page-host .nav-inner{align-items:center;gap:28px;width:100%;padding:18px 40px 14px;display:flex}.page-host .logo{font-family:"Baloo 2", var(--sans);color:var(--purple);flex-shrink:0;align-items:center;gap:11px;font-size:25.5px;font-weight:500;line-height:1;display:flex}.page-host .logo-mark{object-fit:cover;border-radius:7px;flex-shrink:0;width:36px;height:36px;display:block}.page-host .logo-name{display:block;transform:translateY(-1px)}.page-host .logo-concept{color:#fff;font-family:var(--sans);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#ef4444;border-radius:4px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;line-height:1.4;display:inline-flex;transform:translateY(-8px)}.page-host .nav-links{color:var(--ink-soft);align-items:center;gap:22px;margin-left:auto;font-size:14px;display:flex}.page-host .nav-links a{transition:color .2s}.page-host .nav-links a:hover{color:var(--purple)}.page-host .nav-links .btn-primary:hover{color:var(--cream)}.page-host .btn{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.page-host .btn-primary{background:var(--ink);color:var(--cream)}.page-host .btn-primary:hover{background:var(--purple);color:var(--cream);transform:translateY(-1px)}.page-host .btn-ghost{color:var(--ink)}.page-host .btn-ghost:hover{color:var(--purple)}.page-host .btn-big{padding:14px 26px;font-size:15px}.page-host .btn-outline{border:1px solid var(--line);background:var(--paper);color:var(--ink)}.page-host .btn-outline:hover{border-color:var(--purple-soft);color:var(--purple);transform:translateY(-1px)}.page-host .btn-cream{background:var(--cream);color:var(--purple)}.page-host .btn-cream:hover{background:var(--yellow);color:var(--ink)}.page-host .eyebrow{background:var(--lavender);color:var(--purple);border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.page-host .section-title{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"SOFT" 60;font-size:clamp(30px,3.4vw,42px);font-weight:400;line-height:1.1}.page-host .section-title em{color:var(--purple);font-variation-settings:"SOFT" 100;font-style:italic}.page-host .section-sub{color:var(--ink-soft);max-width:560px;margin-top:12px;font-size:16px}.page-host .section-intro{text-align:center;margin-bottom:44px}.page-host .section-intro .section-sub{margin-left:auto;margin-right:auto}.page-host .section-intro .eyebrow{margin-bottom:16px}.page-host .hero{padding:64px 0 72px;position:relative;overflow:hidden}.page-host .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:48px;display:grid}.page-host .hero h1{font-family:var(--serif);letter-spacing:-.025em;color:var(--ink);font-variation-settings:"SOFT" 70, "opsz" 144;margin:20px 0 18px;font-size:clamp(38px,4.6vw,60px);font-weight:400;line-height:1.06}.page-host .hero h1 em{color:var(--purple);font-variation-settings:"SOFT" 100, "opsz" 144;font-style:italic}.page-host .hero p{color:var(--ink-soft);max-width:520px;margin-bottom:28px;font-size:17px}.page-host .hero-ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-host .hero-note{color:var(--ink-soft);align-items:center;gap:6px;margin-top:14px;font-size:13px;display:flex}.page-host .hero-note .tick-mini{color:var(--green-dark);font-weight:700}.page-host .hero-stats{flex-wrap:wrap;gap:36px;margin-top:40px;display:flex}.page-host .hero-stat .num{font-family:var(--serif);color:var(--ink);font-variation-settings:"SOFT" 60;font-size:28px;font-weight:500;line-height:1.1}.page-host .hero-stat .num em{color:var(--purple);font-style:italic}.page-host .hero-stat .lbl{color:var(--ink-soft);margin-top:2px;font-size:13px}.page-host .hero-visual{min-height:460px;position:relative}.page-host .hv-blob{z-index:0;width:112%;height:116%;position:absolute;inset:-8% -6%}.page-host .hv-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);z-index:1;animation:7s ease-in-out infinite cardFloat;position:absolute;box-shadow:0 18px 36px -18px #2a1b3d40}.page-host .hv-event{--rot:-3deg;width:290px;padding:0;top:30px;left:34px;overflow:hidden}.page-host .hv-event-img{height:130px;position:relative}.page-host .hv-event-img img{object-fit:cover;width:100%;height:100%}.page-host .hv-event-img:after{content:"";background:linear-gradient(#2a1b3d0d,#2a1b3d73);position:absolute;inset:0}.page-host .hv-badge{z-index:2;background:var(--paper);border-radius:var(--radius-pill);align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;top:10px;left:10px}.page-host .hv-badge .dot{background:var(--green-dark);border-radius:50%;width:7px;height:7px}.page-host .hv-event-body{padding:14px 16px 16px}.page-host .hv-event-body h3{font-family:var(--serif);font-variation-settings:"SOFT" 50;margin-bottom:4px;font-size:17px;font-weight:500;line-height:1.2}.page-host .hv-event-body .meta{color:var(--ink-soft);margin-bottom:10px;font-size:12px}.page-host .hv-event-foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:10px;display:flex}.page-host .hv-event-foot .price{font-family:var(--serif);font-size:16px;font-weight:500}.page-host .hv-event-foot .price small{font-family:var(--sans);color:var(--ink-soft);font-size:10px;font-weight:400}.page-host .hv-event-foot .seats{color:var(--purple);background:var(--lavender);border-radius:var(--radius-pill);padding:4px 10px;font-size:11px;font-weight:600}.page-host .hv-payout{--rot:2.5deg;align-items:flex-start;gap:12px;width:252px;padding:14px 16px;animation-delay:-2.5s;display:flex;top:168px;right:6px}.page-host .hv-payout .ico{background:var(--green-soft);width:38px;height:38px;color:var(--green-dark);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:17px;display:flex}.page-host .hv-payout .t{color:var(--ink-soft);font-size:12px}.page-host .hv-payout .t strong{color:var(--ink);margin-bottom:1px;font-size:14px;font-weight:600;display:block}.page-host .hv-payout .amount{font-family:var(--serif);color:var(--green-dark);font-weight:500}.page-host .hv-review{--rot:-2deg;width:264px;padding:16px 18px;animation-delay:-4.5s;bottom:18px;left:70px}.page-host .hv-review .stars{color:var(--yellow-deep);letter-spacing:2px;margin-bottom:6px;font-size:14px}.page-host .hv-review q{font-family:var(--serif);font-variation-settings:"SOFT" 80;quotes:"“" "”";font-size:15px;line-height:1.35}.page-host .hv-review .who{color:var(--ink-soft);align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.page-host .hv-review .who img{object-fit:cover;border-radius:50%;width:26px;height:26px}.page-host .hv-scribble{width:64px;color:var(--purple);z-index:1;position:absolute;bottom:64px;right:30px;transform:rotate(12deg)}.page-host .hv-tag{z-index:2;background:var(--yellow);color:#92400e;border-radius:6px;padding:5px 13px 7px;font-family:Caveat,cursive;font-size:22px;font-weight:700;line-height:1;position:absolute;top:6px;right:64px;transform:rotate(4deg);box-shadow:0 3px 8px #2a1b3d1a}.page-host .how{padding:72px 0 24px}.page-host .steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.page-host .step{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 22px 24px;transition:transform .2s,box-shadow .2s;position:relative}.page-host .step:hover{transform:translateY(-3px);box-shadow:0 16px 32px -18px #2a1b3d33}.page-host .step:before{counter-increment:step;content:counter(step, decimal-leading-zero);font-family:var(--serif);color:var(--lavender-deep);font-variation-settings:"SOFT" 100;font-size:30px;font-style:italic;line-height:1;position:absolute;top:18px;right:20px}.page-host .step .ico{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:23px;display:flex}.page-host .step:first-child .ico{background:var(--lavender)}.page-host .step:nth-child(2) .ico{background:var(--pink-soft)}.page-host .step:nth-child(3) .ico{background:var(--yellow)}.page-host .step:nth-child(4) .ico{background:var(--green)}.page-host .step h3{font-family:var(--serif);letter-spacing:-.01em;font-variation-settings:"SOFT" 50;margin-bottom:8px;font-size:19px;font-weight:500}.page-host .step p{color:var(--ink-soft);font-size:14px}.page-host .pricing{padding:72px 0 8px}.page-host .plans{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:22px;display:grid}.page-host .plan{border-radius:var(--radius-lg);border:1px solid var(--line);flex-direction:column;padding:30px 30px 26px;display:flex;position:relative}.page-host .plan-starter{background:var(--cream-deep)}.page-host .plan-premium{border:2px solid var(--purple-soft);background:#f1edfd;box-shadow:0 20px 44px -24px #6b21a859}.page-host .plan-pro{background:var(--ink);color:var(--cream);border-color:var(--ink)}.page-host .plan-flag{background:var(--purple);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);white-space:nowrap;padding:5px 14px;font-size:11px;font-weight:600;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.page-host .plan-name{border-radius:var(--radius-pill);background:var(--lavender-deep);color:var(--purple);align-self:flex-start;align-items:center;gap:6px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-flex}.page-host .plan-pro .plan-name{color:var(--cream);background:#fbf3ea24}.page-host .plan-price{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"SOFT" 60;margin-bottom:24px;font-size:38px;font-weight:500;line-height:1}.page-host .plan-price .from{font-variation-settings:"SOFT" 100;margin-right:2px;font-size:20px;font-style:italic}.page-host .plan-price small{font-family:var(--sans);color:var(--ink-soft);letter-spacing:0;font-size:13px;font-weight:400}.page-host .plan-premium .plan-price{color:var(--purple)}.page-host .plan-premium .plan-price small{color:var(--ink-soft)}.page-host .plan-pro .plan-price{color:var(--yellow-deep)}.page-host .plan-pro .plan-price small{color:#fbf3ea99}.page-host .plan ul{flex-direction:column;gap:12px;margin-bottom:26px;list-style:none;display:flex}.page-host .plan li{align-items:flex-start;gap:10px;font-size:14.5px;display:flex}.page-host .tick{background:var(--green-soft);width:20px;height:20px;color:var(--green-dark);border-radius:50%;flex:none;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.page-host .tick svg{width:11px;height:11px}.page-host .plan-pro .tick{color:var(--cream);background:#fbf3ea1f}.page-host .plan-cta{text-align:center;border-radius:var(--radius-pill);justify-content:center;margin-top:auto;padding:12px 20px;font-size:14px;font-weight:500;display:flex}.page-host .plan-starter .plan-cta{background:var(--ink);color:var(--cream)}.page-host .plan-starter .plan-cta:hover{background:var(--purple)}.page-host .plan-premium .plan-cta{background:var(--purple);color:#fff}.page-host .plan-premium .plan-cta:hover{background:var(--purple-mid)}.page-host .plan-pro .plan-cta{background:var(--cream);color:var(--ink)}.page-host .plan-pro .plan-cta:hover{background:var(--yellow)}.page-host .plan-fees{color:var(--ink-soft);border-top:1px dashed #2a1b3d2e;margin-top:20px;padding-top:16px;font-size:12px}.page-host .plan-fees strong{color:inherit;margin-bottom:2px;font-weight:600;display:block}.page-host .plan-pro .plan-fees{color:#fbf3eaa6;border-top-color:#fbf3ea38}.page-host .pricing-note{text-align:center;color:var(--ink-soft);margin-top:26px;font-size:13.5px}.page-host .pricing-note a{color:var(--purple);font-weight:500}.page-host .pricing-note a:hover{text-decoration:underline}.page-host .calc-section{padding:56px 0 8px}.page-host .calc{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1.1fr .9fr;max-width:980px;margin:0 auto;display:grid;overflow:hidden}.page-host .calc-controls{padding:38px 40px}.page-host .calc-controls h3{font-family:var(--serif);letter-spacing:-.015em;font-variation-settings:"SOFT" 60;margin-bottom:6px;font-size:26px;font-weight:400}.page-host .calc-controls h3 em{color:var(--purple);font-variation-settings:"SOFT" 100;font-style:italic}.page-host .calc-controls>p{color:var(--ink-soft);margin-bottom:26px;font-size:14px}.page-host .calc-row{margin-bottom:22px}.page-host .calc-row label{justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:500;display:flex}.page-host .calc-row output{font-family:var(--serif);color:var(--purple);font-size:16px;font-weight:500}.page-host input[type=range]{appearance:none;background:var(--lavender-deep);border-radius:3px;outline:none;width:100%;height:6px}.page-host input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--purple);cursor:pointer;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #2a1b3d4d}.page-host input[type=range]::-moz-range-thumb{background:var(--purple);cursor:pointer;border:3px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px #2a1b3d4d}.page-host .calc-plan{gap:8px;display:flex}.page-host .calc-plan button{border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--ink-soft);flex:1;padding:9px 4px;font-size:13px;font-weight:500;transition:all .15s}.page-host .calc-plan button.active{background:var(--ink);border-color:var(--ink);color:var(--cream)}.page-host .calc-result{background:var(--lavender);flex-direction:column;justify-content:center;padding:38px 36px;display:flex}.page-host .calc-line{color:var(--ink-soft);justify-content:space-between;padding:7px 0;font-size:14px;display:flex}.page-host .calc-line span:last-child{color:var(--ink);font-weight:500}.page-host .calc-total{border-top:1px solid #2a1b3d26;margin-top:12px;padding-top:16px}.page-host .calc-total .lbl{letter-spacing:.06em;text-transform:uppercase;color:var(--purple);margin-bottom:4px;font-size:13px;font-weight:600}.page-host .calc-total .total{font-family:var(--serif);letter-spacing:-.02em;color:var(--ink);font-variation-settings:"SOFT" 60;font-size:44px;font-weight:500;line-height:1.05}.page-host .calc-total .total small{font-family:var(--sans);color:var(--ink-soft);font-size:14px;font-weight:400}.page-host .calc-foot{color:var(--ink-soft);margin-top:14px;font-size:11.5px}.page-host .why{padding:72px 0 8px}.page-host .why-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.page-host .why-tile{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.page-host .why-tile:hover{border-color:var(--purple-soft);transform:translateY(-3px);box-shadow:0 16px 32px -18px #2a1b3d2e}.page-host .why-tile .ico{border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;font-size:22px;display:flex}.page-host .why-tile:nth-child(6n+1) .ico{background:var(--lavender)}.page-host .why-tile:nth-child(6n+2) .ico{background:var(--yellow)}.page-host .why-tile:nth-child(6n+3) .ico{background:var(--green)}.page-host .why-tile:nth-child(6n+4) .ico{background:var(--pink-soft)}.page-host .why-tile:nth-child(6n+5) .ico{background:var(--peach)}.page-host .why-tile:nth-child(6n+6) .ico{background:var(--sky)}.page-host .why-tile h3{font-family:var(--serif);letter-spacing:-.01em;font-variation-settings:"SOFT" 50;margin-bottom:7px;font-size:19px;font-weight:500}.page-host .why-tile p{color:var(--ink-soft);font-size:14px}.page-host .testimonial{background:var(--rose);border-radius:var(--radius-lg);align-items:center;gap:36px;margin-top:44px;padding:44px 48px;display:flex;position:relative;overflow:hidden}.page-host .testimonial:before{content:"“";font-family:var(--serif);color:#be185d1a;pointer-events:none;font-size:220px;font-style:italic;line-height:1;position:absolute;top:-30px;right:28px}.page-host .testimonial img{object-fit:cover;border:4px solid #fff;border-radius:50%;flex:none;width:96px;height:96px;box-shadow:0 8px 20px -8px #2a1b3d4d}.page-host .testimonial blockquote{font-family:var(--serif);letter-spacing:-.01em;font-variation-settings:"SOFT" 80;font-size:clamp(19px,2.2vw,24px);line-height:1.35}.page-host .testimonial blockquote em{color:#be185d;font-variation-settings:"SOFT" 100;font-style:italic}.page-host .testimonial cite{font-family:var(--sans);color:var(--ink-soft);margin-top:14px;font-size:14px;font-style:normal;display:block}.page-host .testimonial cite strong{color:var(--ink);font-weight:600}.page-host .testimonial .stars{color:var(--yellow-deep);letter-spacing:2px}.page-host .get-started{padding:72px 0 8px}.page-host .gs-banner{background:var(--ink);color:var(--cream);border-radius:var(--radius-lg);text-align:center;padding:56px 52px;position:relative;overflow:hidden}.page-host .gs-banner:before{content:"";background:var(--purple-mid);opacity:.38;border-radius:50%;width:300px;height:300px;position:absolute;top:-160px;left:-60px}.page-host .gs-banner:after{content:"";background:var(--pink);opacity:.32;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-70px;right:-40px}.page-host .gs-inner{z-index:2;max-width:660px;margin:0 auto;position:relative}.page-host .gs-banner h2{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"SOFT" 60;margin-bottom:14px;font-size:clamp(30px,3.6vw,44px);font-weight:400;line-height:1.1}.page-host .gs-banner h2 em{color:var(--yellow);font-variation-settings:"SOFT" 100;font-style:italic}.page-host .gs-banner p{opacity:.82;margin-bottom:28px;font-size:16px}.page-host .gs-steps{flex-wrap:wrap;justify-content:center;gap:28px;margin-bottom:32px;display:flex}.page-host .gs-step{opacity:.9;align-items:center;gap:9px;font-size:14px;display:flex}.page-host .gs-step .n{background:#fbf3ea29;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:inline-flex}.page-host .gs-note{opacity:.6;margin-top:16px;font-size:13px}.page-host .faq{padding:72px 0 24px}.page-host .faq-list{flex-direction:column;gap:12px;max-width:780px;margin:0 auto;display:flex}.page-host .faq-item{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s;overflow:hidden}.page-host .faq-item[open]{border-color:var(--purple-soft);box-shadow:0 12px 28px -18px #2a1b3d2e}.page-host .faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;font-size:15.5px;font-weight:500;list-style:none;display:flex}.page-host .faq-item summary::-webkit-details-marker{display:none}.page-host .faq-item summary:hover{color:var(--purple)}.page-host .faq-x{background:var(--lavender);width:26px;height:26px;color:var(--purple);border-radius:50%;flex:none;transition:transform .25s,background .2s;position:relative}.page-host .faq-x:before,.page-host .faq-x:after{content:"";background:currentColor;border-radius:2px;position:absolute;top:50%;left:50%}.page-host .faq-x:before{width:11px;height:2px;transform:translate(-50%,-50%)}.page-host .faq-x:after{width:2px;height:11px;transform:translate(-50%,-50%)}.page-host .faq-item[open] .faq-x{background:var(--purple);color:#fff;transform:rotate(45deg)}.page-host .faq-body{color:var(--ink-soft);max-width:660px;padding:0 22px 20px;font-size:14.5px}.page-host .faq-body a{color:var(--purple);font-weight:500}.page-host .faq-body a:hover{text-decoration:underline}.page-host .faq-more{text-align:center;color:var(--ink-soft);margin-top:28px;font-size:14px}.page-host .faq-more a{color:var(--purple);font-weight:500}.page-host .faq-more a:hover{text-decoration:underline}.page-host footer{background:var(--ink);color:var(--cream);margin-top:80px;padding:60px 0 28px}.page-host .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;margin-bottom:48px;display:grid}.page-host .footer-brand .logo{color:var(--cream)}.page-host .footer-brand p{color:#fbf3ea8c;max-width:320px;margin-top:14px;font-size:14px}.page-host footer h4{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:#fbf3ea80;margin-bottom:16px;font-size:12px;font-weight:500}.page-host footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.page-host footer ul a{color:var(--cream);opacity:.8;font-size:14px;transition:opacity .2s,color .2s}.page-host footer ul a:hover{opacity:1;color:var(--pink-soft)}.page-host .footer-base{color:#fbf3ea80;border-top:1px solid #fbf3ea1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;font-size:13px;display:flex}@media (max-width:1024px){.page-host .nav-inner{padding:14px 28px}.page-host .hero-grid{grid-template-columns:1fr;gap:24px}.page-host .hero-visual{display:none}.page-host .steps{grid-template-columns:repeat(2,1fr)}.page-host .plans{grid-template-columns:1fr;max-width:460px;margin:0 auto}.page-host .plan-premium{order:-1}.page-host .why-grid{grid-template-columns:repeat(2,1fr)}.page-host .calc{grid-template-columns:1fr}}@media (max-width:720px){.page-host .nav-inner{gap:16px;padding:12px 20px}.page-host .nav-anchor{display:none}.page-host .hero{padding:40px 0 48px}.page-host .hero-stats{gap:24px}.page-host .steps,.page-host .why-grid{grid-template-columns:1fr}.page-host .testimonial{text-align:center;flex-direction:column;padding:36px 28px}.page-host .gs-banner{padding:44px 28px}.page-host .gs-steps{flex-direction:column;align-items:flex-start;gap:12px;width:fit-content;margin-left:auto;margin-right:auto}.page-host .calc-controls,.page-host .calc-result{padding:28px 24px}.page-host .footer-grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:480px){.page-host .footer-grid{grid-template-columns:1fr;gap:32px}.page-host .hero-ctas .btn{justify-content:center;width:100%}.page-host .nav-links .btn-ghost{display:none}}
