/* ===========================================================
   ANKAFLOOR – İzmir Çim Halıları (özel sayfa stilleri)
   Kapsayıcı sınıf: .ank-cim-article
   =========================================================== */

/* parent blog details container'ını full-width yap */
.blog-details--full .blog__meta {
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details--full .single-blog-tag,
.blog-details--full .blog__details__right {
    display: none !important;
}

.blog-details--full .tj-info-bg {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 22px;
}

.blog-details--full .tj-info-bg img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 21/9;
    object-fit: cover;
}

.blog-details--full .blog-details__title {
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.2;
    margin: 14px 0 6px;
}

.ank-cim-article {
    --ank-primary: #004AAD;
    --ank-primary-dark: #003a87;
    --ank-accent: #de2021;
    --ank-grass: #2f7d2f;
    --ank-grass-2: #7fc945;
    --ank-grass-3: #1e8f3a;
    --ank-bg: #ffffff;
    --ank-bg-soft: #f6f9ff;
    --ank-bg-grass: #eaf6ec;
    --ank-text: #24292d;
    --ank-text-soft: #5e6873;
    --ank-border: #e9eef5;
    --ank-radius: 16px;
    --ank-radius-sm: 10px;
    --ank-shadow-1: 0 4px 18px rgba(0, 74, 173, 0.08);
    --ank-shadow-2: 0 12px 36px rgba(0, 74, 173, 0.12);
    --ank-grad-blue: linear-gradient(135deg, #004AAD 0%, #003a87 100%);
    --ank-grad-grass: linear-gradient(135deg, #7fc945 0%, #2f7d2f 100%);

    color: var(--ank-text);
    font-family: var(--tj-ff-body, "Poppins", sans-serif);
    line-height: 1.65;
    margin-top: 30px;
}

.ank-cim-article * { box-sizing: border-box; }

.ank-cim-article p {
    color: var(--ank-text-soft);
    font-size: 16px;
    margin: 0 0 14px;
}

.ank-cim-article strong {
    color: var(--ank-text);
    font-weight: 600;
}

.ank-cim-article a {
    color: var(--ank-primary);
    text-decoration: none;
}

.ank-cim-article a:hover {
    color: var(--ank-accent);
}

.ank-section {
    padding: 56px 0;
    border-bottom: 1px dashed var(--ank-border);
}

.ank-section:last-of-type { border-bottom: 0; }

.ank-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.ank-section-head p { font-size: 16px; }

.ank-h2 {
    font-family: var(--tj-ff-heading, "Lora", serif);
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.25;
    color: var(--ank-text);
    margin: 0 0 14px;
    font-weight: 700;
}

.ank-accent {
    color: var(--ank-primary);
    position: relative;
    display: inline-block;
}

.ank-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 6px;
    background: var(--ank-grad-grass);
    border-radius: 4px;
    opacity: 0.35;
    transform: skewX(-12deg);
}

.ank-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--ank-border);
    margin-bottom: 16px;
    letter-spacing: 0.2px;
}

/* ============= BUTTONS ============= */
.ank-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    align-items: center;
}

/* Yüksek spesifite — layout'taki global a/.btn/transition kurallarını ezer */
.ank-cim-article a.ank-btn,
.ank-cim-article button.ank-btn,
a.ank-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    min-height: 48px;
    line-height: 1.2;
    border: 2px solid transparent !important;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.ank-cim-article a.ank-btn--primary,
a.ank-btn--primary {
    background: var(--ank-grad-blue) !important;
    background-color: #004AAD !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: var(--ank-shadow-2);
}

.ank-cim-article a.ank-btn--primary:hover,
.ank-cim-article a.ank-btn--primary:focus,
.ank-cim-article a.ank-btn--primary:active,
a.ank-btn--primary:hover {
    background: linear-gradient(135deg, #003a87 0%, #002a64 100%) !important;
    background-color: #003a87 !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 74, 173, 0.25);
}

.ank-cim-article a.ank-btn--ghost,
a.ank-btn--ghost {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--ank-primary) !important;
    border: 2px solid var(--ank-primary) !important;
}

