/* =============================================
   ANADELIA — CONVERSION FIRST LANDING
============================================= */

:root {
    --bg-main: #FAFAF7;
    --bg-card: #FFFFFF;
    --primary: #0B1F33;
    --accent: #007A5A;
    --cta: #2563EB;
    --cta-hover: #1D4ED8;
    --text-main: #0F172A;
    --text-muted: #64748B;
    --success: #10B981;
    --warning: #F59E0B;
    --danger: #DC2626;
    --border: rgba(15, 23, 42, 0.10);
    --border-strong: rgba(15, 23, 42, 0.16);
    --bg-soft: #F2F4EF;
    --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.07);
    --shadow-md: 0 18px 50px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 28px 80px rgba(15, 23, 42, 0.16);
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 32px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 28%),
        var(--bg-main);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.section-eyebrow,
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-eyebrow {
    justify-content: center;
    color: var(--accent);
    background: rgba(0, 122, 90, 0.10);
    border: 1px solid rgba(0, 122, 90, 0.18);
    margin: 0 auto 16px;
}

.section-eyebrow-left {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
}

.section-title,
.hero h1,
.final-cta-card h2 {
    font-family: 'Fraunces', Georgia, serif;
    letter-spacing: -0.04em;
    color: var(--primary);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 16px;
}

.section-title-left {
    text-align: left;
    margin-left: 0;
}

.section-title .accent {
  display: block;
  margin-top: 6px;
}

.section-intro,
.section-copy-left {
    color: var(--text-muted);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.75;
}

.section-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.section-copy-left {
    max-width: 560px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 22px;
    border: 1px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    cursor: pointer;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--cta);
    color: #fff;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.btn-primary:hover {
    background: var(--cta-hover);
    box-shadow: 0 18px 36px rgba(29, 78, 216, 0.28);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.82);
    color: var(--primary);
    border-color: var(--border-strong);
    box-shadow: var(--shadow-sm);
}

.btn-outline:hover,
.btn-ghost:hover {
    background: #fff;
    border-color: rgba(37, 99, 235, 0.24);
}

.btn-ghost {
    background: transparent;
    color: var(--text-muted);
    border-color: transparent;
}

.btn-lg {
    min-height: 56px;
    padding: 16px 28px;
    font-size: 16px;
}

.btn-header {
    padding: 11px 16px;
    font-size: 14px;
}

.btn-block {
    width: 100%;
}

.btn-disabled {
    background: #e5e7eb !important;
    color: #94a3b8 !important;
    border-color: #e5e7eb !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
    transform: none !important;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(250, 250, 247, 0.84);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo,
.header-nav,
.header-ctas {
    display: flex;
    align-items: center;
}

.brand-lockup {
    height: 44px;
    width: auto;
    max-width: 220px;
}

.header-nav {
    gap: 6px;
}

.header-ctas {
    gap: 10px;
    flex-wrap: wrap;
}

.guide-menu {
    position: relative;
}

.guide-menu summary {
    list-style: none;
}

.guide-menu summary::-webkit-details-marker {
    display: none;
}

.guide-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.guide-menu-trigger::after {
    content: "▾";
    font-size: 12px;
    color: var(--text-muted);
    transition: transform 0.18s ease;
}

.guide-menu[open] .guide-menu-trigger::after,
.guide-menu:hover .guide-menu-trigger::after {
    transform: translateY(1px);
}

.guide-menu-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 280px;
    display: grid;
    gap: 4px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 120;
}

.guide-menu-dropdown a {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.guide-menu-dropdown a:hover,
.guide-menu-dropdown a:focus-visible {
    background: rgba(37, 99, 235, 0.08);
    outline: none;
}

.guide-menu-mobile {
    display: none;
    width: 100%;
}

.guide-menu-mobile .guide-menu-trigger {
    width: 100%;
    justify-content: center;
}

.guide-menu-mobile .guide-menu-dropdown {
    position: static;
    min-width: 0;
    margin-top: 10px;
    box-shadow: var(--shadow-sm);
}

.nav-link {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.8);
    color: var(--primary);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 64px 0 40px;
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    opacity: 0.7;
}

