﻿:root {
    --public-ink: #0f172a;
    --public-ink-soft: #475569;
    --public-cream: #fefefe;
    --public-cloud: #f8fafc;
    --public-line: rgba(15, 23, 42, 0.08);
    --public-sun: #fbbf24;
    --public-mint: #10b981;
    --public-pearl: #f1f5f9;
    --public-sage: #84cc16;
    --public-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --public-gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --public-gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --public-gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

html {
    scroll-behavior: smooth;
}

body.landing-public {
    font-family: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background:
        radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(240, 147, 251, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(79, 172, 254, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    color: var(--public-ink);
    line-height: 1.6;
}

.landing-public .navbar {
    background: rgba(16, 36, 55, 0.90) !important;
    backdrop-filter: blur(18px);
}

.landing-page,
.public-page {
    overflow: hidden;
}

.public-hero,
.page-top {
    position: relative;
    padding: 5rem 0 4rem;
    background: var(--public-gradient-primary);
    color: #ffffff;
    overflow: hidden;
}

.public-hero::before,
.page-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(1deg); }
    66% { transform: translateY(10px) rotate(-1deg); }
}

.public-shell {
    position: relative;
    z-index: 1;
}

.hero-brand-mark,
.auth-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 1.25rem;
    padding: 0.72rem 0.96rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 22px 42px rgba(9, 19, 32, 0.18);
}

.hero-brand-mark img,
.auth-brand-mark img {
    display: block;
    width: min(360px, 100%);
    height: auto;
}

.auth-brand-mark {
    margin-bottom: 1rem;
    border-color: rgba(16, 36, 55, 0.08);
    box-shadow: 0 18px 34px rgba(16, 36, 55, 0.12);
}

.auth-brand-mark img {
    width: min(320px, 100%);
}

.public-kicker,
.page-kicker,
.section-kicker,
.card-badge,
.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-kicker,
.page-kicker {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.section-kicker {
    color: #a5691c;
    background: rgba(230, 194, 122, 0.16);
}

.hero-copy h1,
.page-hero-copy h1 {
    margin-top: 1.5rem;
    max-width: 12ch;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-hero-copy h1 {
    max-width: 14ch;
}

.public-lead,
.page-hero-copy p {
    max-width: 42rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 400;
}

.public-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 2rem;
}

.public-session-note {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.88);
}

.public-session-note strong {
    color: #ffffff;
}

.public-btn-primary,
.public-btn-secondary,
.public-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.125rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.public-btn-primary {
    color: #ffffff;
    background: var(--public-gradient-accent);
    box-shadow: 0 20px 25px -5px rgba(79, 172, 254, 0.4), 0 10px 10px -5px rgba(79, 172, 254, 0.2);
}

.public-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.public-btn-primary:hover::before {
    transform: translateX(100%);
}

.public-btn-secondary {
    color: #ffffff;
    background: var(--public-gradient-secondary);
    box-shadow: 0 20px 25px -5px rgba(240, 147, 251, 0.4), 0 10px 10px -5px rgba(240, 147, 251, 0.2);
}

