/* ============================================================
   ICEFUE × KANGNAM — VIETNAM STYLES                 08.09.2026
   Kullanan sayfalar:
     hair-transplant.php  -> .vn-*  (Vietnam bölümü)
     vietnam.php          -> .lp-*  (landing page)
   Tema token'ları icefue-custom.css ile aynı (navy / blue / sky);
   Kangnam'ın altın vurgusu yalnızca "ortaklık" işaretlerinde.
   ============================================================ */

:root {
    --vn-navy: #0c1e3a;
    --vn-deep: #071228;
    --vn-ink: #0f172a;
    --vn-blue: #0284c7;
    --vn-sky: #38bdf8;
    --vn-ice: #e0f2fe;
    --vn-ice-2: #f0f9ff;
    --vn-gold: #c9a45c;
    --vn-gold-2: #e6c98a;
    --vn-slate: #64748b;
    --vn-line: rgba(12, 30, 58, .08);
    --vn-radius: 28px;
    --vn-shadow: 0 30px 60px rgba(12, 30, 58, .12);
    --vn-whatsapp: #25d366;
}

/* ------------------------------------------------------------
   ORTAK PARÇALAR
   ------------------------------------------------------------ */
.vn-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--vn-blue);
    margin-bottom: 18px;
}
.vn-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.vn-eyebrow--gold { color: var(--vn-gold); }
.vn-eyebrow--light { color: var(--vn-sky); }

.vn-title {
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -.02em;
    color: var(--vn-navy);
    margin-bottom: 20px;
}
.vn-title strong { font-weight: 800; }
.vn-title em { font-style: italic; color: var(--vn-blue); }
.vn-title--light { color: #fff; }
.vn-title--light em {
    background: linear-gradient(90deg, #7dd3fc, #38bdf8 60%, #e6c98a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vn-lead {
    font-size: 1.12rem;
    line-height: 1.75;
    color: var(--vn-slate);
    max-width: 640px;
}
.vn-lead--light { color: rgba(255, 255, 255, .78); }

.vn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s, background .35s, color .35s;
    white-space: nowrap;
}
.vn-btn i { font-size: .9em; transition: transform .35s; }
.vn-btn:hover { transform: translateY(-3px); }
.vn-btn:hover i { transform: translateX(4px); }
.vn-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #1d4ed8 100%);
    box-shadow: 0 12px 30px rgba(2, 132, 199, .35);
}
.vn-btn--primary:hover { box-shadow: 0 20px 40px rgba(2, 132, 199, .45); }
.vn-btn--ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.vn-btn--ghost:hover { background: rgba(255, 255, 255, .14); }
.vn-btn--dark {
    color: #fff !important;
    background: var(--vn-navy);
    box-shadow: 0 12px 30px rgba(12, 30, 58, .25);
}
.vn-btn--whatsapp {
    color: #fff !important;
    background: var(--vn-whatsapp);
    box-shadow: 0 12px 30px rgba(37, 211, 102, .3);
}
.vn-btn--whatsapp:hover { box-shadow: 0 20px 40px rgba(37, 211, 102, .4); }

/* Sayaçlar: data-count ile animasyon (IntersectionObserver) */
.vn-count { font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------
   HAIR-TRANSPLANT.PHP — hero eklentileri
   ------------------------------------------------------------ */
.vn-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 9px 18px 9px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff !important;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition: background .3s, transform .3s;
}
.vn-hero-pill:hover { background: rgba(255, 255, 255, .15); transform: translateY(-2px); }
.vn-hero-pill__flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #da251d, #b91c1c);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.vn-hero-pill__flag::before {
    content: '★';
    color: #ffde00;
    font-size: .8rem;
}
.vn-hero-pill i { color: var(--vn-sky); }

/* ------------------------------------------------------------
   VN BANNER — "ICE FUE is now in Vietnam"
   ------------------------------------------------------------ */
.vn-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 110px 0;
    background:
        radial-gradient(900px 500px at 85% 10%, rgba(2, 132, 199, .35), transparent 60%),
        radial-gradient(700px 500px at 10% 90%, rgba(201, 164, 92, .18), transparent 60%),
        linear-gradient(160deg, #0b1b36 0%, #0c1e3a 45%, #071228 100%);
}
.vn-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 75%);
    mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
}
.vn-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--vn-gold) 30%, var(--vn-sky) 70%, transparent);
}
.vn-banner .container { position: relative; z-index: 2; }

.vn-partner-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 8px 16px 8px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    margin-bottom: 26px;
}
.vn-partner-lockup__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
}
.vn-partner-lockup__logo img { height: 24px; width: auto; display: block; }
.vn-partner-lockup__logo--dark { background: transparent; padding: 0 4px; }
.vn-partner-lockup__logo--dark img { height: 22px; }
.vn-partner-lockup__x {
    font-weight: 300;
    font-size: 1.2rem;
    color: var(--vn-gold-2);
}
.vn-partner-lockup__text {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
}

.vn-banner__title { font-size: clamp(2.2rem, 4.2vw, 3.6rem); }
.vn-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}
.vn-banner__figure {
    position: relative;
    border-radius: var(--vn-radius);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .12);
    transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}
.vn-banner__figure:hover { transform: perspective(1400px) rotateY(0) rotateX(0); }
.vn-banner__figure img { display: block; width: 100%; }
.vn-banner__figure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(7, 18, 40, .55));
    pointer-events: none;
}
.vn-banner__caption {
    position: absolute;
    left: 22px;
    bottom: 18px;
    z-index: 2;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
}
.vn-banner__caption b { color: var(--vn-gold-2); }
.vn-banner__glow {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -120px;
    background: radial-gradient(circle, rgba(56, 189, 248, .35), transparent 65%);
    filter: blur(40px);
    pointer-events: none;
}

/* ------------------------------------------------------------
   İSTATİSTİK ŞERİDİ
   ------------------------------------------------------------ */
