@font-face {
    font-family: 'Gilroy';
    src: url('../vendor/glightbox/demo/css/fonts/Gilroy-Regular.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../vendor/glightbox/demo/css/fonts/Gilroy-SemiBold.woff2') format('woff2');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../vendor/glightbox/demo/css/fonts/Gilroy-Bold.woff2') format('woff2');
    font-display: swap;
    font-weight: 700;
}

:root {
    --bs-body-font-family: 'Gilroy', 'Segoe UI', sans-serif;
    --bs-body-bg: #f4f0e8;
    --bs-body-color: #1a1612;
    --ink: #1a1612;
    --ink2: #4a443c;
    --ink3: #928c84;
    --paper: #f4f0e8;
    --paper2: #ebe7dd;
    --coal: #18140f;
    --coal2: #221e18;
    --coal3: #2c2820;
    --orange: #e55209;
    --orange2: #ff6520;
    --green: #2a8858;
    --border: #d4cfc6;
    --bs-box-shadow-sm: 0 2px 16px rgba(26, 22, 18, 0.07);
    --bs-box-shadow: 0 8px 40px rgba(26, 22, 18, 0.12);
    --bs-box-shadow-lg: 0 24px 64px rgba(26, 22, 18, 0.16);
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

body {
    overflow-x: hidden;
    line-height: 1.55;
    background: var(--paper);
    color: var(--ink);
}

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

button {
    cursor: pointer;
}

.font-display,
.font-title {
    font-family: 'Gilroy', 'Segoe UI', sans-serif;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.font-display,
.font-title,
.price-val,
.spp-val,
.cr-val,
.ps-num {
    font-weight: 700;
}

.page-shell {
    padding-top: 60px;
}

.page-copy,
.page-copy p,
.page-copy li {
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.7;
}

.page-copy p:last-child,
.page-copy ul:last-child {
    margin-bottom: 0;
}

.page-copy ul {
    padding-left: 1.1rem;
}

.section-title {
    font-size: clamp(22px, 2.8vw, 34px);
}

.section-copy {
    max-width: 560px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-header {
    height: 60px;
    background: rgba(244, 240, 232, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.25s;
    z-index: 1040;
}

.site-header.scrolled {
    box-shadow: 0 2px 20px rgba(26, 22, 18, 0.1);
}

.header-toggle,
.header-toggle:hover {
    color: var(--ink);
}

.logo-sq {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.logo-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
}

.logo-sub {
    color: var(--ink3);
    font-size: 11px;
}

.header-nav-link {
    color: var(--ink2);
    font-size: 13px;
    font-weight: 600;
    transition: color 0.15s;
}

.header-nav-link:hover {
    color: var(--orange);
}

.hdr-phone {
    font-size: 17px;
    font-weight: 700;
}

.btn-orange {
    background: var(--orange);
    border: 0;
    color: #fff;
    font-weight: 700;
    transition: background 0.18s, transform 0.15s;
}

.btn-orange:hover,
.btn-orange:focus {
    background: var(--orange2);
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-custom {
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--ink);
    font-weight: 700;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus {
    border-color: var(--ink);
    color: var(--ink);
}

.site-offcanvas {
    background: var(--paper);
}

.site-offcanvas-link,
.site-offcanvas-phone {
    font-size: 16px;
    font-weight: 600;
}

.hero-section {
    min-height: calc(100svh - 60px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
}

.hero-left > * {
    opacity: 0;
    animation: slideUp 0.55s both;
}

.hero-left > *:nth-child(1) { animation-delay: 0.05s; }
.hero-left > *:nth-child(2) { animation-delay: 0.12s; }
.hero-left > *:nth-child(3) { animation-delay: 0.2s; }

.hero-pane {
    display: none;
}

.hero-pane.is-active {
    display: block;
}

.hero-headline {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 56px);
}

.hero-copy {
    max-width: 560px;
}

.seg-tab {
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--ink2);
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    transition: all 0.15s;
}

.seg-tab.on {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.hero-bullets ul {
    display: grid;
    gap: 0.65rem;
    list-style: none;
    padding-left: 0;
}

.hero-bullets li {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}

.hero-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 82, 9, 0.1);
    border-radius: 999px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 700;
}

.hero-stats {
    border-top: 1px solid var(--border);
}

.price-val {
    font-size: 22px;
}

.price-lbl {
    margin-top: 2px;
    color: var(--ink3);
    font-size: 11px;
}

.hero-right {
    position: relative;
    overflow: hidden;
    background: var(--coal);
}

.hero-right::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
    opacity: 0.5;
}

.hero-glow {
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: 1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 82, 9, 0.22) 0%, transparent 65%);
}

.hero-form-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    animation: slideUp 0.6s 0.25s both;
}

.hero-strip-icon,
.trust-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-strip-icon {
    font-size: 18px;
    color: #25d366;
}

