﻿/*
Theme Name: Adil Otomotiv Wet Clutch Premium
Theme URI: https://atubilisim.tr
Author: ATU Bilişim
Author URI: https://atubilisim.tr
Description: Adil Otomotiv için yağlı kavrama, Mitsubishi SST, DCT, EDC, Powershift ve yarı otomatik şanzıman odaklı premium WordPress teması.
Version: 4.1.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: adilotomotiv
*/

:root {
  --bg: #07090d;
  --bg-soft: #0c1118;
  --surface: #121820;
  --surface-2: #171d26;
  --surface-3: #1d2530;
  --text: #f6f8fb;
  --muted: #aab2bf;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent: #e3362b;
  --accent-2: #ff7a2f;
  --success: #1faa64;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1240px;
}

/* Adil Otomotiv v33 wet clutch premium system */
body.adil-body {
  margin: 0;
  background: #f5f6f8;
  color: #141821;
  font-family: Barlow, Arial, sans-serif;
}

.adil-body a { color: inherit; text-decoration: none; }
.adil-body img { max-width: 100%; display: block; }
.adil-container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.adil-main { background: #f6f7f9; overflow: hidden; }

.adil-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(10,20,35,.08);
  box-shadow: 0 12px 34px rgba(15,23,42,.06);
  backdrop-filter: blur(14px);
}

.adil-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.adil-logo img { width: 218px; height: auto; }
.adil-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 800; }
.adil-nav a { padding: 34px 0; color: #121722; }
.adil-nav a.is-active, .adil-nav a:hover { color: #e30613; }

.adil-head-phone a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.adil-head-phone svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 999px;
  color: #fff;
  background: #e30613;
}

.adil-head-phone small {
  display: block;
  margin-top: 4px;
  color: #e30613;
  font-size: 12px;
}

.adil-menu-toggle { display: none; }

.adil-hero {
  position: relative;
  min-height: 560px;
  background: #fff;
  overflow: hidden;
}

.adil-hero::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  border-top: 260px solid #e30613;
  border-right: 76px solid transparent;
  z-index: 2;
}

.adil-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
}

.adil-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.28) 68%, rgba(255,255,255,.05) 100%);
}

.adil-hero-grid {
  position: relative;
  z-index: 3;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: end;
  gap: 42px;
  padding: 70px 0 46px;
}

.adil-hero-copy h1 {
  margin: 0 0 18px;
  font-family: "Barlow Condensed", Barlow, Arial, sans-serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: 0;
}

.adil-hero-copy h1 span { display: block; color: #e30613; font-size: 1.16em; }
.adil-hero-copy p { max-width: 520px; margin: 0 0 28px; font-size: 20px; line-height: 1.45; color: #2d3440; }

.adil-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }
.adil-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}