.vn-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: var(--vn-line);
    border: 1px solid var(--vn-line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--vn-shadow);
}
.vn-stat {
    background: #fff;
    padding: 34px 22px;
    text-align: center;
    transition: background .3s;
}
.vn-stat:hover { background: var(--vn-ice-2); }
.vn-stat__value {
    display: block;
    font-size: clamp(1.9rem, 2.6vw, 2.6rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
    color: var(--vn-navy);
}
.vn-stat__value small {
    font-size: .55em;
    font-weight: 800;
    color: var(--vn-blue);
    margin-left: 2px;
}
.vn-stat__label {
    display: block;
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--vn-slate);
}
.vn-stats--dark { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .1); box-shadow: none; }
.vn-stats--dark .vn-stat { background: rgba(255, 255, 255, .04); }
.vn-stats--dark .vn-stat:hover { background: rgba(255, 255, 255, .08); }
.vn-stats--dark .vn-stat__value { color: #fff; }
.vn-stats--dark .vn-stat__value small { color: var(--vn-sky); }
.vn-stats--dark .vn-stat__label { color: rgba(255, 255, 255, .6); }

/* ------------------------------------------------------------
   HASTANE KARTLARI
   ------------------------------------------------------------ */
.vn-hospital {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 26px;
    padding: 38px 36px 34px;
    border: 1px solid var(--vn-line);
    box-shadow: 0 20px 50px rgba(12, 30, 58, .06);
    overflow: hidden;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s;
}
.vn-hospital::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--vn-gold), var(--vn-gold-2));
}
.vn-hospital:hover { transform: translateY(-8px); box-shadow: 0 34px 70px rgba(12, 30, 58, .12); }
.vn-hospital--navy { background: linear-gradient(160deg, #0f2547, #0c1e3a); color: #fff; border-color: transparent; }
.vn-hospital--navy::before { background: linear-gradient(90deg, var(--vn-sky), #7dd3fc); }
.vn-hospital__kicker {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--vn-gold);
    margin-bottom: 14px;
}
.vn-hospital--navy .vn-hospital__kicker { color: var(--vn-sky); }
.vn-hospital__city {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1;
    color: var(--vn-navy);
    margin-bottom: 8px;
}
.vn-hospital--navy .vn-hospital__city { color: #fff; }
.vn-hospital__tag {
    font-style: italic;
    color: var(--vn-slate);
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--vn-line);
}
.vn-hospital--navy .vn-hospital__tag { color: rgba(255, 255, 255, .7); border-color: rgba(255, 255, 255, .12); }
.vn-hospital__list { list-style: none; margin: 0 0 24px; padding: 0; }
.vn-hospital__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
    font-size: .97rem;
    color: var(--vn-ink);
}
.vn-hospital--navy .vn-hospital__list li { color: rgba(255, 255, 255, .9); }
.vn-hospital__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--vn-ice);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
}
.vn-hospital--navy .vn-hospital__list li::before { background-color: rgba(56, 189, 248, .18); }
.vn-hospital__addr {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: .88rem;
    color: var(--vn-slate);
    line-height: 1.5;
    margin-bottom: 20px;
}
.vn-hospital--navy .vn-hospital__addr { color: rgba(255, 255, 255, .7); }
.vn-hospital__addr i { color: var(--vn-gold); margin-top: 3px; }
.vn-hospital__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--vn-blue) !important;
    text-decoration: none !important;
}
.vn-hospital--navy .vn-hospital__link { color: var(--vn-sky) !important; }
.vn-hospital__link i { transition: transform .3s; }
.vn-hospital__link:hover i { transform: translateX(4px); }

.vn-map-figure {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--vn-shadow);
    border: 1px solid var(--vn-line);
}
.vn-map-figure img { display: block; width: 100%; }
.vn-map-figure__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(12, 30, 58, .85);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.vn-branches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}
.vn-branch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--vn-line);
    font-size: .82rem;
    font-weight: 700;
    color: var(--vn-navy);
    box-shadow: 0 6px 16px rgba(12, 30, 58, .05);
}
.vn-branch::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vn-gold);
}
.vn-branch--hq::before { background: var(--vn-blue); box-shadow: 0 0 0 4px rgba(2, 132, 199, .15); }

/* ------------------------------------------------------------
   DOKTOR / EKİP
   ------------------------------------------------------------ */
.vn-doctor {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(160deg, #0f2547, #0c1e3a);
    color: #fff;
    box-shadow: 0 40px 80px rgba(12, 30, 58, .25);
}
.vn-doctor__media { position: relative; min-height: 380px; }
.vn-doctor__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.vn-doctor__body { padding: 52px 50px; display: flex; flex-direction: column; justify-content: center; }
.vn-doctor__role {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--vn-gold-2);
    margin-bottom: 14px;
}
.vn-doctor__name { font-size: 2rem; font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; color: #fff; }
.vn-doctor__bio { color: rgba(255, 255, 255, .78); line-height: 1.75; margin-bottom: 22px; }
.vn-doctor__facts { display: flex; flex-wrap: wrap; gap: 10px; }
.vn-doctor__fact {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .05);
    font-size: .78rem;
    font-weight: 600;
}

.vn-team-figure {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--vn-shadow);
}
.vn-team-figure img { display: block; width: 100%; }
.vn-team-figure__stat {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 18px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 20px 40px rgba(12, 30, 58, .25);
    text-align: center;
}
.vn-team-figure__stat b { display: block; font-size: 2rem; font-weight: 900; line-height: 1; color: var(--vn-navy); }
.vn-team-figure__stat span { display: block; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--vn-slate); margin-top: 6px; }

.vn-standards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vnl-page .vn-standards { margin-top: 76px !important; }
.vnl-page .vn-doctor + .row { margin-top: 26px; }
.vn-standard {
    padding: 30px 26px;
    border-radius: 22px;
    background: #f5f7fb;
    border: 1px solid var(--vn-line);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}