.wa-strip {
    background: rgba(37, 211, 102, 0.11);
    border: 1.5px solid rgba(37, 211, 102, 0.22);
    transition: background 0.15s;
}

.wa-strip:hover {
    background: rgba(37, 211, 102, 0.18);
}

/* Telegram-specific variant (same style, telegram-blue tint) */
.wa-strip.wa-tg {
    background: rgba(0, 136, 204, 0.11);
    border: 1.5px solid rgba(0, 136, 204, 0.22);
}
.wa-strip.wa-tg:hover {
    background: rgba(0, 136, 204, 0.18);
}

.hero-form-title {
    font-size: 18px;
    line-height: 1.3;
}

.hero-form-meta {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.6;
}

.dark-form-label {
    color: rgba(255, 255, 255, 0.38);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dark-form-control {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.dark-form-control::placeholder {
    color: rgba(255, 255, 255, 0.28) !important;
}

.dark-form-control:focus {
    border-color: var(--orange) !important;
    box-shadow: none !important;
}

/* Dark dropdown styling for better readability */
.dark-form-control.form-select,
select.dark-form-control.form-select {
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.12) !important;
}
.dark-form-control.form-select option,
select.dark-form-control.form-select option {
    background: rgba(0,0,0,0.9);
    color: #fff;
}
.dark-form-control.form-select optgroup,
select.dark-form-control.form-select optgroup {
    color: #fff;
}


.hero-form-agreement,
.final-form-hint {
    color: rgba(255, 255, 255, 0.22);
    font-size: 11px;
}

/* Make links under form agreements more visible on dark backgrounds */
.hero-form-agreement a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: underline;
}
.hero-form-agreement a.text-muted {
    color: rgba(255, 255, 255, 0.62) !important;
}

.hero-divider {
    position: relative;
    margin: 1rem 0 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    text-align: center;
}

.hero-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-divider span {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background: var(--coal);
}

.hero-phone-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.hero-phone-note {
    color: rgba(255, 255, 255, 0.25);
    font-size: 10px;
    text-align: center;
}

.lead-form-card {
    position: relative;
}

.form-success-message,
.lead-modal-success {
    display: none;
}

.lead-form-card.is-success .lead-form,
.lead-modal-form.is-hidden {
    display: none;
}

.lead-form-card.is-success .form-success-message,
.lead-modal-success.is-visible {
    display: block;
}

.ok-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 136, 88, 0.14);
    color: var(--green);
    font-size: 24px;
}

.trustbar {
    background: var(--coal2);
}

.trustbar .ti {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.trust-icon {
    background: rgba(229, 82, 9, 0.16);
    font-size: 14px;
}

.border-custom {
    border-color: var(--border) !important;
}

.table-caption {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: var(--ink3);
}

.included-table {
    border: 1.5px solid var(--border);
}

.included-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
}

.included-row:last-child {
    border-bottom: 0;
}

.included-row.hdr-row {
    background: var(--paper2);
    padding: 9px 20px;
}

.ir-name {
    font-size: 14px;
    font-weight: 600;
}

.ir-name small {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    color: var(--ink3);
}

.badge-in {
    background: rgba(42, 136, 88, 0.11) !important;
    color: var(--green) !important;
}

.badge-out {
    background: rgba(229, 82, 9, 0.1) !important;
    color: var(--orange) !important;
}

.included-note-title {
    font-size: 15px;
}

.tech-card {
    border: 2px solid var(--border) !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tech-card:hover {
    border-color: var(--ink) !important;
}

.tech-card.rec {
    border-color: var(--orange) !important;
}

.tech-badge {
    background: var(--paper2);
    color: var(--ink3);
    font-size: 10px;
    font-weight: 700;
}

.tech-badge.recommended {
    background: rgba(229, 82, 9, 0.1);
    color: var(--orange);
}

.tech-card-title {
    font-size: 16px;
}

.tech-card-copy {
    color: var(--ink3);
    font-size: 12px;
}

.tech-features ul {
    display: grid;
    gap: 0.6rem;
    list-style: none;
    padding-left: 0;
}

.tech-features li {
    position: relative;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink);
}

.tech-features li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--orange);
}

.tech-avoid {
    background: var(--paper2);
    color: var(--ink3);
    font-size: 12px;
}

.tech-avoid strong {
    display: block;
    margin-bottom: 2px;
    color: var(--ink);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.scenario-tabs {
    border-bottom: 2px solid var(--border);
}

.sp-tab {
    padding: 13px 22px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--ink3);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.sp-tab.on {
    border-bottom-color: var(--orange);
    color: var(--orange);
}

.scenario-panels {
    border-top: 0 !important;
}

.sp-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
}

.sp-panel.on {
    display: grid;
}

.scenario-heading {
    font-size: 16px;
}

