/* WhatsApp Business page — Watily identity + WA accent */

/* ── Hero ─────────────────────────────────────────────────────────────── */
.wt-wa-hero {
    --wt-wa-green: #25D366;
    --wt-wa-green-dark: #128C7E;
    padding: clamp(28px, 5vw, 56px) 0 clamp(48px, 8vw, 88px);
    background:
        radial-gradient(ellipse 80% 60% at 85% 20%, rgba(37, 211, 102, 0.09) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 10% 80%, rgba(249, 115, 22, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #fff 0%, var(--wt-bg-soft, #FAF8F5) 100%);
    overflow: hidden;
}
.wt-wa-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vw, 64px);
    align-items: center;
}
@media (min-width: 992px) {
    .wt-wa-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: clamp(40px, 5vw, 72px);
    }
    [dir="rtl"] .wt-wa-hero__grid {
        direction: rtl;
    }
}
.wt-wa-hero__content {
    display: grid;
    gap: clamp(16px, 3vw, 24px);
    text-align: center;
}
@media (min-width: 992px) {
    .wt-wa-hero__content {
        text-align: start;
    }
}
.wt-wa-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 8px;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.22);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--wt-wa-green-dark);
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.12);
}
@media (min-width: 992px) {
    .wt-wa-hero__tag { margin: 0; }
}
.wt-wa-hero__tag-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wt-wa-green), var(--wt-wa-green-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wt-wa-hero h1 {
    margin: 0;
    font-size: clamp(1.75rem, 4.5vw, 2.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--wt-dark);
}
.wt-wa-hero__lead {
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.65;
    color: var(--wt-muted);
    max-width: 560px;
}
@media (min-width: 992px) {
    .wt-wa-hero__lead { margin: 0; }
}
.wt-wa-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
@media (min-width: 992px) {
    .wt-wa-hero__actions { justify-content: flex-start; }
}
.wt-wa-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 4px;
}
@media (min-width: 992px) {
    .wt-wa-hero__proof { justify-content: flex-start; }
}
.wt-wa-hero__proof-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--wt-border);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--wt-dark);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
.wt-wa-hero__proof-item .wt-icon {
    color: var(--wt-brand-orange);
    flex-shrink: 0;
}
.wt-wa-hero__proof-item--wa .wt-icon {
    color: var(--wt-wa-green-dark);
}

/* Phone mockup */
.wt-wa-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}
.wt-wa-phone {
    position: relative;
    width: min(280px, 78vw);
    background: #fff;
    border-radius: 32px;
    border: 3px solid #e2e8f0;
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: hidden;
    animation: wtWaPhoneFloat 5s ease-in-out infinite;
}
@keyframes wtWaPhoneFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.wt-wa-phone__bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: var(--wt-wa-green-dark);
    color: #fff;
}
.wt-wa-phone__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wt-wa-phone__meta {
    flex: 1;
    min-width: 0;
}
.wt-wa-phone__name {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}
.wt-wa-phone__status {
    font-size: 0.72rem;
    opacity: 0.85;
}
.wt-wa-phone__chat {
    padding: 16px 14px 20px;
    background: #e5ddd5 url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cdc4' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 260px;
}
.wt-wa-bubble {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.78rem;
    line-height: 1.45;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(12px);
    animation: wtWaBubbleIn 0.5s ease forwards;
}
.wt-wa-bubble--out {
    align-self: flex-end;
    background: #dcf8c6;
    border-bottom-right-radius: 4px;
    color: #1a1a1a;
}
[dir="rtl"] .wt-wa-bubble--out {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 4px;
}
.wt-wa-bubble--in {
    align-self: flex-start;
    background: #fff;
    border-bottom-left-radius: 4px;
    color: #1a1a1a;
}
[dir="rtl"] .wt-wa-bubble--in {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 4px;
}
.wt-wa-bubble:nth-child(1) { animation-delay: 0.3s; }
.wt-wa-bubble:nth-child(2) { animation-delay: 0.8s; }
.wt-wa-bubble:nth-child(3) { animation-delay: 1.3s; }
.wt-wa-bubble:nth-child(4) { animation-delay: 1.9s; }
@keyframes wtWaBubbleIn {
    to { opacity: 1; transform: translateY(0); }
}
.wt-wa-phone__float-badge {
    position: absolute;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--wt-border);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--wt-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    animation: wtWaBadgePulse 3s ease-in-out infinite;
}
.wt-wa-phone__float-badge .wt-icon { color: var(--wt-brand-orange); }
.wt-wa-phone__float-badge--1 {
    top: 8%;
    inset-inline-start: -8%;
    animation-delay: 0s;
}
.wt-wa-phone__float-badge--2 {
    bottom: 12%;
    inset-inline-end: -6%;
    animation-delay: 1.2s;
}
.wt-wa-phone__float-badge--2 .wt-icon { color: var(--wt-wa-green-dark); }
@keyframes wtWaBadgePulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* ── Automation flow ──────────────────────────────────────────────────── */
.wt-wa-flow {
    padding: clamp(48px, 7vw, 88px) 0;
    background: #fff;
}
.wt-wa-flow__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(16px, 3vw, 24px);
    margin-top: clamp(28px, 5vw, 44px);
    position: relative;
}
.wt-wa-flow__step {
    position: relative;
    padding: clamp(20px, 3vw, 28px) clamp(16px, 2.5vw, 22px);
    border-radius: 20px;
    background: var(--wt-surface);
    border: 1px solid var(--wt-border);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.wt-wa-flow__step:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.25);
}
.wt-wa-flow__step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: rgba(37, 211, 102, 0.12);
    color: var(--wt-wa-green-dark);
    border: 1px solid rgba(37, 211, 102, 0.2);
}
.wt-wa-flow__step:nth-child(even) .wt-wa-flow__step-icon {
    background: rgba(249, 115, 22, 0.1);
    color: var(--wt-brand-orange);
    border-color: rgba(249, 115, 22, 0.2);
}
.wt-wa-flow__step h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-wa-flow__step p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--wt-muted);
}
.wt-wa-flow__step-num {
    position: absolute;
    top: 12px;
    inset-inline-end: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--wt-brand-orange);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Features grid (denser) ───────────────────────────────────────────── */
