*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --sky: #0EA5E9;
    --sky-deep: #0284C7;
    --sky-darker: #0369A1;
    --sky-light: #E0F2FE;
    --sky-faint: #F0F9FF;
    --sky-mid: #BAE6FD;
    --cyan: #38BDF8;
    --white: #FFFFFF;
    --text: #0C4A6E;
    --text-mid: #0369A1;
    --muted: #475569;
    --subtle: #64748B;
    --hint: #94A3B8;
    --border: rgba(14, 165, 233, 0.15);
    --border-mid: rgba(14, 165, 233, 0.25);
    --border-strong: rgba(14, 165, 233, 0.4);
    --green: #44693d;
    --green-bg: rgba(22, 163, 74, 0.08);
    --green-border: rgba(22, 163, 74, 0.25);
    --gold: #F59E0B;
    --r: 14px;
    --r-lg: 20px;
    --r-xl: 28px;
    --green-deep: #44693d;
    --light-green: #f7fff0;
    --yellow: #ffd20a;
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    background: #fff;
    color: var(--text);
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 1.65;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
select,
textarea {
    font-family: inherit
}

h1,
h2,
h3,
h4 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.05
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px
}

.section {
    padding: 96px 0
}

.section-sm {
    padding: 56px 0
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: var(--r);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.22s;
    border: none;
    letter-spacing: 0.2px;
    font-family: 'Outfit', sans-serif
}

.btn-sky {
    background: linear-gradient(135deg, var(--sky), var(--sky-deep));
    color: #fff;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.3)
}

.btn-sky:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45)
}
.btn-green {
    background: linear-gradient(135deg, var(--green), var(--green-deep));
    color: #fff;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.3)
}

.btn-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45)
}
.btn-smart {
    background: linear-gradient(135deg, var(--green), var(--green-deep));
    color: #fff;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.3)
}

.btn-smart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45)
}

.btn-outline {
    background: transparent;
    color: var(--text);
    border: 1.5px solid var(--border-mid)
}

.btn-outline:hover {
    border-color: var(--sky);
    color: var(--sky);
    transform: translateY(-2px)
}

.btn-white {
    background: #fff;
    color: var(--sky-deep);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08)
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12)
}

.btn-lg {
    padding: 18px 40px;
    font-size: 17px;
    border-radius: var(--r-lg)
}

.btn-sm {
    padding: 10px 22px;
    font-size: 13px;
    border-radius: 10px
}

.arr {
    width: 17px;
    height: 17px;
    transition: transform 0.2s
}

.btn:hover .arr {
    transform: translateX(3px)
}

/* NOISE */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.5
}

/* NAV */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s;
    background: linear-gradient(135deg,var(--white),#1d2e57 );
}

.nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    
}


.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.logo-icon {
    width: 42px;
    height: 42px
}

.logo-text {}

.logo-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    color: black;
    line-height: 1
}

.logo-name span {
    color: var(--green)
}

.logo-sub {
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: black;
    text-transform: uppercase;
    margin-top: 1px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    
}

.nav-links a {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    transition: color 0.2s;
    letter-spacing: 0.2px
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--yellow)
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 12px
}

.nav-phone {
    font-size: 14px;
    font-weight: 700;
    color: orangered;
    letter-spacing: 0.5px
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;

}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background:white;
    border-radius: 2px;
    transition: all 0.3s
}

.mob-menu {
    display: none;
    position: fixed;
    inset: 0;
    top: 5px;
    background: #fff;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid var(--border)
}

.mob-menu.open {
    display: flex
}

.mob-menu a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--text);
    letter-spacing: 2px
}

.mob-menu a:hover {
    color: var(--sky)
}

/* TICKER */
.ticker {
    background: linear-gradient(90deg, var(--sky-deep), var(--sky), var(--sky-deep));
    padding: 9px 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ticker 24s linear infinite
}

.tick {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 36px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    flex-shrink: 0
}

