/* ==========================================================================
   Acil Oto Servis — Modern Premium Stylesheet
   Light theme · Inter · soft gradients · floating cards · pill CTAs
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --bg:        #ffffff;
    --bg-soft:   #FAFAFA;
    --bg-muted:  #F4F4F5;
    --surface:   #ffffff;
    --ink:       #0F172A;
    --ink-2:     #1E293B;
    --muted:     #64748B;
    --muted-2:   #94A3B8;
    --line:      #E5E7EB;
    --line-2:    #F1F5F9;
    --accent:    #E11D48;
    --accent-2:  #BE123C;
    --accent-3:  #FB7185;
    --accent-soft:#FEF2F2;
    --green:     #10B981;
    --gold:      #F59E0B;
    --ring:      rgba(225,29,72,.18);
    --font:      "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    --radius:    14px;
    --radius-lg: 22px;
    --radius-xl: 32px;
    --radius-pill: 999px;
    --shadow-1:  0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
    --shadow-2:  0 8px 30px rgba(15,23,42,.08);
    --shadow-3:  0 24px 60px rgba(15,23,42,.12);
    --shadow-red:0 24px 60px rgba(225,29,72,.25);
    --t:         .25s cubic-bezier(.4,0,.2,1);
}

/* RESET / BASE */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; font-feature-settings: "cv11","ss01"; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--accent-2); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 12px; font-family: var(--font); font-weight: 800; line-height: 1.1; color: var(--ink); letter-spacing: -.02em; }
h1 { font-size: clamp(36px, 5vw, 64px); letter-spacing: -.03em; }
h2 { font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.025em; }
h3 { font-size: clamp(18px, 2vw, 22px); }
p { margin: 0 0 16px; }
ul, ol { padding-left: 20px; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* BUTTONS — pill, gradient, micro-shadow */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 24px;
    font-family: var(--font); font-weight: 600; font-size: 15px;
    border: none; cursor: pointer; transition: all var(--t);
    min-height: 50px; line-height: 1; text-decoration: none;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #fff; border-radius: var(--radius-pill);
    box-shadow: 0 8px 24px rgba(225,29,72,.28);
    white-space: nowrap;
}
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(225,29,72,.38); }
.btn:active { transform: translateY(0); }
.btn--ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-1); }
.btn--ghost:hover { background: var(--bg-soft); color: var(--ink); box-shadow: var(--shadow-2); }
.btn--white { background: #fff; color: var(--ink); box-shadow: var(--shadow-2); }
.btn--white:hover { color: var(--accent); }
.btn--whatsapp { background: linear-gradient(135deg,#25D366 0%,#128C7E 100%); box-shadow: 0 8px 24px rgba(37,211,102,.28); }
.btn--whatsapp:hover { box-shadow: 0 14px 32px rgba(37,211,102,.38); }
.btn--lg { padding: 18px 32px; font-size: 16px; min-height: 58px; }
.btn--block { display: flex; width: 100%; }

/* TOP ALERT BAR */
.alert-bar { background: var(--ink); color: #fff; padding: 10px 0; font-size: 13px; }
.alert-bar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.alert-bar__live { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 500; }
.alert-bar__live::before { content: ""; display: inline-block; width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(16,185,129,.25); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(16,185,129,.25); } 50% { box-shadow: 0 0 0 8px rgba(16,185,129,.05); } }
.alert-bar__contact { display: inline-flex; align-items: center; gap: 18px; color: #cbd5e1; flex-wrap: wrap; }
.alert-bar a { color: #fff; }
.alert-bar a:hover { color: var(--accent-3); }

/* HEADER — glassmorphism sticky */
.site-header { background: rgba(255,255,255,.85); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; padding: 14px 0; gap: 24px; }
.site-header__logo-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.site-header__logo-mark { width: 42px; height: 42px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 19px; flex-shrink: 0; box-shadow: 0 6px 16px rgba(225,29,72,.3); }
.site-header__logo-text { font-weight: 800; font-size: 18px; line-height: 1.05; display: flex; flex-direction: column; }
.site-header__logo-text span { color: var(--muted); font-weight: 500; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.site-nav__list a { display: block; padding: 10px 16px; color: var(--ink-2); font-weight: 500; font-size: 14.5px; border-radius: 10px; transition: all var(--t); }
.site-nav__list a:hover, .site-nav__list .current-menu-item a { background: var(--accent-soft); color: var(--accent); }
.site-header__cta { display: flex; gap: 10px; align-items: center; }
.site-header__cta .btn { padding: 10px 20px; min-height: 44px; font-size: 14px; }
.mobile-menu-toggle { display: none; background: var(--ink); color: #fff; border: none; padding: 10px 12px; border-radius: 10px; cursor: pointer; }

@media (max-width: 991px) {
    .site-nav { display: none; position: absolute; top: 100%; left: 16px; right: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px; box-shadow: var(--shadow-3); margin-top: 8px; }
    .site-nav.is-open { display: block; }
    .site-nav__list { flex-direction: column; gap: 4px; }
    .mobile-menu-toggle { display: inline-flex; }
}

/* HERO — split with floating image card and stats overlay */
.hero { position: relative; background: linear-gradient(180deg,#fff 0%,#FFF7F8 50%,#FFEBEE 100%); overflow: hidden; padding: 96px 0 120px; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; background: radial-gradient(circle, rgba(225,29,72,.18) 0%, transparent 60%); top: -240px; right: -240px; border-radius: 50%; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(251,113,133,.12) 0%, transparent 60%); bottom: -200px; left: -160px; border-radius: 50%; pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; z-index: 1; }
@media (min-width: 992px) { .hero__grid { grid-template-columns: 1.05fr .95fr; } }
.hero__chip { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: #fff; border: 1px solid var(--line); color: var(--ink-2); font-size: 13px; font-weight: 600; border-radius: var(--radius-pill); margin-bottom: 26px; box-shadow: var(--shadow-1); }
.hero__chip-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(16,185,129,.18); animation: pulse 2s infinite; }
.hero__title { margin: 0 0 22px; font-size: clamp(40px, 5.4vw, 68px); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; color: var(--ink); }
.hero__title em { font-style: normal; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-3) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { color: var(--muted); font-size: 18px; max-width: 560px; margin: 0 0 36px; line-height: 1.65; }
.hero__sub strong { color: var(--ink); font-weight: 600; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero__trust { display: flex; align-items: center; gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero__trust-stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.hero__trust-text { font-size: 14px; color: var(--muted); }
.hero__trust-text strong { color: var(--ink); font-weight: 700; }
.hero__visual { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-3); aspect-ratio: 1/1; width: 100%; max-width: 560px; margin-left: auto; background: linear-gradient(135deg, #0F172A 0%, #BE123C 55%, #E11D48 100%); display: flex; align-items: center; justify-content: center; }
.hero__visual::before { content:""; position:absolute; width:560px; height:560px; background: radial-gradient(circle, rgba(255,255,255,.18) 0%, transparent 60%); top:-160px; right:-160px; border-radius:50%; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 80px, rgba(255,255,255,.04) 80px 81px); pointer-events: none; }
.hero__visual-icon { position: relative; width: 220px; height: 220px; color: #fff; opacity:.32; z-index:1; filter: drop-shadow(0 16px 40px rgba(0,0,0,.4)); animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__visual-icon svg { width: 100%; height: 100%; }
.hero__visual-badge { position: absolute; top: 24px; left: 24px; background: rgba(255,255,255,.18); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); color: #fff; padding: 9px 16px; border-radius: var(--radius-pill); font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.22); z-index: 2; white-space: nowrap; }
.hero__floating { position: absolute; left: 20px; bottom: 20px; right: 20px; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-radius: var(--radius-lg); padding: 16px 18px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-3); z-index: 2; text-decoration: none; transition: all var(--t); }
.hero__floating:hover { transform: translateY(-3px); box-shadow: var(--shadow-3), 0 0 0 4px rgba(255,255,255,.4); }
.hero__floating-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 8px 18px rgba(225,29,72,.32); }
.hero__floating-text { flex: 1; min-width: 0; }
.hero__floating-lbl { font-size: 10.5px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; display: block; }
.hero__floating-num { font-size: 19px; font-weight: 800; color: var(--ink); display: block; margin-top: 2px; line-height: 1.1; letter-spacing: -.02em; white-space: nowrap; }
@media (max-width: 991px) {
    .hero { padding: 64px 0 80px; }
    .hero__visual { max-width: 100%; aspect-ratio: 16/12; }
    .hero__title { font-size: 40px; }
}

/* STATS BAR — overlapping floating glass card */
.stats { position: relative; margin-top: -56px; z-index: 5; }
.stats__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-3); padding: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
@media (min-width: 768px) { .stats__card { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 16px 24px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat:nth-child(2n) { border-right: none; }
@media (min-width: 768px) {
    .stat { border-bottom: none; }
    .stat:nth-child(2n) { border-right: 1px solid var(--line); }
    .stat:nth-child(4n) { border-right: none; }
}
.stat__num { font-size: clamp(32px, 4vw, 44px); font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -.025em; display: block; margin-bottom: 6px; }
.stat__num em { font-style: normal; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-3) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__lbl { font-size: 14px; font-weight: 600; color: var(--ink-2); display: block; }
.stat__desc { font-size: 12px; color: var(--muted); margin-top: 2px; display: block; }

/* SECTION FRAMEWORK */
.section { padding: 110px 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--gradient { background: linear-gradient(180deg, #fff 0%, #FFF7F8 100%); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section__chip { display: inline-block; padding: 6px 14px; background: var(--accent-soft); color: var(--accent); font-weight: 600; font-size: 12px; border-radius: var(--radius-pill); margin-bottom: 14px; letter-spacing: .04em; text-transform: uppercase; }
.section__title { margin: 0 0 14px; font-size: clamp(30px, 3.8vw, 48px); font-weight: 800; letter-spacing: -.025em; color: var(--ink); }
.section__sub { color: var(--muted); font-size: 17px; margin: 0; line-height: 1.65; }

/* SERVICES GRID — modern icon cards with gradient badge */
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 600px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 30px 28px; transition: all var(--t); display: flex; flex-direction: column; gap: 14px; box-shadow: var(--shadow-1); position: relative; overflow: hidden; }
.svc-card::before { content:""; position:absolute; width:200px; height:200px; background: radial-gradient(circle, rgba(225,29,72,.08) 0%, transparent 60%); top:-100px; right:-80px; border-radius:50%; pointer-events:none; transition: all var(--t); }
.svc-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow-3); }
.svc-card:hover::before { background: radial-gradient(circle, rgba(225,29,72,.16) 0%, transparent 60%); top:-60px; }
.svc-card__icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(225,29,72,.28); position:relative; z-index:1; }
.svc-card__chip { display: inline-block; width: fit-content; padding: 4px 10px; background: var(--accent-soft); color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-radius: var(--radius-pill); position:relative; z-index:1; }
.svc-card__title { font-size: 20px; font-weight: 700; margin: 0; color: var(--ink); letter-spacing: -.01em; line-height: 1.25; position:relative; z-index:1; }
.svc-card__title a { color: inherit; }
.svc-card__title a:hover { color: var(--accent); }
.svc-card__desc { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; flex: 1; position:relative; z-index:1; }
.svc-card__more { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; color: var(--accent); padding-top: 14px; border-top: 1px solid var(--line-2); margin-top: 4px; position:relative; z-index:1; }
.svc-card__more::after { content: "→"; transition: transform var(--t); }
.svc-card:hover .svc-card__more::after { transform: translateX(4px); }

/* DISTRICTS — pill chip grid */
.districts { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 980px; margin: 0 auto; }
.district { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-pill); font-size: 14.5px; font-weight: 600; color: var(--ink); transition: all var(--t); box-shadow: var(--shadow-1); }
.district::before { content: ""; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.district:hover { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; border-color: transparent; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(225,29,72,.32); }
.district:hover::before { background: #fff; }

/* PROCESS TIMELINE — modern numbered cards */
.process { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process__step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 26px; transition: all var(--t); position: relative; }
.process__step:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: transparent; }
.process__num { width: 48px; height: 48px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(225,29,72,.3); }
.process__step h3 { margin: 0 0 10px; font-size: 19px; font-weight: 700; }
.process__step p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.6; }

/* WHY GRID */
.why { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .why { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why { grid-template-columns: repeat(3, 1fr); } }
.why__item { display: flex; gap: 16px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: all var(--t); }
.why__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); border-color: transparent; }
.why__check { width: 44px; height: 44px; background: var(--accent-soft); color: var(--accent); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why__body h3 { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.why__body p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.55; }

/* FAQ — clean accordion */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
details.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: all var(--t); }
details.faq-item:hover { box-shadow: var(--shadow-1); }
details.faq-item[open] { box-shadow: var(--shadow-2); border-color: transparent; }
details.faq-item > summary.faq-question { display: flex !important; align-items: center; gap: 16px; padding: 22px 26px; font-size: 16px; font-weight: 600; cursor: pointer; color: var(--ink); list-style: none !important; user-select: none; }
details.faq-item > summary.faq-question::-webkit-details-marker, details.faq-item > summary::marker { display: none !important; content: '' !important; }
details.faq-item > summary.faq-question > span { flex: 1; }
details.faq-item > summary.faq-question::after { content: ""; width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23E11D48' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/14px no-repeat; transition: transform var(--t); flex-shrink: 0; }
details.faq-item[open] > summary.faq-question::after { transform: rotate(180deg); }
.faq-answer { padding: 0 26px 24px; color: var(--muted); line-height: 1.7; font-size: 15px; }
.faq-answer p { margin: 0; }

/* CTA BANNER — gradient with floating shapes */
.cta-banner { position: relative; background: linear-gradient(135deg, var(--ink) 0%, #1E293B 50%, var(--accent-2) 100%); color: #fff; padding: 80px 0; overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, rgba(225,29,72,.4) 0%, transparent 60%); top: -200px; right: -150px; border-radius: 50%; pointer-events: none; }
.cta-banner::after { content: ""; position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(251,113,133,.25) 0%, transparent 60%); bottom: -150px; left: -100px; border-radius: 50%; pointer-events: none; }
.cta-banner__inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; z-index: 1; }
@media (min-width: 768px) { .cta-banner__inner { grid-template-columns: 1.4fr 1fr; } }
.cta-banner__chip { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,.12); color: #fff; font-weight: 600; font-size: 12px; border-radius: var(--radius-pill); margin-bottom: 14px; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }
.cta-banner__title { color: #fff; margin: 0 0 14px; font-size: clamp(28px,4vw,44px); font-weight: 800; letter-spacing: -.025em; line-height: 1.1; }
.cta-banner__sub { color: rgba(255,255,255,.85); margin: 0; font-size: 17px; line-height: 1.6; }
.cta-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-start; }
@media (min-width: 768px) { .cta-banner__actions { justify-content: flex-end; } }

/* FOOTER */
.site-footer { background: var(--ink); color: #94A3B8; padding: 80px 0 0; }
.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; } }
.site-footer__col h3 { color: #fff; font-size: 14px; margin: 0 0 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.site-footer__brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 800; font-size: 20px; margin-bottom: 16px; }
.site-footer__brand-mark { width: 42px; height: 42px; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); color: #fff; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 19px; box-shadow: 0 6px 16px rgba(225,29,72,.3); }
.site-footer__desc { color: #94A3B8; font-size: 14.5px; line-height: 1.7; margin-bottom: 22px; max-width: 360px; }
.site-footer__social { display: flex; gap: 8px; }
.site-footer__social-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,.06); color: #94A3B8; border-radius: 12px; transition: all var(--t); }
.site-footer__social-link:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.site-footer__links { list-style: none; padding: 0; margin: 0; }
.site-footer__links li { margin-bottom: 12px; }
.site-footer__links a { color: #94A3B8; font-size: 14.5px; transition: color var(--t); }
.site-footer__links a:hover { color: #fff; }
.site-footer__contact { list-style: none; padding: 0; margin: 0; }
.site-footer__contact li { display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; font-size: 14px; }
.site-footer__contact strong { color: #94A3B8; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.site-footer__contact a, .site-footer__contact span { color: #fff; font-size: 15px; font-weight: 500; }
.site-footer__contact a:hover { color: var(--accent-3); }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 64px; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #64748B; }

/* PAGE HERO (inner pages) */
.page-hero { position: relative; background: linear-gradient(180deg, #fff 0%, var(--accent-soft) 100%); padding: 80px 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(225,29,72,.12) 0%, transparent 60%); top: -200px; right: -200px; border-radius: 50%; pointer-events: none; }
.page-hero__inner { position: relative; z-index: 1; max-width: 720px; }
.page-hero__chip { display: inline-block; padding: 6px 14px; background: #fff; border: 1px solid var(--line); color: var(--accent); font-weight: 600; font-size: 12px; border-radius: var(--radius-pill); margin-bottom: 14px; letter-spacing: .04em; text-transform: uppercase; box-shadow: var(--shadow-1); }
.page-hero__title { color: var(--ink); margin: 0 0 16px; font-size: clamp(34px,4.5vw,56px); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; }
.page-hero__sub { color: var(--muted); font-size: 18px; max-width: 660px; margin: 0; line-height: 1.6; }

/* BREADCRUMB */
.breadcrumb { background: var(--bg-soft); padding: 14px 0; border-bottom: 1px solid var(--line); }
.breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; font-size: 13px; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.breadcrumb li:not(:first-child)::before { content: '/'; color: var(--muted-2); }
.breadcrumb a { color: var(--ink-2); }
.breadcrumb a:hover { color: var(--accent); }

/* POSTS / DISTRICTS LIST */
.ou-districts-grid, .post-grid { display: grid; grid-template-columns: 1fr; gap: 28px; padding: 40px 0; }
@media (min-width: 600px) { .ou-districts-grid, .post-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px) { .ou-districts-grid, .post-grid { grid-template-columns: repeat(3,1fr); } }
.ou-district-card, .post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); transition: all var(--t); color: var(--ink); text-decoration: none; overflow: hidden; box-shadow: var(--shadow-1); }
.ou-district-card:hover, .post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-3); border-color: transparent; }
.district-card__image { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-muted); }
.district-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ou-district-card:hover .district-card__image img { transform: scale(1.06); }
.district-card__body { padding: 24px 26px; display: flex; flex-direction: column; gap: 10px; }
.district-card__icon { display: none; }
.district-card__title { font-size: 20px; font-weight: 700; margin: 0; color: var(--ink); letter-spacing: -.01em; }
.district-card__desc { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }
.district-card__link { font-size: 14px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; padding-top: 8px; border-top: 1px solid var(--line-2); margin-top: 4px; }
.post-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card__body { padding: 24px 26px; }
.post-card__date { font-size: 12px; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.post-card__title { font-size: 20px; font-weight: 700; margin: 4px 0 8px; line-height: 1.25; }
.post-card__title a { color: var(--ink); }
.post-card__title a:hover { color: var(--accent); }

/* PAGINATION */
.ou-pagination { margin-top: 48px; display: flex; justify-content: center; }
.ou-pagination ul, .ou-pagination .page-numbers { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.ou-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 16px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 14px; font-weight: 600; border-radius: 12px; transition: all var(--t); text-decoration: none; }
.ou-pagination .page-numbers:hover { border-color: var(--accent); color: var(--accent); }
.ou-pagination .page-numbers.current { background: var(--accent); border-color: var(--accent); color: #fff; }

/* SIDEBAR / WIDGETS */
.content-area--sidebar { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 992px) { .content-area--sidebar { grid-template-columns: 2fr 1fr; } }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; margin-bottom: 24px; box-shadow: var(--shadow-1); }
.widget__title { font-size: 14px; color: var(--ink); margin: 0 0 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.widget--cta { background: linear-gradient(135deg, var(--ink) 0%, #1E293B 100%); border: none; color: #fff; }
.widget--cta__badge { display: inline-block; background: rgba(225,29,72,.18); color: #FB7185; padding: 6px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border-radius: var(--radius-pill); margin-bottom: 14px; }
.widget--cta__title { color: #fff; font-size: 22px; margin: 0 0 10px; font-weight: 800; line-height: 1.2; letter-spacing: -.01em; }
.widget--cta__desc { color: #cbd5e1; font-size: 14px; margin: 0 0 18px; line-height: 1.6; }
.widget--cta .btn { margin-bottom: 10px; }
.widget--cta__rating { font-size: 13px; color: #94A3B8; text-align: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
.widget--cta__rating strong { color: var(--gold); }
.widget__features { list-style: none; padding: 0; margin: 0; }
.widget__features li { padding: 12px 0; border-bottom: 1px solid var(--line-2); font-size: 14px; color: var(--ink); }
.widget__features li:last-child { border-bottom: none; }
.widget__links { list-style: none; padding: 0; margin: 0; }
.widget__links li { margin-bottom: 8px; }
.widget__links a { display: block; padding: 12px 14px; background: var(--bg-soft); color: var(--ink); border-radius: 12px; font-weight: 600; font-size: 14px; transition: all var(--t); }
.widget__links a:hover { background: var(--accent); color: #fff; }
.widget__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.widget__tag { display: inline-block; padding: 8px 14px; background: var(--bg-soft); color: var(--ink); border-radius: var(--radius-pill); font-size: 12.5px; font-weight: 600; transition: all var(--t); }
.widget__tag:hover { background: var(--accent); color: #fff; }
.widget__more { display: inline-block; color: var(--accent); font-weight: 600; font-size: 13.5px; margin-top: 6px; }
.widget__posts { list-style: none; padding: 0; margin: 0; }
.widget__posts li { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line-2); }
.widget__posts li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.widget__posts a { display: flex; gap: 12px; align-items: center; color: var(--ink); }
.widget__posts-thumb { flex-shrink: 0; width: 64px; height: 64px; border-radius: 12px; overflow: hidden; }
.widget__posts-thumb img { width: 100%; height: 100%; object-fit: cover; }
.widget__posts-meta { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.widget__posts-title { font-size: 14px; font-weight: 600; line-height: 1.4; }
.widget__posts-meta time { font-size: 11px; color: var(--muted); font-weight: 500; }
.widget--sticky-cta { background: linear-gradient(135deg, var(--accent-soft) 0%, #fff 100%); border-color: var(--accent-soft); text-align: center; }
.widget--sticky-cta p { margin: 0 0 12px; font-weight: 600; color: var(--ink); font-size: 14px; }

/* ENTRY CONTENT */
.entry-content { color: var(--ink); font-size: 16.5px; line-height: 1.8; }
.entry-content p { margin: 0 0 18px; }
.entry-content h2 { margin-top: 40px; }
.entry-content h3 { margin-top: 28px; }
.entry-content ul, .entry-content ol { margin-bottom: 18px; }
.entry-content img { margin: 18px 0; border-radius: var(--radius-lg); }
.entry-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1.5px; }
.entry-content strong { color: var(--ink); font-weight: 700; }

/* ABOUT GRID */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media (min-width: 768px) { .about-grid { grid-template-columns: 1.2fr 1fr; } }
.about-grid__image img { width: 100%; border-radius: var(--radius-xl); box-shadow: var(--shadow-3); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: all var(--t); box-shadow: var(--shadow-1); }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: transparent; }
.feature-card__icon { width: 48px; height: 48px; background: var(--accent-soft); color: var(--accent); border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-card__title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.feature-card__desc { color: var(--muted); font-size: 14.5px; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-info__items { display: grid; gap: 16px; }
.contact-info__item { display: flex; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-1); }
.contact-info__item strong { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); display: block; margin-bottom: 4px; }
.contact-info__icon { color: var(--accent); flex-shrink: 0; width: 40px; height: 40px; background: var(--accent-soft); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--ink); }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: #fff; font-family: var(--font); font-size: 15px; border-radius: 12px; transition: all var(--t); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--ring); }
.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 18px; font-weight: 500; font-size: 14.5px; }
.alert--success { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.alert--error { background: var(--accent-soft); color: var(--accent-2); border: 1px solid #FECACA; }

/* MOBILE TWEAKS */
@media (max-width: 767px) {
    .section { padding: 64px 0; }
    .section__head { margin-bottom: 40px; }
    .hero__cta .btn { flex: 1; }
    .site-header__cta .btn { padding: 8px 14px; min-height: 38px; font-size: 13px; }
    .stats { margin-top: -32px; }
    .stats__card { padding: 20px; }
}
