
:root { color-scheme: dark; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #090e19; color: #f8fafc; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at top, #173054 0, #090e19 42rem); }
a { color: inherit; }
.profile-shell, .directory-shell { width: min(100% - 2rem, 72rem); margin: 0 auto; padding: 2rem 0 4rem; }
.profile-card { max-width: 50rem; margin: 0 auto; overflow: hidden; border: 1px solid #27354a; border-radius: 1.5rem; background: #101827; box-shadow: 0 1.5rem 4rem #0008; }
.cover { display: block; width: 100%; height: clamp(10rem, 28vw, 18rem); object-fit: cover; }
.cover-placeholder { background: linear-gradient(135deg, #194d73, #101827); }
.profile-content { position: relative; padding: 4.75rem clamp(1.25rem, 5vw, 3rem) 2.5rem; }
.avatar { position: absolute; top: -4rem; width: 8rem; height: 8rem; border: .35rem solid #101827; border-radius: 50%; object-fit: cover; background: #1e293b; }
.avatar-placeholder { display: grid; place-items: center; font-size: 2rem; font-weight: 800; background: #1c78b7; }
.eyebrow { margin: 0 0 .5rem; color: #54c7ff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.08; }
.nickname, .location { margin: .5rem 0 0; color: #9fb0c6; }
.description { margin: 1.5rem 0; color: #d7e0ec; font-size: 1.05rem; line-height: 1.7; }
.description > :first-child { margin-top: 0; }
.description > :last-child { margin-bottom: 0; }
.description ul, .description ol { padding-left: 1.5rem; }
.description blockquote { margin-left: 0; padding-left: 1rem; border-left: .2rem solid #54c7ff; color: #bdcada; }
.facts { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.facts div { min-width: 10rem; padding: .9rem 1rem; border-radius: .8rem; background: #182337; }
.facts strong, .facts span { display: block; }
.facts span { margin-top: .2rem; color: #9fb0c6; font-size: .8rem; }
.tag-section { margin-top: 1.75rem; }
.tag-section h2 { margin-bottom: .75rem; font-size: 1rem; }
.tag-section ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.tag-section li { padding: .45rem .75rem; border: 1px solid #2e4664; border-radius: 999px; color: #cfdae8; font-size: .85rem; }
.primary-action { display: block; margin-top: 2rem; padding: .9rem 1.2rem; border-radius: .75rem; background: #1c9fe3; color: #06111d; font-weight: 800; text-align: center; text-decoration: none; }
.primary-action:hover { background: #53c6ff; }
.back-link { display: block; margin-top: 1rem; color: #a8bad0; text-align: center; }
.directory-shell header { max-width: 46rem; padding: 3rem 0; }
.directory-shell header > p:last-child { color: #bdcada; font-size: 1.1rem; line-height: 1.6; }
.pilot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.pilot-card { display: flex; align-items: center; gap: .9rem; min-height: 6rem; padding: 1rem; border: 1px solid #27354a; border-radius: 1rem; background: #101827; text-decoration: none; }
.pilot-card:hover { border-color: #54c7ff; transform: translateY(-2px); }
.pilot-card img, .list-avatar { flex: 0 0 3.75rem; width: 3.75rem; height: 3.75rem; border-radius: 50%; object-fit: cover; }
.list-avatar { display: grid; place-items: center; background: #1c78b7; font-weight: 800; }
.pilot-card strong, .pilot-card small { display: block; }
.pilot-card small { margin-top: .2rem; color: #9fb0c6; }
.store-avatar { border-radius: 1.25rem; }
.store-summary { margin: 1.5rem 0 0; color: #eef4fb; font-size: 1.2rem; font-weight: 700; }
.store-summary > :first-child { margin-top: 0; }
.store-summary > :last-child { margin-bottom: 0; }
.secondary-action { display: block; margin-top: 1.25rem; padding: .8rem 1rem; border: 1px solid #3a5878; border-radius: .75rem; color: #cfe5fb; text-align: center; text-decoration: none; }
.post-shell { width: min(100% - 2rem, 46rem); margin: 0 auto; padding: 2rem 0 4rem; }
.seo-post { padding: clamp(1.25rem, 5vw, 2.5rem); border: 1px solid #27354a; border-radius: 1.5rem; background: #101827; box-shadow: 0 1.5rem 4rem #0008; }
.post-author { display: flex; align-items: center; gap: 1rem; }
.post-author > img, .post-author > span { display: grid; width: 4rem; height: 4rem; flex: 0 0 4rem; place-items: center; border-radius: 50%; object-fit: cover; background: #1c78b7; font-weight: 800; }
.post-author h1 { font-size: clamp(1.35rem, 4vw, 2rem); }
.post-author time, .post-card time { display: block; margin-top: .25rem; color: #8fa3bb; font-size: .8rem; }
.post-content { margin-top: 1.5rem; }
.post-media { display: grid; gap: .75rem; margin-top: 1.5rem; overflow: hidden; border-radius: 1rem; }
.post-media img, .post-media video { display: block; width: 100%; max-height: 42rem; border-radius: 1rem; object-fit: contain; background: #080d17; }
.post-media > a { padding: 1rem; border: 1px solid #30445e; border-radius: .75rem; text-align: center; }
.post-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 0; padding: 0; color: #54c7ff; list-style: none; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.post-card { display: block; height: 100%; overflow: hidden; border: 1px solid #27354a; border-radius: 1rem; background: #101827; text-decoration: none; }
.post-card > img, .post-card-placeholder { display: grid; width: 100%; height: 12rem; place-items: center; object-fit: cover; background: linear-gradient(135deg, #194d73, #101827); color: #54e0df; font-size: 1.5rem; font-weight: 900; }
.post-card > div:last-child { padding: 1rem; }
.post-card p { margin: .6rem 0; color: #bdcada; line-height: 1.45; }
.landing-page { background: #0d1420; color: #fff; }
.section-container { width: 100%; max-width: 1080px; margin: 0 auto; padding-inline: clamp(1rem, 4vw, 2rem); box-sizing: border-box; }
.landing-nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 5rem; padding: .5rem max(1rem, calc((100% - 1080px) / 2)); background: #151e2bfa; box-shadow: 0 .25rem 1rem #0005; }
.landing-nav a { text-decoration: none; }
.landing-brand img { display: block; width: 5.2rem; height: 3.5rem; object-fit: contain; }
.landing-nav > div { display: flex; align-items: center; gap: .75rem; }
.landing-nav > div a { padding: .7rem 1.15rem; border-radius: 999px; background: #54e0df; color: #07131d; font-weight: 800; }
.landing-nav > div .nav-login { background: transparent; color: #54e0df; }
.original-hero { position: relative; min-height: clamp(360px, 49vw, 580px); background-position: center; background-repeat: no-repeat; background-size: cover; }
.hero-overlay { position: absolute; inset: 0; background: #080d17a8; }
.hero-content { position: relative; z-index: 1; display: flex; min-height: inherit; flex-direction: column; justify-content: center; }
.hero-content h1 { max-width: 20ch; margin: 0; font-size: clamp(3rem, 7.5vw, 5.1rem); line-height: .95; letter-spacing: -.02em; font-weight: 800; text-wrap: balance; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: clamp(1.25rem, 3vw, 2rem); }
.pill-action { display: inline-block; padding: .9rem 2rem; border: .55rem solid #080d1780; border-radius: 999px; background: #54e0df; background-clip: padding-box; color: #07131d; font-weight: 800; text-align: center; text-decoration: none; }
.pill-action:hover { background-color: #87eeed; }
.hero-price { display: grid; }
.hero-price span { font-size: clamp(1.1rem, 2vw, 2rem); }
.hero-price strong { font-size: clamp(1.8rem, 3.3vw, 3rem); line-height: 1.1; }
.original-strapline { padding-block: clamp(1rem, 2.3vw, 1.35rem); border-block: 1px solid #ffffff33; text-align: center; font-size: clamp(1.2rem, 2.4vw, 2.2rem); line-height: 1.25; }
.original-intro { padding-block: clamp(2rem, 5vw, 4.4rem); }
.intro-row { display: grid; gap: 1.25rem; align-items: center; }
.intro-row + .intro-row { margin-top: clamp(2.4rem, 6vw, 5.6rem); }
.intro-media img { display: block; width: 100%; border-radius: 26px; object-fit: cover; }
.intro-copy h2 { margin: 0; font-size: clamp(2.1rem, 4.8vw, 4rem); line-height: 1.09; font-weight: 700; text-wrap: balance; }
.intro-copy > p { margin: 1rem 0 0; font-size: clamp(1rem, 1.6vw, 1.85rem); line-height: 1.35; }
.intro-copy ul { display: grid; gap: .45rem; margin: 1.15rem 0 0; font-size: clamp(1rem, 1.6vw, 1.85rem); line-height: 1.35; }
.intro-copy .intro-description { font-size: clamp(1.1rem, 2vw, 2rem); }
.original-platform, .original-benefits { padding-block: clamp(2.2rem, 5.8vw, 5rem); background: #080d17; }
.platform-main { display: block; width: min(100%, 980px); margin: 0 auto; border-radius: 28px; }
.platform-subtitle { width: min(100%, 880px); margin: clamp(1.2rem, 2.5vw, 2rem) auto 0; text-align: center; font-size: clamp(1.25rem, 2.5vw, 2.9rem); line-height: 1.25; }
.platform-row { display: grid; gap: 1.1rem; align-items: center; margin-top: clamp(2rem, 5.5vw, 4.8rem); }
.platform-row img { width: min(100%, 480px); border-radius: 24px; }
.platform-decorative-media { display: flex; width: 100%; align-items: center; }
.platform-decorative-media span { height: 2px; flex: 1; background: #ffffffb3; }
.platform-decorative-media img { width: clamp(3.25rem, 7vw, 5rem); padding: .7rem; border: 2px solid #ffffffb3; border-radius: 8px; }
.platform-row p { margin: 0; font-size: clamp(1.15rem, 2.8vw, 2.45rem); line-height: 1.2; }
.platform-row-copy { min-width: 0; }
.platform-row-copy h3 { margin: 0 0 .8rem; font-size: clamp(1.5rem, 3vw, 2.55rem); line-height: 1.08; }
.platform-row-copy p { margin: 0; }
.platform-row-detailed p { font-size: clamp(.95rem, 1.6vw, 1.35rem); line-height: 1.4; }
.platform-row-detailed p strong { font-weight: 800; }
.benefits-intro { width: min(100%, 720px); margin: 0 auto clamp(1.4rem, 3vw, 2.4rem); text-align: center; font-size: clamp(1rem, 1.7vw, 1.4rem); line-height: 1.4; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.9rem, 2.6vw, 1.6rem); }
.benefit-grid article { display: flex; min-height: clamp(160px, 20vw, 265px); flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: .85rem; border-radius: 22px; background: #111b29; text-align: center; }
.benefit-grid span { display: grid; width: 3rem; height: 3rem; place-items: center; border: 2px solid #54e0df; border-radius: 50%; color: #54e0df; font-weight: 800; }
.benefit-grid img { width: clamp(3.5rem, 7vw, 6rem); height: clamp(3.5rem, 7vw, 6rem); object-fit: contain; }
.benefit-grid h2 { max-width: 14ch; margin: 0; font-size: clamp(1.05rem, 1.9vw, 1.9rem); line-height: 1.2; }
.center-action { display: flex; justify-content: center; margin-top: clamp(1.4rem, 3.5vw, 2.5rem); }
.original-account { padding-block: clamp(1.6rem, 5vw, 4.8rem); }
.account-card { padding: clamp(1.35rem, 3.4vw, 3.4rem); border: 1px solid #ffffff1a; border-radius: 26px; background: #080d17; }
.account-card > h2 { margin: 0; font-size: clamp(2.3rem, 4.6vw, 4.4rem); line-height: .98; letter-spacing: -.02em; }
.account-card > p { margin: .95rem 0 0; color: #e1e7ef; font-size: clamp(1.05rem, 1.8vw, 1.45rem); line-height: 1.45; }
.reason-list { display: grid; gap: clamp(.95rem, 2.3vw, 1.7rem); margin-top: clamp(1.4rem, 3.5vw, 3rem); }
.reason-list article { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; }
.reason-list article > span { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: #54e0df; color: #07131d; font-weight: 900; }
.reason-list-numbered article { grid-template-columns: clamp(3.4rem, 7vw, 6rem) 1fr; }
.reason-list-numbered article > span { display: block; width: auto; height: auto; border-radius: 0; background: transparent; color: #fff; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .9; font-weight: 300; }
.reason-list h3 { margin: 0; font-size: clamp(1.05rem, 2vw, 1.9rem); }
.reason-list p { margin: .35rem 0 0; color: #e1e7ef; font-size: clamp(.95rem, 1.6vw, 1.45rem); line-height: 1.38; }
.store-directory { padding-block: clamp(2rem, 5vw, 4rem); background: #080d17; }
.store-directory h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.store-directory ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.store-directory li a { display: flex; align-items: center; gap: .9rem; min-height: 7rem; padding: 1rem; border: 1px solid #27354a; border-radius: 1rem; background: #111b29; text-decoration: none; }
.store-directory img, .store-directory li > a > span { display: grid; width: 4rem; height: 4rem; flex: 0 0 4rem; place-items: center; border-radius: .8rem; background: #1c78b7; object-fit: cover; font-weight: 800; }
.store-directory strong { display: block; }
.store-directory p { margin: .35rem 0; color: #bdcada; font-size: .85rem; }
.store-directory small { color: #8fa3bb; }
.original-testimonials { padding-block: clamp(1.25rem, 4vw, 3.2rem); }
.original-testimonials h2 { margin: 0 0 2rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.original-testimonials .section-container > div { display: grid; gap: clamp(1rem, 2.8vw, 1.8rem); }
.testimonial { display: flex; align-items: flex-start; gap: .9rem; }
.testimonial-reverse { flex-direction: row-reverse; }
.testimonial img { width: clamp(3.35rem, 8vw, 5.2rem); height: clamp(3.35rem, 8vw, 5.2rem); flex-shrink: 0; border: 1px solid #ffffff33; border-radius: 50%; object-fit: cover; }
.testimonial h3 { margin: 0; font-size: clamp(1.3rem, 2.1vw, 2.25rem); }
.testimonial p { margin: .28rem 0 0; color: #e1e7ef; font-size: clamp(1.03rem, 1.8vw, 1.55rem); line-height: 1.35; }
.original-final { padding: clamp(1.6rem, 4.8vw, 4.8rem) 0 clamp(2.5rem, 7vw, 6rem); }
.final-card { display: grid; align-items: center; gap: clamp(1rem, 2.8vw, 2.5rem); padding: clamp(1rem, 2.8vw, 3rem); border-radius: 28px; background: #080d17; }
.final-card h2 { margin: 0; font-size: clamp(2.35rem, 4.9vw, 4.6rem); line-height: .98; letter-spacing: -.02em; }
.final-card p { margin: .7rem 0 0; color: #e1e7ef; font-size: clamp(1.1rem, 2vw, 2rem); }
.final-card .pill-action { margin-top: clamp(1.05rem, 3vw, 2.1rem); }
.final-card img { width: min(100%, 320px); border-radius: 24px; justify-self: center; }
.landing-footer { display: grid; place-items: center; gap: 1rem; min-height: 8rem; padding: 2rem 1rem; background: #080d17; text-align: center; }
.landing-footer div { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.landing-footer p { margin: 0; color: #9fb0c6; }
@media (min-width: 48rem) { .intro-row, .platform-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4.2rem); } .intro-row .intro-copy { order: 1; } .intro-row .intro-media { order: 2; } .intro-row-reverse .intro-media { order: 1; } .intro-row-reverse .intro-copy { order: 2; } .platform-row-reverse > img, .platform-row-reverse > .platform-decorative-media { order: 2; justify-self: end; } .platform-row-reverse .platform-row-copy { order: 1; } .benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .reason-list article { grid-template-columns: 56px 1fr; gap: 1.1rem; } .testimonial { width: min(100%, 840px); } .testimonial-reverse { margin-left: auto; } .final-card { grid-template-columns: minmax(0, 1fr) auto; gap: clamp(2rem, 5vw, 5rem); } .final-card img { width: clamp(260px, 25vw, 360px); justify-self: end; } }
@media (max-width: 47.99rem) { .original-hero { min-height: 430px; background-position: 66% center; } .hero-content h1 { font-size: clamp(2.9rem, 12vw, 4.2rem); } .intro-copy h2 { font-size: clamp(2rem, 12vw, 3.4rem); } .platform-subtitle { font-size: clamp(1.05rem, 7.2vw, 1.9rem); } .platform-row p { font-size: clamp(1.05rem, 8.2vw, 1.8rem); } .final-card img { order: -1; } }
@media (max-width: 36rem) { .profile-shell, .directory-shell { width: min(100% - 1rem, 72rem); padding-top: .5rem; } .profile-card { border-radius: 1rem; } .landing-nav { min-height: 4rem; } .landing-brand img { width: 4rem; } .landing-nav > div a { padding: .55rem .7rem; font-size: .82rem; } }