.vn-standard:nth-child(odd) { background: var(--vn-navy); color: #fff; border-color: transparent; }
.vn-standard:hover { transform: translateY(-6px); }
.vn-standard__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--vn-gold);
    color: #fff;
    font-weight: 800;
    font-size: .9rem;
    margin-bottom: 22px;
}
.vn-standard:nth-child(even) .vn-standard__num { background: var(--vn-navy); }
.vn-standard h4 { font-size: 1.05rem; font-weight: 800; margin-bottom: 10px; color: inherit; }
.vn-standard p { font-size: .88rem; line-height: 1.65; margin: 0; color: var(--vn-slate); }
.vn-standard:nth-child(odd) p { color: rgba(255, 255, 255, .72); }

/* ------------------------------------------------------------
   PROTOKOL LİSTESİ (ne değişmez)
   ------------------------------------------------------------ */
.vn-protocol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vn-protocol__item {
    display: flex;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 14px 34px rgba(12, 30, 58, .05);
}
.vn-protocol__icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vn-ice);
    color: var(--vn-blue);
    font-size: 1.3rem;
}
.vn-protocol__item h4 { font-size: 1.02rem; font-weight: 800; color: var(--vn-navy); margin-bottom: 6px; }
.vn-protocol__item p { font-size: .9rem; line-height: 1.65; color: var(--vn-slate); margin: 0; }

.vn-depts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.vn-dept {
    padding: 8px 14px;
    border-radius: 12px;
    background: var(--vn-ice-2);
    border: 1px solid rgba(2, 132, 199, .15);
    font-size: .8rem;
    font-weight: 700;
    color: var(--vn-navy);
}
.vn-dept--hl { background: var(--vn-navy); color: #fff; border-color: transparent; }

/* ------------------------------------------------------------
   MEDYA / SOSYAL KANIT
   ------------------------------------------------------------ */
.vn-media-figure {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--vn-shadow);
}
.vn-media-figure img { display: block; width: 100%; }
.vn-media-figure__tag {
    position: absolute;
    left: 18px;
    top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(12, 30, 58, .88);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.vn-media-figure__tag i { color: #f87171; }
.vn-social { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.vn-social__tile {
    padding: 20px 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 12px 30px rgba(12, 30, 58, .05);
}
.vn-social__tile i { font-size: 1.2rem; color: var(--vn-blue); margin-bottom: 10px; display: block; }
.vn-social__tile b { display: block; font-size: 1.5rem; font-weight: 900; letter-spacing: -.02em; color: var(--vn-navy); line-height: 1; }
.vn-social__tile span { display: block; margin-top: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--vn-slate); }

/* ------------------------------------------------------------
   VN bölümü — responsive
   ------------------------------------------------------------ */
@media (max-width: 1199px) {
    .vn-stats { grid-template-columns: repeat(3, 1fr); }
    .vn-standards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .vn-banner { padding: 80px 0; }
    .vn-banner__figure { transform: none; margin-top: 40px; }
    .vn-doctor { grid-template-columns: 1fr; }
    .vn-doctor__media { min-height: 320px; }
    .vn-doctor__media img { object-position: center 20%; }
    .vn-doctor__body { padding: 36px 30px; }
    .vn-protocol { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .vn-stats { grid-template-columns: repeat(2, 1fr); }
    .vn-standards { grid-template-columns: 1fr; }
    .vn-social { grid-template-columns: 1fr; }
    .vn-hospital { padding: 30px 24px; }
    .vn-hospital__city { font-size: 1.7rem; }
    .vn-partner-lockup__text { display: none; }
    .vn-hero-pill { font-size: .78rem; }
    .vn-hero-pill { flex-wrap: wrap; justify-content: center; text-align: center; padding: 10px 16px; }
}

/* ============================================================
   LANDING PAGE — vietnam.php  (.lp-*)
   ============================================================ */
.lp-page {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--vn-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.lp-page * { box-sizing: border-box; }
.lp-page img { max-width: 100%; }
.lp-page h1, .lp-page h2, .lp-page h3, .lp-page h4 { font-family: inherit; }
html { scroll-behavior: smooth; }
html.if-lang-open { overflow: hidden; }

/* ---------- Header ---------- */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 18px 0;
    transition: padding .35s, background .35s, box-shadow .35s;
}
.lp-header.is-scrolled {
    padding: 10px 0;
    background: rgba(12, 30, 58, .88);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}
.lp-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lp-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none !important; }
.lp-brand__icefue { height: 30px; width: auto; display: block; }
.lp-brand__x { color: var(--vn-gold-2); font-weight: 300; font-size: 1.25rem; }
.lp-brand__kangnam {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
}
.lp-brand__kangnam img { height: 26px; width: auto; display: block; }
.lp-nav { display: flex; align-items: center; gap: 4px; }
.lp-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .8) !important;
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .3s, color .3s;
}
.lp-nav a:hover { background: rgba(255, 255, 255, .1); color: #fff !important; }
.lp-header__right { display: flex; align-items: center; gap: 12px; }
.lp-header .vn-btn { padding: 12px 20px; font-size: .85rem; }
.lp-burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.lp-mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    z-index: 1200;
    padding: 90px 30px 30px;
    background: linear-gradient(180deg, #0c1e3a, #071228);
    transform: translateX(105%);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
    box-shadow: -20px 0 60px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lp-mobile-nav.is-open { transform: translateX(0); }
.lp-mobile-nav a {
    padding: 14px 16px;
    border-radius: 14px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .06);
}
.lp-mobile-nav a:hover { background: rgba(255, 255, 255, .08); }
.lp-mobile-nav .vn-btn { margin-top: 12px; }
.lp-mobile-nav__close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.lp-scrim {
    position: fixed;
    inset: 0;
    z-index: 1150;
    background: rgba(7, 18, 40, .6);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s;
}
.lp-scrim.is-open { opacity: 1; pointer-events: auto; }

/* ---------- Hero ---------- */
.lp-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 140px 0 70px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(160deg, #0b1b36 0%, #0c1e3a 40%, #071228 100%);
}
.lp-hero__aurora { position: absolute; inset: 0; pointer-events: none; }
.lp-hero__aurora span {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: .75;
    animation: lpAurora 18s ease-in-out infinite alternate;
}
.lp-hero__aurora span:nth-child(1) { width: 620px; height: 620px; top: -160px; right: -120px; background: rgba(2, 132, 199, .55); }
.lp-hero__aurora span:nth-child(2) { width: 520px; height: 520px; bottom: -200px; left: -140px; background: rgba(56, 189, 248, .28); animation-delay: -6s; }
.lp-hero__aurora span:nth-child(3) { width: 380px; height: 380px; top: 35%; left: 42%; background: rgba(201, 164, 92, .2); animation-delay: -11s; }
@keyframes lpAurora {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 30px) scale(1.12); }
    100% { transform: translate(30px, -40px) scale(.95); }
}
.lp-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%);
    mask-image: radial-gradient(ellipse at 50% 30%, #000 10%, transparent 70%);
    pointer-events: none;
}
.lp-hero__particles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .8; }
.lp-hero .container { position: relative; z-index: 2; }