.hero-glow-left {
    top: -120px;
    left: -120px;
    background: rgba(37, 99, 235, 0.12);
}

.hero-glow-right {
    top: 0;
    right: -100px;
    background: rgba(16, 185, 129, 0.14);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 48px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.hero-badge {
    color: var(--accent);
    background: rgba(0, 122, 90, 0.10);
    border: 1px solid rgba(0, 122, 90, 0.18);
    margin-bottom: 20px;
    flex-wrap: nowrap;
    max-width: 760px;
    justify-content: flex-start;
    white-space: nowrap;
}

.hero-badge-divider {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0, 122, 90, 0.46);
}

.hero h1 {
    font-size: clamp(2.8rem, 6.4vw, 4.8rem);
    line-height: 0.98;
    max-width: 680px;
    margin-bottom: 20px;
}

.hero .accent {
    color: var(--cta);
}

.hero-sub {
    max-width: 620px;
    font-size: clamp(1.08rem, 2.1vw, 1.28rem);
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 28px;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-usage-note {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-usage-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    padding: 9px 12px;
    font-size: 16px;
}

.hero-usage-inline {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.hero-usage-note-mobile {
    position: absolute;
    right: 6px;
    bottom: -96px;
    z-index: 4;
    max-width: 330px;
}

.hero-points {
    display: grid;
    gap: 12px;
    max-width: 620px;
}

.hero-point {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    color: var(--primary);
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.hero-point::before,
.proof-bullet::before,
.compare-list li::before,
.beta-apply-points li::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-point::before,
.proof-bullet::before,
.beta-apply-points li::before {
    background: var(--success);
}

.hero-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
    max-width: 700px;
}

.proof-metric {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 14px 16px;
}

.proof-metric strong {
    display: block;
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 4px;
}

.proof-metric span {
    display: block;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.5;
}

.hero-stage {
    position: relative;
    min-height: 640px;
}

.hero-stage-card {
    position: absolute;
    overflow: hidden;
    background: var(--bg-card);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-lg);
}

.hero-stage-desktop {
    inset: 36px 36px 86px 0;
    border-radius: var(--radius-lg);
    padding-top: 42px;
}

.hero-stage-desktop img {
    width: 100%;
    height: calc(100% - 42px);
    object-fit: cover;
    object-position: top left;
}

.device-topbar {
    position: absolute;
    top: 14px;
    left: 18px;
    display: flex;
    gap: 8px;
}

.device-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.18);
}

.hero-stage-mobile,
.carousel-phone-frame {
    background: linear-gradient(180deg, #162033 0%, #0b1f33 100%);
}

.hero-stage-mobile {
    width: 232px;
    right: 0;
    bottom: 0;
    padding: 18px 10px 12px;
    border-radius: 34px;
}

.hero-stage-mobile img,
.carousel-phone-frame img {
    width: 100%;
    aspect-ratio: 1170 / 2532;
    object-fit: cover;
    object-position: top center;
    background: #fff;
    position: relative;
    z-index: 2;
}

.hero-stage-mobile img {
    border-radius: 26px;
}

.phone-placeholder {
    position: absolute;
    inset: 18px 10px 12px;
    border-radius: 26px;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fbff 100%);
    border: 1px dashed rgba(37, 99, 235, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 14px;
    color: var(--text-muted);
    z-index: 1;
}

.phone-frame-shell.phone-has-image .phone-placeholder {
    display: none;
}

.phone-frame-shell.phone-image-missing .phone-preview-image {
    display: none;
}

.phone-placeholder-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.phone-placeholder-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.phone-placeholder-hint {
    font-size: 11px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.device-label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(11, 31, 51, 0.78);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.hero-floating-note {
    position: absolute;
    max-width: 220px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 14px 16px;
    box-shadow: var(--shadow-md);
}

.hero-floating-note strong {
    display: block;
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 4px;
}

.hero-floating-note span {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.5;
}

.note-left {
    left: -10px;
    bottom: 92px;
}

.note-right {
    top: 8px;
    right: 28px;
}

.vision-strip,
.how-section,
.final-cta {
    padding: 88px 0;
}

.benefits,
.beta-apply {
    padding: 88px 0;
    background: var(--bg-soft);
}

.plans {
    padding: 88px 0;
    background: #fff;
}

.proof-shell,
.beta-apply-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 28px;
    align-items: center;
}

.proof-bullets {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.proof-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px 16px;
    color: var(--primary);
    font-weight: 600;
    box-shadow: var(--shadow-sm);
}

.proof-visual-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--bg-card);
    box-shadow: var(--shadow-lg);
}