.wt-wa-features {
    padding: clamp(48px, 7vw, 88px) 0;
    background: linear-gradient(180deg, var(--wt-bg-soft, #FAF8F5) 0%, #fff 100%);
}
.wt-wa-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: clamp(16px, 3vw, 22px);
    margin-top: clamp(24px, 4vw, 36px);
}
.wt-wa-feature-card {
    padding: clamp(18px, 3vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--wt-border);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.wt-wa-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
    border-color: rgba(249, 115, 22, 0.18);
}
.wt-wa-feature-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #fff;
}
.wt-wa-feature-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--wt-dark);
    line-height: 1.35;
}
.wt-wa-feature-card p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--wt-muted);
}

/* ── Sectors ──────────────────────────────────────────────────────────── */
.wt-wa-sectors {
    padding: clamp(48px, 7vw, 88px) 0;
    background: var(--wt-bg-soft, #FAF8F5);
}

/* ── FAQ grid ─────────────────────────────────────────────────────────── */
.wt-wa-faq .wt-faq__list--grid {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 768px) {
    .wt-wa-faq .wt-faq__list--grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

/* ── CTA enhanced ─────────────────────────────────────────────────────── */
.wt-wa-cta .wt-cta__card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f766e 100%);
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.wt-wa-cta .wt-cta__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(37, 211, 102, 0.2) 0%, transparent 50%);
    pointer-events: none;
}
.wt-wa-cta .wt-cta__card > * {
    position: relative;
    z-index: 1;
}
.wt-wa-cta .wt-cta__card h2,
.wt-wa-cta .wt-cta__card p {
    color: #fff;
}
.wt-wa-cta .wt-cta__card p {
    opacity: 0.88;
}

