/* ===============================================
   AJUSTES FINAIS - AntiSpam Brasil
   Para deixar EXATAMENTE como o design original
=============================================== */

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #0a1628;
    color: #E0E7FF;
    line-height: 1.6;
}

.section-tight {
    padding-top: clamp(3rem, 6vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 4rem);
    padding-inline: clamp(1.5rem, 5vw, 4rem);
}

.layout-wide {
    width: min(92vw, 1400px);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 3vw, 3rem);
}

.layout-medium {
    width: min(92vw, 1220px);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 3vw, 2.75rem);
}

.layout-narrow {
    width: min(92vw, 980px);
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 3vw, 2.5rem);
}

.layout-full {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: clamp(1rem, 4vw, 4rem);
}

.section-header {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.section-header h2 {
    margin: 0;
}

.section-header--center {
    text-align: center;
    align-items: center;
}

.section-title--center {
    text-align: center;
}

.section-header p,
.section-text {
    margin: 0;
    max-width: 48rem;
    text-align: left;
}

.section-footer {
    text-align: left;
}

.hero-note {
    text-align: left;
}

.cta-wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cta-wrapper h2,
.cta-wrapper p {
    text-align: left;
    margin: 0;
}

.cta-button {
    align-self: flex-start;
}

.cta-wrapper .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: clamp(0.9rem, 2.6vw, 1.05rem) clamp(2.2rem, 5vw, 2.8rem);
    border-radius: 999px;
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    min-height: 3.25rem;
    white-space: nowrap;
}

.cta-wrapper .cta-button svg {
    flex-shrink: 0;
}

.cta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.cta-item .icon-square {
    margin: 0;
}

.cta-icon-grid {
    justify-items: center;
    align-items: start;
    gap: clamp(0.75rem, 2.8vw, 1rem);
}

#mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 22, 40, 0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding-inline: clamp(1rem, 6vw, 1.5rem);
    padding-block: 1.5rem;
}

#mobile-menu.open {
    display: block;
}

#mobile-menu a {
    display: block;
    padding: 12px 0;
    color: #E0E7FF;
    font-weight: 500;
    text-align: left;
}

#mobile-menu.open {
    display: block;
}

:root {
    --verde-primario: #00FF88;
    --amarelo-pro: #FFD700;
    --vermelho-tag: #FF4757;
    --azul-metrica: #2196F3;
}

/* HERO - Fundo com gradiente mais forte */
#hero, .hero-section {
    background: linear-gradient(140deg, rgba(10, 22, 40, 0.92) 0%, rgba(6, 18, 32, 0.88) 50%, rgba(8, 26, 44, 0.92) 100%);
    position: relative;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 150%;
    background: radial-gradient(ellipse, rgba(0, 255, 136, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

#hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 40%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(33, 150, 243, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-shell {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.96), rgba(6, 16, 28, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    padding: clamp(2.4rem, 6vw, 4.2rem);
    box-shadow: 0 18px 56px rgba(4, 12, 24, 0.4);
    overflow: hidden;
}

.hero-shell::after {
    content: none;
}

.surface-panel {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.95), rgba(6, 14, 26, 0.97));
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 28px;
    padding: clamp(2.1rem, 4.5vw, 3.6rem);
    box-shadow: 0 16px 52px rgba(4, 12, 24, 0.38);
    overflow: hidden;
}

.surface-panel::before {
    content: none;
}

/* PROBLEMA SECTION - Fundo mais escuro */
#problema, .problema-section {
    background: #0a1220;
    border-top: 1px solid rgba(0, 255, 136, 0.1);
    border-bottom: 1px solid rgba(0, 255, 136, 0.1);
}

/* BADGES com contraste */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.35);
}

.badge-green {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.22), rgba(0, 180, 120, 0.15));
    color: #00FF88;
    border: 1px solid rgba(0, 255, 136, 0.35);
}

.badge-yellow {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.22), rgba(255, 170, 0, 0.15));
    color: #FFD700;
    border: 1px solid rgba(255, 215, 0, 0.35);
}

.badge-blue {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.22), rgba(14, 110, 210, 0.15));
    color: #2196F3;
    border: 1px solid rgba(33, 150, 243, 0.35);
}

.badge-red {
    background: linear-gradient(135deg, rgba(255, 82, 82, 0.22), rgba(200, 40, 40, 0.15));
    color: #FF4C4C;
    border: 1px solid rgba(255, 82, 82, 0.35);
}

.badge-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    opacity: 0.9;
}

/* INFO BOXES - Borda mais visível */
.info-box {
    position: relative;
    background: linear-gradient(140deg, rgba(12, 26, 44, 0.94), rgba(6, 18, 32, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 1.1rem;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 18px 36px rgba(4, 12, 24, 0.35);
    overflow: hidden;
}

.info-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.04), transparent 70%);
    opacity: 0.4;
    pointer-events: none;
}