.scenario-features ul,
.scenario-faq ul {
    padding-left: 1rem;
}

.scenario-label {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
}

.sp-price-block {
    background: var(--coal);
}

.spp-val,
.cr-val {
    color: var(--orange);
    font-size: 22px;
}

.scenario-price-note {
    color: rgba(255, 255, 255, 0.32);
    font-size: 11px;
    margin-top: 3px;
}

.calculator-shell {
    max-width: 820px;
}

.calculator-label {
    color: var(--ink3);
    font-size: 10px;
    letter-spacing: 0.09em;
}

.calculator-control {
    border: 2px solid var(--border);
    background: var(--paper);
}

.calc-result {
    background: var(--coal);
}

.cr-val {
    font-size: 28px;
}

.review-card {
    min-height: 100%;
}

.review-source {
    background: var(--paper2);
    color: var(--ink3);
    font-size: 10px;
    font-weight: 700;
}

.review-stars {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 13px;
}

.review-quote {
    color: var(--ink);
}

.review-avatar {
    width: 38px;
    height: 38px;
    color: var(--ink3);
}

.review-author {
    font-size: 13px;
}

.review-meta {
    color: var(--ink3);
    font-size: 11px;
}

.js-reviews-splide .splide__pagination {
    bottom: -1.5rem;
}

.js-reviews-splide .splide__arrow {
    background: var(--coal);
    opacity: 1;
}

.js-reviews-splide .splide__arrow svg {
    fill: #fff;
}

.process-section {
    background: var(--coal);
}

.process-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.process-row::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, var(--orange), rgba(229, 82, 9, 0.08));
    z-index: 0;
}

.ps-num {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ps:first-child .ps-num {
    background: var(--orange);
    color: #fff;
}

.ps:not(:first-child) .ps-num {
    background: var(--coal3);
    border: 1px solid var(--coal3);
    color: rgba(255, 255, 255, 0.4);
}

.process-step-title {
    font-size: 12px;
    line-height: 1.3;
}

.process-step-time {
    color: var(--orange);
    font-size: 10px;
    font-weight: 700;
}

.process-step-copy {
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
    line-height: 1.5;
}

.final-cta {
    position: relative;
    overflow: hidden;
    background: var(--coal);
}

.final-cta::before {
    content: '';
    position: absolute;
    top: -160px;
    left: 50%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(229, 82, 9, 0.13) 0%, transparent 65%);
}

.cta-inner {
    position: relative;
    z-index: 2;
}

.cta-content {
    max-width: 620px;
}

.final-title {
    font-size: clamp(24px, 3vw, 38px);
}

.final-copy,
.final-copy p {
    color: rgba(255, 255, 255, 0.42);
}

.cta-choice {
    border: 1.5px solid;
    border-radius: 11px !important;
    transition: all 0.18s;
    display: block;
    text-align: left;
}

.cta-choice.call {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.cta-choice.call:hover,
.cta-choice.call:focus {
    border-color: rgba(255, 255, 255, 0.25);
}

.cta-choice.wa {
    background: rgba(37, 211, 102, 0.05);
    border-color: rgba(37, 211, 102, 0.18);
}

.cta-choice.wa:hover,
.cta-choice.wa:focus {
    border-color: rgba(37, 211, 102, 0.36);
}

/* Telegram-specific CTA variant for final block */
.cta-choice.wa.wa-tg {
    background: rgba(0, 136, 204, 0.05);
    border-color: rgba(0, 136, 204, 0.18);
}
.cta-choice.wa.wa-tg:hover,
.cta-choice.wa.wa-tg:focus {
    border-color: rgba(0, 136, 204, 0.36);
}

.cta-icon {
    font-size: 20px;
}

.cta-choice-title {
    font-size: 13px;
}

.cta-choice-copy {
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
}

.lead-form-inline .lead-form {
    max-width: 430px;
    margin: 0 auto;
}

.final-phone-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.final-phone-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.final-phone-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--orange);
    box-shadow: none;
    color: #fff;
}

.landing-modal {
    background: var(--coal);
    color: #fff;
    border: 0;
}

.landing-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.site-footer {
    padding: 48px 0 32px;
    background: #0f0c09;
    color: #fff;
}

.footer-brand {
    font-size: 20px;
}

.footer-label {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-text,
.footer-meta,
.footer-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.footer-contact {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer-contact:hover,
.footer-link:hover {
    color: var(--orange);
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    .hero-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .sp-panel.on {
        grid-template-columns: 1fr;
    }

    .process-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .process-row::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-form-wrap {
        padding: 36px 24px;
    }

    .hero-headline {
        font-size: 28px;
    }

    .process-row {
        grid-template-columns: 1fr;
    }

    .included-row {
        grid-template-columns: 1fr;
    }

    .lead-form-inline .lead-form {
        max-width: 100%;
    }
}