.adil-btn svg, .adil-text-link svg { width: 18px; height: 18px; }
.adil-btn-primary { background: #e30613; color: #fff; box-shadow: 0 14px 30px rgba(227,6,19,.22); }
.adil-btn-light { background: #fff; color: #111827; box-shadow: 0 10px 28px rgba(15,23,42,.12); }
.adil-btn-outline { color: #e30613; border-color: #e30613; background: #fff; }
.adil-center-btn { margin: 26px auto 0; width: fit-content; }

.adil-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.adil-trust-row span, .adil-hero-side article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.adil-trust-row svg, .adil-hero-side svg {
  color: #e30613;
  flex: 0 0 auto;
}

.adil-trust-row b, .adil-trust-row small { display: block; }
.adil-trust-row b { font-size: 13px; }
.adil-trust-row small { color: #4b5563; font-size: 11px; }

.adil-hero-side {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.adil-hero-side article {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 28px rgba(15,23,42,.1);
}

.adil-hero-side b { display: block; font-size: 13px; }
.adil-hero-side span { color: #4b5563; font-size: 12px; }

.adil-card-band {
  position: relative;
  z-index: 4;
  margin-top: -34px;
  padding: 30px 34px 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  box-shadow: 0 20px 54px rgba(15,23,42,.1);
}

.adil-section { padding: 56px 0; }
.adil-section-title { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 28px; text-align: center; }
.adil-section-title span { width: 64px; height: 1px; background: #e30613; opacity: .5; }
.adil-section-title h2 { margin: 0; font-size: 28px; text-transform: uppercase; letter-spacing: 0; }

.adil-service-icons {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px;
}

.adil-service-icons a {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.adil-service-icons svg { color: #e30613; width: 34px; height: 34px; }

.adil-model-groups, .adil-post-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.adil-model-card, .adil-post-card, .adil-large-service, .adil-contact-box, .adil-form, .adil-sidebar {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15,23,42,.07);
}

.adil-model-card { padding: 20px; overflow: hidden; }
.adil-brand-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.adil-brand-head img, .adil-brand-title img { width: 34px; height: 34px; object-fit: contain; }
.adil-brand-head h3 { margin: 0; font-size: 18px; text-transform: uppercase; }
.adil-model-image { height: 88px; width: 100%; object-fit: cover; object-position: center; margin-bottom: 14px; }
.adil-model-card ul { list-style: none; padding: 0; margin: 0 0 16px; }
.adil-model-card li { margin: 8px 0; color: #222; font-size: 14px; }
.adil-model-card li::before { content: ">"; color: #e30613; margin-right: 7px; }
.adil-text-link { display: inline-flex; align-items: center; gap: 7px; color: #e30613; font-weight: 900; font-size: 14px; }

.adil-dark-band {
  padding: 44px 0;
  background: linear-gradient(90deg, rgba(5,10,18,.96), rgba(13,20,31,.92)), url("assets/images/aox-wet-clutch-bench.png") center/cover;
  color: #fff;
}

.adil-why {
  display: grid;
  grid-template-columns: 190px repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.adil-why h2 { margin: 14px 0 0; font-size: 26px; text-transform: uppercase; }
.adil-why article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.adil-why svg { color: #e30613; margin-bottom: 14px; }
.adil-why b { display: block; margin-bottom: 10px; text-transform: uppercase; }
.adil-why p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.45; }

.adil-post-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.adil-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.adil-post-card { overflow: hidden; }
.adil-post-card img { height: 160px; width: 100%; object-fit: cover; }
.adil-post-card span { display: inline-block; margin: -17px 16px 12px; padding: 6px 10px; border-radius: 4px; background: #e30613; color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; position: relative; }
.adil-post-card h2, .adil-post-card h3 { margin: 0 16px 10px; font-size: 18px; line-height: 1.25; }
.adil-post-card p { margin: 0 16px 16px; color: #596170; line-height: 1.5; }
.adil-post-card a { display: inline-flex; align-items: center; gap: 7px; margin: 0 16px 18px; color: #e30613; font-weight: 900; }

.adil-contact-strip {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1.45fr;
  gap: 18px;
  padding-bottom: 40px;
}
.adil-contact-box { padding: 24px; }
.adil-contact-box h2 { margin: 0 0 18px; font-size: 20px; text-transform: uppercase; }
.adil-contact-box p { display: flex; gap: 12px; align-items: flex-start; margin: 0 0 16px; color: #2b3443; }
.adil-contact-box svg { color: #e30613; flex: 0 0 auto; }
.adil-video-card, .adil-map-card { position: relative; min-height: 230px; overflow: hidden; border-radius: 8px; background: #111827; box-shadow: 0 16px 40px rgba(15,23,42,.08); }
.adil-video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.adil-video-card span { position: absolute; left: 24px; bottom: 22px; color: #fff; font-weight: 900; text-transform: uppercase; }
.adil-map-card iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.08); }
.adil-map-card div { position: absolute; right: 18px; bottom: 18px; width: 180px; padding: 18px; border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(15,23,42,.15); }
.adil-map-card b, .adil-map-card small { display: block; }
.adil-map-card a { display: inline-block; margin-top: 12px; padding: 11px 13px; border-radius: 4px; background: #e30613; color: #fff; font-weight: 900; font-size: 12px; text-transform: uppercase; }

.adil-page-hero { position: relative; min-height: 330px; display: flex; align-items: center; color: #fff; overflow: hidden; background: #111827; }
.adil-page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.adil-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,18,.9), rgba(5,10,18,.42)); }
.adil-page-hero .adil-container { position: relative; z-index: 2; }
.adil-page-hero span { color: #ff3440; font-weight: 900; text-transform: uppercase; }
.adil-page-hero h1 { max-width: 820px; margin: 8px 0 12px; font-size: clamp(42px, 6vw, 68px); line-height: .95; text-transform: uppercase; }
.adil-page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.5; }

.adil-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.adil-large-service { padding: 26px; }
.adil-large-service svg { color: #e30613; width: 42px; height: 42px; }
.adil-large-service h2 { margin: 18px 0 10px; font-size: 22px; }
.adil-large-service p { color: #596170; line-height: 1.55; }
.adil-large-service em { color: #e30613; font-style: normal; font-weight: 900; }

.adil-model-directory { display: grid; gap: 26px; }
.adil-model-directory section { padding: 24px; border-radius: 8px; background: #fff; box-shadow: 0 16px 40px rgba(15,23,42,.06); }
.adil-brand-title { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.adil-brand-title h2 { margin: 0; }
.adil-brand-title span { margin-left: auto; color: #e30613; font-weight: 900; }
.adil-model-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.adil-model-list a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px; border-radius: 6px; border: 1px solid rgba(15,23,42,.08); }
.adil-model-list span { display: inline-flex; align-items: center; gap: 6px; color: #e30613; font-size: 13px; font-weight: 900; }

.adil-contact-page { display: grid; grid-template-columns: .9fr 1.4fr; gap: 20px; }
.adil-form { padding: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.adil-form input, .adil-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(15,23,42,.12); border-radius: 4px; padding: 0 14px; font: inherit; }
.adil-form textarea { grid-column: 1/-1; min-height: 130px; padding-top: 14px; }
.adil-form button { width: 160px; }
.adil-map-card.wide { grid-column: 1/-1; min-height: 380px; }

.adil-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.adil-detail { padding: 30px; background: #fff; border-radius: 8px; box-shadow: 0 16px 40px rgba(15,23,42,.06); }
.adil-detail > img { width: 100%; max-height: 360px; object-fit: cover; border-radius: 8px; margin-bottom: 22px; }
.adil-detail h2 { margin-top: 0; font-size: 32px; }
.adil-detail p, .adil-single .entry-content { color: #3d4654; line-height: 1.72; font-size: 17px; }
.adil-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.adil-checks span { padding: 13px 14px; border-radius: 6px; background: #fff4f5; color: #b0000a; font-weight: 800; }
.adil-sidebar { padding: 24px; position: sticky; top: 110px; }
.adil-sidebar h3 { margin-top: 0; }
.adil-sidebar p, .adil-sidebar a:not(.adil-btn) { display: block; padding: 12px 0; border-bottom: 1px solid rgba(15,23,42,.08); color: #3d4654; }
.adil-sidebar .adil-btn { margin-top: 18px; width: 100%; }

.adil-footer { background: #080d14; color: #fff; padding: 34px 0 22px; }
.adil-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; }
.adil-footer .adil-logo img { filter: brightness(0) invert(1); }
.adil-footer p { color: rgba(255,255,255,.68); line-height: 1.6; }
.adil-footer h3 { margin: 0 0 14px; }
.adil-footer a { display: block; color: rgba(255,255,255,.72); margin: 9px 0; }
.adil-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); font-size: 13px; }
.adil-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: 58px; height: 58px; border-radius: 999px; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 18px 40px rgba(37,211,102,.35); }
.adil-whatsapp svg { width: 30px; height: 30px; }

@media (max-width: 1120px) {
  .adil-nav { gap: 16px; font-size: 13px; }
  .adil-service-icons { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .adil-model-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .adil-why { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .adil-why h2 { grid-column: 1/-1; }
  .adil-blog-grid, .adil-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .adil-container { width: min(100% - 28px, 1200px); }
  .adil-header-inner { min-height: 76px; }
  .adil-logo img { width: 168px; }
  .adil-nav, .adil-head-phone span { display: none; }
  .adil-menu-toggle { display: inline-grid; place-items: center; border: 0; background: #111827; color: #fff; border-radius: 4px; width: 44px; height: 44px; }
  .adil-head-phone svg { width: 44px; height: 44px; }
  .adil-hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 70px 0 34px; }
  .adil-hero { min-height: auto; }
  .adil-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.8)); }
  .adil-hero-copy h1 { font-size: 46px; }
  .adil-hero-copy p { font-size: 17px; }
  .adil-trust-row, .adil-hero-side, .adil-contact-strip, .adil-detail-layout, .adil-contact-page, .adil-footer-grid { grid-template-columns: 1fr; }
  .adil-card-band { margin-top: 0; border-radius: 0; width: 100%; padding-left: 14px; padding-right: 14px; }
  .adil-service-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adil-model-groups, .adil-post-grid, .adil-blog-grid, .adil-service-grid, .adil-model-list, .adil-checks { grid-template-columns: 1fr; }
  .adil-brand-title { align-items: flex-start; flex-wrap: wrap; }
  .adil-brand-title span { margin-left: 0; width: 100%; }
  .adil-form { grid-template-columns: 1fr; }
  .adil-form textarea { grid-column: auto; }
  .adil-footer-bottom { flex-direction: column; }
  .adil-whatsapp { bottom: 84px; right: 18px; }
  .adil-page-hero { min-height: 300px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(227, 54, 43, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 122, 47, 0.08), transparent 18%),
    linear-gradient(180deg, #07090d 0%, #090d13 100%);
  color: var(--text);
  font-family: "Barlow", "Segoe UI", sans-serif;
  line-height: 1.7;
}

body.ao-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ao-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.ao-btn:hover {
  transform: translateY(-2px);
}

.ao-btn-primary {
  background: linear-gradient(135deg, var(--accent), #b71f15);
  color: #fff;
  box-shadow: 0 16px 30px rgba(227, 54, 43, 0.24);
}

.ao-btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.ao-btn-ghost {
  background: #fff;
  color: #0b0f15;
}

.ao-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.ao-text-link::after {
  content: "->";
  color: var(--accent);
}

.ao-section {
  padding: 34px 0;
}

.ao-section-kicker,
.ao-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d2d7df;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ao-hero-kicker strong {
  color: var(--accent);
}

.ao-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.ao-section-link-btn {
  white-space: nowrap;
}

.ao-section-head h2,
.ao-page-copy h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.ao-footer-cta h2,
.ao-why-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ao-section-head h2 {
  font-size: clamp(36px, 5vw, 54px);
}

.ao-section-head p,
.ao-page-copy p,
.ao-footer-cta p,
.ao-service-card p,
.ao-local-card p,
.ao-contact-card p,
.ao-post-card p,
.entry-content p,
.entry-content li,
.ao-trust-grid p,
.ao-why-copy p {
  color: var(--muted);
}

.ao-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(7, 9, 13, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ao-header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ao-header-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ao-brand-wrap img,
.ao-mobile-logo img,
.ao-footer-brand img {
  width: auto;
  max-height: 72px;
}

.ao-menu-toggle,
.ao-mobile-close {
  display: none;
  border: 0;
  cursor: pointer;
}

.ao-menu-toggle {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  color: #fff;
}

.ao-menu-toggle svg {
  width: 22px;
  height: 22px;
}

.ao-primary-nav ul,
.ao-nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ao-primary-nav a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #edf1f7;
}

.ao-primary-nav a:hover,
.ao-mobile-nav-list a:hover,
.ao-footer-list a:hover {
  color: var(--accent);
}

.ao-header-actions {
  display: flex;
  align-items: center;
}

.ao-header-phone {
  display: grid;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 0 10px;
  min-width: 208px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-header-phone span {
  grid-row: span 2;
  color: var(--accent);
}

.ao-header-phone span svg {
  width: 18px;
  height: 18px;
}

.ao-header-phone strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ao-header-phone small {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.ao-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: flex;
  justify-content: flex-end;
  background: rgba(4, 6, 10, 0.94);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.ao-mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(227, 54, 43, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.98), rgba(5, 8, 12, 0.92));
}

body.ao-menu-open .ao-mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ao-mobile-menu-inner {
  position: relative;
  width: min(100vw, 420px);
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  padding: 28px 24px 34px;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(9, 13, 19, 0.98), rgba(7, 10, 15, 1)),
    radial-gradient(circle at top right, rgba(227, 54, 43, 0.16), transparent 24%);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -26px 0 60px rgba(0, 0, 0, 0.42);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0);
}

.ao-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.ao-mobile-close {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ao-mobile-nav-list a {
  display: block;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.ao-mobile-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.ao-mobile-actions .ao-btn {
  width: 100%;
}

.ao-mobile-contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-mobile-contact-meta a {
  color: #cbd3de;
  font-size: 14px;
  line-height: 1.5;
}

.ao-site-main {
  padding-bottom: 40px;
}

.ao-elementor-main {
  padding-bottom: 0;
}

.ao-elementor-main .elementor {
  width: 100%;
}

.ao-hero {
  padding: 28px 0 10px;
}

.ao-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 30px;
  overflow: hidden;
  padding: 44px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(6, 8, 12, 0.96), rgba(10, 14, 20, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.ao-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.9) 0%, rgba(7, 9, 13, 0.72) 42%, rgba(7, 9, 13, 0.16) 100%),
    url("assets/images/hero.png") center/cover no-repeat;
  opacity: 0.38;
}

.ao-hero-copy,
.ao-hero-media {
  position: relative;
  z-index: 2;
}

.ao-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ao-hero-copy h1 {
  margin: 18px 0 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(56px, 8vw, 94px);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.ao-hero-copy p {
  max-width: 620px;
  margin: 0;
  font-size: 18px;
}

.ao-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ao-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.ao-feature-row div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 102px;
  padding: 16px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-feature-row span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: var(--accent);
  margin-bottom: 10px;
}

.ao-feature-row strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ao-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ao-hero-media img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-hero-quick-actions {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 172px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(8, 11, 16, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-hero-quick-actions a {
  padding: 16px 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-hero-quick-actions a:first-child {
  background: linear-gradient(135deg, #1e9d5b, #167844);
}

.ao-hero-quick-actions a:last-child {
  border-bottom: 0;
}

.ao-service-grid,
.ao-local-grid,
.ao-post-grid {
  display: grid;
  gap: 18px;
}

.ao-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ao-local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ao-service-card,
.ao-local-card,
.ao-post-card,
.ao-sidebar-box,
.ao-contact-card,
.ao-footer-cta,
.ao-trust-grid article,
.ao-entry-main,
.ao-page-hero-inner,
.ao-contact-shell {
  background: linear-gradient(180deg, rgba(21, 27, 36, 0.96), rgba(13, 18, 25, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
}

.ao-service-card,
.ao-local-card,
.ao-post-card,
.ao-sidebar-box {
  padding: 24px;
}

.ao-service-card {
  padding: 0;
  overflow: hidden;
}

.ao-service-card h3,
.ao-local-card h3,
.ao-sidebar-box h3,
.ao-post-card h2,
.ao-contact-card h3 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ao-service-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #0c1118;
}

.ao-service-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 9, 13, 0.1), rgba(6, 9, 13, 0.66));
}

.ao-service-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ao-service-card:hover .ao-service-cover img {
  transform: scale(1.04);
}

.ao-service-cover.is-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(227, 54, 43, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(14, 19, 26, 0.98), rgba(8, 11, 16, 1));
}

.ao-service-cover.is-icon::after {
  background: linear-gradient(180deg, rgba(6, 9, 13, 0.06), rgba(6, 9, 13, 0.42));
}

.ao-service-cover-icon,
.ao-service-detail-emblem-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  transition: transform 0.22s ease, background 0.22s ease;
  border-radius: 24px;
  background: rgba(227, 54, 43, 0.14);
  color: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.ao-service-cover-icon {
  width: 88px;
  height: 88px;
}

.ao-service-cover-icon svg,
.ao-service-detail-emblem-icon svg {
  width: 42px;
  height: 42px;
}

.ao-service-card:hover .ao-service-cover-icon,
.ao-service-detail-visual:hover .ao-service-detail-emblem-icon {
  transform: translateY(-2px);
}

.ao-service-cover-kicker {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 18px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ao-service-cover-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(7, 11, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ao-service-card-body {
  padding: 22px 22px 24px;
}

.ao-service-card.is-simple {
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ao-service-simple-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 23, 31, 0.98), rgba(11, 15, 21, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.ao-service-simple-card:hover {
  transform: translateY(-3px);
  border-color: rgba(227, 54, 43, 0.28);
}

.ao-service-simple-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(227, 54, 43, 0.12);
  color: var(--accent);
}

.ao-service-simple-icon svg {
  width: 28px;
  height: 28px;
}

.ao-service-simple-card h3 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.ao-service-simple-card p {
  margin: 0 0 18px;
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ao-service-simple-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #fff;
  font-weight: 700;
}

.ao-service-simple-link::after {
  content: "->";
  color: var(--accent);
}

.ao-service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(227, 54, 43, 0.12);
  color: var(--accent);
}

.ao-service-icon svg,
.ao-contact-list span svg,
.ao-hours-list span svg {
  width: 26px;
  height: 26px;
}

.ao-service-card p,
.ao-local-card p {
  margin: 0 0 18px;
}

.ao-service-mini-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ao-service-mini-list li {
  position: relative;
  padding-left: 22px;
  color: #d6dde7;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ao-service-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.ao-local-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 47, 0.12);
  color: #ffc192;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ao-section-why .container {
  position: relative;
}

.ao-why-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
}

.ao-why-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.88) 0%, rgba(7, 9, 13, 0.44) 32%, rgba(7, 9, 13, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 9, 13, 0.2) 0%, rgba(7, 9, 13, 0.52) 100%);
}

.ao-why-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: right center;
  filter: brightness(0.7);
}

.ao-why-copy {
  padding: 18px 0 18px 6px;
}

.ao-why-copy h2 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 4vw, 58px);
}

.ao-check-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ao-why-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.ao-why-stat-grid article {
  padding: 16px 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-why-stat-grid strong {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 42px;
  line-height: 0.92;
}

.ao-why-stat-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.ao-check-list li {
  position: relative;
  padding: 14px 16px 14px 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(227, 54, 43, 0.18);
  box-shadow: inset 0 0 0 1px rgba(227, 54, 43, 0.32);
}

.ao-check-list li::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--accent);
}

.ao-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ao-trust-grid article {
  padding: 22px;
}

.ao-trust-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.ao-trust-grid p {
  margin: 0;
}

.ao-contact-shell {
  padding: 0;
}

.ao-contact-card {
  padding: 28px;
}

.ao-contact-card.is-compact {
  padding: 24px;
}

.ao-contact-card-copy p {
  margin: 10px 0 0;
}

.ao-contact-list,
.ao-hours-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.ao-contact-list a,
.ao-hours-list div {
  display: grid;
  grid-template-columns: 22px auto;
  align-items: start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ao-contact-list span,
.ao-hours-list span {
  color: var(--accent);
}

.ao-contact-list strong,
.ao-hours-list strong {
  font-size: 15px;
}

.ao-contact-map {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-contact-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.ao-page-hero {
  padding: 28px 0 12px;
}

.ao-page-hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  padding: 26px;
  overflow: hidden;
}

.ao-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ao-page-copy h1 {
  margin: 16px 0;
  font-size: clamp(38px, 5vw, 66px);
}

.ao-page-copy p {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
}

.ao-page-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0f15;
}

.ao-page-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.ao-page-media.ao-page-media-icon {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 47, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(227, 54, 43, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(12, 17, 24, 0.98), rgba(8, 11, 16, 1));
}

.ao-page-media-icon-glyph {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 28px;
  background: rgba(227, 54, 43, 0.14);
  color: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.ao-page-media-icon-glyph svg {
  width: 54px;
  height: 54px;
}

.ao-page-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 16, 0.14), rgba(8, 11, 16, 0.74));
}

.ao-page-media-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 22px;
  border-radius: 24px;
  background: rgba(9, 13, 18, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.ao-page-media-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(227, 54, 43, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ao-page-media-overlay h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.ao-page-point-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ao-page-point-list li {
  position: relative;
  padding-left: 22px;
  color: #dee5ee;
}

.ao-page-point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-2);
}

.ao-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8f99a9;
  font-size: 14px;
  margin-bottom: 10px;
}

.ao-entry-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.ao-entry-shell.is-services-overview {
  grid-template-columns: 1fr;
}

.ao-entry-main {
  padding: 34px;
}

.ao-entry-main.is-services-overview {
  padding: 28px;
}

.ao-service-overview-head {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.ao-service-overview-head h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 54px);
}

.ao-service-overview-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.entry-content h1 {
  font-size: 48px;
  margin-bottom: 18px;
}

.entry-content h2 {
  margin: 28px 0 14px;
  font-size: clamp(30px, 4vw, 42px);
}

.entry-content h3 {
  margin: 24px 0 12px;
  font-size: 28px;
}

.entry-content p {
  margin: 0 0 16px;
  font-size: 17px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.entry-content li {
  margin-bottom: 10px;
}

.entry-content .adil-simple-list {
  padding-left: 0;
  list-style: none;
}

.entry-content .adil-simple-list li {
  position: relative;
  padding: 14px 16px 14px 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.entry-content .adil-simple-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 122, 47, 0.14);
}

.entry-content .adil-simple-list li::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--accent-2);
}

.adil-content-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 26px 0;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(227, 54, 43, 0.16), rgba(255, 122, 47, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.adil-content-band h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 34px;
}

.adil-content-band p {
  margin: 0;
}

.adil-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ao-entry-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 106px;
}

.ao-premium-panel,
.ao-service-detail-shell {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  margin-bottom: 26px;
}

.ao-premium-panel-copy,
.ao-service-detail-copy {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 23, 31, 0.98), rgba(11, 15, 21, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-premium-panel-copy h2,
.ao-service-detail-copy h2,
.ao-process-head h2,
.ao-related-strip-head h2 {
  margin: 18px 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.ao-service-detail-copy h2 {
  font-size: clamp(30px, 3.1vw, 42px);
}

.ao-premium-panel-copy p,
.ao-service-detail-copy p {
  margin: 0;
  color: var(--muted);
}

.ao-premium-panel-media,
.ao-service-detail-visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-premium-panel-media img,
.ao-service-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ao-service-detail-visual.is-icon {
  display: flex;
  align-items: flex-end;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 47, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(227, 54, 43, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(12, 17, 24, 0.98), rgba(8, 11, 16, 1));
}

.ao-service-detail-emblem {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

.ao-service-detail-emblem-icon {
  width: 112px;
  height: 112px;
}

.ao-service-detail-emblem strong {
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
}

.ao-premium-feature-grid,
.ao-process-grid,
.ao-signal-grid {
  display: grid;
  gap: 14px;
}

.ao-premium-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.ao-premium-feature-grid article,
.ao-process-grid article,
.ao-signal-grid article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-premium-feature-grid strong,
.ao-process-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 30px;
  color: var(--accent);
  line-height: 1;
}

.ao-premium-feature-grid span,
.ao-process-grid p,
.ao-signal-grid article {
  color: #d5dbe5;
}

.ao-service-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.08), rgba(7, 10, 14, 0.42));
}

.ao-service-detail-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(7, 11, 16, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ao-signal-grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.ao-signal-grid article {
  display: flex;
  align-items: center;
  min-height: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ao-process-section {
  margin: 0 0 26px;
}

.ao-process-head,
.ao-related-strip-head {
  margin-bottom: 18px;
}

.ao-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ao-process-grid p {
  margin: 0;
}

.ao-related-strip {
  margin-bottom: 10px;
}

.ao-brand-seo-block {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 23, 31, 0.98), rgba(11, 15, 21, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 26px;
}

.ao-brand-seo-copy h2 {
  margin: 18px 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.ao-brand-seo-copy p {
  margin: 0;
  color: var(--muted);
}

.ao-brand-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ao-brand-pill {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #edf2f7;
  font-weight: 700;
  font-size: 14px;
}

.ao-sidebar-box h3 {
  margin-bottom: 14px;
}

.ao-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ao-sidebar-list a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #dce2eb;
  font-weight: 600;
}

.ao-sidebar-list a:hover {
  border-color: rgba(227, 54, 43, 0.38);
  color: #fff;
}

.ao-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ao-post-card {
  min-height: 100%;
}

.ao-post-date {
  display: inline-flex;
  margin-bottom: 14px;
  color: #9ba5b4;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ao-post-card h2 {
  margin-bottom: 12px;
}

.ao-site-footer {
  padding: 12px 0 110px;
}

.ao-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.ao-footer-cta h2 {
  margin: 14px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
}

.ao-footer-cta p {
  margin: 0;
  max-width: 720px;
}

.ao-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ao-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.95fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.ao-footer-grid > div {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ao-footer-grid h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 28px;
}

.ao-footer-brand p {
  margin: 16px 0 0;
  color: var(--muted);
}

.ao-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ao-footer-list li {
  color: var(--muted);
}

.ao-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f99a9;
  font-size: 14px;
}

.ao-mobile-sticky {
  display: none;
}

body.ao-menu-open .ao-mobile-sticky {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(24px);
}

@media (max-width: 1180px) {
  .ao-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ao-local-grid,
  .ao-post-grid,
  .ao-trust-grid,
  .ao-premium-feature-grid,
  .ao-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ao-signal-grid {
    grid-template-columns: 1fr;
  }

  .ao-hero-shell,
  .ao-page-hero-inner,
  .ao-premium-panel,
  .ao-service-detail-shell,
  .ao-why-grid,
  .ao-entry-shell {
    grid-template-columns: 1fr;
  }

  .ao-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ao-entry-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .ao-primary-nav,
  .ao-header-actions {
    display: none;
  }

  .ao-menu-toggle,
  .ao-mobile-close {
    display: grid;
    place-items: center;
  }

  .ao-header-inner {
    min-height: 78px;
  }

  .ao-brand-wrap img,
  .ao-mobile-logo img,
  .ao-footer-brand img {
    max-height: 56px;
  }

  .ao-mobile-menu-inner {
    width: 100%;
    padding-top: max(20px, env(safe-area-inset-top));
    border-left: 0;
    box-shadow: none;
  }

  .ao-hero-shell,
  .ao-page-hero-inner,
  .ao-entry-main,
  .ao-footer-cta,
  .ao-contact-card {
    padding: 24px;
  }

  .ao-hero-copy h1 {
    font-size: clamp(40px, 13vw, 66px);
  }

  .ao-hero-media img {
    min-height: 320px;
  }

  .ao-local-grid,
  .ao-post-grid,
  .ao-trust-grid,
  .ao-premium-feature-grid,
  .ao-signal-grid,
  .ao-process-grid,
  .ao-why-stat-grid,
  .ao-footer-grid {
    grid-template-columns: 1fr;
  }

  .ao-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ao-hero-quick-actions {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .ao-why-copy {
    padding: 0;
  }

  .adil-content-band,
  .ao-footer-cta,
  .ao-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .ao-site-main {
    padding-bottom: 96px;
  }

  .ao-hero {
    padding-top: 16px;
  }

  .ao-hero-shell {
    gap: 18px;
    padding: 20px;
    border-radius: 28px;
  }

  .ao-hero-copy p,
  .ao-page-copy p,
  .entry-content p {
    font-size: 16px;
  }

  .ao-hero-actions,
  .adil-band-actions,
  .ao-footer-cta-actions {
    width: 100%;
  }

  .ao-hero-actions .ao-btn,
  .adil-band-actions .ao-btn,
  .ao-footer-cta-actions .ao-btn {
    flex: 1 1 100%;
  }

  .ao-service-grid {
    grid-template-columns: 1fr;
  }

  .ao-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ao-feature-row div {
    min-height: 88px;
    padding: 14px 12px;
  }

  .ao-feature-row strong {
    font-size: 13px;
  }

  .ao-service-card h3,
  .ao-local-card h3,
  .ao-sidebar-box h3,
  .ao-contact-card h3,
  .ao-post-card h2 {
    font-size: 24px;
  }

  .entry-content h2 {
    font-size: 30px;
  }

  .ao-page-media {
    min-height: 320px;
  }

  .ao-page-media-overlay,
  .ao-premium-panel-copy,
  .ao-service-detail-copy {
    padding: 20px;
  }

  .ao-page-media-overlay h3 {
    font-size: 28px;
  }

  .ao-mobile-menu-inner {
    padding: max(18px, env(safe-area-inset-top)) 16px 28px;
  }

  .ao-mobile-nav-list a {
    font-size: 20px;
  }

  .ao-service-cover-kicker {
    font-size: 22px;
  }

  .ao-page-media-icon-glyph {
    width: 88px;
    height: 88px;
  }

  .ao-mobile-sticky {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(10, 14, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
  }

  .ao-mobile-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
  }

  .ao-mobile-sticky-call {
    background: linear-gradient(135deg, var(--accent), #b71f15);
    color: #fff;
  }

  .ao-mobile-sticky-wa {
    background: linear-gradient(135deg, #1e9d5b, #167844);
    color: #fff;
  }
}

/* Final Adil Otomotiv white/blue reference design */
:root {
  --bg: #ffffff;
  --bg-soft: #f6f9ff;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --surface-3: #eef5ff;
  --text: #07172f;
  --muted: #5f6d80;
  --line: #dbe5f2;
  --line-strong: #c9d7ea;
  --accent: #0866df;
  --accent-2: #075bd0;
  --success: #13a75a;
  --shadow: 0 14px 38px rgba(10, 36, 82, 0.08);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
  --container: 1160px;
}

body {
  background: #fff;
  color: var(--text);
  font-family: "Barlow", "Segoe UI", sans-serif;
}

.ao-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf2f8;
  box-shadow: 0 8px 24px rgba(11, 37, 79, 0.04);
}

.ao-header-inner {
  min-height: 96px;
}

.ao-brand-wrap img,
.ao-mobile-logo img,
.ao-footer-brand img {
  max-height: 76px;
}

.ao-primary-nav a {
  color: #07172f;
  font-size: 14px;
  font-weight: 700;
  padding: 36px 0 30px;
  border-bottom: 3px solid transparent;
}

.ao-primary-nav a:hover,
.ao-primary-nav .current-menu-item > a {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.ao-header-phone {
  display: inline-flex;
  grid-template-columns: none;
  gap: 10px;
  min-width: 0;
  padding: 15px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 22px rgba(8, 102, 223, 0.2);
}

.ao-header-phone span {
  color: #fff;
}

.ao-header-phone strong {
  display: none;
}

.ao-header-phone small {
  color: #fff;
  font-size: 16px;
}

.ao-home-main {
  padding-bottom: 0;
}

.ao-hero {
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(122deg, #fff 0%, #fff 42%, transparent 42.2%),
    linear-gradient(135deg, rgba(8, 102, 223, 0.08), rgba(255, 255, 255, 0) 42%);
}

.ao-hero-layout {
  display: grid;
  grid-template-columns: minmax(340px, 44vw) minmax(0, 1fr);
  min-height: 650px;
  max-width: 1440px;
  margin: 0 auto;
}

.ao-hero-layout .ao-hero-copy {
  position: relative;
  z-index: 2;
  justify-content: center;
  padding: 58px 44px 58px max(44px, calc((100vw - var(--container)) / 2));
}

.ao-hero-layout .ao-hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: -46px;
  width: 16px;
  height: 100%;
  background: var(--accent);
  transform: skewX(-11deg);
}

.ao-hero-copy h1 {
  margin: 0 0 24px;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(52px, 5.7vw, 78px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  color: #07172f;
}

.ao-hero-copy h1 span {
  color: var(--accent);
}

.ao-hero-copy p {
  max-width: 440px;
  color: #24354d;
  font-size: 19px;
  line-height: 1.65;
}

.ao-hero-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ao-hero-list li {
  position: relative;
  padding-left: 28px;
  color: #07172f;
  font-weight: 600;
}

.ao-hero-list li::before {
  content: "ok";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-size: 11px;
  line-height: 1;
}

.ao-hero-layout .ao-hero-media {
  position: relative;
  min-width: 0;
}

.ao-hero-layout .ao-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
}

.ao-btn {
  min-height: 54px;
  border-radius: 999px;
  font-size: 15px;
}

.ao-btn svg {
  width: 18px;
  height: 18px;
}

.ao-btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 102, 223, 0.22);
}

.ao-btn-secondary {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent);
}

.ao-section {
  padding: 58px 0;
}

.ao-section-center {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.ao-section-kicker,
.ao-hero-kicker {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--accent);
  letter-spacing: 0;
}

.ao-section-center h2,
.ao-section-head h2,
.ao-page-copy h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.ao-footer-cta h2,
.ao-why-copy h2,
.ao-home-why-copy h2 {
  font-family: "Barlow", "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.15;
  color: #07172f;
}

.ao-section-center h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 40px);
}

.ao-section-center h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  background: var(--accent);
}

.ao-section-center p {
  color: var(--muted);
}

.ao-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ao-service-card,
.ao-local-card,
.ao-post-card,
.ao-sidebar-box,
.ao-contact-card,
.ao-footer-cta,
.ao-trust-grid article,
.ao-entry-main,
.ao-page-hero-inner,
.ao-contact-shell,
.ao-service-simple-card,
.ao-brand-seo-block,
.ao-premium-panel-copy,
.ao-service-detail-copy,
.ao-premium-feature-grid article,
.ao-process-grid article,
.ao-signal-grid article {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(10, 36, 82, 0.05);
  border-radius: 8px;
}

.ao-service-card.is-simple {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ao-service-simple-card {
  min-height: 216px;
  padding: 28px 18px;
  text-align: center;
  align-items: center;
}

.ao-service-simple-card:hover {
  border-color: rgba(8, 102, 223, 0.42);
  background: #fbfdff;
}

.ao-service-simple-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
}

.ao-service-simple-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.6;
}

.ao-service-simple-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
  font-family: "Barlow", "Segoe UI", sans-serif;
}

.ao-service-simple-card p {
  margin: 0;
  color: #4e5f73;
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 3;
}

.ao-service-simple-link {
  display: none;
}

.ao-home-why {
  background: #f7fbff;
}

.ao-home-why-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.ao-home-why-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 4vw, 44px);
}

.ao-home-why-copy p {
  color: #394a60;
  max-width: 500px;
}

.ao-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.ao-stat-row article {
  text-align: center;
  border-right: 1px solid var(--line);
  padding-right: 14px;
}

.ao-stat-row article:last-child {
  border-right: 0;
}

.ao-stat-row svg {
  width: 34px;
  height: 34px;
  color: var(--accent);
}

.ao-stat-row strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1;
  color: #07172f;
}

.ao-stat-row span {
  display: block;
  margin-top: 6px;
  color: #5f6d80;
  font-size: 13px;
}

.ao-home-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr;
  gap: 12px;
}

