/* ================================================
   OLARIAN — Premium Design System v3.0
   Self-contained — no external dependencies
   Dark Navy + Amber Gold + Glassmorphism
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@700;800;900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary: #4F46E5;
    --primary-dark: #3730A3;
    --primary-light: #EEF2FF;
    --accent: #F59E0B;
    --accent-dark: #D97706;
    --accent-glow: rgba(245, 158, 11, 0.35);
    --dark: #0F172A;
    --dark-2: #1E293B;
    --dark-3: #334155;
    --gray-900: #111827;
    --gray-700: #374151;
    --gray-500: #6B7280;
    --gray-300: #D1D5DB;
    --gray-100: #F3F4F6;
    --white: #FFFFFF;
    --success: #10B981;
    --font-main: 'Inter', system-ui, sans-serif;
    --font-display: 'Outfit', system-ui, sans-serif;
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow: 0 4px 24px rgba(79, 70, 229, 0.12);
    --shadow-lg: 0 12px 48px rgba(79, 70, 229, 0.20);
    --shadow-gold: 0 8px 32px rgba(245, 158, 11, 0.25);
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --t: 0.25s;
    --container: 1240px;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-main);
    color: var(--gray-900);
    background: var(--white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    transition: color var(--t) var(--ease);
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 16px;
    background: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    z-index: 9999;
    font-weight: 600;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- TOP BAR ---- */
.topbar {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.topbar-contact {
    display: flex;
    gap: 20px;
}

.topbar a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.topbar a:hover {
    color: var(--accent);
}

.topbar-social a {
    margin-left: 10px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.06em;
    padding: 2px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.topbar-social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--dark);
}

/* ---- HEADER ---- */
.site-header {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow var(--t) var(--ease);
}

.site-header.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 70px;
}

.logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.logo-text {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 900;
    color: var(--dark);
    letter-spacing: -1px;
}

.logo-dot {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.logo:hover .logo-dot {
    color: var(--accent);
    transition: color var(--t);
}

.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.main-nav>ul>li>a {
    text-decoration: none;
    color: var(--gray-700);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    display: block;
    transition: color var(--t), background var(--t);
}

.main-nav>ul>li>a:hover {
    color: var(--primary);
    background: var(--primary-light);
}

.arrow {
    font-size: 10px;
    opacity: 0.6;
}

.btn-nav {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
    color: white !important;
    padding: 10px 22px !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.30);
    transition: transform var(--t), box-shadow var(--t), background var(--t) !important;
}

.btn-nav:hover {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark)) !important;
    color: var(--dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-gold) !important;
}

.has-dropdown {
    position: relative;
}

.dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    min-width: 230px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.16), 0 4px 16px rgba(15, 23, 42, 0.06);
    padding: 8px;
    z-index: 800;
    list-style: none;
    /* Smooth show/hide without display:none (which breaks CSS animations) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s;
}

/* Small triangle pointer */
.dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.08));
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 500;
    transition: background var(--t), color var(--t), padding-left var(--t);
    white-space: nowrap;
}

.dropdown li a:hover {
    background: var(--primary-light);
    color: var(--primary);
    padding-left: 18px;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--gray-700);
    border-radius: 2px;
    transition: transform 0.3s var(--ease), opacity 0.3s;
}

/* ---- BUTTONS ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all var(--t) var(--ease);
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--dark);
    box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(245, 158, 11, 0.4);
    color: var(--dark);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    color: white;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
    color: white;
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--dark);
    color: white;
}

.btn-dark:hover {
    background: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
    color: white;
}

/* ---- SECTIONS ---- */
.section {
    padding: 100px 0;
}

.section-alt {
    background: var(--gray-100);
}

.section-dark {
    background: var(--dark);
    color: white;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(6, 182, 212, 0.12));
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(79, 70, 229, 0.2);
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 18px;
}

.section-header p {
    color: var(--gray-500);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* ---- HERO ---- */
.hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, var(--dark) 0%, #1a1464 50%, #0f172a 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 600px at 20% 50%, rgba(79, 70, 229, 0.25) 0%, transparent 65%), radial-gradient(ellipse 600px 400px at 80% 20%, rgba(6, 182, 212, 0.15) 0%, transparent 65%), radial-gradient(ellipse 500px 400px at 70% 80%, rgba(245, 158, 11, 0.10) 0%, transparent 65%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 28px;
}

.hero .badge-dot {
    width: 7px;
    height: 7px;
    background: var(--accent);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 28px;
}

