/* ============================================================
   Axions Corporate Landing Page - v5 (Tech-Startup Edition)
   ============================================================ */
:root {
    --brand-primary: #360437;
    --brand-secondary: #5c0a5e;
    --brand-accent: #00d4ff;
    --brand-accent-soft: rgba(0, 212, 255, 0.09);

    --bg-main: #ffffff;
    --bg-secondary: #f8f9fc;
    --bg-card: #ffffff;
    --bg-dark: #0f0a1a;

    --text-main: #0f172a;
    --text-muted: #64748b;
    --text-light: #ffffff;

    --border-color: #e8edf5;
    --border-hover: #c8d3e0;

    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 8px 30px rgba(54, 4, 55, 0.10);
    --shadow-lg: 0 24px 64px rgba(54, 4, 55, 0.14);
    --shadow-accent: 0 8px 32px rgba(0, 212, 255, 0.22);

    --font-main: 'Inter', sans-serif;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-slow: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ---- RESET ---- */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-main);
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-main);
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ================================================================
   HEADER
   ================================================================ */
header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(232, 237, 245, 0.9);
    padding: 14px 0;
    transition: var(--transition);
}

header::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--brand-accent) 30%, var(--brand-secondary) 70%, transparent 100%);
    opacity: 0.35;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img { height: 34px; }

.nav-links {
    display: flex;
    gap: 36px;
}

.nav-links a {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 500;
    position: relative;
    letter-spacing: 0.01em;
    padding-bottom: 2px;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 0; height: 2px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-links a:hover { color: var(--brand-primary); }
.nav-links a:hover::after { width: 100%; }

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

.lang-switch {
    position: relative;
    cursor: pointer;
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    letter-spacing: 0.04em;
}

.lang-switch:hover {
    background: var(--bg-secondary);
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 10px 6px 6px;
    display: none;
    flex-direction: column;
    min-width: 130px;
    box-shadow: var(--shadow-lg);
    z-index: 20;
}

.lang-dropdown a {
    padding: 9px 14px;
    border-radius: 7px;
    display: block;
    color: var(--text-main);
    font-size: 0.88rem;
    font-weight: 500;
}

.lang-dropdown a:hover {
    background: var(--bg-secondary);
    color: var(--brand-primary);
}

.lang-switch:hover .lang-dropdown { display: flex; }

.btn-login {
    background: var(--brand-primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 16px rgba(54, 4, 55, 0.3);
    border: 1.5px solid transparent;
    transition: var(--transition);
}

.btn-login:hover {
    background: transparent;
    color: var(--brand-primary);
    border-color: var(--brand-primary);
    box-shadow: none;
    transform: translateY(-1px);
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
    padding: 170px 0 130px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #fdfbff 0%, #f5f0ff 45%, #edf8ff 100%);
}

/* Dot grid overlay */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #b89cc8 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.22;
    pointer-events: none;
}

/* Accent glow top-right */
.hero::after {
    content: '';
    position: absolute;
    top: -250px; right: -250px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.07) 0%, transparent 65%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Badge pill above h1 */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(54, 4, 55, 0.07), rgba(0, 212, 255, 0.07));
    border: 1px solid rgba(54, 4, 55, 0.14);
    border-radius: 50px;
    padding: 5px 16px 5px 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--brand-primary);
    margin-bottom: 26px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-badge .badge-dot {
    width: 24px; height: 24px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.6rem;
    flex-shrink: 0;
}

.hero-content h1 {
    font-size: 3.8rem;
    line-height: 1.07;
    margin-bottom: 26px;
    color: var(--text-main);
    letter-spacing: -0.045em;
}

.hero-content p {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 42px;
    line-height: 1.75;
    max-width: 490px;
}

.btn-cta {
    background: var(--brand-primary);
    color: #fff;
    padding: 15px 30px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 28px rgba(54, 4, 55, 0.32);
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    border: 1.5px solid transparent;
    transition: var(--transition);
}

.btn-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 100%);
    opacity: 0;
    transition: var(--transition);
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(54, 4, 55, 0.38), 0 0 0 1.5px var(--brand-secondary);
}

.btn-cta:hover::before { opacity: 1; }

/* ---- Hero Canvas (Dashboard Mockup) ---- */
.hero-canvas {
    position: relative;
    height: 460px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: 0 32px 90px rgba(54, 4, 55, 0.13), 0 0 0 1px rgba(54, 4, 55, 0.04);
    transform: perspective(1200px) rotateY(-6deg) rotateX(3deg);
    transition: transform 0.8s ease;
}

