@charset "utf-8";
/* ==========================================================================
   Wedikal Pharma — kurumsal tasarım sistemi
   Sade, kurumsal, tek vurgu rengi. Dış font/ikon yüklenmez: sistem font yığını
   ve inline SVG ikonlar kullanılır, böylece render yolunda üçüncü taraf isteği
   olmaz (shop tarafında bu üç ek DNS+TLS el sıkışmasına yol açıyordu).
   ========================================================================== */

:root {
    --brand:       #064c50;   /* koyu teal — marka ana rengi (shop ile aynı) */
    --brand-dark:  #04373a;
    --brand-soft:  #e8f1f0;
    --brand-line:  #cfe0de;
    --accent:      #bdeb69;   /* lime — yalnızca küçük vurgular */
    --ink:         #16232b;
    --ink-soft:    #3c4855;
    --muted:       #5c6674;   /* beyaz zeminde 5.7:1 */
    --line:        #e3e8ec;
    --bg:          #ffffff;
    --bg-soft:     #f5f7f8;
    --radius:      10px;
    --radius-lg:   16px;
    --shadow:      0 4px 20px rgba(6, 76, 80, .07);
    --shadow-lg:   0 10px 34px rgba(6, 76, 80, .11);
    --wrap:        1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    /* clip: yatay taşmayı keser ama sticky/fixed öğeleri bozmaz (hidden bozuyor) */
    overflow-x: clip;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
    margin: 0 0 14px;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: var(--ink);
    font-weight: 700;
}
h1 { font-size: 40px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
p  { margin: 0 0 16px; }

:focus-visible {
    outline: 3px solid var(--brand);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Yalnızca ekran okuyucular için */
.wp-sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.wp-skip {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--brand); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--radius) 0;
}
.wp-skip:focus { left: 0; }

