/* =====================================================
   TranslateXYZ — Feature Page
   /{addon-short}/{slug}/  — high-converting SEO pages
   Sections: hero · stats · problem-solution · cost compare ·
             features · setup steps · why · cross-links · CTA · reviews · FAQ
   ===================================================== */

/* ===========================================
   HERO (dark) + browser-mockup connector
   =========================================== */
.feat-hero {
    background:
        radial-gradient(900px 500px at 80% -10%, rgba(48,178,48,0.20), transparent 60%),
        radial-gradient(700px 400px at 10% 110%, rgba(48,178,48,0.10), transparent 65%),
        linear-gradient(160deg, #0A1A0A 0%, #051005 100%);
    color: var(--text-on-dark);
    padding: var(--sp-9) 0 var(--sp-11);
    position: relative;
    overflow: hidden;
}
.feat-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(48,178,48,0.06) 1px, transparent 1.5px);
    background-size: 36px 36px;
    pointer-events: none;
    opacity: 0.5;
    mask-image: radial-gradient(ellipse at 50% 30%, #000 25%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 25%, transparent 75%);
}
.feat-hero__top {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto var(--sp-9);
}
.feat-hero__top ol.breadcrumb__list {
    justify-content: center;
}
.feat-hero .breadcrumb { justify-content: center; margin-bottom: var(--sp-5); }
.feat-hero h1 {
    font-size: clamp(36px, 4.4vw, 56px);
    font-weight: var(--fw-extra);
    color: var(--text-on-dark-strong);
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: var(--sp-3) 0 var(--sp-4);
}
.feat-hero__h1-accent {
    background: linear-gradient(120deg, var(--green-300), var(--green-500));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.feat-hero__lead {
    font-size: var(--fs-md);
    color: var(--text-on-dark-muted);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--sp-6);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.feat-hero__actions {
    display: inline-flex;
    gap: var(--sp-3);
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: var(--sp-3);
}
.feat-hero__btn-outline {
    color: var(--text-on-dark);
    border-color: var(--border-dark-strong);
}
.feat-hero__btn-outline:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}
.feat-hero__trust {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-4);
    margin-top: var(--sp-4);
    flex-wrap: wrap;
    justify-content: center;
    font-size: var(--fs-sm);
    color: var(--text-on-dark-muted);
}
.feat-hero__trust-item { display: inline-flex; align-items: center; gap: 5px; }
.feat-hero__trust-item svg { width: 14px; height: 14px; color: var(--green-400); }

/* ---------- Browser mockup connector ---------- */
.feat-connector {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: var(--sp-8);
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}

/* Hero art — source / translated screenshots either side of the connector */
.feat-hero-art {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 28px 56px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06);
    background: #fff;
    line-height: 0;
}
.feat-hero-art--target {
    box-shadow: 0 28px 56px rgba(0,0,0,0.45), 0 0 0 2px var(--green-500);
}
.feat-hero-art img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------- CONNECTOR center column ---------- */
.feat-cn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 var(--sp-2);
    position: relative;
}

/* Subtle horizontal arrows on either side of connector */
.feat-cn__arrow-left,
.feat-cn__arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.35);
    pointer-events: none;
}
.feat-cn__arrow-left { left: -22px; }
.feat-cn__arrow-right { right: -22px; }
.feat-cn__arrow-left svg,
.feat-cn__arrow-right svg { width: 18px; height: 18px; }

/* Connector pill */
.feat-cn__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 180px;
    position: relative;
    transition: transform var(--t-base);
}
.feat-cn__pill:hover { transform: translateX(2px); }
.feat-cn__pill-icon {
    width: 36px; height: 36px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.feat-cn__pill-icon img { width: 70%; height: 70%; object-fit: contain; }
.feat-cn__pill-name {
    font-size: 13px;
    font-weight: var(--fw-bold);
    color: #fff;
    letter-spacing: -0.01em;
}
.feat-cn__pill-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 1px;
}

/* Center pill — addon — gets ripple waves */
.feat-cn__pill--addon {
    background: rgba(48,178,48,0.15);
    border-color: rgba(48,178,48,0.4);
    z-index: 2;
}
.feat-cn__pill--addon .feat-cn__pill-name { color: var(--green-300); }