.lp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px 8px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    margin-bottom: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.lp-hero__eyebrow .lp-brand__kangnam { height: 30px; padding: 0 10px; }
.lp-hero__eyebrow .lp-brand__kangnam img { height: 20px; }
.lp-hero__eyebrow span { font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .8); }
.lp-hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, .25); animation: lpPulse 2s infinite; }
@keyframes lpPulse { 0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .5); } 70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }

.lp-hero__title {
    font-size: clamp(2.6rem, 5.4vw, 4.7rem);
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: -.03em;
    margin-bottom: 26px;
}
.lp-hero__title strong { font-weight: 900; }
.lp-hero__title em {
    font-style: italic;
    background: linear-gradient(90deg, #7dd3fc, #38bdf8 55%, #e6c98a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lp-hero__lead { font-size: 1.18rem; line-height: 1.7; color: rgba(255, 255, 255, .78); max-width: 600px; margin-bottom: 36px; }
.lp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.lp-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 0; list-style: none; }
.lp-hero__trust li { display: inline-flex; align-items: center; gap: 9px; font-size: .84rem; color: rgba(255, 255, 255, .72); }
.lp-hero__trust li i { color: var(--vn-sky); font-size: .8rem; }

.lp-hero__visual { position: relative; max-width: 520px; margin-left: auto; padding: 26px 22px 26px 0; }
.lp-hero__visual::before {
    /* arkadaki kaydırılmış renkli kart — derinlik hissi, eğim yok */
    content: '';
    position: absolute;
    inset: 26px 22px 26px 0;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .38), rgba(2, 132, 199, .18) 55%, rgba(201, 164, 92, .3));
    transform: translate(14px, 14px);
    opacity: .55;
    filter: blur(1px);
    pointer-events: none;
}
.lp-hero__frame {
    position: relative;
    z-index: 1;
    aspect-ratio: 7 / 6;                 /* kaynak fotoğraf 418x375 — aşırı büyütmeyi önler */
    height: auto;
    max-height: 470px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .05);
}
.lp-hero__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
    transition: transform 1.2s cubic-bezier(.16, 1, .3, 1);
}
.lp-hero__visual:hover .lp-hero__frame img { transform: scale(1.04); }
.lp-hero__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 18, 40, 0) 55%, rgba(7, 18, 40, .7));
    pointer-events: none;
}
.lp-hero__frame-label {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    max-width: 62%;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(12, 30, 58, .72);
    border: 1px solid rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    line-height: 1.3;
}
.lp-hero__frame-label b { color: var(--vn-sky); }
.lp-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(12, 30, 58, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    animation: lpFloat 6s ease-in-out infinite;
}
.lp-chip__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
    color: #fff;
}
.lp-chip__icon--gold { background: linear-gradient(135deg, #e6c98a, #b98b3b); }
.lp-chip b { display: block; font-size: 1.15rem; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.lp-chip span { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .65); margin-top: 4px; }
.lp-chip--temp { top: 48px; left: 22px; }
.lp-chip--survival { bottom: 4px; right: 0; animation-delay: -2s; }
.lp-chip--partner { top: 44%; right: 0; animation-delay: -4s; }
@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.lp-ring { position: relative; width: 44px; height: 44px; }
.lp-ring svg { width: 44px; height: 44px; transform: rotate(-90deg); }
.lp-ring circle { fill: none; stroke-width: 4; }
.lp-ring .bg { stroke: rgba(255, 255, 255, .12); }
.lp-ring .fg { stroke: var(--vn-sky); stroke-linecap: round; stroke-dasharray: 113; stroke-dashoffset: 113; animation: lpRing 2.2s 1s cubic-bezier(.16, 1, .3, 1) forwards; }
@keyframes lpRing { to { stroke-dashoffset: 2.3; } }
.lp-ring i { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: .75rem; color: #fff; }

.lp-hero__stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 56px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.lp-hero__stat { padding: 26px 20px; text-align: center; border-left: 1px solid rgba(255, 255, 255, .08); }
.lp-hero__stat:first-child { border-left: 0; }
.lp-hero__stat > b { display: block; font-size: 2rem; font-weight: 900; line-height: 1; letter-spacing: -.03em; }
.lp-hero__stat b small { font-size: .55em; color: var(--vn-sky); margin-left: 2px; }
.lp-hero__stat > span { display: block; margin-top: 8px; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }

/* ---------- Marquee ---------- */
.lp-marquee {
    overflow: hidden;
    background: #071228;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 16px 0;
}
.lp-marquee__track { display: flex; width: max-content; animation: lpMarquee 48s linear infinite; }
.lp-marquee__track:hover { animation-play-state: paused; }
.lp-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 0 26px;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
}
.lp-marquee__item::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--vn-gold); }
@keyframes lpMarquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.lp-section { position: relative; padding: 110px 0; }
.lp-section--ice { background: linear-gradient(180deg, #f6fbff, #eef7fd); }
.lp-section--dark { background: linear-gradient(160deg, #0b1b36, #071228); color: #fff; }
.lp-section--navy { background: var(--vn-navy); color: #fff; }
.lp-section__head { max-width: 760px; margin-bottom: 56px; }
.lp-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.lp-section__head--center .vn-lead { margin-left: auto; margin-right: auto; }
.lp-section__head--center .vn-eyebrow::before { display: none; }

/* Intro / reasons */
.lp-reasons { display: grid; gap: 16px; }
.lp-reason {
    display: flex;
    gap: 20px;
    padding: 26px 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 16px 40px rgba(12, 30, 58, .06);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s;
}
.lp-reason:hover { transform: translateX(8px); box-shadow: 0 26px 60px rgba(12, 30, 58, .1); }
.lp-reason__icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: var(--vn-blue);
    font-size: 1.3rem;
}
.lp-reason h4 { font-size: 1.08rem; font-weight: 800; color: var(--vn-navy); margin-bottom: 6px; }
.lp-reason p { font-size: .92rem; line-height: 1.65; color: var(--vn-slate); margin: 0; }
.lp-intro__quote {
    margin-top: 34px;
    padding: 26px 30px;
    border-radius: 22px;
    background: var(--vn-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.lp-intro__quote::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 164, 92, .35), transparent 65%);
}
.lp-intro__quote p { font-size: 1.02rem; line-height: 1.7; margin: 0 0 12px; font-style: italic; color: rgba(255, 255, 255, .9); position: relative; }
.lp-intro__quote cite { font-style: normal; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--vn-gold-2); position: relative; }

/* Technology */
.lp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-feature {
    position: relative;
    padding: 34px 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    overflow: hidden;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), border-color .45s, background .45s;
}
.lp-feature::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, .22), transparent 65%);
    opacity: 0;
    transition: opacity .45s;
}
.lp-feature:hover { transform: translateY(-8px); border-color: rgba(56, 189, 248, .4); background: rgba(255, 255, 255, .06); }
.lp-feature:hover::before { opacity: 1; }
.lp-feature__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(56, 189, 248, .25), rgba(2, 132, 199, .25));
    border: 1px solid rgba(56, 189, 248, .35);
    color: #7dd3fc;
    font-size: 1.35rem;
    margin-bottom: 24px;
}
.lp-feature__value { display: block; font-size: 2.1rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; margin-bottom: 8px; }
.lp-feature h4 { font-size: 1.05rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.lp-feature p { font-size: .9rem; line-height: 1.65; color: rgba(255, 255, 255, .68); margin: 0; }

.lp-compare { margin-top: 60px; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); }
.lp-compare table { width: 100%; border-collapse: collapse; }
.lp-compare th, .lp-compare td { padding: 18px 22px; text-align: left; font-size: .92rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.lp-compare th { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .04); }
.lp-compare td:first-child { font-weight: 700; color: #fff; }
.lp-compare td { color: rgba(255, 255, 255, .72); }
.lp-compare .hl { background: rgba(2, 132, 199, .18); color: #fff; font-weight: 700; }
.lp-compare th.hl { color: #7dd3fc; }
.lp-compare tr:last-child td { border-bottom: 0; }

/* Journey */
.lp-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.lp-step {
    position: relative;
    padding: 30px 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 16px 40px rgba(12, 30, 58, .06);
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}
.lp-step:hover { transform: translateY(-8px); }
.lp-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--vn-navy);
    color: #fff;
    font-weight: 800;
    font-size: .9rem;
    margin-bottom: 20px;
    box-shadow: 0 0 0 6px var(--vn-ice);
}
.lp-step:nth-child(3) .lp-step__num { background: var(--vn-blue); }
.lp-step__time { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--vn-gold); margin-bottom: 8px; }
.lp-step h4 { font-size: 1.02rem; font-weight: 800; color: var(--vn-navy); margin-bottom: 8px; }
.lp-step p { font-size: .86rem; line-height: 1.62; color: var(--vn-slate); margin: 0; }
.lp-step::after {
    content: '';
    position: absolute;
    top: 54px;
    right: -18px;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--vn-blue), transparent);
}
.lp-step:last-child::after { display: none; }