.wp-wrap {
    max-width: var(--wrap);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ---------------------------------------------------------------- header */
.wp-header {
    position: sticky; top: 0; z-index: 50;
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.wp-header-in {
    display: flex; align-items: center; gap: 24px;
    min-height: 76px;
}

.wp-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.wp-logo:hover { text-decoration: none; }
.wp-logo-mark {
    display: grid; place-items: center;
    width: 42px; height: 42px; flex: 0 0 42px;
    background: var(--brand); color: #fff;
    border-radius: 11px;
    font-size: 24px; font-weight: 800; line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}
.wp-logo-txt { display: flex; flex-direction: column; line-height: 1.2; }
.wp-logo-txt b { font-size: 21px; color: var(--brand); letter-spacing: -.5px; }
.wp-logo-txt small { font-size: 11.5px; color: var(--muted); letter-spacing: .6px; text-transform: uppercase; }

.wp-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.wp-nav a {
    padding: 9px 14px;
    border-radius: var(--radius);
    color: var(--ink-soft);
    font-size: 15px; font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.wp-nav a:hover { background: var(--bg-soft); color: var(--brand); text-decoration: none; }
.wp-nav a.aktif { color: var(--brand); background: var(--brand-soft); }
.wp-nav a.wp-nav-cta {
    background: var(--brand); color: #fff; margin-left: 8px;
}
.wp-nav a.wp-nav-cta:hover { background: var(--brand-dark); color: #fff; }

.wp-burger {
    display: none;
    margin-left: auto;
    width: 44px; height: 44px;
    background: none; border: 1px solid var(--line); border-radius: var(--radius);
    cursor: pointer;
    padding: 0;
}
.wp-burger span {
    display: block; width: 20px; height: 2px; margin: 4px auto;
    background: var(--brand); border-radius: 2px;
}

/* ---------------------------------------------------------------- hero */
.wp-hero {
    background: var(--brand);
    color: #fff;
    padding: 76px 0 84px;
    /* düz renk + ince doku: görsel indirilmediği için LCP metin olur */
    background-image: radial-gradient(circle at 88% 12%, rgba(189, 235, 105, .13) 0%, transparent 46%);
}
.wp-hero h1 { color: #fff; font-size: 46px; max-width: 20ch; }
.wp-hero-lead {
    font-size: 19px; line-height: 1.6;
    color: rgba(255, 255, 255, .92);
    max-width: 62ch;
    margin-bottom: 30px;
}
.wp-hero-kicker {
    display: inline-block;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    font-size: 13px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase;
    padding: 6px 14px; border-radius: 999px;
    margin-bottom: 22px;
}
.wp-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* İki kolonlu hero: metin + gerçek fotoğraf */
.wp-hero-split { padding: 60px 0 64px; }
.wp-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    align-items: center;
}
.wp-hero-text { min-width: 0; }
.wp-hero-bild { min-width: 0; }
.wp-hero-bild picture,
.wp-hero-bild img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.wp-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 24px;
    border-radius: var(--radius);
    font-size: 15.5px; font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}
.wp-btn:hover { text-decoration: none; }
.wp-btn-primary { background: #fff; color: var(--brand); }
.wp-btn-primary:hover { background: var(--brand-soft); color: var(--brand-dark); }
.wp-btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.wp-btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.wp-btn-brand { background: var(--brand); color: #fff; }
.wp-btn-brand:hover { background: var(--brand-dark); color: #fff; }
.wp-btn-line { background: #fff; color: var(--brand); border-color: var(--brand-line); }
.wp-btn-line:hover { background: var(--bg-soft); }

/* ---------------------------------------------------------------- rakamlar */
.wp-zahlen { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.wp-zahlen-grid {
    /* auto-fit: gösterge sayısı 1–4 arasında değişebiliyor, sabit 4 kolon boş
       hücre bırakıyordu. */
    display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    padding-top: 34px; padding-bottom: 34px;
    gap: 24px;
}
.wp-zahl { text-align: center; }
.wp-zahl b {
    display: block;
    font-size: 32px; font-weight: 800; color: var(--brand);
    letter-spacing: -1px; line-height: 1.15;
}
.wp-zahl span { font-size: 14px; color: var(--muted); }

/* ---------------------------------------------------------------- bölümler */
.wp-section { padding-top: 72px; padding-bottom: 72px; }
.wp-section-soft { background: var(--bg-soft); }
.wp-section-head { max-width: 68ch; margin-bottom: 40px; }
.wp-section-head .wp-eyebrow {
    display: block;
    font-size: 13px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
    color: var(--brand); margin-bottom: 10px;
}
.wp-section-head p { color: var(--ink-soft); font-size: 17.5px; margin-bottom: 0; }
.wp-lead { font-size: 17.5px; color: var(--ink-soft); }

/* ---------------------------------------------------------------- kartlar */
.wp-grid { display: grid; gap: 22px; }
.wp-grid-2 { grid-template-columns: repeat(2, 1fr); }
.wp-grid-3 { grid-template-columns: repeat(3, 1fr); }
.wp-grid-4 { grid-template-columns: repeat(4, 1fr); }

.wp-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 26px;
}
.wp-card h3 { font-size: 18px; margin-bottom: 8px; }
.wp-card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }

.wp-ico { width: 26px; height: 26px; display: block; }
.wp-card-ico {
    display: grid; place-items: center;
    width: 46px; height: 46px;
    background: var(--brand-soft); color: var(--brand);
    border-radius: 12px;
    margin-bottom: 16px;
}

.wp-linkcard {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 26px; text-decoration: none;
    transition: box-shadow .16s, border-color .16s, transform .16s;
}
.wp-linkcard:hover {
    text-decoration: none;
    border-color: var(--brand-line);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}
.wp-linkcard h3 { color: var(--brand); }
.wp-linkcard p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.wp-linkcard .wp-more { margin-top: auto; font-weight: 700; font-size: 14.5px; color: var(--brand); }

/* ---------------------------------------------------------------- iki kolon */
.wp-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: start; }
.wp-prose { max-width: 72ch; }
.wp-prose h2 { margin-top: 38px; }
.wp-prose h2:first-child { margin-top: 0; }
.wp-prose h3 { margin-top: 26px; font-size: 18.5px; }
.wp-prose ul { margin: 0 0 18px; padding-left: 20px; color: var(--ink-soft); }
.wp-prose li { margin-bottom: 7px; }
.wp-prose p { color: var(--ink-soft); }

.wp-aside {
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 26px;
    position: sticky; top: 100px;
}
.wp-aside h3 { font-size: 17px; }
.wp-aside dl { margin: 0; }
.wp-aside dt { font-size: 12.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin-top: 14px; }
.wp-aside dd { margin: 2px 0 0; font-size: 15px; color: var(--ink); }

/* ---------------------------------------------------------------- standorte */
/* Şube sayısı değişebiliyor: tek kayıtta kart tam genişlik, birden fazlasında
   dikey olarak yığılır. Böylece boş ızgara hücresi oluşmaz. */
.wp-standort-liste { display: grid; gap: 20px; }

.wp-standort {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 24px;
}
.wp-standort.zentrale { border-color: var(--brand); border-width: 2px; }
.wp-standort h3 { font-size: 17.5px; margin-bottom: 4px; }
.wp-standort .wp-badge {
    display: inline-block;
    background: var(--brand); color: #fff;
    font-size: 11.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
    padding: 3px 9px; border-radius: 999px; margin-bottom: 10px;
}
.wp-standort address { font-style: normal; color: var(--ink-soft); font-size: 15px; }
.wp-standort .wp-kontaktzeile { display: flex; align-items: center; gap: 8px; margin-top: 4px; color: var(--ink-soft); font-size: 15px; }
.wp-standort .wp-kontaktzeile .wp-ico { width: 17px; height: 17px; color: var(--brand); flex: 0 0 17px; }
.wp-standort .wp-leitung { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.wp-standort .wp-leitung b { color: var(--ink-soft); font-weight: 600; }

/* ---------------------------------------------------------------- liste */
.wp-check { list-style: none; margin: 0 0 18px; padding: 0; }
.wp-check li {
    position: relative; padding-left: 30px; margin-bottom: 11px;
    color: var(--ink-soft);
}
.wp-check li::before {
    content: ""; position: absolute; left: 0; top: 7px;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--brand-soft);
    border: 1px solid var(--brand-line);
}
.wp-check li::after {
    content: ""; position: absolute; left: 5px; top: 12px;
    width: 7px; height: 4px;
    border-left: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
    transform: rotate(-45deg);
}

/* ---------------------------------------------------------------- figürler */
.wp-figur { margin: 0; }
.wp-figur picture,
.wp-figur img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
}
.wp-figur figcaption {
    margin-top: 12px;
    font-size: 14px;
    color: var(--muted);
}
/* prose içindeki figür: metin akışında nefes payı */
.wp-prose .wp-figur { margin: 28px 0; }
/* tam genişlik figür (kart ızgarasından sonra) */
.wp-figur-voll { margin-top: 40px; }

/* metin + görsel iki kolon (görsel sağda, üstte hizalı) */
.wp-split-bild { align-items: center; }
.wp-split-bild .wp-figur img,
.wp-split-bild .wp-figur picture { box-shadow: var(--shadow); }

/* ---------------------------------------------------------------- team */
.wp-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.wp-team-card {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 22px;
}
.wp-avatar {
    flex: 0 0 54px;
    width: 54px; height: 54px;
    display: grid; place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 19px; font-weight: 700;
    letter-spacing: .5px;
}
.wp-team-txt { min-width: 0; }
.wp-team-txt h3 { font-size: 17px; margin: 2px 0 2px; }
.wp-team-rolle { font-size: 14px; font-weight: 700; color: var(--brand); margin: 0 0 8px; }
.wp-team-bereich { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ---------------------------------------------------------------- lieferkette */
.wp-kette-bild { margin: 0; }
.wp-kette-bild picture,
.wp-kette-bild img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
}
.wp-kette-bild img { background: var(--brand); }
.wp-kette-bild figcaption {
    margin-top: 14px;
    font-size: 14.5px;
    color: var(--muted);
    text-align: center;
}

/* ---------------------------------------------------------------- meldungen */
.wp-meldung {
    display: block; background: #fff;
    border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 24px;
}
.wp-meldung time { font-size: 13px; font-weight: 700; color: var(--brand); letter-spacing: .4px; }
.wp-meldung h3 { font-size: 17.5px; margin: 8px 0 8px; }
.wp-meldung p { color: var(--muted); font-size: 15px; margin-bottom: 0; }

/* ---------------------------------------------------------------- cta şeridi */
.wp-cta {
    background: var(--brand);
    color: #fff;
    padding: 56px 0;
}
.wp-cta-in { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.wp-cta h2 { color: #fff; margin-bottom: 6px; }
.wp-cta p { color: rgba(255, 255, 255, .9); margin-bottom: 0; max-width: 62ch; }

/* ---------------------------------------------------------------- formular */
.wp-form { display: grid; gap: 18px; }
.wp-form-satir { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wp-feld { display: flex; flex-direction: column; gap: 6px; }
.wp-feld label { font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.wp-feld .wp-pflicht { color: #b91c1c; }
.wp-feld input, .wp-feld textarea, .wp-feld select {
    font: inherit; font-size: 15.5px;
    padding: 12px 14px;
    border: 1px solid var(--line); border-radius: var(--radius);
    background: #fff; color: var(--ink);
    width: 100%;
}
.wp-feld input:focus, .wp-feld textarea:focus, .wp-feld select:focus {
    border-color: var(--brand); outline: 2px solid var(--brand-soft);
}
.wp-feld textarea { min-height: 150px; resize: vertical; }
.wp-feld-hinweis { font-size: 13px; color: var(--muted); }
.wp-honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.wp-hinweis {
    border-radius: var(--radius);
    padding: 14px 16px;
    font-size: 15px;
    border: 1px solid;
}
.wp-hinweis-ok { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.wp-hinweis-fehler { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.wp-hinweis-info { background: var(--brand-soft); border-color: var(--brand-line); color: var(--brand-dark); }

/* ---------------------------------------------------------------- breadcrumb */
.wp-crumb { padding-top: 22px; font-size: 14px; color: var(--muted); }
.wp-crumb a { color: var(--muted); }
.wp-crumb a:hover { color: var(--brand); }
.wp-crumb span[aria-current] { color: var(--ink-soft); font-weight: 600; }

/* ---------------------------------------------------------------- sayfa başlığı */
.wp-pagehead {
    background: var(--bg-soft);
    border-bottom: 1px solid var(--line);
    padding-top: 20px; padding-bottom: 46px;
}
.wp-pagehead h1 { margin-top: 14px; font-size: 38px; }
.wp-pagehead p { color: var(--ink-soft); font-size: 18px; max-width: 68ch; margin-bottom: 0; }

/* ---------------------------------------------------------------- footer */
.wp-footer { background: var(--brand-dark); color: rgba(255, 255, 255, .8); margin-top: 0; }
.wp-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    gap: 34px;
    padding-top: 56px; padding-bottom: 44px;
}
.wp-footer-brand .wp-logo-mark { background: #fff; color: var(--brand); margin-bottom: 14px; }
.wp-footer-name { color: #fff; font-weight: 700; margin: 0 0 6px; font-size: 16.5px; }
.wp-footer-claim { font-size: 14px; color: rgba(255, 255, 255, .72); margin: 0; }
.wp-footer h3 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.wp-footer ul { list-style: none; margin: 0; padding: 0; }
.wp-footer li { margin-bottom: 9px; }
.wp-footer a { color: rgba(255, 255, 255, .82); font-size: 14.5px; }
.wp-footer a:hover { color: #fff; }
.wp-footer-adr { font-style: normal; font-size: 14.5px; line-height: 1.9; color: rgba(255, 255, 255, .82); }

.wp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding-top: 20px; padding-bottom: 26px;
    display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.wp-footer-bottom p { margin: 0; font-size: 13.5px; color: rgba(255, 255, 255, .68); }
.wp-footer-hinweis { max-width: 58ch; }

/* ---------------------------------------------------------------- tablo */
.wp-tabelle { width: 100%; border-collapse: collapse; font-size: 15px; }
.wp-tabelle th, .wp-tabelle td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.wp-tabelle th { width: 34%; color: var(--muted); font-weight: 600; font-size: 14px; }

/* ---------------------------------------------------------------- eksik veri */
.wp-tbd {
    color: #92400e; background: #fffbeb;
    border: 1px dashed #fcd34d; border-radius: 6px;
    padding: 0 6px; font-size: .92em; white-space: nowrap;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
    .wp-zahlen-grid { grid-template-columns: repeat(2, 1fr); }
    .wp-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .wp-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .wp-split { grid-template-columns: 1fr; gap: 38px; }
    .wp-aside { position: static; }
    .wp-footer-top { grid-template-columns: 1fr 1fr 1fr; }
    .wp-hero h1 { font-size: 40px; }
    .wp-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
    /* hero tek kolon: görsel metnin altına iner */
    .wp-hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .wp-hero-bild { max-width: 560px; }
    /* görsel + metin split'te görsel önce gelsin (bağlam kuruyor) */
    .wp-split-bild .wp-figur { order: -1; }
}

@media (max-width: 860px) {
    .wp-wrap { padding-left: 16px; padding-right: 16px; }
    .wp-burger { display: block; }
    .wp-nav {
        display: none;
        position: absolute; left: 0; right: 0; top: 100%;
        flex-direction: column; align-items: stretch;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
        padding: 12px 16px 18px;
        gap: 2px;
    }
    .wp-nav.offen { display: flex; }
    .wp-nav a { padding: 13px 14px; font-size: 16px; }
    .wp-nav a.wp-nav-cta { margin: 8px 0 0; text-align: center; }
    .wp-header-in { min-height: 66px; position: relative; }
}

@media (max-width: 620px) {
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    .wp-hero { padding: 48px 0 54px; }
    .wp-hero h1 { font-size: 31px; max-width: none; }
    .wp-hero-lead { font-size: 17px; }
    .wp-pagehead { padding-bottom: 34px; }
    .wp-pagehead h1 { font-size: 29px; }
    .wp-pagehead p { font-size: 16.5px; }
    .wp-section { padding-top: 48px; padding-bottom: 48px; }
    .wp-grid-2, .wp-grid-3, .wp-grid-4 { grid-template-columns: 1fr; }
    .wp-team-grid { grid-template-columns: 1fr; }
    .wp-zahlen-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
    .wp-zahl b { font-size: 26px; }
    .wp-footer-top { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; }
    .wp-cta-in { flex-direction: column; align-items: flex-start; gap: 22px; }
    .wp-form-satir { grid-template-columns: 1fr; }
    .wp-card, .wp-standort, .wp-linkcard, .wp-meldung, .wp-aside { padding: 20px; }
    .wp-section-head { margin-bottom: 28px; }
}

@media print {
    .wp-header, .wp-footer, .wp-cta, .wp-skip { display: none; }
    body { font-size: 12pt; }
}
