:root {
    --navy: #132238;
    --navy-2: #1d3350;
    --ink: #172033;
    --muted: #647085;
    --orange: #ff8a24;
    --yellow: #ffc83d;
    --green: #20bd67;
    --blue: #2787f5;
    --soft: #f3f7fb;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(19, 34, 56, .13);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 999; padding: 12px 18px; background: #fff; color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 14px; }

.top-strip { background: var(--navy); color: #dce7f5; font-size: 13px; }
.top-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip a { color: #fff; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.97); border-bottom: 1px solid #e4eaf1; box-shadow: 0 6px 24px rgba(19,34,56,.06); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); }
.brand__logo { display: block; width: 238px; height: 78px; object-fit: contain; object-position: left center; }
.brand__logo--footer { width: 220px; height: 74px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.brand__mark { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--orange), #ff5b35); border-radius: 15px; font-size: 21px; font-weight: 900; box-shadow: 0 9px 20px rgba(255,108,40,.28); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 19px; letter-spacing: .5px; line-height: 1.15; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav > a { padding: 11px 13px; border-radius: 10px; color: #354257; font-size: 13px; font-weight: 800; text-transform: uppercase; transition: .2s ease; }
.site-nav > a:hover, .site-nav > a.active { color: var(--orange); background: #fff4e8; }
.site-nav .nav-order { margin-left: 5px; padding: 13px 17px; color: #fff; background: var(--green); box-shadow: 0 8px 22px rgba(32,189,103,.25); }
.site-nav .nav-order:hover { color: #fff; background: #16a95a; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; border-radius: 10px; padding: 11px 14px; background: var(--navy); color: #fff; font-weight: 800; }

.hero { min-height: 640px; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(11,24,41,.94) 0%, rgba(11,24,41,.74) 52%, rgba(11,24,41,.25) 100%), url('../img/hero-tekel.jpeg') center/cover no-repeat; }
.hero__content { padding-block: 92px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow--dark { color: #e96a00; }
.hero h1 { max-width: 820px; margin: 0 0 20px; font-size: clamp(46px, 7vw, 78px); line-height: 1.02; letter-spacing: -2.8px; }
.hero h1 span { color: var(--yellow); }
.hero p { max-width: 670px; margin: 0 0 32px; color: #e5edf6; font-size: clamp(17px, 2vw, 21px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 12px; font-size: 14px; font-weight: 900; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--whatsapp { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(32,189,103,.3); }
.button--ghost { color: #fff; border: 2px solid rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.button--light { color: var(--navy); background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.button--yellow { color: var(--navy); background: var(--yellow); }
.button--large { min-height: 62px; padding-inline: 30px; font-size: 16px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; color: #d8e2ef; font-size: 13px; font-weight: 700; }
.hero__trust span::first-letter { color: var(--yellow); }

.section { padding: 96px 0; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 0 0 14px; color: var(--navy); font-size: clamp(34px, 5vw, 48px); line-height: 1.15; letter-spacing: -1.3px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading--light h2, .section-heading--light p { color: #fff; }
.section-heading--light p { color: #d7e2ef; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; position: relative; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .25s ease; }
.product-card:hover { transform: translateY(-7px); }
.product-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-card > div { padding: 27px; border-top: 5px solid var(--orange); }
.product-card--blue > div { border-color: var(--blue); }
.product-card--green > div { border-color: var(--green); }
.product-card h3 { margin: 5px 0 8px; color: var(--navy); font-size: 21px; }
.product-card p { margin: 0; color: var(--muted); }
.card-icon { display: inline-grid; place-items: center; width: 36px; height: 28px; border-radius: 8px; color: #fff; background: var(--orange); font-size: 11px; font-weight: 900; }
.product-card--blue .card-icon { background: var(--blue); }
.product-card--green .card-icon { background: var(--green); }

.quick-order { padding: 55px 0; color: #fff; background: linear-gradient(120deg, #ff7138, var(--orange)); }
.quick-order__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quick-order h2 { max-width: 650px; margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.2; }
.quick-order .eyebrow { color: #fff4c6; margin-bottom: 6px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { padding: 34px; border: 1px solid #e4eaf1; border-radius: var(--radius); background: #fff; }
.steps article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--blue); font-size: 18px; font-weight: 900; }
.steps article:nth-child(2) > span { background: var(--orange); }
.steps article:nth-child(3) > span { background: var(--green); }
.steps h3 { margin: 22px 0 7px; color: var(--navy); }
.steps p { margin: 0; color: var(--muted); }

.payment-section { padding: 90px 0; background: linear-gradient(135deg, #102033 0%, #1b3551 100%); }
.payment-card { overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; padding: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.05); box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.payment-card__content { padding: 55px; color: #fff; }
.payment-card__content h2 { max-width: 700px; margin: 0 0 18px; font-size: clamp(31px, 4vw, 46px); line-height: 1.15; }
.payment-card__content p { max-width: 700px; color: #d2dfec; font-size: 17px; }
.payment-card__content ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.payment-card__content li { position: relative; margin: 11px 0; padding-left: 30px; color: #eef5fb; }
.payment-card__content li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.payment-card__visual { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; color: var(--navy); background: radial-gradient(circle at top right, #fff8c5 0%, var(--yellow) 48%, #ff9f2d 100%); }
.payment-card__visual span { font-size: 13px; font-weight: 900; letter-spacing: 3px; }
.payment-card__visual strong { margin: 15px 0; font-size: clamp(45px, 6vw, 74px); line-height: .92; letter-spacing: -3px; }
.payment-card__visual small { padding: 8px 14px; border-radius: 100px; color: #fff; background: var(--navy); font-weight: 800; }

.section--areas { color: #fff; background: linear-gradient(rgba(9,24,42,.84), rgba(9,24,42,.92)), url('../img/icecek.jpeg') center/cover fixed; }
.area-pills { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-pills a { display: flex; justify-content: space-between; align-items: center; min-height: 62px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(255,255,255,.09); font-weight: 800; transition: .2s ease; backdrop-filter: blur(8px); }
.area-pills a:hover { border-color: var(--yellow); color: var(--navy); background: var(--yellow); transform: translateY(-2px); }
.area-pills a span { font-size: 20px; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reviews blockquote { margin: 0; padding: 32px; border-radius: var(--radius); background: #fff; box-shadow: 0 13px 35px rgba(19,34,56,.08); }
.reviews blockquote > span { color: var(--orange); font-size: 58px; font-family: Georgia, serif; line-height: .7; }
.reviews blockquote > p { min-height: 90px; color: #4d5a6e; }
.reviews footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; border-top: 1px solid #edf0f4; }
.reviews footer strong { color: var(--navy); }
.reviews footer small { color: var(--orange); font-weight: 800; }

.final-cta { padding: 70px 0; color: #fff; background: linear-gradient(115deg, #2768ea, #1ea865); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta h2 { margin: 0; font-size: clamp(34px, 5vw, 52px); }
.final-cta p { margin: 5px 0 0; color: #e5f3ff; }
.final-cta .eyebrow { color: #fff7b0; margin-bottom: 3px; }

.location-section { padding: 90px 0; background: linear-gradient(135deg, #fff7e7, #eef8ff); }
.location-card { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; gap: 0; overflow: hidden; padding: 0; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.location-card > div { padding: 55px; }
.location-card h2 { margin: 0 0 15px; color: var(--navy); font-size: clamp(34px, 5vw, 50px); line-height: 1.12; }
.location-card p { margin: 0 0 28px; color: #526075; font-size: 19px; font-weight: 700; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.location-phone { color: var(--navy); border: 2px solid #d8e2eb; background: #fff; }
.location-visual { min-height: 370px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px; text-align: center; color: #fff; background: linear-gradient(145deg, rgba(11,33,57,.88), rgba(27,118,130,.77)), url('../img/elit-tekel-beylikduzu-magaza-3.jpeg') center/cover no-repeat; }
.location-visual span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.location-visual strong { margin: 15px 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.05; }
.location-visual small { padding: 9px 15px; border-radius: 100px; background: var(--orange); font-weight: 800; }

.site-footer { padding: 70px 0 24px; color: #c8d4e3; background: #0d1929; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.brand--footer { color: #fff; }
.brand--footer small { color: #9cadc2; }
.footer-grid p { max-width: 480px; }
.footer-grid h2 { margin: 3px 0 16px; color: #fff; font-size: 17px; }
.footer-grid > div:nth-child(n+2) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:hover { color: var(--yellow); }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 9px 17px 9px 9px; border: 3px solid rgba(255,255,255,.9); border-radius: 18px; color: #fff; background: var(--green); box-shadow: 0 14px 38px rgba(13,91,50,.35); transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green); background: #fff; font-size: 24px; font-weight: 900; }
.whatsapp-float strong, .whatsapp-float small { display: block; line-height: 1.2; }
.whatsapp-float small { margin-top: 3px; font-size: 10px; opacity: .9; }

.area-hero { padding: 68px 0 82px; color: #fff; background: linear-gradient(115deg, rgba(12,30,51,.97), rgba(30,91,161,.86)), url('../img/elit-tekel-beylikduzu-magaza-1.jpg') center/cover no-repeat; }
.area-hero--hub { background: linear-gradient(115deg, rgba(12,30,51,.97), rgba(14,132,103,.82)), url('../img/elit-tekel-beylikduzu-magaza-2.jpg') center/cover no-repeat; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 46px; color: #d6e4f4; font-size: 13px; }
.breadcrumb a:hover { color: var(--yellow); }
.breadcrumb strong { color: #fff; }
.area-hero__grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 70px; }
.area-hero h1 { max-width: 780px; margin: 0 0 20px; font-size: clamp(43px, 6vw, 68px); line-height: 1.05; letter-spacing: -2.3px; }
.area-hero p { max-width: 720px; margin: 0 0 28px; color: #dce8f5; font-size: 18px; }
.area-hero__badge { min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 28px; text-align: center; background: rgba(255,255,255,.1); box-shadow: 0 22px 50px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.area-hero__badge span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.area-hero__badge strong { margin: 10px 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; }
.area-hero__badge small { color: #dfeaf6; font-weight: 700; }
.area-benefits { position: relative; z-index: 2; margin-top: -34px; }
.area-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; border-radius: 19px; background: #fff; box-shadow: var(--shadow); }
.area-benefits article { display: flex; align-items: center; gap: 15px; min-height: 100px; padding: 20px 28px; border-right: 1px solid #e7edf3; }
.area-benefits article:last-child { border-right: 0; }
.area-benefits article > span { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--orange); font-size: 14px; font-weight: 900; }
.area-benefits article:nth-child(2) > span { background: var(--green); }
.area-benefits article:nth-child(3) > span { background: var(--blue); }
.area-benefits strong, .area-benefits small { display: block; }
.area-benefits strong { color: var(--navy); }
.area-benefits small { margin-top: 3px; color: var(--muted); }
.two-column { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.two-column h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(34px, 5vw, 50px); line-height: 1.12; }
.two-column p { color: #536176; font-size: 17px; }
.info-notice { margin-top: 28px; padding: 24px; border-left: 5px solid var(--yellow); border-radius: 0 15px 15px 0; background: #fff8db; }
.info-notice strong { color: var(--navy); font-size: 18px; }
.info-notice p { margin: 6px 0 0; color: #5f5842; font-size: 15px; }
.area-image-stack { overflow: hidden; position: relative; border-radius: 26px; box-shadow: var(--shadow); }
.area-image-stack img { width: 100%; min-height: 560px; object-fit: cover; }
.area-image-stack div { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 20px; border-radius: 15px; color: #fff; background: rgba(12,30,51,.9); }
.area-image-stack strong, .area-image-stack span { display: block; }
.area-image-stack strong { font-size: 24px; }
.area-image-stack span { color: #d7e3ef; font-size: 13px; }
.mini-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mini-products article { overflow: hidden; display: flex; align-items: center; min-height: 140px; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(19,34,56,.08); }
.mini-products img { width: 40%; height: 140px; object-fit: cover; }
.mini-products div { padding: 20px; }
.mini-products h3 { margin: 0 0 5px; color: var(--navy); }
.mini-products p { margin: 0; color: var(--muted); font-size: 14px; }
.nearby-section { background: #fff; }
.nearby-grid, .area-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nearby-grid a, .area-directory a { display: flex; flex-direction: column; min-height: 165px; padding: 25px; border: 1px solid #e2e9f0; border-radius: 18px; background: #fff; transition: .2s ease; }
.nearby-grid a:hover, .area-directory a:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(19,34,56,.1); }
.nearby-grid span, .area-directory span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.nearby-grid strong, .area-directory strong { margin: 8px 0 auto; color: var(--navy); font-size: 21px; }
.nearby-grid small, .area-directory small { color: var(--blue); font-weight: 800; }
.area-directory { grid-template-columns: repeat(4, 1fr); }
.faq-section { padding: 90px 0; color: #fff; background: linear-gradient(135deg, #0e1d30, #193f61); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-grid h2 { margin: 0; font-size: clamp(35px, 5vw, 52px); line-height: 1.1; }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { padding: 21px 0; cursor: pointer; color: #fff; font-size: 17px; font-weight: 800; }
.faq-list p { margin: -5px 0 22px; color: #cfdeeb; }
.not-found { min-height: 560px; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--soft); }
.not-found span { color: var(--orange); font-size: 90px; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 15px 0 5px; color: var(--navy); font-size: 44px; }
.not-found p { margin: 0 0 24px; color: var(--muted); }

@media (max-width: 980px) {
    .menu-toggle { display: inline-flex; }
    .site-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 15px 20px 22px; flex-direction: column; align-items: stretch; background: #fff; box-shadow: 0 20px 30px rgba(19,34,56,.14); }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 14px; }
    .site-nav .nav-order { margin-left: 0; text-align: center; }
    .hero { min-height: 590px; background-position: 58% center; }
    .product-grid, .reviews { grid-template-columns: 1fr 1fr; }
    .product-card:last-child, .reviews blockquote:last-child { grid-column: 1 / -1; }
    .payment-card { grid-template-columns: 1fr; }
    .payment-card__visual { min-height: 280px; }
    .area-pills { grid-template-columns: repeat(3, 1fr); }
    .area-hero__grid, .two-column, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
    .location-card { grid-template-columns: 1fr; }
    .area-hero__badge { min-height: 200px; }
    .mini-products, .nearby-grid { grid-template-columns: 1fr; }
    .area-directory { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1160px); }
    .top-strip { display: none; }
    .nav-wrap { min-height: 74px; }
    .brand__logo { width: 184px; height: 61px; }
    .hero__content { padding-block: 72px; }
    .hero h1 { font-size: 45px; letter-spacing: -1.8px; }
    .hero__actions, .hero__actions .button { width: 100%; }
    .hero__trust { gap: 10px 18px; }
    .section { padding: 72px 0; }
    .product-grid, .steps, .reviews { grid-template-columns: 1fr; }
    .product-card:last-child, .reviews blockquote:last-child { grid-column: auto; }
    .quick-order__inner, .final-cta__inner { align-items: stretch; flex-direction: column; }
    .payment-card__content { padding: 36px 25px; }
    .payment-card__visual { min-height: 245px; }
    .area-pills { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .legal { flex-direction: column; }
    .whatsapp-float { right: 12px; bottom: 12px; min-height: 58px; }
    .whatsapp-float__icon { width: 38px; height: 38px; }
    .area-hero { padding: 50px 0 70px; }
    .breadcrumb { margin-bottom: 32px; }
    .area-benefits { margin-top: -24px; }
    .area-benefits__grid { grid-template-columns: 1fr; }
    .area-benefits article { border-right: 0; border-bottom: 1px solid #e7edf3; }
    .area-benefits article:last-child { border-bottom: 0; }
    .area-image-stack img { min-height: 430px; }
    .area-directory { grid-template-columns: 1fr 1fr; }
    .location-card > div { padding: 36px 25px; }
}

@media (max-width: 440px) {
    .area-pills { grid-template-columns: 1fr; }
    .whatsapp-float small { display: none; }
    .area-directory { grid-template-columns: 1fr; }
}