.ank-cim-article a.ank-btn--ghost:hover,
.ank-cim-article a.ank-btn--ghost:focus,
.ank-cim-article a.ank-btn--ghost:active,
a.ank-btn--ghost:hover {
    background: var(--ank-primary) !important;
    background-color: #004AAD !important;
    color: #ffffff !important;
    border-color: var(--ank-primary) !important;
}

.ank-cim-article a.ank-btn--wa,
a.ank-btn--wa {
    background: #25D366 !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.ank-cim-article a.ank-btn--wa:hover,
.ank-cim-article a.ank-btn--wa:focus,
.ank-cim-article a.ank-btn--wa:active,
a.ank-btn--wa:hover {
    background: #1ebe57 !important;
    background-color: #1ebe57 !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px);
}

/* ============= INTRO ============= */
.ank-intro__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

.ank-intro__copy .ank-h2 {
    font-size: clamp(26px, 3.5vw, 38px);
    line-height: 1.2;
}

.ank-lead {
    font-size: 17px;
    color: var(--ank-text-soft);
}

.ank-bullets {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
}

.ank-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--ank-text);
}

.ank-bullet-ico {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ank-grad-grass);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ank-intro__card {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: 24px;
    box-shadow: var(--ank-shadow-2);
    overflow: hidden;
    position: relative;
}

/* ============= GERÇEK GÖRSEL & FALLBACK ============= */
.ank-photo {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(127,201,69,0.18) 0%, rgba(47,125,47,0.30) 100%),
        repeating-linear-gradient(110deg, #cfe6c5 0 6px, #b8d9aa 6px 12px);
    isolation: isolate;
}

.ank-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 26%, rgba(255,255,255,0.4), transparent 45%),
        radial-gradient(circle at 78% 74%, rgba(0,0,0,0.10), transparent 45%);
    z-index: 0;
    pointer-events: none;
}

.ank-photo img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ank-photo:hover img {
    transform: scale(1.04);
}

.ank-photo--hero {
    aspect-ratio: 4/3;
    min-height: 220px;
}

.ank-photo__badge {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid var(--ank-primary);
    border-radius: 12px;
    padding: 10px 22px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    line-height: 1;
}

.ank-photo__badge strong {
    display: block;
    color: var(--ank-primary);
    font-family: var(--tj-ff-heading, "Lora", serif);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
}

.ank-photo__badge small {
    display: block;
    margin-top: 4px;
    color: var(--ank-text);
    font-size: 10.5px;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.ank-card-rows {
    padding: 8px 22px 22px;
}

.ank-card-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed var(--ank-border);
    font-size: 14.5px;
    gap: 12px;
}

.ank-card-row:last-child { border-bottom: 0; }
.ank-card-label { color: var(--ank-text-soft); }
.ank-card-value { color: var(--ank-primary); font-weight: 600; }

/* ============= DEFINITION ============= */
.ank-definition {
    background: var(--ank-bg-soft);
    border-radius: var(--ank-radius);
    padding: 40px 30px;
    border: 1px solid var(--ank-border);
}

.ank-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 26px;
}

.ank-feature {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    padding: 24px 18px;
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.ank-feature:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
    border-color: var(--ank-primary);
}

.ank-feature__ico {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
}

.ank-ico-uv { background: #fffbe8; color: #b8870b; }
.ank-ico-drain { background: #e8f3ff; color: var(--ank-primary); }
.ank-ico-fire { background: #ffeaea; color: var(--ank-accent); }
.ank-ico-eco { background: var(--ank-bg-grass); color: var(--ank-grass); }

.ank-feature__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--ank-text);
}

.ank-feature p { font-size: 14px; margin: 0; }

/* ============= ÜRÜN ÖZET KARTLARI (orta düzey) ============= */
.ank-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.ank-product--wide { grid-column: span 2; }

.ank-product {
    display: grid;
    grid-template-columns: 200px 1fr;
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
}

.ank-product:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
}

