/* ─────────────────────────────────────────────────────────────────────────────
 * Rento King landing site — all page styles.
 *
 * Extracted from index.php. Load order matters: the carousel section at the
 * bottom used to be a second <style> block placed after the markup, so its
 * rules must stay last to win the cascade where they overlap (e.g. .car-cap,
 * which the hero reuses).
 * ───────────────────────────────────────────────────────────────────────────── */

:root {
    --orange: #FF6E0B;
    --orange-600: #d05a0b;
    --orange-50: #fdf1e8;
    --ink: #191919;
    --ink-2: #2a2724;
    --mute: #6b645d;
    --line: #e8e4de;
    --line-2: #f1ede7;
    --bg: #fafaf7;
    --bg-2: #f4f1ec;
    --white: #fff;
    --success: #2f7d32;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html, body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}
a {
    color: inherit;
    text-decoration: none
}
button {
    font-family: inherit;
    border: 0;
    background: 0;
    cursor: pointer
}
.display {
    font-family: 'Inter Tight', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700
}
.wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}
section {
    padding: 96px 0;
    border-bottom: 1px solid var(--line)
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--orange);
    font-weight: 600
}
.eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--orange);
    border-radius: 50%
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all .15s;
    border: 1px solid transparent;
    white-space: nowrap
}
.btn-primary {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 6px 14px -6px rgba(255, 110, 11, .5)
}
.btn-primary:hover {
    background: var(--orange-600)
}
.btn-dark {
    background: var(--ink);
    color: #fff
}
.btn-dark:hover {
    background: #1c1a17
}
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--line)
}
.btn-ghost:hover {
    border-color: var(--ink);
    background: #fff
}
.btn-sm {
    padding: 10px 16px;
    font-size: 13.5px;
    border-radius: 8px
}
.btn-lg {
    padding: 17px 28px;
    font-size: 16px;
    border-radius: 12px
}
.btn svg {
    width: 16px;
    height: 16px
}
nav.top {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(250, 250, 247, .86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 32px;
    max-width: 1320px;
    margin: 0 auto;
    gap: 18px
}
.nav-inner > a > img {
    height: 60px;
    width: auto;
    display: block
}
.nav-links {
    display: flex;
    gap: 28px;
    font-size: 14px;
    color: var(--ink-2)
}
.nav-links a:hover {
    color: var(--orange)
}
.nav-cta {
    display: flex;
    gap: 10px;
    align-items: center
}
@media (max-width: 860px) {
    .nav-links {
        display: none
    }

    .nav-cta .hidesm {
        display: none
    }
}

.hero {
    padding: 72px 0 100px;
    position: relative;
    overflow: hidden
}
.hero-grid {
    display: grid;
    grid-template-columns:1fr 1.3fr;
    gap: 72px;
    align-items: center
}
@media (max-width: 960px) {
    .hero-grid {
        grid-template-columns:1fr;
        gap: 40px
    }
}
h1.hero-title {
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 700
}
h1.hero-title em {
    font-style: normal;
    color: var(--orange)
}
.hero-sub {
    margin-top: 22px;
    font-size: 18px;
    color: var(--mute);
    max-width: 540px;
    line-height: 1.55
}
.hero-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 32px
}
.hero-meta {
    display: flex;
    gap: 22px;
    margin-top: 28px;
    font-size: 13px;
    color: var(--mute);
    flex-wrap: wrap
}
.hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}
.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 3px rgba(47, 125, 50, .15)
}

.hero-visual {
    display: block;
    position: relative;
    max-width: 750px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(15, 14, 12, .18)
}
.hero-visual img {
    display: block;
    width: 100%;
    height: auto
}
/* Sit the pill in the empty space under the filter sidebar rather than
   over the booking-step indicator at the top of the screenshot. */
.hero-visual .car-cap {
    top: auto;
    bottom: 20px
}
/* Bleed the screenshot into the gutter outside .wrap so the UI inside it
   stays legible on wide screens. The offset is exactly the available
   gutter, so the frame reaches the viewport edge without ever cropping
   the price / Select column. .hero has overflow:hidden and clips it. */
