@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;0,9..144,900;1,9..144,300&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
    --yn-bg: #f5f7ff;
    --yn-bg-alt: #eef2ff;
    --yn-surface: #ffffff;
    --yn-text: #0f1c3f;
    --yn-text-muted: #64748b;
    --yn-text-faint: #94a3b8;
    --yn-orange: rgb(217, 78, 33);
    --yn-blue: #293d75;
    --yn-blue-mid: #1e40af;
    --yn-blue-soft: rgba(29, 78, 216, 0.07);
    --yn-gold: #d97706;
    --yn-border: rgba(15, 28, 63, 0.08);
    --yn-border-mid: rgba(15, 28, 63, 0.12);
    --yn-shadow-sm: 0 2px 8px rgba(15, 28, 63, 0.06);
    --yn-shadow-md: 0 8px 32px rgba(15, 28, 63, 0.09);
    --yn-shadow-lg: 0 16px 56px rgba(15, 28, 63, 0.13);
}

.yn-hp * {
    box-sizing: border-box;
}

.yn-hp {
    font-family: 'DM Sans', sans-serif;
    background: var(--yn-bg);
    color: var(--yn-text);
    overflow-x: hidden;
}

/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
.yn-hp-hero {
    background: var(--yn-surface);
    padding: 96px 0 44px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--yn-border);
}

.yn-hp-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 55% 70% at 5% 60%, rgba(29, 78, 216, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 95% 15%, rgba(217, 119, 6, 0.04) 0%, transparent 50%);
}

.yn-hp-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(var(--yn-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--yn-border) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 0%, transparent 65%);
}

/* ── Metin bloğu ── */
.yn-hp-text {
    position: relative;
    z-index: 1;
    text-align: center;
}

.yn-hp-text-copy {
    position: relative;
    padding: 6px 0 4px;
    perspective: 900px;
}

.yn-hp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--yn-orange);
    margin-bottom: 14px;
}

.yn-hp-eyebrow::before,
.yn-hp-eyebrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: var(--yn-orange);
}

.yn-hp-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(32px, 3.8vw, 54px);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -1px;
    color: var(--yn-text);
    margin-bottom: 14px;
}

.yn-hp-title-main,
.yn-hp-title-accent {
    display: inline-block;
    will-change: transform, opacity;
}

.yn-hp-title em {
    font-style: italic;
    font-weight: 300;
    color: var(--yn-orange);
}

.yn-hero-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 0.08em;
    margin-bottom: -0.08em;
}

.yn-hero-word-inner {
    display: inline-block;
    will-change: transform, opacity;
    transform-origin: 50% 100%;
}

.yn-hp-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--yn-text-muted);
    max-width: 500px;
    margin: 0 auto 0;
    min-height: 3.6em;
    will-change: transform, opacity;
}

/* ── Arama bloğu ── */
.yn-hp-search {
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

/*
 * Arama çubuğu — tam genişlik, kart sarmalayıcı yok.
 * overflow:hidden yerine border-radius ile köşeler, taşma olmaz.
 */
.yn-ds-bar {
    display: flex;
    align-items: center;
    height: 56px;
    background: var(--yn-surface);
    border: 1.5px solid var(--yn-border-mid);
    border-radius: 12px;
    box-shadow: var(--yn-shadow-sm);
    margin-bottom: 10px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.yn-ds-bar:focus-within {
    border-color: var(--yn-blue);
    box-shadow: 0 0 0 3px var(--yn-blue-soft), var(--yn-shadow-sm);
}

.yn-ds-bar-icon {
    flex-shrink: 0;
    padding: 0 12px 0 16px;
    font-size: 19px;
    color: var(--yn-text-faint);
    display: flex;
    align-items: center;
}

/*
 * min-width:0 — flex büyümesini içerik genişliğiyle sınırlı tutar,
 * uzun placeholder veya değer taşmasını önler.
 */
.yn-ds-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: var(--yn-text);
    height: 100%;
}

.yn-ds-input::placeholder {
    color: var(--yn-text-faint);
}

/* Seçili TLD göstergesi */
.yn-ds-tld {
    flex-shrink: 0;
    height: 100%;
    padding: 0 14px;
    border-left: 1px solid var(--yn-border-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--yn-blue);
    min-width: 60px;
    user-select: none;
}

.yn-ds-submit {
    flex-shrink: 0;
    height: 44px;
    margin: 0 6px 0 6px;
    padding: 0 22px;
    background: var(--yn-blue);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.15s, box-shadow 0.15s;
}

.yn-ds-submit:hover {
    background: var(--yn-blue-mid);
    box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
}

/* TLD chip'leri */
.yn-tld-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.yn-tld-chip {
    padding: 5px 11px;
    background: var(--yn-bg);
    border: 1px solid var(--yn-border-mid);
    border-radius: 7px;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--yn-text-muted);
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.14s, color 0.14s, background 0.14s;
    line-height: 1.4;
}