.hero-canvas:hover {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.dash-header {
    height: 46px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 7px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.dash-body { display: flex; height: calc(100% - 46px); }

.dash-sidebar {
    width: 58px;
    border-right: 1px solid var(--border-color);
    background: linear-gradient(180deg, #f8fafc 0%, #eff2f7 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    gap: 12px;
}

.ds-icon {
    width: 30px; height: 30px;
    border-radius: 7px;
    background: linear-gradient(135deg, #e2e8f0, #d0d7e4);
}

.ds-icon:first-child {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    box-shadow: 0 4px 10px rgba(54, 4, 55, 0.3);
}

.dash-main {
    flex: 1;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fff;
}

.dm-row { display: flex; gap: 12px; height: 90px; }

.dm-card {
    flex: 1;
    border-radius: 9px;
    border: 1px solid var(--border-color);
    background: linear-gradient(135deg, #fafbff, #f4f6fa);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.dm-card::after {
    content: '';
    position: absolute;
    top: 12px; left: 12px;
    width: 28px; height: 4px;
    background: var(--brand-primary);
    border-radius: 2px;
    opacity: 0.35;
}

.dm-chart {
    flex: 1;
    border-radius: 9px;
    border: 1px solid var(--border-color);
    background: linear-gradient(160deg, #f8fafc 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

/* ================================================================
   STATS STRIP
   ================================================================ */
.stats-strip {
    background: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 48px 0;
    position: relative;
    z-index: 1;
}

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

.stat-item {
    text-align: center;
    padding: 12px 28px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 15%; height: 70%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--border-color), transparent);
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 60%, #7a0f80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ================================================================
   MODULE SECTIONS
   ================================================================ */
.module-row {
    padding: 110px 0;
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
}

.module-row.alt {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, #fff 100%);
    flex-direction: row-reverse;
}

.module-text { flex: 1; }

.module-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-accent);
    margin-bottom: 18px;
    background: rgba(0, 212, 255, 0.07);
    border: 1px solid rgba(0, 212, 255, 0.22);
    padding: 4px 13px;
    border-radius: 50px;
}

.module-text h2 {
    font-size: 2.5rem;
    margin-bottom: 18px;
    color: var(--text-main);
    letter-spacing: -0.04em;
    line-height: 1.18;
}

.module-text p {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 34px;
    line-height: 1.78;
}

.module-list li {
    display: flex;
    gap: 13px;
    margin-bottom: 14px;
    align-items: flex-start;
    font-weight: 500;
    font-size: 0.95rem;
}

.module-list i {
    color: var(--brand-accent);
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.module-visual {
    flex: 1;
    height: 420px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #fdfbff 0%, #f2eeff 50%, #e8f8ff 100%);
}

.module-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #c5b0d8 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.28;
}

.module-visual-icon {
    position: relative;
    z-index: 1;
    width: 110px; height: 110px;
    background: linear-gradient(145deg, var(--brand-primary) 0%, var(--brand-secondary) 60%, #7a1080 100%);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 56px rgba(54, 4, 55, 0.28), 0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: rotate(-6deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.module-visual:hover .module-visual-icon {
    transform: rotate(0deg) scale(1.06);
}

.module-visual-icon i {
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 0.92);
}

/* Floating bubbles */
.float-bubble {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(54, 4, 55, 0.06));
    animation: float 7s ease-in-out infinite;
    pointer-events: none;
}

.float-bubble:nth-child(1) { width: 80px; height: 80px; top: 14%; right: 14%; animation-delay: 0s; }
.float-bubble:nth-child(2) { width: 50px; height: 50px; bottom: 18%; left: 10%; animation-delay: 2.5s; }
.float-bubble:nth-child(3) { width: 34px; height: 34px; top: 58%; right: 24%; animation-delay: 4.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(6deg); }
}

/* ================================================================
   WEB SHOWCASE
   ================================================================ */
.web-showcase {
    padding: 130px 0;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, var(--bg-secondary) 100%);
    position: relative;
    overflow: hidden;
}

.web-showcase::before {
    content: '';
    position: absolute;
    bottom: -120px; left: -120px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(54, 4, 55, 0.04) 0%, transparent 65%);
    pointer-events: none;
}

.web-showcase h2 {
    font-size: 2.75rem;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
}

.web-showcase > .container > p {
    color: var(--text-muted);
    margin-bottom: 64px;
    font-size: 1.1rem;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.web-slider-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.web-slide-img {
    width: 100%;
    border-radius: var(--radius-md);
    box-shadow: 0 24px 60px rgba(0,0,0,0.14);
    border: 1px solid var(--border-color);
}

/* ================================================================
   MOBILE SHOWCASE
   ================================================================ */
.mobile-showcase {
    padding: 130px 0;
    background: linear-gradient(140deg, #12051c 0%, #2a043a 40%, #05101e 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.mobile-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.mobile-showcase::after {
    content: '';
    position: absolute;
    top: -180px; right: -180px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.07) 0%, transparent 60%);
    pointer-events: none;
}

.mobile-showcase h2 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 2.75rem;
    letter-spacing: -0.04em;
    position: relative;
    z-index: 1;
}