.hero h1 .highlight {
    background: linear-gradient(90deg, var(--accent), #FCD34D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p.lead {
    font-size: clamp(17px, 2.5vw, 22px);
    max-width: 680px;
    margin: 0 auto 44px;
    opacity: 0.85;
    line-height: 1.65;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 80px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 48px;
}

.hero-stat {
    padding: 0 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat:last-child {
    border-right: none;
}

.hero-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 44px;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 6px;
}

.hero-stat span {
    font-size: 13px;
    opacity: 0.65;
    letter-spacing: 0.04em;
}

/* ---- TRUST BAR ---- */
.trust-bar {
    padding: 24px 0;
    background: var(--gray-100);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.trust-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--gray-700);
    font-weight: 500;
}

.trust-icon {
    font-size: 20px;
}

/* ---- PAGE HERO ---- */
.page-hero {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, var(--dark) 0%, #1a1464 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 18px;
}

.page-hero p.subtitle {
    font-size: 18px;
    opacity: 0.85;
    max-width: 640px;
    line-height: 1.65;
}

.page-hero a {
    color: var(--accent);
    text-decoration: none;
}

/* ---- CARDS ---- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: var(--radius-lg);
    padding: 36px;
    transition: all 0.35s var(--ease);
    position: relative;
    overflow: hidden;
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
    border-color: rgba(79, 70, 229, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-light), rgba(6, 182, 212, 0.1));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    border: 1px solid rgba(79, 70, 229, 0.12);
}

.card h2,
.card h3 {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.card p {
    color: var(--gray-500);
    font-size: 15px;
    line-height: 1.7;
}

.card a {
    color: var(--primary);
    text-decoration: none;
}

.card .btn {
    margin-top: 22px;
    font-size: 14px;
    padding: 10px 20px;
}

/* ---- BREADCRUMB ---- */
.breadcrumb {
    padding: 14px 0;
    background: var(--gray-100);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 13px;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    color: var(--gray-500);
}

.breadcrumb-list li:not(:last-child)::after {
    content: '›';
    margin-left: 4px;
    color: var(--gray-300);
}

.breadcrumb-list a {
    color: var(--primary);
    text-decoration: none;
}

.breadcrumb-list a:hover {
    text-decoration: underline;
}

/* ---- PAGE BODY / CONTENT ---- */
.page-body {
    padding: 70px 0;
}

.page-body .container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: start;
}

.page-content h2 {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: var(--dark);
    margin: 52px 0 18px;
    padding-top: 8px;
    border-top: 2px solid var(--primary-light);
}

.page-content h2:first-of-type {
    margin-top: 0;
    border-top: none;
}

.page-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark);
    margin: 32px 0 12px;
}

.page-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary);
    margin: 24px 0 10px;
}

.page-content p {
    margin-bottom: 20px;
    color: var(--gray-700);
    line-height: 1.9;
}

.page-content ul,
.page-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.page-content li {
    margin-bottom: 10px;
    color: var(--gray-700);
}

.page-content a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-content a:hover {
    color: var(--primary-dark);
}

.page-content strong {
    color: var(--dark);
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 15px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.page-content th {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
}

.page-content td {
    padding: 13px 18px;
    border-bottom: 1px solid var(--gray-100);
}

.page-content tr:hover td {
    background: var(--primary-light);
}

/* ---- SIDEBAR ---- */
.sidebar {
    position: sticky;
    top: 90px;
}

.widget {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: var(--radius);
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
}

.widget h3 {
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-light);
}

.widget ul {
    list-style: none;
}

.widget li {
    padding: 9px 0;
    border-bottom: 1px solid var(--gray-100);
}

.widget li:last-child {
    border-bottom: none;
}