.ank-product__visual {
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.ank-product__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
}

.ank-product--wide .ank-product__visual { min-height: 240px; }

.ank-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: var(--ank-primary);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 999px;
    letter-spacing: 0.3px;
    box-shadow: var(--ank-shadow-1);
}

.ank-tag--landscape { color: var(--ank-grass); }
.ank-tag--sport { color: var(--ank-grass-3); }
.ank-tag--roof { color: var(--ank-primary); }
.ank-tag--kids { color: var(--ank-accent); }
.ank-tag--special { color: #b8870b; }

.ank-product__body { padding: 20px 22px; }

.ank-product__body h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--ank-text);
}

.ank-product__body p { font-size: 14.5px; margin: 10px 0 14px; }

.ank-cim-article a.ank-product__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ank-primary) !important;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none !important;
    border-bottom: 2px solid transparent !important;
    padding-bottom: 2px;
    transition: color 0.2s, gap 0.2s, border-color 0.2s;
}

.ank-cim-article a.ank-product__link:hover {
    color: var(--ank-accent) !important;
    gap: 10px;
    border-bottom-color: var(--ank-accent) !important;
}

.ank-products__all-cta {
    margin-top: 36px;
    text-align: center;
}

.ank-products__all-cta .ank-btn {
    padding: 16px 28px !important;
    font-size: 16px !important;
}

.ank-spec {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.ank-spec li {
    background: var(--ank-bg-soft);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ank-spec li span {
    color: var(--ank-text-soft);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.ank-spec li strong {
    color: var(--ank-primary);
    font-size: 13px;
}

/* ============= MODEL KATALOĞU ============= */
.ank-models__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ank-model {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    overflow: hidden;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    display: flex;
    flex-direction: column;
}

.ank-model:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
    border-color: var(--ank-primary);
}

.ank-model--featured {
    border: 2px solid var(--ank-primary);
    box-shadow: var(--ank-shadow-1);
}

.ank-model__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--ank-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 9px;
    border-radius: 999px;
    z-index: 2;
}

.ank-model__top {
    position: relative;
    aspect-ratio: 4/3;
    min-height: 140px;
}

.ank-model__top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ank-model__height {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: var(--ank-primary);
    border: 1px solid var(--ank-border);
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: var(--ank-shadow-1);
}

.ank-model__body {
    padding: 16px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ank-model__body h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--ank-text);
}

.ank-model__use {
    font-size: 12.5px;
    color: var(--ank-text-soft);
    margin: 0 0 12px;
    line-height: 1.4;
}

.ank-model__spec {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.ank-model__spec li {
    background: var(--ank-bg-soft);
    border-radius: 8px;
    padding: 7px 9px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ank-model__spec li span {
    font-size: 10.5px;
    color: var(--ank-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ank-model__spec li strong {
    font-size: 12px;
    color: var(--ank-primary);
    line-height: 1.2;
}

/* ============= SPOR ZEMİNLERİ ============= */
.ank-sports__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ank-sport {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    display: flex;
    flex-direction: column;
}

.ank-sport:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
    border-color: var(--ank-primary);
}

.ank-sport__photo {
    aspect-ratio: 16/10;
    min-height: 160px;
    position: relative;
}

.ank-sport__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ank-sport h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 18px 22px 6px;
    color: var(--ank-text);
}

.ank-sport p {
    font-size: 14px;
    margin: 0 22px 22px;
}

/* ============= RENK SEÇENEKLERİ ============= */
.ank-colors__swatches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
}

.ank-swatch {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius-sm);
    padding: 14px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.ank-swatch:hover {
    transform: translateY(-3px);
    box-shadow: var(--ank-shadow-1);
}

.ank-swatch__chip {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%);
    position: relative;
    overflow: hidden;
}

.ank-swatch__chip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, transparent 0 8px, rgba(255,255,255,0.18) 8px 10px, transparent 10px 18px),
        linear-gradient(90deg, transparent 0 12px, rgba(0,0,0,0.18) 12px 14px, transparent 14px 22px);
    background-size: 18px 100%, 22px 100%;
}