/* Animated waves */
.feat-cn__waves {
    position: absolute;
    inset: -8px;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    overflow: visible;
}
.feat-cn__waves span {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1.5px solid var(--green-400);
    opacity: 0;
    animation: feat-ripple 3s ease-out infinite;
}
.feat-cn__waves span:nth-child(2) { animation-delay: 1s; }
.feat-cn__waves span:nth-child(3) { animation-delay: 2s; }
@keyframes feat-ripple {
    0%   { transform: scale(0.95); opacity: 0.55; }
    100% { transform: scale(1.4);  opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .feat-cn__waves span { animation: none; opacity: 0; }
}

/* Plus separator */
.feat-cn__plus {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: var(--fw-bold);
}

/* ===========================================
   COMPARE — merged "manual vs AI" section
   Left: 4 problem→solution rows
   Right: 2 stacked cards stacked with VS chip between
   =========================================== */
.feat-compare {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--sp-9);
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

/* Left — point list */
.feat-compare__intro h2 {
    font-size: var(--fs-3xl);
    font-weight: var(--fw-extra);
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: var(--sp-3);
    color: var(--text-on-light-strong);
}
.feat-compare__intro h2 em {
    font-style: normal;
    background: linear-gradient(120deg, var(--green-600), var(--green-500));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.feat-compare__intro p {
    font-size: var(--fs-md);
    color: var(--text-on-light-muted);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--sp-6);
}

.feat-compare__list {
    display: flex;
    flex-direction: column;
    gap: var(--sp-4);
}
.feat-compare-item {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-3);
}
.feat-compare-item__check {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--green-50);
    color: var(--green-700);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--green-100);
}
.feat-compare-item__check svg { width: 14px; height: 14px; }
.feat-compare-item__text strong {
    display: block;
    font-size: var(--fs-base);
    font-weight: var(--fw-bold);
    color: var(--text-on-light-strong);
    margin-bottom: 2px;
    line-height: 1.3;
}
.feat-compare-item__text p {
    font-size: var(--fs-sm);
    color: var(--text-on-light);
    line-height: var(--lh-relaxed);
    margin: 0;
}

/* Right — stacked vs cards with VS pill between */
.feat-vs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: relative;
}
.feat-vs-card {
    border-radius: var(--r-lg);
    padding: var(--sp-6);
    text-align: center;
}
.feat-vs-card--bad {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    position: relative;
}
.feat-vs-card--bad::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-lg);
    box-shadow: inset 0 0 0 1px rgba(229,62,62,0.08);
    pointer-events: none;
}
.feat-vs-card--good {
    background: var(--bg-light);
    border: 2px solid var(--green-500);
    box-shadow: 0 0 0 1px rgba(48,178,48,0.1), 0 16px 36px rgba(48,178,48,0.10);
}
.feat-vs-card__label {
    font-size: 11px;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    letter-spacing: var(--ls-wider);
    margin-bottom: var(--sp-3);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.feat-vs-card--bad  .feat-vs-card__label { color: #c53030; }
.feat-vs-card--good .feat-vs-card__label { color: var(--green-700); }
.feat-vs-card--bad  .feat-vs-card__label::before {
    content: '✕';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #fed7d7;
    color: #c53030;
    font-size: 10px;
    font-weight: var(--fw-bold);
    line-height: 1;
}
.feat-vs-card--good .feat-vs-card__label::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--green-100);
    color: var(--green-700);
    font-size: 10px;
    font-weight: var(--fw-bold);
    line-height: 1;
}
.feat-vs-card__price {
    font-size: clamp(32px, 3.6vw, 44px);
    font-weight: var(--fw-extra);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}