.ao-home-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.ao-home-gallery-main {
  grid-row: span 2;
  height: 372px !important;
}

.ao-local-seo-strip {
  padding: 52px 0;
  background: #fff;
}

.ao-local-card {
  padding: 22px;
}

.ao-local-badge {
  background: #edf5ff;
  color: var(--accent);
}

.ao-text-link,
.ao-service-simple-link {
  color: var(--accent);
}

.ao-home-contact-strip,
.ao-site-footer {
  background: #fff;
}

.ao-contact-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 24px 0;
  border-top: 1px solid #eef3f9;
}

.ao-contact-strip-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 2px 14px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.ao-contact-strip-grid article:last-child {
  border-right: 0;
}

.ao-contact-strip-grid span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--accent);
}

.ao-contact-strip-grid svg {
  width: 24px;
  height: 24px;
}

.ao-contact-strip-grid strong {
  color: #07172f;
}

.ao-contact-strip-grid a,
.ao-contact-strip-grid p {
  margin: 0;
  color: #394a60;
  font-size: 14px;
  line-height: 1.45;
}

.ao-page-hero {
  padding: 32px 0 14px;
  background: #fff;
}

.ao-page-hero-inner {
  grid-template-columns: 1fr 0.9fr;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.ao-page-copy h1 {
  font-size: clamp(34px, 4vw, 46px);
}

.ao-page-copy p,
.entry-content p,
.entry-content li,
.ao-service-card p,
.ao-local-card p,
.ao-contact-card p,
.ao-trust-grid p,
.ao-why-copy p {
  color: #5f6d80;
}

.ao-page-media {
  min-height: 310px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.ao-page-media img {
  filter: none;
}

.ao-page-media-overlay {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--line);
  border-radius: 8px;
}

.ao-page-media-overlay h3,
.ao-page-point-list li {
  color: #07172f;
}

.ao-entry-shell {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.ao-entry-main {
  padding: 28px;
}

.ao-premium-panel,
.ao-service-detail-shell {
  grid-template-columns: 0.9fr 1.1fr;
}

.ao-premium-panel-media,
.ao-service-detail-visual {
  border-radius: 8px;
  border: 1px solid var(--line);
}

.ao-premium-panel-media img,
.ao-service-detail-visual img {
  min-height: 360px;
}

.ao-service-detail-visual.is-icon,
.ao-page-media.ao-page-media-icon {
  background: #f7fbff;
}

.ao-service-detail-emblem strong,
.ao-service-cover-kicker {
  color: #07172f;
}

.ao-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ao-contact-card h3,
.ao-sidebar-box h3,
.ao-service-card h3,
.ao-local-card h3 {
  color: #07172f;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 22px;
}

.ao-contact-list a,
.ao-hours-list div,
.ao-sidebar-list a {
  background: #f8fbff;
  border-color: var(--line);
  color: #07172f;
}

.ao-contact-map {
  border-radius: 8px;
  border-color: var(--line);
}

.ao-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ao-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.ao-site-footer {
  padding: 0 0 36px;
}

.ao-footer-cta,
.ao-footer-grid {
  display: none;
}

.ao-footer-bottom {
  color: #5f6d80;
  border-top-color: #eef3f9;
}

.ao-mobile-sticky {
  background: #fff;
  border-color: var(--line);
}

@media (max-width: 1180px) {
  .ao-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ao-home-why-grid,
  .ao-page-hero-inner,
  .ao-premium-panel,
  .ao-service-detail-shell,
  .ao-entry-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ao-menu-toggle {
    color: var(--accent);
    background: #edf5ff;
    border-color: #dbe8fb;
  }

  .ao-hero {
    background: #fff;
  }

  .ao-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ao-hero-layout .ao-hero-copy {
    padding: 34px 24px;
  }

  .ao-hero-layout .ao-hero-copy::after {
    display: none;
  }

  .ao-hero-layout .ao-hero-media img {
    min-height: 360px;
  }

  .ao-service-grid,
  .ao-gallery-grid,
  .ao-contact-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ao-contact-strip-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 10px;
  }

  .ao-home-gallery {
    grid-template-columns: 1fr;
  }

  .ao-home-gallery-main {
    height: 280px !important;
  }

  .ao-home-gallery img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .ao-service-grid,
  .ao-gallery-grid,
  .ao-contact-strip-grid,
  .ao-stat-row {
    grid-template-columns: 1fr;
  }

  .ao-hero-copy h1 {
    font-size: 42px;
  }

  .ao-service-simple-card {
    min-height: 190px;
  }

  .ao-stat-row article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 14px;
  }
}

/* v1.6 premium red/white rebuild */
:root {
  --bg: #08090b;
  --bg-soft: #111318;
  --surface: #ffffff;
  --surface-2: #f8f9fb;
  --surface-3: #fff1f1;
  --text: #10131a;
  --muted: #697386;
  --line: #e6e9ef;
  --line-strong: #d4d9e3;
  --accent: #d9151f;
  --accent-2: #8f0d14;
  --success: #168a4b;
  --shadow: 0 24px 70px rgba(15, 18, 28, 0.14);
  --container: 1180px;
}

body {
  background: #08090b;
  color: #10131a;
}

.ao-site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 19, 26, 0.08);
  box-shadow: 0 16px 42px rgba(15, 18, 28, 0.08);
}

.ao-header-inner {
  min-height: 92px;
}

.ao-brand-wrap img,
.ao-mobile-logo img,
.ao-footer-brand img {
  max-height: 72px;
  filter: drop-shadow(0 8px 18px rgba(15, 18, 28, 0.12));
}

.ao-primary-nav a {
  color: #10131a;
  border-bottom-color: transparent;
}

.ao-primary-nav a:hover,
.ao-primary-nav .current-menu-item > a {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.ao-header-phone,
.ao-btn-primary {
  background: linear-gradient(135deg, #e11924, #8f0d14);
  color: #fff;
  box-shadow: 0 18px 34px rgba(217, 21, 31, 0.28);
}

.ao-btn-secondary {
  background: #fff;
  color: #a20f17;
  border-color: rgba(217, 21, 31, 0.45);
}

.ao-home-main {
  background: #fff;
}

.ao-hero {
  position: relative;
  min-height: 720px;
  padding: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(217, 21, 31, 0.24), transparent 28%),
    linear-gradient(120deg, #090a0d 0%, #111318 46%, #ffffff 46.2%, #ffffff 100%);
}

.ao-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.94) 0%, rgba(8, 9, 11, 0.82) 44%, rgba(8, 9, 11, 0.12) 74%, rgba(255, 255, 255, 0) 100%),
    url("assets/images/adil-hero-enhanced.png") right center / min(58vw, 880px) auto no-repeat;
}

.ao-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 720px;
  max-width: none;
  margin: 0;
}

.ao-hero-layout .ao-hero-copy {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 96px;
  justify-content: center;
}

.ao-hero-layout .ao-hero-copy::after {
  right: clamp(420px, 47vw, 680px);
  width: 18px;
  background: linear-gradient(180deg, #ff2b35, #8f0d14);
  box-shadow: 0 18px 40px rgba(217, 21, 31, 0.34);
}

.ao-hero-copy h1 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.95;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.ao-hero-copy h1 span {
  color: #ff2834;
}

.ao-hero-copy p {
  max-width: 500px;
  color: #d7dbe4;
  font-size: 20px;
}

.ao-hero-list li {
  color: #f3f5f8;
}

.ao-hero-list li::before {
  border-color: #ff2834;
  color: #ff2834;
  background: rgba(255, 255, 255, 0.06);
}

.ao-hero-layout .ao-hero-media {
  display: none;
}

.ao-section,
.ao-local-seo-strip,
.ao-home-contact-strip {
  background: #fff;
}

.ao-services-home {
  position: relative;
  margin-top: -46px;
  padding-top: 76px;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.16);
}

.ao-section-kicker,
.ao-hero-kicker {
  color: var(--accent);
}

.ao-section-center h2,
.ao-section-head h2,
.ao-home-why-copy h2,
.ao-page-copy h1,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: #10131a;
}

.ao-section-center h2::after {
  background: linear-gradient(90deg, #e11924, #8f0d14);
}

.ao-service-simple-card {
  min-height: 238px;
  border: 1px solid #e6e9ef;
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, #fff7f7 100%);
  box-shadow: 0 16px 36px rgba(15, 18, 28, 0.08);
}

.ao-service-simple-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 21, 31, 0.42);
  box-shadow: 0 24px 52px rgba(217, 21, 31, 0.12);
}

.ao-service-simple-icon,
.ao-service-icon,
.ao-contact-list span,
.ao-hours-list span {
  color: var(--accent);
  background: #fff1f1;
}

.ao-home-why {
  background:
    linear-gradient(90deg, #f7f8fb 0%, #fff 52%),
    radial-gradient(circle at top left, rgba(217, 21, 31, 0.08), transparent 28%);
}

.ao-home-gallery img,
.ao-gallery-grid img,
.ao-page-media,
.ao-premium-panel-media,
.ao-service-detail-visual {
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(15, 18, 28, 0.14);
}

.ao-stat-row svg,
.ao-contact-strip-grid span,
.ao-local-badge {
  color: var(--accent);
}

.ao-contact-strip-grid span,
.ao-local-badge {
  background: #fff1f1;
}

.ao-site-main:not(.ao-home-main) {
  background:
    linear-gradient(180deg, #0b0c10 0, #151820 360px, #f6f7fa 360px, #fff 100%);
  padding-bottom: 54px;
}

.ao-page-hero {
  display: block;
  padding: 48px 0 34px;
  background: transparent;
}

.ao-page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 34px;
  align-items: stretch;
  padding: 30px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(217, 21, 31, 0.28), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.26);
}

.ao-page-copy {
  padding: 18px 6px;
}

.ao-page-copy h1 {
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  letter-spacing: -0.02em;
}

.ao-page-copy p {
  max-width: 680px;
  color: #d8dde8;
  font-size: 18px;
}

.ao-breadcrumbs {
  color: #aeb6c6;
}