/* ── Trusted clients (WhatsApp variant) ───────────────────────────────── */
.wt-wa-clients {
    padding: clamp(48px, 7vw, 88px) 0;
    background: #fff;
}
.wt-wa-clients__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(12px, 3vw, 20px);
    margin-top: clamp(24px, 4vw, 36px);
}
.wt-wa-clients__stat {
    flex: 1 1 140px;
    max-width: 200px;
    padding: clamp(16px, 3vw, 22px);
    border-radius: 16px;
    background: var(--wt-bg-soft, #FAF8F5);
    border: 1px solid var(--wt-border);
    text-align: center;
    transition: transform 0.25s ease;
}
.wt-wa-clients__stat:hover {
    transform: translateY(-3px);
}
.wt-wa-clients__stat-val {
    display: block;
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--wt-brand-orange);
    line-height: 1.1;
}
.wt-wa-clients__stat-lbl {
    display: block;
    margin-top: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--wt-muted);
}
.wt-wa-clients__sectors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: clamp(20px, 4vw, 32px);
}
.wt-wa-clients__sector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(37, 211, 102, 0.22);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wt-dark);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.wt-wa-clients__sector .wt-icon {
    color: var(--wt-wa-green-dark, #128C7E);
}

/* ── Pricing (migrated from inline) ───────────────────────────────────── */
@keyframes wtWaCardRise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes wtPcFeaturedPulse {
    0%, 100% {
        border-color: rgba(249, 115, 22, 0.28);
        box-shadow: 0 8px 32px rgba(249, 115, 22, 0.1), 0 0 0 1px rgba(249, 115, 22, 0.2), 0 0 0 0 rgba(249, 115, 22, 0.25);
    }
    50% {
        border-color: rgba(249, 115, 22, 0.55);
        box-shadow: 0 16px 48px rgba(249, 115, 22, 0.18), 0 0 0 1px rgba(249, 115, 22, 0.35), 0 0 0 10px rgba(249, 115, 22, 0.06);
    }
}
.wt-wa-capabilities__lead {
    margin: 0 auto 8px;
    max-width: 640px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wt-dark);
    letter-spacing: 0.02em;
}
.wt-wa-marquee-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 32px;
    padding: 4px 0 8px;
}
.wt-wa-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(37, 211, 102, 0.45) rgba(15, 23, 42, 0.06);
    outline: none;
}
.wt-wa-marquee:focus-visible {
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.45);
    border-radius: 12px;
}
.wt-wa-marquee--dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}
.wt-wa-marquee--dragging .wt-wa-mini-card {
    pointer-events: none;
}
.wt-wa-marquee::-webkit-scrollbar { height: 8px; }
.wt-wa-marquee::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.05);
    border-radius: 99px;
}
.wt-wa-marquee::-webkit-scrollbar-thumb {
    background: rgba(37, 211, 102, 0.45);
    border-radius: 99px;
}
.wt-wa-marquee__inner {
    display: flex;
    justify-content: center;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
}
.wt-wa-marquee__track {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, min(118px, 22vw));
    align-items: center;
    gap: 8px 10px;
    width: max-content;
    padding: 6px 20px 12px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.wt-wa-mini-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    min-height: 0;
    padding: 8px 6px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    transition: transform 0.3s ease;
}
.wt-wa-mini-card:hover { transform: translateY(-2px); }
.wt-wa-mini-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-inline: auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(37, 211, 102, 0.12);
    color: #128C7E;
    border: 1px solid rgba(37, 211, 102, 0.22);
}
.wt-wa-mini-card__icon .wt-icon { font-size: 1.35rem; }
.wt-wa-mini-card__label {
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--wt-dark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@keyframes wtPcFeatReveal {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
.wt-wa-pricing__shell {
    width: min(1520px, 96vw);
}
.wt-pc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 1fr;
    gap: clamp(24px, 4vw, 36px);
    margin-top: 12px;
    align-items: stretch;
}
.wt-pc-grid--paid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wt-pc-grid--quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 24px);
}
@media (max-width: 1199px) {
    .wt-pc-grid--quad { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .wt-pc-grid--paid,
    .wt-pc-grid--quad { grid-template-columns: 1fr; }
}
.wt-pc-free-row { margin-top: clamp(24px, 4vw, 36px); }
.wt-pc-free-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: clamp(16px, 3vw, 24px);
    padding: clamp(18px, 3vw, 24px) clamp(16px, 3vw, 22px);
    border-radius: 16px;
    border: 1px solid var(--wt-border);
    background: var(--wt-surface);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.wt-pc-free-banner__head { flex: 1 1 160px; min-width: 140px; }
.wt-pc-free-banner__title {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-pc-free-banner__tag {
    margin: 8px 0 0;
    font-size: 0.88rem;
    color: var(--wt-muted);
    line-height: 1.45;
}
.wt-pc-trial--free { margin-top: 10px; margin-bottom: 0; }
.wt-pc-free-banner__features { flex: 2 1 240px; min-width: 200px; }
.wt-pc-free-banner__usage { flex: 3 1 300px; min-width: 240px; }
.wt-pc-feat-list--free { max-height: 180px; overflow-y: auto; }
.wt-pc-usage--free { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.wt-pc-usage--free .wt-pc-usage__cell { padding: 8px 6px; }
.wt-pc-usage--free .wt-pc-usage__icon { font-size: 0.85rem; margin-bottom: 4px; }
.wt-pc-usage--free .wt-pc-usage__val { font-size: 0.95rem; }
.wt-pc-usage--free .wt-pc-usage__lbl { font-size: 0.55rem; margin-top: 2px; }
@media (max-width: 767px) {
    .wt-pc-usage--free { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.wt-pc-free-banner__cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.wt-pc-free-banner__btn { white-space: nowrap; }
.wt-pc-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-top: 0;
    animation: wtWaCardRise 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: calc(var(--wt-card-i, 0) * 0.09s);
}
.wt-pc-wrap--ribbon { padding-top: 14px; }
.wt-pc-ribbon {
    align-self: center;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    margin-bottom: -18px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
}
.wt-pc-card {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 16px;
    border: 1px solid var(--wt-border);
    background: var(--wt-surface);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wt-pc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}
.wt-pc-card--featured {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%, #fafafa 100%);
    border-color: rgba(249, 115, 22, 0.22);
    animation: wtPcFeaturedPulse 2.8s ease-in-out infinite;
}
.wt-pc-card__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 22px 20px 20px;
}
.wt-pc-pill {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 5px 10px;
    border-radius: 999px;
}
.wt-pc-pill--default {
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.25);
}
.wt-pc-head { padding-top: 4px; }
.wt-pc-head--badged { padding-inline-end: 76px; }
.wt-pc-card:not(.wt-pc-card--featured) .wt-pc-title { color: var(--wt-dark); }
.wt-pc-card--featured .wt-pc-title { color: #c2410c; }
.wt-pc-title {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.wt-pc-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    margin-bottom: 12px;
}
.wt-pc-price-core {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35em;
    unicode-bidi: isolate;
}
.wt-pc-price-currency {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--wt-muted);
}
.wt-pc-price-currency--en {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}
.wt-pc-price-core .wt-pc-price-val,
.wt-pc-price-val {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-pc-price-period {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--wt-muted);
}
.wt-pc-tagline {
    margin: 0 0 12px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--wt-muted);
}
.wt-pc-trial {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #ea580c;
}
.wt-pc-rule {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
    color: rgba(15, 23, 42, 0.12);
}
.wt-pc-rule::before,
.wt-pc-rule::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: currentColor;
}
.wt-pc-rule__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wt-surface);
    border: 2px solid rgba(249, 115, 22, 0.45);
    flex-shrink: 0;
}
.wt-pc-block { margin-bottom: 4px; }
.wt-pc-block__label {
    margin: 0 0 10px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wt-muted);
}
.wt-pc-feat-details {
    border: 1px solid var(--wt-border);
    border-radius: 12px;
    background: var(--wt-background);
    overflow: hidden;
}
.wt-pc-feat-details__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--wt-dark);
    background: var(--wt-surface);
    transition: background 0.2s ease;
}
.wt-pc-feat-details__summary::-webkit-details-marker { display: none; }
.wt-pc-feat-details__summary:hover { background: rgba(15, 23, 42, 0.02); }
.wt-pc-feat-details__summary span:first-child {
    flex: 1 1 auto;
    text-align: start;
}
.wt-pc-feat-details__count {
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 800;
    background: rgba(249, 115, 22, 0.1);
    color: var(--wt-dark);
    border: 1px solid rgba(249, 115, 22, 0.2);
}
.wt-pc-feat-details__chev {
    font-size: 0.65rem;
    color: var(--wt-muted);
    transition: transform 0.25s ease;
}
.wt-pc-feat-details[open] .wt-pc-feat-details__chev { transform: rotate(180deg); }
.wt-pc-feat-list {
    list-style: none;
    margin: 0;
    padding: 10px 12px 12px;
    max-height: min(48vh, 280px);
    overflow-y: auto;
    border-top: 1px solid var(--wt-border);
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 115, 22, 0.3) transparent;
}
.wt-pc-feat-list__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 0.82rem;
    line-height: 1.4;
}
.wt-pc-feat-list__row:last-child { margin-bottom: 0; }
.wt-pc-feat-details[open] .wt-pc-feat-list__row {
    animation: wtPcFeatReveal 0.35s ease backwards;
    animation-delay: calc(var(--wt-feat-i, 0) * 0.018s);
}
.wt-pc-feat-list__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    margin-top: 2px;
}
.wt-pc-feat-list__row--yes .wt-pc-feat-list__icon {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
}
.wt-pc-feat-list__row--no .wt-pc-feat-list__icon {
    background: #f1f5f9;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
}
.wt-pc-feat-list__row--yes .wt-pc-feat-list__text { color: var(--wt-dark); }
.wt-pc-feat-list__row--no .wt-pc-feat-list__text { color: #94a3b8; }
.wt-pc-feat-fallback {
    margin: 0;
    padding: 12px;
    border-radius: 12px;
    border: 1px dashed var(--wt-border);
    font-size: 0.85rem;
    color: var(--wt-muted);
    text-align: center;
    background: var(--wt-background);
}
.wt-pc-usage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wt-pc-usage__cell {
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid var(--wt-border);
    background: var(--wt-surface);
}
.wt-pc-usage__cell--blue { border-color: rgba(59, 130, 246, 0.25); background: rgba(59, 130, 246, 0.06); }
.wt-pc-usage__cell--green { border-color: rgba(34, 197, 94, 0.28); background: rgba(34, 197, 94, 0.06); }
.wt-pc-usage__cell--amber { border-color: rgba(245, 158, 11, 0.3); background: rgba(245, 158, 11, 0.07); }
.wt-pc-usage__cell--yellow { border-color: rgba(234, 179, 8, 0.3); background: rgba(234, 179, 8, 0.08); }
.wt-pc-usage__cell--purple { border-color: rgba(168, 85, 247, 0.28); background: rgba(168, 85, 247, 0.06); }
.wt-pc-usage__cell--wa { border-color: rgba(37, 211, 102, 0.35); background: rgba(37, 211, 102, 0.07); }
.wt-pc-usage__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 1rem;
}
.wt-pc-usage__cell--blue .wt-pc-usage__icon { color: #2563eb; }
.wt-pc-usage__cell--green .wt-pc-usage__icon { color: #16a34a; }
.wt-pc-usage__cell--amber .wt-pc-usage__icon { color: #d97706; }
.wt-pc-usage__cell--yellow .wt-pc-usage__icon { color: #ca8a04; }
.wt-pc-usage__cell--purple .wt-pc-usage__icon { color: #9333ea; }
.wt-pc-usage__cell--wa .wt-pc-usage__icon { color: #128c7e; }
.wt-pc-usage__val {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--wt-dark);
    line-height: 1.2;
    word-break: break-word;
}
.wt-pc-usage__lbl {
    display: block;
    margin-top: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wt-muted);
}
.wt-pc-cta {
    margin-top: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wt-pc-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.35);
}
.wt-wa-plans__footnote {
    margin-top: 28px;
    text-align: center;
    color: var(--wt-muted);
    font-size: 0.9rem;
}
.wt-wa-plans__footnote a {
    color: var(--wt-brand-orange);
    font-weight: 600;
}
.wa-addon-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wa-addon-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(234, 88, 12, 0.12);
    text-decoration: none;
}
.wa-addon-link__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(234, 88, 12, 0.1);
    color: var(--addon-c, #ea580c);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-addon-link__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.wa-addon-link__body strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}
.wa-addon-link__body small {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.4;
}
.wa-addon-link__arrow {
    flex-shrink: 0;
    color: var(--addon-c, #ea580c);
    opacity: 0.65;
}

/* Meta calculator */
.wt-wa-meta-calc {
    padding: clamp(48px, 7vw, 88px) 0;
    background: linear-gradient(180deg, rgba(37, 211, 102, 0.06) 0%, var(--wt-bg-soft, #FAF8F5) 42%, #fff 100%);
}
.wt-wa-meta-calc__panel {
    max-width: 420px;
    margin: clamp(20px, 4vw, 32px) auto clamp(28px, 5vw, 40px);
    padding: clamp(18px, 3vw, 24px);
    border-radius: 16px;
    border: 1px solid rgba(37, 211, 102, 0.22);
    background: #fff;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}
.wt-wa-meta-calc__input-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.wt-wa-meta-calc__input-label {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-wa-meta-calc__input {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--wt-dark);
    border: 2px solid rgba(37, 211, 102, 0.35);
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.wt-wa-meta-calc__input:focus {
    outline: none;
    border-color: var(--wt-wa-meta-accent, #25D366);
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.18);
}
.wt-wa-meta-calc__hint {
    margin: 12px 0 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--wt-muted);
}
.wt-wa-meta-calc__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(16px, 3vw, 24px);
}
.wt-wa-meta-calc__card {
    padding: clamp(16px, 3vw, 22px);
    border-radius: 16px;
    border: 1px solid var(--wt-border);
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wt-wa-meta-calc__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.wt-wa-meta-calc__card--free {
    border-color: rgba(37, 211, 102, 0.35);
    background: linear-gradient(145deg, rgba(37, 211, 102, 0.08), #fff 55%);
}
.wt-wa-meta-calc__card-title {
    margin: 0 0 14px;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--wt-dark);
    line-height: 1.35;
}
.wt-wa-meta-calc__rows {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wt-wa-meta-calc__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
}
.wt-wa-meta-calc__row:last-child { border-bottom: none; padding-bottom: 0; }
.wt-wa-meta-calc__row dt {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--wt-muted);
}
.wt-wa-meta-calc__row dd {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--wt-dark);
    text-align: end;
    white-space: nowrap;
}
.wt-wa-meta-calc__row--total dt,
.wt-wa-meta-calc__row--total dd { font-size: 0.92rem; color: var(--wt-wa-meta-accent, #128C7E); }
.wt-wa-meta-calc__row--total dd { font-size: 1.05rem; }
.wt-wa-meta-calc__note {
    margin-top: clamp(24px, 4vw, 36px);
    padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 22px);
    border-radius: 12px;
    border: 1px solid rgba(249, 115, 22, 0.22);
    background: rgba(249, 115, 22, 0.06);
}
.wt-wa-meta-calc__note p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--wt-dark);
    font-weight: 600;
}
.wt-pc-block--hub { margin-top: 4px; }
.wt-pc-common {
    margin: clamp(20px, 3vw, 32px) 0 clamp(24px, 4vw, 36px);
    padding: clamp(18px, 3vw, 24px);
    border-radius: 18px;
    border: 1px solid rgba(37, 211, 102, 0.22);
    background: linear-gradient(180deg, rgba(37, 211, 102, 0.07) 0%, #fff 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.wt-pc-common__head { margin-bottom: 14px; text-align: center; }
.wt-pc-common__title {
    margin: 0 0 6px;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-pc-common__lead {
    margin: 0;
    font-size: 0.88rem;
    color: var(--wt-muted);
}
.wt-pc-common__block + .wt-pc-common__block {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--wt-border);
}
.wt-pc-feat-list--common,
.wt-pc-hub-list--common {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px 14px;
}
.wt-pc-hub-list--common .wt-pc-hub-list__row { margin-bottom: 0; }
.wt-pc-feat-details--hub .wt-pc-hub-list {
    list-style: none;
    margin: 0;
    padding: 10px 12px 12px;
    max-height: min(52vh, 320px);
    overflow-y: auto;
    border-top: 1px solid var(--wt-border);
}
.wt-pc-hub-list__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.78rem;
    line-height: 1.35;
}
.wt-pc-hub-list__row:last-child { margin-bottom: 0; }
.wt-pc-hub-list__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    margin-top: 1px;
}
.wt-pc-hub-list__row--yes .wt-pc-hub-list__icon {
    color: #0f766e;
    background: rgba(37, 211, 102, 0.14);
}
.wt-pc-hub-list__row--no .wt-pc-hub-list__icon {
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.12);
}
.wt-pc-hub-list__text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 10px;
}
.wt-pc-hub-list__label {
    color: var(--wt-muted);
    font-weight: 600;
}
.wt-pc-hub-list__val {
    flex-shrink: 0;
    font-weight: 800;
    text-align: end;
}
.wt-pc-hub-list__row--yes .wt-pc-hub-list__label { color: var(--wt-dark); }
.wt-pc-hub-list__row--no .wt-pc-hub-list__label { color: #94a3b8; }
.wt-pc-hub-list__row--yes .wt-pc-hub-list__val { color: #128c7e; }
.wt-pc-hub-list__row--no .wt-pc-hub-list__val { color: #94a3b8; }
.wt-wa-hub-matrix { margin-top: clamp(28px, 4vw, 40px); }
.wt-wa-hub-matrix__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid var(--wt-border);
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}
.wt-wa-hub-matrix__table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.82rem;
}
.wt-wa-hub-matrix__table th,
.wt-wa-hub-matrix__table td {
    padding: 11px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    vertical-align: middle;
}
.wt-wa-hub-matrix__table thead th {
    background: rgba(37, 211, 102, 0.08);
    font-weight: 800;
    color: var(--wt-dark);
    text-align: center;
    white-space: nowrap;
}
.wt-wa-hub-matrix__table thead th:first-child {
    text-align: start;
    position: sticky;
    inset-inline-start: 0;
    z-index: 2;
    background: #ecfdf5;
}
.wt-wa-hub-matrix__table tbody th[scope="row"] {
    font-weight: 700;
    color: var(--wt-dark);
    text-align: start;
    background: #fafafa;
    position: sticky;
    inset-inline-start: 0;
    z-index: 1;
    min-width: 200px;
}
.wt-wa-hub-matrix__table tbody td {
    text-align: center;
    font-weight: 700;
}
.wt-wa-hub-matrix__cell--yes { background: rgba(37, 211, 102, 0.04); }
.wt-wa-hub-matrix__cell--no { background: rgba(148, 163, 184, 0.06); }
.wt-wa-hub-matrix__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    line-height: 1;
}
.wt-wa-hub-matrix__mark .wt-icon {
    width: 0.85rem;
    height: 0.85rem;
}
.wt-wa-hub-matrix__cell--yes .wt-wa-hub-matrix__mark {
    color: #0f766e;
    background: rgba(37, 211, 102, 0.14);
}
.wt-wa-hub-matrix__cell--no .wt-wa-hub-matrix__mark {
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.12);
}
.wt-wa-hub-matrix__val {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wt-ink-800, #1e293b);
    line-height: 1.35;
    white-space: nowrap;
}
.wt-wa-hub-matrix__cell--yes .wt-wa-hub-matrix__val { color: #047857; }
.wt-wa-hub-matrix__table tbody tr:last-child th,
.wt-wa-hub-matrix__table tbody tr:last-child td { border-bottom: none; }

/* ── Related landing (تخصصات هذه الخدمة) ──────────────────────────────── */
.wt-related-landing--wa {
    padding: clamp(48px, 7vw, 88px) 0;
    background: linear-gradient(180deg, var(--wt-bg-soft, #FAF8F5) 0%, #fff 100%);
}
.wt-related-landing__head {
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 44px);
}
.wt-related-landing__head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 800;
    color: var(--wt-dark);
}
.wt-related-landing__head p {
    margin: 0 auto;
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--wt-muted);
}
.wt-related-landing__trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 16px auto 0;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.2);
    font-size: 0.85rem;
    font-weight: 700;
    color: #128C7E;
}
.wt-related-landing__trust .wt-icon {
    flex-shrink: 0;
}
.wt-related-landing__group {
    margin-bottom: clamp(24px, 4vw, 36px);
}
.wt-related-landing__group-title {
    margin: 0 0 14px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--wt-dark);
    padding-inline-start: 4px;
    border-inline-start: 3px solid var(--wt-brand-orange);
}
.wt-related-landing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: clamp(14px, 2.5vw, 18px);
}
.wt-related-landing__grid--extra {
    margin-top: 18px;
}
.wt-related-landing__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(18px, 3vw, 22px);
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--wt-border);
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.wt-related-landing__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.22);
    text-decoration: none;
}
.wt-related-landing__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.1);
    color: var(--wt-brand-orange);
    flex-shrink: 0;
}
.wt-related-landing--wa .wt-related-landing__group:nth-child(2) .wt-related-landing__card-icon {
    background: rgba(37, 211, 102, 0.1);
    color: #128C7E;
}
.wt-related-landing__card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.wt-related-landing__card-body strong {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--wt-dark);
    line-height: 1.35;
}
.wt-related-landing__card-body span {
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--wt-muted);
}
.wt-related-landing__card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wt-brand-orange);
    margin-top: auto;
}
.wt-related-landing__compare {
    margin-top: clamp(28px, 5vw, 40px);
    padding-top: clamp(24px, 4vw, 32px);
    border-top: 1px solid var(--wt-border);
}
.wt-related-landing__compare h3 {
    margin: 0 0 14px;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--wt-dark);
    text-align: center;
}
.wt-related-landing__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.wt-related-landing__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--wt-border);
    border-radius: 999px;
    text-decoration: none;
    color: var(--wt-dark);
    font-size: 0.88rem;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.wt-related-landing__pill:hover {
    background: #FFF4EC;
    border-color: rgba(249, 115, 22, 0.35);
    color: #B74D0D;
    text-decoration: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .wt-wa-phone,
    .wt-wa-bubble,
    .wt-wa-phone__float-badge {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .wt-wa-marquee { scroll-behavior: auto; }
    .wt-pc-wrap,
    .wt-pc-card,
    .wt-pc-feat-details__chev {
        animation: none !important;
        transition: none !important;
    }
    .wt-pc-feat-list__row {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .wt-pc-card--featured {
        animation: none !important;
        border-color: rgba(249, 115, 22, 0.35);
        box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    }
    .wt-wa-mini-card:hover,
    .wt-wa-feature-card:hover,
    .wt-wa-flow__step:hover,
    .wt-pc-card:hover,
    .wt-pc-cta:hover,
    .wt-wa-meta-calc__card:hover,
    .wa-addon-link:hover,
    .wt-related-landing__card:hover {
        transform: none;
    }
    .wt-wa-meta-calc__card { transition: none; }
}

/* ── WhatsApp quota policy (pricing + trust) ── */
.wt-wa-policy-trust {
    padding: 0 0 clamp(32px, 5vw, 48px);
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.06) 0%, transparent 100%);
}
.wt-wa-policy-trust__card {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.28);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.04));
    box-shadow: 0 10px 32px rgba(16, 185, 129, 0.1);
}
.wt-wa-policy-trust__title {
    margin: 0 0 16px;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    color: #065f46;
    line-height: 1.45;
}
.wt-wa-policy-trust__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 720px) {
    .wt-wa-policy-trust__items { grid-template-columns: 1fr; }
}
.wt-wa-policy-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 700;
    color: #047857;
}
.wt-wa-policy-trust__icon {
    flex: none;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.14);
    color: #059669;
}