.compare-section {
    padding: 88px 0;
}

.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.compare-card {
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.compare-card h3 {
    font-size: 28px;
    line-height: 1.15;
    color: var(--primary);
    margin-bottom: 18px;
}

.compare-card-problem {
    background: #fff;
    border: 1px solid rgba(220, 38, 38, 0.14);
}

.compare-card-solution {
    background: linear-gradient(180deg, rgba(0, 122, 90, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(0, 122, 90, 0.16);
}

.compare-label {
    display: inline-flex;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.compare-label-problem {
    color: var(--danger);
    background: rgba(220, 38, 38, 0.08);
}

.compare-label-solution {
    color: var(--accent);
    background: rgba(0, 122, 90, 0.10);
}

.compare-list {
    display: grid;
    gap: 14px;
}

.compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-muted);
    line-height: 1.7;
}

.compare-list li::before,
.beta-apply-points li::before {
    margin-top: 0.5em;
}

.compare-card-problem .compare-list li::before {
    background: var(--danger);
}

.compare-card-solution .compare-list li::before {
    background: var(--success);
}

.benefits-intro {
    margin-bottom: 32px;
}

.benefits-grid,
.steps-grid {
    display: grid;
    gap: 24px;
}

.benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card,
.step-card,
.plan-card,
.beta-apply-card,
.final-cta-card {
    background: var(--bg-card);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
}

.benefit-card {
    border-radius: var(--radius-md);
    padding: 28px;
}

.benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.benefit-icon-success {
    background: rgba(16, 185, 129, 0.12);
}

.benefit-icon-info {
    background: rgba(37, 99, 235, 0.10);
}

.benefit-card h3,
.step-card h3,
.plan-name {
    color: var(--primary);
}

.benefit-card h3 {
    font-size: 22px;
    line-height: 1.22;
    margin-bottom: 10px;
}

.benefit-card p,
.step-card p,
.plan-tagline,
.flow-note,
.plans-reassurance,
.beta-apply-intro,
.beta-form-help,
.footer-brand p,
.footer-bottom,
.footer-col a {
    color: var(--text-muted);
}

.benefit-card p {
    line-height: 1.75;
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 34px 0 38px;
}

.step-card {
    border-radius: 22px;
    padding: 24px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.12);
    color: var(--cta);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
}

.step-card h3 {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 10px;
}

.carousel-wrapper {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 34px;
}

.carousel-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 22px;
    align-items: start;
}

.carousel-frame {
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-lg);
    background: #0f1f35;
    border: 1px solid rgba(15, 23, 42, 0.16);
    box-shadow: var(--shadow-lg);
}

.carousel-frame::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 36px;
    background: #203149;
    z-index: 5;
}

.carousel-frame::after {
    content: '● ● ●';
    position: absolute;
    top: 9px;
    left: 18px;
    color: rgba(255, 255, 255, 0.30);
    font-size: 10px;
    letter-spacing: 3px;
    z-index: 6;
}

.carousel-slide {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: calc(100% - 36px);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    position: relative;
    z-index: 2;
}

.slide-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, #0f1f35 0%, #243b59 100%);
    z-index: 1;
}

.slide-placeholder .ph-icon {
    font-size: 42px;
}

