:root {
    --gold: #D4AF37;
    --turquoise: #00E5D4;
    --dark: #0D0D0D;
    --glass: rgba(13, 13, 13, 0.65);
    --bg: #050505;
    --bg-alt: #0B0B0B;
    --surface: var(--glass);
    --surface-strong: rgba(10, 10, 10, 0.85);
    --text: #F5F5F5;
    --muted: rgba(255, 255, 255, 0.65);
    --border: rgba(212, 175, 55, 0.35);
    --border-strong: rgba(212, 175, 55, 0.55);
    --gradient: linear-gradient(120deg, #D4AF37, #ffea8a);
    --gradient-alt: linear-gradient(120deg, rgba(0, 229, 212, 0.45), rgba(0, 229, 212, 0.15));
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.65);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --section-gap: clamp(3rem, 8vw, 6rem);
    --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
body,
.glass,
.price-card,
.channel-card,
.app-card,
.testimonial-card,
.faq-item,
.legal-card,
.contact,
.table-wrapper,
.calculator-grid,
.discount-rules,
.discount-rules .rules-list li,
.theme-toggle,
.nav-socials a {
    transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.theme-light {
    --bg: #F5F5FA;
    --bg-alt: #FFFFFF;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --text: #1C1C1C;
    --muted: rgba(30, 30, 30, 0.65);
    --border: rgba(212, 175, 55, 0.4);
    --border-strong: rgba(212, 175, 55, 0.6);
    background: radial-gradient(circle at top, #f9f8ff 0%, #ece9f7 45%, #e1dbf3 100%);
    color: var(--text);
}

body.theme-light .navbar {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(0, 0, 0, 0.05);
}

body.theme-light .hero {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(248, 248, 255, 0.75));
}

body.theme-light .glass {
    background: var(--surface);
    border-color: rgba(0, 0, 0, 0.08);
}

body.theme-light .nav-socials a,
body.theme-light .theme-toggle {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
    color: #1C1C1C;
}

body.theme-light .navbar-scrolled {
    background: rgba(255, 255, 255, 0.95);
}

body.theme-light .price-card,
body.theme-light .channel-card,
body.theme-light .rules-list li,
body.theme-light .app-card,
body.theme-light .testimonial-card,
body.theme-light .legal-card,
body.theme-light .faq-item,
body.theme-light .contact,
body.theme-light .table-wrapper,
body.theme-light .calculator-grid {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(0, 0, 0, 0.08);
    color: #1C1C1C;
}

body.theme-light .calculator-field input,
body.theme-light .calculator-field select {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
    color: #1C1C1C;
}

body.theme-light .calculator-field select option {
    background: #ffffff;
    color: #1C1C1C;
}

body.theme-light .rules-list p,
body.theme-light .testimonial-card p,
body.theme-light .faq-answer p,
body.theme-light .section-copy,
body.theme-light .contact .note {
    color: rgba(30, 30, 30, 0.7);
}

body.theme-light .status {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.35);
}

body.theme-light .rules-list .icon {
    background: rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.4);
}
body {
    margin: 0;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    background: radial-gradient(circle at top, #111 0%, #050505 45%, #000 100%);
    color: var(--text);
    min-height: 100vh;
    line-height: 1.65;
    overflow-x: hidden;
    position: relative;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

:focus-visible {
    outline: 2px solid var(--turquoise);
    outline-offset: 3px;
}

.background-noise {
    pointer-events: none;
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 200 200'%3E%3Crect width='200' height='200' fill='%23000000'/%3E%3Cpath d='M0 0h200v200H0z' fill='url(%23a)' opacity='.08'/%3E%3Cdefs%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23111111'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    mix-blend-mode: screen;
    opacity: 0.18;
    z-index: -2;
}

.background-orb {
    position: fixed;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.55;
    z-index: -3;
}

.orb-one {
    background: radial-gradient(circle, var(--turquoise), transparent 60%);
    top: -160px;
    right: -120px;
}

.orb-two {
    background: radial-gradient(circle, var(--gold), transparent 55%);
    bottom: -200px;
    left: -140px;
}

.glass {
    backdrop-filter: blur(24px);
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
    border-radius: var(--radius-lg);
}

header {
    padding: 1rem;
    padding-top: 8rem;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem clamp(1rem, 4vw, 2rem);
    width: min(1200px, calc(100% - 2rem));
    background: rgba(5, 5, 5, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    z-index: 9999;
    transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.navbar-floating {
    transform: translate(-50%, -12px);
    opacity: 0.95;
}

.navbar-scrolled {
    transform: translate(-50%, 0);
    opacity: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    background: rgba(5, 5, 5, 0.92);
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-logo {
    height: 52px;
    width: auto;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid rgba(212, 175, 55, 0.7);
    padding: 6px;
    background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.25), rgba(0, 0, 0, 0.6));
    box-shadow: 0 0 18px rgba(0, 229, 212, 0.3), 0 0 12px rgba(212, 175, 55, 0.45);
    animation: logoFade 0.8s ease;
    flex-shrink: 0;
}

.brand-name {
    font-weight: 600;
    letter-spacing: 0.12em;
    font-size: 1.05rem;
    text-transform: uppercase;
    color: var(--text);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.55);
}

.brand-site {
    font-size: 0.85rem;
    color: var(--muted);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 10000;
    position: relative;
}

.nav-links ul {
    display: flex;
    gap: 1.5rem;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: border var(--transition-base), background var(--transition-base);
}

.theme-toggle .icon-sun,
.theme-toggle .icon-moon {
    font-size: 0.95rem;
    line-height: 1;
}

.theme-toggle:hover {
    border-color: rgba(0, 229, 212, 0.6);
}

.nav-links a {
    color: var(--muted);
    font-weight: 500;
    transition: color var(--transition-base), text-shadow var(--transition-base);
}

.nav-links a:hover {
    color: var(--text);
    text-shadow: 0 0 12px rgba(0, 229, 212, 0.55);
}

.nav-socials {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.nav-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.6);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.05);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.nav-socials a svg {
    width: 18px;
    fill: var(--turquoise);
}

.nav-socials a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 229, 212, 0.45);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.35rem;
    margin-left: auto;
}