.yn-tld-chip:hover {
    border-color: rgba(29, 78, 216, 0.25);
    color: var(--yn-blue);
    background: #eff4ff;
}

.yn-tld-chip.yn-chip-active {
    border-color: var(--yn-blue);
    color: var(--yn-blue);
    background: var(--yn-blue-soft);
    font-weight: 600;
}

.yn-chip-price {
    font-weight: 400;
    color: var(--yn-text-faint);
    margin-left: 3px;
}

.yn-tld-chip.yn-chip-active .yn-chip-price {
    color: rgba(29, 78, 216, 0.4);
}

.yn-ds-more {
    font-size: 12px;
    font-weight: 500;
    color: var(--yn-text-faint);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.14s;
}

.yn-ds-more:hover {
    color: var(--yn-blue);
}

/* ══════════════════════════════════
   PACKAGES
══════════════════════════════════ */
.yn-hp-packages {
    background: var(--yn-bg-alt);
    padding: 64px 0;
    position: relative;
}

.yn-hp-packages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yn-border-mid) 50%, transparent);
}

.yn-hp-sec-header {
    text-align: center;
    margin-bottom: 44px;
}

.yn-hp-sec-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--yn-text);
    margin-bottom: 10px;
}

.yn-hp-sec-label::before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background: var(--yn-text);
}

.yn-hp-sec-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(24px, 2.8vw, 38px);
    font-weight: 700;
    color: var(--yn-orange);

    line-height: 1.15;
    margin-bottom: 10px;
}

.yn-hp-sec-desc {
    font-size: 14px;
    font-weight: 300;
    color: var(--yn-text-muted);
    max-width: 420px;
    margin: 0 auto;
    line-height: 1.7;
}

.yn-pkg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    align-items: start;
}

.yn-pkg-card {
    background: var(--yn-surface);
    border: 1px solid var(--yn-border);
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    transition: transform 0.22s, box-shadow 0.22s;
}

.yn-pkg-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--yn-shadow-lg);
}

.yn-pkg-card--featured {
    border-color: var(--yn-blue);
    border-top-width: 3px;
    box-shadow: var(--yn-shadow-md);
    padding-top: 32px;
}

.yn-pkg-card--featured::before {
    content: 'Önerilen';
    position: absolute;
    top: 0;
    right: 16px;
    background: var(--yn-blue);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 0 0 7px 7px;
}

.yn-pkg-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yn-text-faint);
    margin-bottom: 12px;
}

.yn-pkg-card--featured .yn-pkg-name {
    color: var(--yn-blue);
}

.yn-pkg-price {
    display: flex;
    align-items: flex-end;
    gap: 1px;
    margin-bottom: 14px;
}

.yn-pkg-price-prefix {
    font-size: 14px;
    font-weight: 500;
    color: var(--yn-text-muted);
    padding-bottom: 4px;
}

.yn-pkg-price-value {
    font-family: 'Fraunces', serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    color: var(--yn-text);
}

.yn-pkg-price-suffix {
    font-size: 12px;
    font-weight: 400;
    color: var(--yn-text-faint);
    padding-bottom: 4px;
}

.yn-pkg-divider {
    height: 1px;
    background: var(--yn-border);
    margin-bottom: 14px;
}

.yn-pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.yn-pkg-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    font-weight: 300;
    color: var(--yn-text-muted);
    padding: 4px 0;
    border-bottom: 1px solid var(--yn-border);
}

.yn-pkg-features li:last-child {
    border-bottom: none;
}

.yn-pkg-check {
    flex-shrink: 0;
    margin-top: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--yn-blue-soft);
    color: var(--yn-blue);
    font-size: 10px;
}

.yn-pkg-features li strong {
    color: var(--yn-text);
    font-weight: 600;
}