.tick-sep {
    color: rgba(255, 255, 255, 0.35)
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #fff 55%, var(--sky-faint) 100%)
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 70% 40%, rgba(14, 165, 233, 0.07), transparent), radial-gradient(ellipse 50% 40% at 5% 70%, rgba(56, 189, 248, 0.06), transparent);
    pointer-events: none
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(14, 165, 233, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 165, 233, 0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 70% at 65% 35%, black, transparent);
    pointer-events: none
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    width: 100%
}

.hero-tag {
    margin-bottom: 22px
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.pill-sky {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid);
    color: var(--sky-darker)
}

.pill-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: #166534
}

.pill-gold {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #92400E
}

.hero-h1 {
    font-size: clamp(48px, 6.5vw, 84px);
    line-height: 0.95;
    margin-bottom: 22px
}

.hero-h1 .l1,
.hero-h1 .l3 {
    color: var(--text)
}

.hero-h1 .l2 {
    color: var(--sky)
}

.hero-p {
    font-size: 16px;
    color: var(--muted);
    max-width: 460px;
    margin-bottom: 32px;
    line-height: 1.72;
    font-weight: 300
}

.hero-p strong {
    color: var(--text);
    font-weight: 600
}

.hero-acts {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.trust-it {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--muted)
}

.trust-ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px
}

.trust-div {
    width: 1px;
    height: 24px;
    background: var(--border)
}

/* HERO CARD */
.hero-vis {
    position: relative
}

.h-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 40px rgba(14, 165, 233, 0.1)
}

.h-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sky), var(--cyan), var(--sky-deep))
}

.h-card-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hint);
    margin-bottom: 18px
}

.sys-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: var(--sky-faint);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--border)
}

.sys-item {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    border: 1px solid var(--border);
    transition: border-color 0.25s
}

.sys-item:hover {
    border-color: var(--sky)
}

.si-ico {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(14, 165, 233, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 18px
}

.si-lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--hint);
    margin-bottom: 2px
}

.si-val {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 19px;
    color: var(--text);
    letter-spacing: 0.5px
}

.si-sub {
    font-size: 10px;
    color: var(--sky);
    font-weight: 600
}

.h-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.hs-item {
    text-align: center
}

.hs-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: var(--sky)
}

.hs-lbl {
    font-size: 10px;
    color: var(--hint)
}

.fl-badge {
    position: absolute;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    color: var(--text);
    box-shadow: 0 4px 16px rgba(14, 165, 233, 0.12);
    animation: fl 3s ease-in-out infinite
}

.fl1 {
    top: -18px;
    right: 16px;
    animation-delay: 0s
}

.fl2 {
    bottom: 16px;
    left: -18px;
    animation-delay: 1.5s
}

.fl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.fl-dot-sky {
    background: var(--sky)
}

.fl-dot-green {
    background: var(--green)
}

@keyframes fl {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

/* REBATE ALERT BAR */
.rebate-bar {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.06), rgba(22, 163, 74, 0.05));
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: var(--r-lg);
    padding: 20px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 0
}

.rb-icon {
    font-size: 28px;
    flex-shrink: 0
}

.rb-text {}

.rb-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--text)
}

.rb-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5
}

.rb-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto
}

.rb-pill {
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600
}

.rbp-sky {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid);
    color: var(--sky-darker)
}

.rbp-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: #166534
}

/* STATS */
.stats-band {
    background: var(--sky-light);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 36px 0
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.stat-item {
    text-align: center;
    padding: 0 24px;
    border-right: 1px solid var(--border)
}

.stat-item:last-child {
    border-right: none
}

.stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 44px;
    color: var(--sky);
    line-height: 1;
    margin-bottom: 3px
}

.stat-lbl {
    font-size: 12px;
    color: var(--muted)
}

.stat-lbl strong {
    color: var(--text-mid);
    font-weight: 600
}

/* SECTION HEADER */
.sec-hdr {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 56px
}

