:root {
  --bg: #06111b;
  --bg-2: #081724;
  --bg-3: #0b1d2c;
  --surface: rgba(10, 29, 44, .86);
  --surface-solid: #0b1d2c;
  --surface-soft: rgba(255,255,255,.035);
  --text: #f5f8fb;
  --muted: #a9b6c2;
  --muted-2: #7f91a1;
  --accent: #ff982f;
  --accent-2: #ffb24f;
  --accent-dark: #d8740f;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,152,47,.27);
  --shadow: 0 24px 70px rgba(0,0,0,.26);
  --shadow-soft: 0 14px 40px rgba(0,0,0,.18);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 13px;
  --bs-body-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  --bs-body-bg: var(--bg);
  --bs-body-color: var(--text);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 7%, rgba(43, 84, 112, .14), transparent 28%),
    var(--bg);
  font-family: var(--bs-body-font-family);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--accent); color: #07111a; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { display: block; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 12px;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 10px;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container-xxl { --bs-gutter-x: 2rem; }
.section { padding: 68px 0; position: relative; scroll-margin-top: 110px; }

/* Header */
.site-header { position: relative; z-index: 1000; }
.topbar {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.055);
  background: #04101a;
  color: #b7c3cd;
  font-size: .79rem;
}
.topbar-manager { display: inline-flex; align-items: center; gap: 9px; }
.topbar-manager strong { color: #fff; font-weight: 800; }
.status-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255,152,47,.09), 0 0 18px rgba(255,152,47,.55);
}
.topbar-meta { color: #8fa0ad; }
.service-area { padding-inline-start: 3px; }
.social-mini { display: flex; gap: 7px; direction: ltr; }
.social-mini a {
  width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px;
  display: grid; place-items: center; background: rgba(255,255,255,.025); color: #bec9d1;
  transition: .2s ease;
}
.social-mini a:hover { border-color: rgba(255,152,47,.45); color: var(--accent); transform: translateY(-1px); }
.social-mini svg { width: 14px; height: 14px; fill: currentColor; }
.social-mini svg rect, .social-mini svg circle { fill: none; stroke: currentColor; stroke-width: 1.7; }
.social-mini svg .fill-dot { fill: currentColor; stroke: none; }

.main-navbar {
  min-height: 78px;
  padding: 8px 0;
  background: rgba(5, 17, 27, .88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.055);
  transition: box-shadow .25s ease, background .25s ease, min-height .25s ease;
}
.main-navbar.is-sticky {
  position: fixed;
  top: 0; right: 0; left: 0;
  min-height: 70px;
  background: rgba(4, 15, 24, .96);
  box-shadow: 0 16px 45px rgba(0,0,0,.3);
}
.brand { display: inline-flex; align-items: center; gap: 11px; margin: 0; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #fff; font-size: 1.32rem; font-weight: 950; letter-spacing: -.04em; }
.brand-copy small { margin-top: 7px; direction: ltr; color: var(--accent); font-size: .68rem; letter-spacing: .25em; font-weight: 700; }
.main-navbar .nav-link {
  position: relative;
  margin-inline: 2px;
  padding: 24px 13px !important;
  color: #c9d2d9;
  font-size: .91rem;
  font-weight: 700;
  transition: color .2s ease;
}
.main-navbar .nav-link::after {
  content: "";
  position: absolute;
  right: 13px; left: 13px; bottom: 15px;
  height: 2px; border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0); opacity: 0;
  transition: .22s ease;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--accent); }
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after { transform: scaleX(1); opacity: 1; }
.header-call {
  align-items: center; gap: 10px;
  min-width: 176px;
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,152,47,.10), rgba(255,255,255,.025));
  transition: .2s ease;
}
.header-call:hover { background: rgba(255,152,47,.14); transform: translateY(-1px); }
.header-call-icon {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  background: var(--accent); color: #09141d; font-size: 1.15rem;
}
.header-call > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.header-call small { color: #9eabb5; font-size: .67rem; }
.header-call strong { margin-top: 4px; color: #fff; font-size: .9rem; letter-spacing: .015em; }
.menu-lines { display: flex; flex-direction: column; gap: 5px; }
.menu-lines i { display: block; width: 25px; height: 2px; border-radius: 99px; background: #fff; }

/* Hero */
.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 58px 0 0;
  background:
    linear-gradient(180deg, rgba(7,22,34,.3), rgba(3,13,21,.88) 93%),
    radial-gradient(circle at 78% 34%, rgba(255,152,47,.08), transparent 35%);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -3;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(#000, transparent 80%);
  mask-image: linear-gradient(#000, transparent 80%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(120px); z-index: -2; pointer-events: none; }
.hero-orb-one { width: 500px; height: 500px; right: -260px; top: 120px; background: rgba(255,152,47,.13); }
.hero-orb-two { width: 430px; height: 430px; left: 5%; top: 50px; background: rgba(46,91,123,.15); }
.hero-row { min-height: 580px; padding-bottom: 28px; }
.hero-copy { max-width: 720px; }
.hero-badge {
  width: fit-content;
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 19px; padding: 8px 12px 8px 14px;
  border: 1px solid rgba(255,152,47,.22);
  border-radius: 999px;
  background: rgba(255,152,47,.07);
  color: #d4dce2; font-size: .79rem; font-weight: 700;
}
.badge-shield { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,152,47,.14); color: var(--accent); }
.badge-shield svg { width: 14px; height: 14px; fill: currentColor; }
.hero-copy h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2.55rem, 4.5vw, 5.1rem);
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: -.055em;
  color: #fff;
  text-wrap: balance;
}
.hero-copy h1 span {
  display: block;
  margin-top: 4px;
  color: var(--accent);
  background: linear-gradient(100deg, var(--accent), #ffc46d 65%, var(--accent));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #c0cbd3;
  font-size: clamp(.97rem, 1.2vw, 1.12rem);
  line-height: 2.05;
}
.hero-lead strong { color: #fff; font-weight: 800; }
.hero-points {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  list-style: none; padding: 0; margin: 20px 0 0;
}
.hero-points li { display: inline-flex; align-items: center; gap: 7px; color: #aebac3; font-size: .8rem; font-weight: 600; }
.hero-points li span {
  width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,152,47,.1); color: var(--accent); font-size: .72rem; font-weight: 900;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-actions .btn {
  min-height: 62px;
  min-width: 200px;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 10px 17px;
  border-radius: 15px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.hero-actions .btn:hover { transform: translateY(-2px); }
.hero-actions .btn svg { width: 25px; height: 25px; fill: currentColor; flex: 0 0 auto; }
.hero-actions .btn span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.25; }
.hero-actions .btn small { font-size: .67rem; font-weight: 500; opacity: .72; }
.hero-actions .btn strong { margin-top: 4px; font-size: .95rem; font-weight: 850; }
.btn-primary-cta {
  border: 1px solid var(--accent) !important;
  background: linear-gradient(135deg, #ffae48, #ff8d1d) !important;
  color: #08141e !important;
  box-shadow: 0 16px 34px rgba(255,144,30,.20);
}
.btn-primary-cta:hover { box-shadow: 0 20px 42px rgba(255,144,30,.28); }
.btn-outline-cta {
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.035) !important;
  color: #fff !important;
}
.btn-outline-cta:hover { border-color: rgba(255,152,47,.45) !important; background: rgba(255,152,47,.07) !important; }
.hero-contact-strip {
  width: fit-content;
  max-width: 100%;
  display: flex; align-items: center; gap: 14px;
  margin-top: 24px; padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 13px;
  background: rgba(0,0,0,.14);
  direction: ltr;
}
.hero-contact-title { display: flex; align-items: center; gap: 7px; color: #93a3af; font-size: .72rem; direction: rtl; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #4bd289; box-shadow: 0 0 0 5px rgba(75,210,137,.08); }
.hero-contact-strip a { direction: rtl; color: #fff; font-size: .93rem; font-weight: 800; letter-spacing: .012em; }
.hero-contact-strip a:hover { color: var(--accent); }
.contact-divider { width: 1px; height: 22px; background: rgba(255,255,255,.1); }

.hero-media { position: relative; min-height: 500px; padding: 0; }
.hero-media::before {
  content: ""; position: absolute; inset: 2% 4% 7%; border-radius: 36px;
  background: linear-gradient(140deg, rgba(255,152,47,.16), rgba(29,62,85,.1)); filter: blur(1px); transform: rotate(-2.3deg); z-index: -1;
}
.hero-media-frame {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 34px 85px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,152,47,.05);
  background: #0b1d2b;
}
.hero-media-frame::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.015);
}
.hero-media-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transform: scale(1.015); }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,10,15,.01), rgba(3,12,20,.035)); pointer-events: none; }