.menu-toggle span {
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--turquoise), rgba(255, 255, 255, 0.6));
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-base);
    z-index: 9998;
}

.nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.nav-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: var(--muted);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 10vw, 6rem) 1.5rem var(--section-gap);
    text-align: center;
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.85), rgba(13, 13, 13, 0.6));
}

.hero-content {
    position: relative;
    width: 640px;
    height: 480px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: clamp(2rem, 6vw, 3rem);
    padding-bottom: clamp(2.75rem, 7vw, 3.75rem);
    margin: 0 auto;
    overflow: hidden;
    isolation: isolate;
    transform: translateY(-25px);
}

.hero-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/hero-oussamatv.webp") center/cover no-repeat;
    border-radius: inherit;
    z-index: 0;
}

.hero-content > * {
    position: relative;
    z-index: 1;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.85rem;
    max-width: 520px;
    margin: 0 auto;
}

.hero-kicker {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
}

.hero-title {
    margin: 0;
    line-height: 1.25;
    font-size: clamp(2rem, 5vw, 2.8rem);
}

.hero-desc {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.hero-cta {
    display: flex;
    justify-content: center;
}

.hero-inner {
    padding-top: 40px !important;
}

.hero-inner .hero-content {
    margin-top: -40px !important;
}

.hero-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    animation: none;
    margin: 0 auto 1.25rem;
}

.hero-logo {
    height: clamp(120px, 18vw, 180px);
    width: auto;
    margin: 0 auto 1.5rem;
    object-fit: contain;
}

.hero h1 {
    font-size: clamp(2rem, 6vw, 3rem);
    margin-bottom: 0.75rem;
}

.hero p {
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

main {
    padding-bottom: 4rem;
}

.section {
    padding: 0 1.5rem;
    margin: 0 auto var(--section-gap);
    max-width: 1200px;
}

.section-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-copy {
    max-width: 640px;
    margin: 0.5rem auto 0;
    color: var(--muted);
}

.eyebrow {
    letter-spacing: 0.35em;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.6rem;
}

.section-head h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin: 0;
}

.pricing-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.price-card {
    padding: 2rem 1.75rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 10, 10, 0.7);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.price-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-strong);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.price-card.featured {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(0, 229, 212, 0.12));
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55), 0 0 30px rgba(212, 175, 55, 0.35);
}

.price-card h3 {
    margin: 0;
    font-size: 1.2rem;
}

.price {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 600;
}

.price .old {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    margin-right: 0.5rem;
}

.price-card ul {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: var(--muted);
}

.price-card .description {
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.badge {
    align-self: flex-start;
    padding: 0.15rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.channels {
    padding-top: var(--section-gap);
}

.channel-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.channel-filters button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--muted);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background var(--transition-base), color var(--transition-base), border var(--transition-base);
}

.channel-filters button.active {
    background: rgba(0, 229, 212, 0.15);
    border-color: rgba(0, 229, 212, 0.45);
    color: var(--turquoise);
}

.channel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.channel-card {
    padding: 1.25rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 10, 10, 0.75);
    text-align: center;
    transition: transform var(--transition-base), border-color var(--transition-base);
}

.channel-card.hidden {
    display: none;
}

.channel-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 229, 212, 0.4);
}

.discount-rules {
    padding-top: var(--section-gap);
}

.rules-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 720px;
    display: grid;
    gap: 1rem;
}

