.hero,
#configurator,
.config,
.panel,
.quote,
.quote-card,
section.band,
.final,
.mbar,
.modal-overlay,
.faq,
.sec-head,
.sec-strip,
.hero *,
#configurator *,
.config *,
.panel *,
.quote *,
.quote-card *,
section.band *,
.final *,
.mbar *,
.modal-overlay *,
.faq *,
.sec-head *,
.sec-strip * {
    direction: rtl !important;
    font-family: var(--font-body) !important;
}

html,
body,
body * {
    direction: rtl !important;
    font-family: var(--font-body) !important;

}

#fPhoneNumber,
#fEmail,
#fCountryCode,
#cardNum,
#cardExp,
#cardCvv,
#distVal,
#hrEmployeeInput,
#customUsersInput,
#userVal,
#branchVal {
    direction: ltr !important;
    text-align: right;
}

:root {
    --ink: #0E2A2F;
    --ink-2: #2D5059;
    --ink-3: #5E8089;
    --canvas: #ffffff;
    --bg-pale: #f2f8f8;
    --card: #FFFFFF;
    --line: #D4E8E8;
    --line-strong: #B0D4D4;
    --accent: #006375;
    --accent-deep: #004D5C;
    --accent-soft: #e8f6f6;
    --accent-mid: #c0e6e6;
    --green: #0E9F6E;
    --green-soft: #E6F7F0;
    --amber: #B45309;
    --amber-soft: #FEF3E2;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --shadow-1: 0 1px 2px rgba(0, 99, 117, .05), 0 1px 3px rgba(0, 99, 117, .06);
    --shadow-2: 0 4px 12px rgba(0, 99, 117, .09), 0 2px 4px rgba(0, 99, 117, .05);
    --shadow-3: 0 12px 32px rgba(0, 99, 117, .16), 0 4px 8px rgba(0, 99, 117, .06);
    --shadow-accent: 0 8px 24px rgba(0, 99, 117, .32);
    --font-display: "Tajawal", "Roboto", system-ui, sans-serif;
    --font-body: "Tajawal", "Roboto", system-ui, sans-serif;
    --font-mono: "Roboto Mono", "Tajawal", ui-monospace, monospace;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-body) !important;

}

html {
    scroll-behavior: smooth;
    font-family: var(--font-body) !important;

}


body {
    font-family: var(--font-body);
    background: var(--canvas);
    color: var(--ink);
    line-height: 1.65;
    font-family: var(--font-body) !important;
    text-align: right;
    -webkit-font-smoothing: antialiased
}

.btn.btn-ghost.btn-lg:hover {
    color: #006375 !important;
}

button {
    font-family: inherit;
    cursor: pointer
}

input,
select,
textarea {
    font-family: inherit
}

:focus-visible {
    outline: 3px solid rgba(0, 99, 117, .4);
    outline-offset: 2px;
    border-radius: 6px
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 22px;
    transition: transform .15s var(--ease), box-shadow .2s, background .15s;
    text-decoration: none
}

.btn:active {
    transform: scale(.97)
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: var(--shadow-accent)
}

.btn-primary:hover {
    background: var(--accent-deep)
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--line-strong)
}

.btn-ghost:hover {
    border-color: var(--ink-3);
    background: var(--bg-pale)
}

.btn-sm {
    padding: 9px 16px;
    font-size: 14px;
    border-radius: 10px
}

.btn-lg {
    padding: 15px 28px;
    font-size: 16px;
    border-radius: 14px
}

.btn-block {
    width: 100%
}

.btn-secondary {
    background: var(--accent-soft);
    color: var(--accent);
    border: 1.5px solid var(--accent-mid);
    box-shadow: none;
}

.btn-secondary:hover {
    background: #d8efef;
    border-color: var(--accent);
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    box-shadow: 0 8px 22px rgba(37, 211, 102, .35);
}

.btn-whatsapp:hover {
    background: #1EBE57;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
    transform: translateY(-1px)
}

.btn-whatsapp svg {
    color: #fff
}

.hero {
    padding: 64px 0 36px;
    text-align: center;
    background: var(--canvas)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: var(--accent);
    background: var(--accent-soft);
    padding: 7px 14px;
    border-radius: 99px;
    margin-bottom: 18px
}

.eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    animation: pulse 2s infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .35
    }
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    max-width: 760px;
    margin: 0 auto 16px
}

.hero h1 em {
    font-style: normal;
    color: var(--accent)
}

.hero p {
    font-size: 18px;
    color: var(--ink-2);
    max-width: 616px;
    margin: 0 auto
}

.hero-meta {
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-top: 22px;
    font-size: 13.5px;
    color: var(--ink-3);
    flex-wrap: wrap
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 7px
}

.hero-meta svg {
    color: var(--green)
}

.rail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 38px auto 28px;
    max-width: 980px;
    padding: 0 12px
}

.rail-step {
    display: flex;
    align-items: center;
    gap: 9px;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-3);
    padding: 6px 4px;
    white-space: nowrap
}

.rail-step .num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--line-strong);
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    font-size: 12px;
    transition: all .25s var(--ease);
    background: #fff;
    flex-shrink: 0
}

.rail-step.active {
    color: var(--ink)
}

.rail-step.active .num {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
    box-shadow: 0 0 0 5px rgba(0, 99, 117, .16)
}

.rail-step.done {
    color: var(--ink-2);
    cursor: pointer
}

.rail-step.done .num {
    border-color: var(--green);
    background: var(--green);
    color: #fff
}

.rail-line {
    height: 2px;
    flex: 1;
    min-width: 12px;
    background: var(--line-strong);
    margin: 0 4px;
    border-radius: 2px;
    position: relative;
    overflow: hidden
}

.rail-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s var(--ease)
}

.rail-line.filled::after {
    transform: scaleX(1)
}

.rail-step .label {
    display: block
}

@media(max-width:900px) {
    .rail-step .label {
        display: none
    }

    .rail {
        margin: 28px auto 20px
    }
}

.config {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    padding-bottom: 72px
}

@media(max-width:980px) {
    .config {
        grid-template-columns: 1fr
    }
}

.panel {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2);
    padding: 36px;
    min-height: 520px;
    display: flex;
    flex-direction: column
}

@media(max-width:640px) {
    .panel {
        padding: 24px 20px;
        border-radius: 16px
    }
}

.step {
    display: none;
    flex: 1;
    flex-direction: column;
    animation: stepIn .4s var(--ease)
}

.step.visible {
    display: flex
}

@keyframes stepIn {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.step-kicker {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0;
    margin-bottom: 8px
}

.step h2 {
    font-family: var(--font-display);
    font-size: clamp(23px, 3vw, 29px);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 8px
}

.step .sub {
    color: var(--ink-2);
    font-size: 15px;
    margin-bottom: 26px;
    max-width: 520px
}

.step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 28px;
    gap: 12px
}

.btn-back {
    background: none;
    border: none;
    color: var(--ink-3);
    font-weight: 600;
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 6px;
    border-radius: 8px
}

.btn-back:hover {
    color: var(--ink)
}

.btn-next {
    min-width: 170px
}

.btn-next:disabled {
    background: var(--line-strong);
    box-shadow: none;
    cursor: not-allowed;
    color: #fff
}

.type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

@media(max-width:760px) {
    .type-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:440px) {
    .type-grid {
        grid-template-columns: 1fr
    }
}

.type-card {
    position: relative;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    padding: 22px 18px;
    text-align: right;
    transition: all .2s var(--ease);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.type-card:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-2);
    transform: translateY(-2px)
}

.type-card.selected {
    border-color: var(--accent);
    background: var(--accent-soft);
    box-shadow: 0 0 0 1px var(--accent), var(--shadow-2)
}

.type-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--accent-soft);
    color: var(--accent);
    display: grid;
    place-items: center;
    transition: all .2s
}

.type-card.selected .icon {
    background: var(--accent);
    color: #fff
}

.type-card .t-name {
    font-weight: 700;
    font-size: 15px
}

.type-card .t-desc {
    font-size: 12.5px;
    color: var(--ink-3);
    line-height: 1.5
}

.type-card .check {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: scale(.5);
    transition: all .2s var(--ease)
}

.type-card.selected .check {
    opacity: 1;
    transform: scale(1)
}