/* Hospitals */
.lp-ecosystem {
    margin-top: 40px;
    padding: 30px 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 16px 40px rgba(12, 30, 58, .05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px 36px;
}
.lp-ecosystem__label { flex: 1 1 240px; min-width: 0; }
.lp-ecosystem__label b { display: block; font-size: 1.05rem; font-weight: 800; color: var(--vn-navy); }
.lp-ecosystem__label span { font-size: .8rem; color: var(--vn-slate); }
.lp-ecosystem__brands { flex: 1 1 420px; display: flex; flex-wrap: wrap; gap: 8px; }
.lp-ecosystem__brands span {
    padding: 7px 12px;
    border-radius: 10px;
    background: var(--vn-ice-2);
    border: 1px solid rgba(2, 132, 199, .12);
    font-size: .76rem;
    font-weight: 700;
    color: var(--vn-navy);
}

/* Results */
.lp-cases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-case {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 16px 40px rgba(12, 30, 58, .06);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s;
}
.lp-case:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(12, 30, 58, .14); }
.lp-case__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.lp-case__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.lp-case:hover .lp-case__img img { transform: scale(1.05); }
.lp-case__labels { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; justify-content: space-between; }
.lp-case__labels span {
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(12, 30, 58, .82);
    color: #fff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.lp-case__labels span:last-child { background: rgba(2, 132, 199, .9); }
.lp-case__meta { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; }
.lp-case__meta b { display: block; font-size: 1.05rem; font-weight: 900; color: var(--vn-navy); line-height: 1; }
.lp-case__meta span { display: block; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--vn-slate); margin-top: 4px; }
.lp-case__meta .id { font-size: .68rem; font-weight: 800; color: var(--vn-blue); letter-spacing: .1em; }

/* FAQ */
.lp-faq { max-width: 860px; margin: 0 auto; }
.lp-faq__item {
    border: 1px solid var(--vn-line);
    border-radius: 18px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(12, 30, 58, .04);
}
.lp-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 26px;
    font-weight: 700;
    color: var(--vn-navy);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.lp-faq__item summary::-webkit-details-marker { display: none; }