.rules-list li {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    padding: 1.2rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 10, 0.75);
}

.rules-list .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.rules-list .icon::before {
    content: '★';
    font-size: 0.75rem;
}

.rules-list p {
    margin: 0.2rem 0 0;
    color: var(--muted);
}

.app-panel {
    text-align: center;
}

.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.app-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform var(--transition-base), border-color var(--transition-base);
}

.app-card span {
    display: inline-block;
    margin-top: 0.6rem;
    color: var(--muted);
}

.panel-note {
    display: block;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.4;
}

.app-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.app-options {
    display: grid;
    gap: 0.5rem;
}

.app-option {
    border: 1px solid rgba(0, 229, 212, 0.35);
    background: rgba(0, 229, 212, 0.08);
    color: var(--text);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: border var(--transition-base), background var(--transition-base), transform var(--transition-base);
}

.app-option.active {
    border-color: rgba(212, 175, 55, 0.8);
    background: rgba(212, 175, 55, 0.12);
    transform: translateY(-2px);
}

.app-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 229, 212, 0.5);
}

.panels-block {
    margin-top: 1.5rem;
}

.panels-title {
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
    color: var(--text);
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

.btn-primary {
    background: var(--gradient);
    color: #0B0900;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.35);
}

.btn-secondary {
    background: rgba(0, 229, 212, 0.15);
    color: var(--turquoise);
    border-color: rgba(0, 229, 212, 0.4);
}

.btn-outline {
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--text);
}

.btn-test {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: 1px solid rgba(0, 229, 212, 0.7);
    box-shadow: 0 0 16px rgba(0, 229, 212, 0.35);
}

.btn-gold {
    border-color: rgba(247, 208, 96, 0.7);
    color: var(--gold);
}

.btn-glow {
    background: rgba(0, 229, 212, 0.15);
    border-color: rgba(0, 229, 212, 0.45);
    color: var(--turquoise);
}

.btn-panel-order,
.btn-app-order {
    width: fit-content;
    margin-top: 0.5rem;
    background: var(--gradient);
    color: #0B0900;
    border: 1px solid rgba(212, 175, 55, 0.6);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
}

.btn:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.btn-order {
    width: 100%;
}

.table-wrapper {
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--surface-strong);
    overflow-x: auto;
}

.table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

th,
td {
    text-align: left;
    padding: 0.85rem 0.75rem;
    font-size: 0.95rem;
}

th {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

tbody tr:last-child {
    border-bottom: none;
}

.status {
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34D399;
    font-size: 0.75rem;
}

.reseller-calculator {
    padding-top: var(--section-gap);
}

.calculator-grid {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.calculator-field label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.calculator-field input,
.calculator-field select {
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: #0d0d0d;
    color: #ffffff;
    padding: 0.7rem;
    font-family: inherit;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    transition: border var(--transition-base), background var(--transition-base), color var(--transition-base), box-shadow var(--transition-base);
}

.calculator-field select {
    cursor: pointer;
}

.calculator-field select option {
    background: #0d0d0d;
    color: #ffffff;
}

.calculator-field select option:hover,
.calculator-field select option:checked {
    background: rgba(212, 175, 55, 0.25);
    color: #d5b166;
}

.quantity-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.quantity-options button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--muted);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    transition: border var(--transition-base), color var(--transition-base);
}

.quantity-options button.active {
    color: var(--turquoise);
    border-color: rgba(0, 229, 212, 0.5);
}

.custom-qty {
    display: none;
}

.custom-qty.active {
    display: block;
}

.calculator-field select:focus,
.calculator-field input:focus {
    outline: none;
    border-color: rgba(0, 229, 212, 0.6);
}

.calculator-actions {
    text-align: center;
}

.calculator-summary {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 1rem;
    text-align: center;
    color: var(--muted);
}

.faq-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faq-item {
    padding: 1.25rem 1.25rem 0.5rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(13, 13, 13, 0.62);
    transition: border-color var(--transition-base), transform var(--transition-base);
}

.faq-item.open {
    border-color: rgba(0, 229, 212, 0.45);
    transform: translateY(-4px);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.faq-question .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    place-items: center;
    transition: transform var(--transition-base);
}

.faq-item.open .icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.35s ease;
    opacity: 0;
}

.faq-item.open .faq-answer {
    max-height: 260px;
    opacity: 1;
    margin-top: 0.5rem;
}

.faq-answer p {
    color: var(--muted);
}

.testimonials {
    padding-top: var(--section-gap);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.testimonial-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 5, 5, 0.6);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.testimonial-card .stars {
    color: var(--gold);
    letter-spacing: 0.2em;
    font-size: 0.8rem;
}

.testimonial-card .author {
    color: var(--muted);
    font-size: 0.9rem;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 0;
    transition: transform 0.6s ease;
}