.multi-hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--accent);
    background: var(--accent-soft);
    padding: 6px 12px;
    border-radius: 99px;
    margin-bottom: 18px
}

.mod-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap
}

.search-box {
    flex: 1;
    min-width: 200px;
    position: relative
}

.search-box svg {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ink-3)
}

.search-box input {
    width: 100%;
    padding: 11px 40px 11px 14px;
    border: 1.5px solid var(--line);
    border-radius: 11px;
    font-size: 14px;
    background: var(--bg-pale);
    transition: border .15s, box-shadow .15s
}

.search-box input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(0, 99, 117, .12);
    background: #fff
}

.apply-rec {
    background: var(--green-soft);
    color: var(--green);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: filter .15s
}

.apply-rec:hover {
    filter: brightness(.96)
}

.mod-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    align-content: start
}

@media(max-width:640px) {
    .mod-grid {
        grid-template-columns: 1fr
    }
}

.mod-card {
    position: relative;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    padding: 18px;
    text-align: right;
    transition: all .2s var(--ease);
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.mod-card:hover {
    border-color: var(--line-strong);
    box-shadow: var(--shadow-2)
}

.mod-card.selected {
    border-color: var(--accent);
    background: var(--accent-soft);
    box-shadow: 0 0 0 1px var(--accent)
}

.mod-card.hidden {
    display: none
}

.mod-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: var(--bg-pale);
    color: var(--ink-2);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all .2s
}

.mod-card.selected .icon {
    background: var(--accent);
    color: #fff
}

.mod-body {
    flex: 1;
    min-width: 0
}

.mod-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 3px
}

.mod-name {
    font-weight: 700;
    font-size: 14.5px
}

.badge {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding: 3px 8px;
    border-radius: 99px
}

.badge-pop {
    background: var(--amber-soft);
    color: var(--amber)
}

.badge-rec {
    background: var(--green-soft);
    color: var(--green)
}

.badge-fixed {
    background: var(--accent-soft);
    color: var(--accent)
}

.mod-desc {
    font-size: 12.5px;
    color: var(--ink-3);
    line-height: 1.5;
    margin-bottom: 8px
}

.mod-price {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2)
}

.mod-price small {
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--ink-3)
}

.mod-toggle {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 2px solid var(--line-strong);
    flex-shrink: 0;
    display: grid;
    place-items: center;
    color: #fff;
    transition: all .2s var(--ease)
}

.mod-card.selected .mod-toggle {
    background: var(--accent);
    border-color: var(--accent)
}

.tip {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--line);
    color: var(--ink-3);
    font-size: 11px;
    font-weight: 700;
    cursor: help
}

.tip .tip-pop {
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: var(--ink);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 13px;
    border-radius: 10px;
    width: 230px;
    opacity: 0;
    pointer-events: none;
    transition: all .18s var(--ease);
    z-index: 30;
    box-shadow: var(--shadow-3);
    text-align: right
}

.tip .tip-pop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--ink)
}

.tip:hover .tip-pop,
.tip:focus .tip-pop {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.mod-empty {
    display: none;
    text-align: center;
    color: var(--ink-3);
    font-size: 14px;
    padding: 34px 0
}

.mod-empty.show {
    display: block
}

.mod-sub-opts {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 7px
}

.mod-sub-opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    gap: 8px
}

.mod-sub-opt label {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-weight: 500;
    color: var(--ink-2)
}

.mod-sub-opt input[type=checkbox] {
    accent-color: var(--accent);
    width: 14px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0
}

.mod-sub-opt .sub-price {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--ink-3);
    white-space: nowrap
}

.plan-selector {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line)
}

.plan-selector-label {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-3);
    margin-bottom: 7px;
    text-transform: none;
    letter-spacing: 0
}

.plan-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.plan-pill {
    border: 1.5px solid var(--line-strong);
    border-radius: 8px;
    background: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink-2);
    cursor: pointer;
    transition: all .15s
}

.plan-pill.on {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff
}

.plan-pill-price {
    font-size: 11px;
    font-weight: 500;
    opacity: .75
}

.traffic-selector {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line)
}

.traffic-selector-label {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-3);
    margin-bottom: 7px;
    text-transform: none;
    letter-spacing: 0
}