.sec-tag {
    margin-bottom: 16px
}

.sec-h2 {
    font-size: clamp(34px, 5vw, 52px);
    color: var(--text);
    margin-bottom: 12px
}

.sec-h2 span {
    color: var(--sky)
}

.sec-p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7
}

/* OFFER */
.offer-wrap {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.07) 0%, rgba(56, 189, 248, 0.05) 100%);
    border: 1px solid var(--border-mid);
    border-radius: var(--r-xl);
    padding: 40px 48px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap
}

.offer-wrap::before {
    content: '? JUNE OFFER � LIMITED SPOTS';
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--sky);
    opacity: 0.8
}

.offer-wrap::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08), transparent)
}

.off-left {}

.off-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 8px
}

.off-title span {
    color: var(--sky)
}

.off-desc {
    font-size: 14px;
    color: var(--muted);
    max-width: 400px;
    line-height: 1.6;
    margin-bottom: 16px
}

.off-chips {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

.off-chip {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: #166534
}

.off-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px
}

.off-price-block {
    text-align: right
}

.off-from {
    font-size: 11px;
    color: var(--hint);
    letter-spacing: 0.5px;
    margin-bottom: 2px
}

.off-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    color: var(--sky);
    line-height: 1
}

.off-price sup {
    font-size: 26px;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block
}

.off-note {
    font-size: 11px;
    color: var(--green);
    font-weight: 600;
    margin-top: 3px
}

.countdown {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(14, 165, 233, 0.06);
    border-radius: 12px;
    padding: 10px 18px;
    border: 1px solid var(--border)
}

.cd-it {
    text-align: center
}

.cd-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--sky);
    line-height: 1;
    display: block
}

.cd-lbl {
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hint);
    text-transform: uppercase
}

.cd-sep {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: var(--border-strong);
    align-self: flex-start;
    margin-top: 4px
}

/* PRODUCTS */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.p-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 26px;
    position: relative;
    overflow: hidden;
    transition: all 0.28s;
    cursor: pointer
}

.p-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-strong);
    box-shadow: 0 16px 48px rgba(14, 165, 233, 0.1)
}

.p-card.feat {
    border-color: var(--border-strong);
    background: linear-gradient(150deg, #fff, var(--sky-faint))
}

.p-card.feat::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: var(--sky);
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px
}

.pc-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px
}

.pc-ico {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.pc-ico-sol {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid)
}

.pc-ico-bat {
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.25)
}

.pc-ico-max {
    background: var(--green-bg);
    border: 1px solid var(--green-border)
}

.pc-bdg {
    font-size: 10px;
    font-weight: 600;
    color: var(--hint)
}

.pc-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    color: var(--text);
    margin-bottom: 3px;
    letter-spacing: 0.5px
}

.pc-brand {
    font-size: 11px;
    color: var(--sky);
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.3px
}

.pc-specs {}

.pc-spec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
    font-size: 12px
}

.pc-spec:last-child {
    border-bottom: none
}

.pc-sl {
    color: var(--subtle)
}

.pc-sv {
    color: var(--text-mid);
    font-weight: 600
}

.pc-price {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border)
}

.pc-pfrom {
    font-size: 10px;
    color: var(--hint);
    margin-bottom: 1px
}

.pc-pamt {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 34px;
    color: var(--text);
    line-height: 1
}

.pc-pamt span {
    font-size: 18px;
    color: var(--sky)
}

.pc-pafter {
    font-size: 10px;
    color: var(--green);
    font-weight: 600;
    margin-top: 2px
}

.pc-btn {
    margin-top: 18px;
    width: 100%;
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Outfit', sans-serif;
    border: none
}

.pcb-sky {
    background: linear-gradient(135deg, var(--sky), var(--sky-deep));
    color: #fff
}

.pcb-sky:hover {
    box-shadow: 0 6px 20px rgba(14, 165, 233, 0.35)
}