.feat-vs-card--bad  .feat-vs-card__price { color: #c53030; }
.feat-vs-card--good .feat-vs-card__price { color: var(--green-700); }
.feat-vs-card__sub {
    font-size: var(--fs-sm);
    color: var(--text-on-light-muted);
}
.feat-vs-card__time {
    margin-top: var(--sp-4);
    padding-top: var(--sp-3);
    border-top: 1px dashed var(--border-light);
    font-size: var(--fs-sm);
    color: var(--text-on-light);
}
.feat-vs-card__time strong { color: var(--text-on-light-strong); }
.feat-vs-card--bad .feat-vs-card__time { border-top-color: #fed7d7; }

/* VS pill between cards */
.feat-vs__pill {
    align-self: center;
    margin: -14px 0;
    z-index: 2;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--bg-light);
    border: 2px solid var(--border-light);
    color: var(--text-on-light);
    font-size: 14px;
    font-weight: var(--fw-extra);
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sh-sm);
}

/* Savings line below the right column */
.feat-vs__savings {
    margin-top: var(--sp-5);
    padding: var(--sp-4) var(--sp-5);
    background: var(--green-50);
    border: 1px solid var(--green-100);
    border-radius: var(--r-md);
    text-align: center;
    font-size: var(--fs-sm);
    color: var(--text-on-light-strong);
}
.feat-vs__savings strong {
    color: var(--green-700);
    font-size: var(--fs-base);
    font-weight: var(--fw-extra);
}

/* ===========================================
   KEY FEATURES (6-card grid)
   =========================================== */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-4);
}
.feat-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--r-lg);
    padding: var(--sp-5);
    transition: border-color var(--t-base), box-shadow var(--t-base), transform var(--t-base);
}
.feat-card:hover {
    border-color: var(--green-200);
    box-shadow: var(--sh-sm);
    transform: translateY(-2px);
}
.feat-card__icon {
    width: 40px; height: 40px;
    background: var(--green-50);
    color: var(--green-700);
    border-radius: var(--r-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--sp-3);
}
.feat-card__icon svg { width: 20px; height: 20px; }
.feat-card__title {
    font-size: var(--fs-md);
    font-weight: var(--fw-bold);
    color: var(--text-on-light-strong);
    margin-bottom: 4px;
}
.feat-card__desc {
    font-size: var(--fs-sm);
    color: var(--text-on-light);
    line-height: var(--lh-relaxed);
}
/* Cards with outbound link → anchor element, subtle hover lift + accent border */
a.feat-card,
.feat-card--link { text-decoration: none; }
.feat-card--link:hover { border-color: var(--green-500); }
.feat-card--link .feat-card__icon { background: var(--green-100); color: var(--green-800); }

/* ===========================================
   SETUP STEPS — numbered timeline + dashboard cards
   =========================================== */
.feat-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-4);
    position: relative;
}

