/* Ana sayfa: header sonrası — kayan yazı daha aşağı */
body.home-v2.akyol-has-fixed-header {
  padding-top: 176px;
}
@media (max-width: 900px) {
  body.home-v2.akyol-has-fixed-header {
    padding-top: 72px;
  }
}

body.home-v2 .hero {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    background:
        linear-gradient(115deg, rgba(22,42,66,.88) 18%, rgba(28,52,78,.52) 58%, rgba(22,42,66,.72) 100%),
        radial-gradient(900px 500px at 85% 20%, rgba(59,164,255,.32), transparent 55%),
        radial-gradient(700px 420px at 10% 90%, rgba(61,214,140,.12), transparent 50%),
        linear-gradient(180deg, #2a5370, #244866);
    background-color: #244866;
    min-height: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch;
    text-align: left;
    color: #eef3f9;
    padding: 56px 0 52px !important;
}

body.home-v2 .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148,173,209,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148,173,209,.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 85%);
    pointer-events: none;
    z-index: 0;
}

body.home-v2 .hero-inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

body.home-v2 .brand-ticker {
    background: rgba(10, 28, 48, 0.35);
    border-top: 1px solid rgba(148, 173, 209, 0.35);
    border-bottom: 1px solid rgba(148, 173, 209, 0.35);
    overflow: hidden;
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 52px;
    border-radius: 0;
    margin: 0 0 22px;
    box-shadow: none;
    /* mask kenarda kayan yazıyı yutmuyordu — kaldırıldı */
    -webkit-mask-image: none;
    mask-image: none;
}

body.home-v2 .brand-ticker-inner {
    display: flex;
    align-items: center;
    width: max-content;
    animation: tickerFlow 28s linear infinite;
    will-change: transform;
}

body.home-v2 .brand-ticker-track {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 14px 20px;
    color: #f1f5fb !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.home-v2 .brand-ticker:hover .brand-ticker-inner {
    animation-play-state: paused;
}

body.home-v2 .brand-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    opacity: 1;
    color: #f1f5fb !important;
}

body.home-v2 .brand-ticker-item-link {
    color: #f1f5fb !important;
    text-decoration: none;
}

body.home-v2 .brand-ticker-item-link:hover {
    opacity: 1;
    color: #fff !important;
}

body.home-v2 .brand-ticker-logo {
    width: auto;
    height: 32px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transform: none;
    flex: 0 0 auto;
}

body.home-v2 .brand-ticker-item i {
    color: #3ba4ff;
    font-size: 0.45rem;
    opacity: 0.9;
}

@keyframes tickerFlow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

body.home-v2 .hero h1 {
    font-size: clamp(1.45rem, 3.2vw, 2.15rem);
    font-weight: 700;
    margin: 0 0 8px;
    max-width: 22ch;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

body.home-v2 .hero h1 .hero-title-sub,
body.home-v2 .hero h1 span:not([class]) {
    display: block;
    margin-top: 6px;
    font-size: 0.7em;
    font-weight: 600;
    color: #b8c7db;
    letter-spacing: -0.02em;
    max-width: none;
}

body.home-v2 .hero p,
body.home-v2 .hero .hero-lead {
    font-size: 0.92rem;
    max-width: 62ch;
    margin: 0 0 14px;
    color: #b8c7db;
    line-height: 1.45;
}

body.home-v2 .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.home-v2 .hero .btn {
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 0.95rem;
}

body.home-v2 .hero .btn-outline {
    border: 1px solid rgba(148, 173, 209, 0.22);
    color: #e8eef8;
    background: rgba(255,255,255,.04);
}

body.home-v2 .hero .btn-outline:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(158,197,255,.45);
    color: #fff;
}

body.home-v2 .hero .btn-primary {
    background: #2f7de1;
}

body.home-v2 .hero .btn-primary:hover {
    background: #2569c7;
}

/* ========== TR ana sayfa — test görünümü (özellikler aynı) ========== */
body.home-v2 {
    background: #16304a;
    color: #f1f5fb;
}