.info-box > * {
    position: relative;
    z-index: 1;
}

.info-box:hover {
    border-color: rgba(0, 255, 136, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(4, 12, 24, 0.3);
}

.info-box--green:hover {
    border-color: rgba(0, 255, 136, 0.45);
}

.info-box--green {
    background: linear-gradient(150deg, rgba(0, 255, 136, 0.18), rgba(6, 20, 32, 0.9));
    border-color: rgba(0, 255, 136, 0.3);
}

.info-box--green::after {
    background: radial-gradient(circle at 80% 20%, rgba(0, 255, 136, 0.22), transparent 70%);
}

.info-box--blue {
    background: linear-gradient(150deg, rgba(33, 150, 243, 0.16), rgba(6, 20, 32, 0.9));
    border-color: rgba(33, 150, 243, 0.28);
}

.info-box--blue:hover {
    border-color: rgba(33, 150, 243, 0.42);
}

.info-box--blue::after {
    background: radial-gradient(circle at 80% 20%, rgba(33, 150, 243, 0.22), transparent 70%);
}

.info-box--yellow {
    background: linear-gradient(150deg, rgba(255, 215, 0, 0.16), rgba(32, 24, 8, 0.88));
    border-color: rgba(255, 215, 0, 0.28);
}

.info-box--yellow:hover {
    border-color: rgba(255, 215, 0, 0.4);
}

.info-box--yellow::after {
    background: radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.22), transparent 70%);
}

/* METRIC BOX - Mais destaque */
.metric-box {
    position: relative;
    background: linear-gradient(150deg, rgba(10, 26, 44, 0.92), rgba(5, 14, 26, 0.95));
    border: 2px solid rgba(0, 255, 136, 0.32);
    padding: 1.75rem;
    border-radius: 18px;
    text-align: center;
    transition: all 0.45s ease;
    box-shadow: 0 28px 65px rgba(5, 12, 24, 0.55);
    overflow: hidden;
}

.metric-box::after {
    content: none;
}

.metric-box > * {
    position: relative;
    z-index: 1;
}

.metric-box:hover {
    border-color: rgba(0, 255, 136, 0.65);
    transform: translateY(-4px);
    box-shadow: 0 36px 80px rgba(0, 255, 136, 0.25);
}

.info-box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-items: stretch;
    align-items: stretch;
    grid-auto-rows: 1fr;
    gap: clamp(0.75rem, 3vw, 1.5rem);
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
}

.info-box-grid .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    gap: 0.75rem;
    padding: clamp(1rem, 3vw, 1.4rem);
}

.info-box-grid .icon-square {
    margin-inline: auto;
}

/* CARD FEATURE - Glassmorphism perfeito */
.card-feature {
    position: relative;
    background: linear-gradient(145deg, rgba(12, 28, 48, 0.9), rgba(5, 14, 26, 0.96));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.2rem;
    border-radius: 24px;
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 60px rgba(4, 12, 24, 0.5);
    overflow: hidden;
}

.card-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.06), transparent 72%);
    opacity: 0.45;
    pointer-events: none;
}

.card-feature > * {
    position: relative;
    z-index: 1;
}

.card-feature:hover {
    transform: translateY(-4px);
}

.card-feature.shadow-xl-green {
    border-color: rgba(0, 255, 136, 0.24);
}

.card-feature.shadow-xl-green::before {
    background: radial-gradient(circle at 78% 22%, rgba(0, 255, 136, 0.18), transparent 72%);
}

.card-feature.shadow-xl-green:hover {
    border-color: rgba(0, 255, 136, 0.4);
}

.card-feature.shadow-xl-blue {
    border-color: rgba(33, 150, 243, 0.2);
}

.card-feature.shadow-xl-blue::before {
    background: radial-gradient(circle at 78% 22%, rgba(33, 150, 243, 0.18), transparent 72%);
}

.card-feature.shadow-xl-blue:hover {
    border-color: rgba(33, 150, 243, 0.35);
}

.card-feature.shadow-xl-yellow {
    border-color: rgba(255, 215, 0, 0.22);
}

.card-feature.shadow-xl-yellow::before {
    background: radial-gradient(circle at 78% 22%, rgba(255, 215, 0, 0.18), transparent 72%);
}

.card-feature.shadow-xl-yellow:hover {
    border-color: rgba(255, 215, 0, 0.36);
}

/* ICON SQUARE - Mais arredondado e vibrante */
.icon-square {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.icon-green {
    background: linear-gradient(135deg, #00FF88 0%, #00e676 100%);
    box-shadow: 0 6px 18px rgba(0, 255, 136, 0.22);
}

.icon-blue {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 6px 18px rgba(33, 150, 243, 0.22);
}

.icon-yellow {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    box-shadow: 0 6px 18px rgba(255, 215, 0, 0.22);
}

.icon-square::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 25%, rgba(255, 255, 255, 0.24), transparent 65%);
    opacity: 0.45;
    pointer-events: none;
}