.wt-wa-policy-banner {
    margin: 0 0 clamp(24px, 4vw, 36px);
    padding: clamp(20px, 3vw, 28px);
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.95), rgba(209, 250, 229, 0.55));
}
.wt-wa-policy-banner__title {
    margin: 0 0 8px;
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    font-weight: 800;
    color: #065f46;
}
.wt-wa-policy-banner__lead {
    margin: 0 0 18px;
    color: #047857;
    line-height: 1.65;
    font-size: 0.95rem;
}
.wt-wa-policy-banner__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}
@media (max-width: 640px) {
    .wt-wa-policy-banner__cols { grid-template-columns: 1fr; }
}
.wt-wa-policy-banner__col {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(16, 185, 129, 0.18);
}
.wt-wa-policy-banner__col strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #065f46;
}
.wt-wa-policy-banner__col p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #334155;
}
.wt-wa-policy-banner__col--unlimited strong { color: #059669; }
.wt-wa-policy-banner__hint {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}
.wt-wa-policy-banner__hint-icon { color: #059669; flex: none; margin-top: 2px; }

.wt-pc-quota-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
}
.wt-pc-quota-row__icon { color: #059669; flex: none; }
.wt-pc-quota-row__val {
    font-size: 1.25rem;
    font-weight: 800;
    color: #065f46;
    line-height: 1;
}
.wt-pc-quota-row__lbl {
    font-size: 0.78rem;
    font-weight: 700;
    color: #047857;
    line-height: 1.35;
}
.wt-pc-quota-tip {
    margin-inline-start: 4px;
    padding: 0;
    border: none;
    background: none;
    cursor: help;
    font-size: 0.85rem;
    line-height: 1;
    vertical-align: middle;
}
.wt-pc-unlimited-perks {
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}
.wt-pc-unlimited-perks li {
    font-size: 0.82rem;
    font-weight: 700;
    color: #059669;
}

/* ── Customize plan promo (post-hero) ─────────────────────────────────── */
.wt-wa-customize {
    --wt-wa-green: #25D366;
    --wt-wa-green-dark: #128C7E;
    padding: 0 0 clamp(20px, 3vw, 32px);
    margin-top: clamp(-24px, -3vw, -12px);
}
.wt-wa-customize__card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: clamp(16px, 2.5vw, 24px);
    padding: clamp(20px, 3vw, 28px) clamp(20px, 3.5vw, 32px);
    border-radius: 20px;
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(37, 211, 102, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 50% 60% at 0% 100%, rgba(249, 115, 22, 0.07) 0%, transparent 50%),
        linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid rgba(37, 211, 102, 0.18);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}
@media (min-width: 768px) {
    .wt-wa-customize__card {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: clamp(20px, 3vw, 32px);
    }
}
.wt-wa-customize__icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .wt-wa-customize__icons {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.wt-wa-customize__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wt-wa-customize__icon--wa {
    background: linear-gradient(135deg, var(--wt-wa-green), var(--wt-wa-green-dark));
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
}
.wt-wa-customize__icon--tune {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
    border: 1px solid rgba(249, 115, 22, 0.2);
}
.wt-wa-customize__body {
    display: grid;
    gap: 10px;
    min-width: 0;
}
.wt-wa-customize__badge {
    display: inline-flex;
    align-self: start;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--wt-wa-green-dark);
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.22);
}
.wt-wa-customize__title {
    margin: 0;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--wt-dark, #0f172a);
}
.wt-wa-customize__lead {
    margin: 0;
    font-size: clamp(0.88rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    color: var(--wt-muted, #64748b);
    max-width: 62ch;
}
.wt-wa-customize__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 4px;
}
.wt-wa-customize__compare-col {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-align: center;
}
.wt-wa-customize__compare-col--wa {
    border-color: rgba(37, 211, 102, 0.28);
    background: rgba(37, 211, 102, 0.05);
}
.wt-wa-customize__compare-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2px;
    color: #64748b;
}
.wt-wa-customize__compare-col--wa .wt-wa-customize__compare-icon {
    color: var(--wt-wa-green-dark);
}
.wt-wa-customize__compare-col strong {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--wt-dark, #0f172a);
}
.wt-wa-customize__compare-price {
    font-size: 0.88rem;
    font-weight: 700;
    color: #475569;
}
.wt-wa-customize__compare-price--highlight {
    color: var(--wt-wa-green-dark);
    font-weight: 800;
}
.wt-wa-customize__compare-note {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
}
.wt-wa-customize__footnote {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
    line-height: 1.45;
}
.wt-wa-customize__cta-wrap {
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .wt-wa-customize__cta-wrap {
        justify-content: flex-end;
    }
}
.wt-wa-customize__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 12px 22px;
    font-size: 0.92rem;
}

