@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* AB52 — premium automotive landing */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  text-transform: none;
  font-family: "Manrope", "Titillium Web", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

/* ── Nav ── */
nav {
  padding: 16px 40px !important;
  gap: 24px !important;
  background: var(--menu-color) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-subtle);
}

.logo {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--heading-color);
}

.logo-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--primary-gradiant);
  display: grid;
  place-content: center;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 20px var(--accent-glow);
}

.logo span {
  background: var(--secondary-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aiana-menu {
  gap: 32px !important;
}

.aiana-menu li a,
.aiana-menu li .dup,
.aiana-menu li .sup {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

.contactArea article p {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contactArea article h5 {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.contactArea .fa-phone-volume {
  width: 48px !important;
  height: 48px !important;
  font-size: 18px !important;
}

/* ── Section headers (uniform) ── */
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.section-header .aiana-heading {
  margin-left: auto;
  margin-right: auto;
}

.section-header .aiana-h2 {
  margin-top: 8px;
}

/* ── Hero ── */
.aiana-hero {
  padding: 80px 0 0 !important;
  min-height: auto !important;
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 85% 15%, rgba(255, 120, 0, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 10% 90%, rgba(64, 196, 255, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, rgb(6, 9, 15) 0%, rgb(8, 12, 20) 100%);
  z-index: 0;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 48px;
}

.hero-content {
  text-align: left;
}

.aiana-hero .aiana-h1 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: left;
}

.aiana-hero .aiana-desc {
  width: 100%;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-color) !important;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
}

.hero-badge i {
  color: rgb(255, 120, 0);
  font-size: 12px;
}

.hero-visual {
  position: relative;
}

.hero-chip {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  z-index: 2;
  pointer-events: none;
}

.hero-chip-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 120, 0, 0.18);
  animation: chipPulse 4s ease-in-out infinite;
}

.hero-chip-ring:nth-child(2) {
  inset: 24px;
  border-color: rgba(64, 196, 255, 0.12);
  animation-delay: 1.3s;
}

.hero-chip-ring:nth-child(3) {
  inset: 48px;
  border-color: rgba(255, 200, 50, 0.15);
  animation-delay: 2.6s;
}

.hero-chip-core {
  position: absolute;
  inset: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 120, 0, 0.2), rgba(64, 196, 255, 0.08));
  display: grid;
  place-content: center;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-chip-core i {
  font-size: 56px;
  background: var(--secondary-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes chipPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.02); opacity: 1; }
}

.mainImg {
  width: 100%;
  height: 420px;
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.mainImg img {
  object-position: center;
}

.mainImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 9, 15, 0.9) 0%, transparent 55%);
  z-index: 1;
}

.mainImg .hero-caption {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  z-index: 2;
}

.mainImg .hero-caption h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.mainImg .hero-caption p {
  font-size: 14px;
  color: var(--text-color);
  margin: 0;
}

.hero-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 13px;
  color: rgb(255, 180, 50);
  font-weight: 600;
}

.aiana-button {
  text-transform: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  border-radius: 100px;
  height: 54px;
  padding: 0 32px;
  margin-top: 32px;
  margin-bottom: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aiana-button:hover {
  transform: translateY(-2px);
}

/* ── Info strip ── */
.info-strip {
  background: rgba(255, 120, 0, 0.06);
  border-top: 1px solid rgba(255, 120, 0, 0.12);
  border-bottom: 1px solid rgba(255, 120, 0, 0.12);
  padding: 24px 0;
}

.info-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.info-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--text-color);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
}

.info-strip-item i {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--primary-gradiant);
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.info-strip-item strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* ── About ── */
.about-block {
  padding: var(--section-gap) 0;
  scroll-margin-top: 100px;
}

#pricing,
#faq,
#contacts {
  scroll-margin-top: 100px;
}

header#top {
  scroll-margin-top: 0;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color);
}

.about-text p + p {
  margin-top: 18px;
}

