:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f8f9;color:#111;scroll-behavior:smooth}*{box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#f8f8f9;overscroll-behavior-y:auto;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}button,.link-button{font:inherit}.app-shell{overflow-x:hidden;padding-top:72px}.app-shell--loading{min-height:100vh;padding-top:0}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8f8f9}.loading-card{width:min(100%,520px);text-align:center;padding:2.5rem 2rem;border-radius:1.5rem;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 24px 70px #11182712}.loading-card__spinner{width:3rem;height:3rem;margin:0 auto 1.5rem;border-radius:50%;border:4px solid rgba(239,29,140,.24);border-top-color:#ef1d8c;animation:loading-spin 1s linear infinite}.loading-card__title{margin:0;font-size:clamp(1.95rem,3vw,2.8rem);line-height:1.05;font-weight:800;color:#111}@keyframes loading-spin{to{transform:rotate(360deg)}}.topbar{position:fixed;top:0;left:0;right:0;width:100%;height:72px;z-index:50;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #00000014;transform:translateY(0);transition:transform .24s ease}.topbar--hidden{transform:translateY(-120%)}.topbar__container{width:min(100%,1260px);display:flex;align-items:center;justify-content:flex-start;gap:1rem}.topbar__brand{display:flex;align-items:center;gap:.9rem}.topbar__logo{height:40px;width:auto;max-width:260px;object-fit:contain}.topbar__text{color:#111;font-size:.95rem;font-weight:700;letter-spacing:.02em}.hero{display:grid;place-items:center;padding:0;background:#fff;text-align:center}.hero__image-card{width:min(100%,1260px);box-shadow:0 20px 46px #11182714;border-radius:1.75rem;overflow:hidden}.hero__image{width:100%;display:block;object-fit:cover}.hero__title,.hero__subtitle,.hero__badge,.hero__actions{display:none}.intro{padding:3rem 1.5rem;background:transparent}.intro__body{width:min(100%,1160px);margin:0 auto;text-align:left}.intro__eyebrow{margin:0 0 .75rem;color:#111827b8;font-size:.95rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700}.intro__title{margin:0;font-size:clamp(3rem,4vw,4.8rem);line-height:1.02;font-weight:900}.intro__title span{color:#ef1d8c}.intro__copy{margin:1.25rem 0 0;max-width:1160px;color:#111827b8;line-height:1.85;font-size:1.05rem}.highlight{padding:3rem 1.5rem 0;background:#fff}.highlight__body{width:min(100%,1160px);margin:0 auto}.highlight__title{margin:0 0 2rem;font-size:clamp(2.7rem,4vw,4.6rem);line-height:1.02;font-weight:900;color:#111}.highlight__title span{color:#ef1d8c}.highlight__cards{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.highlight__card{position:relative;overflow:hidden;min-height:170px;padding:1.7rem 1.6rem;border-radius:1.5rem;background:linear-gradient(180deg,#ffd500,#f8cb19);color:#111;box-shadow:0 16px 40px #11182714}.highlight__card-heading{margin:0 0 .75rem;font-size:2rem;font-weight:900}.highlight__card-copy{margin:0;color:#111827d1;font-size:1rem;line-height:1.7}.highlight__card-accent{position:absolute;top:0;right:0;width:80px;height:80px;border-bottom-left-radius:80px;background:#ef1d8c}.feature{padding:3rem 1.5rem;background:#f4f4f6}.feature__card{width:min(100%,1160px);margin:0 auto;padding:2rem 2rem 1.75rem;border-radius:1.75rem;background:#fff;box-shadow:0 20px 50px #11182714}.feature__title{margin:0 0 1.35rem;font-size:clamp(2.2rem,3vw,3.2rem);line-height:1.05;font-weight:900;color:#111}.feature__list{list-style:none;padding:0;margin:0;display:grid;gap:.95rem}.feature__item{display:flex;align-items:flex-start;gap:.85rem;color:#111827cc;font-size:1rem;line-height:1.8}.feature__bullet{width:.55rem;height:.55rem;margin-top:.4rem;border-radius:50%;background:#ef1d8c}.button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.7rem;border-radius:999px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease;font-weight:700}.button:hover,.link-button:hover{transform:translateY(-1px)}.button--primary{background:#ef1d8c;color:#fff}.button--secondary{background:#fff;color:#111;border:1px solid rgba(17,24,39,.08)}.section{padding:4rem 1.5rem;background:transparent}.section--packages{background:#ffd500;padding-top:3rem}.section--packages .section__container{max-width:1160px}.section--light{background:#fff}.section--carousel{background:#fff;padding-top:2.5rem;padding-bottom:2.5rem}.section__container{max-width:1260px;margin:0 auto}.carousel{display:grid;gap:1.5rem}.carousel__viewport{position:relative;min-height:320px}.carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease;display:grid;grid-template-columns:1fr;gap:1.5rem}.carousel__slide--active{position:relative;opacity:1;transform:translateY(0)}.carousel__image-placeholder{min-height:220px;border-radius:1.5rem;background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.08);overflow:hidden;display:grid}.carousel__image{width:100%;height:100%;object-fit:cover}.carousel__content{color:#111}.carousel__eyebrow{margin:0 0 .75rem;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;color:#111827a3}.carousel__title{margin:0 0 .75rem;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05;letter-spacing:-.04em}.carousel__subtitle,.carousel__note{margin:0;color:#111827cc;line-height:1.75}.carousel__controls{display:flex;align-items:center;justify-content:center;gap:1rem}.carousel__button{width:3rem;height:3rem;border-radius:50%;border:1px solid rgba(17,24,39,.12);background:#ef1d8c;color:#fff;font-size:1.5rem;cursor:pointer}.carousel__button:hover{background:#d21478}.carousel__dots{display:flex;align-items:center;gap:.65rem}.carousel__dot{width:.9rem;height:.9rem;border-radius:50%;border:none;background:#11182729;cursor:pointer}.carousel__dot--active{background:#f23d4f}@media (min-width: 900px){.carousel__slide{grid-template-columns:1.25fr 1fr;align-items:center}.carousel__image-placeholder{min-height:320px}}.section-title{font-size:clamp(3rem,4vw,4.8rem);margin:0 0 1rem;font-weight:800}.section-copy{max-width:760px;margin:0 auto 2rem;color:#111827b8;line-height:1.8}.section--packages .section-copy{max-width:1160px;margin:0 0 2rem}.benefits-grid,.packages-grid,.faq-list,.terms-list{display:grid;gap:1.25rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.benefit-card,.package-card,.faq-card,.terms-card{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:1.25rem;padding:1.45rem}.benefit-card{text-align:center}.benefit-card__title,.package-card__title,.faq-card__question{margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.benefit-card__description,.package-card__text,.faq-card__answer,.terms-card{color:#111827bd;line-height:1.7}.benefit-card__emoji{font-size:2.5rem;margin-bottom:.75rem}.packages-grid{grid-template-columns:repeat(2,minmax(420px,1fr))}.packages-carousel{position:relative;overflow:hidden;margin-top:2rem;width:100%}.packages-carousel__track{display:flex;transition:transform .3s ease;width:100%}.packages-carousel__slide{flex:0 0 100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%}.package-card{padding:2rem 1.8rem;display:flex;flex-direction:column;min-height:100%;background:#fff;border-radius:1.25rem;border:1px solid rgba(17,24,39,.08)}.package-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.package-card__top{color:#e6007e;font-size:1.95rem;font-weight:900;text-transform:uppercase}.package-card__speed{margin-top:.35rem;font-size:2.4rem;font-weight:900;letter-spacing:-.04em;color:#111}.package-card__pricing{text-align:right}.package-card__price{margin:.7rem 0 0;font-size:2.65rem;font-weight:900;letter-spacing:-.04em;color:#e6007e}.package-card__old-price{margin-top:.35rem;font-size:1rem;color:#11182780;text-decoration:line-through}.package-card__divider{margin:1.5rem 0;height:1px;background:linear-gradient(to right,#11182700,#1118271f,#11182700)}.package-card__feature-list{margin:0;padding:0;list-style:none;display:grid;gap:.85rem}.package-card__feature-item{display:flex;align-items:flex-start;gap:.75rem;color:#111827c7;line-height:1.85}.package-card__feature-item:before{content:"•";color:#ef1d8c;font-size:.95rem;line-height:1.85}.package-card__include{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;color:#111827c7;font-weight:700}.package-card__tag{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#f7df00;color:#111;font-size:.95rem;font-weight:700}.package-card__footer{margin-top:auto}.package-card__link{width:100%;justify-content:center}.packages-carousel__controls{margin-top:1.75rem;display:flex;justify-content:center;align-items:center}.carousel-dots{display:flex;gap:.75rem}.carousel-dot{width:.95rem;height:.95rem;border-radius:50%;border:none;background:#1118272e;cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-dot:hover{transform:scale(1.05);background:#1118274d}.carousel-dot--active{width:1rem;height:1rem;background:#ef1d8c}.terms-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.terms-card{padding:1.25rem}.faq-list{grid-template-columns:1fr}.faq-card{padding:1.5rem}.faq-card__question{margin-bottom:.75rem}.footer{padding:2rem 1.5rem;background:#f8f8f9;text-align:center}.footer__brand{font-size:.95rem;color:#11182799}.floating-cta{position:fixed;bottom:1.1rem;left:50%;transform:translate(-50%);z-index:60;width:min(100%,760px);padding:0 1rem}.floating-cta__content{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;border-radius:999px;background:#fffffffa;box-shadow:0 16px 40px #0000001f}.floating-cta__label{margin:0;font-size:1rem;font-weight:700;color:#111;white-space:nowrap}.floating-cta__button{display:inline-flex;align-items:center;gap:.75rem;padding:.95rem 1.5rem;color:#fff;background:#25d366;border-radius:999px;text-decoration:none;font-weight:700;min-width:170px;justify-content:center;transition:transform .2s ease,background .2s ease}.floating-cta__button:hover{transform:translateY(-1px);background:#1ebe5d}.floating-cta__icon{display:inline-flex;width:20px;height:20px;color:inherit}@media (max-width: 760px){.floating-cta__content{flex-direction:column;align-items:stretch;text-align:center}.floating-cta__button{width:100%;justify-content:center}}@media (min-width: 768px){.hero{padding-top:1rem;padding-bottom:4rem}.hero__actions{justify-content:center}.package-card__header{align-items:center}}@media (max-width: 900px){.topbar{padding:.85rem 1rem;justify-content:center;text-align:center;flex-wrap:wrap}.topbar__text{width:100%;margin-top:.25rem}.topbar__logo{height:34px;max-width:220px}.hero{padding:3.2rem 1.2rem 2.5rem}.hero__title{font-size:clamp(2rem,7vw,3.5rem)}.hero__subtitle{font-size:1rem;margin:1rem auto 1.8rem}.section{padding:3rem 1.2rem}.section-copy{margin-bottom:1.6rem}.carousel__viewport{min-height:260px}.carousel__slide{grid-template-columns:1fr;align-items:stretch}.carousel__image-placeholder{min-height:200px}.packages-grid,.benefits-grid,.terms-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 600px){.topbar{padding:.75rem .9rem}.topbar__logo{height:32px;max-width:190px}.hero{padding:2.6rem 1rem 2rem}.hero__subtitle{max-width:100%}.hero__actions{flex-direction:column;gap:.85rem}.button,.link-button{width:100%}.section-title{font-size:2rem}.section{padding:2.2rem 1rem}.package-card{padding:1.15rem}}@media (max-width: 600px){.topbar{padding:.75rem .9rem}.topbar__logo{height:34px}.hero{padding:2.6rem 1rem 2rem}.hero__subtitle{max-width:100%}.hero__actions{flex-direction:column;gap:.85rem}.button,.link-button{width:100%}.package-card{padding:1.25rem}.section-title{font-size:2rem}}