/* ── Plan feature icon grid (6 per row) ─────────────────────────────────── */
.wt-pc-feat-icons {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
}
.wt-pc-feat-icons__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    color: #94a3b8;
    transition: opacity 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.wt-pc-feat-icons__item.is-on {
    opacity: 1;
    border-color: rgba(37, 211, 102, 0.35);
    background: rgba(37, 211, 102, 0.12);
    color: #128C7E;
    box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.15);
}
.wt-pc-feat-icons__item.is-off {
    opacity: 0.38;
    filter: grayscale(1);
}
.wt-pc-feat-icons--live { margin-top: 4px; }

/* ── Live Basic card (inside pricing grid) ─────────────────────────────── */
.wt-pc-wrap--basic-live { min-width: 0; }
.wt-pc-card--basic-live {
    border-color: rgba(37, 211, 102, 0.28);
    background: linear-gradient(180deg, rgba(37, 211, 102, 0.04) 0%, #fff 38%);
}
.wt-pc-pill--custom {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    color: #128C7E;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.22);
}
.wt-wa-live-custom__hook--grid {
    margin: 0 0 14px;
    text-align: center;
    font-size: clamp(0.88rem, 1.6vw, 0.98rem);
    font-weight: 700;
    color: var(--wt-wa-green-dark, #128C7E);
}
.wt-wa-live-custom__price-live {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}
.wt-wa-live-custom__price-total {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    color: var(--wt-dark, #0f172a);
    line-height: 1.1;
}
.wt-wa-live-custom__price-period {
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
}
.wt-wa-live-custom__price-monthly {
    margin: 4px 0 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b;
}
.wt-wa-live-custom__price-addon {
    margin: 4px 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #ea580c;
}
.wt-wa-live-custom__price-status {
    margin: 2px 0 0;
    font-size: 0.68rem;
    color: #94a3b8;
}
.wt-wa-live-custom__controls--compact {
    display: grid;
    gap: 8px;
}
.wt-wa-live-custom__stepper--compact {
    padding: 8px 10px;
    gap: 6px;
}
.wt-wa-live-custom__stepper--compact .wt-wa-live-custom__stepper-label {
    font-size: 0.72rem;
}
.wt-wa-live-custom__stepper--compact .wt-wa-live-custom__step-btn {
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
}
.wt-wa-live-custom__stepper--compact .wt-wa-live-custom__step-val {
    font-size: 0.88rem;
}
.wt-wa-live-custom__hub-note--compact {
    margin: 0;
    padding: 8px 10px;
    font-size: 0.68rem;
}
.wt-wa-live-custom__summary {
    margin: 8px 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    line-height: 1.4;
}
.wt-wa-live-custom__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    cursor: pointer;
}
.wt-wa-live-custom__toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.78rem;
    min-width: 0;
}
.wt-wa-live-custom__toggle-label span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wt-wa-live-custom__toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.wt-wa-live-custom__toggle-track {
    width: 40px;
    height: 22px;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.wt-wa-live-custom__toggle-track::after {
    content: "";
    position: absolute;
    top: 3px;
    inset-inline-start: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}
.wt-wa-live-custom__toggle-input:checked + .wt-wa-live-custom__toggle-track {
    background: var(--wt-wa-green, #25D366);
}
.wt-wa-live-custom__toggle-input:checked + .wt-wa-live-custom__toggle-track::after {
    transform: translateX(18px);
}
[dir="rtl"] .wt-wa-live-custom__toggle-input:checked + .wt-wa-live-custom__toggle-track::after {
    transform: translateX(-18px);
}
.wt-wa-live-custom__stepper {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.wt-wa-live-custom__stepper-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #334155;
}
.wt-wa-live-custom__stepper-ctrl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.wt-wa-live-custom__step-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
}
.wt-wa-live-custom__step-val {
    flex: 1;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 800;
}
.wt-wa-live-custom__hub-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #128C7E;
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.18);
    border-radius: 10px;
}
.wt-wa-live-custom__sticky {
    position: fixed;
    inset-inline: 12px;
    bottom: 12px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
}
.wt-wa-live-custom__sticky-total {
    font-size: 1.2rem;
    font-weight: 800;
}
.wt-wa-live-custom__sticky-lbl {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
    .wt-wa-live-custom__sticky { display: none !important; }
}
.wt-pc-grid--quad .wt-pc-card__inner {
    padding: clamp(16px, 2.2vw, 22px);
}
.wt-pc-grid--quad .wt-pc-title {
    font-size: 1.05rem;
}
.wt-pc-grid--quad .wt-pc-tagline {
    font-size: 0.78rem;
}
.wt-pc-grid--quad .wt-pc-usage {
    gap: 6px;
}
.wt-pc-grid--quad .wt-pc-usage__cell {
    padding: 8px 4px;
}
.wt-pc-grid--quad .wt-pc-usage__val {
    font-size: 0.9rem;
}
.wt-pc-grid--quad .wt-pc-usage__lbl {
    font-size: 0.58rem;
}