.ank-swatch strong {
    font-size: 13.5px;
    color: var(--ank-text);
}

.ank-swatch small {
    color: var(--ank-text-soft);
    font-size: 11.5px;
}

/* ============= CROSS-SECTION ============= */
.ank-cross__wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.ank-cross__svg {
    background: #f3f7fc;
    border-radius: var(--ank-radius);
    padding: 24px;
    border: 1px solid var(--ank-border);
}

.ank-cross__svg svg { width: 100%; height: auto; }

.ank-cross__copy h3 {
    font-size: 22px;
    margin: 0 0 12px;
    color: var(--ank-primary);
    font-weight: 700;
}

.ank-progress {
    margin-top: 20px;
    display: grid;
    gap: 14px;
}

.ank-progress__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: var(--ank-text);
    font-weight: 500;
}

.ank-progress__bar {
    background: var(--ank-bg-soft);
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
    border: 1px solid var(--ank-border);
}

.ank-progress__bar span {
    display: block;
    height: 100%;
    width: var(--w);
    background: var(--ank-grad-grass);
    border-radius: 999px;
    animation: ank-bar 1.6s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes ank-bar {
    from { width: 0; }
    to { width: var(--w); }
}

/* ============= PRICING TABLE ============= */
.ank-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    background: #fff;
    box-shadow: var(--ank-shadow-1);
    -webkit-overflow-scrolling: touch;
}

.ank-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.ank-table thead {
    background: var(--ank-grad-blue);
    color: #fff;
}

.ank-table th,
.ank-table td {
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
}

.ank-table th { font-weight: 600; letter-spacing: 0.3px; }

.ank-table tbody tr {
    border-top: 1px solid var(--ank-border);
    transition: background 0.18s;
}

.ank-table tbody tr:hover { background: var(--ank-bg-soft); }

.ank-table__price {
    color: var(--ank-accent);
    font-weight: 700;
}

.ank-table__note {
    padding: 14px 18px;
    background: #fff8e6;
    color: #7a5b0c;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ank-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.ank-dot--landscape { background: var(--ank-grass); }
.ank-dot--sport { background: var(--ank-grass-3); }
.ank-dot--roof { background: var(--ank-primary); }
.ank-dot--kids { background: var(--ank-accent); }
.ank-dot--special { background: #ffd700; }

/* ============= TIMELINE ============= */
.ank-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ank-step {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    padding: 26px 20px 22px;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
}

.ank-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
}

.ank-step__num {
    position: absolute;
    top: -14px;
    right: 18px;
    background: var(--ank-grad-blue);
    color: #fff;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0.5px;
    box-shadow: var(--ank-shadow-1);
}

.ank-step__ico {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.ank-step h3 {
    font-size: 17px;
    margin: 0 0 6px;
    color: var(--ank-text);
    font-weight: 700;
}

.ank-step p { margin: 0; font-size: 14px; }

/* ============= NEDEN BİZ — YENİ ============= */
.ank-why {
    position: relative;
    background:
        linear-gradient(135deg, rgba(0,74,173,0.04) 0%, rgba(127,201,69,0.06) 100%),
        radial-gradient(circle at 90% 10%, rgba(255,215,0,0.10), transparent 50%);
    border-radius: 24px;
    padding: 56px 38px !important;
    border: 1px solid var(--ank-border);
    overflow: hidden;
}

.ank-why::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: var(--ank-grad-grass);
    border-radius: 3px;
}

.ank-why__wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: center;
}

.ank-why__intro .ank-h2 {
    margin-bottom: 16px;
}

.ank-why__intro p {
    font-size: 16px;
    color: var(--ank-text-soft);
    margin-bottom: 6px;
}

.ank-why__intro .ank-cta-row {
    margin-top: 18px;
}

