:root {
  --red: #AC0A15;
  --red-soft: #fff0f2;
  --red-dark: #7d0710;
  --header: #AC0A15;
  --header-dark: #7d0710;
  --deep: #073f46;
  --deep-2: #0b5760;
  --ink: #12353a;
  --muted: #667785;
  --line: #e5eef1;
  --pale: #f1fafb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(9, 44, 51, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; background: #fff; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header .container { width: min(1500px, calc(100% - 56px)); }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--red); color: #fff; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 12px; }
svg { width: 1.15em; height: 1.15em; }
.topbar { background: transparent; color: #fff; font-weight: 800; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.18); }
.topbar-inner { min-height: 32px; display: flex; align-items: center; gap: 36px; }
.topbar span, .topbar a { display: inline-flex; gap: 8px; align-items: center; }
.topbar svg { width: 15px; height: 15px; }
.topbar-social { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.topbar-social a { min-width: 16px; justify-content: center; opacity: .92; }
.topbar-social a:hover { opacity: 1; color: #fff0f2; }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--header); box-shadow: 0 14px 34px rgba(75, 5, 12, .28); }
.nav-shell { background: transparent; color: #fff; }
.nav-inner { min-height: 104px; display: flex; align-items: stretch; gap: 0; }
.brand { display: inline-flex; align-items: center; min-width: 430px; padding-right: 48px; border-right: 1px solid rgba(255,255,255,.18); }
.brand-logo { width: 320px; height: auto; display: block; }
.main-nav { flex: 1; display: flex; align-items: center; padding: 0 42px; }
.main-nav ul, .mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.main-nav > ul { display: flex; justify-content: flex-end; align-items: center; gap: 24px; width: 100%; }
.main-nav a { display: flex; align-items: center; gap: 7px; padding: 40px 0; font-size: 14px; font-weight: 900; text-transform: uppercase; line-height: 1; }
.main-nav li { position: relative; }
.main-nav li:hover > a { color: #ffe3e7; }
.has-dropdown > ul { position: absolute; top: 100%; left: 0; min-width: 270px; max-height: calc(100vh - 150px); overflow-y: auto; background: #fff; color: #5d6c71; padding: 18px 0; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; box-shadow: var(--shadow); }
.has-dropdown:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.has-dropdown > ul a { color: #5d6c71; padding: 11px 26px; white-space: nowrap; }
.has-dropdown > ul a:hover { color: var(--red); background: var(--red-soft); }
.header-actions { display: flex; align-items: center; gap: 22px; min-width: 312px; justify-content: flex-end; border-left: 1px solid rgba(255,255,255,.18); padding-left: 32px; }
.call-pill { display: grid; grid-template-columns: 48px 1fr; gap: 2px 12px; align-items: center; min-width: 196px; }
.call-icon { grid-row: span 2; width: 48px; height: 48px; border-radius: 50%; display: grid !important; place-items: center; background: #0c0c0c; color: #fff; box-shadow: inset 0 0 0 5px rgba(255,255,255,.18); }
.call-icon svg { width: 22px; height: 22px; }
.call-pill span:not(.call-icon) { font-size: 12px; opacity: .88; line-height: 1; }
.call-pill strong { font-size: 19px; line-height: 1.05; }
.menu-toggle { display: grid; place-content: center; width: 76px; height: 76px; border: 0; background: #050505; padding: 0; cursor: pointer; }
.menu-toggle:focus { outline: none; }
.menu-toggle:focus-visible { outline: 2px solid rgba(255,255,255,.72); outline-offset: 3px; }
.menu-toggle span { display: block; width: 30px; height: 2px; margin: 5px 0; background: #fff; }
.mobile-nav { display: none; position: fixed; inset: 0; z-index: 120; background: #fff; color: var(--ink); overflow-y: auto; padding: 24px 32px 44px; }
.mobile-nav.open { display: block; }
body.menu-open { overflow: hidden; }
.mobile-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.mobile-panel-logo img { width: 230px; height: auto; }
.mobile-close { width: 42px; height: 42px; border: 0; background: #f4f4f4; color: #1d1d1d; font-size: 34px; line-height: 1; cursor: pointer; }
.mobile-search { position: relative; margin: 12px 0 18px; }
.mobile-search input { width: 100%; height: 46px; border: 0; background: #f6f6f6; border-radius: 0; padding: 0 50px 0 20px; color: var(--ink); font: inherit; font-weight: 800; outline: none; }
.mobile-search input::placeholder { color: #7c898d; font-weight: 700; }
.mobile-search svg { position: absolute; right: 17px; top: 50%; width: 21px; height: 21px; transform: translateY(-50%); color: #071f23; }
.mobile-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav > ul { display: grid; padding-top: 8px; }
.mobile-nav > ul > li > a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8eeee; padding: 17px 0; color: var(--ink); font-size: 16px; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
.mobile-nav .has-dropdown > a span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 4px; background: #f4f4f4; color: var(--ink); font-size: 16px; }
.mobile-nav .has-dropdown > ul { display: none; padding: 4px 0 14px 16px; border-bottom: 1px solid #e8eeee; }
.mobile-nav .has-dropdown.open > ul { display: grid; }
.mobile-nav .has-dropdown > ul a { display: block; padding: 9px 0; color: #637174; font-size: 14px; font-weight: 850; text-transform: none; }
.mobile-nav li.is-hidden { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 8px; padding: 0 24px; font-weight: 900; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-dark { background: var(--deep); color: #fff; }
.btn-dark:hover { background: var(--deep-2); transform: translateY(-2px); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(0,0,0,.2); }
.btn-light { background: #fff; color: var(--red); }
.hero { min-height: 760px; position: relative; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero picture, .hero picture img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.34) 52%, rgba(0,0,0,.12)); }
.hero-content { position: relative; padding-top: 70px; }
.hero-label, .kicker { display: inline-flex; align-items: center; border-radius: 999px; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; padding: 7px 17px; }
.hero h1 { max-width: 760px; margin: 22px 0 16px; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: 0; overflow-wrap: break-word; }
.hero p { max-width: 660px; font-size: 20px; color: rgba(255,255,255,.9); }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; align-items: center; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 880px; margin-top: 46px; }
.hero-stats span { background: rgba(0,0,0,.58); border-left: 4px solid var(--red); padding: 18px; border-radius: 8px; color: rgba(255,255,255,.84); }
.hero-stats strong { display: block; color: #fff; }
.section { padding: 98px 0; position: relative; overflow: hidden; }
.pattern-bg { background: var(--pale); }
.pattern-bg::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(7,63,70,.12) 1px, transparent 1px); background-size: 14px 14px; opacity: .45; pointer-events: none; }
.section > .container { position: relative; z-index: 1; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.section-head h2, .split-copy h2, .quote-grid h2, .process-head h2, .page-hero h1 { font-size: clamp(32px, 4vw, 52px); line-height: 1.12; margin: 16px 0 14px; letter-spacing: 0; overflow-wrap: break-word; }
.section-head p, .split-copy p, .quote-grid p, .page-hero p { color: var(--muted); font-size: 17px; }
.service-slider { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.service-card, .district-card { background: #fff; padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); border-bottom: 4px solid #b7eef3; min-height: 280px; }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border: 1px dashed var(--red); border-radius: 50%; margin-bottom: 22px; font-size: 30px; }
.service-card h3, .district-card h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.25; }
.service-card p, .district-card p { color: var(--muted); }
.service-card a, .district-card a { color: var(--red); font-weight: 900; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.split-grid, .quote-grid, .contact-grid, .detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.image-stack { position: relative; }
.image-stack img, .detail-aside img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 4.6; object-fit: cover; }
.experience-badge { position: absolute; right: -24px; bottom: -24px; background: var(--red); color: #fff; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); }
.experience-badge strong { display: block; font-size: 30px; line-height: 1; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin-top: 28px; }
.check-grid.single { grid-template-columns: 1fr; }
.check-grid span { display: flex; gap: 10px; align-items: center; color: var(--deep); font-weight: 850; }
.check-grid svg { color: var(--red); flex: 0 0 auto; }
.phone-inline { color: var(--deep); font-weight: 950; font-size: 18px; }
.why-band { position: relative; min-height: 560px; color: #fff; background: var(--deep); overflow: hidden; }
.why-bg { position: absolute; inset: 0 0 0 40%; }
.why-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.why-content { position: relative; z-index: 1; display: grid; grid-template-columns: 330px 1fr; gap: 0; align-items: center; min-height: 560px; }
.why-tabs { display: grid; gap: 1px; }
.why-tabs span { padding: 20px 24px; background: rgba(0,0,0,.18); font-weight: 900; }
.why-tabs span:first-child { background: var(--red); border-radius: 999px 0 0 999px; }
.why-card { background: var(--red); padding: 58px 64px; border-radius: var(--radius); max-width: 650px; box-shadow: var(--shadow); }
.why-card h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; margin: 0 0 16px; }
.why-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; padding: 0; margin: 26px 0 0; list-style: none; font-weight: 850; }
.why-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; background: #fff; color: var(--red); border-radius: 50%; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.solution-grid .service-card { display: grid; grid-template-columns: 86px 1fr; column-gap: 24px; align-items: start; min-height: 190px; }
.solution-grid .service-card .service-icon { grid-row: span 3; }
.quote-section { background: linear-gradient(90deg, #fff 0 50%, var(--red-soft) 50% 100%); }
.progress-list { display: grid; gap: 12px; margin-top: 38px; }
.progress-list span { display: grid; gap: 5px; }
.progress-list i { position: relative; display: block; height: 28px; background: #edf0f1; color: #fff; font-style: normal; text-align: right; padding-right: 10px; line-height: 28px; font-size: 12px; font-weight: 900; overflow: hidden; }
.progress-list i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: var(--red); z-index: 0; }
.progress-list i { isolation: isolate; }
.quote-form { background: var(--red); color: #fff; border-radius: var(--radius); padding: 44px; box-shadow: var(--shadow); }
.quote-form h2 { text-align: center; margin: 0 0 24px; font-size: 34px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: 13px; font-weight: 850; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; border: 0; border-radius: 7px; min-height: 50px; padding: 0 16px; color: var(--ink); font: inherit; }
textarea { padding-top: 12px; resize: vertical; }
.quote-form .btn { width: 100%; margin-top: 10px; }
.form-note { font-size: 12px; opacity: .85; margin: 14px 0 0; text-align: center; }
.testimonial-card { max-width: 820px; margin: 0 auto; text-align: center; background: rgba(255,255,255,.78); padding: 46px; border-radius: var(--radius); box-shadow: var(--shadow); }
.testimonial-card p { font-size: 22px; color: var(--muted); }
.testimonial-card strong { display: block; font-size: 24px; }
.testimonial-card span { color: var(--deep-2); font-weight: 850; }
.process { background: #fff; }
.process-head { max-width: 560px; margin-bottom: 40px; }
.process-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; position: relative; }
.process-line article { position: relative; }
.process-line span { width: 46px; height: 46px; display: grid; place-items: center; background: var(--red); color: #fff; border-radius: 50%; font-weight: 950; font-size: 22px; margin-bottom: -20px; position: relative; z-index: 2; }
.process-line img { border-radius: var(--radius); aspect-ratio: 1 / .72; object-fit: cover; box-shadow: var(--shadow); }
.process-line h3 { font-size: 25px; margin: 24px 0 8px; }
.process-line p { color: var(--muted); }
.two-col-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.two-col-copy h2 { color: var(--red); font-size: 24px; line-height: 1.18; }
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(8,49,55,.06); }
summary { cursor: pointer; padding: 20px 24px; font-weight: 950; }
details p { padding: 0 24px 20px; margin: 0; color: var(--muted); }
.page-hero { padding: 150px 0 90px; color: #fff; background: linear-gradient(90deg, rgba(7,63,70,.95), rgba(181,18,32,.82)), url("/assets/images/hanedan-arac.jpeg") center/cover; }
.compact-hero { min-height: 420px; display: grid; align-items: end; }
.page-hero p { color: rgba(255,255,255,.86); max-width: 760px; }
.breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; font-size: 13px; color: rgba(255,255,255,.78); }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.detail-copy { font-size: 18px; }
.detail-copy p { color: var(--muted); }
.detail-copy h2 { font-size: 34px; line-height: 1.16; margin-top: 36px; }
.number-list { padding-left: 20px; color: var(--muted); }
.number-list li { margin-bottom: 10px; }
.detail-aside { display: grid; gap: 22px; align-self: start; }
.aside-card { background: var(--deep); color: #fff; border-radius: var(--radius); padding: 30px; }
.aside-card p { color: rgba(255,255,255,.82); }
.mini-service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mini-service-list a { background: var(--pale); border-left: 4px solid var(--red); padding: 12px 14px; font-weight: 850; }
.district-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.narrow-copy { max-width: 860px; font-size: 18px; }
.narrow-copy h2 { font-size: 34px; line-height: 1.16; }
.narrow-copy p, .narrow-copy li { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }
.gallery-item, .video-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery-item img { width: 100%; height: 420px; object-fit: cover; }
.gallery-item.tall img { height: 560px; }
.video-card video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #000; }
.video-card h2, .video-card p { padding-inline: 22px; }
.contact-cards { display: grid; gap: 18px; }
.contact-cards article { background: #fff; padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); border-left: 4px solid var(--red); }
.contact-cards article span:first-child { color: var(--red); font-size: 32px; }
.contact-cards a { display: block; color: var(--deep-2); font-weight: 900; margin-top: 6px; }
.map-strip iframe { width: 100%; height: 430px; border: 0; display: block; }
.site-footer { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 0, rgba(181,18,32,.28), transparent 34%), radial-gradient(circle at 86% 18%, rgba(255,255,255,.1), transparent 28%), linear-gradient(135deg, #073f46 0%, #0b4e56 48%, #063238 100%); color: #fff; padding: 78px 0 26px; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(255,255,255,.05) 1px, transparent 1px), radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 90px 90px, 18px 18px; opacity: .18; pointer-events: none; }
.site-footer > .container { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.05fr .8fr .9fr .8fr; gap: 52px; align-items: start; }
.footer-cta-card { background: linear-gradient(145deg, var(--red), #8f0f1b); border-radius: 8px; padding: 36px; box-shadow: 0 24px 70px rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.12); }
.footer-cta-card p { color: rgba(255,255,255,.9); }
.round-icon { width: 58px; height: 58px; display: grid; place-items: center; background: #fff; color: var(--red); border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.site-footer h2, .site-footer h3 { margin-top: 0; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.88); }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer .btn-light { color: var(--red); background: #fff; box-shadow: inset -44px 0 0 rgba(181,18,32,.08); }
.site-footer .btn-light:hover { color: var(--red-dark); text-decoration: none; transform: translateY(-2px); }
.footer-contact { margin-top: 58px; border: 1px solid rgba(255,255,255,.18); border-bottom: 3px solid var(--red); border-radius: 8px; padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); box-shadow: 0 22px 70px rgba(0,0,0,.16); }
.footer-contact div { display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; align-items: center; }
.footer-contact svg { grid-row: span 2; color: var(--red); font-size: 28px; }
.footer-contact strong { color: #ffb9c1; text-transform: uppercase; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 30px; color: rgba(255,255,255,.76); font-size: 14px; }
.barbarossoft-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 14px; border-radius: 999px; background: linear-gradient(90deg, #2442a3, #173982); color: #ff7a1a !important; font-weight: 950; box-shadow: inset 26px 0 0 rgba(13,42,113,.55), 0 8px 22px rgba(0,0,0,.18); }
.barbarossoft-badge:hover { color: #ff9a35 !important; text-decoration: none !important; transform: translateY(-1px); }
.floating-actions { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 60; display: grid; gap: 9px; padding: 0; background: transparent; border-radius: 0; box-shadow: none; }
.floating-actions a { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 950; box-shadow: 0 10px 28px rgba(0,0,0,.24); transition: transform .2s ease, filter .2s ease; }
.floating-actions a:hover { transform: translateX(-3px); filter: brightness(1.06); }
.floating-actions svg { width: 28px; height: 28px; }
.float-whatsapp { background: #80df32; color: #071b14 !important; }
.float-call { background: #1e86cf; }
.float-instagram { background: linear-gradient(145deg, #d800ff, #8f19ff); }
@media (max-width: 1600px) {
  .site-header .container { width: min(1500px, calc(100% - 38px)); }
  .brand { min-width: 350px; padding-right: 30px; }
  .brand-logo { width: 285px; }
  .main-nav { padding: 0 28px; }
  .main-nav > ul { gap: 16px; }
  .header-actions { min-width: 266px; gap: 14px; padding-left: 24px; }
  .call-pill { min-width: 174px; grid-template-columns: 42px 1fr; gap: 2px 10px; }
  .call-icon { width: 42px; height: 42px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.18); }
  .call-icon svg { width: 20px; height: 20px; }
  .call-pill strong { font-size: 17px; }
  .menu-toggle { width: 62px; height: 62px; }
}
@media (max-width: 1280px) {
  .brand { min-width: 300px; padding-right: 22px; }
  .brand-logo { width: 250px; }
  .main-nav { padding: 0 18px; }
  .main-nav > ul { gap: 12px; }
  .main-nav a { font-size: 13px; }
  .header-actions { min-width: 230px; padding-left: 18px; }
  .call-icon { display: none !important; }
  .call-pill { min-width: 140px; grid-template-columns: 1fr; }
  .call-pill strong { font-size: 16px; }
  .menu-toggle { width: 58px; height: 58px; }
}
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .nav-inner { align-items: center; gap: 20px; }
  .brand { min-width: auto; padding-right: 0; border-right: 0; }
  .header-actions { min-width: auto; border-left: 0; padding-left: 0; margin-left: auto; }
  .menu-toggle { display: grid; background: transparent; width: 58px; height: 58px; }
  .call-pill { display: none; }
  .hero-stats, .service-slider, .process-line { grid-template-columns: 1fr 1fr; }
  .footer-grid, .footer-contact { grid-template-columns: 1fr 1fr; }
  .district-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .container { width: min(100% - 28px, 1180px); }
  .topbar-inner { align-items: flex-start; flex-direction: column; gap: 6px; padding: 9px 0; }
  .nav-inner { min-height: 72px; }
  .brand { min-width: auto; }
  .brand-logo { width: 250px; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48)); }
  .hero-content { padding-top: 40px; }
  .hero p { font-size: 17px; }
  .hero-stats, .service-slider, .split-grid, .quote-grid, .contact-grid, .detail-grid, .solution-grid, .two-col-copy, .footer-grid, .footer-contact, .district-grid, .gallery-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .solution-grid .service-card { grid-template-columns: 1fr; }
  .why-bg { inset: 0; }
  .why-content { grid-template-columns: 1fr; padding: 70px 0; }
  .why-tabs { display: none; }
  .why-card { padding: 34px; }
  .why-card ul, .check-grid, .form-row, .mini-service-list { grid-template-columns: 1fr; }
  .quote-section { background: #fff; }
  .page-hero { padding: 120px 0 70px; }
  .gallery-item img, .gallery-item.tall img { height: 360px; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 28px); max-width: 100%; }
  .site-header .container { width: calc(100% - 28px); }
  .topbar { display: none; }
  .nav-inner { min-height: 76px; gap: 14px; }
  .brand-logo { width: 214px; }
  .menu-toggle { width: 48px; height: 48px; padding: 11px; }
  .menu-toggle span { height: 2px; margin: 6px 0; }
  .mobile-nav { padding: 18px 34px 44px; }
  .mobile-panel-logo img { width: 220px; }
  .hero { min-height: 640px; align-items: start; }
  .hero-content { padding-top: 28px; max-width: 100%; }
  .hero-label { font-size: 12px; padding: 6px 14px; }
  .hero h1 { width: min(100%, 350px); max-width: 100%; margin: 18px 0 10px; padding: 10px 12px; background: rgba(0,0,0,.62); font-size: 25px; line-height: 1.18; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
  .hero p { width: min(100%, 350px); max-width: 100%; margin: 0; padding: 12px; background: rgba(0,0,0,.56); font-size: 16px; line-height: 1.55; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .btn { min-height: 46px; padding: 0 18px; }
  .hero-stats { display: none; }
  .section-head p { max-width: calc(100vw - 32px); }
  .section-head { max-width: calc(100vw - 32px); }
  .section-head h2, .split-copy h2, .quote-grid h2, .process-head h2, .page-hero h1 { font-size: 26px; line-height: 1.2; max-width: calc(100vw - 32px); white-space: normal; word-break: break-word; }
  .section-head h2 { max-width: 330px; margin-left: auto; margin-right: auto; }
  .hero-stats, .process-line { grid-template-columns: 1fr; }
  .quote-form { padding: 28px; }
  .floating-actions { right: 12px; top: auto; bottom: 18px; transform: none; padding: 0; gap: 8px; border-radius: 0; background: transparent; box-shadow: none; }
  .floating-actions a { width: 50px; height: 50px; }
}