.slide-placeholder .ph-name {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    font-weight: 700;
}

.slide-placeholder .ph-hint {
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.06);
}

.slide-counter {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 10;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(11, 31, 51, 0.56);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.carousel-phone-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-phone-frame {
    position: relative;
    width: 220px;
    min-height: 462px;
    padding: 18px 10px 12px;
    border-radius: 34px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    box-shadow: var(--shadow-lg);
}

.carousel-phone-frame img {
    border-radius: 26px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.94);
    color: var(--primary);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    font-size: 22px;
    z-index: 20;
}

.carousel-btn:hover {
    transform: translateY(-50%) scale(1.04);
}

.carousel-btn-prev {
    left: -2px;
}

.carousel-btn-next {
    right: -2px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.carousel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(15, 23, 42, 0.18);
    cursor: pointer;
    transition: all 0.24s ease;
}

.carousel-dot.active {
    width: 28px;
    border-radius: 999px;
    background: var(--cta);
}

.carousel-caption {
    text-align: center;
    min-height: 24px;
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 600;
}

.plans-reassurance {
    text-align: center;
    max-width: 700px;
    margin: 14px auto 34px;
    font-size: 15px;
    line-height: 1.7;
}

.plans-reassurance-secondary {
    text-align: center;
    max-width: 760px;
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.plans-reassurance-card {
    max-width: 760px;
    margin: -20px auto 34px;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid rgba(16, 185, 129, 0.18);
    background: rgba(16, 185, 129, 0.08);
    box-shadow: var(--shadow-sm);
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}

.plan-card {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    padding: 30px 26px;
    box-shadow: var(--shadow-sm);
}

.plan-card-semilla {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.06) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.plan-card-crecimiento {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.plan-card.featured {
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08), var(--shadow-md);
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 26px;
    z-index: 3;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.badge-popular {
    background: rgba(37, 99, 235, 0.12);
    color: var(--cta);
}

.plan-name {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
}

.plan-tagline {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.plan-price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 12px;
}

.plan-price .currency {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-muted);
    transform: translateY(-12px);
}

.plan-price .amount {
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--primary);
}

.plan-price .period {
    font-size: 15px;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 6px;
}

.plan-beta {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    background: rgba(16, 185, 129, 0.10);
    color: var(--accent);
    margin-bottom: 20px;
}

.plan-divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
    margin-bottom: 20px;
}

.plan-features {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-main);
    line-height: 1.65;
}

.feat-check {
    color: var(--success);
    font-weight: 800;
    margin-top: 2px;
    flex-shrink: 0;
}

.feat-inherit,
.feat-inherit-text {
    color: var(--text-muted);
}

.flow-zone {
    text-align: center;
    border-radius: 20px;
    padding: 16px;
    background: rgba(37, 99, 235, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.plan-card .flow-zone .btn {
    min-height: 50px;
}

.flow-note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
}

.final-cta-card {
    text-align: center;
    border-radius: var(--radius-lg);
    padding: 48px 28px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.10), transparent 28%),
        #fff;
}

.final-cta-card h2 {
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    line-height: 1.02;
    max-width: 820px;
    margin: 0 auto 16px;
}