.public-btn-ghost {
    color: var(--public-ink);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.public-btn-ghost {
    color: var(--public-ink);
    background: rgba(16, 36, 55, 0.06);
    border: 1px solid rgba(16, 36, 55, 0.12);
}

.public-btn-primary:hover,
.public-btn-secondary:hover,
.public-btn-ghost:hover,
.public-card-link:hover,
.page-card-link:hover,
.panel-link:hover,
.quick-link:hover,
.assistant-link:hover,
.assistant-chip:hover,
.assistant-send:hover,
.assistant-launcher:hover {
    transform: translateY(-2px);
}

.whatsapp-launcher:hover,
.whatsapp-send:hover,
.whatsapp-chip:hover {
    transform: translateY(-2px);
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.metric-card {
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    text-align: center;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}

.metric-label {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 500;
}

.public-hero-panel,
.page-hero-panel,
.public-showcase-card,
.public-card,
.page-card,
.public-story,
.public-cta,
.auth-panel,
.auth-card-shell {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--public-shadow);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
}

.public-hero-panel,
.page-hero-panel {
    width: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--public-ink);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.public-hero-panel h2,
.page-hero-panel h2,
.public-story h2,
.public-cta h2,
.auth-panel h1,
.auth-card-shell h2 {
    margin-top: 0.95rem;
    font-size: 1.95rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.public-hero-panel p,
.page-hero-panel p,
.public-story p,
.public-cta p,
.public-showcase-card p,
.public-card p,
.page-card p,
.auth-panel p,
.auth-card-shell p {
    color: #577083;
    line-height: 1.78;
}

.panel-badge {
    background: rgba(16, 36, 55, 0.07);
    color: var(--public-ink-soft);
}

.panel-link-row,
.quick-link-grid {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.panel-link,
.quick-link,
.public-card-link,
.page-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    color: var(--public-ink);
    background: rgba(16, 36, 55, 0.05);
    border: 1px solid rgba(16, 36, 55, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.panel-link small,
.quick-link small {
    display: block;
    color: #647c8e;
    font-weight: 500;
}

.public-section {
    padding: 4.8rem 0;
}

.public-section.surface {
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(238,243,241,0.88) 100%);
}

.section-heading {
    max-width: 42rem;
    margin-bottom: 2rem;
}

.section-heading h2 {
    margin-top: 0.9rem;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.section-heading p {
    margin-top: 0.85rem;
    color: #5a7184;
    line-height: 1.85;
}

.public-showcase-card,
.public-card,
.page-card {
    position: relative;
    height: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.public-showcase-card:hover,
.public-card:hover,
.page-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.public-showcase-card::before,
.page-card::before {
    content: "";
    position: absolute;
    inset: -1px auto auto -1px;
    width: 100%;
    height: 8px;
    background: var(--public-gradient-accent);
    border-radius: 24px 24px 0 0;
}

.public-showcase-card.accent-mint::before {
    background: linear-gradient(90deg, #244f61 0%, #7ea88f 100%);
}

.public-showcase-card.accent-ink::before {
    background: linear-gradient(90deg, #102437 0%, #496d84 100%);
}

.public-showcase-card.accent-pearl::before {
    background: linear-gradient(90deg, #c88d54 0%, #244f61 100%);
}

.public-showcase-card.accent-sage::before {
    background: linear-gradient(90deg, #718b5f 0%, #244f61 100%);
}

.card-badge {
    background: rgba(16, 36, 55, 0.06);
    color: var(--public-ink-soft);
}

.public-showcase-card h3,
.public-card h3,
.page-card h3 {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--public-ink);
}

.training-cover-shell {
    margin-top: 1.1rem;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(16, 36, 55, 0.1);
    background: linear-gradient(135deg, rgba(238,243,241,0.95) 0%, rgba(255,255,255,0.98) 100%);
}

.training-cover-image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.training-video-shell {
    margin-top: 1.1rem;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(16, 36, 55, 0.1);
    background: rgba(16, 36, 55, 0.94);
}

.training-video-shell video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    background: #08131d;
}

.card-icon,
.auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 18px;
    background: rgba(16, 36, 55, 0.07);
    color: var(--public-ink);
    font-size: 1.3rem;
}

.point-list,
.page-intro-list,
.auth-points {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0;
}

.point-list li,
.page-intro-list li,
.auth-points li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    color: #2f4a5d;
    line-height: 1.6;
}

.point-list i,
.page-intro-list i,
.auth-points i {
    color: #b17a24;
    margin-top: 0.18rem;
}

.page-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.page-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(16, 36, 55, 0.06);
    border: 1px solid rgba(16, 36, 55, 0.08);
    color: #476073;
    font-size: 0.83rem;
    font-weight: 700;
}

.page-card-actions {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.15rem;
}

.page-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
    color: var(--public-ink);
    background: rgba(16, 36, 55, 0.05);
    border: 1px solid rgba(16, 36, 55, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.page-card-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(16, 36, 55, 0.08);
    background: rgba(16, 36, 55, 0.09);
}

.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(184, 215, 201, 0.72);
    color: var(--public-ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.public-story {
    height: 100%;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95) 0%, rgba(238,243,241,0.95) 100%);
}

.public-story-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #7b5b24;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.public-cta {
    margin-top: 3rem;
    padding: 3rem;
    background: var(--public-gradient-primary);
    color: #ffffff;
    border-radius: 24px;
}

.public-cta h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.public-cta p {
    max-width: 48rem;
    color: rgba(255,255,255,0.9);
    font-size: 1.125rem;
    line-height: 1.7;
}

.public-footer {
    padding: 1rem 0 3rem;
    color: #61788a;
    font-size: 0.95rem;
}

.public-offer-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -1.6rem;
    position: relative;
    z-index: 2;
}

.offer-card {
    position: relative;
    overflow: hidden;
    padding: 1.3rem;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,0.96) 0%, rgba(243,247,245,0.94) 100%);
    border: 1px solid rgba(16, 36, 55, 0.10);
    box-shadow: 0 20px 42px rgba(16, 36, 55, 0.12);
}