body.home-v2 .section {
    padding: 72px 0;
    text-align: left;
    width: min(1120px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}

body.home-v2 .section-title {
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #f1f5fb;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

body.home-v2 .section-subtitle {
    color: #b8c7db;
    margin-bottom: 32px;
    font-size: 1rem;
    max-width: 70ch;
    text-align: left;
}

/* Ürün arama — açık zemin (hero altında) */
body.home-v2 .product-search {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px max(20px, calc((100% - 1120px) / 2)) 40px !important;
    background: #f4f7fb;
    border-top: 1px solid #d7e0ec;
    border-bottom: 1px solid #d7e0ec;
    box-sizing: border-box;
}
body.home-v2 .product-search .section-title {
    color: #102036;
    text-align: left;
    margin-bottom: 8px;
}
body.home-v2 .product-search .section-subtitle {
    color: #4b5f7a;
    text-align: left;
    margin: 0 0 20px;
    margin-left: 0;
    margin-right: 0;
}
body.home-v2 .product-search .section-subtitle a { color: #1d4ed8; }
body.home-v2 .product-search-box {
    margin: 0 0 12px;
    max-width: 720px;
}
body.home-v2 .product-search-hint,
body.home-v2 .product-search-results,
body.home-v2 .product-search-empty {
    margin-left: 0;
    text-align: left;
}
body.home-v2 .product-search-box input[type="search"] {
    border-radius: 10px;
    border-color: #c9d6e6;
}
body.home-v2 .product-search .btn-primary,
body.home-v2 .product-search-empty .btn-primary,
body.home-v2 .result-actions .btn-primary {
    background: #2f7de1;
    border-radius: 10px;
}
body.home-v2 .product-result {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(16,32,54,.06);
}
body.home-v2 .result-actions .btn-outline {
    border: 1px solid #cbd5e1;
    color: #0f172a;
    background: #f8fafc;
    border-radius: 10px;
}
body.home-v2 .result-actions .btn-outline:hover {
    border-color: #2f7de1;
    color: #1d4ed8;
    background: #eff6ff;
}

/* Markalar — koyu paneller */
body.home-v2 #markalar {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px max(20px, calc((100% - 1120px) / 2));
    background: #2a5370;
    border-top: 1px solid rgba(168,198,230,.24);
    border-bottom: 1px solid rgba(168,198,230,.24);
    box-sizing: border-box;
}
body.home-v2 #markalar .grid,
body.home-v2 .brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
body.home-v2 #markalar .card {
    background: rgba(15,28,48,.55);
    border: 1px solid rgba(148,173,209,.22);
    border-radius: 16px;
    border-top-width: 4px;
    box-shadow: none;
    padding: 20px;
    min-height: 300px;
    color: #e8eef8;
}
body.home-v2 #markalar .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0,0,0,.28);
    border-color: rgba(158,197,255,.35);
}
body.home-v2 #markalar .card h3 { color: #f1f5fb; letter-spacing: -0.02em; }
body.home-v2 #markalar .card p { color: #b8c7db; font-size: 0.9rem; }
body.home-v2 #markalar .card-tag {
    color: #b8c7db;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
body.home-v2 #markalar .brand-logo-wrapper {
    height: 72px;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 14px;
    justify-content: flex-start;
    border-radius: 0;
}
body.home-v2 #markalar .brand-logo-wrapper img {
    width: auto;
    max-width: 140px;
    max-height: 56px;
    height: auto;
    transform: none;
}
body.home-v2 #markalar #api-card .brand-logo-wrapper img {
    max-width: 175px;
    max-height: 72px;
}
body.home-v2 #markalar .card-actions {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
body.home-v2 #markalar .card-btn,
body.home-v2 #markalar .card-actions a {
    color: #9ec5ff !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 0.88rem;
}
body.home-v2 #markalar .card-btn:hover,
body.home-v2 #markalar .card-actions a:hover {
    color: #fff !important;
    text-decoration: none;
}