.yn-pkg-btn {
    display: block;
    text-align: center;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s ease;
    border: 1px solid var(--yn-border-mid);
    color: var(--yn-text-muted);
    background: var(--yn-bg);
}

.yn-pkg-btn:hover {
    border-color: var(--yn-blue);
    color: var(--yn-blue);
    background: var(--yn-blue-soft);
}

.yn-pkg-btn--featured {
    background: var(--yn-blue);
    color: #fff;
    border-color: var(--yn-blue);
}

.yn-pkg-btn--featured:hover {
    background: var(--yn-blue-mid);
    color: #fff;
    box-shadow: 0 4px 16px rgba(29, 78, 216, 0.25);
}

/* ══════════════════════════════════
   FEATURES
══════════════════════════════════ */
.yn-hp-features {
    background: var(--yn-surface);
    padding: 64px 0;
    position: relative;
}

.yn-hp-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--yn-border-mid) 50%, transparent);
}

.yn-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.yn-feat-item {
    padding: 26px 24px;
    border-radius: 14px;
    background: var(--yn-bg);
    border: 1px solid var(--yn-border);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s, background 0.22s;
}

.yn-feat-item:hover {
    background: var(--yn-surface);
    border-color: rgba(29, 78, 216, 0.17);
    box-shadow: var(--yn-shadow-md);
    transform: translateY(-2px);
}

.yn-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.yn-fi-blue {
    background: rgba(29, 78, 216, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.15);
    color: var(--yn-blue);
}

.yn-fi-gold {
    background: rgba(217, 119, 6, 0.08);
    border: 1px solid rgba(217, 119, 6, 0.14);
    color: var(--yn-gold);
}

.yn-fi-teal {
    background: rgba(13, 148, 136, 0.08);
    border: 1px solid rgba(13, 148, 136, 0.14);
    color: #0d9488;
}

.yn-feat-title {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--yn-text);
    margin-bottom: 7px;
}

.yn-feat-desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.68;
    color: var(--yn-text-muted);
    margin: 0;
}

/* ══════════════════════════════════
   REVEAL
══════════════════════════════════ */
.yn-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.yn-reveal.yn-visible {
    opacity: 1;
    transform: none;
}

.yn-rd1 {
    transition-delay: 0.07s;
}

.yn-rd2 {
    transition-delay: 0.14s;
}

.yn-rd3 {
    transition-delay: 0.21s;
}

.yn-rd4 {
    transition-delay: 0.28s;
}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 991px) {
    .yn-feat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .yn-pkg-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .yn-hp-hero {
        padding: 36px 0 36px;
    }

    /* Mobilkde buton kendi satırına iner */
    .yn-ds-bar {
        height: auto;
        flex-wrap: wrap;
        border-radius: 10px;
    }

    .yn-ds-bar-icon {
        padding: 12px 10px 12px 14px;
    }

    .yn-ds-input {
        flex: 1;
        height: 46px;
        min-width: 0;
    }

    .yn-ds-tld {
        height: 46px;
        border-left: none;
        border-top: 1px solid var(--yn-border-mid);
        flex: 1;
    }

    .yn-ds-submit {
        width: calc(100% - 12px);
        margin: 0 6px 6px;
        justify-content: center;
        border-radius: 8px;
        height: 42px;
    }

    .yn-feat-grid {
        grid-template-columns: 1fr;
    }

    .yn-pkg-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
}

.yn-hp-search-row {
    margin-top: 28px;
}

.yn-domain-search-tld {
    display: none;
}
/* ═══ Çözümler ═══ */
.yn-hp-solutions {
    padding: 64px 0;
    background: var(--yn-bg);
}
.yn-sol-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.yn-sol-card {
    background: var(--yn-surface);
    border: 1.5px solid var(--yn-border-mid);
    border-radius: 18px;
    padding: 28px 26px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.yn-sol-card:hover {
    border-color: rgba(41, 61, 117, .25);
    box-shadow: var(--yn-shadow-md);
    transform: translateY(-3px);
}
.yn-sol-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}
.yn-sol-title {
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--yn-text);
    margin: 0 0 10px;
    letter-spacing: -.3px;
}
.yn-sol-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--yn-text-muted);
    margin: 0 0 16px;
}
.yn-sol-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--yn-blue);
    text-decoration: none;
    transition: gap .15s, color .15s;
}
.yn-sol-link:hover { gap: 10px; color: var(--yn-orange); }