/* Connecting timeline line behind numbered circles */
.feat-steps::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(12.5% + 22px);
    right: calc(12.5% + 22px);
    height: 2px;
    background: linear-gradient(90deg, #7C3AED 0%, #2563EB 33%, var(--green-500) 66%, #EA580C 100%);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.feat-step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.feat-step__num {
    width: 44px; height: 44px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: var(--fw-extra);
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--sp-4);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.18);
    border: 3px solid var(--bg-light-subtle);
}
.feat-step--purple .feat-step__num { background: #7C3AED; }
.feat-step--blue   .feat-step__num { background: #2563EB; }
.feat-step--green  .feat-step__num { background: var(--green-500); }
.feat-step--orange .feat-step__num { background: #EA580C; }

.feat-step__card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--r-lg);
    padding: var(--sp-5);
    box-shadow: var(--sh-sm);
    margin-bottom: var(--sp-3);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform var(--t-base), box-shadow var(--t-base);
}
.feat-step:hover .feat-step__card {
    transform: translateY(-3px);
    box-shadow: var(--sh-md);
}

.feat-step__time {
    display: inline-block;
    font-size: 10px;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    letter-spacing: var(--ls-wider);
    padding: 3px 10px;
    border-radius: var(--r-pill);
    margin-bottom: 6px;
}
.feat-step--purple .feat-step__time { background: #F3EBFE; color: #7C3AED; }
.feat-step--blue   .feat-step__time { background: #DBEAFE; color: #2563EB; }
.feat-step--green  .feat-step__time { background: var(--green-50); color: var(--green-700); }
.feat-step--orange .feat-step__time { background: #FFEDD5; color: #EA580C; }

.feat-step__title {
    font-size: var(--fs-lg);
    font-weight: var(--fw-extra);
    color: var(--text-on-light-strong);
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}
.feat-step__desc {
    font-size: var(--fs-sm);
    color: var(--text-on-light-muted);
    line-height: 1.4;
}

/* ----- INSIDE STEP 1 — Install ----- */
.fstep-install { text-align: left; }
.fstep-install__head {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: var(--sp-4);
}
.fstep-install__icon {
    width: 44px; height: 44px;
    border-radius: var(--r-md);
    flex-shrink: 0;
}
.fstep-install__name {
    font-size: var(--fs-md);
    font-weight: var(--fw-bold);
    color: var(--text-on-light-strong);
    line-height: 1.1;
}
.fstep-install__version {
    font-size: var(--fs-xs);
    color: var(--text-on-light-muted);
    margin-top: 2px;
}
.fstep-install__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #7C3AED;
    color: #fff;
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
    padding: 9px 14px;
    border-radius: var(--r-md);
    border: none;
    box-shadow: 0 4px 10px rgba(124,58,237,0.25);
}
.fstep-install__meta {
    margin-top: var(--sp-3);
    font-size: 11px;
    color: var(--text-on-light-muted);
    text-align: center;
}

/* ----- INSIDE STEP 2 — Connect ----- */
.fstep-connect { text-align: left; }
.fstep-connect__label {
    font-size: 11px;
    font-weight: var(--fw-bold);
    color: var(--text-on-light-muted);
    text-transform: uppercase;
    letter-spacing: var(--ls-wider);
    margin-bottom: 6px;
}
.fstep-connect__field {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--bg-light-subtle);
    border: 1px solid var(--border-light);
    border-radius: var(--r-md);
    padding: 9px 12px;
    margin-bottom: var(--sp-3);
}
.fstep-connect__field-text {
    flex: 1;
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--neutral-700);
    letter-spacing: 0.5px;
}
.fstep-connect__field-check {
    width: 18px; height: 18px;
    background: var(--green-500);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fstep-connect__field-check svg { width: 11px; height: 11px; }
.fstep-connect__status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--green-700);
    font-weight: var(--fw-semibold);
}
.fstep-connect__status::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--green-500);
    box-shadow: 0 0 0 3px rgba(48,178,48,0.2);
    animation: feat-pulse 1.6s ease-in-out infinite;
}
@keyframes feat-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(48,178,48,0.2); }
    50%      { box-shadow: 0 0 0 5px rgba(48,178,48,0.05); }
}
.fstep-connect__meta {
    font-size: 11px;
    color: var(--text-on-light-muted);
    margin-top: 4px;
}

/* ----- INSIDE STEP 3 — Translate ----- */
.fstep-translate { text-align: center; }
.fstep-translate__langs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: var(--sp-3);
    font-size: 24px;
    line-height: 1;
}
.fstep-translate__arrow {
    color: var(--neutral-400);
    font-size: 16px;
}
.fstep-translate__pages {
    font-size: var(--fs-sm);
    color: var(--text-on-light-muted);
    margin-bottom: var(--sp-4);
}
.fstep-translate__pages strong {
    color: var(--text-on-light-strong);
    font-weight: var(--fw-bold);
}
.fstep-translate__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: var(--green-500);
    color: #fff;
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
    padding: 10px 14px;
    border-radius: var(--r-md);
    border: none;
    box-shadow: 0 4px 12px rgba(48,178,48,0.4);
}
.fstep-translate__btn svg { width: 14px; height: 14px; }