.dist-user-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 6px 10px;
    background: var(--accent-soft);
    border: 1px solid var(--accent-mid);
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--accent)
}

.counter-card {
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    padding: 30px;
    background: #fff;
    max-width: 520px
}

.counter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 8px 0 4px
}

@media(max-width:380px) {
    .counter-row {
        gap: 14px
    }
}

.count-btn {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1.5px solid var(--line-strong);
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: var(--ink);
    display: grid;
    place-items: center;
    transition: all .15s var(--ease)
}

@media(max-width:380px) {
    .count-btn {
        width: 44px;
        height: 44px;
        font-size: 20px
    }
}

.count-btn:hover:not(:disabled) {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft)
}

.count-btn:disabled {
    opacity: .35;
    cursor: not-allowed
}

.count-val {
    font-family: var(--font-mono);
    font-size: 52px;
    font-weight: 700;
    min-width: 110px;
    text-align: center !important;
    letter-spacing: -.02em;
    direction: ltr
}

.count-val.placeholder {
    color: var(--ink-3);
    font-size: 30px
}

.count-val-input {
    font-family: var(--font-mono);
    font-size: 52px;
    font-weight: 700;
    min-width: 110px;
    max-width: 160px;
    text-align: center !important;
    letter-spacing: -.02em;
    border: none;
    background: transparent;
    color: var(--ink);
    padding: 0;
    appearance: textfield;
    -moz-appearance: textfield;
    direction: ltr;
}

.count-val-input::-webkit-outer-spin-button,
.count-val-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.count-val-input:focus {
    outline: none;
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgba(0, 99, 117, .15)
}

.counter-card .unit {
    text-align: center;
    font-size: 14px;
    color: var(--ink-3);
    font-weight: 500
}

.counter-note {
    display: flex;
    gap: 10px;
    background: var(--accent-soft);
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 13px;
    color: var(--ink-2);
    margin-top: 22px;
    align-items: flex-start;
    max-width: 520px
}

.counter-note svg {
    flex-shrink: 0;
    color: var(--accent);
    margin-top: 1px
}

.chips {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
    flex-wrap: wrap
}

.chip {
    border: 1.5px solid var(--line);
    background: #fff;
    border-radius: 99px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-2);
    transition: all .15s
}

.chip:hover {
    border-color: var(--accent);
    color: var(--accent)
}

.chip.on {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff
}

.tier-result {
    margin-top: 22px;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-md);
    padding: 18px 22px;
    background: var(--accent-soft);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    max-width: 520px;
    transition: all .2s var(--ease);
    flex-wrap: wrap
}

.tier-result.empty {
    background: var(--bg-pale);
    color: var(--ink-3);
    font-style: italic;
    justify-content: center;
    border-style: dashed
}

.tier-result .tr-left .tier-name {
    font-weight: 700;
    font-size: 16px;
    color: var(--ink)
}

.tier-result .tr-left .tier-range {
    font-size: 12.5px;
    color: var(--ink-3);
    margin-top: 2px
}

.tier-result .tier-price {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 22px;
    color: var(--accent);
    text-align: left
}

.tier-result .tier-price small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink-3);
    font-family: var(--font-body)
}

.tier-pills {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px
}

.tier-pill {
    border: 1.5px solid var(--line);
    border-radius: 99px;
    background: #fff;
    padding: 7px 16px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ink-2);
    transition: all .15s;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4
}

.tier-pill small {
    font-weight: 500;
    color: var(--ink-3);
    font-size: 11px
}

.tier-pill.on {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff
}

.tier-pill.on small {
    color: rgba(255, 255, 255, .75)
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 8px
}

.review-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px 16px;
    background: #fff;
    font-size: 14px
}

.review-row .rl {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600
}

.review-row .rl .ric {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--accent-soft);
    color: var(--accent);
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.review-row .rp {
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: 13.5px;
    color: var(--ink-2)
}

.review-price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px
}

.review-price-yr {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 13.5px;
    color: var(--ink-2)
}

.review-price-mo {
    font-size: 11.5px;
    color: var(--ink-3)
}

.edit-link {
    background: none;
    border: none;
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px
}

.edit-link:hover {
    text-decoration: underline
}

.lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

@media(max-width:560px) {
    .lead-grid {
        grid-template-columns: 1fr
    }
}

