:root {
    --primary: #00e5ff;
    --secondary: #7c4dff;
    --background: #0a0f1e;
    --text: #ffffff;
    --accent: #a5b4fc;
    --surface: rgba(17, 24, 45, 0.78);
    --border: rgba(165, 180, 252, 0.18);
    --muted: rgba(255, 255, 255, 0.7);
    --success: #34d399;
    --warning: #fbbf24;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 229, 255, 0.16), transparent 22%),
        radial-gradient(circle at 85% 8%, rgba(124, 77, 255, 0.20), transparent 20%),
        radial-gradient(circle at 80% 82%, rgba(0, 229, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #050816 0%, #0a0f1e 48%, #080c18 100%);
}

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

p {
    line-height: 1.7;
}

.page-shell {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(165, 180, 252, 0.08);
    backdrop-filter: blur(14px);
    background: rgba(10, 15, 30, 0.66);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(0, 229, 255, 0.16);
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.14), rgba(124, 77, 255, 0.12));
}

.brand-icon svg {
    width: 34px;
    height: 34px;
}

.brand-icon .logo-left {
    fill: none;
    stroke: #00e5ff;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-icon .logo-right {
    fill: none;
    stroke: #22d3ee;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.96;
}

.brand-copy strong {
    display: block;
    background: linear-gradient(90deg, #ffffff, #00e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-copy strong {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand-copy small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gradient-text {
    background: linear-gradient(90deg, #fff, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-nav {
    display: flex;
    gap: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: var(--primary);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-icons {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 12px;
}

.header-dashboard-button {
    width: 160px;
    min-width: 160px;
    flex: 0 0 160px;
}

.header-trial-button {
    width: 196px;
    min-width: 196px;
    flex: 0 0 196px;
}

.header-notifications {
    position: relative;
}

.header-support-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 46px;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(165, 180, 252, 0.14);
    background: linear-gradient(180deg, rgba(13, 19, 38, 0.94), rgba(9, 13, 26, 0.9));
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-support-link:hover {
    border-color: rgba(167, 139, 250, 0.3);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(167, 139, 250, 0.1);
}

.support-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 30% 30%, rgba(167, 139, 250, 0.22), transparent 58%),
        linear-gradient(135deg, rgba(167, 139, 250, 0.12), rgba(0, 229, 255, 0.08));
    border: 1px solid rgba(167, 139, 250, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.support-icon svg {
    width: 16px;
    height: 16px;
    fill: #f5f3ff;
    filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.22));
}

.support-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(167, 139, 250, 1), rgba(0, 229, 255, 1));
    box-shadow: 0 0 16px rgba(167, 139, 250, 0.38);
    border: 2px solid rgba(9, 13, 26, 0.94);
}

.support-count {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(167, 139, 250, 1), rgba(0, 229, 255, 1));
    color: rgba(9, 13, 26, 0.94);
    box-shadow: 0 0 16px rgba(167, 139, 250, 0.34);
    border: 2px solid rgba(9, 13, 26, 0.94);
}

.header-support-link.has-alert {
    border-color: rgba(167, 139, 250, 0.34);
    box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.1), 0 14px 34px rgba(167, 139, 250, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header-support-link.has-alert .support-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(167, 139, 250, 0.45);
    animation: notification-pulse 1.8s ease-out infinite;
}

.notification-toggle {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 46px;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(165, 180, 252, 0.14);
    background: linear-gradient(180deg, rgba(13, 19, 38, 0.94), rgba(9, 13, 26, 0.9));
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    color: var(--text);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.notification-toggle:hover {
    border-color: rgba(0, 229, 255, 0.28);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(0, 229, 255, 0.08);
}

.notification-toggle::-webkit-details-marker {
    display: none;
}

.notification-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 30% 30%, rgba(0, 229, 255, 0.22), transparent 58%),
        linear-gradient(135deg, rgba(0, 229, 255, 0.1), rgba(124, 77, 255, 0.12));
    border: 1px solid rgba(0, 229, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.notification-icon svg {
    width: 16px;
    height: 16px;
    fill: #ecfeff;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.22));
}

.notification-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.45);
    border: 2px solid rgba(9, 13, 26, 0.94);
}