.ao-page-media {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ao-page-media img {
  filter: none;
}

.ao-page-media-overlay {
  background: rgba(9, 10, 13, 0.78);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.ao-page-media-badge {
  background: rgba(217, 21, 31, 0.96);
}

.ao-page-media-overlay h3,
.ao-page-point-list li {
  color: #fff;
}

.ao-entry-shell {
  align-items: start;
  gap: 24px;
}

.ao-entry-main,
.ao-sidebar-box,
.ao-contact-card,
.ao-brand-seo-block,
.ao-premium-panel-copy,
.ao-service-detail-copy,
.ao-premium-feature-grid article,
.ao-process-grid article,
.ao-signal-grid article,
.ao-local-card,
.ao-footer-cta {
  border-radius: 20px;
  border: 1px solid #e6e9ef;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 18, 28, 0.09);
}

.ao-entry-main {
  padding: 38px;
}

.entry-content > p:first-of-type {
  font-size: 18px;
  color: #384254;
}

.adil-content-band {
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(217, 21, 31, 0.11), rgba(143, 13, 20, 0.06)),
    #fff;
  border-color: rgba(217, 21, 31, 0.18);
}

.adil-content-band h3 {
  color: #10131a;
}

.ao-contact-list a,
.ao-hours-list div,
.ao-sidebar-list a {
  background: #fafbfc;
  border-color: #e6e9ef;
}

.ao-contact-list a:hover,
.ao-sidebar-list a:hover {
  border-color: rgba(217, 21, 31, 0.38);
  color: var(--accent);
}

.ao-service-detail-visual.is-icon,
.ao-page-media.ao-page-media-icon {
  background:
    radial-gradient(circle at top right, rgba(217, 21, 31, 0.18), transparent 34%),
    linear-gradient(180deg, #171a21, #0c0d10);
}

.ao-service-detail-emblem strong {
  color: #fff;
}

.ao-service-detail-emblem-icon,
.ao-service-cover-icon {
  color: #fff;
  background: linear-gradient(135deg, #e11924, #8f0d14);
}

.ao-footer-bottom {
  color: #a3a9b5;
}

.ao-mobile-sticky-call {
  background: linear-gradient(135deg, #e11924, #8f0d14);
}

@media (max-width: 1180px) {
  .ao-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 9, 11, 0.92), rgba(8, 9, 11, 0.76)),
      url("assets/images/adil-hero-enhanced.png") center / cover no-repeat;
  }

  .ao-hero-layout .ao-hero-copy::after {
    display: none;
  }

  .ao-page-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ao-site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .ao-menu-toggle {
    background: #fff1f1;
    border-color: rgba(217, 21, 31, 0.18);
    color: var(--accent);
  }

  .ao-hero,
  .ao-hero-layout {
    min-height: 640px;
  }

  .ao-hero-layout .ao-hero-copy {
    padding: 64px 0 86px;
  }

  .ao-page-hero-inner,
  .ao-entry-main {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .ao-hero,
  .ao-hero-layout {
    min-height: auto;
  }

  .ao-hero-layout .ao-hero-copy {
    width: min(100% - 28px, var(--container));
    padding: 52px 0 70px;
  }

  .ao-hero-copy h1 {
    font-size: 46px;
  }

  .ao-page-copy h1 {
    font-size: 38px;
  }

  .ao-page-media {
    min-height: 280px;
  }
}

/* v1.8 ADIL OTO exact black/red premium rebuild */
html {
  background: #050505;
}

body {
  background: #fff !important;
  color: #121212 !important;
  font-family: "Barlow", "Segoe UI", sans-serif !important;
}

.container {
  width: min(1210px, calc(100% - 40px));
}

.ao-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #050505 !important;
  border: 0 !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24) !important;
}

.ao-header-inner {
  min-height: 82px !important;
}

.ao-brand-wrap img,
.ao-mobile-logo img,
.ao-footer-brand img {
  max-height: 58px !important;
  filter: none !important;
}

.ao-primary-nav ul,
.ao-nav-list {
  gap: 28px !important;
}

.ao-primary-nav a {
  color: #fff !important;
  padding: 30px 0 26px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: 0 !important;
}

.ao-primary-nav a:hover,
.ao-primary-nav .current-menu-item > a {
  color: #ff161f !important;
}

.ao-header-phone {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: auto !important;
  padding: 13px 20px !important;
  border-radius: 8px !important;
  background: #ff161f !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(255, 22, 31, 0.3) !important;
}

.ao-header-phone strong {
  display: none !important;
}

.ao-header-phone small,
.ao-header-phone span {
  color: #fff !important;
}

.ao-v2-main {
  background: #fff !important;
  padding-bottom: 0 !important;
}

.ao-v2-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #050505;
}

.ao-v2-hero-bg {
  position: absolute;
  inset: 0;
}

.ao-v2-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: brightness(0.78) contrast(1.08);
}

.ao-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.26) 72%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(circle at 17% 50%, rgba(255, 22, 31, 0.22), transparent 32%);
}

.ao-v2-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 570px;
  display: flex;
  align-items: center;
}

.ao-v2-hero-copy {
  width: min(560px, 100%);
  padding: 42px 0;
}

.ao-v2-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 5.2vw, 82px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
}

.ao-v2-hero-copy h1 span {
  color: #ff161f;
}

.ao-v2-hero-copy p {
  max-width: 480px;
  margin: 24px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.ao-v2-hero-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ao-v2-hero-copy li {
  position: relative;
  padding-left: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ao-v2-hero-copy li::before {
  content: "x";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #ff161f;
  border-radius: 999px;
  color: #ff161f;
  font-size: 14px;
  line-height: 1;
}

.ao-v2-actions,
.ao-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ao-btn {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.ao-btn-primary {
  background: #ff161f !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(255, 22, 31, 0.28) !important;
}

.ao-btn-secondary {
  background: rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
  border: 1px solid #ff161f !important;
}

.ao-btn svg {
  width: 17px;
  height: 17px;
}

.ao-v2-services {
  position: relative;
  z-index: 4;
  margin-top: -2px;
  padding: 0 0 34px;
  background: #fff;
}

.ao-v2-service-grid > .ao-service-grid {
  margin-top: 0;
  transform: translateY(-1px);
}

.ao-service-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

.ao-service-card.is-simple {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ao-service-simple-card {
  min-height: 190px !important;
  padding: 24px 16px !important;
  border-radius: 0 !important;
  border: 1px solid #eceff3 !important;
  border-left: 0 !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.06) !important;
  text-align: center !important;
}

.ao-service-card:first-child .ao-service-simple-card {
  border-left: 1px solid #eceff3 !important;
}

.ao-service-simple-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 22, 31, 0.36) !important;
  box-shadow: 0 20px 42px rgba(255, 22, 31, 0.12) !important;
}

.ao-service-simple-icon {
  width: 48px !important;
  height: 48px !important;
  margin: 0 auto 16px !important;
  color: #ff161f !important;
  background: transparent !important;
}

.ao-service-simple-icon svg {
  width: 40px !important;
  height: 40px !important;
}

.ao-service-simple-card h3 {
  margin: 0 0 9px !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  font-family: "Barlow", "Segoe UI", sans-serif !important;
}

.ao-service-simple-card p {
  margin: 0 !important;
  color: #676f7c !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 3 !important;
}

.ao-service-simple-link {
  display: inline-flex !important;
  margin-top: 15px !important;
  color: #ff161f !important;
  font-size: 12px !important;
}

.ao-v2-why {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background:
    linear-gradient(90deg, #060606 0%, #08090b 100%);
}

.ao-v2-car {
  position: absolute;
  inset: 0;
  width: 54%;
}

.ao-v2-car img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) contrast(1.08);
}

.ao-v2-car::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.86));
}

.ao-v2-why-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 470px;
  align-items: center;
}

.ao-v2-why-copy {
  padding: 58px 0 58px 46px;
}

.ao-v2-why-copy span {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.ao-v2-why-copy span strong {
  color: #ff161f;
}

.ao-v2-why-copy h2 {
  max-width: 520px;
  margin: 16px 0 0;
  color: #fff !important;
  font-size: 28px;
}

.ao-v2-why-copy p {
  max-width: 560px;
  color: #d7d7d7;
}

.ao-v2-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.ao-v2-feature-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
}

.ao-v2-feature-grid svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(255, 22, 31, 0.45);
  border-radius: 999px;
  color: #ff161f;
}

.ao-v2-feature-grid strong {
  color: #fff;
  font-size: 16px;
}

.ao-v2-feature-grid small {
  color: #b8bec8;
  line-height: 1.45;
}

.ao-v2-cta {
  background: linear-gradient(90deg, #121212, #070707);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-v2-cta-inner {
  display: grid;
  grid-template-columns: 1.3fr auto repeat(4, minmax(112px, 1fr));
  align-items: center;
  gap: 18px;
  min-height: 105px;
}

.ao-v2-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}

.ao-v2-cta p {
  margin: 0;
  color: #c6cad2;
}

.ao-v2-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  background: #ff161f;
  color: #fff;
  font-weight: 800;
}

.ao-v2-cta article {
  min-height: 72px;
  padding: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ao-v2-cta strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.ao-v2-cta span {
  display: block;
  margin-top: 8px;
  color: #b8bec8;
  font-size: 12px;
}

.ao-v2-seo {
  padding: 54px 0;
  background: #fff;
}

.ao-v2-seo h2 {
  max-width: 900px;
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(28px, 3.2vw, 42px);
}

.ao-v2-seo p {
  max-width: 920px;
  color: #59616f;
  font-size: 17px;
}

.ao-local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ao-local-card {
  border-radius: 14px !important;
  border: 1px solid #eceff3 !important;
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.06) !important;
}

.ao-local-badge {
  background: #fff0f1 !important;
  color: #ff161f !important;
}

.ao-text-link {
  color: #ff161f !important;
}

.ao-v2-footer-contact,
.ao-site-footer {
  background: #050505 !important;
}

.ao-contact-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 30px 0 !important;
  border: 0 !important;
}

.ao-contact-strip-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  padding: 10px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ao-contact-strip-grid article:last-child {
  border-right: 0;
}

.ao-contact-strip-grid span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: transparent !important;
  color: #ff161f !important;
  border: 1px solid rgba(255, 22, 31, 0.32);
}

.ao-contact-strip-grid strong {
  color: #fff !important;
}

.ao-contact-strip-grid a,
.ao-contact-strip-grid p {
  color: #b8bec8 !important;
  font-size: 14px;
}

.ao-site-main:not(.ao-home-main) {
  background: #f6f7f9 !important;
  padding-bottom: 40px;
}

.ao-page-hero {
  padding: 36px 0 !important;
  background: #050505 !important;
}

.ao-page-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr) !important;
  gap: 40px !important;
  align-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ao-page-copy h1 {
  margin: 18px 0 12px !important;
  color: #fff !important;
  font-size: clamp(38px, 4.2vw, 58px) !important;
}

.ao-page-copy p {
  max-width: 650px;
  color: #d8dce4 !important;
  font-size: 17px;
}

.ao-breadcrumbs {
  color: #8f96a3 !important;
}

.ao-breadcrumbs a,
.ao-section-kicker {
  color: #ff161f !important;
}

.ao-page-media {
  min-height: 330px !important;
  border-radius: 12px !important;
  border: 0 !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34) !important;
}

.ao-page-media img {
  filter: brightness(0.95) contrast(1.05) !important;
}

.ao-page-media-overlay {
  display: none !important;
}

.ao-section {
  padding: 38px 0 !important;
}

.ao-entry-shell {
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 24px !important;
}

.ao-entry-main,
.ao-sidebar-box,
.ao-contact-card,
.ao-brand-seo-block,
.ao-premium-panel-copy,
.ao-service-detail-copy,
.ao-premium-feature-grid article,
.ao-process-grid article,
.ao-signal-grid article {
  border-radius: 14px !important;
  border: 1px solid #e7ebf0 !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(18, 18, 18, 0.06) !important;
}

.ao-entry-main {
  padding: 32px !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.ao-service-overview-head h1,
.ao-premium-panel-copy h2,
.ao-service-detail-copy h2,
.ao-process-head h2,
.ao-related-strip-head h2,
.ao-brand-seo-copy h2 {
  color: #111 !important;
  font-family: "Barlow", "Segoe UI", sans-serif !important;
}

.entry-content p,
.entry-content li,
.ao-brand-seo-copy p,
.ao-service-detail-copy p,
.ao-premium-panel-copy p {
  color: #59616f !important;
}

.ao-premium-panel,
.ao-service-detail-shell {
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 22px !important;
}

.ao-premium-panel-media,
.ao-service-detail-visual {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: 0 16px 38px rgba(18, 18, 18, 0.12) !important;
}

.ao-service-detail-visual.is-icon {
  background: linear-gradient(135deg, #111, #050505) !important;
}

.ao-service-detail-emblem strong {
  color: #fff !important;
}

.ao-service-detail-emblem-icon,
.ao-service-cover-icon {
  background: #ff161f !important;
  color: #fff !important;
}

.ao-contact-list a,
.ao-hours-list div,
.ao-sidebar-list a {
  background: #f9fafb !important;
  border-color: #e7ebf0 !important;
  color: #111 !important;
  border-radius: 10px !important;
}

.ao-contact-list span,
.ao-hours-list span {
  background: transparent !important;
  color: #ff161f !important;
}

.ao-contact-map {
  border-radius: 12px !important;
  border-color: #e7ebf0 !important;
}

.ao-gallery-grid img {
  border-radius: 14px !important;
  border: 0 !important;
  box-shadow: 0 16px 38px rgba(18, 18, 18, 0.12) !important;
}

.ao-footer-cta,
.ao-footer-grid {
  display: none !important;
}

.ao-footer-bottom {
  color: #7e8490 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 1180px) {
  .ao-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ao-v2-cta-inner {
    grid-template-columns: 1fr 1fr;
    padding: 22px 0;
  }

  .ao-page-hero-inner,
  .ao-entry-shell,
  .ao-premium-panel,
  .ao-service-detail-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ao-menu-toggle {
    display: grid !important;
    place-items: center !important;
    background: #161616 !important;
    border-color: #2b2b2b !important;
    color: #fff !important;
  }

  .ao-primary-nav,
  .ao-header-actions {
    display: none !important;
  }

  .ao-v2-hero,
  .ao-v2-hero-inner {
    min-height: 560px;
  }

  .ao-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ao-v2-why-inner,
  .ao-local-grid,
  .ao-contact-strip-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-v2-car {
    width: 100%;
    opacity: 0.35;
  }

  .ao-v2-why-copy {
    padding: 54px 0 !important;
  }

  .ao-contact-strip-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1210px);
  }

  .ao-v2-hero-copy h1 {
    font-size: 44px;
  }

  .ao-service-grid,
  .ao-v2-feature-grid,
  .ao-v2-cta-inner {
    grid-template-columns: 1fr !important;
  }

  .ao-page-media {
    min-height: 250px !important;
  }
}

/* v2.1 mobile/menu/service/about polish */
.ao-v2-hero-inner {
  align-items: flex-start !important;
  padding-top: 76px !important;
}

.ao-v2-hero-copy {
  padding-top: 0 !important;
}

.ao-v2-phone svg,
.ao-v2-cta svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
}

.ao-v2-cta-inner {
  grid-template-columns: 1.2fr auto repeat(4, minmax(110px, 1fr)) !important;
}

.ao-v2-brand-strip {
  margin-top: 34px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #080808, #171717);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.ao-v2-brand-strip > span {
  display: block;
  color: #ff161f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ao-v2-brand-strip h2 {
  margin: 8px 0 22px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
}

.ao-v2-brand-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.ao-v2-brand-logos strong {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.ao-v2-brand-logos small {
  display: block;
  margin-top: 5px;
  color: #ff4b52;
  font-size: 11px;
  text-transform: uppercase;
}

.ao-entry-main.is-services-overview .ao-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card {
  min-height: 250px !important;
  border-radius: 18px !important;
  border: 1px solid #e7ebf0 !important;
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, #fff4f5 100%) !important;
  box-shadow: 0 18px 46px rgba(18, 18, 18, 0.08) !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card h3 {
  font-size: 24px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card p {
  font-size: 15px !important;
  -webkit-line-clamp: 4 !important;
}

.ao-service-detail-visual.is-icon {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.74)),
    url("assets/images/adiloto-v2-workshop.png") center / cover no-repeat !important;
}

.ao-service-detail-emblem-icon {
  width: 86px !important;
  height: 86px !important;
}

.ao-related-strip .ao-related-strip-head .ao-section-kicker {
  color: #ff161f !important;
}

.ao-related-strip-head h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
}

.ao-about-premium {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 26px;
}

.ao-about-premium-copy,
.ao-about-premium-media,
.ao-about-values article {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7ebf0;
  box-shadow: 0 18px 46px rgba(18, 18, 18, 0.08);
}

.ao-about-premium-copy {
  padding: 34px;
}

.ao-about-premium-copy h2 {
  margin: 14px 0 16px;
  color: #111;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.ao-about-premium-copy p {
  color: #59616f;
  font-size: 17px;
}

.ao-about-premium-media {
  overflow: hidden;
}

.ao-about-premium-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.ao-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ao-about-stat-grid article {
  padding: 18px;
  border-radius: 14px;
  background: #111;
}

.ao-about-stat-grid strong {
  display: block;
  color: #ff161f;
  font-size: 34px;
}

.ao-about-stat-grid span {
  color: #fff;
  font-size: 13px;
}

.ao-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.ao-about-values article {
  padding: 24px;
}

.ao-about-values svg {
  width: 42px;
  height: 42px;
  color: #ff161f;
}

.ao-about-values strong {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 22px;
}

.ao-about-values p {
  margin-bottom: 0;
  color: #59616f;
}

.ao-mobile-menu {
  z-index: 1000 !important;
  background: rgba(0, 0, 0, 0.82) !important;
}

.ao-mobile-menu-inner {
  background: #070707 !important;
  transform: translateX(110%) !important;
  z-index: 1001 !important;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0) !important;
}