.detailsImg img {
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

/* ── Features ── */
.aiana-features {
  padding-bottom: 0;
}

.aiana-Feature-1 {
  padding-top: 40px;
}

.featureSingle {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.featureSingle:hover {
  border-color: rgba(255, 120, 0, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.featureIcon {
  width: 72px !important;
  height: 72px !important;
  font-size: 28px !important;
  border-radius: var(--radius-md) !important;
}

.aiana-h3 {
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.aiana-h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}

.aianaFeature-2 {
  padding: 80px 0 40px;
  min-height: 520px;
}

.circleImg {
  min-width: 440px !important;
  min-height: 440px !important;
  border: 2px solid rgba(255, 120, 0, 0.15);
  box-shadow: 0 0 80px rgba(255, 120, 0, 0.08);
}

.gradient-h1 {
  font-size: clamp(22px, 3vw, 52px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  width: 42% !important;
}

.gradient-h1.text-end {
  top: 80px;
  left: -60px;
}

.gradient-h1.text-start {
  bottom: 80px;
  right: -60px;
}

.aiana-marquee {
  margin-top: 80px !important;
}

/* ── Services ── */
.aiana-services {
  padding: var(--section-gap) 0;
}

.servicedetails {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--border-subtle);
  padding: 56px !important;
}

.servicedetails .serviceSide {
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.process-step {
  text-align: center;
  padding: 36px 28px;
  border-radius: var(--radius-lg);
  background: var(--feature-bg);
  border: 1px solid var(--border-subtle);
  height: 100%;
  transition: 0.3s ease;
}

.process-step:hover {
  border-color: rgba(255, 120, 0, 0.25);
  transform: translateY(-4px);
}

.process-num {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: var(--primary-gradiant);
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 18px;
}

.aiana-h4 {
  font-size: 20px !important;
  font-weight: 800 !important;
}

/* ── Pricing ── */
.aiana-priceTable {
  margin: var(--section-gap) 0 !important;
  padding: 0;
}

.pricing-row {
  align-items: stretch;
}

.priceTable {
  border-radius: var(--radius-lg) !important;
  border: 1px solid var(--border-subtle);
  padding: 40px 36px !important;
  margin-top: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.priceTable .aiana-h3 {
  font-size: 20px !important;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.priceTable .price-amount {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.priceTable .price-amount small {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color-3);
}

.priceTable .time-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(64, 196, 255, 0.08);
  border: 1px solid rgba(64, 196, 255, 0.15);
  font-size: 13px;
  color: var(--accent-cyan);
  margin-top: 12px;
  font-weight: 600;
}

.priceTable .aiana-list-2 {
  flex: 1;
}

.priceTable .aiana-button {
  margin-top: auto;
}

.priceTable.best {
  border-color: rgba(255, 120, 0, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 120, 0, 0.1), 0 24px 48px rgba(255, 120, 0, 0.1);
}

.priceTable.best::before {
  content: "Популярно";
  top: -13px;
  padding: 5px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
}

.highlightText {
  margin-top: 48px !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
}

/* ── FAQ ── */
.aiana-faqs {
  margin-bottom: var(--section-gap) !important;
}

.accordion-item {
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--border-subtle) !important;
  padding: 28px 32px !important;
  margin-bottom: 10px !important;
}

.accordion-header button {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.accordion-body {
  font-size: 16px !important;
  line-height: 1.75 !important;
  width: 100% !important;
}

/* ── Contacts ── */
.contact-section {
  padding: var(--section-gap) 0;
}

.contact-card {
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  background: var(--feature-bg);
  border: 1px solid var(--border-subtle);
  height: 100%;
  transition: border-color 0.3s;
}

.contact-card:hover {
  border-color: rgba(255, 120, 0, 0.2);
}

.contact-card i.main-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-card h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-card p,
.contact-card a {
  font-size: 15px;
  line-height: 1.65;
}

.cta-banner {
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  background: linear-gradient(135deg, rgba(255, 120, 0, 0.1), rgba(64, 196, 255, 0.05));
  border: 1px solid rgba(255, 120, 0, 0.15);
  margin-top: 64px;
}

.cta-banner h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.cta-banner p {
  font-size: 16px;
  line-height: 1.7;
}

.cta-phones a {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 22px;
}

/* ── Footer ── */
footer {
  background: linear-gradient(180deg, var(--footer-bg) 0%, rgb(2, 5, 10) 100%);
  padding: 80px 0 48px;
}

.footer-h4 {
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px !important;
}

.copyright {
  height: auto;
  min-height: 72px;
  border-top: 1px solid var(--border-subtle);
}

.disclaimer {
  font-size: 11px;
  color: var(--text-color-3);
  line-height: 1.6;
  max-width: 560px;
}

.loader {
  background-color: var(--bg-color);
}

.loaderText {
  font-size: clamp(56px, 10vw, 120px);
  font-weight: 800;
  background: var(--secondary-gradiant);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aiana-heading {
  border-color: rgba(255, 120, 0, 0.35);
  font-size: 13px !important;
  height: 44px !important;
  padding: 0 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aiana-desc {
  font-family: "Manrope", sans-serif !important;
}

.aiana-social li a:hover {
  color: rgb(255, 120, 0);
}

.overview-card {
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  background: var(--feature-bg);
  border: 1px solid var(--border-subtle);
  height: 100%;
  transition: 0.3s ease;
  color: inherit;
}

.overview-card:hover {
  border-color: rgba(255, 120, 0, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.overview-card .ov-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: rgba(255, 120, 0, 0.12);
  display: grid;
  place-content: center;
  font-size: 22px;
  color: rgb(255, 120, 0);
  margin-bottom: 18px;
}

#services-preview {
  position: relative;
  padding: var(--section-gap) 0;
}

#services-preview .section-bg {
  opacity: 0.35;
  object-fit: cover;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  nav {
    padding: 14px 20px !important;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .hero-content,
  .aiana-hero .aiana-h1 {
    text-align: center;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero-chip {
    display: none;
  }

  .info-strip-inner {
    grid-template-columns: 1fr;
  }

  .mainImg {
    height: 320px;
  }

  .servicedetails {
    padding: 32px 24px !important;
  }

  .cta-banner {
    padding: 40px 24px;
  }

  .gradient-h1 {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  :root {
    --section-gap: 80px;
  }

  .circleImg {
    min-width: 260px !important;
    min-height: 260px !important;
  }

  .gradient-h1.text-end,
  .gradient-h1.text-start {
    left: 0;
    right: 0;
    width: 90% !important;
    text-align: center !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    margin: 16px auto;
  }

  .aianaFeature-2 {
    min-height: auto;
    padding-bottom: 20px;
  }

  .priceTable {
    padding: 32px 24px !important;
  }
}
