/* ──────────────────────────────────────────────────────────────
   eSIMexpress Contact v2 — shared stylesheet
   Source: Claude Design handoff (contact-faq.css) — recreated with
   .cf-scope prefix so it can't leak into other Elementor blocks.
   ────────────────────────────────────────────────────────────── */

.cf-scope {
    --orange:        #EE5F0F;
    --orange-dark:   #C94A06;
    --orange-light:  #FFCBA8;
    --orange-50:     #FFF5EE;
    --ink:           #0E1B2C;
    --ink-2:         #2D3E55;
    --ink-3:         #6B7A8F;
    --border:        #E4E9F0;
    --surface-2:     #FAFBFD;
    --surface-3:     #F1F4F8;
    --success:       #10B981;
    --ease-out:      cubic-bezier(0.16, 1, 0.3, 1);

    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--ink);
}
.cf-scope *,
.cf-scope *::before,
.cf-scope *::after { box-sizing: border-box; }

.cf-scope .cf-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

/* ═══════ HERO ═══════ */
.cf-scope .cf-hero {
    position: relative;
    background:
        radial-gradient(800px 500px at 85% 20%, rgba(238,95,15,0.14), transparent 60%),
        linear-gradient(180deg, #FFF7F0 0%, #FFFFFF 100%);
    padding: 72px 0 56px;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    border-radius: 0;
}
.cf-scope .cf-hero-upload {
    position: absolute; inset: 0;
    z-index: 0;
    opacity: 0.22;
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 55%, transparent 100%);
            mask-image: linear-gradient(180deg, black 0%, black 55%, transparent 100%);
}
.cf-scope .cf-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(238,95,15,0.18) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    -webkit-mask-image:
        radial-gradient(ellipse 60% 80% at 50% 50%, black 30%, transparent 70%),
        linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
            mask-image:
        radial-gradient(ellipse 60% 80% at 50% 50%, black 30%, transparent 70%),
        linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
    -webkit-mask-composite: source-in;
            mask-composite: intersect;
    opacity: 0.45;
    pointer-events: none;
}

.cf-scope .cf-hero-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.cf-scope .cf-hero-deco svg { width: 100%; height: 100%; display: block; }
.cf-scope .cf-hero-deco.d-flag-1 {
    top: 24%; left: 6%;
    width: 64px; height: 64px;
    border-radius: 999px; overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 12px 24px -8px rgba(14,27,44,0.18);
    transform: rotate(-8deg);
}
.cf-scope .cf-hero-deco.d-flag-2 {
    top: 18%; right: 8%;
    width: 56px; height: 56px;
    border-radius: 999px; overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px -6px rgba(14,27,44,0.16);
    transform: rotate(6deg);
}
.cf-scope .cf-hero-deco.d-flag-3 {
    bottom: 22%; left: 12%;
    width: 48px; height: 48px;
    border-radius: 999px; overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px -6px rgba(14,27,44,0.14);
    transform: rotate(10deg);
}
.cf-scope .cf-hero-deco.d-flag-4 {
    bottom: 26%; right: 10%;
    width: 56px; height: 56px;
    border-radius: 999px; overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px -6px rgba(14,27,44,0.16);
    transform: rotate(-6deg);
}
.cf-scope .cf-hero-deco.d-plane {
    top: 14%; right: 22%;
    width: 38px; height: 38px;
    color: var(--orange);
    opacity: 0.55;
    transform: rotate(20deg);
}
.cf-scope .cf-hero-deco.d-chat {
    bottom: 14%; left: 28%;
    width: 36px; height: 36px;
    color: var(--ink-3);
    opacity: 0.4;
}
@media (max-width: 720px) {
    .cf-scope .cf-hero-deco.d-flag-3,
    .cf-scope .cf-hero-deco.d-flag-4,
    .cf-scope .cf-hero-deco.d-plane,
    .cf-scope .cf-hero-deco.d-chat { display: none; }
    .cf-scope .cf-hero-deco.d-flag-1 { width: 44px; height: 44px; top: 10%; left: 4%; }
    .cf-scope .cf-hero-deco.d-flag-2 { width: 40px; height: 40px; top: 8%; right: 4%; }
}