.offer-card::before {
    content: "";
    position: absolute;
    inset: auto -2rem -2rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230, 194, 122, 0.24) 0%, rgba(230, 194, 122, 0) 72%);
}

.offer-card strong {
    display: block;
    margin-top: 0.95rem;
    font-size: 1.02rem;
    color: #12283c;
}

.offer-card p {
    margin: 0.55rem 0 0;
    color: #536a7c;
    line-height: 1.7;
}

.offer-card .card-badge {
    background: rgba(16, 36, 55, 0.07);
    color: #7b5b24;
}

.offer-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    color: #102437;
    text-decoration: none;
    font-weight: 700;
}

.assistant-launcher {
    position: fixed;
    left: 1.2rem;
    bottom: 1.2rem;
    z-index: 1090;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #102437 0%, #1f5c73 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(16, 36, 55, 0.28);
    cursor: pointer;
}

.assistant-launcher i {
    font-size: 1.1rem;
}

.whatsapp-launcher {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1090;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1fa55b 0%, #128c47 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(18, 140, 71, 0.28);
    cursor: pointer;
}

.whatsapp-launcher i {
    font-size: 1.15rem;
}

.assistant-panel {
    position: fixed;
    left: 1.2rem;
    bottom: 5.6rem;
    z-index: 1091;
    width: min(24rem, calc(100vw - 2rem));
    border-radius: 26px;
    background: rgba(255, 252, 246, 0.98);
    border: 1px solid rgba(16, 36, 55, 0.12);
    box-shadow: 0 28px 60px rgba(16, 36, 55, 0.18);
    overflow: hidden;
}

.whatsapp-panel {
    position: fixed;
    right: 1.2rem;
    bottom: 5.6rem;
    z-index: 1091;
    width: min(24rem, calc(100vw - 2rem));
    border-radius: 26px;
    background: rgba(249, 255, 251, 0.98);
    border: 1px solid rgba(18, 140, 71, 0.18);
    box-shadow: 0 28px 60px rgba(18, 140, 71, 0.18);
    overflow: hidden;
}

.assistant-panel[hidden] {
    display: none;
}

.whatsapp-panel[hidden] {
    display: none;
}

.assistant-head {
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, #102437 0%, #1f5c73 100%);
    color: #ffffff;
}

.assistant-head strong {
    display: block;
    font-size: 1rem;
}

.assistant-head span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
}

.assistant-body {
    padding: 1rem 1.1rem 1.1rem;
}

.whatsapp-head {
    padding: 1rem 1.1rem;
    background: linear-gradient(135deg, #1fa55b 0%, #128c47 100%);
    color: #ffffff;
}

.whatsapp-head strong {
    display: block;
    font-size: 1rem;
}

.whatsapp-head span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
}

.whatsapp-body {
    padding: 1rem 1.1rem 1.1rem;
}

.assistant-chips,
.auth-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.assistant-chip {
    padding: 0.52rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 36, 55, 0.12);
    background: #ffffff;
    color: #20465d;
    font-size: 0.88rem;
    font-weight: 700;
}

.whatsapp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.whatsapp-chip {
    padding: 0.52rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 140, 71, 0.16);
    background: #ffffff;
    color: #116838;
    font-size: 0.88rem;
    font-weight: 700;
}