/* Hizmetler */
body.home-v2 #urunler {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px max(20px, calc((100% - 1120px) / 2));
    background: #16304a;
    box-sizing: border-box;
}
body.home-v2 #urunler.section-bg { background: #244866; }
body.home-v2 #araclar.section-bg { background: #1e3a54; }
body.home-v2 #araclar .product-search {
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid #d7e0ec;
}
body.home-v2 .trust-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 28px;
    gap: 28px 32px;
}
body.home-v2 .trust-band img {
    height: 48px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    opacity: 0.95;
}
body.home-v2 .trust-band img[alt="API"],
body.home-v2 .trust-band img[src*="api1"] {
    height: 58px;
    max-width: 200px;
}
body.home-v2 #urunler .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
body.home-v2 #urunler .card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(148,173,209,.22);
    border-radius: 14px;
    box-shadow: none;
    padding: 18px;
    min-height: 0;
}
body.home-v2 #urunler .card:hover {
    transform: none;
    border-color: rgba(158,197,255,.4);
    box-shadow: none;
}
body.home-v2 #urunler .card h3 {
    color: #f1f5fb;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
body.home-v2 #urunler .card h3 i { color: #3b87e8 !important; }
body.home-v2 #urunler .card p {
    color: #b8c7db;
    font-size: 0.9rem;
    margin: 0;
}

/* Hakkımızda */
body.home-v2 #hakkimizda {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px max(20px, calc((100% - 1120px) / 2));
    background: #244866;
    border-top: 1px solid rgba(168,198,230,.24);
    box-sizing: border-box;
}
body.home-v2 .about-text {
    max-width: 78ch;
    margin: 0;
    color: #b8c7db;
    font-size: 1rem;
    line-height: 1.65;
}
body.home-v2 .about-text strong { color: #f1f5fb; }

/* İletişim — açık şerit */
body.home-v2 #iletisim {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 72px max(20px, calc((100% - 1120px) / 2));
    background: #f4f7fb;
    box-sizing: border-box;
}
body.home-v2 #iletisim.section-bg { background: #f4f7fb; }
body.home-v2 #iletisim .contact-box {
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(16,32,54,.08);
    color: #102036;
    grid-template-columns: 1.3fr auto;
    align-items: center;
}
body.home-v2 #iletisim .contact-box h2 { color: #102036; }
body.home-v2 #iletisim .contact-box > div > p { color: #4b5f7a !important; }
body.home-v2 #iletisim .contact-info-list li { color: #243b55; }
body.home-v2 #iletisim .contact-info-list i { color: #1d4ed8; }
body.home-v2 #iletisim .contact-info-list a { color: #1d4ed8; font-weight: 600; }
body.home-v2 #iletisim .btn-primary {
    background: #2f7de1;
    border-radius: 10px;
}
body.home-v2 #iletisim .btn-primary:hover { background: #2569c7; }

@media (max-width: 900px) {
    body.home-v2 #iletisim {
        padding: 48px 14px;
    }
    body.home-v2 #iletisim .contact-box {
        grid-template-columns: 1fr;
        padding: 20px 16px;
        gap: 16px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    body.home-v2 #iletisim .contact-box > div {
        min-width: 0;
        max-width: 100%;
    }
    body.home-v2 #iletisim .contact-box h2 {
        font-size: 1.25rem;
        line-height: 1.25;
        word-break: break-word;
    }
    body.home-v2 #iletisim .contact-info-list li {
        align-items: flex-start;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    body.home-v2 #iletisim .contact-box .btn,
    body.home-v2 #iletisim .contact-box .btn-primary {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
        padding: 14px 16px !important;
        font-size: 1rem !important;
    }
}