.ao-mobile-nav-list a {
  color: #fff !important;
  background: #121212 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ao-mobile-close {
  display: grid !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .ao-v2-cta-inner,
  .ao-about-premium {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ao-v2-hero {
    min-height: 560px !important;
  }

  .ao-v2-hero-inner {
    min-height: 560px !important;
    padding-top: 28px !important;
    align-items: flex-start !important;
  }

  .ao-v2-hero-copy {
    width: 100% !important;
  }

  .ao-v2-brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ao-entry-main.is-services-overview .ao-service-grid,
  .ao-about-values,
  .ao-about-stat-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-v2-cta article {
    display: none !important;
  }
}

/* v2.2 absolute-last overrides */
.ao-mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

body.ao-menu-open .ao-mobile-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.ao-mobile-menu-inner {
  width: min(420px, 100vw) !important;
  max-width: none !important;
  height: 100vh !important;
  margin-left: auto !important;
  padding: 22px 18px 34px !important;
  background: #050505 !important;
  transform: translateX(105%) !important;
  overflow-y: auto !important;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0) !important;
}

.ao-mobile-nav-list {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  list-style: none !important;
}

.ao-mobile-nav-list a {
  display: block !important;
  padding: 17px 18px !important;
  border-radius: 14px !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.ao-v2-phone svg,
.ao-v2-cta svg,
.ao-btn svg,
.ao-contact-strip-grid svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
}

.ao-v2-brand-logos {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ao-v2-brand-logos strong {
  min-height: 92px !important;
  display: grid !important;
  place-items: center !important;
  padding: 14px 10px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-family: "Barlow Condensed", "Barlow", sans-serif !important;
  font-size: clamp(18px, 2vw, 25px) !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.ao-v2-brand-logos small {
  display: block !important;
  margin-top: 8px !important;
  color: #ff353d !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.ao-entry-main.is-services-overview .ao-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card {
  min-height: 285px !important;
  padding: 30px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #fff 0%, #fff 56%, #fff0f1 100%) !important;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 22px 58px rgba(10, 10, 10, 0.08) !important;
}

.ao-service-detail-visual.is-icon {
  min-height: 430px !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76)),
    url("assets/images/adiloto-v2-workshop.png") center / cover no-repeat !important;
}

@media (max-width: 900px) {
  .ao-site-header .container,
  .ao-header-inner,
  .ao-header-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .ao-menu-toggle {
    display: grid !important;
    place-items: center !important;
    margin-left: auto !important;
  }

  .ao-v2-hero {
    min-height: 570px !important;
  }

  .ao-v2-hero-inner {
    min-height: 570px !important;
    align-items: flex-start !important;
    padding-top: 18px !important;
  }

  .ao-v2-hero-copy h1 {
    font-size: 46px !important;
    line-height: 0.98 !important;
  }

  .ao-v2-service-grid .ao-service-grid,
  .ao-v2-brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ao-v2-brand-strip h2 {
    white-space: normal !important;
    font-size: 32px !important;
  }

  .ao-entry-main.is-services-overview .ao-service-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-mobile-menu-inner {
    width: 100vw !important;
  }
}

/* Adil v37.2 absolute final polish */
.adil-body .adil-head-phone {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.adil-body .adil-head-phone .adil-phone-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  padding: 8px 18px 8px 8px !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #10131a !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .09) !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

.adil-body .adil-phone-link > svg {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f20918 0%, #bd000b 100%) !important;
  color: #fff !important;
  box-shadow: 0 13px 26px rgba(227, 6, 19, .28) !important;
}

.adil-body .adil-phone-link span {
  display: grid !important;
  gap: 3px !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  color: #10131a !important;
}

.adil-body .adil-phone-link small {
  margin: 0 !important;
  color: #e30613 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.adil-body .adil-hero {
  min-height: 690px !important;
  overflow: visible !important;
  background: #f6f7f9 !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  isolation: isolate !important;
}

.adil-body .adil-hero::before {
  display: none !important;
}

.adil-body .adil-hero-bg {
  object-fit: cover !important;
  object-position: 70% center !important;
  opacity: .76 !important;
  filter: saturate(1.05) contrast(1.04) !important;
}

.adil-body .adil-hero::after {
  background:
    linear-gradient(90deg, rgba(246, 247, 249, .99) 0%, rgba(246, 247, 249, .92) 37%, rgba(246, 247, 249, .54) 62%, rgba(246, 247, 249, .14) 100%),
    radial-gradient(circle at 34% 50%, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .42) 38%, rgba(255, 255, 255, 0) 62%) !important;
}

.adil-body .adil-hero-grid {
  min-height: 690px !important;
  grid-template-columns: minmax(0, 610px) 1fr !important;
  align-items: center !important;
  padding: 64px 0 86px !important;
}

.adil-body .adil-hero-copy {
  max-width: 610px !important;
  padding: 42px 40px !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62)) !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .14) !important;
  backdrop-filter: blur(10px) !important;
}

.adil-body .adil-hero-copy h1 {
  max-width: 570px !important;
  font-size: clamp(56px, 5.6vw, 82px) !important;
  line-height: .92 !important;
}

.adil-body .adil-hero-copy p {
  max-width: 540px !important;
  color: #1f2937 !important;
  font-size: 19px !important;
  line-height: 1.56 !important;
}

.adil-body .adil-trust-row {
  gap: 11px !important;
}

.adil-body .adil-trust-row span {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 62px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(227, 6, 19, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}

.adil-body .adil-trust-row svg,
.adil-body .adil-hero-side svg,
.adil-body .adil-service-icons-featured svg {
  opacity: 1 !important;
  color: #e30613 !important;
  filter: drop-shadow(0 7px 14px rgba(227, 6, 19, .18)) !important;
}

.adil-body .adil-trust-row svg {
  grid-row: 1 / span 2 !important;
  width: 42px !important;
  height: 42px !important;
  padding: 9px !important;
  border: 1px solid rgba(227, 6, 19, .18) !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.adil-body .adil-trust-row small {
  grid-column: 2 !important;
}

.adil-body .adil-hero-side {
  align-self: end !important;
  margin-bottom: 20px !important;
}

.adil-body .adil-card-band.adil-featured-services {
  z-index: 8 !important;
  margin-top: -58px !important;
  padding: 34px 36px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: 0 28px 72px rgba(15, 23, 42, .12) !important;
}

.adil-body .adil-card-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 26px !important;
}

.adil-body .adil-card-head span {
  display: block !important;
  margin-bottom: 7px !important;
  color: #e30613 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.adil-body .adil-card-head h2 {
  margin: 0 !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.adil-body .adil-service-icons.adil-service-icons-featured {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.adil-body .adil-service-icons-featured a {
  min-height: 205px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 24px !important;
  border-radius: 8px !important;
  border: 1px solid #e3e8ef !important;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%) !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06) !important;
  text-align: left !important;
}

.adil-body .adil-service-icons-featured a:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(227, 6, 19, .38) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .12) !important;
}

.adil-body .adil-service-icons-featured a:first-child {
  border-color: rgba(227, 6, 19, .34) !important;
  background: linear-gradient(180deg, #fff 0%, #fff5f6 100%) !important;
}

.adil-body .adil-service-icons-featured svg {
  width: 52px !important;
  height: 52px !important;
  padding: 13px !important;
  margin: 0 0 18px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid rgba(227, 6, 19, .18) !important;
  box-shadow: 0 14px 28px rgba(227, 6, 19, .13) !important;
}

.adil-body .adil-service-icons-featured strong {
  font-size: 18px !important;
  line-height: 1.18 !important;
}

.adil-body .adil-service-icons-featured p {
  display: block !important;
  margin: 12px 0 0 !important;
  color: #5b6472 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1180px) {
  .adil-body .adil-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-hero-side {
    display: none !important;
  }

  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .adil-body .adil-header-inner {
    min-height: 78px !important;
  }

  .adil-body .adil-head-phone .adil-phone-link {
    display: none !important;
  }

  .adil-body .adil-head-phone .adil-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .18) !important;
  }

  .adil-body .adil-menu-toggle svg {
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .adil-body .adil-hero {
    min-height: auto !important;
    overflow: hidden !important;
  }

  .adil-body .adil-hero-bg {
    object-position: 68% center !important;
    opacity: .36 !important;
    transform: scale(1.05) !important;
  }

  .adil-body .adil-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 58%, rgba(255, 255, 255, .88) 100%) !important;
  }

  .adil-body .adil-hero-grid {
    display: block !important;
    min-height: 0 !important;
    padding: 42px 0 48px !important;
  }

  .adil-body .adil-hero-copy {
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .adil-body .adil-hero-copy h1 {
    max-width: 390px !important;
    font-size: clamp(42px, 12vw, 54px) !important;
  }

  .adil-body .adil-hero-copy p {
    max-width: 360px !important;
    font-size: 16px !important;
  }

  .adil-body .adil-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-trust-row {
    grid-template-columns: 1fr 1fr !important;
  }

  .adil-body .adil-card-band.adil-featured-services {
    width: min(100% - 28px, 1200px) !important;
    margin-top: 0 !important;
    padding: 28px 18px !important;
  }

  .adil-body .adil-card-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .adil-body .adil-card-head .adil-btn {
    width: 100% !important;
  }

  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-whatsapp {
    display: none !important;
  }

  .adil-body .adil-sticky-mobile {
    display: grid !important;
  }
}

/* Adil v37.1 final polish: premium hero, focused services, crisp phone */
.adil-body .adil-head-phone {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.adil-body .adil-head-phone .adil-phone-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  padding: 8px 18px 8px 8px !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .09) !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

.adil-body .adil-phone-link > svg {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f20918 0%, #bd000b 100%) !important;
  color: #fff !important;
  box-shadow: 0 13px 26px rgba(227, 6, 19, .28) !important;
}

.adil-body .adil-phone-link span {
  display: grid !important;
  gap: 3px !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  color: #10131a !important;
}

.adil-body .adil-phone-link small {
  margin: 0 !important;
  color: #e30613 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.adil-body .adil-hero {
  min-height: 690px !important;
  overflow: visible !important;
  background: #f6f7f9 !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
  isolation: isolate !important;
}

.adil-body .adil-hero::before {
  display: none !important;
}

.adil-body .adil-hero-bg {
  object-fit: cover !important;
  object-position: 70% center !important;
  opacity: .76 !important;
  filter: saturate(1.05) contrast(1.04) !important;
}

.adil-body .adil-hero::after {
  background:
    linear-gradient(90deg, rgba(246, 247, 249, .99) 0%, rgba(246, 247, 249, .92) 37%, rgba(246, 247, 249, .54) 62%, rgba(246, 247, 249, .14) 100%),
    radial-gradient(circle at 34% 50%, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .42) 38%, rgba(255, 255, 255, 0) 62%) !important;
}

.adil-body .adil-hero-grid {
  min-height: 690px !important;
  grid-template-columns: minmax(0, 610px) 1fr !important;
  align-items: center !important;
  padding: 64px 0 86px !important;
}

.adil-body .adil-hero-copy {
  max-width: 610px !important;
  padding: 42px 40px !important;
  border: 1px solid rgba(255, 255, 255, .74) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62)) !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .14) !important;
  backdrop-filter: blur(10px) !important;
}

.adil-body .adil-hero-copy h1 {
  max-width: 570px !important;
  font-size: clamp(56px, 5.6vw, 82px) !important;
  line-height: .92 !important;
}

.adil-body .adil-hero-copy p {
  max-width: 540px !important;
  color: #1f2937 !important;
  font-size: 19px !important;
  line-height: 1.56 !important;
}

.adil-body .adil-trust-row {
  gap: 11px !important;
}

.adil-body .adil-trust-row span {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 62px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(227, 6, 19, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
}

.adil-body .adil-trust-row svg,
.adil-body .adil-hero-side svg,
.adil-body .adil-service-icons-featured svg {
  opacity: 1 !important;
  color: #e30613 !important;
  filter: drop-shadow(0 7px 14px rgba(227, 6, 19, .18)) !important;
}

.adil-body .adil-trust-row svg {
  grid-row: 1 / span 2 !important;
  width: 42px !important;
  height: 42px !important;
  padding: 9px !important;
  border: 1px solid rgba(227, 6, 19, .18) !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.adil-body .adil-trust-row b {
  font-size: 13px !important;
  line-height: 1.1 !important;
}

.adil-body .adil-trust-row small {
  grid-column: 2 !important;
  color: #59616f !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.adil-body .adil-hero-side {
  align-self: end !important;
  margin-bottom: 20px !important;
}

.adil-body .adil-card-band.adil-featured-services {
  z-index: 8 !important;
  margin-top: -58px !important;
  padding: 34px 36px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(15, 23, 42, .08) !important;
  box-shadow: 0 28px 72px rgba(15, 23, 42, .12) !important;
}

.adil-body .adil-card-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-bottom: 26px !important;
}

.adil-body .adil-card-head span {
  display: block !important;
  margin-bottom: 7px !important;
  color: #e30613 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.adil-body .adil-card-head h2 {
  margin: 0 !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.adil-body .adil-service-icons.adil-service-icons-featured {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.adil-body .adil-service-icons-featured a {
  min-height: 205px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 24px !important;
  border-radius: 8px !important;
  border: 1px solid #e3e8ef !important;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%) !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .06) !important;
  text-align: left !important;
}

.adil-body .adil-service-icons-featured a:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(227, 6, 19, .38) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .12) !important;
}

.adil-body .adil-service-icons-featured a:first-child {
  border-color: rgba(227, 6, 19, .34) !important;
  background: linear-gradient(180deg, #fff 0%, #fff5f6 100%) !important;
}

.adil-body .adil-service-icons-featured svg {
  width: 52px !important;
  height: 52px !important;
  padding: 13px !important;
  margin: 0 0 18px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid rgba(227, 6, 19, .18) !important;
  box-shadow: 0 14px 28px rgba(227, 6, 19, .13) !important;
}

.adil-body .adil-service-icons-featured strong {
  font-size: 18px !important;
  line-height: 1.18 !important;
}

.adil-body .adil-service-icons-featured p {
  display: block !important;
  margin: 12px 0 0 !important;
  color: #5b6472 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1180px) {
  .adil-body .adil-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-hero-side {
    display: none !important;
  }

  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .adil-body .adil-header-inner {
    min-height: 78px !important;
  }

  .adil-body .adil-head-phone .adil-phone-link {
    display: none !important;
  }

  .adil-body .adil-head-phone .adil-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .18) !important;
  }

  .adil-body .adil-menu-toggle svg {
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .adil-body .adil-hero {
    min-height: auto !important;
    overflow: hidden !important;
  }

  .adil-body .adil-hero-bg {
    object-position: 68% center !important;
    opacity: .36 !important;
    transform: scale(1.05) !important;
  }

  .adil-body .adil-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 58%, rgba(255, 255, 255, .88) 100%) !important;
  }

  .adil-body .adil-hero-grid {
    display: block !important;
    min-height: 0 !important;
    padding: 42px 0 48px !important;
  }

  .adil-body .adil-hero-copy {
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .adil-body .adil-hero-copy h1 {
    max-width: 390px !important;
    font-size: clamp(42px, 12vw, 54px) !important;
  }

  .adil-body .adil-hero-copy p {
    max-width: 360px !important;
    font-size: 16px !important;
  }

  .adil-body .adil-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-trust-row {
    grid-template-columns: 1fr 1fr !important;
  }

  .adil-body .adil-trust-row span {
    min-height: 66px !important;
  }

  .adil-body .adil-card-band.adil-featured-services {
    width: min(100% - 28px, 1200px) !important;
    margin-top: 0 !important;
    padding: 28px 18px !important;
  }

  .adil-body .adil-card-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .adil-body .adil-card-head .adil-btn {
    width: 100% !important;
  }

  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: 1fr !important;
  }

  .adil-body .adil-whatsapp {
    display: none !important;
  }

  .adil-body .adil-sticky-mobile {
    display: grid !important;
  }
}

/* Adil v37.1 absolute final overrides */
.adil-body .adil-head-phone .adil-phone-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px 14px 9px 9px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.1) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.08) !important;
}

.adil-body .adil-phone-link > svg {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  padding: 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f20514, #c9000b) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(227,6,19,.22) !important;
  filter: none !important;
}

.adil-body .adil-phone-link span {
  display: block !important;
  color: #070b12 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.adil-body .adil-phone-link small {
  display: block !important;
  margin-top: 5px !important;
  color: #e30613 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.adil-body .adil-hero {
  min-height: 650px !important;
  background: #f8fafc !important;
  isolation: isolate !important;
}

.adil-body .adil-hero-bg {
  object-position: right center !important;
  opacity: 1 !important;
  filter: contrast(1.08) saturate(1.04) !important;
}