.field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--ink-2)
}

.field input,
.field select {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--line);
    border-radius: 11px;
    font-size: 14.5px;
    background: #fff;
    transition: border .15s, box-shadow .15s;
    appearance: none
}

.field input:focus,
.field select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(0, 99, 117, .12)
}

.field input.invalid,
.field select.invalid {
    border-color: #E11D48
}

.field input.invalid:focus,
.field select.invalid:focus {
    box-shadow: 0 0 0 4px rgba(225, 29, 72, .12)
}

.field-error {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #E11D48;
    font-weight: 500;
    margin-top: 6px;
}

.field-error.show {
    display: flex
}

.field-success {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--green);
    font-weight: 500;
    margin-top: 6px;
}

.field-success.show {
    display: flex
}

.field input.valid {
    border-color: var(--green)
}

.phone-field-row {
    display: flex;
    gap: 8px
}

.phone-field-row select {
    width: auto;
    min-width: 108px;
    flex-shrink: 0;
    padding-left: 8px;
    font-family: var(--font-mono);
    font-size: 13.5px;
    cursor: pointer
}

.phone-field-row input {
    flex: 1;
    min-width: 0
}

.phone-field-row select.invalid,
.phone-field-row input.invalid {
    border-color: #E11D48
}

.lead-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap
}

.quot-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%
}

.quot-sent-banner {
    background: var(--green-soft);
    border: 1px solid var(--green);
    border-radius: 12px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 24px;
    animation: stepIn .35s var(--ease)
}

.quot-sent-banner.warn {
    background: var(--amber-soft);
    border-color: var(--amber);
    color: var(--amber)
}

.quot-sent-banner svg {
    flex-shrink: 0
}

.quot-action-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.btn-sign-pay {
    background: var(--accent);
    color: #fff;
    box-shadow: var(--shadow-accent);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 12px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .2s var(--ease);
    order: 1;
}

.btn-sign-pay:hover {
    background: var(--accent-deep);
    transform: translateY(-1px)
}

.btn-sign-pay:disabled {
    background: var(--green);
    cursor: default;
    transform: none;
    box-shadow: none
}

.btn-generate-quote {
    background: var(--accent-soft);
    color: var(--accent);
    border: 1.5px solid var(--accent-mid);
    font-size: 14px;
    font-weight: 600;
    padding: 13px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all .15s;
    order: 2;
}

.btn-generate-quote:hover {
    background: #d8efef;
    border-color: var(--accent)
}

.btn-view-details {
    background: #fff;
    color: var(--ink);
    border: 1.5px solid var(--line-strong);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all .15s;
    order: 3
}

.btn-view-details:hover {
    border-color: var(--ink-3);
    background: var(--bg-pale)
}

.btn-reject-quot {
    background: #fff;
    color: #DC2626;
    border: 1.5px solid #FECACA;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 12px;
    transition: all .15s;
    order: 4
}

.btn-reject-quot:hover {
    background: #FEF2F2;
    border-color: #F87171
}

.quot-doc {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-2)
}

.quot-doc-head {
    background: var(--ink);
    color: #fff;
    padding: 28px 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:640px) {
    .quot-doc-head {
        padding: 20px 20px
    }
}

.quot-company {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.quot-company-logo {
    height: 34px;
    display: flex;
    align-items: center
}

.quot-company-logo img {
    height: 34px;
    width: auto;
    display: block
}

.quot-company-sub-line {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-body)
}

.quot-ref-block {
    text-align: left
}

.quot-ref-label {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 4px
}

.quot-ref-num {
    font-family: var(--font-mono);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    direction: ltr;
    display: inline-block
}

.quot-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
    transition: all .3s
}

.quot-status-badge .sdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7CF7C4;
    transition: background .3s
}

.quot-status-badge.signed {
    background: rgba(14, 159, 110, .25);
    border-color: rgba(14, 159, 110, .5);
    color: #7CF7C4
}

.quot-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-bottom: 1px solid var(--line)
}

@media(max-width:640px) {
    .quot-meta {
        grid-template-columns: 1fr
    }
}

.quot-meta-col {
    padding: 22px 32px
}

.quot-meta-col:first-child {
    border-left: 1px solid var(--line)
}