.pcb-out {
    background: transparent;
    border: 1.5px solid var(--border-mid);
    color: var(--text)
}

.pcb-out:hover {
    border-color: var(--sky);
    color: var(--sky)
}

/* HOW IT WORKS */
.how-bg {
    background: var(--sky-faint);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative
}

.steps-row::before {
    content: '';
    position: absolute;
    top: 38px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), var(--border), var(--border), transparent);
    z-index: 0
}

.step {
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.step-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--sky);
    transition: all 0.28s;
    position: relative
}

.step:hover .step-circle {
    border-color: var(--sky);
    box-shadow: 0 0 28px rgba(14, 165, 233, 0.2)
}

.step-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: 0.5px
}

.step-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65
}

.step-time {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    color: var(--sky);
    letter-spacing: 0.5px
}

/* WARRANTY */
.warr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 44px
}

.wc {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 28px;
    text-align: center;
    transition: all 0.28s
}

.wc:hover {
    border-color: var(--border-strong);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.08)
}

.wc-yr {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 68px;
    color: var(--sky);
    line-height: 1
}

.wc-yrlbl {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--hint);
    margin-bottom: 6px
}

.wc-ttl {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px
}

.wc-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65
}

.wc-brand {
    margin-top: 14px
}

.wc-brand span {
    display: inline-block;
    padding: 3px 12px;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid var(--border-mid);
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: var(--sky-darker)
}

.warr-hero {
    grid-column: 1/-1;
    background: linear-gradient(135deg, var(--sky-faint), var(--sky-light));
    border: 1px solid var(--border-mid);
    border-radius: var(--r-lg);
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.wh-left {}

.wh-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: var(--text)
}

.wh-title span {
    color: var(--sky)
}

.wh-desc {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
    max-width: 500px
}

.wh-right {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.wh-stat {
    text-align: center
}

.wh-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: var(--sky)
}

.wh-lbl {
    font-size: 10px;
    color: var(--muted)
}

/* REBATE INFO */
.rebate-section {
    background: var(--sky-faint)
}

.rebate-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 40px
}

.rc {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 28px
}

.rc-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.rc-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.rc-icon-sky {
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid)
}

.rc-icon-green {
    background: var(--green-bg);
    border: 1px solid var(--green-border)
}

.rc-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--text)
}

.rc-sub {
    font-size: 11px;
    color: var(--muted);
    margin-top: 1px
}

.rc-list {}

.rc-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 12px
}

.rc-row:last-child {
    border-bottom: none
}

.rc-label {
    color: var(--muted);
    flex: 1
}

.rc-val {
    color: var(--text-mid);
    font-weight: 600;
    text-align: right
}

.rebate-note {
    background: rgba(14, 165, 233, 0.06);
    border: 1px solid var(--border-mid);
    border-radius: var(--r);
    padding: 16px 20px;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65;
    margin-top: 18px
}

.rebate-note strong {
    color: var(--text)
}

/* BRANDS */
.brands-row {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: #fff
}

.brand-it {
    flex: 1;
    min-width: 140px;
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid var(--border);
    transition: background 0.2s;
    cursor: pointer
}

.brand-it:last-child {
    border-right: none
}

.brand-it:hover {
    background: rgba(14, 165, 233, 0.04)
}

.brand-nm {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: var(--hint);
    letter-spacing: 2px;
    transition: color 0.2s
}

.brand-it:hover .brand-nm {
    color: var(--sky)
}

.brand-ty {
    font-size: 10px;
    color: var(--hint);
    margin-top: 3px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase
}

.brand-st {
    color: var(--sky);
    font-size: 12px;
    margin-top: 6px
}

/* TESTIMONIALS */
.test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.tc {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 24px;
    position: relative;
    transition: all 0.28s;
    overflow: hidden
}

.tc:hover {
    border-color: var(--border-mid);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(14, 165, 233, 0.08)
}