.header-notifications.has-alert .notification-toggle {
    border-color: rgba(0, 229, 255, 0.34);
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.08), 0 14px 34px rgba(0, 229, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header-notifications.has-alert .notification-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 229, 255, 0.45);
    animation: notification-pulse 1.8s ease-out infinite;
}

.header-notifications.has-alert .notification-dot {
    animation: notification-badge-pop 1.6s ease-in-out infinite;
}

.header-notifications[open] .notification-toggle {
    border-color: rgba(0, 229, 255, 0.32);
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.08), 0 18px 36px rgba(2, 6, 23, 0.34);
}

.notification-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(380px, calc(100vw - 32px));
    padding: 14px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(15, 22, 44, 0.96), rgba(10, 15, 30, 0.94));
    box-shadow: 0 22px 70px rgba(2, 6, 23, 0.62);
    backdrop-filter: blur(18px);
    z-index: 50;
}

.notification-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-panel-head strong {
    font-size: 15px;
}

.notification-panel-head small {
    color: var(--muted);
}

.notification-list {
    display: grid;
    gap: 10px;
}

.notification-panel-foot {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(165, 180, 252, 0.12);
    display: flex;
    justify-content: flex-end;
}

.notification-panel-foot .button {
    padding: 10px 14px;
    min-height: 38px;
    border-radius: 12px;
    font-size: 13px;
}

.support-top-shell {
    margin-top: 22px;
}

.support-top-shell .form-card .badge + h3,
.support-top-shell .module-card .badge + h3 {
    margin-top: 18px;
}

.support-top-shell .form-card > h3 + p,
.support-top-shell .module-card > h3 + .support-ticket-list {
    margin-top: 26px;
}

.support-ticket-list {
    display: grid;
    gap: 12px;
}