.ank-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.ank-why__item {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    padding: 24px 22px 22px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.ank-why__item:hover {
    transform: translateY(-4px);
    box-shadow: var(--ank-shadow-2);
    border-color: var(--ank-primary);
}

.ank-why__item::before {
    content: "";
    position: absolute;
    inset: -20% -20% auto auto;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(0, 74, 173, 0.10), transparent 65%);
    pointer-events: none;
}

.ank-why__ico {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.ank-why__item:nth-child(1) .ank-why__ico { background: #fff7d6; color: #b8870b; }
.ank-why__item:nth-child(2) .ank-why__ico { background: #e6f4ff; color: var(--ank-primary); }
.ank-why__item:nth-child(3) .ank-why__ico { background: var(--ank-bg-grass); color: var(--ank-grass); }
.ank-why__item:nth-child(4) .ank-why__ico { background: #ffeaea; color: var(--ank-accent); }

.ank-why__num {
    font-family: var(--tj-ff-heading, "Lora", serif);
    font-size: 44px;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--ank-primary);
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.ank-why__num small {
    font-size: 18px;
    font-weight: 700;
    margin-left: 2px;
    color: var(--ank-accent);
    vertical-align: middle;
}

.ank-why__item strong {
    color: var(--ank-text);
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.ank-why__item p {
    color: var(--ank-text-soft);
    margin: 0;
    font-size: 13.5px;
}

/* ============= SERTİFİKA / GÜVEN BANDI ============= */
.ank-trustbar {
    margin-top: 36px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #fff 0%, var(--ank-bg-soft) 100%);
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
}

.ank-trust {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ank-text);
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: 1px solid var(--ank-border);
    padding: 8px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

.ank-trust svg {
    color: var(--ank-grass);
    flex-shrink: 0;
}

/* ============= HİZMET BÖLGELERİ — YENİ ============= */
.ank-areas {
    background: linear-gradient(135deg, var(--ank-bg-soft) 0%, #fff 100%);
    border-radius: 24px;
    padding: 56px 38px !important;
    border: 1px solid var(--ank-border);
    position: relative;
    overflow: hidden;
}

.ank-areas::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(127, 201, 69, 0.08), transparent 70%);
    pointer-events: none;
}

.ank-areas__wrap {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.ank-areas__intro .ank-h2 { margin-bottom: 14px; }
.ank-areas__intro p { font-size: 16px; }

.ank-areas__facts {
    list-style: none;
    margin: 22px 0 26px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ank-areas__facts li {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ank-areas__facts li:hover {
    transform: translateY(-2px);
    box-shadow: var(--ank-shadow-1);
}

.ank-areas__factnum {
    display: block;
    font-family: var(--tj-ff-heading, "Lora", serif);
    font-size: 26px;
    font-weight: 800;
    color: var(--ank-primary);
    line-height: 1;
    margin-bottom: 4px;
}

.ank-areas__factlbl {
    font-size: 11.5px;
    color: var(--ank-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.ank-areas__map {
    margin-top: 8px;
    background: #fff;
    border-radius: var(--ank-radius);
    padding: 12px;
    border: 1px solid var(--ank-border);
}

.ank-areas__map svg {
    width: 100%;
    height: auto;
    display: block;
}

.ank-areas__list {
    display: grid;
    gap: 18px;
}

.ank-area-group {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    padding: 18px 20px 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ank-area-group:hover {
    border-color: var(--ank-primary);
    box-shadow: var(--ank-shadow-1);
}

.ank-area-group__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--ank-primary);
    letter-spacing: 0.2px;
}

.ank-area-group__title svg {
    color: var(--ank-primary);
    flex-shrink: 0;
}

.ank-area-group__count {
    margin-left: auto;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid var(--ank-border);
}

.ank-areas__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 8px;
}

.ank-chip {
    background: var(--ank-bg-soft);
    border: 1px solid var(--ank-border);
    color: var(--ank-text);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.18s;
    cursor: default;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
}

.ank-chip:hover {
    background: var(--ank-grad-blue);
    color: #fff;
    border-color: var(--ank-primary);
    transform: translateY(-1px);
}

.ank-areas__note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    background: #fff8e6;
    border: 1px solid #f4e6b8;
    border-radius: var(--ank-radius);
    color: #7a5b0c;
}

.ank-areas__note svg {
    color: #b8870b;
    flex-shrink: 0;
    margin-top: 2px;
}

.ank-areas__note strong {
    display: block;
    color: #6a4f0a;
    font-size: 15px;
    margin-bottom: 4px;
}

.ank-areas__note p {
    margin: 0;
    font-size: 13.5px;
    color: #7a5b0c;
    line-height: 1.55;
}

.ank-areas__note a {
    color: var(--ank-primary);
    font-weight: 700;
    text-decoration: underline;
}

/* ============= BAKIM ============= */
.ank-care__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ank-care__item {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius);
    padding: 22px 18px;
    text-align: center;
}

.ank-care__item h3 {
    font-size: 16px;
    margin: 10px 0 6px;
    color: var(--ank-text);
    font-weight: 700;
}

.ank-care__item p { font-size: 13.5px; margin: 0; }

/* ============= FAQ ============= */
.ank-faq__list {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
}

.ank-faq__item {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius-sm);
    overflow: hidden;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.ank-faq__item[open] {
    border-color: var(--ank-primary);
    box-shadow: var(--ank-shadow-1);
}

.ank-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 48px 18px 56px;
    font-weight: 600;
    color: var(--ank-text);
    position: relative;
    font-size: 15.5px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.ank-faq__item summary::-webkit-details-marker { display: none; }

.ank-faq__item summary::before {
    content: "?";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ank-grad-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ank-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ank-primary);
    font-size: 22px;
    font-weight: 600;
    transition: transform 0.2s;
}

.ank-faq__item[open] summary::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

.ank-faq__item > div {
    padding: 0 22px 18px 56px;
}

.ank-faq__item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* ============= RELATED SERVICES ============= */
.ank-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ank-related__card {
    background: #fff;
    border: 1px solid var(--ank-border);
    border-radius: var(--ank-radius-sm);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ank-text);
    font-weight: 600;
    transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
    min-height: 56px;
}

.ank-related__card:hover {
    background: var(--ank-grad-blue);
    color: #fff;
    transform: translateX(4px);
    border-color: var(--ank-primary);
}

.ank-related__card:hover h3 { color: #fff; }

.ank-related__card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.2s;
}

.ank-related__ico {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--ank-bg-soft);
    color: var(--ank-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    transition: background 0.2s, color 0.2s;
}

.ank-related__card:hover .ank-related__ico {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* ============= FINAL CTA ============= */
.ank-final-cta__wrap {
    background: var(--ank-grad-blue);
    border-radius: 24px;
    padding: 56px 40px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ank-final-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ank-final-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.18;
    filter: saturate(1.15);
}

.ank-final-cta__wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 74, 173, 0.92) 0%, rgba(0, 58, 135, 0.88) 60%, rgba(0, 30, 78, 0.94) 100%);
    z-index: 0;
    pointer-events: none;
}

.ank-final-cta__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.ank-final-cta .ank-h2 {
    color: #fff;
    font-size: clamp(22px, 3vw, 32px);
}

.ank-final-cta .ank-accent { color: #ffd700; }

.ank-final-cta .ank-accent::after {
    background: #ffd700;
    opacity: 0.55;
}

.ank-final-cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.ank-final-cta .ank-cta-row { justify-content: center; }

.ank-cim-article .ank-final-cta a.ank-btn--primary {
    background: #ffd700 !important;
    background-color: #ffd700 !important;
    color: #1a1a1a !important;
    border-color: #ffd700 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.ank-cim-article .ank-final-cta a.ank-btn--primary:hover,
.ank-cim-article .ank-final-cta a.ank-btn--primary:focus,
.ank-cim-article .ank-final-cta a.ank-btn--primary:active {
    background: #ffea66 !important;
    background-color: #ffea66 !important;
    color: #1a1a1a !important;
    border-color: #ffea66 !important;
}

.ank-cim-article .ank-final-cta a.ank-btn--ghost {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.ank-cim-article .ank-final-cta a.ank-btn--ghost:hover,
.ank-cim-article .ank-final-cta a.ank-btn--ghost:focus,
.ank-cim-article .ank-final-cta a.ank-btn--ghost:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--ank-primary) !important;
    border-color: #ffffff !important;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */

/* ≤ 1199px */
@media (max-width: 1199px) {
    .ank-models__grid { grid-template-columns: repeat(3, 1fr); }
    .ank-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .ank-care__grid { grid-template-columns: repeat(3, 1fr); }
    .ank-sports__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ≤ 991px */
@media (max-width: 991px) {
    .ank-section { padding: 44px 0; }
    .ank-intro__grid,
    .ank-cross__wrap,
    .ank-why__wrap,
    .ank-areas__wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .ank-why { padding: 40px 26px !important; }
    .ank-areas { padding: 40px 26px !important; }
    .ank-why__intro,
    .ank-areas__intro { text-align: center; }
    .ank-why__intro .ank-cta-row { justify-content: center; }
    .ank-areas__map { max-width: 360px; margin-left: auto; margin-right: auto; }
    .ank-areas__facts { max-width: 480px; margin-left: auto; margin-right: auto; }
    .ank-why__grid { grid-template-columns: repeat(2, 1fr); }
    .ank-timeline { grid-template-columns: repeat(2, 1fr); }
    .ank-related__grid { grid-template-columns: repeat(2, 1fr); }
    .ank-models__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ≤ 767px */
@media (max-width: 767px) {
    .ank-section {
        padding: 36px 0;
    }
    .ank-section-head { margin-bottom: 24px; }

    .ank-product-grid { grid-template-columns: 1fr; }
    .ank-product--wide { grid-column: span 1; }
    .ank-product { grid-template-columns: 1fr; }
    .ank-product__visual,
    .ank-product__visual img { min-height: 180px; }
    .ank-product--wide .ank-product__visual { min-height: 200px; }

    .ank-bullets { grid-template-columns: 1fr; }

    .ank-progress__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

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

    .ank-final-cta__wrap { padding: 40px 22px; }

    .ank-faq__item summary {
        padding: 16px 44px 16px 48px;
        font-size: 14.5px;
    }
    .ank-faq__item > div { padding: 0 18px 16px 48px; }

    .ank-table-wrap { border-radius: 14px; }

    /* TABLE → CARD STACK */
    .ank-table { min-width: 0; }
    .ank-table thead { display: none; }
    .ank-table,
    .ank-table tbody,
    .ank-table tr,
    .ank-table td {
        display: block;
        width: 100%;
    }
    .ank-table tbody tr {
        border: 1px solid var(--ank-border);
        border-radius: 12px;
        margin: 12px;
        padding: 6px 0;
        background: #fff;
    }
    .ank-table tbody tr:first-child { margin-top: 16px; }
    .ank-table td {
        padding: 10px 16px;
        border-top: 1px dashed var(--ank-border);
        display: flex;
        justify-content: space-between;
        gap: 14px;
        font-size: 13.5px;
    }
    .ank-table td:first-child {
        border-top: 0;
        font-weight: 700;
        color: var(--ank-primary);
        background: var(--ank-bg-soft);
        border-radius: 12px 12px 0 0;
    }
    .ank-table td::before {
        content: attr(data-label);
        color: var(--ank-text-soft);
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    .ank-table td:first-child::before { content: none; }

    .ank-sports__grid { grid-template-columns: 1fr; }
    .ank-sport { padding: 22px 18px; }

    .ank-models__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .ank-model__body { padding: 12px 12px 14px; }
    .ank-model__body h3 { font-size: 14.5px; }
    .ank-model__use { font-size: 11.5px; margin-bottom: 8px; }
    .ank-model__spec li { padding: 6px 7px; }
    .ank-model__spec li strong { font-size: 11px; }
    .ank-model__height { font-size: 11px; padding: 4px 9px; }

    .ank-colors__swatches {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .ank-swatch { padding: 10px; }
    .ank-swatch__chip { height: 50px; }

    .ank-intro__copy .ank-h2 { font-size: 24px; }

    /* button row mobil */
    .ank-cta-row { gap: 8px; }
    .ank-cta-row .ank-btn {
        flex: 1 1 auto;
        min-width: 0;
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* ≤ 480px */
@media (max-width: 480px) {
    .ank-section { padding: 28px 0; }
    .ank-section-head { margin-bottom: 20px; }

    .ank-definition { padding: 28px 18px; }

    .ank-grid-4 { grid-template-columns: 1fr; gap: 12px; }
    .ank-why__grid { grid-template-columns: 1fr; gap: 12px; }
    .ank-why { padding: 32px 18px !important; }
    .ank-why__num { font-size: 36px; }
    .ank-why__num small { font-size: 15px; }
    .ank-trustbar { padding: 18px 14px; gap: 8px; }
    .ank-trust { font-size: 12px; padding: 7px 11px; }
    .ank-areas { padding: 32px 18px !important; }
    .ank-areas__facts { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
    .ank-areas__facts li { padding: 12px 8px; }
    .ank-areas__factnum { font-size: 22px; }
    .ank-areas__factlbl { font-size: 10.5px; }
    .ank-area-group { padding: 16px 16px 18px; }
    .ank-area-group__title { font-size: 14px; }
    .ank-chip { font-size: 12.5px; padding: 6px 12px; }
    .ank-timeline { grid-template-columns: 1fr; gap: 12px; }
    .ank-care__grid { grid-template-columns: 1fr; }
    .ank-related__grid { grid-template-columns: 1fr; }
    .ank-sports__grid { grid-template-columns: 1fr; }

    .ank-cta-row .ank-btn {
        width: 100%;
        flex: 1 1 100%;
    }
    .ank-final-cta__wrap { padding: 32px 18px; }
    .ank-final-cta .ank-h2 { font-size: 22px; }

    .ank-feature { padding: 20px 16px; }
    .ank-feature__ico { width: 60px; height: 60px; }
    .ank-feature__title { font-size: 16px; }

    .ank-step { padding: 22px 16px 18px; }
    .ank-step__num { font-size: 12px; padding: 5px 10px; }

    .ank-product__body { padding: 16px 18px; }
    .ank-spec { grid-template-columns: repeat(3, 1fr); }
    .ank-spec li { padding: 6px 8px; }

    .ank-faq__item summary {
        padding: 14px 38px 14px 44px;
        font-size: 14px;
    }
    .ank-faq__item summary::before {
        width: 22px; height: 22px; font-size: 12px;
    }
    .ank-faq__item > div { padding: 0 16px 14px 44px; }
    .ank-faq__item p { font-size: 14px; }

    .ank-chip {
        font-size: 12.5px;
        padding: 7px 13px;
    }

    .blog-details--full .blog-details__title {
        font-size: 22px;
    }
    .blog-details--full .tj-info-bg img {
        aspect-ratio: 16/10;
    }
}

/* ============= ANIMATIONS (girişler) ============= */
.ank-cim-article .ank-section {
    opacity: 0;
    transform: translateY(16px);
    animation: ank-fade-up 0.7s ease-out forwards;
}

.ank-cim-article .ank-section:nth-of-type(1) { animation-delay: 0.05s; }
.ank-cim-article .ank-section:nth-of-type(2) { animation-delay: 0.10s; }
.ank-cim-article .ank-section:nth-of-type(3) { animation-delay: 0.15s; }
.ank-cim-article .ank-section:nth-of-type(4) { animation-delay: 0.20s; }
.ank-cim-article .ank-section:nth-of-type(5) { animation-delay: 0.25s; }
.ank-cim-article .ank-section:nth-of-type(n+6) { animation-delay: 0.30s; }

@keyframes ank-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ank-cim-article .ank-section,
    .ank-cim-article *,
    .ank-cim-article *::before,
    .ank-cim-article *::after {
        animation: none !important;
        transition: none !important;
    }
}