@media(max-width:640px) {
    .quot-meta-col {
        padding: 18px 20px
    }

    .quot-meta-col:first-child {
        border-left: none;
        border-bottom: 1px solid var(--line)
    }
}

.quot-meta-label {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ink-3);
    font-weight: 600;
    margin-bottom: 12px
}

.quot-meta-row {
    display: flex;
    gap: 8px;
    font-size: 13.5px;
    padding: 3px 0
}

.quot-meta-row .mk {
    color: var(--ink-3);
    min-width: 110px;
    flex-shrink: 0
}

.quot-meta-row .mv {
    font-weight: 600;
    color: var(--ink)
}

.quot-table {
    width: 100%;
    border-collapse: collapse
}

.quot-table-wrap {
    padding: 0 32px 0;
    overflow-x: auto
}

@media(max-width:640px) {
    .quot-table-wrap {
        padding: 0 20px 0
    }
}

.quot-table th {
    text-align: right;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ink-3);
    font-weight: 600;
    padding: 16px 10px 12px;
    border-bottom: 2px solid var(--line-strong);
    white-space: nowrap
}

.quot-table th:nth-child(1),
.quot-table td:nth-child(1) {
    text-align: center;
    width: 6%
}

.quot-table th:nth-child(2),
.quot-table td:nth-child(2) {
    width: 13%
}

.quot-table th:nth-child(3),
.quot-table td:nth-child(3) {
    width: 39%
}

.quot-table th:nth-child(4),
.quot-table td:nth-child(4) {
    text-align: center;
    width: 12%
}

.quot-table th:nth-child(5),
.quot-table td:nth-child(5) {
    text-align: center;
    width: 12%
}

.quot-table th:nth-child(6),
.quot-table td:nth-child(6) {
    text-align: left;
    width: 18%
}

.quot-table td {
    padding: 13px 10px;
    font-size: 13.5px;
    border-bottom: 1px solid var(--line);
    vertical-align: top
}

.quot-table tr:last-child td {
    border-bottom: none
}

.quot-item-name {
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 2px
}

.quot-item-desc {
    font-size: 12px;
    color: var(--ink-3)
}

.quot-item-price {
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 600
}

.quot-item-code {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--ink-3);
    background: var(--bg-pale);
    border-radius: 6px;
    padding: 3px 7px;
    display: inline-block;
    direction: ltr
}

.quot-totals {
    display: flex;
    justify-content: flex-end;
    padding: 20px 32px;
    border-top: 1px solid var(--line);
    background: var(--bg-pale)
}

@media(max-width:640px) {
    .quot-totals {
        padding: 16px 20px
    }
}

.quot-totals-table {
    min-width: 300px
}

@media(max-width:400px) {
    .quot-totals-table {
        min-width: 0;
        width: 100%
    }
}

.quot-tot-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    font-size: 13.5px;
    padding: 5px 0
}

.quot-tot-row .tk {
    color: var(--ink-2)
}

.quot-tot-row .tv {
    font-family: var(--font-mono);
    font-weight: 600
}

.quot-tot-row.total {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 2px solid var(--line-strong)
}

.quot-tot-row.total .tk {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink)
}

.quot-tot-row.total .tv {
    font-family: var(--font-mono);
    font-size: 22px;
    font-weight: 700;
    color: var(--accent)
}

.quot-tot-row.muted {
    font-size: 12.5px;
    opacity: .75
}

.quot-tc {
    padding: 20px 32px 26px;
    border-top: 1px solid var(--line);
    font-size: 12.5px;
    color: var(--ink-3);
    line-height: 1.7
}

@media(max-width:640px) {
    .quot-tc {
        padding: 16px 20px 22px
    }
}

.quot-tc strong {
    color: var(--ink-2);
    display: block;
    margin-bottom: 8px;
    font-size: 13px
}