@media (min-width: 1200px) {
    .hero-visual {
        margin-right: calc(-1 * max(0px, (100vw - 1320px) / 2))
    }
}

.features-head {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 56px
}
@media (max-width: 860px) {
    .features-head {
        grid-template-columns:1fr;
        gap: 24px
    }
}
h2.section-title {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 700;
    font-family: 'Inter Tight', sans-serif;
    margin-top: 14px;
    max-width: 620px
}
h2.section-title em {
    font-style: normal;
    color: var(--orange)
}
.section-lead {
    color: var(--mute);
    font-size: 16.5px;
    max-width: 480px;
    line-height: 1.55
}

.feature-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden
}
@media (max-width: 860px) {
    .feature-grid {
        grid-template-columns:1fr
    }
}
.feat {
    background: #fff;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 240px;
    transition: background .2s
}
.feat:hover {
    background: #fcfbf8
}
.feat-ico {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--orange-50);
    color: var(--orange);
    display: grid;
    place-items: center
}
.feat-ico svg {
    width: 18px;
    height: 18px
}
.feat h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 19px;
    letter-spacing: -.01em;
    font-weight: 600
}
.feat p {
    color: var(--mute);
    font-size: 14.5px;
    line-height: 1.55
}
.feat .n {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mute)
}
.feat .pro-pill {
    font-size: 10px;
    background: var(--ink);
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: .05em;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle
}

.banner-cta {
    background: var(--ink);
    color: #fff;
    border-radius: 20px;
    padding: 56px;
    display: grid;
    grid-template-columns:1.3fr 1fr;
    gap: 40px;
    align-items: center;
    overflow: hidden;
    position: relative
}
@media (max-width: 860px) {
    .banner-cta {
        grid-template-columns:1fr;
        padding: 36px
    }
}
.banner-cta::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 110, 11, .35), transparent 65%)
}
.banner-cta h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 700;
    position: relative
}
.banner-cta p {
    color: #c7c2bb;
    margin-top: 14px;
    max-width: 440px;
    position: relative
}
.banner-cta .b-ctas {
    display: flex;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
    position: relative
}
.banner-cta .btn-ghost {
    border-color: #3a3530;
    color: #fff
}
.banner-cta .btn-ghost:hover {
    background: #1c1a17;
    border-color: #fff
}
.trial-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 110, 11, .12);
    color: var(--orange);
    border: 1px solid rgba(255, 110, 11, .3);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    position: relative
}
.trial-chip::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange)
}
.banner-meta {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid #2a2724;
    padding-left: 36px
}
@media (max-width: 860px) {
    .banner-meta {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #2a2724;
        padding-top: 24px
    }
}
.bm-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 13px;
    color: #c7c2bb
}
.bm-row b {
    color: #fff;
    font-weight: 600
}

.pricing-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px
}
.pricing-head h2 {
    margin: 14px auto 14px;
    text-align: center
}
.pricing-head p {
    color: var(--mute);
    font-size: 16.5px
}
.trial-strip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 18px auto 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--orange-50);
    color: var(--orange);
    font-size: 13px;
    font-weight: 600;
    border: 1px dashed rgba(255, 110, 11, .4)
}
.trial-strip b {
    font-family: 'Inter Tight', sans-serif
}