.adil-body .adil-hero::after {
  background:
    radial-gradient(circle at 72% 48%, rgba(255,255,255,.05) 0%, rgba(255,255,255,.4) 36%, rgba(255,255,255,.88) 63%, rgba(255,255,255,.98) 100%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 34%, rgba(255,255,255,.38) 62%, rgba(255,255,255,.04) 100%) !important;
}

.adil-body .adil-hero-grid {
  min-height: 650px !important;
  align-items: center !important;
  padding: 56px 0 70px !important;
}

.adil-body .adil-hero-copy {
  position: relative !important;
  max-width: 610px !important;
  padding: 34px 38px 32px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.76)) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-left: 5px solid #e30613 !important;
  box-shadow: 0 32px 70px rgba(15,23,42,.13) !important;
  backdrop-filter: blur(10px) !important;
}

.adil-body .adil-hero-copy h1 {
  font-size: clamp(48px, 4.7vw, 68px) !important;
  line-height: .9 !important;
}

.adil-body .adil-card-band.adil-featured-services {
  margin-top: -54px !important;
  padding: 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 28px 72px rgba(15,23,42,.12) !important;
}

.adil-body .adil-service-icons.adil-service-icons-featured {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 16px !important;
}

.adil-body .adil-service-icons-featured a {
  min-height: 170px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 22px !important;
  text-align: left !important;
  background: linear-gradient(180deg, #fff 0%, #fff 54%, #fff4f5 100%) !important;
  border: 1px solid rgba(15,23,42,.1) !important;
}

.adil-body .adil-service-icons-featured p {
  margin: 0 !important;
  color: #5a6472 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

@media (max-width: 1180px) {
  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 860px) {
  .adil-body .adil-head-phone .adil-phone-link {
    display: none !important;
  }

  .adil-body .adil-hero {
    min-height: 660px !important;
  }

  .adil-body .adil-hero-copy {
    padding: 24px 20px !important;
  }

  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: 1fr !important;
  }
}

/* Adil v37 premium hero, focused services and crisp header phone */
.adil-body .adil-header {
  background: rgba(255,255,255,.985) !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}

.adil-body .adil-header-inner {
  min-height: 92px !important;
}

.adil-body .adil-head-phone {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.adil-body .adil-head-phone .adil-phone-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px 14px 9px 9px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.1) !important;
  box-shadow: 0 14px 28px rgba(15,23,42,.08) !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

.adil-body .adil-phone-link > svg {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  padding: 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f20514, #c9000b) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 24px rgba(227,6,19,.22) !important;
  filter: none !important;
}

.adil-body .adil-phone-link span {
  display: block !important;
  color: #070b12 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.adil-body .adil-phone-link small {
  display: block !important;
  margin-top: 5px !important;
  color: #e30613 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.adil-body .adil-hero {
  min-height: 650px !important;
  isolation: isolate !important;
  background: #f8fafc !important;
}

.adil-body .adil-hero::before {
  border-top-width: 210px !important;
  opacity: .96 !important;
}

.adil-body .adil-hero-bg {
  object-position: right center !important;
  opacity: 1 !important;
  filter: contrast(1.08) saturate(1.04) !important;
}

.adil-body .adil-hero::after {
  background:
    radial-gradient(circle at 72% 48%, rgba(255,255,255,.05) 0%, rgba(255,255,255,.4) 36%, rgba(255,255,255,.88) 63%, rgba(255,255,255,.98) 100%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 34%, rgba(255,255,255,.38) 62%, rgba(255,255,255,.04) 100%) !important;
}

.adil-body .adil-hero-grid {
  min-height: 650px !important;
  align-items: center !important;
  padding: 56px 0 70px !important;
}

.adil-body .adil-hero-copy {
  position: relative !important;
  max-width: 610px !important;
  padding: 34px 38px 32px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.76)) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-left: 5px solid #e30613 !important;
  box-shadow: 0 32px 70px rgba(15,23,42,.13) !important;
  backdrop-filter: blur(10px) !important;
}

.adil-body .adil-hero-copy::before {
  content: "Mitsubishi SST • DCT • Wet Clutch";
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #070b12;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adil-body .adil-hero-copy h1 {
  max-width: 560px !important;
  margin-bottom: 18px !important;
  font-size: clamp(48px, 4.7vw, 68px) !important;
  line-height: .9 !important;
}

.adil-body .adil-hero-copy p {
  max-width: 520px !important;
  font-size: 18px !important;
  color: #243040 !important;
}

.adil-body .adil-actions {
  margin-bottom: 24px !important;
}

.adil-body .adil-trust-row {
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 10px 14px !important;
}

.adil-body .adil-trust-row span {
  padding: 10px 0 !important;
}

.adil-body .adil-hero-side {
  align-self: end !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  margin-bottom: 34px !important;
}

.adil-body .adil-hero-side article {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.1) !important;
}

.adil-body .adil-card-band.adil-featured-services {
  margin-top: -54px !important;
  padding: 30px !important;
  border-radius: 12px !important;
  border-color: rgba(15,23,42,.08) !important;
  box-shadow: 0 28px 72px rgba(15,23,42,.12) !important;
}

.adil-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.adil-card-head span {
  display: block;
  margin-bottom: 5px;
  color: #e30613;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.adil-card-head h2 {
  margin: 0;
  color: #07111f;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.adil-body .adil-service-icons.adil-service-icons-featured {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 16px !important;
}

.adil-body .adil-service-icons-featured a {
  min-height: 170px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 22px !important;
  text-align: left !important;
  background: linear-gradient(180deg, #fff 0%, #fff 54%, #fff4f5 100%) !important;
  border: 1px solid rgba(15,23,42,.1) !important;
  box-shadow: 0 16px 34px rgba(15,23,42,.07) !important;
}

.adil-body .adil-service-icons-featured a:first-child {
  border-color: rgba(227,6,19,.36) !important;
  box-shadow: 0 20px 42px rgba(227,6,19,.12) !important;
}

.adil-body .adil-service-icons-featured strong {
  font-size: 19px !important;
  line-height: 1.12 !important;
}

.adil-body .adil-service-icons-featured p {
  margin: 0 !important;
  color: #5a6472 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.adil-body .adil-service-icons-featured svg {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  margin-bottom: 3px !important;
}

@media (max-width: 1180px) {
  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }

  .adil-body .adil-hero-side {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .adil-body .adil-header-inner {
    min-height: 82px !important;
  }

  .adil-body .adil-head-phone .adil-phone-link {
    display: none !important;
  }

  .adil-body .adil-hero {
    min-height: 660px !important;
  }

  .adil-body .adil-hero-bg {
    object-position: 68% center !important;
    opacity: .48 !important;
  }

  .adil-body .adil-hero::after {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 52%, rgba(255,255,255,.78) 100%) !important;
  }

  .adil-body .adil-hero-grid {
    min-height: 660px !important;
    padding: 30px 0 36px !important;
  }

  .adil-body .adil-hero-copy {
    padding: 24px 20px !important;
    border-left-width: 4px !important;
  }

  .adil-body .adil-hero-copy h1 {
    font-size: clamp(38px, 10.5vw, 48px) !important;
  }

  .adil-body .adil-trust-row,
  .adil-body .adil-service-icons.adil-service-icons-featured {
    grid-template-columns: 1fr !important;
  }

  .adil-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .adil-card-head .adil-btn {
    width: 100%;
  }

  .adil-body .adil-card-band.adil-featured-services {
    margin-top: 0 !important;
    padding: 22px 14px !important;
    border-radius: 0 !important;
  }
}

/* Adil v33.1 visual fixes: hero, logo, mobile menu, sticky WhatsApp */
.adil-body .adil-header {
  background: rgba(255, 255, 255, 0.98);
}

.adil-body .adil-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  min-height: 78px;
  padding: 7px 12px;
  border-radius: 8px;
  background: #070b12;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.adil-body .adil-logo img {
  width: 196px;
  max-height: 68px;
  object-fit: contain;
}

.adil-body .adil-footer .adil-logo {
  background: transparent;
  box-shadow: none;
  padding: 0;
  justify-content: flex-start;
}

.adil-body .adil-footer .adil-logo img {
  filter: none;
}

.adil-body .adil-hero {
  min-height: 600px;
  background: #f8fafc;
}

.adil-body .adil-hero-bg {
  object-position: right center;
  opacity: 1;
  filter: saturate(1.04) contrast(1.04);
}

.adil-body .adil-hero::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 34%, rgba(255,255,255,.58) 58%, rgba(255,255,255,.14) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,250,252,.72) 100%);
}

.adil-body .adil-hero-grid {
  min-height: 600px;
  align-items: center;
  padding: 54px 0 42px;
}

.adil-body .adil-hero-copy {
  padding: 26px 0;
}

.adil-body .adil-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(50px, 5.2vw, 72px);
}

.adil-body .adil-hero-side article,
.adil-body .adil-card-band,
.adil-body .adil-service-icons a {
  border-color: rgba(15, 23, 42, .14);
}

.adil-body .adil-service-icons a {
  color: #030712;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.adil-body .adil-service-icons svg,
.adil-body .adil-trust-row svg,
.adil-body .adil-hero-side svg,
.adil-body .adil-large-service svg,
.adil-body .adil-contact-box svg,
.adil-body .adil-why svg {
  color: #e30613;
  opacity: 1;
  filter: drop-shadow(0 4px 8px rgba(227, 6, 19, .16));
}

.adil-body svg [stroke] {
  stroke-width: 2.35;
}

.adil-body .adil-head-phone .adil-menu-toggle {
  display: none;
}

.adil-body .adil-menu-toggle svg {
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.adil-body .adil-mobile-menu {
  z-index: 99999 !important;
}

.adil-body .adil-mobile-menu .aox-mobile-panel {
  width: min(420px, 100vw) !important;
  min-height: 100vh !important;
  height: 100vh !important;
  overflow-y: auto !important;
  background: #070b12 !important;
  color: #fff !important;
}

.adil-body .adil-mobile-menu .aox-mobile-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.adil-body .adil-mobile-menu .aox-mobile-nav a {
  color: #fff !important;
  background: rgba(255, 255, 255, .06) !important;
}

.adil-body .adil-designer a {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 860px) {
  .adil-body .adil-header-inner {
    min-height: 84px;
  }

  .adil-body .adil-logo {
    width: 178px;
    min-height: 62px;
    padding: 6px 10px;
  }

  .adil-body .adil-logo img {
    width: 154px;
    max-height: 54px;
  }

  .adil-body .adil-head-phone {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .adil-body .adil-head-phone .adil-menu-toggle {
    display: inline-grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .18) !important;
  }

  .adil-body .adil-phone-link > svg {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .adil-body .adil-hero {
    min-height: 620px;
  }

  .adil-body .adil-hero-bg {
    object-position: 62% center;
    opacity: .52;
  }

  .adil-body .adil-hero::after {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 44%, rgba(255,255,255,.72) 100%);
  }

  .adil-body .adil-hero-grid {
    min-height: 620px;
    padding: 34px 0 26px;
    align-items: center;
  }

  .adil-body .adil-hero-copy {
    padding: 0;
  }

  .adil-body .adil-hero-copy h1 {
    font-size: clamp(38px, 10.4vw, 48px);
    line-height: .94;
  }

  .adil-body .adil-hero-copy p {
    font-size: 16px;
  }

  .adil-body .adil-trust-row {
    gap: 10px;
  }

  .adil-body .adil-hero-side {
    display: none;
  }

  .adil-body .adil-whatsapp {
    display: none !important;
  }

  .adil-body .adil-sticky-mobile {
    display: grid !important;
  }
}

/* Adil v36 SEO content and premium icon polish */
.adil-body .adil-service-icons svg,
.adil-body .adil-large-service > svg,
.adil-body .adil-trust-row svg,
.adil-body .adil-hero-side svg,
.adil-body .adil-contact-box svg,
.adil-body .adil-why svg,
.adil-body .adil-checks svg {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  padding: 8px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #fff 0%, #fff4f5 100%) !important;
  border: 1px solid rgba(227, 6, 19, .26) !important;
  color: #e30613 !important;
  stroke-width: 2.55 !important;
  box-shadow: 0 12px 24px rgba(227, 6, 19, .14), inset 0 0 0 1px rgba(255, 255, 255, .72) !important;
  opacity: 1 !important;
}

.adil-body .adil-why svg {
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(227,6,19,.18)) !important;
  border-color: rgba(255,255,255,.24) !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.24) !important;
}

.adil-body .adil-service-icons a:hover svg,
.adil-body .adil-large-service:hover > svg {
  background: #e30613 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.adil-body .adil-service-icons a,
.adil-body .adil-large-service {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.adil-body .adil-service-icons a:hover,
.adil-body .adil-large-service:hover {
  transform: translateY(-3px);
  border-color: rgba(227, 6, 19, .38);
  box-shadow: 0 24px 48px rgba(15, 23, 42, .12);
}

.adil-seo-block,
.adil-seo-faq,
.adil-related-links {
  margin-top: 28px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.adil-wide-seo {
  margin-top: 34px;
}

.adil-seo-block > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 4px;
  background: #fff4f5;
  color: #e30613;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.adil-seo-block h2,
.adil-seo-faq h2,
.adil-related-links h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}

.adil-seo-block h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.adil-seo-block p,
.adil-seo-faq p {
  color: #3d4654;
  line-height: 1.72;
  font-size: 16px;
}

.adil-seo-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.adil-seo-columns article {
  padding: 18px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .07);
}

.adil-seo-list,
.adil-area-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.adil-seo-list li,
.adil-area-chips span {
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff4f5;
  color: #991016;
  font-weight: 800;
}

.adil-local-note {
  padding: 18px;
  border-left: 4px solid #e30613;
  background: #f8fafc;
}

.adil-faq-list {
  display: grid;
  gap: 10px;
}

.adil-faq-list details {
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.adil-faq-list summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #111827;
  font-weight: 900;
}

.adil-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
}

.adil-related-links > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.adil-related-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 6px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #111827;
  font-weight: 900;
}

.adil-related-links svg {
  color: #e30613;
  width: 18px !important;
  height: 18px !important;
}

.adil-contact-page > .adil-seo-block,
.adil-contact-page > .adil-seo-faq {
  grid-column: 1 / -1;
}