body.home-v2 footer {
    background: #244866;
    border-top: 1px solid rgba(168,198,230,.28);
    text-align: left;
    padding: 28px max(20px, calc((100% - 1120px) / 2)) 40px;
}
body.home-v2 .footer-brands { justify-content: flex-start; }
body.home-v2 footer a { color: #a8d0ff; }
body.home-v2 footer a:hover { color: #fff; text-decoration: none; }

/* Shared header owns chrome — do not override akyol-site-header */

@media (max-width: 1100px) {
    body.home-v2 #markalar .grid,
    body.home-v2 .brand-grid,
    body.home-v2 #urunler .service-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    body.home-v2 #markalar .grid,
    body.home-v2 .brand-grid,
    body.home-v2 #urunler .service-grid {
        grid-template-columns: 1fr;
    }
    body.home-v2 .section,
    body.home-v2 .product-search,
    body.home-v2 #markalar,
    body.home-v2 #urunler,
    body.home-v2 #hakkimizda,
    body.home-v2 #iletisim,
    body.home-v2 footer {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* RTL (AR) */
html[dir="rtl"] body.home-v2 .hero,
html[dir="rtl"] body.home-v2 .section,
html[dir="rtl"] body.home-v2 .section-title,
html[dir="rtl"] body.home-v2 .section-subtitle,
html[dir="rtl"] body.home-v2 .product-search .section-title,
html[dir="rtl"] body.home-v2 .product-search .section-subtitle,
html[dir="rtl"] body.home-v2 footer {
  text-align: right;
}
html[dir="rtl"] body.home-v2 #markalar .brand-logo-wrapper,
html[dir="rtl"] body.home-v2 .trust-band,
html[dir="rtl"] body.home-v2 .footer-brands {
  justify-content: flex-end;
}
html[dir="rtl"] body.home-v2 #markalar .card-actions {
  align-items: flex-end;
}

/* home-v2 hero mobile */
@media (max-width: 768px) {
    body.home-v2 .hero {
        padding: 14px 0 40px !important;
        min-height: 0;
    }
    body.home-v2 .hero-inner {
        width: min(100% - 32px, 1120px);
    }
    body.home-v2 .hero h1 {
        font-size: 1.35rem;
        line-height: 1.25;
        max-width: none;
    }
    body.home-v2 .hero .hero-lead {
        margin-bottom: 10px;
        font-size: 0.86rem;
    }
    body.home-v2 .brand-ticker {
        margin-bottom: 16px;
        min-height: 48px;
    }
    body.home-v2 .brand-ticker-track {
        padding: 12px 14px;
        font-size: 0.92rem;
        gap: 28px;
    }
    body.home-v2 .brand-ticker-logo {
        height: 28px;
    }
    body.home-v2 .product-search {
        padding-top: 28px;
        padding-bottom: 32px;
    }
    body.home-v2 .btn-group {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: none;
        gap: 8px;
    }
    body.home-v2 .btn-group .btn {
        flex: 1 1 calc(50% - 4px);
        width: auto;
        min-width: 0;
        justify-content: center;
        padding: 11px 10px;
        font-size: 0.82rem;
        white-space: nowrap;
    }
}
@media (max-width: 480px) {
    body.home-v2 .hero {
        padding: 12px 0 40px !important;
    }
    body.home-v2 .hero-inner {
        width: min(100% - 28px, 1120px);
    }
    body.home-v2 .hero h1 {
        font-size: 1.25rem;
    }
}
/* —— Ürün grupları (profesyonel IA) —— */
body.home-v2 .product-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
body.home-v2 .product-group-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 173, 209, 0.28);
  border-radius: 12px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
body.home-v2 .product-group-card:hover {
  border-color: rgba(59, 164, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
body.home-v2 .product-group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(59, 164, 255, 0.15);
  color: #7dd3fc;
  font-size: 1.05rem;
}
body.home-v2 .product-group-card h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #f1f5fb;
}
body.home-v2 .product-group-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #b8c7db;
}

/* —— Araçlar şeridi —— */
body.home-v2 #araclar .tools-strip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}
body.home-v2 #araclar .tools-strip-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  color: #eef3f9;
  border: 1px solid rgba(148, 173, 209, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
body.home-v2 #araclar .tools-strip-links a:hover {
  border-color: rgba(59, 164, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}
body.home-v2 #araclar .tools-search-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #f1f5fb;
}
body.home-v2 #araclar .product-search {
  margin: 0;
  padding: 0;
  max-width: none;
}
body.home-v2 .product-search-empty-actions {
  margin-top: 12px;
}
body.home-v2 .hero-lead {
  max-width: 42rem;
}

html[dir="rtl"] body.home-v2 .hero,
html[dir="rtl"] body.home-v2 .hero-inner {
  text-align: right;
}
html[dir="rtl"] body.home-v2 .btn-group {
  justify-content: flex-end;
}
html[dir="rtl"] body.home-v2 .hero h1 .hero-title-sub,
html[dir="rtl"] body.home-v2 .hero h1 span:not([class]) {
  margin-left: 0;
  margin-right: 0;
}