.plans {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px;
    margin-top: 48px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 860px) {
    .plans {
        grid-template-columns:1fr
    }
}
.plan {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative
}
.plan.featured {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
    box-shadow: 0 30px 60px -30px rgba(15, 14, 12, .35)
}
.plan.featured .plan-desc {
    color: #c7c2bb
}
.plan.featured .feature-list li {
    color: #e7e3dc
}
.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--orange);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}
.plan-name {
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--ink-2)
}
.plan.featured .plan-name {
    color: var(--orange)
}
.plan-desc {
    color: var(--mute);
    font-size: 13.5px
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 6px 0
}
.plan-price .amt {
    font-family: 'Inter Tight', sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.02em
}
.plan-price .per {
    color: var(--mute);
    font-size: 14px
}
.plan.featured .plan-price .per {
    color: #c7c2bb
}
.plan-alt-price {
    font-size: 13px;
    color: var(--mute);
    margin-top: -6px
}
.plan-alt-price b {
    font-family: 'Inter Tight', sans-serif;
    color: var(--ink)
}
.plan.featured .plan-alt-price b {
    color: #fff
}
.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-2);
    padding-top: 8px;
    border-top: 1px solid var(--line);
    margin-top: 4px
}
.plan.featured .feature-list {
    border-color: #2a2724
}
.feature-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.45
}
.feature-list svg {
    width: 16px;
    height: 16px;
    color: var(--orange);
    flex-shrink: 0;
    margin-top: 2px
}
.plan .btn {
    width: 100%;
    margin-top: auto
}

.stats {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 64px
}
@media (max-width: 860px) {
    .stats {
        grid-template-columns:repeat(2, 1fr)
    }
}
.stat {
    background: #fff;
    padding: 32px 24px;
    text-align: center
}
.stat .big {
    font-family: 'Inter Tight', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.02em
}
.stat .big em {
    color: var(--orange);
    font-style: normal
}
.stat .lbl {
    color: var(--mute);
    font-size: 13px;
    margin-top: 4px
}

.faq-wrap {
    max-width: 820px;
    margin: 0 auto
}
details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden
}
details[open] {
    border-color: var(--ink)
}
summary {
    padding: 22px 24px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none
}
summary::-webkit-details-marker {
    display: none
}
summary::after {
    content: "+";
    font-size: 22px;
    color: var(--orange);
    transition: transform .2s
}
details[open] summary::after {
    transform: rotate(45deg)
}
details > div {
    padding: 0 24px 22px;
    color: var(--mute);
    font-size: 14.5px;
    line-height: 1.6
}

footer {
    background: var(--ink);
    color: #c7c2bb;
    padding: 72px 0 32px
}
.f-grid {
    display: grid;
    grid-template-columns:1.4fr repeat(3, 1fr);
    gap: 40px
}
@media (max-width: 860px) {
    .f-grid {
        grid-template-columns:1fr 1fr;
        gap: 32px
    }
}
.f-brand img {
    height: 36px;
    width: auto;
    display: block;
    margin-bottom: 14px
}
.f-about {
    font-size: 13.5px;
    color: #9a938b;
    margin-top: 6px;
    max-width: 320px;
    line-height: 1.55
}
.f-col h5 {
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 14px;
    font-weight: 600
}
.f-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13.5px
}
.f-col a:hover {
    color: #fff
}


.f-bottom {
    margin-top: 48px;
    padding-top: 22px;
    border-top: 1px solid #2a2724;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color: #6b645d;
    flex-wrap: wrap;
    gap: 10px
}

.sticky-buy {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 40;
    opacity: 0;
    transform: translateY(10px);
    transition: all .25s;
    pointer-events: none
}
.sticky-buy.on {
    opacity: 1;
    transform: none;
    pointer-events: auto
}
.sticky-buy .btn {
    box-shadow: 0 16px 30px -10px rgba(255, 110, 11, .5)
}

@media (max-width: 640px) {
    h1.hero-title {
        font-size: 42px
    }

    h2.section-title {
        font-size: 30px
    }

    section {
        padding: 64px 0
    }

    .banner-cta {
        padding: 28px
    }

    .banner-cta h3 {
        font-size: 26px
    }
}