.trust-panel {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 26px;
  margin-bottom: 0;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11,30,45,.96), rgba(6,20,31,.96));
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
  overflow: hidden;
}
.trust-item {
  display: flex; align-items: center; gap: 13px;
  min-height: 100px; padding: 18px 20px;
  position: relative;
}
.trust-item:not(:last-child)::after {
  content: ""; position: absolute; top: 23%; bottom: 23%; left: 0; width: 1px; background: rgba(255,255,255,.07);
}
.trust-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, rgba(255,152,47,.13), rgba(255,152,47,.045)); color: var(--accent); }
.trust-icon svg { width: 25px; height: 25px; fill: currentColor; }
.trust-item div { display: flex; flex-direction: column; min-width: 0; }
.trust-item strong { font-size: .91rem; font-weight: 850; color: #fff; }
.trust-item small { margin-top: 5px; color: #8fa0ad; font-size: .68rem; line-height: 1.5; }
.trust-stat strong { color: #fff; font-size: 1rem; }
.trust-stat strong .counter { color: var(--accent); font-size: 1.2rem; font-weight: 950; }
.trust-stat:nth-child(2) strong { direction: rtl; unicode-bidi: isolate; }
.trust-panel .trust-item { transition: background .22s ease, transform .22s ease; }
.trust-panel .trust-item:hover { background: rgba(255,152,47,.035); }


/* Section heads */
.section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 26px;
  margin-bottom: 26px;
}
.section-head > div { max-width: 650px; }
.section-head > p { max-width: 560px; margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.9; }
.section-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 10px;
  color: var(--accent); font-size: .73rem; font-weight: 850; letter-spacing: .02em;
}
.section-kicker::before { content: ""; width: 26px; height: 2px; border-radius: 99px; background: var(--accent); }
.section-head h2,
.coverage-card h2,
.about-copy h2,
.faq-intro h2 {
  margin: 0; color: #fff;
  font-size: clamp(1.8rem, 2.7vw, 2.75rem);
  line-height: 1.45; font-weight: 950; letter-spacing: -.035em;
}
.section-head h2 span,
.coverage-card h2 span,
.about-copy h2 span,
.faq-intro h2 span { color: var(--accent); }
.section-head.compact { margin-bottom: 30px; }

/* Services */
.services-section { padding-top: 52px; background: linear-gradient(180deg, #07141f 0%, #081724 55%, #07131e 100%); }
.service-grid { margin-top: 2px; }
.premium-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(12,32,48,.94), rgba(7,22,34,.98));
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.premium-service-card::before {
  content: ""; position: absolute; top: 0; right: 14%; left: 14%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,152,47,.52), transparent);
  z-index: 5;
}
.premium-service-card:hover { transform: translateY(-7px); border-color: rgba(255,152,47,.28); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.service-image { height: 230px; position: relative; overflow: hidden; }
.service-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(4,13,20,.03), rgba(5,16,25,.12) 45%, #0a1c2a 100%);
}
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.premium-service-card:hover .service-image img { transform: scale(1.055); filter: saturate(1.08) contrast(1.03); }
.service-number {
  position: absolute; z-index: 2; top: 14px; left: 14px;
  color: rgba(255,255,255,.75); font-size: .69rem; font-weight: 800; letter-spacing: .08em;
  width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.13); background: rgba(4,14,22,.45); backdrop-filter: blur(8px);
}
.service-chip {
  position: absolute; z-index: 2; right: 14px; bottom: 16px;
  padding: 6px 9px; border-radius: 9px;
  color: #fff; background: rgba(5,17,26,.72); border: 1px solid rgba(255,152,47,.25); backdrop-filter: blur(8px);
  font-size: .64rem; font-weight: 750;
}
.service-body { position: relative; padding: 0 20px 22px; margin-top: -5px; }
.service-icon {
  position: absolute; top: -25px; left: 19px; z-index: 3;
  width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center;
  color: var(--accent); background: linear-gradient(145deg, #102b3e, #0a1d2c); border: 1px solid rgba(255,152,47,.28); box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.service-icon svg { width: 25px; height: 25px; fill: currentColor; }
.service-body h3 { margin: 17px 0 9px; padding-left: 52px; color: #fff; font-size: 1.03rem; font-weight: 900; line-height: 1.55; }
.service-body p { margin: 0; color: #9eacb7; font-size: .76rem; line-height: 1.95; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: #dce3e8; font-size: .72rem; font-weight: 800; }
.service-link span { color: var(--accent); font-size: 1rem; transition: transform .2s ease; }
.service-link:hover { color: var(--accent); }
.service-link:hover span { transform: translateX(-3px); }
.service-note {
  margin-top: 18px; padding: 14px 16px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 17px;
  background: rgba(255,255,255,.025);
}
.note-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,152,47,.1); color: var(--accent); font-family: Georgia, serif; font-weight: 800; }
.service-note p { margin: 0; color: #9cabb6; font-size: .75rem; line-height: 1.85; }
.service-note p strong { color: #e8edf0; }
.service-note a { white-space: nowrap; padding: 9px 13px; border-radius: 10px; background: rgba(255,152,47,.09); border: 1px solid rgba(255,152,47,.24); color: var(--accent); font-size: .72rem; font-weight: 800; }

/* Coverage */
.coverage-section { background: #06131e; padding-top: 22px; }
.coverage-card {
  position: relative; overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 12% 50%, rgba(255,152,47,.08), transparent 31%),
    linear-gradient(140deg, rgba(12,33,49,.92), rgba(6,20,31,.96));
  box-shadow: var(--shadow-soft);
}
.coverage-card::before {
  content: ""; position: absolute; width: 420px; height: 420px; left: -210px; top: -180px; border-radius: 50%;
  border: 1px solid rgba(255,152,47,.08); box-shadow: 0 0 0 60px rgba(255,152,47,.02), 0 0 0 120px rgba(255,152,47,.014);
}
.coverage-card h2 { max-width: 580px; }
.coverage-card > .row > div:first-child > p { max-width: 560px; margin: 18px 0 0; color: #9fadb8; font-size: .84rem; line-height: 2; }
.coverage-callout {
  width: fit-content; min-width: 220px;
  margin-top: 25px; padding: 12px 15px;
  display: flex; align-items: center; gap: 9px;
  border-radius: 12px; border: 1px solid rgba(255,152,47,.18); background: rgba(255,152,47,.05);
  font-size: .72rem;
}
.coverage-callout span { color: #95a5b0; }
.coverage-callout strong { color: var(--accent); font-weight: 850; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.location-card {
  min-height: 0; padding: 15px 14px;
  display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  background: rgba(255,255,255,.025);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.location-card:hover,
.location-card.active { transform: translateY(-2px); border-color: rgba(255,152,47,.25); background: rgba(255,152,47,.05); }
.location-card.wide { grid-column: 1 / -1; }
.location-pin { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: var(--accent); background: rgba(255,152,47,.09); font-size: 1.35rem; }
.location-card div { display: flex; flex-direction: column; min-width: 0; }
.location-card strong { color: #fff; font-size: .86rem; font-weight: 850; line-height: 1.5; }
.location-card small { margin-top: 4px; color: #8495a3; font-size: .66rem; line-height: 1.7; }
.location-arrow { color: #607383; font-size: 1.1rem; transition: .2s ease; }
.location-card:hover .location-arrow { color: var(--accent); transform: translateX(-3px); }

/* Process */
.process-section { background: linear-gradient(180deg, #06131e, #081723); }
.process-track { display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr; align-items: center; }
.process-card {
  position: relative; min-height: 250px; padding: 27px 24px 24px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 20px;
  background: linear-gradient(150deg, rgba(12,31,46,.92), rgba(8,24,37,.95));
  box-shadow: 0 14px 36px rgba(0,0,0,.16);
}
.process-index { position: absolute; top: 18px; left: 20px; color: rgba(255,255,255,.18); font-size: 1.45rem; font-weight: 900; letter-spacing: .04em; }
.process-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,152,47,.09); border: 1px solid rgba(255,152,47,.19); color: var(--accent); }
.process-icon svg { width: 28px; height: 28px; fill: currentColor; }
.process-card h3 { margin: 18px 0 9px; font-size: 1.03rem; font-weight: 900; color: #fff; }
.process-card p { margin: 0; color: #91a1ad; font-size: .76rem; line-height: 2; }
.process-connector { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,152,47,.42), transparent); position: relative; }
.process-connector::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; margin: -3.5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,152,47,.08); }

/* About */
.about-section { background: #071521; }
.about-shell { overflow: hidden; border: 1px solid rgba(255,255,255,.085); border-radius: var(--radius-xl); background: linear-gradient(145deg, #0b2030, #071724); box-shadow: var(--shadow); }
.about-copy { padding: 48px; }
.about-lead { margin-top: 18px !important; color: #c4ced5 !important; font-size: .92rem !important; }
.about-copy > p { max-width: 780px; margin: 14px 0 0; color: #91a2ae; font-size: .79rem; line-height: 2.05; }
.about-features { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.about-features > div { min-height: 78px; display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; align-content: center; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.065); }
.about-features > div > span { grid-row: 1 / span 2; width: 31px; height: 31px; display: grid; place-items: center; align-self: center; border-radius: 10px; color: var(--accent); background: rgba(255,152,47,.08); font-weight: 900; }
.about-features strong { color: #eaf0f4; font-size: .75rem; font-weight: 850; }
.about-features small { margin-top: 3px; color: #778a99; font-size: .62rem; }
.manager-card {
  min-height: 100%; padding: 45px 36px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,152,47,.13), transparent 36%),
    linear-gradient(155deg, rgba(255,152,47,.045), rgba(4,16,25,.25));
}
.manager-card::before { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(255,152,47,.08); border-radius: 50%; left: -130px; bottom: -120px; box-shadow: 0 0 0 45px rgba(255,152,47,.018), 0 0 0 90px rgba(255,152,47,.012); }
.manager-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(135deg, #ffad46, #ff8517); color: #07141e; font-size: 1.05rem; font-weight: 950; box-shadow: 0 16px 35px rgba(255,145,27,.2); direction: ltr; }
.manager-label { margin-top: 19px; color: #8ea0ad; font-size: .7rem; font-weight: 700; }
.manager-card h3 { margin: 5px 0 0; color: #fff; font-size: 1.65rem; font-weight: 950; }
.manager-card > p { margin: 12px 0 0; color: #91a0ac; font-size: .74rem; line-height: 1.9; }
.manager-numbers { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.manager-numbers a { display: flex; align-items: center; gap: 9px; width: fit-content; color: #fff; font-size: 1rem; font-weight: 850; letter-spacing: .015em; }
.manager-numbers a span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,152,47,.1); color: var(--accent); font-size: .85rem; }
.manager-numbers a:hover { color: var(--accent); }
.manager-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 21px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #8294a1; font-size: .66rem; line-height: 1.8; }
.manager-note svg { width: 18px; height: 18px; flex: 0 0 auto; fill: var(--accent); margin-top: 2px; }

/* SEO copy */
.seo-copy-section { padding-top: 0; padding-bottom: 78px; background: #071521; }
.seo-copy-card {
  display: grid; grid-template-columns: 66px 1fr; gap: 20px; align-items: start;
  padding: 24px 26px; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: rgba(255,255,255,.022);
}
.seo-copy-icon { width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center; background: rgba(255,152,47,.08); color: var(--accent); }
.seo-copy-icon svg { width: 29px; height: 29px; fill: currentColor; }
.seo-copy-card h2 { margin: 0 0 7px; color: #eaf0f4; font-size: 1rem; font-weight: 900; }
.seo-copy-card p { margin: 0; color: #8e9eaa; font-size: .75rem; line-height: 2; }
.seo-copy-card strong { color: #cbd5db; font-weight: 800; }

/* FAQ */
.faq-section { background: linear-gradient(180deg, #06131e, #081724); padding-top: 34px; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { max-width: 500px; }
.faq-intro > p { max-width: 490px; margin: 18px 0 0; color: #94a4af; font-size: .8rem; line-height: 2; }
.faq-call { width: fit-content; margin-top: 24px; padding: 10px 13px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(255,152,47,.2); border-radius: 14px; background: rgba(255,152,47,.055); }
.faq-call > span { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; background: var(--accent); color: #07141e; }
.faq-call div { display: flex; flex-direction: column; line-height: 1.3; }
.faq-call small { color: #8595a1; font-size: .62rem; }
.faq-call strong { margin-top: 3px; color: #fff; font-size: .9rem; font-weight: 850; }
.custom-accordion { display: flex; flex-direction: column; gap: 10px; }
.custom-accordion .accordion-item { overflow: hidden; border: 1px solid rgba(255,255,255,.075); border-radius: 15px !important; background: rgba(255,255,255,.025); }
.custom-accordion .accordion-button { padding: 18px 18px; background: transparent; color: #e9eef2; box-shadow: none; font-size: .82rem; font-weight: 800; line-height: 1.7; }
.custom-accordion .accordion-button:not(.collapsed) { color: var(--accent); background: rgba(255,152,47,.035); }
.custom-accordion .accordion-button::after { margin-right: auto; margin-left: 0; filter: invert(1) opacity(.65); }
.custom-accordion .accordion-button:not(.collapsed)::after { filter: sepia(1) saturate(7) hue-rotate(340deg) brightness(1.1); }
.custom-accordion .accordion-body { padding: 0 18px 18px; color: #8fa0ad; font-size: .75rem; line-height: 2; }

/* CTA */
.cta-section { padding: 10px 0 62px; background: #081724; }
.cta-card {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 34px 38px;
  border: 1px solid rgba(255,152,47,.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 50%, rgba(255,168,65,.13), transparent 33%),
    linear-gradient(130deg, #10283a, #0a1d2c 64%, #0b1d2c);
  box-shadow: 0 22px 58px rgba(0,0,0,.24);
}
.cta-card::after { content: ""; position: absolute; left: -60px; bottom: -120px; width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(255,255,255,.035); box-shadow: 0 0 0 46px rgba(255,255,255,.012), 0 0 0 92px rgba(255,255,255,.008); }
.cta-content { position: relative; z-index: 2; }
.cta-kicker { color: var(--accent); font-size: .72rem; font-weight: 850; }
.cta-content h2 { margin: 7px 0 0; color: #fff; font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 950; line-height: 1.5; letter-spacing: -.03em; }
.cta-content p { margin: 8px 0 0; color: #8596a3; font-size: .72rem; }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; position: relative; z-index: 2; }
.cta-phone { min-width: 195px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(4,14,22,.34); }
.cta-phone > span { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: var(--accent); color: #07141e; }
.cta-phone > div { display: flex; flex-direction: column; line-height: 1.25; }
.cta-phone small { color: #82929e; font-size: .61rem; }
.cta-phone strong { margin-top: 4px; color: #fff; font-size: .89rem; font-weight: 850; }
.cta-phone:hover { border-color: rgba(255,152,47,.32); background: rgba(255,152,47,.05); }

/* Footer */
.site-footer { background: #030d14; border-top: 1px solid rgba(255,255,255,.055); }
.footer-main { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 34px; padding: 52px 0 38px; }
.footer-brand-block > p { max-width: 360px; margin: 17px 0 0; color: #7f909c; font-size: .73rem; line-height: 1.95; }
.footer-brand img { width: 58px; height: 58px; }
.footer-socials { display: flex; gap: 8px; margin-top: 18px; }
.footer-socials a { min-width: 76px; padding: 8px 9px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.075); border-radius: 11px; background: rgba(255,255,255,.02); }
.footer-socials a span { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: var(--accent); background: rgba(255,152,47,.08); font-size: .58rem; font-weight: 900; direction: ltr; }
.footer-socials a small { color: #8e9ca7; font-size: .6rem; }
.footer-socials a:hover { border-color: rgba(255,152,47,.25); }
.footer-column h2 { margin: 4px 0 16px; color: #dfe6eb; font-size: .82rem; font-weight: 900; }
.footer-column ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-column li, .footer-column a, .footer-column span { color: #778994; font-size: .7rem; }
.footer-column a:hover { color: var(--accent); }
.footer-contact-card { padding: 18px; border: 1px solid rgba(255,255,255,.075); border-radius: 17px; background: rgba(255,255,255,.02); }
.footer-contact-label { color: #82939f; font-size: .64rem; }
.footer-manager { display: block; margin: 3px 0 11px; color: var(--accent); font-size: 1rem; font-weight: 900; }
.footer-contact-card a { display: flex; align-items: center; gap: 8px; width: fit-content; margin-top: 7px; color: #fff; font-size: .82rem; font-weight: 800; }
.footer-contact-card a span { color: var(--accent); }
.footer-contact-card a:hover { color: var(--accent); }
.footer-contact-card p { margin: 13px 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.065); color: #657884; font-size: .59rem; line-height: 1.8; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.05); }
.footer-bottom p { margin: 0; color: #536874; font-size: .61rem; }

/* Floating actions */
.floating-call {
  position: fixed; z-index: 900; left: 20px; bottom: 20px;
  align-items: center; gap: 8px; padding: 8px 10px 8px 13px;
  border: 1px solid rgba(255,152,47,.35); border-radius: 15px;
  background: rgba(7,22,34,.92); backdrop-filter: blur(12px); box-shadow: 0 15px 36px rgba(0,0,0,.32);
  color: #fff;
}
.floating-call > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--accent); color: #07141e; }
.floating-call small { font-size: .65rem; font-weight: 800; }
.floating-call:hover { color: var(--accent); transform: translateY(-2px); }
.mobile-contact-bar { display: none; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1199.98px) {
  .main-navbar .nav-link { padding-inline: 9px !important; font-size: .86rem; }
  .hero-row { min-height: 560px; }
  .hero-media { min-height: 470px; }
  .hero-media-frame { height: 450px; }
  .trust-item { padding-inline: 16px; }
  .service-image { height: 250px; }
  .footer-main { grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 24px; }
}

@media (max-width: 991.98px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 66px; }
  .container-xxl { --bs-gutter-x: 1.6rem; }
  .section { padding: 56px 0; }
  .topbar { min-height: 36px; }
  .main-navbar { min-height: 70px; }
  .navbar-collapse {
    margin-top: 9px; padding: 8px;
    border: 1px solid rgba(255,255,255,.075); border-radius: 16px; background: rgba(4,15,24,.98); box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }
  .main-navbar .nav-link { padding: 11px 12px !important; border-radius: 10px; }
  .main-navbar .nav-link::after { display: none; }
  .main-navbar .nav-link:hover, .main-navbar .nav-link.active { background: rgba(255,152,47,.06); }
  .hero-section { padding-top: 36px; }
  .hero-row { min-height: auto; padding-bottom: 32px; }
  .hero-copy { max-width: 100%; }
  .hero-media { min-height: 480px; max-width: 760px; margin: 12px auto 0; }
  .hero-media-frame { height: 480px; }
  .trust-panel { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 18px; margin-bottom: 0; }
  .trust-item:nth-child(2)::after { display: none; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.06); }
  .section-head { align-items: start; flex-direction: column; gap: 12px; }
  .section-head > p { max-width: 720px; }
  .services-section { padding-top: 40px; }
  .coverage-card { padding: 32px; }
  .process-track { grid-template-columns: 1fr; gap: 12px; }
  .process-connector { width: 1px; height: 30px; margin: 0 auto; background: linear-gradient(transparent, rgba(255,152,47,.42), transparent); }
  .process-card { min-height: auto; }
  .manager-card { border-right: 0; border-top: 1px solid rgba(255,255,255,.07); }
  .faq-intro { position: static; }
  .cta-card { align-items: stretch; flex-direction: column; }
  .cta-actions { width: 100%; }
  .cta-phone { flex: 1 1 0; }
  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mobile-contact-bar {
    position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0;
    height: 64px; padding: 8px 10px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08); background: rgba(4,14,22,.96); backdrop-filter: blur(15px); box-shadow: 0 -12px 30px rgba(0,0,0,.27);
  }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; font-size: .76rem; font-weight: 850; }
  .mobile-contact-bar a:first-child { background: linear-gradient(135deg, #ffa438, #ff8c1b); color: #07141e; }
  .mobile-contact-bar a:last-child { border: 1px solid rgba(76,200,125,.26); background: rgba(59,181,113,.09); color: #dcefe4; }
}

@media (max-width: 767.98px) {
  .container-xxl { --bs-gutter-x: 1.3rem; }
  .section { padding: 48px 0; }
  .topbar { font-size: .7rem; }
  .topbar-meta { display: none !important; }
  .topbar .container-xxl { justify-content: center !important; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.12rem; }
  .brand-copy small { font-size: .59rem; }
  .hero-section { padding-top: 28px; }
  .hero-row { padding-bottom: 26px; }
  .hero-badge { font-size: .7rem; }
  .hero-copy h1 { font-size: clamp(2.25rem, 11vw, 3.5rem); line-height: 1.22; }
  .hero-lead { font-size: .9rem; line-height: 2; }
  .hero-points { gap: 8px 10px; }
  .hero-points li { width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { min-width: 0; min-height: 58px; padding-inline: 12px; }
  .hero-contact-strip { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 11px; }
  .hero-contact-title { grid-column: 1 / -1; justify-content: center; }
  .contact-divider { display: none; }
  .hero-contact-strip a { text-align: center; padding: 8px; border-radius: 10px; background: rgba(255,255,255,.025); font-size: .78rem; }
  .hero-media { min-height: 405px; padding: 0; }
  .hero-media-frame { height: 405px; border-radius: 22px; }
  .trust-panel { border-radius: 17px; }
  .trust-item { min-height: 92px; padding: 14px; }
  .trust-icon { width: 40px; height: 40px; border-radius: 12px; }
  .trust-icon svg { width: 22px; height: 22px; }
  .trust-item strong { font-size: .78rem; }
  .trust-item small { font-size: .6rem; }
  .services-section { padding-top: 34px; }
  .section-head h2, .coverage-card h2, .about-copy h2, .faq-intro h2 { font-size: 1.7rem; }
  .service-image { height: 260px; }
  .service-body p { min-height: 0; }
  .service-note { grid-template-columns: auto 1fr; }
  .service-note a { grid-column: 1 / -1; text-align: center; }
  .coverage-card { padding: 24px 18px; border-radius: 22px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card.wide { grid-column: auto; }
  .location-card { min-height: 80px; }
  .about-copy { padding: 31px 22px; }
  .about-features { grid-template-columns: 1fr; }
  .manager-card { padding: 31px 22px; }
  .seo-copy-card { grid-template-columns: 1fr; padding: 20px; }
  .faq-section { padding-top: 24px; }
  .cta-card { padding: 27px 20px; border-radius: 20px; }
  .cta-actions { flex-direction: column; }
  .cta-phone { width: 100%; min-width: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-top: 42px; }
  .footer-column { padding-top: 4px; border-top: 1px solid rgba(255,255,255,.05); }
  .footer-column h2 { margin-top: 16px; }
  .footer-bottom { min-height: 82px; flex-direction: column; justify-content: center; text-align: center; gap: 5px; }
}

@media (max-width: 479.98px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .btn { justify-content: flex-start; min-height: 61px; padding-inline: 16px; }
  .hero-media { min-height: 350px; }
  .hero-media-frame { height: 350px; }
  .trust-panel { grid-template-columns: 1fr; margin-top: 18px; margin-bottom: 0; }
  .trust-item { min-height: 80px; }
  .trust-item:not(:last-child)::after { display: none; }
  .trust-item:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.06); }
  .service-image { height: 230px; }
  .footer-socials { flex-wrap: wrap; }
}

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


/* Tightened layout update */
#main-content { overflow-x: clip; }
section + section { margin-top: 0; }
.trust-panel { overflow: visible; }
.service-grid .col-md-6, .location-grid > * { min-width: 0; }
.premium-service-card, .location-card, .about-features > div, .cta-card, .coverage-card { will-change: transform; }
.section-head > p, .service-note p, .coverage-card > .row > div:first-child > p, .faq-intro p { text-wrap: pretty; }
.location-grid { align-items: stretch; }
.location-card { overflow: visible; }
.location-arrow { align-self: center; }
.site-footer { margin-top: 0; }

@media (max-width: 991.98px) {
  .section-head { margin-bottom: 20px; }
  .coverage-section { padding-top: 14px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card.wide { grid-column: auto; }
  .service-note { grid-template-columns: 1fr; }
  .service-note a { width: fit-content; }
}

@media (max-width: 575.98px) {
  .hero-section { padding-top: 24px; }
  .hero-copy h1 { line-height: 1.35; }
  .service-image { height: 210px; }
  .service-body { padding: 0 16px 18px; }
  .service-body h3 { padding-left: 46px; font-size: .98rem; }
  .location-card { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .location-pin { width: 38px; height: 38px; font-size: 1.1rem; }
  .faq-call { width: 100%; }
}