.tc::before {
    content: '"';
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 72px;
    color: rgba(14, 165, 233, 0.08);
    line-height: 1
}

.tc-stars {
    color: var(--sky);
    font-size: 13px;
    margin-bottom: 12px
}

.tc-text {
    font-size: 13px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 16px;
    font-weight: 300
}

.tc-auth {
    display: flex;
    align-items: center;
    gap: 10px
}

.tc-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--sky-light);
    border: 2px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    color: var(--sky-deeper);
    flex-shrink: 0
}

.tc-nm {
    font-size: 13px;
    font-weight: 600;
    color: var(--text)
}

.tc-loc {
    font-size: 11px;
    color: var(--muted)
}

.tc-sys {
    font-size: 10px;
    color: var(--sky);
    font-weight: 600;
    margin-top: 1px
}

/* FAQ */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    transition: border-color 0.2s
}

.faq-item:hover {
    border-color: var(--border-mid)
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--text)
}

.faq-icon {
    font-size: 18px;
    color: var(--sky);
    flex-shrink: 0;
    transition: transform 0.2s;
    font-weight: 400
}

.faq-a {
    padding: 0 22px 18px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
    display: none
}

.faq-item.open .faq-a {
    display: block
}

.faq-item.open .faq-icon {
    transform: rotate(45deg)
}

/* QUOTE */
.quote-section {
    background: var(--sky-faint);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.quote-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.ql-h2 {
    font-size: clamp(30px, 4vw, 46px);
    color: var(--text);
    margin-bottom: 14px
}

.ql-h2 span {
    color: var(--sky)
}

.ql-p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 32px;
    line-height: 1.7
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.ben-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid var(--border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 17px
}

.ben-ttl {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1px
}

.ben-desc {
    font-size: 11px;
    color: var(--muted)
}

.form-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(14, 165, 233, 0.08)
}

.form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sky), var(--cyan))
}

.f-rebate {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    border-radius: 10px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: #166534;
    font-weight: 500;
    margin-bottom: 20px
}

.f-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--text);
    margin-bottom: 4px
}

.f-sub {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 22px
}

.f-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.f-col {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.f-col.full {
    grid-column: 1/-1
}

.f-lbl {
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0.4px
}

.f-inp {
    background: var(--sky-faint);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: 13px;
    color: var(--text);
    width: 100%;
    transition: all 0.2s
}

.f-inp:focus {
    outline: none;
    border-color: rgba(14, 165, 233, 0.55);
    background: rgba(14, 165, 233, 0.03)
}

.f-inp::placeholder {
    color: var(--hint)
}

.f-sel {
    background: var(--sky-faint);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: 13px;
    color: var(--text);
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%2394A3B8' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    padding-right: 34px;
    transition: all 0.2s
}

.f-sel:focus {
    outline: none;
    border-color: rgba(14, 165, 233, 0.55)
}

.f-sel option {
    background: #fff
}

.f-submit {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--sky), var(--sky-deep));
    color: #fff;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    letter-spacing: 0.4px;
    margin-top: 4px;
    transition: all 0.22s;
    font-family: 'Outfit', sans-serif
}

.f-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4)
}

.f-note {
    font-size: 10px;
    color: var(--hint);
    text-align: center;
    margin-top: 10px;
    line-height: 1.5
}

/* CTA */
.cta-block {
    background: linear-gradient(135deg, var(--sky-faint), var(--sky-light));
    border: 1px solid var(--border-mid);
    border-radius: var(--r-xl);
    padding: 64px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta-block::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08), transparent);
    pointer-events: none
}

.cta-h2 {
    font-size: clamp(38px, 6vw, 68px);
    color: var(--text);
    margin-bottom: 14px;
    position: relative;
    z-index: 1
}

.cta-h2 span {
    color: var(--sky)
}

.cta-p {
    font-size: 15px;
    color: var(--muted);
    max-width: 480px;
    margin: 0 auto 36px;
    z-index: 1;
    position: relative
}