/* Comparison table */
.compare-wrap {
    margin-top: 48px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden
}
.compare-tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px
}
.compare-tbl th, .compare-tbl td {
    padding: 16px 22px;
    text-align: left;
    border-bottom: 1px solid var(--line-2);
    vertical-align: middle
}
.compare-tbl thead th {
    background: var(--bg-2);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--mute)
}
.compare-tbl thead th.col-pro {
    background: var(--ink);
    color: #fff;
    position: relative
}
.compare-tbl thead th.col-pro::after {
    content: "PRO";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: .06em
}
.compare-tbl tbody tr:last-child td {
    border-bottom: 0
}
.compare-tbl td.center {
    text-align: center
}
.compare-tbl .row-section td {
    background: var(--bg-2);
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--ink-2);
    padding: 12px 22px
}
.check {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--orange-50);
    color: var(--orange)
}
.check svg {
    width: 13px;
    height: 13px
}
.dash {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: var(--line);
    border-radius: 2px
}
.pro-only {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff
}
.pro-only svg {
    width: 12px;
    height: 12px
}
.compare-tbl td.feat-name {
    font-weight: 500;
    color: var(--ink)
}
.compare-tbl td.feat-name small {
    display: block;
    color: var(--mute);
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px
}
@media (max-width: 760px) {
    .compare-tbl th, .compare-tbl td {
        padding: 12px 14px;
        font-size: 13px
    }

    .compare-tbl thead th.col-pro::after {
        display: none
    }
}

/* Elementor banner */
.elementor-banner {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2724 100%);
    color: #fff;
    border-radius: 22px;
    padding: 56px;
    display: grid;
    grid-template-columns:1fr 1.1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden
}
.elementor-banner::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle at 100% 0%, rgba(255, 110, 11, .18), transparent 50%);
    pointer-events: none
}
.eb-left {
    position: relative;
    z-index: 1
}
.eb-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}
.eb-pill .dot {
    background: #FF6E0B;
    box-shadow: 0 0 0 3px rgba(255, 110, 11, .18)
}
.eb-left h3 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 38px;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-weight: 700;
    margin-top: 18px
}
.eb-left h3 em {
    color: var(--orange);
    font-style: normal
}
.eb-left p {
    margin-top: 18px;
    color: #bdb5ac;
    line-height: 1.55;
    max-width: 440px
}
.eb-cats {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 14px
}
.eb-cat {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #a39b91;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 6px 10px;
    border-radius: 6px
}
.eb-widgets {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}
.eb-widget {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all .15s
}
.eb-widget:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 110, 11, .4)
}
.eb-widget .ico {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 110, 11, .12);
    display: grid;
    place-items: center;
    color: var(--orange);
    flex-shrink: 0
}
.eb-widget .ico svg {
    width: 16px;
    height: 16px
}
.eb-widget b {
    font-size: 13px;
    font-weight: 600;
    display: block
}
.eb-widget small {
    font-size: 11px;
    color: #928a80;
    display: block;
    margin-top: 1px
}
@media (max-width: 880px) {
    .elementor-banner {
        grid-template-columns:1fr;
        padding: 36px;
        gap: 32px
    }

    .eb-left h3 {
        font-size: 30px
    }

    .eb-widgets {
        grid-template-columns:1fr
    }
}