@media (max-width: 860px) {
  .adil-seo-block,
  .adil-seo-faq,
  .adil-related-links {
    padding: 22px 16px;
  }

  .adil-seo-columns,
  .adil-seo-list,
  .adil-area-chips,
  .adil-related-links > div {
    grid-template-columns: 1fr;
  }

  .adil-body .adil-service-icons svg,
  .adil-body .adil-large-service > svg {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Adil Oto premium rebuild */
:root {
  --aox-bg: #030405;
  --aox-panel: #090d0f;
  --aox-panel-2: #0e1215;
  --aox-line: rgba(255, 255, 255, 0.14);
  --aox-text: #f7f7f7;
  --aox-muted: #b9bec4;
  --aox-red: #ed111b;
  --aox-red-2: #ff2430;
  --aox-container: 1360px;
}

html { scroll-behavior: smooth; }
body.aox-body {
  margin: 0;
  background: var(--aox-bg) !important;
  color: var(--aox-text);
  font-family: "Barlow", Arial, sans-serif;
  letter-spacing: 0;
}
body.aox-menu-open { overflow: hidden; }
.aox-container { width: min(var(--aox-container), calc(100% - 72px)); margin: 0 auto; }
.aox-header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(0, 0, 0, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
}
.aox-header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.aox-logo { display: inline-flex; align-items: center; color: #fff; width: 232px; max-width: 46vw; line-height: 0; }
.aox-logo-img { display: block; width: 232px; max-width: 100%; height: auto; max-height: 72px; object-fit: contain; }
.aox-logo-mark {
  width: 54px; height: 54px; display: grid; place-items: center;
  background: var(--aox-red); color: #050505; border-radius: 50%;
  box-shadow: 0 0 26px rgba(237,17,27,.38);
}
.aox-logo-mark svg { width: 30px; height: 30px; stroke-width: 2.2; color: #050505; }
.aox-logo-type strong { display:block; font-size: 30px; line-height: .9; font-weight: 900; letter-spacing: .02em; }
.aox-logo-type b { color: var(--aox-red); }
.aox-logo-type small { display:block; margin-top: 7px; color:#fff; font-size: 12px; letter-spacing: .38em; font-weight: 700; }
body.aox-body svg { width: 24px; height: 24px; max-width: 24px; max-height: 24px; }
.aox-nav { display:flex; align-items:center; justify-content:center; gap: 34px; flex:1; }
.aox-nav a { position:relative; color:#fff; font-weight:700; font-size:14px; padding: 36px 0; }
.aox-nav a.is-active, .aox-nav a:hover { color: var(--aox-red-2); }
.aox-nav a::after { content:""; position:absolute; left:0; right:0; bottom:24px; height:2px; background:var(--aox-red); transform:scaleX(0); transform-origin:left; transition:.2s; }
.aox-nav a.is-active::after, .aox-nav a:hover::after { transform:scaleX(1); }
.aox-head-actions { display:flex; align-items:center; gap: 16px; }
.aox-phone, .aox-outline {
  min-height: 54px; display:inline-flex; align-items:center; justify-content:center; gap:12px;
  padding: 0 24px; border:1px solid rgba(237,17,27,.72); border-radius:8px; color:#fff; font-weight:800;
  background: rgba(8,8,8,.6);
}
.aox-phone svg, .aox-outline svg { width:20px; height:20px; color:var(--aox-red); }
.aox-menu-toggle { display:none; width:48px; height:48px; border:0; background:transparent; color:#fff; }
.aox-menu-toggle svg { width:28px; height:28px; }
.aox-main { background: #030405; overflow:hidden; }
.aox-btn {
  min-height:56px; padding:0 24px; display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius:8px; font-size:15px; font-weight:900; border:1px solid transparent; color:#fff;
}
.aox-btn svg { width:20px; height:20px; }
.aox-btn-primary { background: linear-gradient(135deg, #ff1824, #d70b15); box-shadow: 0 18px 34px rgba(237,17,27,.28); }
.aox-btn-ghost { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.28); }
.aox-kicker { display:block; color:var(--aox-red-2); font-size:13px; text-transform:uppercase; letter-spacing:.16em; font-weight:900; margin-bottom:10px; }
.aox-hero, .aox-page-hero { position:relative; min-height:720px; display:flex; align-items:center; border-bottom:1px solid var(--aox-line); }
.aox-hero-bg, .aox-page-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.9; }
.aox-hero::before, .aox-page-hero::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(90deg, #030405 0%, rgba(3,4,5,.9) 33%, rgba(3,4,5,.2) 74%), linear-gradient(180deg, rgba(0,0,0,.25), #030405 100%);
  z-index:1;
}
.aox-hero-grid, .aox-page-hero .aox-container { position:relative; z-index:2; }
.aox-hero-copy, .aox-page-hero .aox-container { max-width: 560px; }
.aox-hero h1, .aox-page-hero h1 {
  margin:0; color:#fff; font-size: clamp(54px, 6.2vw, 92px); line-height:.96; font-weight:900; letter-spacing:0;
}
.aox-hero h1 span, .aox-page-hero h1 span, .aox-why-row h2 span { color: var(--aox-red-2); }
.aox-hero p, .aox-page-hero p { color:#d6d9dd; font-size:18px; line-height:1.8; margin:26px 0 30px; }
.aox-actions { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:34px; }
.aox-mini-trust, .aox-hero-badges {
  border-top:1px solid rgba(255,255,255,.17); padding-top:20px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px;
}
.aox-mini-trust span, .aox-hero-badges span { color:#fff; font-size:12px; text-align:center; }
.aox-mini-trust svg, .aox-hero-badges svg { display:block; width:22px; height:22px; margin:0 auto 8px; }
.aox-page-hero { min-height: 500px; }
.aox-page-hero .aox-container { max-width: 760px; }
.aox-hero-badges { margin-top:28px; padding:16px; border:1px solid rgba(255,255,255,.15); border-radius:8px; background:rgba(10,13,15,.78); }
.aox-section { padding: 28px 0 34px; }
.aox-section-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:22px; }
.aox-section h2, .aox-section-head h2 { margin:0; font-size:40px; line-height:1.04; color:#fff; font-weight:900; letter-spacing:0; }
.aox-brand-feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.aox-brand-feature, .aox-service-card, .aox-brand-card, .aox-post-card, .aox-side-box, .aox-form, .aox-contact-info {
  position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:8px; background:linear-gradient(180deg, rgba(16,20,23,.98), rgba(5,7,8,.98));
}
.aox-brand-feature { height:280px; padding:0 20px 24px; display:flex; flex-direction:column; justify-content:flex-end; }
.aox-brand-feature::after, .aox-service-card::after, .aox-brand-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 35%, rgba(0,0,0,.88)); z-index:1; }
.aox-brand-feature img, .aox-service-card img, .aox-brand-card img, .aox-post-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.72; transition:.3s; }
.aox-brand-feature:hover img, .aox-service-card:hover img, .aox-brand-card:hover img { transform:scale(1.05); opacity:.9; }
.aox-brand-feature strong, .aox-brand-feature span { position:relative; z-index:2; }
.aox-brand-feature strong { font-size:34px; line-height:1; font-weight:900; color:#fff; }
.aox-brand-feature span { color:#fff; font-size:18px; }
.aox-brand-feature span::after { content:""; display:block; width:42px; height:3px; margin-top:13px; background:var(--aox-red); }
.aox-stats { margin-top:24px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(255,255,255,.16); border-radius:8px; background:rgba(9,12,13,.9); }
.aox-stats article { min-height:104px; display:grid; grid-template-columns:44px auto; align-content:center; column-gap:16px; padding:20px 34px; border-right:1px solid rgba(255,255,255,.14); }
.aox-stats article:last-child { border-right:0; }
.aox-stats svg { width:36px; height:36px; color:var(--aox-red); grid-row:1 / span 2; }
.aox-stats strong { color:var(--aox-red-2); font-size:30px; line-height:1; font-weight:900; }
.aox-stats span { color:#fff; font-size:14px; }
.aox-service-strip, .aox-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:18px; }
.aox-service-strip { grid-template-columns:repeat(6,1fr); }
.aox-service-card { min-height:315px; padding:170px 20px 22px; display:block; color:#fff; }
.aox-service-card.is-large { min-height:420px; padding:220px 24px 28px; }
.aox-service-card > *:not(img) { position:relative; z-index:2; }
.aox-service-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:var(--aox-red); margin-bottom:18px; color:#fff; }
.aox-service-icon svg { width:28px; height:28px; }
.aox-service-card strong { display:block; font-size:22px; line-height:1.12; font-weight:900; margin-bottom:10px; }
.aox-service-card p { margin:0 0 18px; color:#d5d8dc; line-height:1.65; font-size:14px; }
.aox-service-card em { color:var(--aox-red-2); font-style:normal; font-weight:900; font-size:14px; }
.aox-service-card em svg { width:17px; vertical-align:middle; }
.aox-about-band { display:grid; grid-template-columns:1.1fr 1.35fr .62fr; gap:18px; align-items:stretch; }
.aox-about-copy, .aox-area-card { border:1px solid rgba(255,255,255,.16); border-radius:8px; padding:30px; background:linear-gradient(135deg, rgba(12,16,18,.96), rgba(5,6,7,.94)); }
.aox-about-copy h2 { font-size:36px; margin:0 0 16px; }
.aox-about-copy p, .aox-about-copy li, .aox-area-card li { color:#d5d8dc; line-height:1.75; }
.aox-about-copy ul, .aox-area-card ul { padding-left:18px; margin:18px 0 24px; }
.aox-about-band > img { width:100%; height:100%; min-height:340px; object-fit:cover; border-radius:8px; border:1px solid rgba(255,255,255,.16); }
.aox-area-card h3 { font-size:32px; margin:0 0 14px; }
.aox-cta {
  margin-top: 22px; margin-bottom:34px; min-height:94px; display:grid; grid-template-columns:70px 1fr auto auto; align-items:center; gap:24px;
  padding:20px 26px; border:1px solid rgba(255,255,255,.16); border-radius:8px; background:linear-gradient(90deg, rgba(9,12,13,.98), rgba(74,7,7,.35));
}
.aox-cta > span { width:64px; height:64px; border-radius:8px; display:grid; place-items:center; background:var(--aox-red); }
.aox-cta svg { width:30px; height:30px; }
.aox-cta strong { display:block; font-size:28px; line-height:1.1; }
.aox-cta p { margin:4px 0 0; color:#d5d8dc; }
.aox-tabs { display:flex; gap:0; border:1px solid rgba(255,255,255,.16); border-radius:14px; overflow:hidden; margin-bottom:26px; }
.aox-tabs span { flex:1; text-align:center; padding:18px 14px; font-weight:800; color:#fff; }
.aox-tabs .is-active { background:linear-gradient(135deg, var(--aox-red), #d40d16); }
.aox-why-row { margin-top:34px; display:grid; grid-template-columns:1fr 1.55fr; border:1px solid rgba(255,255,255,.16); border-radius:8px; overflow:hidden; background:linear-gradient(90deg, #07090a, rgba(87,13,13,.35)); }
.aox-why-row img { width:100%; height:100%; min-height:270px; object-fit:cover; }
.aox-why-row > div { padding:42px; }
.aox-why-row h2 { margin:0 0 30px; font-size:34px; }
.aox-stats.compact { margin:0; border:0; background:transparent; }
.aox-stats.compact article { padding:10px 24px; min-height:90px; }
.aox-brand-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.aox-brand-card { height:190px; padding:92px 22px 20px 86px; display:block; color:#fff; }
.aox-brand-card img { opacity:.63; filter:saturate(.75); }
.aox-brand-card > *:not(img) { position:relative; z-index:2; }
.aox-brand-logo {
  position:absolute !important;
  left:20px;
  bottom:24px;
  z-index:3 !important;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.65);
  background:rgba(0,0,0,.45);
  box-shadow:0 12px 24px rgba(0,0,0,.38);
}
.aox-brand-logo img {
  position:static !important;
  width:40px !important;
  height:40px !important;
  object-fit:contain !important;
  opacity:1 !important;
  transform:none !important;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,.45));
}
.aox-brand-feature .aox-brand-logo {
  left:20px;
  bottom:74px;
  width:56px;
  height:56px;
}
.aox-brand-card strong { display:block; font-size:22px; font-weight:900; }
.aox-brand-card span { color:#fff; }
.aox-brand-card em { position:absolute !important; right:20px; bottom:24px; color:var(--aox-red); }
.aox-search { width:min(360px,100%); min-height:58px; display:flex; align-items:center; gap:12px; padding:0 18px; border:1px solid rgba(255,255,255,.16); border-radius:8px; background:rgba(255,255,255,.03); }
.aox-search input { flex:1; min-width:0; background:transparent; border:0; outline:0; color:#fff; }
.aox-search svg { width:22px; color:#fff; }
.aox-blog-layout { display:grid; grid-template-columns:1fr 330px; gap:28px; align-items:start; }
.aox-post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.aox-post-card { min-height:420px; padding:180px 20px 22px; color:#fff; }
.aox-post-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 24%, rgba(0,0,0,.92)); z-index:1; }
.aox-post-card > *:not(img) { position:relative; z-index:2; }
.aox-post-card span { display:inline-block; padding:5px 10px; border-radius:4px; background:var(--aox-red); font-size:11px; text-transform:uppercase; font-weight:900; }
.aox-post-card small { display:block; color:#c8ccd1; margin:16px 0 8px; }
.aox-post-card h2 { font-size:22px; margin:0 0 10px; line-height:1.18; }
.aox-post-card p { color:#d5d8dc; line-height:1.6; }
.aox-post-card a { color:var(--aox-red-2); font-weight:900; }
.aox-sidebar { display:grid; gap:22px; }
.aox-side-box { padding:24px; }
.aox-side-box h3 { margin:0 0 18px; font-size:26px; }
.aox-side-box p { color:#fff; border-bottom:1px solid rgba(255,255,255,.1); padding-bottom:12px; }
.aox-side-box b { float:right; color:var(--aox-red); border:1px solid var(--aox-red); border-radius:4px; padding:0 7px; }
.aox-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.aox-form, .aox-contact-info { padding:34px; }
.aox-form h2, .aox-contact-info h2 { margin:0 0 22px; font-size:30px; }
.aox-form input, .aox-form select, .aox-form textarea {
  width:100%; min-height:56px; margin-bottom:14px; padding:0 16px; border-radius:8px; border:1px solid rgba(255,255,255,.15); background:rgba(0,0,0,.2); color:#fff;
}
.aox-form textarea { min-height:150px; padding-top:16px; resize:vertical; }
.aox-contact-info p { display:grid; grid-template-columns:56px 1fr auto; gap:14px; align-items:center; margin:0; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.12); color:#d5d8dc; }
.aox-contact-info svg { width:42px; height:42px; color:var(--aox-red); padding:10px; border-radius:50%; background:#050606; }
.aox-contact-info strong { color:#fff; }
.aox-map { grid-column:1 / -1; position:relative; min-height:260px; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:8px; }
.aox-map iframe { width:100%; height:360px; border:0; filter:grayscale(1) invert(.85) contrast(.9); }
.aox-map div { position:absolute; left:260px; bottom:40px; width:300px; padding:24px; border-radius:8px; background:rgba(5,6,7,.88); border:1px solid rgba(255,255,255,.16); }
.aox-map strong, .aox-map span, .aox-map a { display:block; }
.aox-map a { margin-top:14px; color:var(--aox-red-2); font-weight:900; }
.aox-single { display:grid; grid-template-columns:1fr 330px; gap:28px; }
.aox-single article { border:1px solid rgba(255,255,255,.16); border-radius:8px; padding:26px; background:var(--aox-panel); }
.aox-single article img { border-radius:8px; margin-bottom:22px; }
.entry-content { color:#d5d8dc; }
.entry-content h1, .entry-content h2, .entry-content h3 { color:#fff; }
.aox-footer { border-top:1px solid rgba(255,255,255,.12); padding:48px 0 92px; background:#020303; }
.aox-footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:34px; }
.aox-footer p { color:#c5c9ce; max-width:420px; }
.aox-footer h3 { color:#fff; margin:0 0 14px; }
.aox-footer a { display:block; color:#d4d8dd; margin:8px 0; }
.aox-footer-bottom { margin-top:32px; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:18px; color:#b9bec4; font-size:14px; }
.aox-mobile-menu { position:fixed; inset:0; z-index:1000; pointer-events:none; background:rgba(0,0,0,.64); opacity:0; transition:.2s; }
.aox-menu-open .aox-mobile-menu { opacity:1; pointer-events:auto; }
.aox-mobile-panel { margin-left:auto; width:min(420px,100%); height:100%; background:#050607; padding:24px; transform:translateX(100%); transition:.25s; border-left:1px solid rgba(255,255,255,.14); }
.aox-menu-open .aox-mobile-panel { transform:translateX(0); }
.aox-mobile-top { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:28px; }
.aox-mobile-close { width:44px; height:44px; border:1px solid rgba(255,255,255,.18); border-radius:8px; background:transparent; color:#fff; font-size:30px; }
.aox-mobile-nav { display:grid; gap:10px; margin-bottom:24px; }
.aox-mobile-nav a { padding:16px; border:1px solid rgba(255,255,255,.12); border-radius:8px; color:#fff; font-weight:800; }
.aox-sticky-mobile { display:none; }

@media (max-width: 1180px) {
  .aox-container { width: min(var(--aox-container), calc(100% - 40px)); }
  .aox-nav { display:none; }
  .aox-menu-toggle { display:grid; place-items:center; }
  .aox-service-strip { grid-template-columns:repeat(3,1fr); }
  .aox-brand-grid, .aox-service-grid, .aox-brand-feature-grid { grid-template-columns:repeat(2,1fr); }
  .aox-about-band, .aox-contact-grid, .aox-blog-layout, .aox-single { grid-template-columns:1fr; }
  .aox-area-card { display:none; }
  .aox-post-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
  .aox-container { width: calc(100% - 28px); }
  .aox-header-inner { min-height:78px; }
  .aox-logo { min-width:0; gap:10px; }
  .aox-logo-mark { width:42px; height:42px; }
  .aox-logo-mark svg { width:24px; height:24px; }
  .aox-logo-type strong { font-size:23px; }
  .aox-logo-type small { font-size:9px; letter-spacing:.26em; }
  .aox-phone { display:none; }
  .aox-hero, .aox-page-hero { min-height:650px; align-items:flex-end; padding:0 0 48px; }
  .aox-page-hero { min-height:520px; }
  .aox-hero::before, .aox-page-hero::before { background:linear-gradient(180deg, rgba(0,0,0,.18), #030405 78%); }
  .aox-hero h1, .aox-page-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .aox-hero p, .aox-page-hero p { font-size:16px; margin:18px 0 22px; }
  .aox-actions, .aox-cta { grid-template-columns:1fr; display:grid; }
  .aox-btn, .aox-outline { width:100%; }
  .aox-mini-trust, .aox-hero-badges { grid-template-columns:repeat(2,1fr); }
  .aox-section-head { display:block; }
  .aox-section-head .aox-outline, .aox-search { margin-top:16px; }
  .aox-section h2, .aox-section-head h2 { font-size:32px; }
  .aox-brand-feature-grid, .aox-service-strip, .aox-service-grid, .aox-brand-grid, .aox-post-grid { grid-template-columns:1fr; }
  .aox-brand-feature { height:230px; }
  .aox-service-card, .aox-service-card.is-large { min-height:360px; padding-top:190px; }
  .aox-stats { grid-template-columns:1fr; }
  .aox-stats article { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .aox-about-band { display:block; }
  .aox-about-copy { margin-bottom:16px; }
  .aox-about-band > img { min-height:260px; }
  .aox-tabs { overflow-x:auto; border-radius:8px; }
  .aox-tabs span { min-width:170px; }
  .aox-why-row { grid-template-columns:1fr; }
  .aox-why-row > div { padding:24px; }
  .aox-map div { left:18px; right:18px; width:auto; bottom:24px; }
  .aox-contact-info p { grid-template-columns:46px 1fr; }
  .aox-contact-info p a { grid-column:2; }
  .aox-footer-grid { grid-template-columns:1fr; }
  .aox-footer-bottom { display:grid; }
  .aox-sticky-mobile {
    position:fixed; left:0; right:0; bottom:0; z-index:998; display:grid; grid-template-columns:1fr 1fr;
    padding:10px; gap:10px; background:rgba(0,0,0,.88); border-top:1px solid rgba(255,255,255,.12);
  }
  .aox-sticky-mobile a { min-height:48px; display:grid; place-items:center; border-radius:8px; color:#fff; font-weight:900; }
  .aox-sticky-mobile a:first-child { background:#15191c; border:1px solid rgba(255,255,255,.16); }
  .aox-sticky-mobile a:last-child { background:var(--aox-red); }
  .aox-footer { padding-bottom:130px; }
}

/* v2.2 final premium fixes */
.ao-mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.9) !important;
  transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

body.ao-menu-open .ao-mobile-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.ao-mobile-menu-inner {
  width: min(420px, 100vw) !important;
  max-width: none !important;
  height: 100vh !important;
  margin-left: auto !important;
  padding: 22px 18px 34px !important;
  background: #050505 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
  transform: translateX(105%) !important;
  overflow-y: auto !important;
  transition: transform 0.24s ease !important;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0) !important;
}

.ao-mobile-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 22px !important;
}

.ao-mobile-nav-list {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  list-style: none !important;
}

.ao-mobile-nav-list a {
  display: block !important;
  padding: 17px 18px !important;
  border-radius: 14px !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ao-mobile-actions,
.ao-mobile-contact-meta {
  display: grid !important;
  gap: 10px !important;
}

.ao-mobile-close {
  width: 46px !important;
  height: 46px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  background: #171717 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  font-size: 30px !important;
}

.ao-v2-phone svg,
.ao-v2-cta svg,
.ao-btn svg,
.ao-contact-strip-grid svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
}

.ao-v2-brand-strip {
  margin-top: 38px !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 22, 31, 0.26), transparent 30%),
    linear-gradient(135deg, #050505 0%, #111 55%, #1b0506 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.22) !important;
}

.ao-v2-brand-strip > span {
  color: #ff161f !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
}

.ao-v2-brand-strip h2 {
  max-width: 780px !important;
  color: #fff !important;
}

.ao-v2-brand-strip h2 {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(28px, 2.7vw, 42px) !important;
}

.ao-v2-brand-logos {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ao-v2-brand-logos strong {
  min-height: 92px !important;
  display: grid !important;
  place-items: center !important;
  padding: 14px 10px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-family: "Barlow Condensed", "Barlow", sans-serif !important;
  font-size: clamp(18px, 2vw, 25px) !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.ao-v2-brand-logos small {
  display: block !important;
  margin-top: 8px !important;
  color: #ff353d !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.ao-entry-main.is-services-overview .ao-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card {
  min-height: 285px !important;
  padding: 30px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #fff 0%, #fff 56%, #fff0f1 100%) !important;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 22px 58px rgba(10, 10, 10, 0.08) !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card svg {
  width: 54px !important;
  height: 54px !important;
  color: #ff161f !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card h3 {
  font-size: 27px !important;
  line-height: 0.98 !important;
}

.ao-service-detail-visual.is-icon {
  min-height: 430px !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76)),
    url("assets/images/adiloto-v2-workshop.png") center / cover no-repeat !important;
}

.ao-service-detail-visual.is-icon .ao-service-detail-emblem {
  background: rgba(0, 0, 0, 0.36) !important;
  backdrop-filter: blur(6px) !important;
}

.ao-about-premium {
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr) !important;
  gap: 26px !important;
  align-items: stretch !important;
}

.ao-about-premium-copy,
.ao-about-premium-media,
.ao-about-values article {
  border-radius: 22px !important;
  background: #fff !important;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 24px 64px rgba(10, 10, 10, 0.08) !important;
}

.ao-about-premium-copy {
  padding: clamp(28px, 4vw, 48px) !important;
}

.ao-about-premium-media img {
  min-height: 480px !important;
  object-fit: cover !important;
}

.ao-about-values {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

@media (max-width: 1100px) {
  .ao-v2-brand-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ao-about-premium {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ao-site-header .container,
  .ao-header-inner,
  .ao-header-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .ao-menu-toggle {
    display: grid !important;
    place-items: center !important;
    margin-left: auto !important;
  }

  .ao-v2-hero {
    min-height: 570px !important;
  }

  .ao-v2-hero-inner {
    min-height: 570px !important;
    align-items: flex-start !important;
    padding-top: 18px !important;
  }

  .ao-v2-hero-copy {
    padding-top: 0 !important;
  }

  .ao-v2-hero-copy h1 {
    font-size: 46px !important;
    line-height: 0.98 !important;
  }

  .ao-v2-service-grid .ao-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .ao-v2-brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ao-entry-main.is-services-overview .ao-service-grid,
  .ao-about-values {
    grid-template-columns: 1fr !important;
  }

  .ao-mobile-menu-inner {
    width: 100vw !important;
  }
}

/* v1.9 reference-match fixes */
.ao-site-header {
  height: 86px !important;
}

.ao-header-inner {
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: 260px 1fr auto !important;
  align-items: center !important;
  gap: 26px !important;
}

.ao-header-brand {
  width: 100% !important;
  justify-content: flex-start !important;
}

.ao-brand-wrap img {
  max-height: 64px !important;
}

.ao-primary-nav ul,
.ao-nav-list {
  justify-content: center !important;
}

.ao-v2-hero {
  min-height: 575px !important;
  background: #050505 !important;
}

.ao-v2-hero-bg {
  left: 42% !important;
  width: 58% !important;
}

.ao-v2-hero-bg img {
  object-position: center !important;
}

.ao-v2-hero::after {
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.96) 36%, rgba(5, 5, 5, 0.38) 68%, rgba(5, 5, 5, 0.08) 100%),
    radial-gradient(circle at 14% 50%, rgba(255, 22, 31, 0.2), transparent 30%) !important;
}

.ao-v2-hero-inner {
  min-height: 575px !important;
}

.ao-v2-hero-copy {
  padding-top: 38px !important;
  width: 520px !important;
}

.ao-v2-hero-copy h1 {
  font-size: clamp(52px, 5vw, 76px) !important;
}

.ao-v2-services {
  padding: 0 0 56px !important;
}

.ao-v2-services-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 44px 0 26px;
  text-align: center;
}

.ao-v2-services-head span {
  color: #ff161f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ao-v2-services-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
}

.ao-v2-services-head h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 16px auto 0;
  background: #ff161f;
}

.ao-v2-service-grid .ao-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  transform: none !important;
}

.ao-v2-service-grid .ao-service-simple-card {
  min-height: 210px !important;
  border: 1px solid #e9edf3 !important;
  border-radius: 14px !important;
}

.ao-v2-all-services {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.ao-premium-panel.is-local {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr) !important;
  align-items: stretch !important;
}

.ao-premium-panel.is-local .ao-premium-panel-copy {
  padding: 28px !important;
}

.ao-premium-panel.is-local .ao-premium-feature-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

.ao-premium-panel.is-local .ao-premium-feature-grid article {
  display: grid !important;
  grid-template-columns: 54px 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 78px !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  background: #fbfcfe !important;
}

.ao-premium-panel.is-local .ao-premium-feature-grid strong {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 10px !important;
  background: #ff161f !important;
  color: #fff !important;
  font-size: 18px !important;
}

.ao-premium-panel.is-local .ao-premium-feature-grid span {
  display: block !important;
  color: #253044 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.ao-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ao-post-card {
  overflow: hidden;
  border: 1px solid #e7ebf0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(18, 18, 18, 0.08) !important;
}

.ao-post-card h2 {
  color: #111 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
}

.ao-blog-single-hero {
  padding: 70px 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62)),
    url("assets/images/adiloto-v2-red-car.png") center / cover no-repeat;
}

.ao-blog-single-hero h1 {
  max-width: 860px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.ao-blog-single-hero p {
  max-width: 640px;
  margin: 0;
  color: #d8dce4;
  font-size: 18px;
}

.ao-blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.ao-blog-single-card {
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7ebf0;
  box-shadow: 0 16px 38px rgba(18, 18, 18, 0.08);
}

.ao-blog-single-cover {
  overflow: hidden;
  margin: -10px -10px 28px;
  border-radius: 16px;
}

.ao-blog-single-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.ao-blog-single-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 14px;
  background: #080808;
}

.ao-blog-single-cta strong,
.ao-blog-single-cta span {
  display: block;
}

.ao-blog-single-cta strong {
  color: #fff;
  font-size: 22px;
}

.ao-blog-single-cta span {
  margin-top: 6px;
  color: #c4c9d2;
}

@media (max-width: 1180px) {
  .ao-header-inner {
    grid-template-columns: 220px 1fr auto !important;
  }

  .ao-premium-panel.is-local,
  .ao-blog-single-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ao-header-inner {
    display: flex !important;
    min-height: 76px !important;
  }

  .ao-header-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .ao-brand-wrap {
    order: 1 !important;
  }

  .ao-menu-toggle {
    order: 2 !important;
    margin-left: auto !important;
    display: grid !important;
  }

  .ao-v2-hero-bg {
    left: 0 !important;
    width: 100% !important;
  }

  .ao-v2-service-grid .ao-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .ao-v2-service-grid .ao-service-simple-card {
    min-height: 188px !important;
    padding: 22px 12px !important;
  }

  .ao-post-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-blog-single-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ao-v2-services-head {
    padding-top: 32px;
  }

  .ao-v2-service-grid .ao-service-simple-card h3 {
    font-size: 15px !important;
  }

  .ao-v2-service-grid .ao-service-simple-card p {
    font-size: 12px !important;
  }
}

/* v2.1 final overrides */
.ao-v2-hero-inner {
  align-items: flex-start !important;
  padding-top: 72px !important;
}

.ao-v2-hero-copy {
  padding-top: 0 !important;
}

.ao-v2-phone svg,
.ao-v2-cta svg,
.ao-contact-strip-grid svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
}

.ao-v2-cta-inner {
  grid-template-columns: 1.2fr auto repeat(4, minmax(110px, 1fr)) !important;
}

.ao-v2-brand-strip {
  margin-top: 34px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #080808, #171717);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.ao-v2-brand-strip > span {
  display: block;
  color: #ff161f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ao-v2-brand-strip h2 {
  margin: 8px 0 22px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
}

.ao-v2-brand-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.ao-v2-brand-logos strong {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
}

.ao-v2-brand-logos small {
  display: block;
  margin-top: 5px;
  color: #ff4b52;
  font-size: 11px;
  text-transform: uppercase;
}

.ao-entry-main.is-services-overview .ao-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card {
  min-height: 250px !important;
  border-radius: 18px !important;
  border: 1px solid #e7ebf0 !important;
  background: linear-gradient(180deg, #fff 0%, #fff 62%, #fff4f5 100%) !important;
  box-shadow: 0 18px 46px rgba(18, 18, 18, 0.08) !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card h3 {
  font-size: 24px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card p {
  font-size: 15px !important;
  -webkit-line-clamp: 4 !important;
}

.ao-service-detail-visual.is-icon {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.74)),
    url("assets/images/adiloto-v2-workshop.png") center / cover no-repeat !important;
}

.ao-service-detail-emblem-icon {
  width: 86px !important;
  height: 86px !important;
}

.ao-about-premium {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 26px;
}

.ao-about-premium-copy,
.ao-about-premium-media,
.ao-about-values article {
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7ebf0;
  box-shadow: 0 18px 46px rgba(18, 18, 18, 0.08);
}

.ao-about-premium-copy {
  padding: 34px;
}

.ao-about-premium-copy h2 {
  margin: 14px 0 16px;
  color: #111;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.ao-about-premium-copy p {
  color: #59616f;
  font-size: 17px;
}

.ao-about-premium-media {
  overflow: hidden;
}

.ao-about-premium-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.ao-about-stat-grid,
.ao-about-values {
  display: grid;
  gap: 18px;
}

.ao-about-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.ao-about-stat-grid article {
  padding: 18px;
  border-radius: 14px;
  background: #111;
}

.ao-about-stat-grid strong {
  display: block;
  color: #ff161f;
  font-size: 34px;
}

.ao-about-stat-grid span {
  color: #fff;
  font-size: 13px;
}

.ao-about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.ao-about-values article {
  padding: 24px;
}

.ao-about-values svg {
  width: 42px;
  height: 42px;
  color: #ff161f;
}

.ao-about-values strong {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 22px;
}

.ao-about-values p {
  margin-bottom: 0;
  color: #59616f;
}

.ao-mobile-menu {
  z-index: 100000 !important;
  background: rgba(0, 0, 0, 0.86) !important;
}

.ao-mobile-menu-inner {
  background: #070707 !important;
  transform: translateX(110%) !important;
  z-index: 100001 !important;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0) !important;
}

.ao-mobile-nav-list a {
  color: #fff !important;
  background: #121212 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ao-mobile-close {
  display: grid !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .ao-v2-cta-inner,
  .ao-about-premium {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .ao-v2-hero {
    min-height: 560px !important;
  }

  .ao-v2-hero-inner {
    min-height: 560px !important;
    padding-top: 28px !important;
    align-items: flex-start !important;
  }

  .ao-v2-brand-logos,
  .ao-v2-service-grid .ao-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ao-entry-main.is-services-overview .ao-service-grid,
  .ao-about-values,
  .ao-about-stat-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-v2-cta article {
    display: none !important;
  }
}
/* v2.2 absolute-last overrides */
.ao-mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

body.ao-menu-open .ao-mobile-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.ao-mobile-menu-inner {
  width: min(420px, 100vw) !important;
  max-width: none !important;
  height: 100vh !important;
  margin-left: auto !important;
  padding: 22px 18px 34px !important;
  background: #050505 !important;
  transform: translateX(105%) !important;
  overflow-y: auto !important;
}

body.ao-menu-open .ao-mobile-menu-inner {
  transform: translateX(0) !important;
}

.ao-mobile-nav-list {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  list-style: none !important;
}

.ao-mobile-nav-list a {
  display: block !important;
  padding: 17px 18px !important;
  border-radius: 14px !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.ao-v2-phone svg,
.ao-v2-cta svg,
.ao-btn svg,
.ao-contact-strip-grid svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
}

.ao-v2-brand-logos {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ao-v2-brand-logos strong {
  min-height: 92px !important;
  display: grid !important;
  place-items: center !important;
  padding: 14px 10px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-family: "Barlow Condensed", "Barlow", sans-serif !important;
  font-size: clamp(18px, 2vw, 25px) !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.ao-v2-brand-logos small {
  display: block !important;
  margin-top: 8px !important;
  color: #ff353d !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

.ao-entry-main.is-services-overview .ao-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.ao-entry-main.is-services-overview .ao-service-simple-card {
  min-height: 285px !important;
  padding: 30px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #fff 0%, #fff 56%, #fff0f1 100%) !important;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 22px 58px rgba(10, 10, 10, 0.08) !important;
}

.ao-service-detail-visual.is-icon {
  min-height: 430px !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76)),
    url("assets/images/adiloto-v2-workshop.png") center / cover no-repeat !important;
}

@media (max-width: 900px) {
  .ao-site-header .container,
  .ao-header-inner,
  .ao-header-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .ao-menu-toggle {
    display: grid !important;
    place-items: center !important;
    margin-left: auto !important;
  }

  .ao-v2-hero {
    min-height: 570px !important;
  }

  .ao-v2-hero-inner {
    min-height: 570px !important;
    align-items: flex-start !important;
    padding-top: 18px !important;
  }

  .ao-v2-hero-copy h1 {
    font-size: 46px !important;
    line-height: 0.98 !important;
  }

  .ao-v2-service-grid .ao-service-grid,
  .ao-v2-brand-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ao-entry-main.is-services-overview .ao-service-grid {
    grid-template-columns: 1fr !important;
  }

  .ao-mobile-menu-inner {
    width: 100vw !important;
  }
}