.support-ticket-link {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(165, 180, 252, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.support-ticket-link.is-active,
.support-ticket-link:hover {
    border-color: rgba(0, 229, 255, 0.35);
    background: rgba(0, 229, 255, 0.08);
}

.support-ticket-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.support-ticket-link small,
.support-message small,
.support-ticket-meta span {
    color: rgba(255, 255, 255, 0.64);
}

.support-ticket-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.support-conversation {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.support-message {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(165, 180, 252, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.support-message.is-admin {
    border-color: rgba(0, 229, 255, 0.24);
    background: rgba(0, 229, 255, 0.07);
}

.support-message.is-client {
    border-color: rgba(167, 139, 250, 0.22);
    background: rgba(99, 102, 241, 0.08);
}

.support-message-author {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.support-message p {
    margin: 0;
    white-space: pre-wrap;
}

.support-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.support-attachment {
    width: 92px;
    height: 92px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(165, 180, 252, 0.14);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 12px 26px rgba(2, 6, 23, 0.22);
}

.support-attachment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.support-reply-form {
    margin-top: 22px;
}

.support-action-row {
    display: flex;
    justify-content: flex-start;
}

.notification-item {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(165, 180, 252, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.notification-item strong,
.notification-item small {
    display: block;
}

.notification-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.notification-item strong {
    margin-bottom: 0;
}

.notification-type-pill {
    flex-shrink: 0;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid rgba(165, 180, 252, 0.16);
    background: rgba(165, 180, 252, 0.08);
    color: var(--accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.notification-item small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.54);
}

.notification-empty {
    color: var(--muted);
}

@keyframes notification-pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.85;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes notification-badge-pop {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #06111f;
    background: linear-gradient(135deg, var(--primary), #00c4ff 60%, var(--secondary));
    box-shadow: 0 16px 32px rgba(0, 229, 255, 0.18);
}

.button-secondary {
    color: var(--text);
    background: rgba(255, 255, 255, 0.03);
    border-color: var(--border);
}

.notice {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(165, 180, 252, 0.16);
    background: rgba(255, 255, 255, 0.04);
    line-height: 1.6;
}

.notice-error {
    border-color: rgba(248, 113, 113, 0.24);
    background: rgba(127, 29, 29, 0.22);
    color: #fecaca;
}

.notice-success {
    border-color: rgba(52, 211, 153, 0.24);
    background: rgba(6, 95, 70, 0.2);
    color: #bbf7d0;
}

.helper-copy {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.glass {
    background: linear-gradient(180deg, rgba(15, 22, 44, 0.88), rgba(10, 15, 30, 0.74));
    border: 1px solid var(--border);
    box-shadow: 0 20px 80px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(165, 180, 252, 0.08);
    border: 1px solid var(--border);
    color: var(--accent);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 14px rgba(0, 229, 255, 0.7);
}

.hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
    padding: 82px 0 56px;
}

.hero h1,
.page-intro h1 {
    margin: 20px 0;
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.hero p,
.page-intro p {
    max-width: 700px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.page-intro {
    padding: 72px 0 28px;
}

.hero-kicker {
    max-width: 560px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 13px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.hero-points,
.services-grid,
.benefits-grid,
.industries-grid,
.insights-grid,
.pricing-grid,
.stats-grid,
.forms-grid,
.two-col,
.module-grid {
    display: grid;
    gap: 18px;
}

.hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-point,
.service-card,
.benefit-card,
.industry-pill,
.insight-card,
.pricing-card,
.stat-card,
.module-card,
.form-card,
.calendar-card,
.table-card,
.auth-card,
.cta-panel,
.timeline-card,
.quote-card {
    border-radius: 24px;
    padding: 24px;
}

.hero-point strong,
.metric strong,
.stat-card strong {
    display: block;
}

.hero-point span,
.service-card p,
.benefit-card p,
.insight-card p,
.pricing-card p,
.module-card p,
.form-card p,
.auth-card p,
.timeline-card p {
    color: var(--muted);
}

.dashboard-preview {
    position: relative;
    padding: 22px;
    border-radius: 30px;
}

.dashboard-preview::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.4), rgba(124, 77, 255, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.screen {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 24px;
    background: radial-gradient(circle at top right, rgba(124, 77, 255, 0.18), transparent 28%), rgba(8, 13, 25, 0.94);
    border: 1px solid rgba(165, 180, 252, 0.12);
}

.screen-top,
.section-head,
.footer-shell,
.stats-item,
.table-toolbar,
.cta-panel {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.screen-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.window-dots {
    display: flex;
    gap: 8px;
}

.window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.window-dots span:first-child {
    background: var(--primary);
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.8);
}

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

.metric,
.stats-item,
.calendar-event,
.message-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(165, 180, 252, 0.12);
}

.metric small,
.stat-card span,
.eyebrow {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 10px;
}

.metric strong {
    font-size: 30px;
}

.metric em,
.delta {
    font-style: normal;
    color: var(--success);
    margin-left: 8px;
    font-size: 14px;
}

.chart-card {
    grid-column: span 2;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(165, 180, 252, 0.12);
}

.chart {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: end;
    gap: 10px;
    height: 150px;
}

.chart span {
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.whatsapp-floating {
    position: absolute;
    right: -18px;
    bottom: 30px;
    width: 220px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(7, 18, 35, 0.96), rgba(7, 18, 35, 0.84));
    border: 1px solid rgba(0, 229, 255, 0.16);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.55);
}

.chat-bubble {
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.55;
}

.chat-bubble.incoming {
    background: rgba(255, 255, 255, 0.05);
}

.chat-bubble.outgoing {
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.22), rgba(124, 77, 255, 0.22));
    border: 1px solid rgba(0, 229, 255, 0.14);
    margin-left: 18px;
}

section {
    padding: 48px 0;
}

.section-lifted {
    margin-top: -18px;
    padding-top: 24px;
    position: relative;
    z-index: 1;
}

.about-top-shell {
    margin-top: 22px;
}

.about-top-shell .timeline-card .badge + h3 {
    margin-top: 18px;
}

.about-top-shell .timeline-card > h3 + p,
.about-top-shell .timeline-card > h3 + .pill-row,
.about-top-shell .timeline-card > h3 + .timeline {
    margin-top: 26px;
}

.services-top-shell {
    margin-top: 22px;
}

.services-top-shell .service-card > h3,
.services-top-shell .module-card .badge + h3 {
    margin-top: 18px;
}

.services-top-shell .service-card > h3 + p,
.services-top-shell .module-card > h3 + .list-check,
.services-top-shell .module-card > h3 + p {
    margin-top: 26px;
}

.services-form-shell .form-card .badge + h3 {
    margin-top: 18px;
}

.services-form-shell .form-card > h3 + p,
.services-form-shell .form-card > h3 + form {
    margin-top: 26px;
}

.pricing-top-shell {
    margin-top: 22px;
}

.pricing-top-shell .pricing-card .badge + .pricing-price,
.pricing-top-shell .module-card .badge + h3 {
    margin-top: 18px;
}

.pricing-top-shell .pricing-card .pricing-price + p,
.pricing-top-shell .module-card > h3 + p {
    margin-top: 26px;
}

.dashboard-top-shell {
    margin-top: 22px;
}

.admin-top-shell .module-card .badge + h3,
.admin-top-shell .form-card .badge + h3,
.admin-top-shell .table-card .badge + h3 {
    margin-top: 18px;
}

.admin-top-shell .module-card > h3 + .list-check,
.admin-top-shell .module-card > h3 + .message-stack,
.admin-top-shell .module-card > h3 + p,
.admin-top-shell .form-card > h3 + p,
.admin-top-shell .form-card > h3 + .notice,
.admin-top-shell .form-card > h3 + form {
    margin-top: 26px;
}

.dashboard-top-shell .module-card .badge + h3,
.dashboard-top-shell .quote-card .badge + h3 {
    margin-top: 18px;
}

.dashboard-top-shell .module-card > h3 + .chart,
.dashboard-top-shell .module-card > h3 + .list-check,
.dashboard-top-shell .module-card > h3 + .message-stack,
.dashboard-top-shell .module-card > h3 + p,
.dashboard-top-shell .quote-card > h3 + .list-check,
.dashboard-top-shell .quote-card > h3 + p {
    margin-top: 26px;
}

.dashboard-top-shell .quote-card > .list-check + p {
    margin-top: 26px;
}

.itp-top-shell {
    margin-top: 22px;
}

.itp-top-shell .form-card .badge + h3 {
    margin-top: 18px;
}

.itp-top-shell .form-card > h3 + p,
.itp-top-shell .form-card > h3 + form {
    margin-top: 26px;
}

.itp-bottom-shell {
    margin-top: 22px;
}

.itp-bottom-shell .module-card .badge + h3,
.itp-bottom-shell .quote-card .badge + h3 {
    margin-top: 18px;
}

.itp-bottom-shell .module-card > h3 + .timeline,
.itp-bottom-shell .quote-card > h3 + .message-stack,
.itp-bottom-shell .module-card > h3 + p,
.itp-bottom-shell .quote-card > h3 + p {
    margin-top: 26px;
}

.appointments-top-shell {
    margin-top: 22px;
}

.appointments-top-shell .form-card .badge + h3 {
    margin-top: 18px;
}

.appointments-top-shell .form-card > h3 + p,
.appointments-top-shell .form-card > h3 + form {
    margin-top: 26px;
}

.section-head {
    align-items: end;
    margin-bottom: 28px;
}

.section-head h2,
.cta-panel h3 {
    margin: 14px 0 0;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.section-head p,
.cta-panel p {
    max-width: 580px;
    color: var(--muted);
}

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

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

.insights-grid,
.forms-grid,
.two-col {
    grid-template-columns: 1.1fr 0.9fr;
}

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

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

.calendar-layout {
    align-items: start;
}

.sticky-panel {
    position: sticky;
    top: 110px;
    align-self: start;
}

.workspace-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.workspace-link {
    display: block;
    border-radius: 24px;
    padding: 24px;
}

.workspace-link h3,
.calendar-board h3 {
    margin: 16px 0 12px;
}

.workspace-link p,
.schedule-entry span,
.schedule-empty {
    color: var(--muted);
}

.service-icon,
.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(124, 77, 255, 0.16));
    border: 1px solid rgba(0, 229, 255, 0.16);
    position: relative;
}

.service-icon::after,
.benefit-icon::after {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.72);
}

.benefit-card {
    display: flex;
    gap: 18px;
}

.industry-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
}

.industry-pill::before,
.list-check li::before,
.pill::before {
    content: "";
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 0 16px rgba(0, 229, 255, 0.7);
}

.list-check,
.timeline,
.price-list,
.inline-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.list-check li,
.timeline li,
.inline-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.pricing-card.highlight {
    border-color: rgba(0, 229, 255, 0.42);
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 229, 255, 0.18);
}

.pricing-price {
    margin: 14px 0;
    font-size: 38px;
    font-weight: 800;
}

.price-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(165, 180, 252, 0.1);
    color: var(--muted);
}

.stat-card strong {
    font-size: 34px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    background: rgba(0, 229, 255, 0.12);
    color: var(--primary);
    border: 1px solid rgba(0, 229, 255, 0.2);
}

.status-pill.warning {
    color: var(--warning);
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.18);
}

.status-pill.success {
    color: var(--success);
    background: rgba(52, 211, 153, 0.1);
    border-color: rgba(52, 211, 153, 0.18);
}

.table-card table {
    width: 100%;
    border-collapse: collapse;
}

.table-card th,
.table-card td {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(165, 180, 252, 0.08);
    text-align: left;
}

.table-card th {
    color: var(--accent);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

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

.calendar-board {
    border-radius: 24px;
    padding: 24px;
}

.calendar-controls {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.day-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.day-tab {
    appearance: none;
    border: 1px solid rgba(165, 180, 252, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.84);
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 700;
    cursor: pointer;
}

.day-tab.is-active {
    border-color: rgba(0, 229, 255, 0.35);
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.14), rgba(124, 77, 255, 0.12));
    color: #ffffff;
}

.interval-picker {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-filter {
    align-items: center;
    gap: 12px;
}

.calendar-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.date-picker-shell {
    position: relative;
    width: 220px;
    max-width: 100%;
}

.date-picker-shell::after {
    content: "\25BE";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #a5b4fc;
    font-size: 14px;
    pointer-events: none;
    text-shadow: 0 0 12px rgba(0, 229, 255, 0.18);
}

.interval-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.slot-panel {
    margin-top: 18px;
}

.slot-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.slot-summary-text {
    color: rgba(255, 255, 255, 0.7);
}

.slot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.slot-button {
    text-align: left;
    border-radius: 18px;
    border: 1px solid rgba(165, 180, 252, 0.12);
    background: rgba(255, 255, 255, 0.03);
    padding: 14px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.15s ease, border-color 0.15s ease;
}

.slot-button:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 229, 255, 0.28);
}

.slot-button strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.slot-button span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 6px;
}