.cf-scope .cf-hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.cf-scope .cf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
}
.cf-scope .cf-eyebrow .pulse {
    width: 8px; height: 8px; border-radius: 999px;
    background: var(--success); position: relative;
}
.cf-scope .cf-eyebrow .pulse::after {
    content: ''; position: absolute; inset: 0;
    border-radius: 999px; background: var(--success);
    animation: cf-pulse-ring 2s ease-out infinite;
}
@keyframes cf-pulse-ring {
    0%   { transform: scale(1);   opacity: 0.6; }
    100% { transform: scale(2.6); opacity: 0;   }
}
.cf-scope .cf-hero h1 {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.04;
    color: var(--ink);
    margin: 0 0 14px;
    text-wrap: balance;
}
.cf-scope .cf-hero h1 .accent { color: var(--orange); }
.cf-scope .cf-hero .lead {
    font-size: 17px;
    color: var(--ink-2);
    line-height: 1.55;
    max-width: 560px;
    margin: 0 auto;
}

/* ═══════ CHANNELS (left col) ═══════ */
.cf-scope .cf-channels {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cf-scope .cf-channel {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s var(--ease-out);
    position: relative;
}
.cf-scope .cf-channel:hover {
    border-color: var(--orange);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(14,27,44,0.12);
}
.cf-scope .cf-channel-ic {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
}
.cf-scope .cf-ic-wa   { background: #25D366; }
.cf-scope .cf-ic-mail { background: var(--orange); }
.cf-scope .cf-ic-faq  { background: var(--ink); }
.cf-scope .cf-channel-body { flex: 1; min-width: 0; }
.cf-scope .cf-channel-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.015em;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    line-height: 1.25;
}
.cf-scope .cf-channel-meta {
    font-size: 14px;
    color: var(--ink-3);
    font-weight: 500;
    line-height: 1.5;
}
.cf-scope .cf-channel-tag {
    background: rgba(16,185,129,0.12);
    color: #047857;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.cf-scope .cf-channel-tag .dot {
    width: 6px; height: 6px;
    border-radius: 999px;
    background: var(--success);
}
.cf-scope .cf-channel-arrow {
    color: var(--ink-3);
    transition: color 0.15s, transform 0.15s;
    flex-shrink: 0;
}
.cf-scope .cf-channel:hover .cf-channel-arrow {
    color: var(--orange);
    transform: translateX(3px);
}

.cf-scope .cf-tip {
    margin-top: 16px;
    padding: 16px 20px;
    background: rgba(238,95,15,0.08);
    border: 1px solid var(--orange-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cf-scope .cf-tip-ic {
    width: 36px; height: 36px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.cf-scope .cf-tip-text {
    font-size: 13.5px;
    color: var(--ink-2);
    line-height: 1.5;
}
.cf-scope .cf-tip-text b { color: var(--ink); }

/* ═══════ FORM (right col) ═══════ */
.cf-scope .cf-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 32px;
}
.cf-scope .cf-form h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.015em;
    margin: 0 0 6px;
    color: var(--ink);
}
.cf-scope .cf-form-sub {
    font-size: 13.5px;
    color: var(--ink-3);
    margin: 0 0 22px;
    line-height: 1.5;
}
.cf-scope .cf-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    min-width: 0;
}
.cf-scope .cf-field label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ink-2);
    display: flex;
    align-items: center;
    gap: 6px;
}
.cf-scope .cf-field label .req {
    color: var(--orange);
    font-weight: 800;
}
.cf-scope .cf-field input,
.cf-scope .cf-field textarea,
.cf-scope .cf-field select {
    height: 48px;
    padding: 0 14px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    /* !important + box-sizing defeats theme/Elementor input width
       rules that otherwise shrink these to ~80px. */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block;
    min-width: 0;
}
.cf-scope .cf-field textarea {
    height: auto;
    min-height: 120px;
    padding: 14px;
    line-height: 1.55;
    resize: vertical;
}
.cf-scope .cf-field input:focus,
.cf-scope .cf-field textarea:focus,
.cf-scope .cf-field select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(238,95,15,0.1);
}
.cf-scope .cf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 540px) {
    .cf-scope .cf-form-row { grid-template-columns: 1fr; }
}

.cf-scope .cf-submit {
    width: 100%;
    height: 52px;
    background: var(--orange);
    color: #fff;
    border: 0;
    border-radius: 14px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    box-shadow: 0 12px 24px -8px rgba(238,95,15,0.45);
    transition: all 0.18s var(--ease-out);
}
.cf-scope .cf-submit:hover:not(:disabled) {
    background: var(--orange-dark);
    transform: translateY(-1px);
}
.cf-scope .cf-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
.cf-scope .cf-form-fine {
    font-size: 11.5px;
    color: var(--ink-3);
    margin: 12px 0 0;
    text-align: center;
    line-height: 1.5;
}
.cf-scope .cf-form-fine a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
}

