:root {
  --ink: #071016;
  --ink-soft: #101c23;
  --paper: #f0eee6;
  --paper-2: #e8e5dc;
  --white: #fff;
  --acid: #f1d15a;
  --acid-deep: #d6b73f;
  --muted: #687176;
  --line: rgba(7, 16, 22, .16);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.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; z-index: 999; left: 16px; top: -70px; padding: 12px 18px; color: var(--ink); background: var(--acid); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: height .25s, background .25s, box-shadow .25s; }
.site-header.scrolled { height: 72px; background: rgba(7,16,22,.94); box-shadow: 0 14px 50px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.nav-shell { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-bolt { display: grid; place-items: center; width: 42px; height: 48px; color: var(--ink); background: var(--acid); clip-path: polygon(17% 0,100% 0,83% 100%,0 100%); }
.brand-bolt svg { width: 24px; height: 27px; fill: currentColor; stroke: none; }
.brand-words { display: grid; line-height: .9; }
.brand-words strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 20px; letter-spacing: .08em; }
.brand-words small { margin-top: 7px; color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .44em; }
.main-nav { display: flex; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--acid); transition: right .2s; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }
.nav-call { display: flex; align-items: center; gap: 12px; min-width: 260px; margin-left: 34px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.nav-call > span:nth-child(2) { display: grid; gap: 3px; }
.nav-call small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-call strong { font-size: 14px; }
.nav-call svg { width: 20px; height: 20px; margin-left: auto; color: var(--acid); }
.pulse-dot { position: relative; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--acid); }
.pulse-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--acid); border-radius: 50%; animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { transform: scale(.55); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; color: var(--white); border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 6px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 790px; padding-top: 84px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 50% 70px 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom,black,transparent 90%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; min-height: 706px; }
.hero-copy { position: relative; z-index: 3; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 68px 68px 70px 0; }
.availability { display: flex; align-items: center; gap: 11px; margin-bottom: 30px; color: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.availability span { width: 33px; height: 2px; background: var(--acid); }
.hero h1, .section h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.045em; }
.hero h1 { max-width: 650px; font-size: clamp(54px,6vw,84px); line-height: .96; }
.hero h1 em, .section h2 em { color: var(--acid); font-style: normal; }
.hero-copy > p { max-width: 555px; margin: 28px 0 32px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s; }
.button:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 19px; height: 19px; }
.button-accent { color: var(--ink); background: var(--acid); box-shadow: 0 12px 28px rgba(245,209,90,.18); }
.button-accent:hover { background: var(--white); }
.button-light { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; max-width: 580px; margin-top: 49px; background: rgba(255,255,255,.15); }
.hero-proof > div { display: flex; align-items: center; gap: 13px; min-height: 70px; padding: 10px 16px; background: var(--ink); }
.hero-proof strong { color: var(--acid); font-size: 11px; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }
.hero-visual { position: relative; min-width: 0; margin-right: calc((100vw - min(calc(100vw - 48px),var(--container)))/-2); overflow: hidden; }
.hero-image, .hero-vignette { position: absolute; inset: 0; }
.hero-image { background: url("assets/elektrikci-hero.webp") 58% center / cover no-repeat; transform: scale(1.015); }
.hero-vignette { background: linear-gradient(90deg,var(--ink) 0%,rgba(7,16,22,.45) 19%,transparent 53%),linear-gradient(0deg,rgba(7,16,22,.74),transparent 42%); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 2px; background: linear-gradient(transparent,var(--acid),transparent); }
.hero-ticket { position: absolute; z-index: 3; left: 38px; bottom: 45px; display: flex; align-items: center; gap: 14px; min-width: 245px; padding: 17px 20px; color: var(--ink); background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.ticket-icon { display: grid; place-items: center; width: 42px; height: 42px; background: var(--acid); }
.ticket-icon svg { width: 23px; height: 23px; }
.hero-ticket > span:last-child { display: grid; gap: 4px; }
.hero-ticket small { color: #737a7e; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-ticket strong { font-size: 14px; }
.hero-index { position: absolute; z-index: 3; top: 105px; right: 34px; display: grid; justify-items: end; color: rgba(255,255,255,.84); }
.hero-index span { font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-index b { font-family: "Arial Narrow",Arial,sans-serif; font-size: 46px; line-height: 1; }
.hero-index small { margin-left: 3px; color: var(--acid); font-size: 14px; }
.hero-marquee { position: relative; z-index: 5; height: 58px; display: flex; align-items: center; color: var(--ink); background: var(--acid); overflow: hidden; }
.hero-marquee div { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(calc(100% - 48px),var(--container)); margin: auto; }
.hero-marquee span { min-width: max-content; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.hero-marquee i { width: 5px; height: 5px; flex: 0 0 5px; background: var(--ink); transform: rotate(45deg); }

.section { padding: 120px 0; }
.section-label { display: inline-flex; align-items: center; gap: 11px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; letter-spacing: 0; }
.section-label.light { color: rgba(255,255,255,.72); }
.section-label.light span { color: var(--acid); border-color: rgba(255,255,255,.35); }
.section h2 { font-size: clamp(40px,4.4vw,62px); line-height: 1; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .62fr 1.65fr .73fr; gap: 55px; align-items: start; }
.intro-main h2 { margin-bottom: 30px; }
.intro-main h2 em { color: var(--ink); }
.intro-main > p { max-width: 630px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.intro-side { padding-top: 8px; }
.micro-badge { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 27px; color: var(--ink); background: var(--acid); border-radius: 50%; }
.micro-badge svg { width: 21px; height: 21px; stroke-width: 2.5; }
.intro-side p { margin: 0 0 28px; font-size: 14px; font-weight: 800; line-height: 1.75; }
.intro-side a, .text-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 11px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.intro-side a span, .text-button span { font-size: 18px; }

.services { color: var(--white); background: var(--ink-soft); }
.services-head { display: grid; grid-template-columns: .62fr 1.08fr .7fr; gap: 55px; align-items: end; margin-bottom: 58px; }
.services-head h2 em { color: var(--acid); }
.services-head > p { margin: 0; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.75; }
.service-list { border-top: 1px solid rgba(255,255,255,.15); }
.service-row { position: relative; display: grid; grid-template-columns: 65px 68px 1.05fr 1.35fr 48px; align-items: center; gap: 25px; min-height: 136px; border-bottom: 1px solid rgba(255,255,255,.15); transition: color .25s,background .25s,padding .25s; }
.service-row::before { content: ""; position: absolute; inset: 0 100% 0 0; z-index: 0; background: var(--acid); transition: right .35s ease; }
.service-row:hover::before { right: 0; }
.service-row > * { position: relative; z-index: 1; }
.service-row:hover { color: var(--ink); padding-inline: 20px; }
.service-no { color: rgba(255,255,255,.37); font-size: 10px; font-weight: 900; }
.service-row:hover .service-no { color: rgba(7,16,22,.48); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.service-icon svg { width: 25px; height: 25px; }
.service-row:hover .service-icon { border-color: rgba(7,16,22,.34); }
.service-row h3 { margin: 0; font-size: clamp(21px,2vw,29px); font-weight: 750; letter-spacing: -.025em; }
.service-row p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.65; }
.service-row:hover p { color: rgba(7,16,22,.68); }
.service-row > a { display: grid; place-items: center; width: 44px; height: 44px; justify-self: end; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 19px; }
.service-row:hover > a { color: var(--white); background: var(--ink); }

.local-focus { background: var(--white); }
.local-focus-grid { display: grid; grid-template-columns: .58fr 1.25fr .57fr; gap: 60px; align-items: start; }
.local-focus-copy h2 { margin-bottom: 28px; }
.local-focus-copy h2 em { color: var(--ink); }
.local-focus-copy > p { max-width: 680px; margin: 0 0 36px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.local-services { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.local-services a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.local-services a:nth-child(odd) { padding-right: 24px; }
.local-services a:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.local-services a:hover span { transform: translate(3px,-3px); }
.local-services span { transition: transform .2s; }
.local-focus-side { padding: 31px; color: var(--white); background: var(--ink); }
.local-focus-side small { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.local-focus-side strong { display: block; margin: 48px 0; font-size: 24px; line-height: 1.15; }
.local-focus-side a { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.75); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.mobile-contact-bar { display: none; }

.process { background: var(--paper); }
.process-title { display: grid; grid-template-columns: .62fr 1.78fr; gap: 55px; align-items: start; margin-bottom: 58px; }
.process-title h2 em { color: var(--ink); }
.process-track { display: grid; grid-template-columns: repeat(3,1fr); }
.process-card { min-height: 390px; padding: 32px; border: 1px solid var(--line); }
.process-card + .process-card { border-left: 0; }
.process-card > span { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.process-symbol { display: grid; place-items: center; width: 82px; height: 82px; margin: 70px 0 46px; border: 1px solid var(--ink); border-radius: 50%; }
.process-symbol svg { width: 33px; height: 33px; }
.process-card h3 { margin: 0 0 14px; font-size: 23px; font-weight: 750; letter-spacing: -.025em; }
.process-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.process-card.accent { background: var(--acid); border-color: var(--acid); }
.process-card.accent > span, .process-card.accent p { color: rgba(7,16,22,.63); }
.process-card.dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.process-card.dark > span, .process-card.dark p { color: rgba(255,255,255,.5); }
.process-card.dark .process-symbol { color: var(--acid); border-color: rgba(255,255,255,.35); }

.emergency-band { color: var(--ink); background: var(--acid); }
.emergency-inner { display: grid; grid-template-columns: 86px 1fr auto; gap: 30px; align-items: center; min-height: 220px; }
.emergency-bolt { display: grid; place-items: center; width: 72px; height: 86px; color: var(--acid); background: var(--ink); clip-path: polygon(16% 0,100% 0,84% 100%,0 100%); }
.emergency-bolt svg { width: 40px; height: 46px; fill: currentColor; stroke: none; }
.emergency-inner small { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.emergency-inner h2 { margin: 8px 0 0; font-size: clamp(30px,3.1vw,43px); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
.emergency-phone { position: relative; display: grid; gap: 6px; min-width: 285px; padding: 22px 58px 22px 24px; color: var(--white); background: var(--ink); }
.emergency-phone small { color: rgba(255,255,255,.48); }
.emergency-phone strong { font-size: 18px; }
.emergency-phone span { position: absolute; top: 50%; right: 22px; font-size: 21px; transform: translateY(-50%); }

.faq { background: var(--paper-2); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { align-self: start; position: sticky; top: 110px; }
.faq-heading h2 { margin: 27px 0 25px; }
.faq-heading h2 em { color: var(--ink); }
.faq-heading > p { max-width: 400px; margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.text-button { width: max-content; min-width: 180px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; letter-spacing: -.015em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { position: relative; width: 31px; height: 31px; flex: 0 0 31px; border: 1px solid var(--ink); border-radius: 50%; }
.faq-item summary span::before,.faq-item summary span::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item p { max-width: 630px; margin: -5px 50px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact { position: relative; color: var(--white); background: var(--ink-soft); overflow: hidden; }
.contact::before { content: ""; position: absolute; right: -120px; bottom: -320px; width: 640px; height: 640px; border: 1px solid rgba(216,255,62,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(216,255,62,.025),0 0 0 160px rgba(216,255,62,.018); }
.contact-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.contact-copy h2 { margin: 27px 0 28px; }
.contact-copy h2 em { color: var(--acid); }
.contact-copy > p { max-width: 450px; margin: 0; color: rgba(255,255,255,.53); font-size: 15px; line-height: 1.75; }
.contact-lines { display: grid; gap: 0; max-width: 420px; margin-top: 43px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-lines > * { display: grid; grid-template-columns: 130px 1fr; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-lines small { color: rgba(255,255,255,.4); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-lines strong { font-size: 14px; }
.contact-actions { display: grid; grid-template-columns: repeat(2,1fr); background: rgba(255,255,255,.12); gap: 1px; box-shadow: 0 32px 90px rgba(0,0,0,.3); }
.contact-option { position: relative; min-height: 350px; padding: 38px 34px; color: var(--ink); background: var(--white); transition: transform .2s,background .2s; }
.contact-option:hover { z-index: 1; transform: translateY(-7px); }
.contact-option.accent { background: var(--acid); }
.contact-option small { font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-option h3 { max-width: 250px; margin: 66px 0 18px; font-size: 27px; line-height: 1.04; letter-spacing: -.035em; }
.contact-option p { margin: 0; color: rgba(7,16,22,.62); font-size: 13px; line-height: 1.7; }
.contact-option strong { position: absolute; left: 34px; bottom: 36px; font-size: 13px; }
.contact-option > span { position: absolute; right: 30px; bottom: 30px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 19px; }


.site-footer { padding: 60px 0 26px; color: var(--white); background: #03090d; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr auto; align-items: start; gap: 70px; padding-bottom: 48px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.42); font-size: 13px; font-weight: 700; line-height: 1.7; }
.footer-main nav { display: flex; gap: 29px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-main nav a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: var(--acid); }
.reveal { opacity: 1; transform: none; transition: opacity .7s ease,transform .7s ease; }

@media (max-width: 1080px) {
  .main-nav { gap: 22px; }
  .nav-call { min-width: 220px; margin-left: 23px; padding-left: 22px; }
  .hero-copy { padding-right: 35px; }
  .hero h1 { font-size: clamp(61px,7.2vw,84px); }
  .hero-proof > div { padding-inline: 10px; }
  .intro-grid,.services-head { gap: 35px; }
  .local-focus-grid { gap: 35px; }
  .service-row { grid-template-columns: 45px 60px 1fr 1.2fr 44px; gap: 18px; }
  .contact-shell,.faq-grid { gap: 65px; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; }
  .nav-shell { justify-content: space-between; }
  .nav-call { display: none; }
  .menu-button { position: relative; z-index: 4; display: block; }
  .menu-open .menu-button > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-button > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; margin: 0; padding: 90px 30px 60px; background: rgba(7,16,22,.98); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s; }
  .menu-open .main-nav { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { width: 100%; padding: 13px 0; font-size: 29px; font-weight: 800; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; width: 100%; }
  .hero-copy { min-height: 650px; padding: 110px max(24px,calc((100vw - min(calc(100vw - 48px),var(--container)))/2)) 75px; background: linear-gradient(90deg,rgba(7,16,22,.97),rgba(7,16,22,.74) 65%,rgba(7,16,22,.26)),url("assets/elektrikci-hero.webp") 62% center/cover no-repeat; }
  .hero-visual { display: none; }
  .hero h1 { font-size: clamp(66px,12vw,96px); }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .intro-side { grid-column: 2; }
  .services-head { grid-template-columns: 1fr 2fr; }
  .services-head > p { grid-column: 2; }
  .service-row { grid-template-columns: 38px 54px 1fr 44px; min-height: 130px; }
  .service-row p { grid-column: 3; }
  .service-row > a { grid-column: 4; grid-row: 1 / span 2; }
  .local-focus-grid { grid-template-columns: 1fr 2fr; }
  .local-focus-copy { grid-column: 2; }
  .local-focus-side { grid-column: 2; }
  .process-title { grid-template-columns: 1fr 2fr; }
  .process-track { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .process-card + .process-card { border-left: 1px solid var(--line); border-top: 0; }
  .process-card.dark { border-color: var(--ink); }
  .process-symbol { margin: 45px 0 35px; }
  .emergency-inner { grid-template-columns: 70px 1fr; padding: 40px 0; }
  .emergency-phone { grid-column: 2; justify-self: start; }
  .faq-grid,.contact-shell { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .contact-copy { max-width: 620px; }
  .contact-actions { max-width: 760px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
}

@media (max-width: 580px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 28px),var(--container)); }
  .brand-bolt { width: 36px; height: 42px; }
  .brand-words strong { font-size: 17px; }
  .brand-words small { font-size: 8px; }
  .hero-copy { min-height: 680px; padding: 105px 14px 68px; background: linear-gradient(90deg,rgba(7,16,22,.97),rgba(7,16,22,.56)),linear-gradient(0deg,rgba(7,16,22,.83),transparent 60%),url("assets/elektrikci-hero.webp") 64% center/cover no-repeat; }
  .availability { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { max-width: 100%; font-size: clamp(38px,10.3vw,42px); letter-spacing: -.045em; line-height: 1.03; }
  .hero-copy > p { max-width: 90%; margin: 25px 0 28px; font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 35px; }
  .hero-proof > div { min-height: 50px; }
  .hero-proof br { display: none; }
  .hero-marquee { height: 52px; }
  .hero-marquee div { width: max-content; animation: marquee 18s linear infinite; }
  .hero-marquee span { font-size: 11px; }
  @keyframes marquee { to { transform: translateX(-45%); } }
  .section { padding: 82px 0; }
  .section h2 { font-size: 36px; line-height: 1.05; }
  .intro-grid,.services-head,.process-title,.local-focus-grid { grid-template-columns: 1fr; gap: 27px; }
  .local-focus-copy,.local-focus-side { grid-column: 1; }
  .intro-side,.services-head > p { grid-column: 1; }
  .intro-main > p { font-size: 15px; }
  .services-head { margin-bottom: 38px; }
  .service-row { grid-template-columns: 34px 46px 1fr 38px; gap: 12px; padding: 20px 0; }
  .service-row:hover { padding-inline: 9px; }
  .service-icon { width: 43px; height: 43px; }
  .service-icon svg { width: 21px; height: 21px; }
  .service-row h3 { font-size: 19px; }
  .service-row p { grid-column: 3 / span 2; font-size: 12px; }
  .service-row > a { grid-column: 4; width: 36px; height: 36px; }
  .process-card { min-height: 330px; padding: 26px; }
  .process-symbol { margin: 55px 0 38px; }
  .emergency-inner { grid-template-columns: 1fr; gap: 22px; padding: 45px 0; }
  .emergency-bolt { width: 56px; height: 67px; }
  .emergency-phone { grid-column: 1; width: 100%; min-width: 0; }
  .faq-grid { gap: 55px; }
  .faq-item summary { padding: 23px 0; font-size: 16px; }
  .faq-item p { margin-right: 10px; }
  .contact-shell { gap: 52px; }
  .contact-lines > * { grid-template-columns: 110px 1fr; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-option { min-height: 300px; padding: 29px 25px; }
  .contact-option h3 { margin-top: 44px; }
  .contact-option strong { left: 25px; bottom: 29px; }
  .contact-option > span { right: 23px; bottom: 23px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-main nav { flex-wrap: wrap; gap: 18px 24px; }
  .local-services { grid-template-columns: 1fr; }
  .local-services a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .footer-bottom { display: grid; gap: 14px; }
  .mobile-contact-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 70px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); color: var(--white); background: rgba(3,9,13,.96); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -16px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; min-width: 0; }
  .mobile-call { gap: 10px; padding-right: 12px; }
  .mobile-call > svg { width: 19px; height: 19px; color: var(--acid); }
  .mobile-call > span { display: grid; gap: 2px; }
  .mobile-call small { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-call strong { font-size: 13px; }
  .mobile-whatsapp { gap: 9px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
  .mobile-whatsapp svg { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