.lp-faq__item summary::after {
    content: '+';
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--vn-ice);
    color: var(--vn-blue);
    font-weight: 400;
    font-size: 1.3rem;
    transition: transform .35s, background .35s, color .35s;
}
.lp-faq__item[open] summary::after { transform: rotate(45deg); background: var(--vn-navy); color: #fff; }
.lp-faq__item p { padding: 0 26px 24px; margin: 0; color: var(--vn-slate); line-height: 1.7; font-size: .95rem; }

/* Form */
.lp-form-wrap {
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--vn-line);
    box-shadow: 0 40px 90px rgba(12, 30, 58, .15);
    padding: 44px;
    position: relative;
}
.lp-form-wrap::before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--vn-blue), var(--vn-sky), var(--vn-gold));
}
.lp-form-wrap h3 { font-size: 1.5rem; font-weight: 800; color: var(--vn-navy); margin-bottom: 6px; }
.lp-form-wrap > p { color: var(--vn-slate); margin-bottom: 26px; font-size: .92rem; }
.lp-field { margin-bottom: 16px; }
.lp-field label { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--vn-navy); margin-bottom: 8px; }
.lp-input {
    width: 100%;
    padding: 15px 18px;
    border-radius: 14px;
    border: 1px solid rgba(12, 30, 58, .14);
    background: #f8fafc;
    font-family: inherit;
    font-size: .95rem;
    color: var(--vn-ink);
    transition: border-color .3s, box-shadow .3s, background .3s;
}
.lp-input:focus { outline: none; border-color: var(--vn-blue); background: #fff; box-shadow: 0 0 0 4px rgba(2, 132, 199, .12); }
textarea.lp-input { min-height: 110px; resize: vertical; }
select.lp-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; padding-right: 44px; }
.lp-check { display: flex; gap: 12px; align-items: flex-start; font-size: .82rem; color: var(--vn-slate); line-height: 1.5; margin: 6px 0 22px; }
.lp-check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--vn-blue); flex: 0 0 18px; }
.lp-check a { color: var(--vn-blue); }
.lp-form-wrap .vn-btn { width: 100%; }
.lp-form__note { margin-top: 14px; font-size: .78rem; color: var(--vn-slate); text-align: center; }
.lp-form__note i { color: var(--vn-whatsapp); }