.assistant-response {
    min-height: 9rem;
    max-height: 20rem;
    overflow-y: auto;
    padding: 1rem;
    border-radius: 18px;
    background: #f5f8fb;
    color: #425e71;
    margin-top: 0.9rem;
}

.assistant-message {
    display: flex;
}

.assistant-message + .assistant-message {
    margin-top: 0.75rem;
}

.assistant-message-user {
    justify-content: flex-end;
}

.assistant-message-bot {
    justify-content: flex-start;
}

.assistant-bubble {
    max-width: 88%;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 55, 0.10);
    box-shadow: 0 10px 24px rgba(16, 36, 55, 0.08);
}

.assistant-message-user .assistant-bubble {
    background: linear-gradient(135deg, #102437 0%, #1f5c73 100%);
    border-color: transparent;
    color: #ffffff;
}

.assistant-message-user .assistant-bubble p {
    color: rgba(255, 255, 255, 0.92);
}

.assistant-bubble strong {
    display: block;
    margin-bottom: 0.35rem;
    color: inherit;
}

.assistant-response h3 {
    margin-bottom: 0.45rem;
    font-size: 1rem;
    color: #102437;
}

.assistant-response p {
    margin-bottom: 0;
    line-height: 1.7;
}

.assistant-response p + p {
    margin-top: 0.7rem;
}

.assistant-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.assistant-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 0.88rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 55, 0.10);
    color: #102437;
    font-weight: 700;
    text-decoration: none;
}

.assistant-send[disabled] {
    cursor: wait;
    opacity: 0.82;
}

.assistant-list {
    margin: 0.85rem 0 0;
    padding-left: 1.15rem;
    color: #28465b;
}

.assistant-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.95rem;
}

.assistant-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.68rem 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(16, 36, 55, 0.10);
    color: #102437;
    font-weight: 700;
    text-decoration: none;
}

.assistant-form {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.assistant-input {
    flex: 1;
    min-height: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(16, 36, 55, 0.12);
    padding: 0.75rem 0.95rem;
}

.assistant-send {
    border: 0;
    border-radius: 16px;
    background: #102437;
    color: #ffffff;
    padding: 0.82rem 1rem;
    font-weight: 700;
}

.assistant-helper {
    margin-top: 0.7rem;
    color: #607587;
    font-size: 0.85rem;
    line-height: 1.6;
}

.whatsapp-preview {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 18px;
    background: #f3fbf6;
    color: #2c5b41;
}

.whatsapp-preview strong {
    display: block;
    color: #116838;
    margin-bottom: 0.35rem;
}

.whatsapp-preview p {
    margin: 0;
    line-height: 1.7;
}

.whatsapp-form {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.whatsapp-input {
    flex: 1;
    min-height: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(18, 140, 71, 0.18);
    padding: 0.75rem 0.95rem;
}

.whatsapp-send {
    border: 0;
    border-radius: 16px;
    background: #128c47;
    color: #ffffff;
    padding: 0.82rem 1rem;
    font-weight: 700;
}

.whatsapp-note {
    margin-top: 0.7rem;
    color: #527362;
    font-size: 0.85rem;
    line-height: 1.6;
}

.page-shell {
    padding-bottom: 2rem;
}

.auth-modern-shell {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    padding: 2rem 0 3rem;
}

.auth-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.3rem;
}

.auth-panel {
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.94) 0%, rgba(238,243,241,0.94) 100%);
}

.auth-card-shell {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.96);
}

.auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.78rem;
    border-radius: 999px;
    background: rgba(16, 36, 55, 0.07);
    color: var(--public-ink-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-card-shell .form-label {
    font-weight: 700;
    color: #27465a;
}

.auth-card-shell .form-control,
.auth-card-shell .form-select,
.auth-card-shell .input-group-text {
    min-height: 3.15rem;
    border-radius: 16px;
    border-color: rgba(16, 36, 55, 0.12);
}

.auth-card-shell .input-group-text {
    background: #f7fafc;
    border-right: 0;
    color: #456074;
}

.auth-card-shell .form-control {
    border-left: 0;
    padding-left: 0.2rem;
}

.auth-card-shell .form-select {
    padding-left: 0.95rem;
    background-position: right 1rem center;
}

.auth-card-shell .form-text {
    color: #607587;
}

.auth-submit {
    width: 100%;
    padding: 0.95rem 1.2rem;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #102437 0%, #1d5c76 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(16, 36, 55, 0.16);
}

.auth-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.auth-showcase-card {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 36, 55, 0.08);
    box-shadow: 0 14px 28px rgba(16, 36, 55, 0.08);
}