.cta-acts {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.cta-phone {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--sky);
    letter-spacing: 2px;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 1
}

/* FOOTER */
footer {
    background: var(--sky-darker);
    padding: 56px 0 28px
}

.foot-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 44px;
    margin-bottom: 44px
}

.foot-brand {}

.foot-logo-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
    color: #fff
}

.foot-logo-name span {
    color: var(--cyan)
}

.foot-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    max-width: 260px;
    margin: 10px 0 18px
}

.foot-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.foot-badge {
    padding: 3px 10px;
    border-radius: 16px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.55)
}

.foot-col-h {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 14px
}

.foot-links {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.foot-links a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s
}

.foot-links a:hover {
    color: var(--cyan)
}

.foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.foot-copy {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3)
}

.foot-legal {
    display: flex;
    gap: 20px
}

.foot-legal a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    transition: color 0.2s
}

.foot-legal a:hover {
    color: rgba(255, 255, 255, 0.6)
}

/* GLOW DIVIDER */
.glow-div {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.3), transparent)
}

/* SCROLL REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.65s cubic-bezier(0.16, 1, 0.3, 1)
}

.reveal.vis {
    opacity: 1;
    transform: translateY(0)
}

.d1 {
    transition-delay: .1s
}

.d2 {
    transition-delay: .2s
}

.d3 {
    transition-delay: .3s
}

.d4 {
    transition-delay: .4s
}

/* CHAT & SCROLL */
.chat-btn {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sky), var(--sky-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(14, 165, 233, 0.4);
    animation: fl 3s ease-in-out infinite;
    transition: transform 0.2s
}

.chat-btn:hover {
    transform: scale(1.1)
}

.chat-btn svg {
    width: 24px;
    height: 24px;
    color: #fff
}

.chat-dot {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #22C55E;
    border: 2px solid #fff
}

.scr-top {
    position: fixed;
    bottom: 26px;
    left: 26px;
    z-index: 999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0
}

.scr-top.vis {
    opacity: 1
}

.scr-top:hover {
    border-color: var(--sky);
    background: rgba(14, 165, 233, 0.06)
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .hero-vis {
        display: none
    }

    .prod-grid {
        grid-template-columns: 1fr 1fr
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .stat-item:nth-child(4) {
        border-top: 1px solid var(--border)
    }

    .stat-item:nth-child(3) {
        border-right: none
    }

    .test-grid {
        grid-template-columns: 1fr 1fr
    }

    .foot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .rebate-cards {
        grid-template-columns: 1fr
    }

    .quote-inner {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

@media(max-width:768px) {
    .section {
        padding: 68px 0
    }

    .nav-links,
    .nav-cta .btn-sm {
        display: none
    }

    .hamburger {
        display: flex
    }

    .prod-grid {
        grid-template-columns: 1fr
    }

    .steps-row {
        grid-template-columns: 1fr 1fr
    }

    .steps-row::before {
        display: none
    }

    .warr-grid {
        grid-template-columns: 1fr
    }

    .test-grid {
        grid-template-columns: 1fr
    }

    .cta-block {
        padding: 40px 24px
    }

    .offer-wrap {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px
    }

    .off-right {
        align-items: center
    }

    .brands-row {
        flex-direction: column
    }

    .brand-it {
        border-right: none;
        border-bottom: 1px solid var(--border)
    }

    .brand-it:last-child {
        border-bottom: none
    }

    .foot-grid {
        grid-template-columns: 1fr
    }

    .hero-h1 {
        font-size: 48px
    }

    .hero-acts {
        flex-direction: column
    }

    .f-grid {
        grid-template-columns: 1fr
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr
    }

    .stat-item:nth-child(even) {
        border-right: none
    }

    .stat-item:nth-child(n+3) {
        border-top: 1px solid var(--border)
    }
}





/* by me*/