.mobile-showcase p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 64px;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.mobile-slider-wrapper {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.phone-mockup-frame {
    width: 270px;
    height: 560px;
    border: 8px solid #1e0d28;
    border-radius: 44px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 0 60px rgba(0, 212, 255, 0.08);
}

.phone-mockup-frame::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 76px; height: 20px;
    background: #1e0d28;
    border-radius: 0 0 14px 14px;
    z-index: 10;
}

.phone-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

/* ================================================================
   CONTACT / OFFER SECTION
   ================================================================ */
.offer-section {
    padding: 140px 0;
    background: linear-gradient(160deg, #f5f0ff 0%, #edf8ff 50%, #f8f9fc 100%);
    position: relative;
    overflow: hidden;
}

.offer-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #c8b0dc 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.16;
    pointer-events: none;
}

.offer-box {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 32px 90px rgba(54, 4, 55, 0.1), 0 0 0 1px rgba(54, 4, 55, 0.05);
    display: flex;
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.offer-info {
    flex: 1;
    background: linear-gradient(150deg, #280330 0%, var(--brand-secondary) 55%, #0f1e3a 100%);
    padding: 68px 56px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Grid lines inside offer panel */
.offer-info::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.offer-info::after {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 240px; height: 240px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.1) 0%, transparent 65%);
    pointer-events: none;
}

.offer-info h3 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 18px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    position: relative;
    z-index: 1;
}

.offer-info > div {
    position: relative;
    z-index: 1;
}

.offer-form-wrapper {
    flex: 1.2;
    padding: 68px 56px;
    background: #fff;
}

.form-group { margin-bottom: 22px; }

.form-group label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: var(--text-main);
    font-size: 0.85rem;
    letter-spacing: 0.01em;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border-color);
    border-radius: 9px;
    font-size: 0.95rem;
    transition: var(--transition);
    background: #f8fafc;
    color: var(--text-main);
    font-family: var(--font-main);
}

.form-control:focus {
    outline: none;
    border-color: var(--brand-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(54, 4, 55, 0.07);
}

.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 9px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 8px 24px rgba(54, 4, 55, 0.28);
    letter-spacing: 0.025em;
    font-family: var(--font-main);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(54, 4, 55, 0.38);
}

/* ================================================================
   FOOTER
   ================================================================ */
footer {
    background: var(--bg-dark);
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* Top accent line */
footer::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--brand-accent) 30%, var(--brand-secondary) 70%, transparent 100%);
    opacity: 0.3;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1.5fr;
    gap: 44px;
    position: relative;
    z-index: 1;
}

.f-brand img {
    height: 30px;
    filter: brightness(10);
    opacity: 0.85;
}

.f-brand p {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 1.75;
}

.f-col h4 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.f-col ul li { margin-bottom: 13px; }

.f-col a {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.875rem;
    font-weight: 400;
}

.f-col a:hover { color: var(--brand-accent); }

.f-contact .footer-contact-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact-icon {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
    filter: grayscale(0.3);
}

.footer-contact-item strong {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
    margin-bottom: 3px;
}

.footer-contact-item p {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.55;
}

.footer-contact-item a {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-contact-item a:hover { color: var(--brand-accent); }

.footer-bottom {
    margin-top: 60px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.82rem;
    position: relative;
    z-index: 1;
}

/* ================================================================
   MODALS
   ================================================================ */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(15, 10, 26, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 44px 48px;
    border-radius: 22px;
    width: 90%;
    max-width: 640px;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content h3 {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
}

.modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.close {
    position: absolute;
    top: 20px; right: 22px;
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: var(--text-muted);
    line-height: 1;
    transition: var(--transition);
    font-weight: 300;
    background: var(--bg-secondary);
}

.close:hover {
    background: var(--brand-primary);
    color: #fff;
}

@media (max-width: 600px) {
    .modal-content {
        padding: 32px 24px;
        margin: 10% auto;
        border-radius: 16px;
    }
    .modal-content ul[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
   SWIPER OVERRIDES
   ================================================================ */
.heroSwiper .swiper-pagination-bullet {
    background: var(--brand-primary);
    opacity: 0.35;
    width: 8px; height: 8px;
}

.heroSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 26px;
    border-radius: 4px;
    background: var(--brand-primary);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 992px) {
    .hero-grid { display: block; }
    .hero-canvas { margin-top: 50px; height: 300px; transform: none; }
    .module-row, .module-row.alt { display: block; }
    .module-visual { margin-top: 40px; height: 280px; }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .nav-links { display: none; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(2)::after { display: none; }
}

@media (max-width: 768px) {
    .offer-box { flex-direction: column; }
    .offer-info, .offer-form-wrapper { padding: 44px 32px; }
    .hero-content h1 { font-size: 2.6rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .f-brand { grid-column: 1 / -1; }
    .web-showcase h2, .mobile-showcase h2 { font-size: 2.1rem; }
    .module-text h2 { font-size: 2rem; }
}

@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .f-brand { grid-column: auto; }
}

@keyframes spin { 100% { transform: rotate(360deg); } }