.quot-tc ul {
    margin: 0;
    padding-right: 18px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(14, 42, 47, .55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn .2s ease
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal-overlay.hidden {
    display: none
}

.modal-box {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp .3s var(--ease)
}

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

    to {
        opacity: 1;
        transform: none
    }
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px 0
}

@media(max-width:480px) {
    .modal-head {
        padding: 20px 18px 0
    }
}

.modal-head h3 {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 700
}

.modal-close {
    background: none;
    border: none;
    color: var(--ink-3);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 18px;
    transition: all .15s
}

.modal-close:hover {
    background: var(--bg-pale);
    color: var(--ink)
}

.modal-body {
    padding: 20px 28px 28px
}

@media(max-width:480px) {
    .modal-body {
        padding: 16px 18px 22px
    }
}

.modal-summary {
    background: var(--bg-pale);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 22px
}

.modal-sum-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 0;
    color: var(--ink-2)
}

.modal-sum-row .msv {
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--ink)
}

.modal-sum-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line-strong)
}

.modal-sum-total .mstk {
    font-weight: 700;
    font-size: 14px
}

.modal-sum-total .mstv {
    font-family: var(--font-mono);
    font-size: 24px;
    font-weight: 700;
    color: var(--accent)
}

.pay-method-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px
}

.pm-tab {
    flex: 1;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all .18s var(--ease)
}

.pm-tab.on {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent)
}

.card-input-wrap {
    position: relative
}

.card-input-wrap .card-icons {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 4px
}

.card-icon {
    width: 32px;
    height: 20px;
    border-radius: 4px;
    background: var(--line);
    display: grid;
    place-items: center;
    font-size: 8px;
    font-weight: 800
}

.card-icon.visa {
    background: #1A1F71;
    color: #fff
}

.card-icon.mc {
    background: #EB001B;
    color: #fff
}

.card-number-input {
    padding-left: 88px !important;
    padding-right: 14px !important
}

.expiry-cvv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.secure-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--ink-3);
    margin-top: 14px;
    padding: 10px 14px;
    background: var(--bg-pale);
    border-radius: 10px;
    border: 1px solid var(--line)
}

.secure-note svg {
    color: var(--green);
    flex-shrink: 0
}

.modal-cta {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.modal-cta-note {
    font-size: 11.5px;
    color: var(--ink-3);
    text-align: center;
    line-height: 1.6
}

.quot-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 24px;
    animation: stepIn .5s var(--ease)
}

.quot-success.show {
    display: flex
}

.big-check {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--green-soft);
    color: var(--green);
    display: grid;
    place-items: center;
    margin-bottom: 20px
}

.quot-success h3 {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px
}

.quot-success p {
    color: var(--ink-2);
    max-width: 400px;
    margin-bottom: 24px
}

.conf-box {
    background: var(--bg-pale);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 24px;
    font-size: 13.5px;
    text-align: right
}

.conf-box .cb-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed var(--line)
}

.conf-box .cb-row:last-child {
    border: none
}

.conf-box .cb-val {
    font-family: var(--font-mono);
    font-weight: 600
}

.quote {
    position: sticky;
    top: 84px
}

@media(max-width:980px) {
    .quote {
        display: none
    }
}

.quote-card {
    background: var(--accent-soft);
    color: var(--ink);
    border: 1.5px solid var(--accent);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-3);
    overflow: hidden
}

.quote-head {
    padding: 22px 24px 16px;
    border-bottom: 1px dashed var(--line-strong);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.quote-head .qt {
    font-family: var(--font-mono);
    font-size: 11.5px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--accent)
}

.quote-head .live {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: var(--green)
}

.quote-head .live .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: pulse 1.6s infinite
}

.quote-body {
    padding: 18px 24px;
    font-size: 13.5px
}

.q-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    color: var(--ink-2)
}

.q-row .qv {
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap
}

.q-row.muted {
    color: var(--ink-3);
    font-size: 12.5px
}

.q-row.muted .qv {
    color: var(--ink-3)
}

.q-sep {
    border: none;
    border-top: 1px dashed var(--line-strong);
    margin: 10px 0
}

.q-empty {
    color: var(--ink-3);
    font-size: 13px;
    padding: 8px 0 4px;
    font-style: italic
}

.quote-total {
    padding: 18px 24px 22px;
    background: rgba(0, 99, 117, .06)
}

.q-total-label {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    color: var(--accent);
    margin-bottom: 4px
}

.q-total {
    font-family: var(--font-mono);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
    color: var(--accent)
}

.q-total small {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink-3)
}