/* ═══ İstatistikler ═══ */
.yn-hp-stats {
    padding: 56px 0;
    background: var(--yn-blue);
    background-image: linear-gradient(135deg, #293d75 0%, #1e2f5c 100%);
}
.yn-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.yn-stat-num {
    font-family: 'Fraunces', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
    color: #fff;
    letter-spacing: -1px;
}
.yn-stat-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
}

/* ═══ SSS ═══ */
.yn-hp-faq {
    padding: 64px 0;
    background: var(--yn-surface);
}
.yn-faq-list {
    max-width: 820px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.yn-faq-item {
    border: 1.5px solid var(--yn-border-mid);
    border-radius: 14px;
    background: var(--yn-bg);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.yn-faq-item[open] {
    border-color: rgba(41, 61, 117, .25);
    box-shadow: var(--yn-shadow-sm);
}
.yn-faq-q {
    list-style: none;
    cursor: pointer;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 700;
    color: var(--yn-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.yn-faq-q::-webkit-details-marker { display: none; }
.yn-faq-q::after {
    content: '\002B';
    font-size: 22px;
    font-weight: 400;
    color: var(--yn-orange);
    flex-shrink: 0;
    transition: transform .2s;
}
.yn-faq-item[open] .yn-faq-q::after { transform: rotate(45deg); }
.yn-faq-a {
    padding: 0 22px 20px;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--yn-text-muted);
}

/* ═══ CTA ═══ */
.yn-hp-cta-sec {
    padding: 72px 0;
    background: var(--yn-bg-alt);
}
.yn-hp-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.yn-hp-cta-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 900;
    color: var(--yn-text);
    letter-spacing: -.8px;
    margin: 0 0 14px;
}
.yn-hp-cta-desc {
    font-size: 16px;
    line-height: 1.65;
    color: var(--yn-text-muted);
    margin: 0 0 28px;
}
.yn-hp-cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.yn-hp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s, background .15s;
}
.yn-hp-cta-btn--primary {
    background: var(--yn-orange);
    color: #fff;
    box-shadow: 0 8px 24px rgba(217, 78, 33, .3);
}
.yn-hp-cta-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(217, 78, 33, .42); }
.yn-hp-cta-btn--ghost {
    background: transparent;
    color: var(--yn-blue);
    border: 1.5px solid var(--yn-border-mid);
}
.yn-hp-cta-btn--ghost:hover { border-color: var(--yn-blue); background: var(--yn-surface); }

@media (max-width: 991px) {
    .yn-sol-grid { grid-template-columns: repeat(2, 1fr); }
    .yn-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
}
@media (max-width: 575px) {
    .yn-sol-grid { grid-template-columns: 1fr; }
}

/* ═══ Alan Adı Uzantıları ═══ */
.yn-hp-domains {
    padding: 64px 0;
    background: var(--yn-bg);
}
.yn-tld-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 40px;
}
.yn-tld-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 22px 16px;
    background: var(--yn-surface);
    border: 1.5px solid var(--yn-border-mid);
    border-radius: 16px;
    text-decoration: none;
    text-align: center;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}
.yn-tld-card:hover {
    border-color: rgba(41, 61, 117, .3);
    box-shadow: var(--yn-shadow-md);
    transform: translateY(-3px);
}
.yn-tld-ext {
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 900;
    color: var(--yn-blue);
    letter-spacing: -.5px;
}
.yn-tld-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--yn-text);
}
.yn-tld-price small {
    font-size: 11px;
    font-weight: 500;
    color: var(--yn-text-faint);
}
.yn-tld-price--na { color: var(--yn-text-faint); font-weight: 600; }
.yn-tld-cta {
    margin-top: 4px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--yn-orange);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .18s, transform .18s;
}
.yn-tld-card:hover .yn-tld-cta { opacity: 1; transform: translateY(0); }

.yn-dom-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
}
.yn-dom-benefit {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.yn-dom-benefit > i {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.yn-dom-benefit h3 {
    font-family: 'Fraunces', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--yn-text);
    margin: 2px 0 6px;
}
.yn-dom-benefit p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--yn-text-muted);
    margin: 0;
}
.yn-dom-more {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .yn-dom-benefits { grid-template-columns: 1fr; gap: 20px; }
}