.slide {
    min-width: 100%;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.slider-dots button.active {
    background: var(--turquoise);
}

.about {
    padding: var(--section-gap) clamp(1rem, 3vw, 2rem);
}

.about-content ul {
    margin: 1.5rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
    display: grid;
    gap: 0.4rem;
}

.legal-panels {
    padding-top: var(--section-gap);
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.legal-card {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(13, 13, 13, 0.65);
    min-height: 220px;
}

.contact {
    padding: 3rem 2rem;
    border-radius: var(--radius-lg);
    background: rgba(13, 13, 13, 0.75);
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.field label {
    font-weight: 500;
}

.field input,
.field textarea {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.85rem;
    color: var(--text);
    font-family: inherit;
}

.field textarea {
    resize: none;
    min-height: 140px;
}

.contact-form button {
    grid-column: 1 / -1;
    width: fit-content;
}

.note {
    color: var(--muted);
    margin-top: 0.5rem;
}

.footer {
    border-top: 1px solid rgba(212, 175, 55, 0.45);
    padding: 2.5rem 1.5rem 3rem;
    color: var(--muted);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-grid h4 {
    margin-bottom: 0.6rem;
    color: var(--text);
}

.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.35rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.newsletter-form input {
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem;
    color: var(--text);
}

.footer-socials {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    color: var(--text);
}

.footer-note {
    text-align: center;
    color: var(--muted);
}

/* Scroll reveal animation states triggered via IntersectionObserver */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: var(--reveal-delay, 0s);
}

.reveal[data-animate="fade"] {
    transform: translateY(12px);
}

.reveal[data-animate="slide-up"] {
    transform: translateY(40px);
}

.reveal[data-animate="slide-left"] {
    transform: translateX(40px);
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

body.modal-open {
    overflow: hidden;
}

.order-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.order-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.order-modal__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.order-modal__content {
    width: min(420px, 100%);
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.order-modal__content .field {
    margin-bottom: 1rem;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    color: var(--muted);
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-subtitle {
    color: var(--muted);
    margin-bottom: 1rem;
}

.modal-shell {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 12000;
}

.modal-shell.open {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    padding: 2rem;
    border-radius: 20px;
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
}

.modal-title {
    margin: 0 0 0.35rem;
}

.modal-price {
    color: var(--gold);
    font-weight: 600;
}

.modal-label {
    display: block;
    margin: 0.75rem 0 0.35rem;
}

.modal-error {
    color: #f87171;
    min-height: 1.2rem;
    margin: 0.25rem 0;
}

.modal-content input[type="number"] {
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(0, 0, 0, 0.35);
    color: var(--text);
    padding: 0.7rem;
    font-family: inherit;
}

@keyframes logoFade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroGlow {
    from {
        box-shadow: 0 0 16px rgba(0, 229, 212, 0.22), 0 0 14px rgba(212, 175, 55, 0.32);
    }
    to {
        box-shadow: 0 0 26px rgba(0, 229, 212, 0.38), 0 0 22px rgba(212, 175, 55, 0.5);
    }
}

@media (max-width: 1080px) {
    .navbar {
        gap: 1rem;
    }

    .nav-links {
        gap: 1.5rem;
    }
}

@media (max-width: 960px) {
    .navbar {
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .brand {
        flex: 1;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
    }

    .nav-links {
        position: fixed;
        inset: 0 0 0 auto;
        width: min(320px, 85%);
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 4rem 2.5rem;
        background: rgba(5, 5, 5, 0.95);
        backdrop-filter: blur(18px);
        transform: translateX(100%);
        transition: transform 0.4s ease;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    }

    .nav-close {
        display: block;
    }

    .nav-links.open {
        transform: translateX(0);
    }

    .nav-links ul {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-socials {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
    }

    .hero-content {
        padding: 2rem 1.5rem;
    }

    table {
        min-width: 640px;
    }

    .contact {
        padding: 2.5rem 1.5rem;
    }

    .contact-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 0 1rem;
    }

    .pricing-grid,
    .faq-grid,
    .app-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* Hero logo glow */
.hero-logo-container {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo-container .hero-logo {
  width: 200px;
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 0 24px rgba(0, 255, 180, 0.35));
  box-shadow: 0 0 28px rgba(0, 255, 180, 0.28);
}

/* === Hero logo circular glow === */
.hero-logo-glow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
}

.hero-logo-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 255, 180, 0.55) 0%,
    rgba(0, 255, 180, 0.25) 45%,
    rgba(0, 255, 180, 0) 70%
  );
  filter: blur(6px);
  opacity: 0.9;
  z-index: 0;
  animation: hero-logo-pulse 3.2s ease-in-out infinite;
}

.hero-logo-glow img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

@keyframes hero-logo-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(0.92);
    opacity: 0.75;
  }
}