.q-annual {
    font-size: 12.5px;
    color: var(--ink-2);
    margin-top: 6px
}

.q-monthly-equiv {
    font-size: 13px;
    color: var(--ink-2);
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--line-strong);
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.q-monthly-equiv .qme-val {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 18px;
    color: var(--accent)
}

.q-save {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    background: rgba(14, 159, 110, .12);
    color: var(--green);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 11px;
    border-radius: 99px
}

.quote-cta {
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.quote-cta .btn-primary {
    box-shadow: 0 8px 22px rgba(0, 99, 117, .32)
}

.quote-cta .q-talk {
    background: none;
    border: none;
    color: var(--ink-3);
    font-size: 13px;
    font-weight: 600;
    padding: 6px
}

.quote-cta .q-talk:hover {
    color: var(--accent)
}

.quote-foot {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 24px 20px;
    font-size: 11.5px;
    color: var(--ink-3)
}

.quote-foot span {
    display: flex;
    align-items: center;
    gap: 5px
}

.bump {
    animation: bump .35s var(--ease)
}

@keyframes bump {
    0% {
        transform: scale(1)
    }

    35% {
        transform: scale(1.045)
    }

    100% {
        transform: scale(1)
    }
}

.mbar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    background: var(--ink);
    color: #fff;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 28px rgba(0, 99, 117, .3)
}

@media(max-width:980px) {
    .mbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px
    }
}

.mbar .mb-price {
    font-family: var(--font-mono);
    font-size: 22px;
    font-weight: 700;
    direction: ltr
}

.mbar .mb-price small {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 600
}

.mbar .mb-label {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .55)
}

section.band {
    padding: 72px 0
}

.band-alt {
    background: var(--bg-pale);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.sec-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 44px
}

.sec-head .eyebrow {
    margin-bottom: 14px
}

.sec-head h2 {
    font-family: var(--font-display);
    font-size: clamp(25px, 3.6vw, 35px);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px
}

.sec-head p {
    color: var(--ink-2);
    font-size: 16px
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

@media(max-width:980px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:540px) {
    .why-grid {
        grid-template-columns: 1fr
    }
}

.why-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 26px 22px;
    transition: all .2s var(--ease)
}

.band-alt .why-card {
    background: var(--canvas)
}

.why-card:hover {
    box-shadow: var(--shadow-2);
    transform: translateY(-3px)
}

.why-card .stat {
    font-family: var(--font-mono);
    font-size: 32px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: -.01em;
    margin-bottom: 6px;
    direction: ltr;
    display: block
}

.why-card .wt {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px
}

.why-card .wd {
    font-size: 13.5px;
    color: var(--ink-3);
    line-height: 1.6
}

.sec-strip {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
}

.sec-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px 19px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink-2);
    box-shadow: var(--shadow-1)
}

.sec-chip svg {
    color: var(--green)
}

.faq {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: box-shadow .2s
}

.faq-item[open] {
    box-shadow: var(--shadow-2)
}

.faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 19px 22px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item summary .pl {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: var(--bg-pale);
    display: grid;
    place-items: center;
    color: var(--ink-3);
    flex-shrink: 0;
    transition: transform .25s var(--ease)
}

.faq-item[open] summary .pl {
    transform: rotate(45deg);
    background: var(--accent-soft);
    color: var(--accent)
}

.faq-item .fa {
    padding: 0 22px 20px;
    color: var(--ink-2);
    font-size: 14.5px;
    line-height: 1.75
}

.final {
    background: var(--ink);
    border-radius: 26px;
    padding: clamp(40px, 6vw, 68px);
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px
}

.final::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 99, 117, .5), transparent 65%);
    top: -260px;
    left: -160px;
    pointer-events: none
}

.final h2 {
    font-family: var(--font-display);
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
    position: relative
}

.final p {
    color: rgba(255, 255, 255, .7);
    font-size: 16.5px;
    max-width: 520px;
    margin: 0 auto 30px;
    position: relative
}

.final .cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

.final .micro {
    margin-top: 18px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .45);
    position: relative
}

* {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

#fCountryCode {
    direction: ltr !important;
    text-align: left !important;
}

#fPhoneNumber {
    direction: ltr !important;
    text-align: left !important;
}