.final-cta-card p {
    max-width: 660px;
    margin: 0 auto 26px;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.beta-apply-copy {
    padding-right: 14px;
}

.beta-apply-intro {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.beta-apply-points {
    display: grid;
    gap: 12px;
}

.beta-apply-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.75;
}

.beta-apply-card {
    border-radius: var(--radius-md);
    padding: 28px;
}

.beta-form {
    display: grid;
    gap: 16px;
}

.beta-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.beta-field {
    display: grid;
    gap: 8px;
}

.beta-field span {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
}

.beta-field input,
.beta-field textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 16px;
    background: #fff;
    padding: 14px 16px;
    font: inherit;
    color: var(--text-main);
    resize: vertical;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.beta-field input:focus,
.beta-field textarea:focus {
    outline: none;
    border-color: rgba(37, 99, 235, 0.34);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.beta-field textarea {
    min-height: 118px;
}

.beta-form-help {
    text-align: center;
    font-size: 13px;
}

.beta-form-status {
    min-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.beta-form-status.is-success {
    color: var(--success);
}

.beta-form-status.is-error {
    color: var(--danger);
}

.faq-section,
.legal-section {
    padding: 88px 0;
    background: var(--bg-main);
}

.faq-section {
    background: #fff;
}

.faq-grid {
    max-width: 880px;
    margin: 36px auto 0;
    display: grid;
    gap: 14px;
}

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: var(--shadow-sm);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 800;
    color: var(--primary);
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    float: right;
    color: var(--accent);
    font-size: 20px;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin-top: 12px;
    color: var(--text-muted);
    line-height: 1.75;
}

.legal-section {
    background: var(--bg-soft);
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
}

.legal-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.legal-card h3 {
    color: var(--primary);
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.legal-card p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-card a {
    color: var(--accent);
    font-weight: 700;
}

.legal-note {
    max-width: 820px;
    margin: 32px auto 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.footer {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.72);
    padding: 56px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr 1fr;
    gap: 34px;
    margin-bottom: 32px;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 12px;
}

.footer-col h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}

.footer-col ul {
    display: grid;
    gap: 10px;
}

.footer-col a {
    font-size: 14px;
}

.footer-col a:hover,
.footer-brand a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .hero-grid,
    .proof-shell,
    .beta-apply-shell,
    .carousel-showcase,
    .compare-grid,
    .steps-grid,
    .benefits-grid,
    .plans-grid,
    .footer-grid,
    .legal-grid,
    .seo-page-grid {
         grid-template-columns: 1fr;
}

    .hero-stage {
        min-height: 560px;
        max-width: 760px;
        margin: 0 auto;
    }

    .hero-proof-strip {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .carousel-phone-stage {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .container {
        width: min(100% - 28px, 1160px);
    }

    .header-nav {
        display: none;
    }

    .header-inner {
        min-height: 70px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0;
        gap: 12px;
    }

    .logo {
        width: auto;
        justify-content: center;
    }

    .header-ctas {
        width: 100%;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .header-ctas {
        gap: 8px;
    }

    .guide-menu-mobile {
        display: block;
        width: auto;
    }

    .guide-menu-mobile .guide-menu-trigger,
    .btn-header {
        width: 100%;
        min-width: 0;
        white-space: normal;
        text-align: center;
    }

    .social-link-header {
        width: 100%;
        min-width: 0;
    }

    .hero,
    .vision-strip,
    .compare-section,
    .benefits,
    .how-section,
    .plans,
    .final-cta,
    .beta-apply,
    .faq-section,
    .legal-section {
        padding: 64px 0;
    }

    .hero {
        padding-top: 34px;
    }

    .hero h1 {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .seo-page-hero,
    .seo-page-section,
    .seo-page-cta {
        padding: 24px;
    }

    .hero-sub {
        font-size: 1.02rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-stage {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .hero-stage-desktop,
    .hero-stage-mobile {
        position: relative;
        inset: auto;
    }

    .hero-stage-desktop {
        width: 100%;
        max-width: 620px;
    }

    .hero-stage-mobile {
        width: min(52vw, 220px);
        margin-top: -34px;
        align-self: flex-end;
    }

    .hero-usage-note-mobile {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 auto 12px;
        max-width: 520px;
    }

    .hero-floating-note {
        display: none;
    }

    .carousel-wrapper {
        padding: 0 12px;
    }

    .carousel-phone-frame {
        width: min(52vw, 210px);
        min-height: auto;
    }

    .beta-form-grid {
        grid-template-columns: 1fr;
    }

    .final-cta-card {
        padding: 38px 22px;
    }
}

@media (max-width: 560px) {
    .brand-lockup {
        height: 34px;
        max-width: 170px;
    }

    .header-inner {
        gap: 10px;
    }

    .header-ctas {
        grid-template-columns: minmax(0, 1fr);
    }

    .btn,
    .btn-header,
    .guide-menu-mobile .guide-menu-trigger {
        width: 100%;
        white-space: normal;
    }

    .social-link-header {
        width: 100%;
        border-radius: 14px;
        min-height: 44px;
    }

    .hero-badge,
    .section-eyebrow {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-badge {
        flex-wrap: wrap;
        white-space: normal;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .hero-usage-note {
        gap: 10px;
    }

    .hero-stage-desktop,
    .proof-visual-card,
    .final-cta-card {
        border-radius: 22px;
    }

    .hero-stage-mobile {
        width: 148px;
        padding: 12px 7px 10px;
        border-radius: 24px;
        align-self: center;
        margin-top: -16px;
    }

    .device-label {
        max-width: calc(100% - 20px);
        font-size: 11px;
        padding: 7px 10px;
    }

    .hero-stage-mobile img,
    .carousel-phone-frame img {
        border-radius: 18px;
    }

    .phone-placeholder {
        inset: 12px 7px 10px;
        border-radius: 18px;
    }

    .phone-notch {
        width: 56px;
        height: 10px;
    }

    .carousel-frame {
        border-radius: 20px;
    }

    .carousel-phone-frame {
        width: min(44vw, 160px);
        padding: 12px 7px 10px;
        border-radius: 24px;
    }

    .carousel-btn {
        width: 42px;
        height: 42px;
    }

    .compare-card,
    .benefit-card,
    .step-card,
    .plan-card,
    .beta-apply-card {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .plan-price .amount {
        font-size: 46px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.social-link:hover {
    transform: translateY(-1px);
}

.social-link svg,
.footer-social-link svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.social-link-header {
    width: 42px;
    height: 42px;
    color: var(--primary);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-sm);
}

.social-link-header:hover {
    background: #fff;
    border-color: rgba(37, 99, 235, 0.24);
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.seo-page {
    min-height: 100vh;
}

.seo-page-main {
    padding: 56px 0 88px;
}

.seo-page-shell {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

.seo-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
}

.seo-page-breadcrumb:hover {
    color: var(--primary);
}

.seo-page-hero,
.seo-page-section,
.seo-page-cta {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: var(--shadow-sm);
}

.seo-page-hero {
    padding: 34px 34px 30px;
}

.seo-page-hero h1 {
    font-family: 'Fraunces', Georgia, serif;
    color: var(--primary);
    font-size: clamp(2.3rem, 5vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
}

.seo-page-lead {
    max-width: 760px;
    color: var(--text-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

.seo-page-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.08fr 0.92fr;
}

.seo-page-section {
    padding: 28px;
}

.seo-page-section h2 {
    font-family: 'Fraunces', Georgia, serif;
    color: var(--primary);
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

.seo-page-section p {
    color: var(--text-muted);
    line-height: 1.8;
}

.seo-page-section p + p {
    margin-top: 14px;
}

.seo-page-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.seo-page-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--primary);
    line-height: 1.7;
}

.seo-page-list li::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--success);
    margin-top: 9px;
}

.seo-page-example {
    border-radius: 22px;
    padding: 18px 18px 16px;
    background: rgba(0, 122, 90, 0.08);
    border: 1px solid rgba(0, 122, 90, 0.16);
    margin-top: 18px;
}

.seo-page-example strong {
    display: block;
    color: var(--primary);
    margin-bottom: 8px;
}

.seo-page-cta {
    padding: 32px;
    text-align: center;
}

.seo-page-cta h2 {
    font-family: 'Fraunces', Georgia, serif;
    color: var(--primary);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.seo-page-cta p {
    max-width: 680px;
    margin: 0 auto 22px;
    color: var(--text-muted);
    line-height: 1.8;
}

.landing-home .landing-feed-hero-main,
.landing-home .landing-feed-value-stack {
    min-width: 0;
}

@media (max-width: 1024px) {
    .landing-home .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .landing-home .hero-copy {
        display: contents;
    }

    .landing-home .landing-feed-hero-main {
        order: 1;
    }

    .landing-home .hero-stage {
        order: 2;
        min-height: auto;
        max-width: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }

    .landing-home .hero-stage-desktop {
        display: none;
    }

    .landing-home .hero-stage-mobile {
        position: relative;
        inset: auto;
        width: min(68vw, 320px);
        margin: 0 auto;
        align-self: center;
    }

    .landing-home .hero-usage-note-mobile {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        max-width: 520px;
    }

    .landing-home .hero-floating-note {
        display: none;
    }

    .landing-home .landing-feed-value-stack {
        order: 3;
        display: grid;
        gap: 12px;
        max-width: 640px;
    }

    .landing-home .hero-points {
        gap: 14px;
    }

    .landing-home .hero-point {
        padding: 16px;
        border-radius: 18px;
        align-items: flex-start;
    }

    .landing-home .hero-proof-strip {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 0;
        max-width: none;
    }

    .landing-home .proof-metric {
        padding: 12px 14px;
        border-radius: 16px;
    }

    .landing-home .vision-strip {
        padding-top: 72px;
    }

    .landing-home .proof-shell {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 18px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: var(--shadow-md);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .landing-home .proof-copy {
        order: 2;
    }

    .landing-home .proof-visual {
        order: 1;
    }

    .landing-home .proof-visual-card {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .landing-home .vision-strip .section-title-left,
    .landing-home .compare-section .section-title {
        max-width: 12ch;
    }

    .landing-home .vision-strip .section-copy-left {
        max-width: 34rem;
        font-size: 1rem;
        line-height: 1.7;
    }

    .landing-home .proof-bullets {
        gap: 8px;
        margin-top: 14px;
    }

    .landing-home .proof-bullet {
        padding: 11px 14px;
        border-radius: 16px;
    }

    .landing-home .compare-section {
        padding-top: 72px;
    }

    .landing-home .compare-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 760px;
        margin: 28px auto 0;
    }

    .landing-home .compare-card {
        padding: 24px 22px;
        border-radius: 24px;
    }

    .landing-home .compare-card h3 {
        font-size: clamp(1.9rem, 3.6vw, 2.3rem);
        margin-bottom: 14px;
    }

    .landing-home .compare-list {
        gap: 12px;
    }

    .landing-home .how-section {
        padding-top: 72px;
    }

    .landing-home .steps-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
        max-width: 760px;
        margin: 24px auto 28px;
    }

    .landing-home .step-card {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .landing-home .step-card h3 {
        font-size: clamp(1.7rem, 3.2vw, 2rem);
        margin-bottom: 8px;
    }

    .landing-home .carousel-wrapper {
        max-width: 760px;
        padding: 0;
    }

    .landing-home .carousel-showcase {
        display: block;
    }

    .landing-home .carousel-phone-stage {
        display: none;
    }

    .landing-home .carousel-frame {
        aspect-ratio: 4 / 3;
        border-radius: 28px;
    }

    .landing-home .carousel-frame::before {
        height: 30px;
    }

    .landing-home .carousel-frame::after {
        top: 7px;
    }

    .landing-home .carousel-slide {
        top: 30px;
        height: calc(100% - 30px);
    }

    .landing-home .carousel-btn {
        width: 42px;
        height: 42px;
        top: auto;
        bottom: 18px;
        transform: none;
        z-index: 12;
    }

    .landing-home .carousel-btn:hover {
        transform: scale(1.04);
    }

    .landing-home .carousel-btn-prev {
        left: 14px;
    }

    .landing-home .carousel-btn-next {
        right: 14px;
    }

    .landing-home .carousel-dots {
        margin-top: 18px;
    }

    .landing-home .carousel-caption {
        max-width: 34rem;
        margin: 8px auto 0;
        min-height: 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .landing-home .plans {
        padding-top: 72px;
    }

    .landing-home .plans-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 760px;
    }

    .landing-home .plan-card-crecimiento {
        order: 1;
    }

    .landing-home .plan-card-semilla {
        order: 2;
    }

    .landing-home .plan-card {
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .landing-home .plan-card.featured {
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08), var(--shadow-md);
    }

    .landing-home .plan-name {
        font-size: clamp(2rem, 4vw, 2.35rem);
    }

    .landing-home .plan-tagline {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.55;
    }

    .landing-home .plan-price {
        margin-bottom: 10px;
    }

    .landing-home .plan-price .amount {
        font-size: clamp(3.1rem, 9vw, 4rem);
    }

    .landing-home .plan-beta {
        margin-bottom: 16px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .landing-home .plan-divider {
        margin-bottom: 16px;
    }

    .landing-home .plan-features {
        gap: 8px;
        margin-bottom: 18px;
    }

    .landing-home .plan-features li {
        gap: 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    .landing-home .flow-zone {
        padding: 12px;
        border-radius: 16px;
    }

    .landing-home .flow-note {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.55;
    }

    .landing-home .plans-reassurance {
        margin: 12px auto 24px;
        font-size: 14px;
        line-height: 1.55;
    }

    .landing-home .plans-reassurance-card {
        margin: -12px auto 24px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .landing-home .plans-reassurance-secondary {
        font-size: 13px;
        line-height: 1.6;
    }

    .landing-home .final-cta {
        padding-top: 72px;
    }

    .landing-home .final-cta-card {
        max-width: 760px;
        padding: 30px 20px;
        border-radius: 24px;
    }

    .landing-home .final-cta-card h2 {
        max-width: 12ch;
        margin: 0 auto 12px;
        font-size: clamp(2rem, 5vw, 2.6rem);
        line-height: 1.04;
    }

    .landing-home .final-cta-card p {
        max-width: 30rem;
        margin: 0 auto 20px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .landing-home .beta-apply {
        padding-top: 64px;
        background: rgba(242, 244, 239, 0.58);
    }

    .landing-home .beta-apply-shell {
        display: flex;
        flex-direction: column;
        gap: 14px;
        max-width: 760px;
    }

    .landing-home .beta-apply-copy {
        padding-right: 0;
    }

    .landing-home .beta-apply .section-title-left {
        max-width: 12ch;
    }

    .landing-home .beta-apply-intro {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .landing-home .beta-apply-points {
        gap: 10px;
    }

    .landing-home .beta-apply-points li {
        line-height: 1.6;
        font-size: 14px;
    }

    .landing-home .beta-apply-card {
        padding: 18px 16px;
        border-radius: 18px;
        box-shadow: var(--shadow-sm);
    }

    .landing-home .beta-form {
        gap: 14px;
    }

    .landing-home .beta-field span {
        font-size: 12px;
    }

    .landing-home .beta-field input,
    .landing-home .beta-field textarea {
        border-radius: 14px;
        padding: 13px 14px;
    }

    .landing-home .faq-section {
        padding-top: 72px;
    }

    .landing-home .faq-grid {
        max-width: 760px;
        margin-top: 24px;
        gap: 10px;
    }

    .landing-home .faq-item {
        padding: 15px 16px;
        border-radius: 16px;
    }

    .landing-home .faq-item summary {
        font-size: 15px;
        line-height: 1.45;
        padding-right: 28px;
    }

    .landing-home .faq-item summary::after {
        font-size: 18px;
    }

    .landing-home .faq-item p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.65;
    }

    .landing-home .legal-section {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .landing-home .legal-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 760px;
        margin-top: 24px;
    }

    .landing-home .legal-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .landing-home .legal-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .landing-home .legal-card p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 10px;
    }

    .landing-home .legal-note {
        max-width: 32rem;
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.55;
    }

    .landing-home .footer {
        padding-top: 36px;
    }

    .landing-home .footer-grid {
        gap: 18px;
    }

    .landing-home .footer-col ul {
        gap: 8px;
    }

    .landing-home .footer-col a,
    .landing-home .footer-brand p {
        font-size: 13px;
        line-height: 1.55;
    }
}