.widget a {
    color: var(--gray-700);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.widget a:hover {
    color: var(--primary);
}

.widget-cta {
    background: linear-gradient(135deg, var(--dark), #1a1464) !important;
    color: white;
}

.widget-cta h3 {
    color: white !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

.widget-cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 18px;
}

/* ---- BLOG ---- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.blog-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.35s var(--ease);
}

.blog-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.blog-card-img {
    height: 200px;
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
}

.blog-card-body {
    padding: 28px;
}

.blog-card-meta {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 12px;
    display: flex;
    gap: 12px;
}

.blog-card-meta .category {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.blog-card h2,
.blog-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-card h2 a,
.blog-card h3 a {
    text-decoration: none;
    color: inherit;
}

.blog-card h2 a:hover,
.blog-card h3 a:hover {
    color: var(--primary);
}

.blog-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.65;
    margin-bottom: 18px;
}

.blog-card .read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.blog-card .read-more:hover {
    text-decoration: underline;
}

/* ---- FAQ ---- */
.faq-list {
    margin-top: 32px;
}

details {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
}

details[open] {
    border-color: var(--primary);
}

summary {
    padding: 18px 24px;
    cursor: pointer;
    font-weight: 600;
    color: var(--dark);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 16px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: '+';
    font-size: 24px;
    color: var(--primary);
    flex-shrink: 0;
}

details[open] summary::after {
    content: '\2212';
}

details[open] summary {
    color: var(--primary);
    background: var(--primary-light);
}

summary h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    margin: 0;
}

.faq-answer {
    padding: 20px 24px;
    color: var(--gray-700);
    line-height: 1.85;
}

/* ---- METRICS BOX ---- */
.metrics-box {
    background: linear-gradient(135deg, var(--dark), #1a1464);
    color: white;
    border-radius: var(--radius-lg);
    padding: 44px;
    margin: 36px 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.metrics-box h2 {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.75;
    font-weight: 500;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.metric-cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.metric-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 900;
    background: linear-gradient(90deg, var(--accent), #FCD34D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.metric-card span {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 4px;
    display: block;
}

/* ---- PRICING ---- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.pricing-card {
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    text-align: center;
    transition: all 0.35s var(--ease);
    position: relative;
}

.pricing-card.featured {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.pricing-card .badge-featured {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 18px;
    border-radius: 20px;
    white-space: nowrap;
}

.pricing-card h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
}

.pricing-price {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-period {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 28px;
}

.pricing-card ul {
    list-style: none;
    text-align: left;
    margin-bottom: 32px;
}

.pricing-card li {
    padding: 8px 0;
    border-bottom: 1px solid var(--gray-100);
    font-size: 14px;
    color: var(--gray-700);
}

.pricing-card li::before {
    content: '\2713 ';
    color: var(--success);
    font-weight: 700;
}

/* ---- RATING ---- */
.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.rating .stars {
    color: var(--accent);
    font-size: 20px;
}

.rating-text {
    font-size: 13px;
    color: var(--gray-500);
}

/* ---- CTA SECTION ---- */
.cta-section {
    background: linear-gradient(135deg, var(--dark) 0%, #1a1464 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 800px 500px at 50% 50%, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 18px;
}

.cta-section p {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 40px;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- FOOTER ---- */
.site-footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.75);
}

.footer-wave {
    display: block;
    line-height: 0;
    background: var(--gray-100);
}

.footer-wave svg {
    width: 100%;
    height: 50px;
}

.footer-main {
    padding: 70px 0 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

.footer-logo {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.footer-logo .logo-text {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 900;
    color: white;
}

.footer-logo .logo-dot {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 900;
    color: var(--accent);
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.footer-brand address {
    font-style: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-brand address a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-brand address a:hover {
    color: var(--accent);
}

.footer-social {
    margin-top: 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-social a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all var(--t);
}

.footer-social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--dark);
}

.footer-col h3 {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 11px;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 14px;
    transition: color var(--t);
}

.footer-col a:hover {
    color: var(--accent);
}

.footer-badge {
    margin-top: 20px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-badge span {
    color: var(--accent);
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

.footer-badge small {
    font-size: 12px;
    opacity: 0.65;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 24px 0;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 13px;
    opacity: 0.5;
}

.footer-bottom ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.footer-bottom a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--accent);
}

/* ---- SCROLL REVEAL ---- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .page-body .container {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }

    .hero-stat {
        padding: 0 28px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 70px 0;
    }

    .main-nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        padding: 24px;
        overflow-y: auto;
        z-index: 998;
    }

    .main-nav.open {
        display: block;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav>ul>li>a {
        padding: 14px 16px;
        border-bottom: 1px solid var(--gray-100);
        font-size: 16px;
        border-radius: 0;
    }

    .has-dropdown .dropdown {
        position: static;
        box-shadow: none;
        border: none;
        transform: none;
        animation: none;
        padding: 0 0 0 16px;
    }

    .hamburger {
        display: flex;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .topbar-social {
        display: none;
    }

    .hero-stats {
        margin-top: 48px;
    }

    .hero-stat {
        padding: 24px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 50%;
    }

    .footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }

    .metric-cards {
        gap: 28px;
    }

    .metric-card strong {
        font-size: 40px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .trust-bar .container {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-stat {
        width: 100%;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }
}