.icon-square svg {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}

/* STEP CARD - Numeração destacada */
.step-card {
    background: linear-gradient(150deg, rgba(12, 26, 44, 0.9), rgba(6, 16, 28, 0.94));
    border: 1px solid rgba(0, 255, 136, 0.12);
    padding: clamp(1.8rem, 4vw, 2.1rem);
    border-radius: 18px;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 18px 36px rgba(4, 12, 24, 0.38);
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    text-align: left;
}

.step-card:hover {
    border-color: rgba(0, 255, 136, 0.3);
    transform: translateY(-4px);
}

.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(140deg, rgba(0, 255, 136, 0.75), rgba(6, 170, 120, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 255, 136, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.step-card--compact {
    min-height: 220px;
    justify-content: flex-start;
}

.step-number {
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* PLAN CARD - Melhor contraste */
.plan-card {
    position: relative;
    background: rgba(10, 22, 40, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: clamp(1.8rem, 3.2vw, 2.2rem);
    border-radius: 28px;
    transition: all 0.35s ease;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38);
}

.plan-pro {
    border-color: rgba(255, 215, 0, 0.65);
    background: rgba(22, 32, 58, 0.97);
}

.plan-pro::before {
    content: 'POPULAR';
    position: absolute;
    top: 16px;
    right: 24px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 6px 18px;
    border-radius: 18px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.9px;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.28);
}

.plan-card.plan-free {
    border-color: rgba(0, 255, 136, 0.55);
    background: rgba(8, 20, 36, 0.96);
}

.plan-card.plan-free:hover {
    box-shadow: 0 22px 48px rgba(0, 255, 136, 0.16);
}

.plan-card.plan-pro:hover {
    box-shadow: 0 22px 48px rgba(255, 215, 0, 0.18);
}

.see-app-image {
    width: clamp(200px, 50%, 420px);
    display: block;
    margin-inline: auto;
    height: auto;
}

/* FAQ ITEM */
.faq-item {
    background: rgba(20, 40, 70, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(0, 255, 136, 0.3);
}

.faq-item[open] {
    border-color: rgba(0, 255, 136, 0.5);
    background: rgba(20, 40, 70, 0.6);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #E0E7FF;
    border-radius: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-item summary span {
    flex: 1;
}

.faq-plus {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 136, 0.35);
    background: rgba(0, 255, 136, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.faq-plus::before,
.faq-plus::after {
    content: '';
    position: absolute;
    background: #00FF88;
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.faq-plus::before {
    width: 14px;
    height: 2px;
}

.faq-plus::after {
    width: 2px;
    height: 14px;
}

.faq-item[open] .faq-plus {
    background: rgba(0, 255, 136, 0.15);
    border-color: rgba(0, 255, 136, 0.5);
}

.faq-item[open] .faq-plus::after {
    transform: scaleY(0);
    opacity: 0;
}

.faq-item[open] .faq-plus::before {
    background: #00d879;
}

.faq-item > div {
    padding: 0.75rem 1.5rem 1.5rem 1.5rem;
}

/* UNDERLINE GREEN */
.underline-green {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.underline-green::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #00FF88, transparent);
    border-radius: 2px;
}

/* BUTTONS - Mais vibrantes */
.btn-primary {
    background: linear-gradient(135deg, #00FF88 0%, #00e676 100%);
    color: #000;
    padding: 14px 32px;
    border-radius: 9999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 255, 136, 0.22);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #00e676 0%, #00FF88 100%);
    box-shadow: 0 6px 18px rgba(0, 255, 136, 0.32);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 14px 32px;
    border-radius: 9999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    cursor: pointer;
}

.btn-secondary:hover {
    border-color: #00FF88;
    color: #00FF88;
    background: rgba(0, 255, 136, 0.1);
    transform: translateY(-2px);
}

.btn-pro {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    padding: 14px 32px;
    border-radius: 9999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.btn-pro:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    transform: translateY(-2px);
}

/* DOT LOADER BRANDING */
.dot-loader {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 8px;
    position: relative;
}

.dot-loader span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    margin-left: -6px;
    animation: dot-breathe 1.6s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.dot-loader span:first-child {
    margin-left: 0;
}

.dot-loader span:nth-child(1) {
    background: #00FF88;
    animation-delay: 0s;
}

.dot-loader span:nth-child(2) {
    background: #FFD700;
    animation-delay: 0.2s;
}

.dot-loader span:nth-child(3) {
    background: #1E3A8A;
    animation-delay: 0.4s;
}

.dot-loader span:nth-child(4) {
    background: #0BA360;
    animation-delay: 0.6s;
}

@keyframes dot-breathe {
    0%, 100% {
        transform: scale(0.85);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* HEADER - Vidro jateado sempre ativo */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: rgba(10, 22, 40, 0.85) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

/* FOOTER - Separador sutil */
footer {
    background: #0a1220;
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

/* LINKS do header e footer com estado ativo */
header nav a {
    position: relative;
    transition: all 0.3s ease;
}

header nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00FF88;
    transition: width 0.3s ease;
}

header nav a:hover::after {
    width: 100%;
}

/* Estado ativo no header - quando já tem a cor verde */
header nav a[style*="color: #00FF88"]::after,
header nav a[style*="color: rgb(0, 255, 136)"]::after {
    width: 100%;
}

footer a {
    color: #94A3B8;
    transition: all 0.3s ease;
    position: relative;
}

footer a:hover {
    color: #00FF88;
}

/* Estado ativo no footer - quando já tem a cor verde */
footer a[style*="color: #00FF88"],
footer a[style*="color: rgb(0, 255, 136)"] {
    color: #00FF88;
    font-weight: 600;
}

/* MOBILE MENU - Melhor contraste */
.hero-badge {
    max-width: 280px;
    margin-inline: auto;
}

.hero-logo {
    width: clamp(200px, 22vw, 280px);
    height: clamp(200px, 22vw, 280px);
}

@media (max-width: 1024px) {
    .hero-shell {
        padding: clamp(2rem, 5vw, 3.2rem);
        text-align: left;
    }

    .hero-shell .grid {
        gap: clamp(1.75rem, 4vw, 2.75rem);
    }

    .hero-shell .flex {
        justify-content: flex-start;
    }

    .plan-card {
        max-width: 540px;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .layout-wide,
    .layout-medium,
    .layout-narrow {
        width: 100%;
        padding-inline: clamp(0.5rem, 4vw, 1rem);
    }

    .section-tight {
        padding-top: clamp(2.5rem, 9vw, 3.5rem);
        padding-bottom: clamp(2.5rem, 9vw, 3.5rem);
        padding-inline: clamp(0.5rem, 4vw, 1rem);
    }

    .underline-green::after {
        width: 60px;
    }

    .hero-shell h1[style*="font-size"] {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }

    .hero-shell p[style*="line-height: 1.7"] {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }

    .hero-shell .grid > div:last-child {
        margin-top: 2.5rem;
    }

    .hero-shell img {
        max-width: min(60vw, 280px);
        height: auto;
    }
    .hero-badge {
        max-width: 240px;
    }

    .hero-logo {
        width: clamp(180px, 40vw, 240px);
        height: clamp(180px, 40vw, 240px);
    }

    .hero-shell {
        text-align: left;
    }

    .hero-shell .flex {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .icon-square {
        width: 54px;
        height: 54px;
    }

    .cta-wrapper .cta-button {
        align-self: center;
    }

    .metric-grid,
    .cta-icon-grid {
        grid-template-columns: 1fr;
        gap: clamp(0.75rem, 3.5vw, 1rem);
    }

    .plan-card {
        padding: clamp(1.6rem, 5vw, 1.9rem);
        max-width: 520px;
    }

    .plan-card + .plan-card {
        margin-top: 2.5rem;
    }

    header .max-w-7xl {
        padding-left: clamp(0.5rem, 4vw, 1rem);
        padding-right: clamp(0.5rem, 4vw, 1rem);
    }

    .max-w-5xl {
        max-width: none;
        width: 100%;
        margin-inline: 0;
    }
}

@media (max-width: 640px) {
    .hero-shell h1[style*="font-size"] {
        font-size: 34px !important;
    }

    h2[style*="font-size"] {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .metric-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .cta-icon-grid {
        grid-template-columns: 1fr;
        gap: clamp(0.75rem, 5vw, 1rem);
    }

    .info-box-grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: clamp(0.75rem, 4vw, 1rem);
    }

    .btn-primary,
    .cta-button {
        width: 100%;
        justify-content: center;
    }

    .plan-card {
        max-width: 460px;
    }
}

@media (max-width: 480px) {
    h2[style*="font-size"] {
        font-size: 28px !important;
    }

    .hero-shell p[style*="line-height: 1.7"] {
        font-size: 1rem !important;
    }
}

/* SMOOTH SCROLL BEHAVIOR */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* SELECTION COLOR */
::selection {
    background: rgba(0, 255, 136, 0.3);
    color: #fff;
}

::-moz-selection {
    background: rgba(0, 255, 136, 0.3);
    color: #fff;
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

details summary {
    cursor: pointer;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] summary svg {
    transform: rotate(180deg);
}

.text-shadow-lg {
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.25);
}