/* Developers section */
.dev-grid {
    display: grid;
    grid-template-columns:.95fr 1.05fr;
    gap: 60px;
    align-items: center;
    margin-top: 48px
}
@media (max-width: 960px) {
    .dev-grid {
        grid-template-columns:1fr;
        gap: 40px
    }
}
.dev-points {
    display: flex;
    flex-direction: column;
    gap: 24px
}
.dev-point {
    display: flex;
    gap: 16px;
    align-items: flex-start
}
.dev-point .ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--orange-50);
    color: var(--orange);
    display: grid;
    place-items: center;
    flex-shrink: 0
}
.dev-point .ico svg {
    width: 18px;
    height: 18px
}
.dev-point h4 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 17px;
    font-weight: 600
}
.dev-point p {
    font-size: 14px;
    color: var(--mute);
    margin-top: 4px;
    line-height: 1.55
}
.code-card {
    background: #15130f;
    border-radius: 14px;
    border: 1px solid #25221d;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(15, 14, 12, .4)
}
.code-tabs {
    display: flex;
    gap: 0;
    background: #1c1916;
    border-bottom: 1px solid #25221d
}
.code-tab {
    padding: 11px 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #7a7269;
    cursor: pointer;
    border-right: 1px solid #25221d;
    background: transparent;
    border-radius: 0;
    transition: color .15s
}
.code-tab.active {
    color: #FF9445;
    background: #15130f
}
.code-body {
    padding: 20px 22px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12.5px;
    line-height: 1.7;
    color: #d6cfc6;
    overflow-x: auto;
    min-height: 280px
}
.code-body pre {
    margin: 0;
    white-space: pre;
    font-family: inherit
}
.code-body .cm {
    color: #6b645d;
    font-style: italic
}
.code-body .kw {
    color: #FF9445
}
.code-body .fn {
    color: #9ad4ff
}
.code-body .str {
    color: #b8e8a3
}
.code-body .var {
    color: #e8c98a
}
.code-pane {
    display: none
}
.code-pane.active {
    display: block
}

/* ── Modals ── */
.modal-bg {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(15, 14, 12, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s
}
.modal-bg.open {
    opacity: 1;
    pointer-events: auto
}
.modal-box {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 40px 80px -30px rgba(15, 14, 12, .3);
    transform: translateY(16px) scale(.98);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1);
    position: relative
}
.modal-bg.open .modal-box {
    transform: none
}
.modal-box.wide {
    max-width: 760px
}
.modal-head {
    padding: 28px 32px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px
}
.modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all .15s;
    margin-top: -2px
}
.modal-close:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff
}
.modal-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}
.modal-body {
    padding: 24px 32px 36px
}
.modal-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--orange);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px
}
.modal-eyebrow::before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--orange);
    border-radius: 50%
}
.modal-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1
}
.modal-sub {
    margin-top: 8px;
    color: var(--mute);
    font-size: 14.5px;
    line-height: 1.55
}
.mform {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 22px
}
.mform-row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 14px
}
@media (max-width: 520px) {
    .mform-row {
        grid-template-columns:1fr
    }
}
.mfield {
    display: flex;
    flex-direction: column;
    gap: 5px
}
.mfield label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink-2)
}
.mfield label sup {
    color: var(--orange)
}
.mfield input, .mfield textarea, .mfield select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 9px;
    padding: 11px 14px;
    font-size: 14px;
    font-family: inherit;
    color: var(--ink);
    background: #fff;
    transition: border-color .15s;
    outline: none;
    resize: vertical
}
.mfield textarea {
    min-height: 100px
}
.mfield input:focus, .mfield textarea:focus, .mfield select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255, 110, 11, .1)
}
.mfield small {
    font-size: 12px;
    color: var(--mute)
}
.mform-submit {
    margin-top: 4px
}
.mform-note {
    font-size: 12.5px;
    color: var(--mute);
    margin-top: 10px
}
.mform-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 9px
}
.mform-consent input[type=checkbox] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    accent-color: var(--orange);
    margin-top: 2px;
    cursor: pointer
}
.mform-consent label {
    font-size: 13px;
    color: var(--ink-2);
    line-height: 1.5;
    cursor: pointer
}
.mform-consent label a {
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 2px
}
.mform-consent.invalid {
    border-color: #c0392b;
    background: #fdf2f2
}
/* Honeypot: off-screen for people, irresistible to bots. */
.hp-field {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0
}
.mform-captcha:empty {
    display: none
}

/* Affiliate page styles inside modal */
.aff-summary {
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 24px;
    margin-top: 22px
}
.aff-summary h4 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -.01em
}
.aff-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px
}
.aff-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--ink-2);
    line-height: 1.45
}
.aff-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--orange-50);
    border: 1px solid rgba(255, 110, 11, .2);
    flex-shrink: 0;
    margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6E0B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center
}
.aff-divider {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 24px 0
}