/* ----- INSIDE STEP 4 — Done ----- */
.fstep-done { text-align: center; }
.fstep-done__check {
    width: 56px; height: 56px;
    background: var(--green-500);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--sp-3);
    box-shadow: 0 6px 18px rgba(48,178,48,0.4);
    animation: feat-bounce 1.2s ease-out;
}
.fstep-done__check svg { width: 28px; height: 28px; }
@keyframes feat-bounce {
    0%   { transform: scale(0); }
    60%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.fstep-done__count {
    font-size: var(--fs-md);
    font-weight: var(--fw-bold);
    color: var(--text-on-light-strong);
    margin-bottom: 2px;
}
.fstep-done__time {
    font-size: 11px;
    color: var(--text-on-light-muted);
    font-family: var(--font-mono);
}

/* ===========================================
   CROSS-LINKS — DARK section, bigger cards
   =========================================== */
.feat-xl {
    background:
        radial-gradient(900px 500px at 80% -10%, rgba(48,178,48,0.18), transparent 60%),
        linear-gradient(160deg, #0A1A0A 0%, #051005 100%);
    color: var(--text-on-dark);
    padding: var(--sp-12) 0;
    position: relative;
    overflow: hidden;
}
.feat-xl::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(48,178,48,0.05) 1px, transparent 1.5px);
    background-size: 36px 36px;
    pointer-events: none;
    opacity: 0.5;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.feat-xl__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
}
.feat-xl__group { margin-bottom: var(--sp-9); }
.feat-xl__group:last-child { margin-bottom: 0; }

.feat-xl__heading {
    margin-bottom: var(--sp-6);
}
.feat-xl__title {
    font-size: var(--fs-2xl);
    font-weight: var(--fw-extra);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 6px;
    color: var(--text-on-dark-strong);
}
.feat-xl__sub {
    font-size: var(--fs-md);
    color: var(--text-on-dark-muted);
    margin: 0;
}

.feat-xl__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-4);
}

.feat-xl-card {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    padding: var(--sp-5);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--r-lg);
    text-decoration: none;
    color: inherit;
    transition: all var(--t-base);
    position: relative;
    overflow: hidden;
}
.feat-xl-card:hover {
    transform: translateY(-3px);
    background: rgba(48,178,48,0.10);
    border-color: rgba(48,178,48,0.5);
    box-shadow: 0 12px 28px rgba(0,0,0,0.4);
}
.feat-xl-card__icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.feat-xl-card__icon img { width: 70%; height: 70%; object-fit: contain; }
.feat-xl-card__body { flex: 1; min-width: 0; }
.feat-xl-card__name {
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
    color: var(--text-on-dark-strong);
    line-height: 1.2;
    margin-bottom: 2px;
}
.feat-xl-card__sub {
    font-size: var(--fs-xs);
    color: var(--text-on-dark-muted);
}
.feat-xl-card__arrow {
    color: var(--text-on-dark-muted);
    flex-shrink: 0;
    transition: transform var(--t-fast), color var(--t-fast);
}
.feat-xl-card:hover .feat-xl-card__arrow {
    color: var(--green-300);
    transform: translateX(3px);
}
.feat-xl-card__arrow svg { width: 18px; height: 18px; }

/* ===========================================
   REVIEWS — 3-column grid container
   Card markup uses the shared .product-review-card component (components.css)
   =========================================== */
.feat-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-5);
    max-width: 1080px;
    margin: 0 auto;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 1024px) {
    .feat-connector {
        grid-template-columns: 1fr;
        gap: var(--sp-5);
        max-width: 380px;
    }
    .feat-cn { flex-direction: row; gap: 6px; flex-wrap: wrap; justify-content: center; }
    .feat-cn__arrow-left, .feat-cn__arrow-right { display: none; }
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .feat-steps { grid-template-columns: repeat(2, 1fr); }
    .feat-steps::before { display: none; }
    .feat-compare { grid-template-columns: 1fr; gap: var(--sp-7); }
    .feat-xl__grid { grid-template-columns: repeat(2, 1fr); }
    .feat-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .feat-hero { padding: var(--sp-8) 0 var(--sp-9); }
    .feat-xl__title { font-size: var(--fs-xl); }
    .feat-compare__intro h2 { font-size: var(--fs-2xl); }
}

@media (max-width: 640px) {
    .feat-grid { grid-template-columns: 1fr; }
    .feat-steps { grid-template-columns: 1fr; }
    .feat-xl__grid { grid-template-columns: 1fr; }
    .feat-reviews-grid { grid-template-columns: 1fr; }
}