.auth-showcase-card strong {
    display: block;
    color: #102437;
    font-size: 0.98rem;
}

.auth-showcase-card p {
    margin: 0.55rem 0 0;
    font-size: 0.93rem;
}

.auth-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.85rem;
    color: #102437;
    text-decoration: none;
    font-weight: 700;
}

.auth-state-banner {
    display: grid;
    gap: 0.22rem;
    margin-bottom: 1.1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid transparent;
}

.auth-state-banner strong {
    color: inherit;
}

.auth-state-banner span {
    line-height: 1.65;
}

.auth-state-banner--info {
    background: #f2f7fb;
    border-color: rgba(29, 92, 118, 0.14);
    color: #4a6678;
}

.auth-state-banner--success {
    background: #eefaf3;
    border-color: rgba(18, 140, 71, 0.16);
    color: #2c6947;
}

.auth-state-banner--warning {
    background: #fff7eb;
    border-color: rgba(166, 111, 28, 0.18);
    color: #8a6020;
}

.auth-action-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.auth-action-stack form {
    margin: 0;
}

.auth-secondary-action,
.auth-outline-action {
    width: 100%;
    padding: 0.9rem 1.1rem;
    border-radius: 18px;
    font-weight: 700;
}

.auth-secondary-action {
    border: 0;
    background: linear-gradient(135deg, #3b5264 0%, #27465a 100%);
    color: #ffffff;
}

.auth-outline-action {
    border: 1px solid rgba(16, 36, 55, 0.12);
    background: #ffffff;
    color: #102437;
}

.auth-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.auth-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--public-ink);
    text-decoration: none;
    font-weight: 700;
}

.auth-note {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #f3f7fb;
    color: #516a7c;
    line-height: 1.7;
    font-size: 0.95rem;
}

.auth-note--soft {
    background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199.98px) {
    .metric-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-offer-strip,
    .auth-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .public-hero,
    .page-top {
        padding-top: 3rem;
    }

    .hero-copy h1,
    .page-hero-copy h1 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .public-section {
        padding: 3.8rem 0;
    }

    .hero-brand-mark,
    .auth-brand-mark {
        margin-bottom: 1rem;
        padding: 0.58rem 0.72rem;
        border-radius: 22px;
    }

    .hero-brand-mark img {
        width: min(280px, 100%);
    }

    .auth-brand-mark img {
        width: min(260px, 100%);
    }

    .public-action-row,
    .assistant-form,
    .auth-footer-links {
        flex-direction: column;
        align-items: stretch;
    }

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

    .assistant-launcher {
        left: 0.85rem;
        bottom: 4.8rem;
        padding: 0.92rem;
    }

    .assistant-launcher span {
        display: none;
    }

    .whatsapp-launcher {
        right: 0.85rem;
        bottom: 4.8rem;
        padding: 0.92rem;
    }

    .whatsapp-launcher span {
        display: none;
    }

    .assistant-panel {
        left: 0.85rem;
        bottom: 8.8rem;
        width: calc(100vw - 1.7rem);
    }

    .whatsapp-panel {
        right: 0.85rem;
        bottom: 8.8rem;
        width: calc(100vw - 1.7rem);
    }

    .auth-modern-shell {
        min-height: auto;
        padding-top: 1.2rem;
    }

    .auth-showcase-grid {
        grid-template-columns: 1fr;
    }

    .public-hero-panel,
    .page-hero-panel,
    .public-showcase-card,
    .public-card,
    .page-card,
    .public-story,
    .public-cta,
    .auth-panel,
    .auth-card-shell {
        padding: 1.35rem;
        border-radius: 24px;
    }
}