.cf-scope .cf-success {
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 14px;
    padding: 24px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cf-scope .cf-success .ic {
    width: 56px; height: 56px;
    border-radius: 999px;
    background: var(--success);
    color: #fff;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}
.cf-scope .cf-success b {
    display: block;
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
}
.cf-scope .cf-success span {
    font-size: 14px;
    color: var(--ink-2);
    line-height: 1.5;
}

/* When the channels widget and the form widget are placed side by
   side in an Elementor 2-col layout, Elementor handles the grid. On
   single column the spacing already breathes. */

/* ═══════ OFFICE STRIP ═══════ */
.cf-scope .cf-office {
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 48px 0;
}
.cf-scope .cf-office-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.cf-scope .cf-office-grid[data-count="3"] { grid-template-columns: repeat(3, 1fr); }
.cf-scope .cf-office-grid[data-count="2"] { grid-template-columns: repeat(2, 1fr); }
.cf-scope .cf-office-grid[data-count="1"] { grid-template-columns: 1fr; }
@media (max-width: 880px) {
    .cf-scope .cf-office-grid,
    .cf-scope .cf-office-grid[data-count="3"],
    .cf-scope .cf-office-grid[data-count="4"] { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .cf-scope .cf-office-grid,
    .cf-scope .cf-office-grid[data-count="2"],
    .cf-scope .cf-office-grid[data-count="3"],
    .cf-scope .cf-office-grid[data-count="4"] { grid-template-columns: 1fr; }
}
.cf-scope .cf-office-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.cf-scope .cf-office-ic {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px;
    background: var(--orange-50);
    color: var(--orange) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    line-height: 0;
}
.cf-scope .cf-office-ic svg {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    color: var(--orange);
    stroke: currentColor;
}
.cf-scope .cf-office-ic svg[fill="currentColor"] { fill: currentColor; stroke: none; }
.cf-scope .cf-office-item b {
    font-size: 15px;
    font-weight: 800;
    display: block;
    margin-bottom: 2px;
    color: var(--ink);
}
.cf-scope .cf-office-item span {
    font-size: 13px;
    color: var(--ink-3);
    line-height: 1.5;
    display: block;
}

/* ═══════ HELP CTA ═══════ */
.cf-scope .cf-help-section { padding: 24px 0 80px; }
.cf-scope .cf-help-cta {
    background: var(--ink);
    border-radius: 24px;
    padding: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cf-scope .cf-help-cta::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(238,95,15,0.35), transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}
.cf-scope .cf-help-cta > * { position: relative; }
.cf-scope .cf-help-cta h2 {
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin: 0 0 10px;
    color: #fff;
}
.cf-scope .cf-help-cta p {
    font-size: 15px;
    opacity: 0.8;
    max-width: 460px;
    margin: 0 auto 24px;
    line-height: 1.55;
}
.cf-scope .cf-cta-btns {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.cf-scope .cf-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.18s var(--ease-out);
    color: #fff;
}
.cf-scope .cf-cta-btn.primary {
    background: var(--orange);
    box-shadow: 0 12px 24px -8px rgba(238,95,15,0.45);
}
.cf-scope .cf-cta-btn.primary:hover {
    background: var(--orange-dark);
    transform: translateY(-2px);
    color: #fff;
}
.cf-scope .cf-cta-btn.secondary {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
}
.cf-scope .cf-cta-btn.secondary:hover {
    background: rgba(255,255,255,0.16);
    color: #fff;
}

@media (max-width: 720px) {
    .cf-scope .cf-help-cta { padding: 36px 22px; border-radius: 18px; }
    .cf-scope .cf-help-section { padding: 16px 0 56px; }
    .cf-scope .cf-form { padding: 24px; border-radius: 18px; }
}

/* ══════════════════════════════════════════════════════════════
   FAQ v2 — search bar, category sidebar, accordion list, empty
   state. Shares the .cf-scope tokens + hero above.
   ══════════════════════════════════════════════════════════════ */

/* Search box (lives in the FAQ hero) */
.cf-scope .faq-v2-search-wrap {
    max-width: 560px;
    margin: 24px auto 0;
    position: relative;
}
.cf-scope .faq-v2-search {
    background: #fff;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 20px 50px -16px rgba(14,27,44,0.15), 0 0 0 1px var(--border);
}
.cf-scope .faq-v2-search:focus-within {
    box-shadow: 0 24px 60px -16px rgba(14,27,44,0.2), 0 0 0 2px var(--orange);
}
.cf-scope .faq-v2-search-ic {
    width: 42px; height: 42px;
    display: grid; place-items: center;
    color: var(--orange);
    flex-shrink: 0;
}
.cf-scope .faq-v2-search input {
    flex: 1;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    background: transparent;
    padding: 8px 0;
    min-width: 0;
}
.cf-scope .faq-v2-search input::placeholder { color: var(--ink-3); font-weight: 500; }
.cf-scope .faq-v2-result-meta {
    margin-top: 14px;
    font-size: 13px;
    color: var(--ink-3);
    font-weight: 600;
    text-align: center;
}
.cf-scope .faq-v2-result-meta b { color: var(--ink); font-weight: 800; }

/* Layout */
.cf-scope .faq-v2-section { padding: 48px 0 80px; }
.cf-scope .faq-v2-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 32px;
    align-items: start;
}
@media (max-width: 880px) {
    .cf-scope .faq-v2-layout { grid-template-columns: 1fr; }
}

/* Category sidebar */
.cf-scope .faq-v2-cats {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 880px) {
    .cf-scope .faq-v2-cats {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 8px;
        scrollbar-width: none;
    }
    .cf-scope .faq-v2-cats::-webkit-scrollbar { display: none; }
}
.cf-scope .faq-v2-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-3);
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: all 0.15s;
    white-space: nowrap;
}
.cf-scope .faq-v2-cat:hover { background: #fff; color: var(--ink); }
.cf-scope .faq-v2-cat.active { background: var(--ink); color: #fff; }
.cf-scope .faq-v2-cat .cnt {
    margin-left: auto;
    font-size: 11px;
    font-weight: 700;
    background: rgba(0,0,0,0.06);
    padding: 2px 7px;
    border-radius: 999px;
    color: var(--ink-3);
}
.cf-scope .faq-v2-cat.active .cnt {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

/* Q&A column */
.cf-scope .faq-v2-groups {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.cf-scope .faq-v2-group h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    color: var(--ink);
}
.cf-scope .faq-v2-group.is-hidden { display: none; }
.cf-scope .faq-v2-group.hide-head h2 { display: none; }
.cf-scope .faq-v2-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cf-scope .faq-v2-q {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 22px;
    transition: border-color 0.15s;
}
.cf-scope .faq-v2-q.is-hidden { display: none; }
.cf-scope .faq-v2-q[open] {
    border-color: var(--orange);
    box-shadow: 0 10px 28px -14px rgba(14,27,44,0.15);
}
.cf-scope .faq-v2-q summary {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    letter-spacing: -0.005em;
}
.cf-scope .faq-v2-q summary::-webkit-details-marker { display: none; }
.cf-scope .faq-v2-q summary::after {
    content: '+';
    width: 28px; height: 28px;
    border-radius: 999px;
    background: var(--surface-3);
    color: var(--orange);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all 0.2s;
}
.cf-scope .faq-v2-q[open] summary::after {
    content: '\2212';
    background: var(--orange);
    color: #fff;
}
.cf-scope .faq-v2-q .faq-v2-answer {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ink-2);
}
.cf-scope .faq-v2-q .faq-v2-answer p { margin: 0 0 8px; }
.cf-scope .faq-v2-q .faq-v2-answer p:last-child { margin-bottom: 0; }

/* Empty state */
.cf-scope .faq-v2-empty {
    background: #fff;
    border: 1px dashed var(--border);
    border-radius: 16px;
    padding: 56px 24px;
    text-align: center;
}
.cf-scope .faq-v2-empty .ic {
    width: 64px; height: 64px;
    border-radius: 999px;
    background: var(--surface-3);
    color: var(--ink-3);
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
}
.cf-scope .faq-v2-empty b {
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--ink);
}
.cf-scope .faq-v2-empty span {
    font-size: 14px;
    color: var(--ink-3);
    display: block;
    margin-bottom: 18px;
}
.cf-scope .faq-v2-empty .faq-v2-empty-q { color: var(--ink); font-weight: 800; }
.cf-scope .faq-v2-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    background: var(--orange);
    color: #fff;
    font-weight: 800;
    font-size: 14.5px;
    text-decoration: none;
    box-shadow: 0 12px 24px -8px rgba(238,95,15,0.45);
    transition: all 0.18s var(--ease-out);
}
.cf-scope .faq-v2-empty-btn:hover { background: var(--orange-dark); transform: translateY(-2px); color: #fff; }