.lp-contact-list { display: grid; gap: 14px; margin-top: 34px; }
.lp-contact {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    text-decoration: none !important;
    transition: background .3s, transform .3s;
}
.lp-contact:hover { background: rgba(255, 255, 255, .09); transform: translateX(6px); }
.lp-contact__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, .18);
    color: #7dd3fc;
    font-size: 1.15rem;
}
.lp-contact__icon--wa { background: rgba(37, 211, 102, .2); color: #4ade80; }
.lp-contact__icon--gold { background: rgba(201, 164, 92, .2); color: var(--vn-gold-2); }
.lp-contact b { display: block; font-size: .98rem; font-weight: 800; color: #fff; }
.lp-contact span { display: block; font-size: .84rem; color: rgba(255, 255, 255, .68); line-height: 1.55; margin-top: 3px; }

/* Footer */
.lp-footer { background: #050d1f; color: rgba(255, 255, 255, .7); padding: 70px 0 30px; border-top: 1px solid rgba(255, 255, 255, .06); }
.lp-footer__brand img { height: 30px; width: auto; }
.lp-footer__brand p { margin-top: 18px; font-size: .88rem; line-height: 1.7; max-width: 340px; }
.lp-footer h5 { font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--vn-gold-2); margin-bottom: 18px; }
.lp-footer ul { list-style: none; margin: 0; padding: 0; }
.lp-footer li { margin-bottom: 10px; font-size: .88rem; line-height: 1.55; }
.lp-footer li a { color: rgba(255, 255, 255, .7) !important; text-decoration: none !important; transition: color .3s; }
.lp-footer li a:hover { color: #fff !important; }
.lp-footer__addr b { display: block; color: #fff; font-weight: 700; }
.lp-footer__bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; font-size: .78rem; }
.lp-footer__bottom a { color: rgba(255, 255, 255, .6) !important; text-decoration: none !important; margin-right: 18px; }
.lp-footer__bottom a:hover { color: #fff !important; }
.lp-footer__gurizon { font-weight: 900; letter-spacing: -.02em; color: rgba(255, 255, 255, .75) !important; }

/* Floating WhatsApp */
.lp-wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1090;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 12px;
    border-radius: 999px;
    background: var(--vn-whatsapp);
    color: #fff !important;
    font-weight: 800;
    font-size: .84rem;
    text-decoration: none !important;
    box-shadow: 0 16px 40px rgba(37, 211, 102, .4);
    transition: transform .3s;
}
.lp-wa-float:hover { transform: translateY(-3px); }
.lp-wa-float i { font-size: 1.4rem; }

/* WOW yardımcıları (animate.css ile) */
.lp-page .wow { visibility: hidden; }
.lp-page .wow.animated { visibility: visible; }

/* ---------- Responsive (landing) ---------- */
@media (max-width: 1199px) {
    .lp-features { grid-template-columns: repeat(2, 1fr); }
    .lp-steps { grid-template-columns: repeat(3, 1fr); }
    .lp-step::after { display: none; }
    .lp-cases { grid-template-columns: repeat(3, 1fr); }
    .lp-hero__stats { grid-template-columns: repeat(3, 1fr); }
    .lp-hero__stat { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .08); }
    .lp-hero__stat:nth-child(-n+3) { border-top: 0; }
    .lp-chip--partner { right: 0; }
}
@media (max-width: 991px) {
    .lp-nav { display: none; }
    .lp-burger { display: inline-flex; }
    .lp-header__right .vn-btn--whatsapp span { display: none; }
    .lp-header__right .vn-btn--whatsapp { padding: 12px 14px; }
    .lp-hero { padding: 120px 0 60px; min-height: auto; }
    .lp-hero__visual { max-width: none; margin: 34px 0 0; padding: 14px 0 18px; }
    .lp-hero__visual::before { display: none; }
    .lp-hero__frame { aspect-ratio: 4 / 3; max-height: 340px; border-radius: 24px; }
    .lp-hero__frame img { object-position: 50% 40%; }
    .lp-chip--temp { left: 14px; top: 28px; }
    .lp-chip--survival { right: 10px; bottom: 0; }
    .lp-hero__frame-label { max-width: 46%; font-size: .56rem; padding: 7px 11px; }
    .lp-chip--partner { display: none; }
    .lp-section { padding: 80px 0; }
    .lp-steps { grid-template-columns: repeat(2, 1fr); }
    .lp-cases { grid-template-columns: repeat(2, 1fr); }
    .lp-form-wrap { padding: 32px 26px; }
}
@media (max-width: 767px) {
    .lp-brand__x, .lp-brand__kangnam { display: none; }
    .lp-hero__title { font-size: clamp(2.2rem, 9vw, 3rem); }
    .lp-hero__lead { font-size: 1.05rem; }
    .lp-hero__stats { grid-template-columns: repeat(2, 1fr); margin-top: 50px; }
    .lp-hero__stat:nth-child(-n+3) { border-top: 1px solid rgba(255, 255, 255, .08); }
    .lp-hero__stat:nth-child(-n+2) { border-top: 0; }
    .lp-hero__stat > b { font-size: 1.6rem; }
    .lp-hero__stat:nth-child(5) { grid-column: span 2; }
    .lp-hero__eyebrow span { font-size: .6rem; }
    .lp-chip { padding: 10px 14px; gap: 10px; }
    .lp-chip b { font-size: .95rem; }
    .lp-features { grid-template-columns: 1fr; }
    .lp-steps { grid-template-columns: 1fr; }
    .lp-cases { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .lp-case__meta { padding: 12px 14px; flex-wrap: wrap; gap: 6px 12px; }
    .lp-case__meta b { font-size: .9rem; }
    .lp-case__meta span { font-size: .56rem; letter-spacing: .06em; }
    .lp-case__meta .id { width: 100%; text-align: right; }
    .lp-compare { overflow-x: auto; }
    .lp-compare table { min-width: 620px; }
    .lp-ecosystem { padding: 24px; }
    .lp-wa-float span { display: none; }
    .lp-wa-float { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-hero__aurora span, .lp-chip, .lp-marquee__track, .lp-ring .fg { animation: none !important; }
    .lp-ring .fg { stroke-dashoffset: 2.3; }
    .vn-banner__figure { transform: none !important; }
}

/* ============================================================
   VIETNAM LOKASYON SAYFALARI  (.vnl-*)          09/2026
   location-hanoi.php · location-ho-chi-minh.php
   Ortak şablon: includes/vn-location.php
   ============================================================ */

.vnl-page { background: #fff; }

/* ---------- Hero ---------- */
.vnl-hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 90px;
    color: #fff;
    background:
        radial-gradient(900px 520px at 82% 12%, rgba(2, 132, 199, .38), transparent 62%),
        radial-gradient(700px 520px at 8% 88%, rgba(201, 164, 92, .16), transparent 62%),
        linear-gradient(160deg, #0b1b36 0%, #0c1e3a 46%, #071228 100%);
}
.vnl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 35%, #000 12%, transparent 72%);
    mask-image: radial-gradient(ellipse at 50% 35%, #000 12%, transparent 72%);
    pointer-events: none;
}
.vnl-hero .container { position: relative; z-index: 2; }
.vnl-hero__flag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 24px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82);
}
.vnl-hero__flag img { width: 22px; height: auto; border-radius: 3px; display: block; }
.vnl-hero__title {
    color: #fff;                 /* tema style.css h1 rengini eziyor */
    font-size: clamp(2.2rem, 4.4vw, 3.6rem);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -.025em;
    margin-bottom: 22px;
}
.vnl-hero__title strong { font-weight: 900; display: block; }
.vnl-hero__title em {
    font-style: italic;
    background: linear-gradient(90deg, #7dd3fc, #38bdf8 58%, #e6c98a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vnl-hero__lead { font-size: 1.1rem; line-height: 1.72; color: rgba(255, 255, 255, .78); max-width: 580px; margin-bottom: 30px; }
.vnl-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.vnl-hero__figure {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    /* Kaynak fotoğraflar sunumdan geliyor (Hanoi ~218 px geniş) — kutuyu dar tutmak
       aşırı büyütmeyi ve bulanıklığı engelliyor. */
    max-width: 440px;
    margin-left: auto;
    height: clamp(320px, 38vh, 400px);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}
.vnl-hero__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vnl-hero__figure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 28%, rgba(7, 18, 40, .5) 50%, rgba(7, 18, 40, .93) 80%, rgba(7, 18, 40, .97) 100%);
    pointer-events: none;
}
.vnl-hero__caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    z-index: 2;
}
.vnl-hero__caption b { display: block; font-size: .95rem; font-weight: 800; line-height: 1.3; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.vnl-hero__caption span { display: block; font-size: .72rem; color: rgba(255, 255, 255, .82); margin-top: 5px; line-height: 1.4; text-shadow: 0 1px 6px rgba(0,0,0,.5); }

/* ---------- Hızlı bilgi şeridi ----------
   NOT: burada `.vnl-fact span` gibi genel torun seçicileri KULLANMA — ikon kutusunun
   display:flex'ini ezip ikonu kutunun soluna kaçırıyor (09/2026'da yaşandı).
   Her öğenin kendi sınıfı var. */
.vnl-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--vn-line);
    border: 1px solid var(--vn-line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 26px 55px rgba(12, 30, 58, .09);
    margin-top: -52px;
    position: relative;
    z-index: 5;
}
.vnl-fact {
    background: #fff;
    padding: 30px 28px 32px;
    transition: background .3s;
}
.vnl-fact:hover { background: var(--vn-ice-2); }
.vnl-fact__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--vn-ice), #cfeafd);
    color: var(--vn-blue);
    font-size: 1.05rem;
    margin-bottom: 18px;
}
.vnl-fact__icon i { line-height: 1; }
.vnl-fact__label {
    display: block;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--vn-slate);
    margin-bottom: 8px;
}
.vnl-fact__value {
    display: block;
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--vn-navy);
}
.vnl-fact__value a { color: var(--vn-navy); text-decoration: none; border-bottom: 1px solid rgba(2, 132, 199, .35); }
.vnl-fact__value a:hover { color: var(--vn-blue); border-bottom-color: var(--vn-blue); }