.slot-button small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
}

.slot-button.is-booked {
    border-color: rgba(251, 191, 36, 0.22);
    background: rgba(251, 191, 36, 0.08);
}

.appointment-actions {
    margin-top: 12px;
}

.appointment-booked {
    color: #fde68a;
}

.appointment-form {
    margin-top: -24px;
}

.itp-layout {
    grid-template-columns: 1.2fr 0.8fr;
}

.schedule-table {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 110px repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.schedule-head,
.schedule-time,
.schedule-cell {
    border-radius: 18px;
    border: 1px solid rgba(165, 180, 252, 0.12);
    background: rgba(255, 255, 255, 0.03);
    padding: 14px;
}

.schedule-head {
    color: var(--accent);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
}

.schedule-time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.schedule-cell {
    min-height: 104px;
}

.schedule-entry {
    display: grid;
    gap: 8px;
}

.schedule-entry strong {
    font-size: 14px;
}

.schedule-entry small {
    color: var(--primary);
}

.schedule-empty {
    display: inline-flex;
    align-items: center;
    min-height: 100%;
}

.calendar-event h4,
.module-card h3,
.form-card h3,
.timeline-card h3,
.quote-card h3,
.auth-card h3 {
    margin: 0 0 12px;
}

.auth-card .badge + h3 {
    margin-top: 18px;
}

.auth-card > h3 + p,
.auth-card > h3 + .notice,
.auth-card > h3 + form,
.auth-card > h3 + .list-check,
.auth-card > h3 + .timeline,
.auth-card > h3 + .nav-actions {
    margin-top: 30px;
}

.message-stack {
    display: grid;
    gap: 12px;
}

.input,
.textarea,
.select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--text);
    border: 1px solid rgba(165, 180, 252, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.input-dark,
.select-dark {
    background: linear-gradient(180deg, rgba(15, 22, 44, 0.96), rgba(10, 15, 30, 0.92));
    color: #ffffff;
    border-color: rgba(0, 229, 255, 0.16);
}

.input-readonly {
    cursor: pointer;
    padding-right: 42px;
}

.date-side-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 82px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.native-date-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.select-dark {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #a5b4fc 50%),
        linear-gradient(135deg, #a5b4fc 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.select-dark option {
    background: #0f162c;
    color: #ffffff;
}

.textarea {
    min-height: 140px;
    resize: vertical;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.site-footer {
    padding: 28px 0 44px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
}

.footer-shell {
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(165, 180, 252, 0.08);
}

.footer-links {
    display: flex;
    gap: 18px;
}

@media (max-width: 1100px) {
    .hero,
    .insights-grid,
    .forms-grid,
    .two-col,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .benefits-grid,
    .industries-grid,
    .pricing-grid,
    .stats-grid,
    .module-grid,
    .workspace-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .calendar-filters {
        width: 100%;
    }

    .whatsapp-floating {
        position: static;
        position: static;
        width: auto;
        margin-top: 18px;
    }
}

@media (max-width: 760px) {
    .navbar,
    .section-head,
    .footer-shell,
    .table-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav,
    .nav-actions {
        flex-wrap: wrap;
    }

    .nav-actions .button {
        width: 100%;
    }

    .header-notifications {
        width: 100%;
    }

    .notification-toggle {
        width: 100%;
        justify-content: center;
    }

    .notification-panel {
        left: 0;
        right: auto;
        width: 100%;
    }

    .brand-copy strong {
        font-size: 24px;
    }

    .brand-copy small {
        font-size: 10px;
    }

    .brand-icon {
        width: 44px;
        height: 44px;
    }

    .brand-icon svg {
        width: 30px;
        height: 30px;
    }

    .hero-points,
    .screen-grid,
    .services-grid,
    .benefits-grid,
    .industries-grid,
    .pricing-grid,
    .stats-grid,
    .module-grid,
    .calendar-grid,
    .workspace-links {
        grid-template-columns: 1fr;
    }

    .slot-grid {
        grid-template-columns: 1fr;
    }

    .calendar-controls,
    .calendar-filters,
    .interval-picker {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-table {
        grid-template-columns: 1fr;
    }

    .sticky-panel {
        position: static;
    }

    .appointment-form {
        margin-top: 0;
    }


    .chart-card {
        grid-column: span 1;
    }

    .pricing-card.highlight {
        transform: none;
    }

    .table-card {
        overflow-x: auto;
    }
}
