:root {
    --yellow: #ffc400;
    --yellow-dark: #d99d00;
    --ink: #171717;
    --ink-soft: #252525;
    --muted: #667085;
    --line: #e5e7eb;
    --surface: #ffffff;
    --surface-soft: #f7f7f6;
    --whatsapp: #12ad54;
    --danger: #b42318;
    --radius: 18px;
    --shadow: 0 18px 48px rgba(15, 23, 42, .10);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.15rem, 6vw, 4.75rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h3 { font-size: 1.15rem; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 78px 0; }
.section-tight { padding: 20px 0; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); background: var(--yellow); color: #000; border-radius: 8px; padding: 10px 14px; font-weight: 800; }
.skip-link:focus { transform: none; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(15, 23, 42, .16); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(255, 196, 0, .45); outline-offset: 3px; }
.button-yellow { background: var(--yellow); color: #111; }
.button-whatsapp { background: var(--whatsapp); color: #fff; }
.button-outline { border-color: var(--yellow-dark); color: #111; background: #fff; }
.full-button { width: 100%; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--yellow); font-weight: 900; font-size: .8rem; letter-spacing: .22em; }
.eyebrow.dark { color: #a47600; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(17, 24, 39, .08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo-img { width: auto; max-width: 150px; height: 48px; object-fit: contain; }
.brand-pin { display: grid; place-items: center; width: 46px; height: 46px; color: #151515; background: var(--yellow); border-radius: 50% 50% 50% 12%; transform: rotate(-45deg); box-shadow: 0 8px 22px rgba(255, 196, 0, .3); }
.brand-pin .icon { transform: rotate(45deg); width: 24px; height: 24px; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-size: clamp(1.12rem, 2.5vw, 1.55rem); letter-spacing: -.04em; }
.brand-text small { margin-top: 6px; color: #8a6200; font-weight: 800; letter-spacing: .12em; font-size: .67rem; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; background: transparent; color: #111; cursor: pointer; }
.menu-toggle .icon { width: 30px; height: 30px; }
.menu-toggle .menu-close { display: none; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a:not(.button) { position: relative; padding: 27px 0; font-weight: 750; font-size: .92rem; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 3px; border-radius: 5px; background: var(--yellow); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-call { min-height: 44px; padding-inline: 16px; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #181818; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url('../img/akhisar-taksi-hero.webp') center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 7, 7, .95) 0%, rgba(7, 7, 7, .78) 35%, rgba(7, 7, 7, .18) 65%, rgba(7, 7, 7, .05) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 75px; padding-bottom: 75px; }
.hero-content h1 { max-width: 700px; margin-bottom: 18px; font-weight: 950; }
.hero-content > p { max-width: 620px; margin-bottom: 28px; color: #f3f4f6; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button { min-width: 190px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 32px; }
.hero-trust span { display: flex; align-items: center; gap: 10px; font-size: .84rem; line-height: 1.25; }
.hero-trust .icon { width: 31px; height: 31px; color: var(--yellow); }
.plate-badge { position: absolute; z-index: 3; right: max(25px, calc((100vw - var(--container))/2)); bottom: 28px; display: grid; min-width: 190px; padding: 12px 18px; border: 3px solid #111; border-radius: 8px; background: #fff; color: #111; box-shadow: var(--shadow); text-align: center; }
.plate-badge small { color: #4b5563; text-transform: uppercase; font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.plate-badge strong { font-size: 1.45rem; letter-spacing: .12em; }

.quick-contact { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(15, 23, 42, .06); }
.quick-contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.quick-title { display: flex; align-items: center; gap: 14px; }
.quick-title h2 { margin-bottom: 2px; font-size: 1.5rem; }
.quick-title p { margin: 0; color: var(--muted); }
.circle-icon { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 50%; background: #202020; color: #fff; }
.circle-icon.yellow { background: var(--yellow); color: #111; }
.circle-icon .icon { width: 26px; height: 26px; }
.quick-buttons { display: flex; gap: 10px; }

.section-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.services-section { background: var(--surface-soft); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(15, 23, 42, .06); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-visual { position: relative; min-height: 132px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #121212, #383838); color: var(--yellow); }
.service-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255, 196, 0, .45), transparent 45%); }
.service-visual-car { background: linear-gradient(rgba(15, 15, 15, .15), rgba(15, 15, 15, .5)), url('../img/akhisar-taksi-hero.webp') 72% 59%/cover; }
.service-visual span { position: relative; z-index: 1; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--yellow); color: #151515; box-shadow: 0 12px 25px rgba(0, 0, 0, .22); }
.service-visual .icon { width: 34px; height: 34px; }
.service-copy { padding: 19px; }
.service-copy h3 { min-height: 2.3em; margin-bottom: 8px; }
.service-copy p { min-height: 4.8em; margin-bottom: 14px; color: var(--muted); font-size: .92rem; }
.service-copy > a { display: inline-flex; align-items: center; gap: 5px; color: #8c6500; font-weight: 850; font-size: .88rem; }
.service-copy > a .icon { width: 16px; }

.areas-section { background: #fff; }
.areas-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(15, 23, 42, .07); }
.areas-card + .areas-card { margin-top: 24px; }
.areas-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.areas-heading h2 { margin-bottom: 3px; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.areas-heading p { margin: 0; color: var(--muted); }
.area-chip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.area-chip { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fafafa; font-weight: 750; transition: border .18s ease, background .18s ease; }
.area-chip:hover { border-color: var(--yellow-dark); background: #fff9dc; }
.area-chip .icon { color: #dfa800; }
.rural-card { background: linear-gradient(180deg, #fff, #fbfbfa); }
.area-search { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 15px; margin-bottom: 14px; border: 1px solid #d6dae1; border-radius: 13px; background: #fff; }
.area-search .icon { color: #344054; }
.area-search input { width: 100%; height: 48px; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.rural-groups { display: grid; gap: 9px; margin-bottom: 15px; }
.rural-group { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.rural-group summary { display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 10px 15px; cursor: pointer; font-weight: 850; list-style: none; }
.rural-group summary::-webkit-details-marker { display: none; }
.rural-group summary::after { content: "+"; font-size: 1.4rem; line-height: 1; }
.rural-group[open] summary::after { content: "−"; }
.rural-group summary small { margin-left: auto; margin-right: 14px; color: var(--muted); font-weight: 650; }
.area-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 4px 12px 14px; }
.area-link-grid a { display: flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 10px; border-radius: 9px; background: #f5f5f4; font-size: .88rem; font-weight: 700; }
.area-link-grid a:hover { background: #fff3b5; }
.area-link-grid .icon { color: #d8a000; width: 16px; }
.search-empty { padding: 14px; border-radius: 10px; background: #fff4e5; color: #92400e; }

.trust-section { color: #fff; background: radial-gradient(circle at 50% 0%, #3a3a3a, #191919 60%); }
.section-heading.light p { color: #d1d5db; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; text-align: center; }
.trust-grid article { padding: 24px 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; background: rgba(255, 255, 255, .04); }
.trust-grid .icon { width: 42px; height: 42px; margin-bottom: 12px; color: var(--yellow); }
.trust-grid h3 { margin-bottom: 6px; }
.trust-grid p { margin: 0; color: #cfd2d6; font-size: .9rem; }
.trust-panels { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; margin-top: 26px; }
.reviews-panel, .map-panel { padding: 24px; border-radius: 17px; background: #fff; color: #181818; }
.reviews-panel > h3, .map-panel > h3 { margin-bottom: 16px; }
.reviews-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reviews-list blockquote { margin: 0; padding: 15px; border-radius: 12px; background: #f7f7f6; }
.reviews-list p { margin: 8px 0; color: #4b5563; font-size: .88rem; }
.reviews-list cite { font-style: normal; font-weight: 850; }
.stars { display: flex; gap: 2px; color: #f0b400; }
.stars .icon { width: 16px; height: 16px; fill: currentColor; }
.map-panel iframe, .contact-info iframe { width: 100%; min-height: 185px; border: 0; border-radius: 12px; }
.map-panel > p { display: flex; gap: 8px; align-items: center; margin: 12px 0; }

.articles-section { background: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(15, 23, 42, .06); }
.article-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 13px; background: var(--yellow); }
.article-card h2, .article-card h3 { margin-bottom: 10px; }
.article-card p { color: var(--muted); }
.article-card small { display: block; margin-bottom: 12px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: #8b6500; font-weight: 850; }
.text-link .icon { width: 16px; }
.cta-section { padding: 55px 0; background: #101010; color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { margin-bottom: 9px; }
.cta-inner p { max-width: 650px; margin: 0; color: #d1d5db; }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.page-hero { padding: 86px 0; color: #fff; background: linear-gradient(90deg, rgba(8, 8, 8, .96), rgba(8, 8, 8, .58)), url('../img/akhisar-taksi-hero.webp') center 54%/cover; }
.page-hero.compact { padding: 62px 0; }
.page-hero h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(2.35rem, 6vw, 4.4rem); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: #e5e7eb; font-size: 1.08rem; }
.page-hero .hero-actions { margin-top: 25px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #e5e7eb; font-size: .86rem; }
.breadcrumbs a:hover { color: var(--yellow); }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: start; }
.prose { min-width: 0; }
.prose h2 { margin-top: 38px; margin-bottom: 13px; font-size: clamp(1.5rem, 3vw, 2rem); }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #344054; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li + li { margin-top: 8px; }
.article-lead { display: flex; align-items: center; gap: 13px; margin-bottom: 26px; padding: 15px; border-radius: 14px; background: #fff8d5; }
.article-lead div { display: grid; }
.article-lead strong { font-size: 1.25rem; }
.article-lead small { color: #765700; }
.inline-cta { margin-top: 38px; padding: 26px; border-radius: 18px; background: #191919; color: #fff; }
.inline-cta h2 { margin-top: 0; }
.inline-cta p { color: #d1d5db; }
.inline-cta .button { margin: 4px 6px 0 0; }
.article-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.sidebar-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 34px rgba(15, 23, 42, .07); }
.sidebar-card h2 { margin-bottom: 10px; font-size: 1.35rem; }
.sidebar-card > p { color: var(--muted); }
.contact-row { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.contact-row .icon { color: #bd8d00; width: 25px; height: 25px; }
.contact-row span { display: grid; }
.contact-row small { color: var(--muted); }
.plate-box { display: grid; gap: 3px; margin-top: 16px; padding: 13px; border: 3px solid #202020; border-radius: 8px; text-align: center; background: #fff; color: #111; }
.plate-box strong { font-size: 1.35rem; letter-spacing: .1em; }
.plate-box.large { margin: 20px 0; padding: 18px; }
.plate-box.large strong { font-size: 2rem; }
.related-list { margin: 0; padding: 0; list-style: none; }
.related-list li + li { border-top: 1px solid var(--line); }
.related-list a { display: flex; align-items: center; gap: 8px; padding: 11px 0; font-weight: 720; }
.related-list a .icon:first-child { color: #cf9b00; }
.related-list a .icon:last-child { margin-left: auto; width: 16px; }
.article-date { color: var(--muted); font-size: .9rem; }

.large-search { max-width: 720px; margin: 0 auto 40px; box-shadow: 0 10px 30px rgba(15, 23, 42, .07); }
.directory-section + .directory-section { margin-top: 60px; }
.directory-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.directory-title h2 { margin-bottom: 0; }
.directory-title strong { padding: 8px 12px; border-radius: 999px; background: #fff3b5; color: #795900; }
.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.directory-grid article > a { display: flex; align-items: center; gap: 13px; min-height: 112px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .18s ease, border .18s ease, box-shadow .18s ease; }
.directory-grid article > a:hover { transform: translateY(-2px); border-color: #dfaa00; box-shadow: 0 10px 24px rgba(15, 23, 42, .07); }
.directory-grid article > a > div { flex: 1; min-width: 0; }
.directory-grid h3 { margin-bottom: 5px; }
.directory-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.directory-grid article > a > .icon { width: 17px; }
.compact-grid article > a { min-height: 94px; }
.archive-grid .article-card h2 { font-size: 1.42rem; }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px; align-items: start; }
.visual-card { overflow: hidden; border-radius: 20px; background: #191919; color: #fff; box-shadow: var(--shadow); }
.visual-card img { aspect-ratio: 4/3; object-fit: cover; }
.visual-card > div { display: grid; padding: 22px; }
.visual-card small { color: #d1d5db; }
.visual-card strong { margin-bottom: 15px; font-size: 1.8rem; letter-spacing: .12em; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-info > p { color: var(--muted); }
.contact-card { display: flex; align-items: center; gap: 16px; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 9px 24px rgba(15, 23, 42, .05); }
.contact-card > .icon { width: 30px; height: 30px; color: #b88700; }
.contact-card span { display: grid; }
.contact-card small { color: var(--muted); }
.contact-card strong { font-size: 1.2rem; }
.whatsapp-card { background: #effcf4; border-color: #bbf7d0; }
.whatsapp-card > .icon { color: var(--whatsapp); }
.contact-form-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.contact-form-card > p { color: var(--muted); }
.contact-form-card form { display: grid; gap: 17px; }
.contact-form-card label { display: grid; gap: 7px; font-weight: 750; }
.contact-form-card input, .contact-form-card textarea { width: 100%; border: 1px solid #ccd2da; border-radius: 11px; background: #fff; padding: 12px 13px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 11px; }
.success-alert { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.error-alert { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; }
.empty-state { padding: 60px 25px; border: 1px solid var(--line); border-radius: 18px; text-align: center; background: #f8f8f7; }

.site-footer { padding: 55px 0 25px; color: #d1d5db; background: #101010; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 48px; }
.brand-footer { color: #fff; }
.footer-grid > div:first-child p { max-width: 420px; margin-top: 20px; }
.footer-grid h2 { color: #fff; font-size: 1.1rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li + li { margin-top: 9px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-contact li { display: flex; align-items: center; gap: 9px; }
.footer-contact .icon { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid #333; font-size: .86rem; }
.mobile-actions { display: none; }

@media (max-width: 1000px) {
    .menu-toggle { display: inline-flex; }
    .main-nav { position: fixed; inset: 78px 0 auto; display: grid; align-content: start; gap: 0; max-height: 0; overflow: hidden; background: #fff; box-shadow: 0 20px 30px rgba(15, 23, 42, .13); transition: max-height .25s ease; }
    body.menu-open .main-nav { max-height: calc(100vh - 78px); overflow-y: auto; padding: 12px 16px 26px; }
    .main-nav > a:not(.button) { padding: 15px 8px; border-bottom: 1px solid var(--line); }
    .main-nav > a:not(.button)::after { display: none; }
    .nav-call { margin-top: 16px; }
    body.menu-open .menu-toggle .menu-open { display: none; }
    body.menu-open .menu-toggle .menu-close { display: block; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .area-chip-grid, .area-link-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-panels, .article-shell { grid-template-columns: 1fr; }
    .article-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
    .reviews-list { grid-template-columns: 1fr; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 24px, var(--container)); }
    .section { padding: 54px 0; }
    .header-inner { min-height: 68px; }
    .brand-pin { width: 41px; height: 41px; }
    .brand-text strong { font-size: 1.15rem; }
    .main-nav { inset: 68px 0 auto; }
    .hero { min-height: 650px; align-items: end; }
    .hero-media { background-position: 63% center; }
    .hero-shade { background: linear-gradient(180deg, rgba(7,7,7,.15) 10%, rgba(7,7,7,.55) 44%, rgba(7,7,7,.96) 78%); }
    .hero-content { padding-top: 250px; padding-bottom: 28px; }
    .hero-content h1 { margin-bottom: 12px; font-size: clamp(2.25rem, 11vw, 3.35rem); }
    .hero-content > p { font-size: 1rem; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .hero-actions .button { min-width: 0; padding: 11px 9px; font-size: .86rem; }
    .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
    .hero-trust span { display: grid; justify-items: center; gap: 5px; text-align: center; font-size: .72rem; }
    .hero-trust .icon { width: 28px; height: 28px; }
    .plate-badge { top: 215px; right: 12px; bottom: auto; min-width: 130px; padding: 7px 10px; }
    .plate-badge strong { font-size: 1rem; }
    .quick-contact { padding: 14px 0; }
    .quick-contact-inner { align-items: stretch; flex-direction: column; }
    .quick-buttons { display: none; }
    .quick-title h2 { font-size: 1.25rem; }
    .quick-title p { font-size: .85rem; }
    .circle-icon { width: 44px; height: 44px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .service-visual { min-height: 94px; }
    .service-visual span { width: 53px; height: 53px; }
    .service-visual .icon { width: 27px; height: 27px; }
    .service-copy { padding: 13px; }
    .service-copy h3 { min-height: 0; font-size: .97rem; }
    .service-copy p { min-height: 0; font-size: .8rem; }
    .service-copy > a { font-size: .79rem; }
    .areas-card { padding: 17px 12px; border-radius: 16px; }
    .areas-heading { align-items: flex-start; gap: 10px; }
    .areas-heading h2 { font-size: 1.28rem; }
    .areas-heading p { font-size: .82rem; }
    .center-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
    .area-chip { min-width: 0; min-height: 37px; padding: 7px; font-size: .74rem; }
    .area-chip .icon { width: 14px; }
    .rural-group summary { font-size: .85rem; }
    .area-link-grid { grid-template-columns: repeat(2, 1fr); }
    .area-link-grid a { font-size: .78rem; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .trust-grid article { padding: 18px 9px; }
    .trust-grid h3 { font-size: .95rem; }
    .trust-grid p { font-size: .78rem; }
    .trust-panels { gap: 12px; }
    .reviews-panel, .map-panel { padding: 18px; }
    .article-grid { grid-template-columns: 1fr; }
    .cta-actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
    .cta-actions .button { padding-inline: 8px; font-size: .8rem; }
    .page-hero { padding: 58px 0; }
    .page-hero.compact { padding: 45px 0; }
    .page-hero h1 { font-size: 2.35rem; }
    .article-sidebar { grid-template-columns: 1fr; }
    .directory-title { align-items: flex-start; }
    .directory-grid { grid-template-columns: 1fr; }
    .directory-grid article > a { min-height: 94px; padding: 14px; }
    .content-grid, .contact-layout { grid-template-columns: 1fr; }
    .contact-form-card { padding: 21px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .mobile-actions { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); gap: 7px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(15,23,42,.12); }
    .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: #111; font-size: .86rem; font-weight: 900; }
    .mobile-actions .call { background: var(--yellow); }
    .mobile-actions .whatsapp { background: var(--whatsapp); color: #fff; }
}

@media (max-width: 410px) {
    .brand-text small { display: none; }
    .hero-actions { grid-template-columns: 1fr; }
    .hero { min-height: 705px; }
    .center-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* v2.0 mobile-first taxi interface */
.header-plate { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; padding: 7px 13px; border: 2px solid #171717; border-radius: 7px; background: var(--yellow); color: #171717; font-weight: 950; letter-spacing: .09em; line-height: 1; box-shadow: 0 5px 14px rgba(0,0,0,.1); }
.site-header .brand-logo-img { width: 230px; max-width: min(45vw, 230px); height: 52px; }
.page-hero { background-image: linear-gradient(90deg,rgba(8,8,8,.96),rgba(8,8,8,.56)),url('../img/akhisar-sunset-city.webp'); background-position: center; background-size: cover; }

.home-page .hero { min-height: 720px; isolation: isolate; }
.hero-slides, .hero-slide, .hero-slide-bg { position: absolute; inset: 0; }
.hero-slide { opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide-bg { background-position: center; background-size: cover; transform: scale(1.035); transition: transform 7s ease; }
.hero-slide.is-active .hero-slide-bg { transform: scale(1); }
.hero-slider .hero-shade { background: linear-gradient(90deg,rgba(5,5,5,.96) 0%,rgba(5,5,5,.86) 37%,rgba(5,5,5,.3) 66%,rgba(5,5,5,.18) 100%),linear-gradient(0deg,rgba(5,5,5,.72),transparent 42%); }
.hero-slider .hero-content { position: relative; z-index: 4; padding-top: 90px; padding-bottom: 170px; }
.hero-slider .hero-content h1, .hero-slider .hero-content h2 { max-width: 680px; margin: 0 0 16px; color: #fff; font-size: clamp(2.5rem,6vw,5.2rem); font-weight: 950; letter-spacing: -.055em; text-wrap: balance; }
.hero-slider .hero-content > p { max-width: 540px; }
.hero-phone { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: #fff; font-size: 1.1rem; letter-spacing: .03em; }
.hero-phone .icon { color: var(--yellow); }
.hero-taxi { position: absolute; z-index: 3; right: max(-70px,calc((100vw - var(--container))/2 - 135px)); bottom: 35px; width: min(59vw,900px); height: auto; pointer-events: none; filter: drop-shadow(0 28px 28px rgba(0,0,0,.45)); animation: taxiFloat 4.4s ease-in-out infinite; }
.hero-slider > .hero-trust { position: absolute; z-index: 5; left: 50%; bottom: 25px; width: min(var(--container),calc(100% - 32px)); margin: 0; transform: translateX(-50%); }
.hero-slider > .hero-trust span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(0,0,0,.46); backdrop-filter: blur(8px); }
.hero-arrow { position: absolute; z-index: 7; top: 48%; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.38); color: #fff; cursor: pointer; backdrop-filter: blur(8px); transition: background .2s ease,transform .2s ease; }
.hero-arrow:hover { background: var(--yellow); color: #111; transform: scale(1.05); }
.hero-prev { left: 18px; }.hero-next { right: 18px; }
.hero-dots { position: absolute; z-index: 7; left: 50%; bottom: 112px; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dots button, .feature-dots button, .announcement-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #b7b7b7; cursor: pointer; transition: width .2s ease,background .2s ease; }
.hero-dots button.is-active, .feature-dots button.is-active, .announcement-dots button.is-active { width: 24px; background: var(--yellow); }
@keyframes taxiFloat { 0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)} }

.taxi-marquee { position: relative; z-index: 9; overflow: hidden; color: var(--yellow); background: #111; border-top: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); box-shadow: 0 0 23px rgba(255,196,0,.34); }
.marquee-track { display: flex; align-items: center; width: max-content; min-height: 53px; gap: 22px; padding-inline: 20px; animation: marqueeMove 21s linear infinite; text-shadow: 0 0 12px rgba(255,196,0,.75); }
.marquee-track span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 1.05rem; font-weight: 950; letter-spacing: .035em; }
.marquee-track i { color: #fff; font-style: normal; }
.taxi-checker-track { display: flex; align-items: center; width: max-content; min-height: 32px; gap: 12px; padding-inline: 10px; color: #111; background: var(--yellow); animation: checkerMove 15s linear infinite reverse; }
.taxi-checker-track .icon { width: 21px; height: 21px; }
.checker { width: 58px; height: 18px; background: conic-gradient(#111 25%,transparent 0 50%,#111 0 75%,transparent 0) 0 0/18px 18px; }
@keyframes marqueeMove { to{transform:translateX(-50%)} }
@keyframes checkerMove { to{transform:translateX(-45%)} }

.feature-slider-section { overflow: hidden; background: linear-gradient(180deg,#fff,#f5f5f3); }
.feature-carousel { position: relative; height: 340px; }
.feature-track { position: relative; height: 285px; }
.feature-card { position: absolute; top: 10px; left: 50%; width: min(430px,70vw); min-height: 245px; padding: 31px 28px; border: 2px solid var(--yellow); border-radius: 22px; background: #fff; opacity: 0; transform: translateX(-50%) scale(.76); box-shadow: 0 18px 45px rgba(15,23,42,.12); text-align: center; transition: transform .55s cubic-bezier(.2,.8,.2,1),opacity .4s ease,background .35s ease,color .35s ease; pointer-events: none; }
.feature-card.is-active { z-index: 3; color: #fff; background: linear-gradient(145deg,#191919,#2a2a2a); opacity: 1; transform: translateX(-50%) scale(1); pointer-events: auto; box-shadow: 0 20px 52px rgba(0,0,0,.25),0 0 22px rgba(255,196,0,.19); }
.feature-card.is-prev { z-index: 1; opacity: .72; transform: translateX(-130%) scale(.86) rotate(-2deg); }
.feature-card.is-next { z-index: 1; opacity: .72; transform: translateX(30%) scale(.86) rotate(2deg); }
.feature-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%; background: var(--yellow); color: #111; box-shadow: 0 0 20px rgba(255,196,0,.28); }
.feature-icon .icon { width: 37px; height: 37px; }
.feature-card h3 { margin-bottom: 10px; color: inherit; font-size: 1.45rem; }
.feature-card p { margin: 0; color: #667085; }
.feature-card.is-active p { color: #e4e7ec; }
.carousel-arrow { position: absolute; z-index: 7; top: 112px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #d0d5dd; border-radius: 50%; background: #fff; color: #111; box-shadow: 0 8px 24px rgba(15,23,42,.13); cursor: pointer; }
.carousel-arrow.prev { left: 3%; }.carousel-arrow.next { right: 3%; }
.feature-dots { position: absolute; left: 50%; bottom: 10px; display: flex; gap: 8px; transform: translateX(-50%); }

.about-yellow { position: relative; overflow: hidden; padding: 78px 0; color: #111; background: var(--yellow); }
.about-yellow::before,.about-yellow::after { content:""; position:absolute; width:380px; height:120%; top:-10%; opacity:.11; transform:skewX(-22deg); background:repeating-linear-gradient(90deg,#111 0 10px,transparent 10px 28px); }
.about-yellow::before { right:-150px; }.about-yellow::after { left:-250px; }
.about-yellow-inner { position: relative; z-index: 1; }
.about-copy { max-width: 900px; }
.about-label { display: inline-block; margin-bottom: 12px; font-size: .83rem; font-weight: 950; letter-spacing: .25em; }
.about-copy h2 { max-width: 790px; margin-bottom: 22px; font-size: clamp(2.2rem,5vw,4.2rem); font-weight: 950; letter-spacing: -.055em; }
.about-copy p { max-width: 940px; margin-bottom: 12px; font-size: 1.02rem; font-weight: 620; }
.about-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 28px; }
.about-feature-grid > div { display: flex; align-items: center; gap: 12px; min-height: 65px; padding: 13px 16px; border-radius: 14px; color: #fff; background: linear-gradient(140deg,#131313,#292929); box-shadow: 0 8px 18px rgba(0,0,0,.17); }
.about-feature-grid .icon { width: 28px; height: 28px; color: var(--yellow); }
.about-actions { display: grid; grid-template-columns: 1.4fr .9fr .6fr; gap: 12px; margin-top: 18px; }
.about-call,.about-whatsapp,.about-plate { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 14px; border-radius: 17px; font-weight: 900; }
.about-call { color: #fff; background: #121212; }.about-call>.icon { width: 38px; height: 38px; color: var(--yellow); }
.about-call span { display: grid; }.about-call small { letter-spacing: .17em; }.about-call strong { font-size: 1.45rem; }
.about-whatsapp { border: 2px solid #079544; color: #087a3a; background: #fff; }.about-whatsapp .icon { width: 30px; height: 30px; }
.about-plate { border: 2px solid #111; background: rgba(255,255,255,.28); font-size: 1.15rem; letter-spacing: .09em; }

.regions-section { background: #f5f5f3; }
.regions-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(15,23,42,.09); }
.regions-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.regions-heading h2 { margin-bottom: 3px; font-size: 2rem; }.regions-heading p { margin: 0; color: var(--muted); }
.regions-heading>small { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; padding: 9px 12px; border-radius: 10px; color: #fff; background: #1a1a1a; font-weight: 750; }
.region-tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 15px 0; }
.region-tabs button { min-height: 42px; border: 0; border-radius: 10px; color: #333; background: #ececec; font-weight: 900; cursor: pointer; }
.region-tabs button.is-active { color: #111; background: var(--yellow); box-shadow: 0 6px 14px rgba(255,196,0,.28); }
.region-panel { display: none; grid-template-columns: repeat(4,1fr); gap: 9px; }.region-panel.is-active { display: grid; }
.region-panel>a { display: flex; align-items: center; gap: 8px; min-width: 0; min-height: 49px; padding: 9px 11px; border: 1px solid #e2e4e8; border-radius: 11px; background: #fafafa; font-weight: 780; transition: border .2s ease,background .2s ease,transform .2s ease; }
.region-panel>a:hover { transform: translateY(-2px); border-color: #e0a900; background: #fff9d9; }
.region-panel>a>.icon:first-child { color: #dba500; }.region-panel>a>.icon:last-child { width: 15px; margin-left: auto; }
.region-panel>a>span { display: grid; min-width: 0; }.region-panel>a small { color: var(--muted); font-size: .7rem; }
.rural-highlight { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 17px 19px; border-radius: 15px; background: linear-gradient(100deg,#ffc400,#ffd84f); box-shadow: 0 10px 25px rgba(255,196,0,.22); }
.rural-highlight>span { display: grid; place-items: center; width: 51px; height: 51px; flex: 0 0 auto; border-radius: 50%; color: var(--yellow); background: #111; }.rural-highlight>span .icon { width: 28px; height: 28px; }
.rural-highlight>div { display: grid; }.rural-highlight strong { font-size: 1.2rem; }.rural-highlight small { color: #443500; }
.rural-highlight>b { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 10px 12px; border: 1px solid #111; border-radius: 10px; font-size: .8rem; white-space: nowrap; }.rural-highlight>b .icon { width: 15px; }

.announcement-section { color: #fff; background: #f4f4f2; }
.announcement-board { position: relative; overflow: hidden; min-height: 270px; padding: 25px 30px 35px; border: 2px solid var(--yellow); border-radius: 24px; background: radial-gradient(circle at 16% 0,rgba(255,196,0,.12),transparent 35%),linear-gradient(145deg,#0a0a0a,#202020); box-shadow: 0 22px 50px rgba(0,0,0,.18),inset 0 0 35px rgba(255,196,0,.04); }
.announcement-board::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg,transparent,rgba(255,196,0,.07),transparent); transform:translateX(-100%); animation:shine 5s ease-in-out infinite; }
@keyframes shine { 45%,100%{transform:translateX(100%)} }
.announcement-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.announcement-top>div { display: flex; align-items: center; gap: 13px; }.neon-label { color: var(--yellow); font-weight: 950; letter-spacing: .1em; text-shadow: 0 0 13px rgba(255,196,0,.82); }
.live-badge,.fixed-live { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid #ef4444; border-radius: 7px; color: #ff6868; font-size: .72rem; font-weight: 900; }
.live-badge i,.fixed-live i { width: 7px; height: 7px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 10px #ef4444; animation:livePulse 1.2s ease-in-out infinite; }
@keyframes livePulse { 50%{opacity:.3;transform:scale(.72)} }
.iban-trigger { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 13px; border: 1px solid var(--yellow); border-radius: 11px; color: #fff; background: rgba(255,196,0,.08); font-weight: 850; cursor: pointer; }.iban-trigger .icon:last-child { width: 15px; }
.announcement-stage { position: relative; min-height: 135px; }.announcement-slide { position: absolute; inset: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 26px 45px 10px; opacity: 0; transform: translateX(45px); pointer-events: none; transition: opacity .45s ease,transform .45s ease; }
.announcement-slide.is-active { opacity: 1; transform: none; pointer-events: auto; }.announcement-slide>span { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 22px; color: var(--yellow); background: rgba(255,196,0,.08); box-shadow: inset 0 0 20px rgba(255,196,0,.12),0 0 25px rgba(255,196,0,.12); }.announcement-slide>span .icon { width: 46px; height: 46px; filter: drop-shadow(0 0 8px rgba(255,196,0,.72)); }
.announcement-slide h2 { margin-bottom: 5px; font-size: 1.75rem; }.announcement-slide p { margin: 0; color: #d0d5dd; }.announcement-slide>a { display: inline-flex; align-items: center; gap: 5px; padding: 10px 13px; border-radius: 10px; color: #111; background: var(--yellow); font-weight: 900; }.announcement-slide>a .icon { width: 15px; }
.announcement-arrow { position: absolute; z-index: 3; top: 58%; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; }.announcement-arrow.prev { left: 15px; }.announcement-arrow.next { right: 15px; }
.announcement-dots { position: absolute; z-index: 3; left: 50%; bottom: 14px; display: flex; gap: 7px; transform: translateX(-50%); }

.fixed-announcement { display: none; }
.footer-plate { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 11px; border: 1px solid #4a4a4a; border-radius: 8px; color: var(--yellow); font-weight: 850; letter-spacing: .08em; }
.brand-footer { display: inline-flex; padding: 8px 12px; border-radius: 11px; background: #fff; }
.footer-iban-link { padding: 0; border: 0; color: inherit; background: transparent; font-weight: 700; cursor: pointer; }

.modal[hidden] { display: none; }.modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .22s ease; }.modal.is-open { opacity: 1; }.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }.iban-dialog { position: relative; width: min(590px,100%); overflow: hidden; border: 1px solid rgba(255,196,0,.5); border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.38); transform: translateY(24px) scale(.97); transition: transform .25s ease; }.is-open .iban-dialog { transform: none; }.iban-dialog>header { display: flex; align-items: center; gap: 13px; padding: 20px 22px; color: #fff; background: linear-gradient(135deg,#131313,#2b2b2b); }.iban-dialog>header>span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: #111; background: var(--yellow); }.iban-dialog header div { display: grid; }.iban-dialog header small { color: var(--yellow); font-weight: 850; letter-spacing: .1em; }.iban-dialog header h2 { margin: 2px 0 0; font-size: 1.55rem; }.iban-dialog header button { display: grid; place-items: center; width: 40px; height: 40px; margin-left: auto; border: 0; color: #fff; background: transparent; cursor: pointer; }.iban-intro { margin: 0; padding: 16px 22px 5px; color: var(--muted); }.iban-dialog dl { margin: 12px 22px; overflow: hidden; border: 1px solid #d8dce2; border-radius: 12px; }.iban-dialog dl>div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 12px 14px; border-top: 1px solid #e5e7eb; }.iban-dialog dl>div:first-child { border-top: 0; }.iban-dialog dt { font-weight: 900; }.iban-dialog dd { margin: 0; overflow-wrap: anywhere; }.iban-copy { width: calc(100% - 44px); min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 15px 22px 12px; border: 0; border-radius: 11px; color: #111; background: var(--yellow); font-weight: 950; cursor: pointer; }.iban-copy:disabled { color: #667085; background: #eaecf0; cursor: not-allowed; }.iban-note { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 2px 22px 22px; color: #667085; font-size: .84rem; }.iban-note .icon { color: #9a7300; }.modal-open { overflow: hidden; }

.js .reveal-section { opacity: 0; transform: translateY(34px); transition: opacity .65s ease,transform .65s ease; }.js .reveal-section.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .about-feature-grid { grid-template-columns: repeat(2,1fr); }
    .about-actions { grid-template-columns: 1fr 1fr; }.about-call { grid-column: 1/-1; }
    .region-panel { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
    body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    body.has-fixed-announcement { padding-bottom: calc(125px + env(safe-area-inset-bottom)); }
    .site-header .brand-logo-img { width: min(58vw,210px); height: 47px; }.header-plate { margin-left: auto; padding: 6px 9px; font-size: .72rem; }.menu-toggle { flex: 0 0 42px; width: 42px; }
    .home-page .hero { min-height: 625px; align-items: stretch; }.hero-slide-bg { background-position: 64% center; }.hero-slider .hero-shade { background: linear-gradient(180deg,rgba(5,5,5,.48) 0%,rgba(5,5,5,.82) 48%,rgba(5,5,5,.98) 100%); }
    .hero-slider .hero-content { padding-top: 42px; padding-bottom: 270px; }.hero-slider .hero-content h1,.hero-slider .hero-content h2 { max-width: 94%; font-size: clamp(2.25rem,10.5vw,3.25rem); }.hero-slider .hero-content>p { max-width: 90%; font-size: .95rem; }.hero-slider .hero-actions { width: min(76%,330px); grid-template-columns: 1fr; gap: 8px; }.hero-slider .hero-actions .button { min-height: 44px; }.hero-phone { margin-top: 11px; font-size: .95rem; }
    .hero-taxi { right: -19%; bottom: 52px; width: 109%; animation-duration: 4.8s; }.hero-slider>.hero-trust { bottom: 12px; grid-template-columns: repeat(3,1fr); gap: 5px; }.hero-slider>.hero-trust span { min-width: 0; padding: 7px 4px; font-size: .66rem; }.hero-slider>.hero-trust .icon { width: 23px; height: 23px; }.hero-dots { bottom: 102px; }.hero-arrow { top: 54%; width: 38px; height: 38px; }.hero-prev { left: 8px; }.hero-next { right: 8px; }
    .marquee-track { min-height: 45px; gap: 17px; animation-duration: 17s; }.marquee-track span { font-size: .86rem; }.taxi-checker-track { min-height: 27px; }
    .feature-carousel { height: 325px; }.feature-track { height: 275px; }.feature-card { width: 72vw; min-height: 238px; padding: 25px 18px; }.feature-card.is-prev { transform: translateX(-137%) scale(.82); }.feature-card.is-next { transform: translateX(37%) scale(.82); }.feature-card h3 { font-size: 1.18rem; }.feature-card p { font-size: .85rem; }.carousel-arrow { top: 103px; width: 41px; height: 41px; }.carousel-arrow.prev { left: 0; }.carousel-arrow.next { right: 0; }
    .about-yellow { padding: 55px 0; }.about-copy h2 { font-size: 2.35rem; }.about-copy p { font-size: .92rem; }.about-feature-grid { gap: 8px; margin-top: 20px; }.about-feature-grid>div { min-height: 60px; padding: 10px; font-size: .78rem; }.about-feature-grid .icon { width: 23px; height: 23px; }.about-actions { grid-template-columns: 1fr 1fr; gap: 8px; }.about-call { min-height: 70px; }.about-call strong { font-size: 1.15rem; }.about-whatsapp,.about-plate { min-height: 56px; font-size: .75rem; }.about-plate { letter-spacing: .04em; }
    .regions-card { padding: 17px 12px; border-radius: 17px; }.regions-heading { align-items: flex-start; gap: 10px; }.regions-heading h2 { font-size: 1.35rem; }.regions-heading p { font-size: .8rem; }.regions-heading>small { display: none; }.region-tabs { gap: 5px; }.region-tabs button { min-height: 38px; font-size: .68rem; }.region-panel { gap: 7px; }.region-panel>a { min-height: 43px; padding: 7px; font-size: .75rem; }.region-panel>a>.icon:first-child { width: 15px; }.rural-highlight { align-items: flex-start; flex-wrap: wrap; gap: 10px; padding: 13px; }.rural-highlight>span { width: 44px; height: 44px; }.rural-highlight>div { flex: 1; }.rural-highlight strong { font-size: .98rem; }.rural-highlight small { font-size: .72rem; }.rural-highlight>b { width: 100%; justify-content: center; margin-left: 0; }
    .announcement-board { min-height: 310px; padding: 17px 14px 35px; border-radius: 18px; }.announcement-top { gap: 8px; }.announcement-top>div { gap: 6px; }.neon-label { font-size: .78rem; }.live-badge { font-size: .6rem; }.iban-trigger { min-height: 36px; padding: 7px 8px; font-size: .65rem; }.announcement-stage { min-height: 188px; }.announcement-slide { grid-template-columns: 1fr; align-content: center; justify-items: center; gap: 10px; padding: 19px 30px 8px; text-align: center; }.announcement-slide>span { width: 58px; height: 58px; border-radius: 17px; }.announcement-slide>span .icon { width: 34px; height: 34px; }.announcement-slide h2 { font-size: 1.28rem; }.announcement-slide p { font-size: .82rem; }.announcement-slide>a { padding: 7px 10px; font-size: .72rem; }.announcement-arrow { top: 62%; width: 34px; height: 34px; }.announcement-arrow.prev { left: 8px; }.announcement-arrow.next { right: 8px; }
    .fixed-announcement { position: fixed; z-index: 1190; left: 0; right: 0; bottom: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 61px; padding: 7px 10px; color: #111; background: linear-gradient(90deg,#ffc400,#ffda46,#ffc400); border-top: 2px solid #111; box-shadow: 0 -8px 25px rgba(0,0,0,.17); }.fixed-announcement-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; color: var(--yellow); background: #111; }.fixed-announcement-items { position: relative; min-width: 0; min-height: 41px; }.fixed-announcement-items a { position: absolute; inset: 0; display: grid; align-content: center; padding: 0 8px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .35s ease,transform .35s ease; }.fixed-announcement-items a.is-active { opacity: 1; transform: none; pointer-events: auto; }.fixed-announcement-items strong,.fixed-announcement-items small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.fixed-announcement-items strong { font-size: .76rem; }.fixed-announcement-items small { font-size: .64rem; }.fixed-live { padding: 4px 6px; border-color: #111; color: #111; font-size: .55rem; }.mobile-actions { z-index: 1200; }
    .iban-dialog { border-radius: 18px; }.iban-dialog>header { padding: 16px; }.iban-dialog header h2 { font-size: 1.3rem; }.iban-dialog dl { margin-inline: 15px; }.iban-dialog dl>div { grid-template-columns: 75px 1fr; padding: 10px; font-size: .85rem; }.iban-copy { width: calc(100% - 30px); margin-inline: 15px; }.iban-note { padding-inline: 15px; }
}

@media (max-width: 420px) {
    .header-plate { display: none; }.site-header .brand-logo-img { max-width: 68vw; }
    .hero-slider .hero-content { padding-bottom: 260px; }.hero-taxi { right: -24%; width: 119%; }.hero-slider .hero-actions { width: 70%; }.hero-slider>.hero-trust span { font-size: .6rem; }
    .about-feature-grid { grid-template-columns: 1fr 1fr; }.about-actions { grid-template-columns: 1fr; }.about-call,.about-whatsapp,.about-plate { grid-column: auto; }
    .region-panel { grid-template-columns: 1fr 1fr; }
    .services-grid { grid-template-columns: repeat(2,1fr); }.service-copy { padding: 11px; }.service-copy h3 { font-size: .84rem; }.service-copy p { font-size: .72rem; }.service-visual { min-height: 84px; }
    .fixed-live { display: none; }.fixed-announcement { grid-template-columns: auto 1fr; }
}