/* ---------- Hastane tanıtımı ---------- */
.vnl-roles { list-style: none; margin: 0 0 26px; padding: 0; }
.vnl-roles li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 13px;
    font-size: 1rem;
    color: var(--vn-ink);
    line-height: 1.5;
}
.vnl-roles li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--vn-ice) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 12px no-repeat;
}
.vnl-figure { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--vn-shadow); border: 1px solid var(--vn-line); }
.vnl-figure img { display: block; width: 100%; }
.vnl-figure__tag {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(12, 30, 58, .84);
    color: #fff;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

/* ---------- Hastane içi galeri ---------- */
.vnl-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vnl-shot {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(12, 30, 58, .1);
    aspect-ratio: 4 / 3;
}
.vnl-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.vnl-shot:hover img { transform: scale(1.06); }
.vnl-shot figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 16px 13px;
    background: linear-gradient(180deg, transparent, rgba(7, 18, 40, .88));
    color: #fff;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1.35;
}

/* ---------- Doktor kartı (lokasyon) ---------- */
.vnl-doctor {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(160deg, #0f2547, #0c1e3a);
    color: #fff;
    box-shadow: 0 40px 80px rgba(12, 30, 58, .25);
}
.vnl-doctor__media { position: relative; min-height: 380px; }
.vnl-doctor__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.vnl-doctor__body { padding: 46px 46px; display: flex; flex-direction: column; justify-content: center; }
.vnl-doctor__quote {
    margin-top: 22px;
    padding: 18px 22px;
    border-left: 3px solid var(--vn-gold);
    background: rgba(255, 255, 255, .05);
    border-radius: 0 14px 14px 0;
    font-style: italic;
    color: rgba(255, 255, 255, .86);
    font-size: .95rem;
    line-height: 1.65;
}

/* ---------- Yolculuk (dikey zaman çizelgesi) ---------- */
.vnl-steps { position: relative; padding-left: 46px; }
.vnl-steps::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--vn-blue), #e2e8f0);
}
.vnl-step { position: relative; margin-bottom: 30px; }
.vnl-step:last-child { margin-bottom: 0; }
.vnl-step::before {
    content: '';
    position: absolute;
    left: -46px;
    top: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid var(--vn-blue);
    box-shadow: 0 0 0 5px rgba(2, 132, 199, .1);
}
.vnl-step h4 { font-size: 1.05rem; font-weight: 800; color: var(--vn-navy); margin-bottom: 5px; }
.vnl-step span { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--vn-gold); margin-bottom: 6px; }
.vnl-step p { font-size: .92rem; line-height: 1.62; color: var(--vn-slate); margin: 0; }

/* ---------- İletişim / harita ---------- */
.vnl-contact-card {
    background: #fff;
    border: 1px solid var(--vn-line);
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 22px 50px rgba(12, 30, 58, .07);
    height: 100%;
}
.vnl-contact-row { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 20px; }
.vnl-contact-row i { color: var(--vn-gold); margin-top: 4px; width: 18px; text-align: center; }
.vnl-contact-row b { display: block; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--vn-slate); margin-bottom: 3px; }
.vnl-contact-row span, .vnl-contact-row a { font-size: .95rem; color: var(--vn-navy); line-height: 1.5; text-decoration: none; }
.vnl-contact-row a:hover { color: var(--vn-blue); }
.vnl-map { border-radius: 26px; overflow: hidden; border: 1px solid var(--vn-line); box-shadow: 0 22px 50px rgba(12, 30, 58, .07); height: 100%; min-height: 420px; }
.vnl-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- Diğer merkez ---------- */
.vnl-switch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0c1e3a 0%, #0a2a52 100%);
    color: #fff;
}
.vnl-switch b { display: block; font-size: 1.2rem; font-weight: 800; }
.vnl-switch span { display: block; font-size: .9rem; color: rgba(255, 255, 255, .7); margin-top: 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .vnl-facts { grid-template-columns: repeat(2, 1fr); }
    .vnl-gallery { grid-template-columns: repeat(2, 1fr); }
    .vnl-doctor { grid-template-columns: 320px 1fr; }
}
@media (max-width: 991px) {
    .vnl-hero { padding: 120px 0 70px; }
    .vnl-hero__figure { height: 300px; max-width: none; margin: 32px 0 0; }
    .vnl-facts { margin-top: 36px; }
    .vnl-page .vn-standards { margin-top: 52px !important; }
    .vnl-doctor { grid-template-columns: 1fr; }
    .vnl-doctor__media { min-height: 300px; }
    .vnl-doctor__media img { object-position: center 18%; }
    .vnl-doctor__body { padding: 32px 26px; }
    .vnl-map, .vnl-map iframe { min-height: 320px; }
}
@media (max-width: 767px) {
    .vnl-facts { grid-template-columns: 1fr; }
    .vnl-gallery { grid-template-columns: 1fr; }
    .vnl-contact-card { padding: 26px; }
    .vnl-switch { padding: 24px; }
    .vnl-steps { padding-left: 38px; }
    .vnl-steps::before { left: 11px; }
    .vnl-step::before { left: -38px; width: 26px; height: 26px; border-width: 4px; }
}

/* Koyu zeminli lokasyon hero'sunda tema başlık rengini ez */
.vnl-hero h1, .vnl-hero h2, .vnl-hero h3 { color: #fff; }
.vnl-doctor__body .vn-doctor__name { color: #fff; }