/* Privacy / legal modal */
.modal-box.legal {max-width: 700px}
.legal-doc {font-size: 14.5px; line-height: 1.75; color: var(--ink-2); margin-top: 22px}
.legal-doc h3 {font-family: 'Inter Tight', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.01em; margin: 26px 0 6px; color: var(--ink)}
.legal-doc h3:first-of-type {margin-top: 0}
.legal-doc p {margin-bottom: 12px; color: var(--mute)}
.legal-doc ul {list-style: none; padding: 0; margin: 0 0 12px}
.legal-doc ul li {padding-left: 18px; position: relative; margin-bottom: 6px; color: var(--mute)}
.legal-doc ul li::before {content: "—"; position: absolute; left: 0; color: var(--orange)}
.legal-doc .updated {display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--mute); background: var(--bg-2); border: 1px solid var(--line); padding: 5px 12px; border-radius: 20px; margin-bottom: 20px}
.legal-doc .updated::before {content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); display: inline-block}
.aff-form-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    margin-bottom: 4px
}
.aff-form-sub {
    color: var(--mute);
    font-size: 13.5px;
    margin-bottom: 16px
}

/* Requirements */
.req-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px
}
@media (max-width: 760px) {
    .req-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}
.req-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 20px
}
.req-card .lbl {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--mute);
    font-weight: 600
}
.req-card .val {
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px
}
.req-card .val em {
    font-style: normal;
    color: var(--orange)
}
.req-card .meta {
    font-size: 12px;
    color: var(--mute);
    margin-top: 4px
}


/* ═════════════════════════════════════════════════════════════════════════════
   Carousel — was the second <style> block in index.php; keep it last.
   ═════════════════════════════════════════════════════════════════════════════ */

/* Carousel */
.car-wrap {
    margin-top: 48px;
    position: relative
}
.car-track {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 24px 60px -30px rgba(15, 14, 12, .25)
}
.car-slides {
    display: flex;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1)
}
.car-slide {
    min-width: 100%;
    display: block;
    position: relative
}
.car-slide img {
    display: block;
    width: 100%;
    height: auto
}
.car-cap {
    position: absolute;
    left: 24px;
    top: 24px;
    background: rgba(15, 14, 12, .92);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 10px
}
.car-cap span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    background: var(--orange);
    padding: 3px 8px;
    border-radius: 20px
}
.car-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 22px -8px rgba(15, 14, 12, .3);
    z-index: 5;
    transition: all .15s
}
.car-nav:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange)
}
.car-nav.prev {
    left: -22px
}
.car-nav.next {
    right: -22px
}
.car-nav svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}
.car-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px
}
.car-dot {
    width: 30px;
    height: 5px;
    border-radius: 3px;
    background: var(--line);
    cursor: pointer;
    border: 0;
    padding: 0;
    transition: all .2s
}
.car-dot.on {
    background: var(--orange);
    width: 50px
}
.car-thumbs {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px;
    margin-top: 18px
}
.car-thumb-btn {
    padding: 0;
    border: 2px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: 0;
    transition: all .2s;
    position: relative
}
.car-thumb-btn img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .55;
    transition: opacity .2s
}
.car-thumb-btn.on {
    border-color: var(--orange)
}
.car-thumb-btn.on img {
    opacity: 1
}
.car-thumb-btn b {
    position: absolute;
    bottom: 8px;
    left: 10px;
    background: rgba(15, 14, 12, .85);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: .05em
}
@media (max-width: 720px) {
    .car-nav.prev {
        left: 8px
    }

    .car-nav.next {
        right: 8px
    }

    .car-cap {
        left: 12px;
        top: 12px;
        font-size: 11px;
        padding: 6px 10px
    }

    .car-thumbs {
        grid-template-columns:repeat(3, 1fr);
        gap: 8px
    }

    .car-thumb-btn b {
        font-size: 9px
    }
}
