:root {
  --az-ink: #14181f;
  --az-carbon: #20252d;
  --az-ash: #68707d;
  --az-line: #dce0e4;
  --az-cloud: #f3f5f6;
  --az-white: #ffffff;
  --az-red: #b8291c;
  --az-red-dark: #8e1d13;
  --az-red-on-dark: #ff725d;
  --az-yellow: #f3bc3e;
  --az-shell: min(1200px, calc(100vw - 64px));
  --az-shadow: 0 24px 70px rgba(20, 24, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.azmotos-site { margin: 0; color: var(--az-ink); background: var(--az-white); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
body.azmotos-site h1, body.azmotos-site h2, body.azmotos-site h3, body.azmotos-site p { margin-top: 0; }
body.azmotos-site h1, body.azmotos-site h2, body.azmotos-site h3 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; line-height: .98; letter-spacing: .01em; }
body.azmotos-site img { max-width: 100%; height: auto; }
body.azmotos-site a { color: inherit; }
.az-shell { width: var(--az-shell); margin-inline: auto; }
.az-skip-link { position: fixed; left: -100vw; top: 16px; z-index: 9999; padding: 12px 16px; background: var(--az-white); color: var(--az-ink); box-shadow: var(--az-shadow); }
.az-skip-link:focus { left: 16px; }

.az-header { position: relative; z-index: 30; color: var(--az-white); background: var(--az-ink); }
.az-header__inner { display: flex; align-items: center; gap: 20px; min-height: 78px; }
.az-brand { display: inline-flex; width: 64px; height: 64px; flex: 0 0 auto; align-items: center; justify-content: center; text-decoration: none; }
.az-brand img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: contain; }
.az-brand__monogram { display: grid; width: 40px; height: 40px; place-items: center; background: var(--az-red); color: var(--az-white); font-family: Impact, sans-serif; font-size: 17px; letter-spacing: .02em; transform: skewX(-9deg); }
.az-brand__name { color: var(--az-white); font-size: 18px; font-weight: 900; letter-spacing: .08em; }
.az-brand__name b { color: var(--az-red-on-dark); }
.az-nav { flex: 1; }
.az-nav__list { display: flex; align-items: center; justify-content: center; gap: 17px; margin: 0; padding: 0; list-style: none; }
.az-nav__list a { color: #d8dde5; font-size: 10px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.az-nav__list a:hover, .az-nav__list a:focus { color: var(--az-white); }
.az-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--az-red); background: var(--az-red); color: var(--az-white); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.az-button:hover, .az-button:focus { border-color: var(--az-red-dark); background: var(--az-red-dark); color: var(--az-white); transform: translateY(-2px); }
.az-button--small { min-height: 40px; padding: 9px 13px; font-size: 10px; }
.az-button--light, body.azmotos-site .az-button--light { border-color: var(--az-white); background: var(--az-white); color: var(--az-ink); }
.az-button--light:hover, .az-button--light:focus { border-color: var(--az-yellow); background: var(--az-yellow); color: var(--az-ink); }
.az-menu-toggle { display: none; width: 40px; margin-left: auto; border: 0; background: transparent; color: inherit; cursor: pointer; }
.az-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.az-mobile-nav { display: none; border-top: 1px solid #343b46; padding: 18px 32px; }
.az-mobile-nav .az-nav__list { display: grid; justify-content: initial; gap: 14px; }

.az-hero { position: relative; overflow: hidden; padding: 84px 0 90px; background: var(--az-ink); color: var(--az-white); }
.az-hero::before { position: absolute; top: -110px; left: 43%; width: 78vw; height: 850px; border: 1px solid rgba(255,255,255,.09); content: ""; transform: skewX(-15deg); }
.az-hero::after { position: absolute; right: 5%; bottom: 0; width: 15px; height: 60%; background: var(--az-red); content: ""; transform: skewX(-15deg); }
.az-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr); align-items: center; gap: 56px; }
.az-kicker { margin-bottom: 16px; color: #992216; font-size: 11px; font-weight: 900; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.az-hero h1 { max-width: 680px; margin-bottom: 26px; color: var(--az-white); font-size: clamp(58px, 7.2vw, 106px); }
.az-hero .az-kicker, .az-process .az-kicker { color: var(--az-red-on-dark); }
.az-hero__lead { max-width: 540px; margin-bottom: 30px; color: #c2c9d2; font-size: 18px; line-height: 1.55; }
.az-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.az-text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--az-white); font-size: 13px; font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.az-text-link span { color: var(--az-red-on-dark); font-size: 18px; transition: transform .18s ease; }
.az-text-link:hover span, .az-text-link:focus span { transform: translateX(4px); }
.az-text-link--dark { color: var(--az-ink); }
.az-hero__proof { display: flex; flex-wrap: wrap; gap: 18px; margin: 52px 0 0; padding: 0; color: #8e98a7; font-size: 11px; font-weight: 800; letter-spacing: .07em; list-style: none; text-transform: uppercase; }
.az-hero__proof li { display: flex; align-items: center; gap: 8px; }
.az-hero__proof li::before { display: inline-block; width: 6px; height: 6px; background: var(--az-red-on-dark); content: ""; transform: rotate(45deg); }
.az-hero__media { position: relative; min-height: 530px; }
.az-hero__media img { width: 100%; height: 530px; object-fit: cover; filter: contrast(1.06) saturate(.88); clip-path: polygon(13% 0,100% 0,87% 100%,0 100%); }
.az-hero__media::after { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(20,24,31,.68), transparent 60%); content: ""; pointer-events: none; clip-path: polygon(13% 0,100% 0,87% 100%,0 100%); }
.az-hero__badge { position: absolute; z-index: 2; right: 4%; bottom: -28px; display: flex; width: 160px; height: 160px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--az-red); color: var(--az-white); text-align: center; transform: rotate(-10deg); }
.az-hero__badge span { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.az-hero__badge strong { font-family: Impact, sans-serif; font-size: 43px; font-weight: 400; line-height: .9; }

.az-intro { padding: 116px 0; background: var(--az-white); }
.az-intro__grid { display: grid; grid-template-columns: .4fr 1.15fr .75fr; gap: 40px; align-items: start; }
.az-intro h2, .az-section h2, .az-process h2, .az-cta-band h2 { font-size: clamp(40px, 5vw, 68px); }
.az-intro h2 { margin: 0; }
.az-intro__grid > div { max-width: 330px; padding-top: 12px; color: var(--az-ash); font-size: 16px; }
.az-intro__grid .az-text-link { margin-top: 20px; }
.az-section { padding: 104px 0; }
.az-section--surface { background: var(--az-cloud); }
.az-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.az-section-heading h2 { max-width: 760px; margin-bottom: 0; }
.az-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.az-model-card { background: var(--az-white); box-shadow: 0 1px 0 var(--az-line); }
.az-model-card__image { position: relative; min-height: 270px; overflow: hidden; background-color: var(--az-carbon); background-position: center; background-size: cover; }
.az-model-card__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(20,24,31,.68)); content: ""; }
.az-model-card__image span { position: absolute; z-index: 1; bottom: 18px; left: 20px; color: var(--az-white); font-family: Impact, sans-serif; font-size: 35px; line-height: 1; text-transform: uppercase; }
.az-model-card__image--street { background-image: url('https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=900&q=80'); }
.az-model-card__image--trail { background-image: url('https://images.unsplash.com/photo-1568772585407-9361f9bf3a87?auto=format&fit=crop&w=900&q=80'); }
.az-model-card__image--custom { background-image: url('https://images.unsplash.com/photo-1609630875171-b1321377ee65?auto=format&fit=crop&w=900&q=80'); }
.az-model-card__body { padding: 24px 24px 28px; }
.az-model-card__body h3 { margin-bottom: 11px; font-family: Arial, sans-serif; font-size: 21px; font-weight: 900; letter-spacing: 0; }
.az-model-card__body p { min-height: 72px; color: var(--az-ash); font-size: 14px; }
.az-model-card__body a { display: inline-flex; gap: 8px; color: var(--az-ink); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.az-model-card__body a span { color: var(--az-red); font-size: 17px; line-height: .7; }

.az-process { overflow: hidden; background: var(--az-ink); color: var(--az-white); }
.az-process__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.az-process h2 { max-width: 500px; }
.az-steps { margin: 0; padding: 0; list-style: none; }
.az-steps li { display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.az-steps span { color: var(--az-red-on-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.az-steps h3 { margin-bottom: 8px; font-family: Arial, sans-serif; font-size: 22px; font-weight: 900; letter-spacing: 0; }
.az-steps p { max-width: 440px; margin-bottom: 0; color: #aeb7c4; font-size: 15px; }
.az-cta-band { padding: 78px 0; background: var(--az-red); color: var(--az-white); }
.az-cta-band .az-kicker { color: #ffd7d1; }
.az-cta-band h2 { max-width: 740px; margin: 0; }
.az-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }

.az-page__header { padding: 92px 0 58px; background: var(--az-cloud); }
.az-page__header h1 { max-width: 780px; margin: 0; font-size: clamp(56px, 7vw, 94px); }
.az-page__content { width: min(860px, calc(100vw - 64px)); margin: 0 auto; padding: 64px 0 96px; }
.az-page__content h2 { margin: 42px 0 16px; font-size: 36px; }
.az-page__content p, .az-page__content li { color: #4c5562; font-size: 17px; }

.az-footer { padding: 72px 0 24px; background: #0d1015; color: #a9b1bc; }
.az-footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding-bottom: 64px; }
.az-footer__brand .az-brand { width: 96px; height: 96px; margin-bottom: 10px; }
.az-footer__brand .az-brand img { width: 100%; height: 100%; }
.az-footer__brand p { max-width: 330px; margin-top: 10px; font-size: 14px; }
.az-footer h2 { margin-bottom: 16px; color: var(--az-white); font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.az-footer p { margin-bottom: 0; font-size: 14px; line-height: 1.8; }
.az-footer a { color: var(--az-white); text-decoration: none; }
.az-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; letter-spacing: .04em; }

/* Elementor canvas inherits the public visual system. */
.elementor-widget-container .az-button, .elementor-widget-container .az-text-link { font-family: Arial, sans-serif; }
.elementor-widget-button .elementor-button { border-radius: 0; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --az-shell: min(100% - 40px, 1200px); }
  .az-header__inner { min-height: 68px; gap: 14px; }
  .az-nav, .az-header .az-button--small { display: none; }
  .az-menu-toggle { display: block; }
  .az-mobile-nav:not([hidden]) { display: block; }
  .az-hero { padding: 64px 0 72px; }
  .az-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .az-hero h1 { font-size: clamp(54px, 13vw, 88px); }
  .az-hero__media { min-height: 380px; }
  .az-hero__media img { height: 390px; }
  .az-intro, .az-section { padding: 76px 0; }
  .az-intro__grid, .az-process__grid { grid-template-columns: 1fr; gap: 28px; }
  .az-intro__grid > div { padding-top: 0; }
  .az-model-grid { grid-template-columns: 1fr; max-width: 520px; }
  .az-section-heading, .az-cta-band__inner { display: block; }
  .az-section-heading .az-text-link, .az-cta-band .az-button { margin-top: 26px; }
  .az-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --az-shell: calc(100vw - 32px); }
  .az-hero__proof { gap: 12px; }
  .az-hero__media img { height: 330px; }
  .az-hero__badge { width: 126px; height: 126px; right: 1%; bottom: -18px; }
  .az-hero__badge strong { font-size: 35px; }
  .az-section-heading h2, .az-intro h2, .az-process h2, .az-cta-band h2 { font-size: 42px; }
  .az-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .az-footer__bottom { display: grid; gap: 8px; }
  .az-page__content { width: calc(100vw - 32px); padding: 46px 0 70px; }
}

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

/* Inventory-first home */
.az-stock-page { background: #08090b; color: #f5f6f8; }
.az-stock-page .az-kicker { color: #ff7866; }
.az-stock-hero { padding: 72px 0 36px; background: #08090b; }
.az-stock-hero__top { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.az-stock-hero h1 { max-width: 760px; margin: 0; color: #f7f8fa; font-family: Arial, Helvetica, sans-serif; font-size: clamp(44px, 5.3vw, 78px); font-weight: 850; letter-spacing: -.055em; line-height: .95; }
.az-stock-hero h1 em { color: #f05a4b; font-style: normal; }
.az-stock-hero__lead { max-width: 660px; margin: 26px 0 0; color: #aeb3bd; font-size: 17px; line-height: 1.65; }
.az-stock-hero__meta { display: flex; min-width: 180px; align-items: center; gap: 12px; padding: 11px 0 11px 18px; border-left: 1px solid #353941; color: #8e949f; font-size: 12px; line-height: 1.35; }
.az-stock-hero__meta strong { color: #f6f7f8; font-family: Arial, sans-serif; font-size: 32px; letter-spacing: -.06em; }
.az-stock-toolbar { display: flex; justify-content: space-between; gap: 18px; margin-top: 40px; }
.az-stock-search { display: flex; width: min(470px, 100%); align-items: center; border: 1px solid #282c33; border-radius: 10px; background: #0d0f13; }
.az-stock-search::before { width: 16px; height: 16px; margin-left: 18px; border: 2px solid #b8bec8; border-radius: 50%; content: ""; opacity: .8; }
.az-stock-search::after { width: 7px; height: 2px; margin-left: -4px; background: #b8bec8; content: ""; transform: rotate(45deg) translateY(6px); transform-origin: center; }
.az-stock-search input { width: 100%; height: 50px; border: 0; padding: 0 16px; outline: 0; background: transparent; color: #f6f7f8; font: inherit; font-size: 14px; }
.az-stock-search input::placeholder { color: #777e8a; }
.az-toolbar-cta { display: inline-flex; align-items: center; gap: 9px; color: #aeb3bd; font-size: 13px; text-decoration: none; }
.az-toolbar-cta span { color: #f7f8fa; font-weight: 800; }
.az-stock-filters { display: flex; gap: 9px; margin-top: 24px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.az-stock-filters::-webkit-scrollbar { display: none; }
.az-stock-filter { min-width: max-content; border: 1px solid #292d34; border-radius: 999px; padding: 11px 20px; background: #0d0f13; color: #aab0bb; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .18s ease; }
.az-stock-filter:hover, .az-stock-filter:focus-visible { border-color: #f05a4b; color: #f7f8fa; outline: 0; }
.az-stock-filter.is-active { border-color: #f05a4b; background: #f05a4b; color: #18191d; box-shadow: 0 8px 20px rgba(240,90,75,.2); }
.az-stock-advanced { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 22px; padding: 20px; border: 1px solid #292d34; border-radius: 10px; background: #0d0f13; }
.az-stock-advanced label { display: grid; gap: 7px; color: #949ba6; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.az-stock-advanced input, .az-stock-advanced select { width: 100%; min-width: 0; height: 42px; border: 1px solid #30343c; border-radius: 6px; padding: 0 11px; background: #17191e; color: #f5f6f7; font: inherit; font-size: 12px; letter-spacing: 0; text-transform: none; }
.az-stock-advanced input:focus, .az-stock-advanced select:focus { border-color: #f05a4b; outline: 2px solid rgba(240,90,75,.16); }
.az-stock-advanced button { align-self: end; min-height: 42px; border: 1px solid #3a3e47; border-radius: 6px; background: transparent; color: #d6d9df; font: inherit; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.az-stock-advanced button:hover, .az-stock-advanced button:focus { border-color: #f05a4b; color: #fff; }
.az-stock-results { min-height: 650px; padding: 24px 0 90px; background: #08090b; }
.az-stock-results__label { display: flex; justify-content: space-between; margin: 0 0 16px; color: #878e99; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.az-stock-results__label span:first-child { color: #f7f8fa; }
.az-stock-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.az-stock-card { overflow: hidden; border: 1px solid #272a30; border-radius: 12px; background: #101216; transition: transform .2s ease, border-color .2s ease; }
.az-stock-card:hover { border-color: #555c67; transform: translateY(-4px); }
.az-stock-card[hidden] { display: none; }
.az-stock-card__media { position: relative; aspect-ratio: 1.28 / 1; overflow: hidden; background: #20242b; }
.az-stock-card__media::after { position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(5,6,8,.8)); content: ""; pointer-events: none; }
.az-stock-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .4s ease; }
.az-stock-card:hover .az-stock-card__media img { transform: scale(1.04); }
.az-card-label, .az-stock-status, .az-stock-price { position: absolute; z-index: 1; }
.az-card-label { top: 14px; left: 14px; border-radius: 5px; padding: 6px 9px; background: #f4b431; color: #191a1e; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.az-stock-price { bottom: 14px; left: 16px; color: #fff; font-family: Arial, sans-serif; font-size: clamp(21px, 2.1vw, 30px); font-weight: 900; letter-spacing: -.06em; }
.az-stock-status { top: 14px; right: 14px; bottom: auto; border: 1px solid rgba(38,222,154,.42); border-radius: 4px; padding: 5px 7px; background: rgba(6,50,35,.9); color: #55e2a5; font-size: 9px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.az-stock-card__body { padding: 19px 20px 20px; }
.az-stock-tags { display: flex; gap: 7px; margin-bottom: 12px; }
.az-stock-tags span { border: 1px solid #323740; border-radius: 4px; padding: 3px 7px; color: #aeb4bf; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.az-stock-card h2 { overflow: hidden; min-height: 46px; margin: 0 0 16px; color: #f8f9fa; font-family: Arial, sans-serif; font-size: 18px; font-weight: 850; letter-spacing: -.025em; line-height: 1.2; }
.az-stock-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0; padding: 15px 0; border-top: 1px solid #2a2e35; border-bottom: 1px solid #2a2e35; }
.az-stock-specs div { padding: 5px 3px; text-align: center; }
.az-stock-specs dt { margin-bottom: 5px; color: #7d8591; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.az-stock-specs dd { margin: 0; color: #e5e8ec; font-size: 12px; font-weight: 800; }
.az-stock-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.az-stock-actions a { display: flex; min-height: 43px; align-items: center; justify-content: center; border: 1px solid #087151; border-radius: 7px; background: #087151; color: #f8fffc; font-size: 12px; font-weight: 850; text-decoration: none; }
.az-stock-actions a + a { border-color: #5f2531; background: transparent; color: #ff6c80; }
.az-stock-actions a:hover, .az-stock-actions a:focus { filter: brightness(1.12); }
.az-stock-commercial { display: flex; flex-wrap: wrap; gap: 6px; margin: -2px 0 12px; padding: 0; list-style: none; }
.az-stock-commercial li { border-left: 2px solid #ef3b26; padding-left: 6px; color: #b7bdc6; font-size: 10px; font-weight: 700; }
.az-card-detail { display: block; margin-top: 15px; color: #d6dae0; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; }
.az-card-detail span { margin-left: 5px; color: #f05a4b; font-size: 15px; vertical-align: -1px; }
.az-stock-empty { margin: 40px 0; color: #b2b7c1; text-align: center; }
.az-stock-empty a { color: #ff7866; }
.az-confidence { padding: 86px 0; border-top: 1px solid #24272d; background: #0d0f13; color: #f8f9fa; }
.az-confidence__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.az-confidence h2 { max-width: 430px; margin: 0; font-family: Arial, sans-serif; font-size: clamp(32px, 3.2vw, 49px); font-weight: 850; letter-spacing: -.05em; line-height: 1; }
.az-confidence__items { display: grid; gap: 0; }
.az-confidence__items p { margin: 0; padding: 17px 0; border-bottom: 1px solid #282c33; color: #aeb5c0; font-size: 15px; }
.az-confidence__items b { color: #f8f9fa; }

.az-subhero { padding: 90px 0 70px; background: #0d0f13; color: #fff; }
.az-subhero h1 { max-width: 800px; margin: 0; font-family: Arial, sans-serif; font-size: clamp(48px, 6vw, 86px); font-weight: 850; letter-spacing: -.06em; line-height: .97; }
.az-editorial, .az-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.az-editorial h2, .az-contact-grid h2 { font-family: Arial, sans-serif; font-size: clamp(40px, 4vw, 60px); font-weight: 850; letter-spacing: -.06em; }
.az-editorial > div:last-child, .az-contact-grid > div:first-child > p { color: #616a77; font-size: 17px; }
.az-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.az-value-grid article { padding: 24px; border: 1px solid #d9dde2; background: #fff; }
.az-value-grid span, .az-service-list > article > span { color: #b8291c; font-size: 12px; font-weight: 900; }
.az-value-grid h2 { font-family: Arial, sans-serif; font-size: 24px; font-weight: 850; }
.az-service-list { border-top: 1px solid #dce0e4; }
.az-service-list article { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid #dce0e4; }
.az-service-list h2 { margin-bottom: 10px; font-family: Arial, sans-serif; font-size: clamp(27px, 3vw, 42px); font-weight: 850; letter-spacing: -.045em; }
.az-service-list p { max-width: 560px; margin: 0; color: #626b77; font-size: 16px; }
.az-contact-grid { align-items: start; }
.az-contact-detail { margin-top: 30px; padding-top: 14px; border-top: 1px solid #dce0e4; }
.az-contact-detail span { display: block; margin-bottom: 7px; color: #68707d; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.az-contact-detail strong { font-size: 17px; }
.az-form-panel { padding: 30px; background: #f3f5f6; }
.az-lead-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.az-lead-form__grid > p { min-width: 0; }
.az-lead-form select { width: 100%; border: 1px solid #dce0e4; padding: 12px; border-radius: 0; background: #fff; font: inherit; }
.az-stock-hero--catalog h1 { max-width: 820px; margin: 0; color: #f7f8fa; font-family: Arial, sans-serif; font-size: clamp(42px, 5vw, 72px); font-weight: 850; letter-spacing: -.06em; line-height: .96; }
.az-stock-hero--catalog h1 em { color: #f05a4b; font-style: normal; }
.az-stock-zero { max-width: 620px; padding: 46px; border: 1px solid #292d34; background: #0d0f13; color: #f4f5f6; }
.az-stock-zero h2 { margin: 0 0 12px; font-family: Arial, sans-serif; font-size: 34px; font-weight: 850; letter-spacing: -.05em; }
.az-stock-zero p { color: #aeb4bf; }
.az-stock-card__placeholder, .az-product-gallery__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #111419; }
.az-stock-card__placeholder img { width: 200px; height: 200px; object-fit: cover; }
.az-product-page { background: #f6f7f8; color: #15171b; }
.az-product-page__back { padding: 28px 0; }
.az-product-page__back a { color: #3b4551; font-size: 13px; font-weight: 800; text-decoration: none; }
.az-product-page__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 58px; padding: 28px 0 80px; }
.az-product-gallery { min-height: 520px; overflow: hidden; background: #14171c; }
.az-product-gallery > img { width: 100%; height: 520px; object-fit: cover; }
.az-product-gallery__placeholder { min-height: 520px; }
.az-product-gallery__placeholder img { width: 360px; height: 360px; object-fit: cover; }
.az-product-info h1 { margin: 0 0 20px; font-family: Arial, sans-serif; font-size: clamp(40px, 4vw, 60px); font-weight: 850; letter-spacing: -.065em; line-height: .96; }
.az-product-price { margin: 0 0 24px; color: #b8291c; font-size: 30px; font-weight: 850; letter-spacing: -.05em; }
.az-product-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 30px; border-top: 1px solid #dce0e4; border-bottom: 1px solid #dce0e4; }
.az-product-specs div { padding: 17px 10px; }
.az-product-specs dt { color: #68707d; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.az-product-specs dd { margin: 6px 0 0; font-size: 16px; font-weight: 850; }
.az-product-facts { padding: 76px 0; border-top: 1px solid #2b2d33; background: #111217; color: #f7f7f5; }
.az-product-facts header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.az-product-facts h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); }
.az-product-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid #30323a; border-left: 1px solid #30323a; }
.az-product-facts__grid div { min-height: 104px; border-right: 1px solid #30323a; border-bottom: 1px solid #30323a; padding: 18px; }
.az-product-facts__grid dt { color: #8e96a1; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.az-product-facts__grid dd { margin: 9px 0 0; color: #fff; font-size: 16px; font-weight: 800; }
.az-product-highlights { max-width: 760px; margin-top: 28px; }
.az-product-highlights h2 { margin-bottom: 8px; font-size: 16px; }
.az-product-highlights p { margin: 0; color: #b8bec7; font-size: 14px; line-height: 1.6; }

@media (max-width: 700px) {
  .az-product-facts { padding: 56px 0; }
  .az-product-facts header { display: block; }
  .az-product-facts__grid { grid-template-columns: 1fr 1fr; }
  .az-product-facts__grid div { min-height: 88px; padding: 14px; }
}
.az-product-content { margin-bottom: 30px; color: #596371; }
.az-product-lead { padding: 78px 0; background: #101216; color: #fff; }
.az-product-lead__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.az-product-lead h2 { max-width: 480px; margin: 0 0 14px; font-family: Arial, sans-serif; font-size: clamp(38px, 4vw, 58px); font-weight: 850; letter-spacing: -.06em; line-height: .97; }
.az-product-lead p:not(.az-kicker) { max-width: 460px; color: #aeb5c0; }
.az-product-lead .az-form-panel { color: #15171b; }
.az-subhero--finance, .az-subhero--sales { padding: 96px 0; }
.az-subhero--finance { background: #0d0f13; }
.az-subhero--sales { background: #b8291c; }
.az-subhero--sales .az-kicker { color: #ffe3df; }
.az-subhero > .az-shell > p:not(.az-kicker) { max-width: 650px; margin: 24px 0 0; color: #bcc2cb; font-size: 17px; line-height: 1.65; }
.az-subhero--sales > .az-shell > p:not(.az-kicker) { color: #ffe3df; }
.az-subhero--sales .az-button { margin-top: 28px; border-color: #fff; background: #fff; color: #15171b; }
.az-finance-main { padding: 88px 0; background: #f6f7f8; }
.az-finance-main__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 74px; align-items: start; }
.az-finance-copy h2, .az-finance-education h2 { margin: 0; font-family: Arial, sans-serif; font-size: clamp(42px, 4.4vw, 62px); font-weight: 850; letter-spacing: -.065em; line-height: .96; }
.az-finance-copy > p:not(.az-kicker) { max-width: 500px; margin-top: 22px; color: #5d6775; font-size: 17px; }
.az-finance-steps { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid #d6d9de; }
.az-finance-steps span { padding: 15px 0; border-bottom: 1px solid #d6d9de; font-size: 14px; font-weight: 800; }
.az-finance-education { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.az-finance-education > div:last-child { color: #5d6775; font-size: 16px; }
.az-finance-education h3 { margin: 28px 0 10px; color: #15171b; font-family: Arial, sans-serif; font-size: 20px; font-weight: 850; }
.az-finance-education ul { padding-left: 18px; }
.az-deal-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.az-deal-options article { padding: 34px; border: 1px solid #d8dce1; background: #f6f7f8; }
.az-deal-options article span { color: #b8291c; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.az-deal-options h3 { margin: 27px 0 10px; font-family: Arial, sans-serif; font-size: 30px; font-weight: 850; letter-spacing: -.055em; line-height: 1; }
.az-deal-options p { min-height: 68px; color: #626b77; }
.az-deal-options a { color: #15171b; font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.az-process-flow { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.az-process-flow h2 { margin: 0; font-family: Arial, sans-serif; font-size: clamp(42px, 4.2vw, 60px); font-weight: 850; letter-spacing: -.065em; line-height: .96; }
.az-process-flow ol { margin: 0; padding: 0; list-style: none; }
.az-process-flow li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid #d8dce1; }
.az-process-flow li b { color: #b8291c; font-size: 13px; }
.az-process-flow h3 { margin: 0 0 7px; font-family: Arial, sans-serif; font-size: 22px; font-weight: 850; letter-spacing: -.04em; }
.az-process-flow p { margin: 0; color: #626b77; }

.az-conversion-hero { position: relative; overflow: hidden; padding: 72px 0 86px; background: #08090b; color: #f7f8fa; }
.az-conversion-hero::before { position: absolute; top: -180px; right: 8%; width: 46vw; height: 850px; border: 1px solid #282c33; content: ""; transform: rotate(22deg); }
.az-conversion-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.az-conversion-hero h1 { max-width: 680px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(50px, 5.7vw, 85px); font-weight: 850; letter-spacing: -.065em; line-height: .93; }
.az-conversion-hero h1 em { color: #f05a4b; font-style: normal; }
.az-conversion-hero__copy > p:not(.az-kicker) { max-width: 595px; margin: 26px 0 0; color: #b5bac4; font-size: 17px; line-height: 1.62; }
.az-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.az-button--ghost { border-color: #454a54; background: transparent; color: #f4f5f6; }
.az-button--ghost:hover, .az-button--ghost:focus { border-color: #f05a4b; background: #16191f; color: #fff; }
.az-hero-credentials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 41px 0 0; padding: 0; color: #c5cad2; font-size: 12px; font-weight: 700; list-style: none; }
.az-hero-credentials li { display: flex; align-items: center; gap: 8px; }
.az-hero-credentials li::before { display: inline-block; width: 6px; height: 6px; flex: 0 0 auto; background: #f05a4b; content: ""; transform: rotate(45deg); }
.az-conversion-hero__visual { position: relative; min-height: 515px; }
.az-conversion-hero__visual img { width: 100%; height: 515px; object-fit: cover; clip-path: polygon(9% 0,100% 0,91% 100%,0 100%); filter: saturate(.85) contrast(1.05); }
.az-conversion-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,11,.55), transparent 55%); content: ""; clip-path: polygon(9% 0,100% 0,91% 100%,0 100%); }
.az-hero-note { position: absolute; z-index: 1; right: 3%; bottom: -19px; display: grid; width: 180px; min-height: 108px; align-content: center; padding: 18px 20px; border-left: 4px solid #f05a4b; background: #f6f7f8; color: #15171b; }
.az-hero-note span { color: #707782; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.az-hero-note strong { font-size: 19px; letter-spacing: -.03em; }
.az-stock-hero h2 { max-width: 800px; margin: 0; color: #f7f8fa; font-family: Arial, Helvetica, sans-serif; font-size: clamp(40px, 4.7vw, 67px); font-weight: 850; letter-spacing: -.06em; line-height: .96; }
.az-stock-hero h2 em { color: #f05a4b; font-style: normal; }
.az-stock-card h3 { overflow: hidden; min-height: 46px; margin: 0 0 16px; color: #f8f9fa; font-family: Arial, sans-serif; font-size: 18px; font-weight: 850; letter-spacing: -.025em; line-height: 1.2; }
.az-stock-all { display: flex; justify-content: center; margin-top: 38px; }
.az-differentials { padding: 94px 0; background: #f5f6f7; color: #15171b; }
.az-differentials .az-kicker { color: #8e1d13; }
.az-differentials__heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; align-items: start; margin-bottom: 42px; }
.az-differentials__heading h2 { max-width: 800px; margin: 0; font-family: Arial, sans-serif; font-size: clamp(35px, 4.3vw, 61px); font-weight: 850; letter-spacing: -.06em; line-height: .98; }
.az-differentials__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d6d9de; border-left: 1px solid #d6d9de; }
.az-differentials__grid article { min-height: 232px; padding: 24px; border-right: 1px solid #d6d9de; border-bottom: 1px solid #d6d9de; }
.az-differentials__grid b { color: #b8291c; font-size: 11px; letter-spacing: .08em; }
.az-differentials__grid h3 { margin: 36px 0 9px; font-family: Arial, sans-serif; font-size: 20px; font-weight: 850; letter-spacing: -.035em; }
.az-differentials__grid p { margin: 0; color: #626b77; font-size: 14px; line-height: 1.55; }
.az-social-proof { padding: 96px 0; background: #0d0f13; color: #f6f7f8; }
.az-social-proof h2 { max-width: 720px; margin: 0 0 42px; font-family: Arial, sans-serif; font-size: clamp(38px, 4.8vw, 65px); font-weight: 850; letter-spacing: -.06em; line-height: .97; }
.az-social-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.az-social-proof figure { position: relative; min-height: 390px; overflow: hidden; margin: 0; background: #1c2027; }
.az-social-proof figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(4,5,7,.95)); content: ""; }
.az-social-proof img { width: 100%; height: 390px; object-fit: cover; filter: grayscale(.2) contrast(.95); }
.az-social-proof figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; display: grid; gap: 8px; }
.az-social-proof figcaption strong { font-size: 18px; letter-spacing: -.025em; }
.az-social-proof figcaption span { color: #9ea5af; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.az-final-cta { padding: 82px 0; background: #b8291c; color: #fff; }
.az-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.az-final-cta h2 { max-width: 710px; margin: 0; font-family: Arial, sans-serif; font-size: clamp(36px, 4.5vw, 62px); font-weight: 850; letter-spacing: -.06em; line-height: .96; }
.az-final-cta p:not(.az-kicker) { max-width: 560px; margin: 19px 0 0; color: #fee0dc; }
.az-final-cta .az-kicker { color: #ffe4df; }
.az-final-cta .az-button { border-color: #fff; background: #fff; color: #17191d; white-space: nowrap; }
.az-footer__top--four { grid-template-columns: 1.45fr 1fr 1fr 1fr; }
.az-whatsapp-float { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; min-width: 130px; min-height: 48px; align-items: center; justify-content: center; border-radius: 999px; background: #08a56e; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; box-shadow: 0 12px 25px rgba(0,0,0,.25); }
.az-whatsapp-float:hover, .az-whatsapp-float:focus { background: #078e60; color: #fff; }

@media (max-width: 900px) {
  .az-stock-hero { padding-top: 54px; }
  .az-stock-hero__top, .az-confidence__grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
  .az-stock-hero__meta { width: max-content; }
  .az-stock-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-stock-advanced { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-editorial, .az-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .az-conversion-hero__grid, .az-differentials__heading { grid-template-columns: 1fr; gap: 28px; }
  .az-conversion-hero__visual { max-width: 650px; min-height: 410px; }
  .az-conversion-hero__visual img { height: 410px; }
  .az-differentials__grid { grid-template-columns: repeat(2, 1fr); }
  .az-footer__top--four { grid-template-columns: repeat(2, 1fr); }
  .az-final-cta__inner { display: grid; justify-content: initial; }
  .az-product-page__grid, .az-product-lead__grid, .az-finance-main__grid, .az-finance-education, .az-process-flow { grid-template-columns: 1fr; gap: 42px; }
  .az-product-gallery, .az-product-gallery > img, .az-product-gallery__placeholder { min-height: 380px; height: 380px; }
}

@media (max-width: 580px) {
  .az-stock-hero { padding: 42px 0 26px; }
  .az-stock-hero h1 { font-size: 44px; }
  .az-stock-hero__lead { font-size: 15px; }
  .az-stock-toolbar { display: block; margin-top: 28px; }
  .az-toolbar-cta { margin-top: 15px; }
  .az-stock-grid { grid-template-columns: 1fr; gap: 14px; }
  .az-stock-advanced { grid-template-columns: 1fr; padding: 15px; }
  .az-stock-results { padding-bottom: 65px; }
  .az-stock-card__body { padding: 17px; }
  .az-confidence { padding: 65px 0; }
  .az-value-grid { grid-template-columns: 1fr; }
  .az-service-list article { grid-template-columns: 45px 1fr; gap: 14px; }
  .az-conversion-hero { padding: 47px 0 62px; }
  .az-conversion-hero h1 { font-size: 49px; }
  .az-conversion-hero__copy > p:not(.az-kicker) { font-size: 15px; }
  .az-hero-credentials { grid-template-columns: 1fr; margin-top: 31px; }
  .az-conversion-hero__visual { min-height: 300px; }
  .az-conversion-hero__visual img { height: 300px; }
  .az-hero-note { right: 0; bottom: -22px; width: 156px; min-height: 88px; }
  .az-differentials { padding: 65px 0; }
  .az-differentials__grid { grid-template-columns: 1fr; }
  .az-differentials__grid article { min-height: 0; }
  .az-social-proof { padding: 65px 0; }
  .az-social-proof__grid { grid-template-columns: 1fr; }
  .az-social-proof figure, .az-social-proof img { min-height: 300px; height: 300px; }
  .az-final-cta { padding: 62px 0; }
  .az-footer__top--four { grid-template-columns: 1fr; }
  .az-whatsapp-float { right: 14px; bottom: 14px; min-width: 120px; min-height: 44px; }
  .az-lead-form__grid, .az-deal-options { grid-template-columns: 1fr; }
  .az-product-page__grid { padding-bottom: 55px; }
  .az-product-gallery, .az-product-gallery > img, .az-product-gallery__placeholder { min-height: 290px; height: 290px; }
  .az-product-gallery__placeholder img { width: 230px; height: 230px; }
  .az-product-specs { grid-template-columns: 1fr; }
  .az-product-specs div { border-bottom: 1px solid #dce0e4; }
  .az-product-specs div:last-child { border-bottom: 0; }
  .az-product-lead, .az-finance-main { padding: 62px 0; }
}

/* Dark conversion pages */
.az-finance-page { background: #090a0c; color: #f7f7f5; }
.az-finance-page .az-kicker { color: #ff5b3e; }
.az-finance-hero-ref { padding: 96px 0 88px; border-bottom: 1px solid #202228; background: radial-gradient(circle at 80% -10%, rgba(203,47,25,.18), transparent 34%), #090a0c; text-align: center; }
.az-finance-hero-ref h1 { max-width: 780px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: clamp(48px, 5.6vw, 82px); font-weight: 900; letter-spacing: 0; line-height: .96; }
.az-finance-hero-ref h1 em { color: #ef3b26; font-style: normal; }
.az-finance-hero-ref > .az-shell > p:not(.az-kicker) { max-width: 610px; margin: 23px auto 0; color: #a7abb4; font-size: 16px; line-height: 1.65; }
.az-finance-trust { display: flex; justify-content: center; gap: 26px; margin: 28px 0 0; padding: 0; color: #d7d9de; font-size: 12px; font-weight: 750; list-style: none; }
.az-finance-trust li::before { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border: 1px solid #ef3b26; border-radius: 50%; content: ""; }
.az-finance-simulator { padding: 86px 0; background: #090a0c; }
.az-finance-simulator__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.az-finance-simulator__intro h2, .az-finance-flow h2, .az-finance-info h2 { max-width: 510px; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(36px, 4.1vw, 60px); font-weight: 900; letter-spacing: 0; line-height: .98; }
.az-finance-simulator__intro > p:not(.az-kicker) { max-width: 470px; color: #a6abb5; font-size: 16px; line-height: 1.65; }
.az-finance-benefits { display: grid; gap: 12px; margin-top: 36px; }
.az-finance-benefits article { display: grid; grid-template-columns: 33px 1fr; gap: 13px; padding: 17px; border: 1px solid #25272d; border-radius: 9px; background: #101116; }
.az-finance-benefits span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #733026; border-radius: 50%; color: #ff5b3e; font-size: 10px; font-weight: 800; }
.az-finance-benefits h3 { margin: 0 0 4px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 800; }
.az-finance-benefits p { margin: 0; color: #9ba1ab; font-size: 12px; line-height: 1.45; }
.az-finance-tool { padding: 30px; border: 1px solid #2b2d33; border-top: 2px solid #ef3b26; border-radius: 14px; background: #101116; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.az-finance-tool__heading { display: grid; gap: 5px; margin-bottom: 24px; }
.az-finance-tool__heading span { color: #ff5b3e; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.az-finance-tool__heading strong { font-family: Arial, Helvetica, sans-serif; font-size: 23px; letter-spacing: -.02em; }
.az-finance-calculator { display: grid; gap: 22px; }
.az-finance-calculator label { display: grid; gap: 9px; color: #c8ccd3; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.az-finance-calculator__select select, .az-finance-calculator__lead input { width: 100%; min-height: 46px; border: 1px solid #30333a; border-radius: 7px; padding: 0 13px; background: #191b20; color: #f6f7f9; font: inherit; }
.az-finance-calculator__select select { color-scheme: dark; }
.az-finance-calculator__range > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.az-finance-calculator__range label, .az-finance-calculator__terms > span { color: #c8ccd3; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.az-finance-calculator__range output { color: #f7f7f8; font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.az-finance-calculator input[type="range"] { width: 100%; height: 5px; margin: 15px 0 8px; appearance: none; border-radius: 999px; background: #54221f; accent-color: #ef3b26; cursor: pointer; }
.az-finance-calculator input[type="range"]::-webkit-slider-thumb { width: 14px; height: 14px; appearance: none; border: 2px solid #111216; border-radius: 50%; background: #ef3b26; box-shadow: 0 0 0 2px #ef3b26; }
.az-finance-calculator__range-meta { display: flex; justify-content: space-between; color: #aeb4bd; font-size: 9px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.az-finance-calculator__terms { display: grid; gap: 12px; }
.az-finance-calculator__terms > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.az-finance-calculator__terms button { min-height: 40px; border: 1px solid #30333a; border-radius: 7px; background: #191b20; color: #c9cdd4; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.az-finance-calculator__terms button:hover, .az-finance-calculator__terms button:focus-visible { border-color: #ef3b26; color: #fff; outline: 0; }
.az-finance-calculator__terms button.is-active { border-color: #ef3b26; background: #ef3b26; color: #111216; }
.az-finance-calculator__result { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid #4b2525; border-radius: 10px; background: linear-gradient(100deg, #251416, #171215); }
.az-finance-calculator__result span { display: block; margin-bottom: 4px; color: #ff6b57; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.az-finance-calculator__result strong { display: block; color: #f7f7f8; font-family: Arial, Helvetica, sans-serif; font-size: clamp(29px, 3vw, 39px); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.az-finance-calculator__result ul { display: grid; gap: 6px; margin: 0; padding: 0; color: #aeb2ba; font-size: 9px; list-style: none; }
.az-finance-calculator__result li::before { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border: 1px solid #24a97d; border-radius: 50%; content: ""; }
.az-finance-calculator__continue { width: 100%; min-height: 46px; border: 0; border-radius: 7px; background: #f6f7f8; color: #101116; font: inherit; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.az-finance-calculator__continue span { margin-left: 8px; color: #ef3b26; font-size: 17px; vertical-align: -1px; }
.az-finance-calculator__continue:hover, .az-finance-calculator__continue:focus-visible { background: #ef3b26; outline: 0; }
.az-finance-calculator__lead { padding-top: 4px; border-top: 1px solid #30333a; }
.az-finance-calculator__lead .az-lead-form__grid { margin-top: 18px; }
.az-finance-calculator__lead p { margin: 0 0 13px; }
.az-finance-calculator__lead .az-lead-form__consent label { display: flex; align-items: center; color: #aeb3bc; font-size: 11px; letter-spacing: 0; text-transform: none; }
.az-finance-calculator__lead .az-button { width: 100%; border-radius: 7px; color: #111216; }
.az-finance-calculator__disclaimer { margin: -8px 0 0; color: #7d838e; font-size: 10px; line-height: 1.5; text-align: center; }
.az-finance-tool .az-lead-form { color: #eef0f3; }
.az-finance-tool .az-lead-form label { color: #c8ccd3; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.az-finance-tool .az-lead-form input, .az-finance-tool .az-lead-form select, .az-finance-tool .az-lead-form textarea { border-color: #30333a; border-radius: 7px; background: #191b20; color: #f6f7f9; }
.az-finance-tool .az-lead-form input:focus, .az-finance-tool .az-lead-form select:focus, .az-finance-tool .az-lead-form textarea:focus { border-color: #ef3b26; outline: 2px solid rgba(239,59,38,.18); }
.az-finance-tool .az-lead-form select { color-scheme: dark; }
.az-finance-tool .az-lead-form button { width: 100%; border-radius: 7px; background: #ef3b26; }
.az-finance-tool__note { margin: 16px 0 0; color: #7d838e; font-size: 10px; line-height: 1.5; text-align: center; }
.az-finance-flow { padding: 88px 0; border-top: 1px solid #1d1f24; background: #111217; text-align: center; }
.az-finance-education-v2 { padding: 76px 0; border-top: 1px solid #202228; border-bottom: 1px solid #202228; background: #15161b; }
.az-finance-education-v2 > .az-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.az-finance-education-v2 h2 { max-width: 520px; margin: 0; color: #f7f7f5; font-family: "Manrope AZ", Arial, Helvetica, sans-serif; font-size: clamp(36px, 4vw, 56px); font-weight: 800; letter-spacing: -.04em; line-height: 1.02; }
.az-finance-education-v2 > .az-shell > div:last-child { color: #b0b5be; font-size: 16px; line-height: 1.7; }
.az-finance-flow__heading { display: grid; justify-items: center; }
.az-finance-flow__heading > p:not(.az-kicker) { max-width: 470px; margin: 16px auto 0; color: #969ca7; font-size: 14px; line-height: 1.6; }
.az-finance-flow__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 42px 0 0; padding: 0; list-style: none; text-align: left; }
.az-finance-flow__list--five { grid-template-columns: repeat(5, 1fr); }
.az-finance-flow__list li { min-height: 177px; padding: 23px; border: 1px solid #292b32; border-radius: 11px; background: #0d0e12; }
.az-finance-flow__list b { display: block; margin-bottom: 36px; color: #ef3b26; font-size: 12px; letter-spacing: .08em; }
.az-finance-flow__list h3 { margin: 0 0 8px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 850; }
.az-finance-flow__list p { margin: 0; color: #949aa5; font-size: 13px; line-height: 1.45; }
.az-finance-info { padding: 90px 0; background: #292729; }
.az-finance-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; }
.az-finance-info p:not(.az-kicker) { max-width: 460px; color: #c7c6c8; font-size: 14px; line-height: 1.62; }
.az-finance-docs ul { display: grid; gap: 10px; margin: 29px 0 0; padding: 0; list-style: none; }
.az-finance-docs li { display: grid; gap: 3px; padding: 14px 16px; border-radius: 9px; background: #111216; }
.az-finance-docs li::before { float: left; width: 7px; height: 7px; margin: 5px 10px 0 0; border: 1px solid #38b687; border-radius: 50%; content: ""; }
.az-finance-docs li b { font-size: 13px; }
.az-finance-docs li span { color: #9ca1aa; font-size: 11px; }
.az-finance-faq details { margin: 0 0 9px; border: 1px solid #3c393d; border-radius: 7px; background: #151519; }
.az-finance-faq summary { padding: 16px 18px; color: #f2f2f1; font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.az-finance-faq summary::after { float: right; color: #ff5b3e; content: "+"; font-size: 18px; line-height: 12px; }
.az-finance-faq details[open] summary::after { content: "−"; }
.az-finance-faq details p { padding: 0 18px 17px; margin: 0; color: #a9adb4; font-size: 13px; }
.az-finance-faq .az-button { width: 100%; margin-top: 18px; border-radius: 7px; }

@media (max-width: 900px) {
  .az-finance-simulator__grid, .az-finance-info__grid { grid-template-columns: 1fr; gap: 42px; }
  .az-finance-flow__list { grid-template-columns: repeat(2, 1fr); }
  .az-finance-education-v2 > .az-shell { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 580px) {
  .az-finance-hero-ref { padding: 65px 0 60px; text-align: left; }
  .az-finance-hero-ref h1 { font-size: 47px; }
  .az-finance-hero-ref > .az-shell > p:not(.az-kicker) { margin-left: 0; }
  .az-finance-trust { display: grid; justify-content: start; gap: 12px; }
  .az-finance-simulator, .az-finance-flow, .az-finance-info { padding: 62px 0; }
  .az-finance-tool { padding: 22px 18px; }
  .az-finance-calculator__result { display: grid; }
  .az-finance-calculator__terms > div { gap: 5px; }
  .az-finance-flow__list { grid-template-columns: 1fr; margin-top: 30px; }
  .az-finance-flow__list li { min-height: 0; }
  .az-finance-flow__list b { margin-bottom: 20px; }
}

.az-sales-page { background: #090a0c; color: #f5f6f7; }
.az-sales-page .az-subhero--sales { padding: 94px 0 86px; border-bottom: 1px solid #25272d; background: radial-gradient(circle at 82% 0, rgba(213,58,30,.16), transparent 32%), #090a0c; }
.az-sales-page .az-subhero--sales .az-kicker { color: #ff5b3e; }
.az-sales-page .az-subhero--sales > .az-shell > p:not(.az-kicker) { color: #a8adb6; }
.az-sales-page .az-subhero--sales .az-button { border-color: #ef3b26; border-radius: 7px; background: #ef3b26; color: #fff; }
.az-sales-page .az-section { padding: 84px 0; background: #111217; color: #f5f6f7; }
.az-sales-page .az-section--surface { background: #111217; }
.az-sales-page .az-section-heading .az-kicker, .az-sales-page .az-process-flow .az-kicker { color: #ff5b3e; }
.az-sales-page .az-section-heading h2, .az-sales-page .az-process-flow h2 { color: #f6f7f8; }
.az-sales-page .az-deal-options article { border-color: #292b32; border-top: 2px solid #ef3b26; border-radius: 10px; background: #0d0e12; }
.az-sales-page .az-deal-options article span, .az-sales-page .az-deal-options a { color: #ff5b3e; }
.az-sales-page .az-deal-options h3 { color: #f5f6f7; }
.az-sales-page .az-deal-options p { color: #9fa5ae; }
.az-sales-page .az-process-flow li { border-color: #2c2e35; }
.az-sales-page .az-process-flow li b { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #803126; border-radius: 50%; color: #ff5b3e; }
.az-sales-page .az-process-flow p { color: #9ca2ad; }
.az-sales-page .az-product-lead { border-top: 1px solid #202228; background: #090a0c; }
.az-sales-page .az-product-lead .az-form-panel { border: 1px solid #2b2d33; border-top: 2px solid #ef3b26; border-radius: 12px; background: #101116; color: #eff0f2; }
.az-sales-page .az-product-lead .az-lead-form label { color: #c8ccd3; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.az-sales-page .az-product-lead .az-lead-form input, .az-sales-page .az-product-lead .az-lead-form select, .az-sales-page .az-product-lead .az-lead-form textarea { border-color: #30333a; border-radius: 7px; background: #191b20; color: #f6f7f9; }
.az-sales-page .az-product-lead .az-lead-form button { border-radius: 7px; background: #ef3b26; }

@media (max-width: 580px) {
  .az-sales-page .az-subhero--sales, .az-sales-page .az-section { padding: 62px 0; }
}

.az-contact-page { background: #090a0c; color: #f5f6f7; }
.az-contact-page .az-subhero { padding: 92px 0 78px; border-bottom: 1px solid #23252b; background: radial-gradient(circle at 84% 0, rgba(203,47,25,.15), transparent 33%), #090a0c; }
.az-contact-page .az-subhero .az-kicker, .az-contact-page .az-contact-grid .az-kicker { color: #ff5b3e; }
.az-contact-page .az-section { padding: 84px 0; background: #111217; }
.az-contact-page .az-contact-grid h2 { color: #f5f6f7; }
.az-contact-page .az-contact-grid > div:first-child > p { color: #a6abb5; }
.az-contact-page .az-contact-detail { border-color: #32343b; }
.az-contact-page .az-contact-detail span { color: #949aa4; }
.az-contact-page .az-form-panel { border: 1px solid #2b2d33; border-top: 2px solid #ef3b26; border-radius: 12px; background: #101116; color: #eff0f2; }
.az-contact-page .az-lead-form label { color: #c8ccd3; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.az-contact-page .az-lead-form input, .az-contact-page .az-lead-form select, .az-contact-page .az-lead-form textarea { border-color: #30333a; border-radius: 7px; background: #191b20; color: #f6f7f9; }
.az-contact-page .az-lead-form button { border-radius: 7px; background: #ef3b26; }
.az-finance-tool .az-lead-form button, .az-sales-page .az-product-lead .az-lead-form button, .az-contact-page .az-lead-form button { color: #111216; }

/* AZ Motos v2: shared visual foundation */
:root { --az-ink: #08090b; --az-carbon: #111216; --az-panel: #15161b; --az-line: #292b31; --az-cloud: #f5f6f8; --az-white: #f7f7f5; --az-red: #ff3b2e; --az-red-dark: #d6281d; --az-red-on-dark: #ff6a58; --az-shell: min(1240px, calc(100vw - 48px)); }
body.azmotos-site { background: var(--az-ink); color: var(--az-white); font-family: Arial, Helvetica, sans-serif; }
body.azmotos-site h1, body.azmotos-site h2, body.azmotos-site h3 { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight: 900; letter-spacing: 0; line-height: .98; }
.az-header { position: relative; border-bottom: 1px solid #202228; background: #08090b; }
.az-header__inner { min-height: 68px; gap: 28px; }
.az-brand { width: 54px; height: 54px; }
.az-nav__list { gap: 19px; }
.az-nav__list a { color: #aeb2ba; font-size: 9px; font-weight: 800; letter-spacing: 0; }
.az-nav__list a:hover, .az-nav__list a:focus { color: #fff; }
.az-button { min-height: 42px; border-radius: 6px; border-color: var(--az-red); background: var(--az-red); color: #111216; font-size: 10px; letter-spacing: .04em; }
.az-button:hover, .az-button:focus { border-color: #ff6a58; background: #ff6a58; color: #111216; }
.az-button--small { min-height: 38px; padding: 9px 14px; font-size: 9px; }
.az-header .az-button--small { border-color: #b8291c; background: #b8291c; color: #fff; }
.az-button--ghost { border-color: #383b43; background: #15161b; color: #f7f7f5; }
.az-button--ghost:hover, .az-button--ghost:focus { border-color: #ff3b2e; background: #202126; color: #fff; }
.az-conversion-hero { display: grid; min-height: 545px; align-items: center; padding: 70px 0; background: #08090b; }
.az-conversion-hero::before { display: none; }
.az-conversion-hero__grid { position: static; display: block; }
.az-conversion-hero__visual { position: absolute; inset: 0; min-height: 0; pointer-events: none; }
.az-conversion-hero__visual::after { inset: 0; background: rgba(4,5,7,.68); clip-path: none; }
.az-conversion-hero__visual img { width: 100%; height: 100%; clip-path: none; filter: grayscale(.35) contrast(1.08) brightness(.7); }
.az-conversion-hero__copy { position: relative; z-index: 1; max-width: 750px; margin: 0 auto; text-align: center; }
.az-conversion-hero h1 { max-width: 750px; margin-inline: auto; font-size: clamp(48px, 5.5vw, 78px); line-height: .92; }
.az-conversion-hero__copy > p:not(.az-kicker) { margin-inline: auto; font-size: 15px; }
.az-hero-actions { justify-content: center; }
.az-hero-credentials { justify-content: center; max-width: 680px; margin-inline: auto; }
.az-hero-note { display: none; }
.az-stock-hero { padding: 82px 0 30px; }
.az-stock-hero h2, .az-stock-hero--catalog h1 { font-family: "Arial Black", Arial, Helvetica, sans-serif; }
.az-stock-card { border-radius: 9px; background: #111216; }
.az-stock-card__body { padding: 17px; }
.az-stock-actions a { border-radius: 6px; }
.az-differentials { background: #111217; color: #f7f7f5; }
.az-differentials .az-kicker, .az-differentials__grid b { color: #ff5b47; }
.az-differentials__grid { border-color: #2b2d33; }
.az-differentials__grid article { border-color: #2b2d33; }
.az-differentials__grid h3 { color: #f7f7f5; }
.az-differentials__grid p { color: #a6abb4; }
.az-social-proof { border-top: 1px solid #24262c; background: #08090b; }
.az-final-cta { background: #ff3b2e; color: #111216; }
.az-final-cta .az-kicker, .az-final-cta p:not(.az-kicker) { color: #3d1510; }
.az-final-cta .az-button { border-color: #111216; background: #111216; color: #f7f7f5; }
.az-footer { padding: 56px 0 22px; border-top: 1px solid #202228; background: #08090b; }
.az-footer__top { gap: 42px; padding-bottom: 48px; }
.az-footer__brand .az-brand { width: 84px; height: 84px; }
.az-footer h2 { color: #f7f7f5; font-size: 10px; letter-spacing: .06em; }
.az-footer p, .az-footer a { color: #9ca2ad; font-size: 12px; }
.az-footer a:hover { color: #fff; }
.az-footer__bottom { color: #787e89; font-size: 10px; }
.az-whatsapp-float { min-width: 48px; min-height: 48px; border-radius: 50%; background: #16bd7d; color: #07130e; font-size: 0; }
.az-whatsapp-float::before { content: "+"; font-size: 24px; font-weight: 900; }
.az-home-finance-strip { padding: 34px 0; border-bottom: 1px solid #202228; background: #101116; color: #f7f7f5; text-align: center; }
.az-home-finance-strip p { margin: 0 0 16px; color: #ff6a58; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.az-home-finance-strip div { display: flex; justify-content: center; gap: 10px; }
.az-home-finance-strip span { min-width: 150px; padding: 11px 14px; border: 1px solid #2d3037; border-radius: 7px; color: #d4d6db; font-size: 11px; font-weight: 800; }
.az-home-finance-strip small { display: block; margin-top: 14px; color: #787e88; font-size: 9px; }
.az-subhero { padding: 92px 0 76px; border-bottom: 1px solid #24262c; background: #090a0c; }
.az-subhero h1 { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-size: clamp(46px, 5vw, 74px); }
.az-subhero > .az-shell > p:not(.az-kicker) { color: #a6abb4; }
.azmotos-site .az-section--surface { background: #111217; color: #f7f7f5; }
.az-editorial, .az-contact-grid { color: #f7f7f5; }
.az-editorial > div:last-child, .az-contact-grid > div:first-child > p { color: #a7adb7; }
.az-value-grid article { border-color: #2b2d33; background: #111216; }
.az-value-grid h2 { color: #f7f7f5; }
.az-value-grid p { color: #a4aab4; }
.az-service-list { border-color: #2b2d33; }
.az-service-list article { border-color: #2b2d33; }
.az-service-list h2 { color: #f7f7f5; }
.az-service-list p { color: #a4aab4; }
.az-product-page { background: #08090b; color: #f7f7f5; }
.az-product-page__back a { color: #aeb4be; }
.az-product-info h1, .az-product-specs dd { color: #f7f7f5; }
.az-product-price { color: #ff5b47; }
.az-product-specs { border-color: #2b2d33; }
.az-product-specs dt, .az-product-content { color: #9ea5ae; }

@media (max-width: 900px) {
  .az-header__inner { min-height: 64px; }
  .az-nav, .az-header .az-button--small { display: none; }
  .az-menu-toggle { display: block; }
  .az-conversion-hero { min-height: 500px; }
  .az-home-finance-strip div { flex-wrap: wrap; }
}

@media (max-width: 580px) {
  :root { --az-shell: calc(100vw - 32px); }
  .az-brand { width: 50px; height: 50px; }
  .az-conversion-hero { min-height: 535px; padding: 56px 0; }
  .az-conversion-hero h1 { font-size: 46px; }
  .az-hero-credentials { grid-template-columns: 1fr; justify-items: center; }
  .az-home-finance-strip div { display: grid; grid-template-columns: 1fr 1fr; }
  .az-home-finance-strip span { min-width: 0; }
  .az-footer__brand .az-brand { width: 80px; height: 80px; }
}

/* Typography and hero refinement */
@font-face { font-family: "Manrope AZ"; src: url("../fonts/Manrope-Variable.ttf") format("truetype"); font-style: normal; font-weight: 200 800; font-display: swap; }
body.azmotos-site { font-family: "Manrope AZ", Arial, Helvetica, sans-serif; }
body.azmotos-site h1, body.azmotos-site h2, body.azmotos-site h3, .az-stock-hero h2, .az-stock-hero--catalog h1, .az-finance-hero-ref h1, .az-finance-simulator__intro h2, .az-finance-flow h2, .az-finance-info h2 { font-family: "Manrope AZ", Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.04em; line-height: 1.02; }
.az-nav__list a, .az-button, .az-kicker { font-family: "Manrope AZ", Arial, Helvetica, sans-serif; }
.az-conversion-hero { min-height: 600px; padding: 82px 0; background: #08090b; }
.az-conversion-hero__visual { right: 0; left: 44%; background: url("../img/moto-hero.jpg") center 62% / cover no-repeat; }
.az-conversion-hero__visual::after { background: rgba(5,6,8,.2); }
.az-conversion-hero__visual img { display: none; }
.az-conversion-hero__copy { max-width: 650px; margin: 0; text-align: left; }
.az-conversion-hero h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 4.1vw, 62px); font-weight: 800; letter-spacing: -.055em; line-height: 1.01; }
.az-conversion-hero__copy > p:not(.az-kicker) { max-width: 525px; margin: 24px 0 0; color: #d3d5d9; font-size: 16px; line-height: 1.7; }
.az-hero-actions { justify-content: flex-start; margin-top: 31px; }
.az-hero-credentials { max-width: 600px; margin: 40px 0 0; justify-content: flex-start; color: #e2e4e8; }
.az-conversion-hero .az-kicker { color: #ff806f; }
.az-conversion-hero .az-button:not(.az-button--ghost) { border-color: #b8291c; background: #b8291c; color: #fff; }
.az-conversion-hero .az-button:not(.az-button--ghost):hover, .az-conversion-hero .az-button:not(.az-button--ghost):focus { border-color: #d6382c; background: #d6382c; color: #fff; }
.az-stock-hero h2 { font-weight: 800; }
.az-differentials__heading h2, .az-social-proof h2, .az-final-cta h2 { font-family: "Manrope AZ", Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.045em; }

@media (min-width: 1600px) {
  .az-conversion-hero { min-height: 560px; padding: 70px 0; }
  .az-conversion-hero__visual { left: 46%; }
  .az-conversion-hero__visual { background-position: center 64%; }
  .az-conversion-hero h1 { font-size: 58px; }
}

@media (max-width: 980px) {
  .az-conversion-hero { min-height: 580px; }
  .az-conversion-hero__visual { left: 0; }
  .az-conversion-hero__visual::after { background: rgba(5,6,8,.64); }
  .az-conversion-hero__visual { background-position: 58% center; }
}

@media (max-width: 580px) {
  .az-conversion-hero { min-height: 590px; padding: 70px 0; }
  .az-conversion-hero__copy { max-width: 100%; }
  .az-conversion-hero h1 { font-size: 43px; }
  .az-hero-credentials { justify-items: start; }
}

/* Home benefits and reusable motion */
.az-benefits-v2 { padding: 104px 0; border-top: 1px solid #202228; background: #0d0e12; }
.az-benefits-v2__heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.az-benefits-v2__heading h2 { margin: 0; color: #f7f7f5; font-size: clamp(34px, 4vw, 54px); }
.az-benefits-v2__heading > p:not(.az-kicker) { max-width: 560px; margin: 18px auto 0; color: #9ba1ab; font-size: 15px; line-height: 1.65; }
.az-benefits-v2__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.az-benefits-v2__grid article { min-height: 190px; padding: 25px; border: 1px solid #2b2d33; border-radius: 10px; background: #141519; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.az-benefits-v2__grid article:hover { border-color: #a83227; background: #191a1f; transform: translateY(-5px); }
.az-benefits-v2__grid span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #7a2a23; border-radius: 50%; color: #ff6653; font-size: 10px; font-weight: 800; }
.az-benefits-v2__grid h3 { margin: 31px 0 9px; color: #f7f7f5; font-size: 17px; letter-spacing: -.025em; }
.az-benefits-v2__grid p { margin: 0; color: #a7adb6; font-size: 13px; line-height: 1.55; }
[data-az-reveal] { will-change: transform, opacity; }
[data-az-reveal].is-visible { animation: az-reveal .56s ease both; }
[data-az-reveal][data-az-delay="1"].is-visible { animation-delay: .08s; }
[data-az-reveal][data-az-delay="2"].is-visible { animation-delay: .16s; }
[data-az-reveal][data-az-delay="3"].is-visible { animation-delay: .24s; }
@keyframes az-reveal { from { opacity: .01; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) { .az-benefits-v2__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .az-benefits-v2 { padding: 68px 0; } .az-benefits-v2__grid { grid-template-columns: 1fr; } .az-benefits-v2__grid article { min-height: 0; } }
@media (prefers-reduced-motion: reduce) { [data-az-reveal].is-visible { animation: none; } }

/* Home inventory-led layout */
.az-home-v3 .az-conversion-hero { min-height: 550px; padding: 68px 0; }
.az-home-v3 .az-conversion-hero__copy > p:not(.az-kicker) { max-width: 500px; font-size: 15px; }
.az-home-v3 .az-hero-credentials { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-size: 11px; }
.az-home-quick { border-top: 1px solid #202228; border-bottom: 1px solid #202228; background: #101116; }
.az-home-quick .az-shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.az-home-quick a { display: flex; min-height: 82px; align-items: center; gap: 14px; border-right: 1px solid #282a30; padding: 18px 24px; color: #f4f5f6; text-decoration: none; transition: background .2s ease; }
.az-home-quick a:first-child { border-left: 1px solid #282a30; }
.az-home-quick a:hover, .az-home-quick a:focus-visible { background: #181a1f; outline: 0; }
.az-home-quick span { color: #ff5d4b; font-size: 10px; font-weight: 800; }
.az-home-quick strong { font-size: 13px; letter-spacing: 0; }
.az-home-v3 .az-stock-hero { padding: 70px 0 24px; }
.az-home-v3 .az-stock-hero h2 { max-width: 660px; font-size: clamp(38px, 4.2vw, 58px); }
.az-home-v3 .az-stock-toolbar { margin-top: 30px; }
.az-home-v3 .az-stock-results { padding: 20px 0 78px; }
.az-home-v3 .az-stock-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.az-home-v3 .az-stock-card { border-radius: 8px; }
.az-home-v3 .az-stock-card__media { aspect-ratio: 1.38 / 1; }
.az-home-v3 .az-stock-card__body { padding: 15px; }
.az-home-v3 .az-stock-card h3 { min-height: 42px; margin-bottom: 12px; font-size: 16px; }
.az-home-v3 .az-stock-price { bottom: 12px; left: 14px; font-family: "Manrope AZ", Arial, sans-serif; font-size: clamp(18px, 1.65vw, 24px); letter-spacing: -.04em; }
.az-home-v3 .az-card-label { top: 12px; left: 12px; }
.az-home-v3 .az-stock-status { top: 12px; right: 12px; }
.az-home-v3 .az-stock-specs { padding: 11px 0; }
.az-home-v3 .az-stock-actions { margin-top: 13px; }
.az-home-v3 .az-stock-actions a { min-height: 40px; font-size: 11px; }
.az-home-highlights { padding: 88px 0; border-top: 1px solid #23252b; background: #101116; color: #f7f7f5; }
.az-home-highlights__layout { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); align-items: stretch; gap: 64px; }
.az-home-highlights__media { position: relative; height: 620px; overflow: hidden; margin: 0; background: #191b20; }
.az-home-highlights__media::after { position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(5,6,8,.84)); content: ""; }
body.azmotos-site .az-home-highlights__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.az-home-highlights__media figcaption { position: absolute; z-index: 1; bottom: 22px; left: 24px; color: #fff; font-size: 18px; font-weight: 800; }
.az-home-highlights__content { align-self: center; }
.az-home-highlights__content > h2 { max-width: 620px; margin: 0 0 38px; font-size: clamp(38px, 4.2vw, 58px); }
.az-home-highlights__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #2d3037; border-left: 1px solid #2d3037; }
.az-home-highlights__grid article { min-height: 138px; border-right: 1px solid #2d3037; border-bottom: 1px solid #2d3037; padding: 19px; }
.az-home-highlights__grid span { color: #ff6250; font-size: 9px; font-weight: 800; }
.az-home-highlights__grid h3 { margin: 18px 0 6px; font-size: 15px; letter-spacing: -.02em; }
.az-home-highlights__grid p { margin: 0; color: #9ea4ad; font-size: 12px; line-height: 1.5; }
.az-rider-gallery { padding: 88px 0 96px; background: #08090b; color: #f7f7f5; }
.az-rider-gallery header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.az-rider-gallery h2 { max-width: 650px; margin: 0; font-size: clamp(38px, 4.2vw, 58px); }
.az-rider-gallery__grid { display: grid; height: 620px; grid-template-columns: 1.2fr .9fr .9fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; }
.az-rider-gallery figure { position: relative; min-height: 0; overflow: hidden; margin: 0; background: #17191e; }
.az-rider-gallery figure:first-child { grid-row: 1 / 3; }
.az-rider-gallery figure:nth-child(2) { grid-column: 2 / 4; }
body.azmotos-site .az-rider-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.az-rider-gallery figure:first-child img { object-position: center 48%; }
.az-rider-gallery figure:nth-child(2) img { object-position: center 74%; }
.az-rider-gallery figure:nth-child(3) img { object-position: center 42%; }
.az-rider-gallery figure:nth-child(4) img { object-position: center 62%; }
.az-rider-gallery figure:hover img { transform: scale(1.035); }
.az-rider-gallery figure::after { position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(5,6,8,.88)); content: ""; }
.az-rider-gallery figcaption { position: absolute; z-index: 1; bottom: 18px; left: 20px; font-size: 14px; font-weight: 800; }
.az-home-v3 .az-final-cta { padding: 64px 0; }
.az-home-v3 .az-final-cta h2 { font-size: clamp(34px, 4vw, 54px); }

@media (max-width: 1180px) {
  .az-home-v3 .az-stock-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .az-home-highlights__layout { gap: 38px; }
}

@media (max-width: 900px) {
  .az-home-v3 .az-stock-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .az-home-highlights__layout { grid-template-columns: 1fr; }
  .az-home-highlights__media { height: 420px; }
  body.azmotos-site .az-home-highlights__media img { object-position: center 42%; }
  .az-rider-gallery__grid { height: 760px; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .az-rider-gallery figure:first-child { grid-row: auto; }
  .az-rider-gallery figure:nth-child(2) { grid-column: auto; }
}

@media (max-width: 620px) {
  .az-home-v3 .az-conversion-hero { min-height: 650px; padding: 58px 0; }
  .az-home-v3 .az-conversion-hero h1 { font-size: 40px; }
  .az-home-v3 .az-conversion-hero__copy > p:not(.az-kicker) { margin-top: 18px; font-size: 14px; line-height: 1.55; }
  .az-home-v3 .az-hero-actions { margin-top: 24px; }
  .az-home-v3 .az-hero-credentials { display: grid; gap: 9px; margin-top: 28px; }
  .az-home-quick .az-shell { grid-template-columns: 1fr; }
  .az-home-quick a, .az-home-quick a:first-child { min-height: 62px; border-right: 0; border-bottom: 1px solid #282a30; border-left: 0; padding: 13px 0; }
  .az-home-v3 .az-stock-hero { padding-top: 56px; }
  .az-home-v3 .az-stock-hero__top { display: flex; align-items: end; gap: 18px; }
  .az-home-v3 .az-stock-hero__meta { min-width: 74px; padding-left: 12px; }
  .az-home-v3 .az-stock-hero__meta span { display: none; }
  .az-home-v3 .az-stock-grid { grid-template-columns: 1fr; }
  .az-home-v3 .az-stock-card__media { aspect-ratio: 1.45 / 1; }
  .az-home-highlights, .az-rider-gallery { padding: 64px 0; }
  .az-home-highlights__media { height: 340px; }
  .az-home-highlights__content > h2 { margin-bottom: 28px; font-size: 38px; }
  .az-home-highlights__grid { grid-template-columns: 1fr; }
  .az-home-highlights__grid article { min-height: 112px; }
  .az-rider-gallery header { display: block; }
  .az-rider-gallery h2 { font-size: 38px; }
  .az-rider-gallery__grid { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .az-rider-gallery figure { height: 300px; }
  .az-rider-gallery figure:first-child { height: 420px; }
  .az-home-v3 .az-final-cta__inner { gap: 28px; }
}

/* Elementor documents: editable institutional pages with native Elementor widgets. */
.elementor .az-el-hero,
.elementor .az-el-internal-hero {
  position: relative;
  min-height: 640px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 150px max(24px, calc((100vw - 1160px) / 2)) 100px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
.elementor .az-el-hero::before,
.elementor .az-el-internal-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(4, 5, 7, .68);
}
.elementor .az-el-hero > .e-con-inner,
.elementor .az-el-internal-hero > .e-con-inner { width: min(760px, 100%); margin: 0; }
.elementor .az-el-kicker .elementor-widget-container { color: #fb5d4d; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.elementor .az-el-hero__title .elementor-heading-title,
.elementor .az-el-internal-hero .elementor-heading-title { color: #f7f7f5; font-size: clamp(48px, 6vw, 84px); font-weight: 800; line-height: .98; }
.elementor .az-el-hero__title span,
.elementor .az-el-internal-hero .elementor-heading-title span,
.elementor .az-el-stock .elementor-heading-title span { color: #fb5d4d; }
.elementor .az-el-hero__text .elementor-widget-container { max-width: 620px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
.elementor .az-el-actions { flex-direction: row; width: auto; gap: 12px; }
.elementor .az-el-button .elementor-button { border-radius: 6px; background: #d93627; color: #fff; font-weight: 800; }
.elementor .az-el-button--ghost .elementor-button { border: 1px solid #575c66; background: #111318; }
.elementor .az-el-hero__credentials .elementor-widget-container { color: #fff; font-size: 13px; font-weight: 700; }
.elementor .az-el-quick { flex-direction: row; gap: 1px; max-width: 1160px; margin: 0 auto; background: #2a2d33; }
.elementor .az-el-quick__item { flex: 1 1 0; min-height: 200px; padding: 28px; background: #101116; }
.elementor .az-el-quick__item .elementor-heading-title { color: #fff; font-size: 22px; }
.elementor .az-el-quick__item .elementor-widget-text-editor { color: #aab0bb; }
.elementor .az-el-link .elementor-button { padding-inline: 0; background: transparent; color: #fb5d4d; font-weight: 800; }
.elementor .az-el-stock,
.elementor .az-el-values,
.elementor .az-el-gallery,
.elementor .az-el-conversion { gap: 22px; max-width: 1160px; margin: 0 auto; padding: 112px 24px; }
.elementor .az-el-stock .elementor-heading-title,
.elementor .az-el-values .elementor-heading-title,
.elementor .az-el-gallery .elementor-heading-title { color: #f7f7f5; font-size: clamp(36px, 4vw, 58px); }
.elementor .az-el-stock-grid { width: 100%; }
.elementor .az-el-values { max-width: 980px; text-align: center; }
.elementor .az-el-values__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: 100%; background: #2a2d33; }
.elementor .az-el-values__list > .elementor-element { display: flex; min-height: 128px; align-items: center; justify-content: center; padding: 20px; background: #101116; }
.elementor .az-el-values__list .elementor-heading-title { font-size: 20px; line-height: 1.1; }
.elementor .az-el-gallery__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; width: 100%; gap: 12px; }
.elementor .az-el-gallery__grid .elementor-widget-image img { height: 360px; width: 100%; object-fit: cover; }
.elementor .az-el-final-cta { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; padding: 72px max(24px, calc((100vw - 1160px) / 2)); background: #d93627; }
.elementor .az-el-final-cta .elementor-heading-title { color: #fff; font-size: clamp(32px, 4vw, 56px); }
.elementor .az-el-final-cta .elementor-button { background: #111318; }
.elementor .az-el-conversion { max-width: 760px; }
.elementor .az-el-conversion .az-finance-calculator,
.elementor .az-el-conversion .az-lead-form,
.elementor .az-el-conversion .az-el-about-values { padding: 30px; border: 1px solid #333740; background: #15171c; }
.elementor .az-el-about-values { display: grid; gap: 18px; }
.elementor .az-el-about-values strong { color: #fff; font-size: clamp(28px, 4vw, 50px); }
.elementor .az-el-about-values p { color: #aab0bb; }
.elementor .az-el-empty { color: #aab0bb; }
@media (max-width: 760px) {
  .elementor .az-el-hero,
  .elementor .az-el-internal-hero { min-height: 560px; padding: 126px 24px 72px; }
  .elementor .az-el-actions,
  .elementor .az-el-final-cta { flex-direction: column; align-items: stretch; }
  .elementor .az-el-quick,
  .elementor .az-el-values__list,
  .elementor .az-el-gallery__grid { grid-template-columns: 1fr; flex-direction: column; }
  .elementor .az-el-quick__item { min-height: auto; }
  .elementor .az-el-stock,
  .elementor .az-el-values,
  .elementor .az-el-gallery,
  .elementor .az-el-conversion { padding-block: 72px; }
  .elementor .az-el-gallery__grid .elementor-widget-image img { height: 300px; }
}

/* Internal pages: visual-first shared system */
.az-internal-page { background: #090a0c; color: #f6f7f8; }
.az-internal-page .az-kicker { color: #ff6250; }
.az-internal-hero { position: relative; display: grid; min-height: 500px; align-items: center; overflow: hidden; border-bottom: 1px solid #24262c; background: #090a0c; }
.az-internal-hero__visual { position: absolute; inset: 0 0 0 44%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.az-internal-hero__visual::after { position: absolute; inset: 0; background: rgba(5,6,8,.18); content: ""; }
.az-internal-hero .az-shell { position: relative; z-index: 1; width: var(--az-shell); }
.az-internal-hero__copy { max-width: 650px; padding: 74px 0; }
.az-internal-hero h1 { max-width: 650px; margin: 0; font-size: clamp(44px, 4.8vw, 68px); line-height: .98; }
.az-internal-hero h1 em { color: #ff5d4b; font-style: normal; }
.az-internal-hero__copy > p:not(.az-kicker) { max-width: 500px; margin: 22px 0 0; color: #c8ccd2; font-size: 16px; line-height: 1.6; }
.az-internal-hero .az-button { margin-top: 28px; border-color: #c52d20; background: #c52d20; color: #fff; }
.az-internal-hero--catalog .az-internal-hero__visual { background-position: center 58%; }
.az-mini-points { display: grid; gap: 0; margin: 30px 0; padding: 0; border-top: 1px solid #2c2e35; list-style: none; }
.az-mini-points li { padding: 13px 0; border-bottom: 1px solid #2c2e35; color: #d9dce1; font-size: 13px; font-weight: 750; }
.az-mini-points li::before { display: inline-block; width: 6px; height: 6px; margin-right: 10px; background: #ff5d4b; content: ""; transform: rotate(45deg); }
.az-inline-photo { height: 260px; overflow: hidden; margin: 34px 0 0; background: #17191e; }
body.azmotos-site .az-inline-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.az-compact-process { padding: 76px 0; border-top: 1px solid #23252b; border-bottom: 1px solid #23252b; background: #111217; }
.az-compact-process header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.az-compact-process h2 { max-width: 650px; margin: 0; font-size: clamp(36px, 4vw, 54px); }
.az-compact-process ol { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid #30323a; border-left: 1px solid #30323a; list-style: none; }
.az-compact-process li { display: grid; min-height: 118px; align-content: space-between; border-right: 1px solid #30323a; border-bottom: 1px solid #30323a; padding: 18px; }
.az-compact-process b { color: #ff5d4b; font-size: 10px; }
.az-compact-process span { font-size: 13px; font-weight: 800; }
.az-compact-info { padding: 82px 0; background: #292729; }
.az-compact-info__grid { display: grid; grid-template-columns: .9fr .75fr 1fr; gap: 42px; align-items: stretch; }
.az-compact-info figure { height: 440px; overflow: hidden; margin: 0; }
body.azmotos-site .az-compact-info figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.az-compact-info h2 { margin: 0 0 25px; font-size: clamp(34px, 3.6vw, 50px); }
.az-compact-info ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid #49464a; list-style: none; }
.az-compact-info li { padding: 14px 0; border-bottom: 1px solid #49464a; font-size: 13px; font-weight: 750; }
.az-compact-faq details { border-bottom: 1px solid #49464a; }
.az-compact-faq summary { padding: 14px 0; font-size: 13px; font-weight: 800; cursor: pointer; }
.az-compact-faq details p { margin: 0; padding: 0 0 14px; color: #bbb9bc; font-size: 12px; line-height: 1.5; }
.az-compact-faq .az-button { width: 100%; margin-top: 20px; }
.az-deal-section { padding: 80px 0; background: #111217; }
.az-deal-section header { margin-bottom: 32px; }
.az-deal-section h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 4vw, 56px); }
.az-sales-page .az-deal-section .az-deal-options article { min-height: 220px; border-color: #2d2f36; border-radius: 8px; background: #0d0e12; }
.az-sales-page .az-deal-section .az-deal-options p { min-height: 0; }
.az-visual-process { padding: 84px 0; border-top: 1px solid #24262c; background: #111217; }
.az-visual-process__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.az-visual-process figure { height: 560px; overflow: hidden; margin: 0; background: #181a1f; }
body.azmotos-site .az-visual-process figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.az-visual-process h2 { max-width: 590px; margin: 0 0 32px; font-size: clamp(40px, 4.2vw, 58px); }
.az-visual-process ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid #30323a; border-left: 1px solid #30323a; list-style: none; }
.az-visual-process li { display: grid; min-height: 112px; align-content: space-between; border-right: 1px solid #30323a; border-bottom: 1px solid #30323a; padding: 18px; }
.az-visual-process li b { color: #ff5d4b; font-size: 10px; }
.az-visual-process li span { font-size: 13px; font-weight: 800; }
.az-visual-process .az-text-link, .az-product-lead .az-text-link { display: inline-block; margin-top: 26px; color: #ff6a58; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.az-sales-page .az-product-lead { padding: 78px 0; }
.az-sales-page .az-product-lead h2 { font-size: clamp(38px, 4vw, 54px); }
.az-about-story { padding: 90px 0; background: #111217; }
.az-about-story__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.az-about-story h2 { max-width: 500px; margin: 0; font-size: clamp(40px, 4.2vw, 58px); }
.az-about-story p:not(.az-kicker) { max-width: 470px; color: #a7adb5; font-size: 15px; line-height: 1.65; }
.az-about-values { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid #30323a; }
.az-about-values article { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #30323a; }
.az-about-values span { color: #ff5d4b; font-size: 10px; }
.az-about-values strong { font-size: 14px; }
.az-about-mosaic { display: grid; height: 610px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr .7fr; gap: 12px; }
.az-about-mosaic figure { overflow: hidden; margin: 0; }
.az-about-mosaic figure:first-child { grid-row: 1 / 3; }
body.azmotos-site .az-about-mosaic img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.az-contact-main { padding: 86px 0; background: #111217; }
.az-contact-main__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.az-contact-main__aside > figure { height: 360px; overflow: hidden; margin: 0 0 28px; }
body.azmotos-site .az-contact-main__aside > figure img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.az-contact-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #30323a; border-left: 1px solid #30323a; }
.az-contact-list article { min-height: 92px; border-right: 1px solid #30323a; border-bottom: 1px solid #30323a; padding: 15px; }
.az-contact-list span { display: block; margin-bottom: 8px; color: #ff6250; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.az-contact-list strong { font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.az-contact-main h2 { margin: 0 0 28px; font-size: clamp(38px, 4vw, 56px); }
.az-contact-main .az-form-panel { border: 1px solid #2b2d33; border-top: 2px solid #ef3b26; border-radius: 8px; background: #101116; color: #eff0f2; }
.az-contact-main .az-lead-form label { color: #c8ccd3; }
.az-contact-main .az-lead-form input, .az-contact-main .az-lead-form select, .az-contact-main .az-lead-form textarea { border-color: #30333a; background: #191b20; color: #f6f7f9; }
.az-contact-main .az-lead-form button { background: #ef3b26; }
.az-catalog-controls { padding: 54px 0 18px; background: #090a0c; }
.az-catalog-controls .az-stock-toolbar { margin-top: 0; }
.az-stock-more { margin-top: 18px; border-top: 1px solid #292c32; border-bottom: 1px solid #292c32; }
.az-stock-more summary { padding: 15px 0; color: #d4d7dc; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.az-stock-more .az-stock-advanced { margin: 0 0 18px; }
.az-catalog-page .az-stock-results { padding-top: 26px; }
.az-catalog-page .az-stock-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.az-catalog-page .az-stock-card { border-radius: 8px; }
.az-catalog-page .az-stock-card__media { aspect-ratio: 1.38 / 1; }
.az-catalog-page .az-stock-card__body { padding: 15px; }
.az-catalog-page .az-stock-card h3 { min-height: 42px; margin-bottom: 12px; font-size: 16px; }
.az-catalog-page .az-stock-price { font-family: "Manrope AZ", Arial, sans-serif; font-size: clamp(18px, 1.65vw, 24px); letter-spacing: -.04em; }

@media (max-width: 1180px) {
  .az-catalog-page .az-stock-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .az-about-story__grid, .az-contact-main__grid { gap: 42px; }
}

@media (max-width: 900px) {
  .az-internal-hero__visual { left: 0; }
  .az-internal-hero__visual::after { background: rgba(5,6,8,.66); }
  .az-finance-simulator__grid, .az-compact-info__grid, .az-visual-process__grid, .az-about-story__grid, .az-contact-main__grid { grid-template-columns: 1fr; }
  .az-inline-photo { height: 360px; }
  .az-compact-process ol { grid-template-columns: repeat(3, 1fr); }
  .az-compact-info figure, .az-visual-process figure { height: 430px; }
  .az-about-mosaic { height: 560px; }
  .az-catalog-page .az-stock-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .az-internal-hero { min-height: 560px; }
  .az-internal-hero__copy { padding: 60px 0; }
  .az-internal-hero h1 { font-size: 42px; }
  .az-internal-hero__copy > p:not(.az-kicker) { font-size: 14px; }
  .az-finance-simulator, .az-compact-process, .az-compact-info, .az-deal-section, .az-visual-process, .az-about-story, .az-contact-main { padding: 62px 0; }
  .az-inline-photo { height: 250px; }
  .az-compact-process header { display: block; }
  .az-compact-process ol { grid-template-columns: 1fr 1fr; }
  .az-compact-info figure, .az-visual-process figure { height: 330px; }
  .az-deal-options { gap: 12px; }
  .az-sales-page .az-deal-section .az-deal-options article { min-height: 0; padding: 24px; }
  .az-visual-process__grid { gap: 34px; }
  .az-visual-process ol { grid-template-columns: 1fr; }
  .az-about-mosaic { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px; }
  .az-about-mosaic figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .az-contact-main__aside > figure { height: 300px; }
  .az-contact-list { grid-template-columns: 1fr; }
  .az-catalog-controls { padding-top: 42px; }
  .az-catalog-page .az-stock-grid { grid-template-columns: 1fr; }
}

/* Immersive hero treatment */
.az-home-v3 .az-conversion-hero,
.az-internal-hero {
  min-height: min(720px, calc(100vh - 68px));
  padding: 84px 0;
  text-align: center;
}
.az-home-v3 .az-conversion-hero__visual,
.az-internal-hero__visual {
  position: absolute;
  inset: 0;
  max-width: none;
  min-height: 0;
  background-position: center 58%;
}
.az-home-v3 .az-conversion-hero__visual::after,
.az-internal-hero__visual::after {
  background: rgba(4, 5, 7, .58);
}
.az-home-v3 .az-conversion-hero__copy,
.az-internal-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.az-home-v3 .az-conversion-hero h1,
.az-internal-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: .97;
}
.az-home-v3 .az-conversion-hero__copy > p:not(.az-kicker),
.az-internal-hero__copy > p:not(.az-kicker) {
  max-width: 590px;
  margin: 23px auto 0;
  color: #e2e4e8;
  font-size: 16px;
}
.az-home-v3 .az-hero-actions { justify-content: center; }
.az-home-v3 .az-hero-spotlight { display: none; }
.az-home-v3 .az-hero-spotlight:hover { transform: rotate(0) translateY(-4px); }
body.azmotos-site .az-hero-spotlight img { display: block; width: 100%; height: 142px; object-fit: cover; object-position: center 54%; }
.az-home-v3 .az-hero-spotlight__content { display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; padding: 13px 15px 15px; }
.az-home-v3 .az-hero-spotlight__content span { width: max-content; padding: 4px 7px; border-radius: 99px; background: #ef3b26; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.az-home-v3 .az-hero-spotlight__content small { align-self: center; color: #cdd1d7; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.az-home-v3 .az-hero-spotlight__content strong { grid-column: 1 / -1; color: #fff; font-size: 16px; line-height: 1; text-transform: uppercase; }
.az-home-v3 .az-hero-credentials {
  display: flex;
  justify-content: center;
  max-width: 660px;
  margin: 32px auto 0;
}
.az-internal-hero .az-button { margin-top: 28px; }
.az-internal-hero--catalog .az-internal-hero__visual { background-position: center 64%; }

@media (min-width: 1600px) {
  .az-home-v3 .az-conversion-hero,
  .az-internal-hero { min-height: min(760px, calc(100vh - 68px)); }
  .az-home-v3 .az-conversion-hero h1,
  .az-internal-hero h1 { max-width: 1060px; font-size: clamp(52px, 4.6vw, 78px); }
  .az-home-v3 .az-conversion-hero__copy > p:not(.az-kicker),
  .az-internal-hero__copy > p:not(.az-kicker) { font-size: 17px; }
  .az-home-v3 .az-hero-spotlight { right: max(42px, calc((100vw - var(--az-shell)) / 2)); bottom: 38px; width: 330px; }
  body.azmotos-site .az-hero-spotlight img { height: 156px; }
}

@media (max-width: 620px) {
  .az-home-v3 .az-conversion-hero,
  .az-internal-hero {
    min-height: 640px;
    padding: 62px 0;
  }
  .az-home-v3 .az-conversion-hero__visual,
  .az-internal-hero__visual { background-position: center 54%; }
  .az-home-v3 .az-conversion-hero__visual::after,
  .az-internal-hero__visual::after { background: rgba(4, 5, 7, .64); }
  .az-home-v3 .az-conversion-hero h1,
  .az-internal-hero h1 { font-size: 42px; }
  .az-home-v3 .az-conversion-hero__copy > p:not(.az-kicker),
  .az-internal-hero__copy > p:not(.az-kicker) { font-size: 14px; line-height: 1.58; }
  .az-home-v3 .az-hero-credentials { display: grid; justify-content: center; }
  .az-home-v3 .az-hero-spotlight { display: none; }
}

/* Service cards below the hero */
.az-home-v3 .az-home-quick { position: relative; z-index: 3; border: 0; padding: 24px 0 30px; background: #090a0d; }
.az-home-v3 .az-home-quick .az-shell { display: grid; width: min(1080px, var(--az-shell)); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.az-home-v3 .az-home-quick a,
.az-home-v3 .az-home-quick a:first-child { position: relative; display: grid; min-height: 118px; grid-template-columns: 34px 1fr; grid-template-rows: auto 1fr; gap: 8px 14px; border: 1px solid #292c33; border-radius: 8px; padding: 19px; background: #121318; box-shadow: none; overflow: hidden; text-decoration: none; transition: border-color .22s ease, background .22s ease, transform .22s ease; }
.az-home-v3 .az-home-quick a::before { display: none; }
.az-home-v3 .az-home-quick a::after { align-self: start; grid-column: 2; color: #aeb3bc; font-size: 11px; line-height: 1.45; content: "Atendimento para encontrar a melhor condicao para sua moto."; }
.az-home-v3 .az-home-quick a:nth-child(2)::after { content: "Avaliamos sua moto e apresentamos caminhos reais para negociar."; }
.az-home-v3 .az-home-quick a:nth-child(3)::after { content: "Venda com apoio, seguranca e acompanhamento da AZ Motos."; }
.az-home-v3 .az-home-quick a:hover,
.az-home-v3 .az-home-quick a:focus-visible { border-color: #f05240; background: #191b21; outline: 0; transform: translateY(-3px); }
.az-home-v3 .az-home-quick a span { display: grid; width: 30px; height: 30px; grid-row: 1 / 3; place-items: center; border: 1px solid #ef3b26; border-radius: 50%; color: #ff6250; font-size: 9px; font-weight: 900; }
.az-home-v3 .az-home-quick a strong { align-self: end; color: #fff; font-size: 16px; line-height: 1.18; }
.az-home-v3 .az-home-quick a strong::after { display: inline-grid; width: 24px; height: 24px; place-items: center; margin-left: 9px; border: 1px solid #3a3e46; border-radius: 50%; color: #ff6250; content: "→"; font-size: 13px; vertical-align: 2px; }

@media (max-width: 760px) {
  .az-home-v3 .az-home-quick { padding: 18px 0 24px; }
  .az-home-v3 .az-home-quick .az-shell { grid-template-columns: 1fr; gap: 10px; }
  .az-home-v3 .az-home-quick a,
  .az-home-v3 .az-home-quick a:first-child { min-height: 106px; grid-template-rows: auto 1fr; padding: 16px; }
}

/* UI/UX refinement sprint */
@media (min-width: 621px) {
  .az-internal-page .az-finance-simulator,
  .az-internal-page .az-compact-process,
  .az-internal-page .az-compact-info,
  .az-internal-page .az-deal-section,
  .az-internal-page .az-visual-process,
  .az-internal-page .az-about-story,
  .az-internal-page .az-contact-main { padding-block: 108px; }
}

.az-button:not(.az-button--light) {
  background: #d93627;
  border-color: #d93627;
  box-shadow: 0 10px 24px rgba(217, 54, 39, .2);
}
.az-button:not(.az-button--light):hover,
.az-button:not(.az-button--light):focus-visible { background: #ef4c3d; border-color: #ef4c3d; }

.az-home-v3 .az-home-highlights { padding-block: 116px; }
.az-home-v3 .az-home-highlights__layout { gap: 76px; }
.az-home-v3 .az-home-highlights__grid article {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 20px;
}
.az-home-v3 .az-home-highlights__grid article p { display: none; }
.az-home-v3 .az-home-highlights__grid span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(255, 98, 80, .72);
  border-radius: 50%;
  color: #ff725f;
  font-size: 9px;
}
.az-home-v3 .az-home-highlights__grid h3 { margin: 0; font-size: 16px; line-height: 1.2; }

.az-rider-gallery { padding-block: 112px; }
.az-rider-gallery figure::after {
  inset: 42% 0 0;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0), rgba(5, 6, 8, .9));
}
.az-rider-gallery figcaption {
  bottom: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  padding: 7px 9px;
  background: rgba(7, 8, 10, .48);
  font-size: 14px;
  line-height: 1.25;
}

.az-about-story { background: #101116; }
.az-about-story__grid { gap: 86px; }
.az-about-story__grid > div > p:not(.az-kicker) { display: none; }
.az-about-story h2 { margin-bottom: 48px; }
.az-about-values { margin-top: 0; }
.az-about-values article { align-items: center; padding: 21px 0; }
.az-about-values strong { font-size: clamp(21px, 2vw, 30px); letter-spacing: -.035em; }
.az-about-mosaic { height: 660px; }
.az-about-mosaic figure:nth-child(2) {
  background: #17191e url("../img/az-real/cliente_03_sem_texto.jpg") center / cover no-repeat;
}
.az-about-mosaic figure:nth-child(2) img { opacity: 0; }

.az-finance-simulator { background: #08090b; }
.az-finance-simulator__grid {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  gap: 36px;
}
.az-finance-simulator__intro { max-width: 600px; margin: 0 auto; text-align: center; }
.az-finance-simulator__intro h2 { max-width: none; font-size: clamp(34px, 3.5vw, 48px); }
.az-finance-simulator__intro .az-mini-points,
.az-finance-simulator__intro .az-inline-photo { display: none; }
.az-finance-tool { padding: 38px; border-color: #3b3e46; box-shadow: 0 24px 54px rgba(0, 0, 0, .3); }
.az-finance-tool__heading { margin-bottom: 28px; text-align: center; }

.az-stock-card .az-stock-price,
.az-home-v3 .az-stock-card .az-stock-price,
.az-catalog-page .az-stock-card .az-stock-price {
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 900;
  letter-spacing: -.06em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}
.az-stock-card .az-stock-specs { border-color: rgba(67, 71, 80, .66); }
.az-stock-card .az-stock-specs dt { color: #6f7783; font-weight: 650; }
.az-stock-card .az-stock-specs dd { color: rgba(229, 232, 236, .7); font-weight: 700; }
.az-stock-card .az-stock-actions a:first-child { background: #d93627; border-color: #d93627; }
.az-stock-card .az-stock-actions a:first-child:hover,
.az-stock-card .az-stock-actions a:first-child:focus-visible { background: #ef4c3d; border-color: #ef4c3d; }

@media (max-width: 900px) {
  .az-home-v3 .az-home-highlights { padding-block: 82px; }
  .az-home-v3 .az-home-highlights__layout { gap: 42px; }
  .az-rider-gallery { padding-block: 82px; }
  .az-about-story__grid { gap: 48px; }
  .az-about-mosaic { height: 560px; }
}

@media (max-width: 620px) {
  .az-home-v3 .az-home-highlights,
  .az-rider-gallery { padding-block: 68px; }
  .az-home-v3 .az-home-highlights__grid article { min-height: 86px; padding: 16px; }
  .az-home-v3 .az-home-highlights__grid h3 { font-size: 15px; }
  .az-rider-gallery figcaption { font-size: 13px; }
  .az-about-story h2 { margin-bottom: 32px; }
  .az-about-values strong { font-size: 23px; }
  .az-finance-tool { padding: 24px 18px; }
  .az-stock-card .az-stock-price,
  .az-home-v3 .az-stock-card .az-stock-price,
  .az-catalog-page .az-stock-card .az-stock-price { font-size: 27px; }
}

/* Native Elementor documents: intentionally scoped so the editable pages retain the approved AZ visual system. */
.elementor .az-e-home-hero,
.elementor .az-e-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: min(760px, calc(100vh - 70px));
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 118px max(24px, calc((100vw - 980px) / 2)) 96px;
  background-position: center 54%;
  background-size: cover;
  text-align: center;
}
.elementor .az-e-home-hero::before,
.elementor .az-e-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 5, 7, .77), rgba(4, 5, 7, .42) 56%, rgba(4, 5, 7, .66)), linear-gradient(0deg, rgba(4, 5, 7, .45), transparent 42%);
  content: "";
}
.elementor .az-e-home-hero > .e-con-inner,
.elementor .az-e-hero > .e-con-inner { width: min(100%, 920px); align-items: center; }
.elementor .az-e-kicker { margin: 0 0 18px; color: #ff604f; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.elementor .az-e-home-hero__title,
.elementor .az-e-hero__title { max-width: 980px; margin: 0; color: #fff; font-size: clamp(48px, 5.2vw, 76px); font-weight: 800; letter-spacing: 0; line-height: .96; }
.elementor .az-e-home-hero__title .elementor-heading-title,
.elementor .az-e-hero__title .elementor-heading-title,
.elementor .az-e-section-title .elementor-heading-title,
.elementor .az-e-action-card__title .elementor-heading-title,
.elementor .az-e-value .elementor-heading-title,
.elementor .az-e-spotlight__title .elementor-heading-title { color: #fff !important; }
.elementor .az-e-home-hero__title span,
.elementor .az-e-hero__title span,
.elementor .az-e-section-title span { color: #f04a39 !important; }
.elementor .az-e-home-hero__copy,
.elementor .az-e-hero__copy { max-width: 620px; margin: 24px auto 0; color: #e5e7eb; font-size: 16px; line-height: 1.6; }
.elementor .az-e-actions { --display: flex !important; display: flex !important; flex-direction: row !important; width: auto; justify-content: center; gap: 12px; margin-top: 31px; }
.elementor .az-e-actions > .e-con-inner {
  display: flex !important;
  width: 100% !important;
  flex-flow: row wrap !important;
  align-items: center;
  justify-content: center !important;
  gap: 12px;
}
.elementor .az-e-button .elementor-button { border: 1px solid #dc3829; border-radius: 5px; padding: 15px 24px; background: #dc3829; box-shadow: 0 10px 24px rgba(220, 56, 41, .22); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.elementor .az-e-button .elementor-button:hover { border-color: #f25948; background: #f25948; color: #fff; }
.elementor .az-e-button--dark .elementor-button { border-color: #353a44; background: #101217; box-shadow: none; }
.elementor .az-e-button--dark .elementor-button:hover { border-color: #fff; background: #20232a; }
.elementor .az-e-button--outline { display: inline-flex; margin-top: 34px; }
.elementor .az-e-button--outline .elementor-button { border-color: #424753; background: transparent; box-shadow: none; }
.elementor .az-e-button--light .elementor-button { border-color: #fff; background: #fff; box-shadow: none; color: #121318; }
.elementor .az-e-credentials { margin-top: 27px; color: #f6f7f8; font-size: 12px; font-weight: 700; }
.elementor .az-e-credentials p::first-letter { color: #f04a39; }
.elementor .az-e-spotlight { position: absolute; right: max(34px, calc((100vw - 1240px) / 2)); bottom: 42px; width: 282px; overflow: hidden; border: 1px solid #4b4f58; border-radius: 9px; background: #111319; box-shadow: 0 16px 36px rgba(0, 0, 0, .35); text-align: left; }
.elementor .az-e-spotlight__image img { display: block; width: 100%; height: 132px; object-fit: cover; }
.elementor .az-e-spotlight__tag { margin: 13px 14px 6px; color: #ff6554; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.elementor .az-e-spotlight__title { margin: 0 14px 14px; color: #fff; font-size: 16px; line-height: 1.1; text-transform: uppercase; }

.elementor .az-e-quick-grid,
.elementor .az-e-process-grid,
.elementor .az-e-gallery-grid,
.elementor .az-e-values-grid,
.elementor .az-e-choice-grid,
.elementor .az-e-about-conversation,
.elementor .az-e-contact-section,
.elementor .az-e-form-section,
.elementor .az-e-photo-check,
.elementor .az-e-values-section { width: min(calc(100% - 48px), 1180px); margin: 0 auto; }
.elementor .az-e-quick-grid { --display: grid !important; display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 34px 0 78px; }
.elementor .az-e-action-card { position: relative; overflow: hidden; min-height: 256px; border: 1px solid #30333a; border-radius: 8px; padding: 0 22px 22px; background: #121318; }
.elementor .az-e-action-card__image { display: block; width: calc(100% + 44px); height: 105px; margin: 0 -22px 18px; }
.elementor .az-e-action-card__image img { display: block; width: 100%; height: 105px; object-fit: cover; filter: brightness(.72); }
.elementor .az-e-number { margin: 0 0 13px; color: #ff5544; font-size: 12px; font-weight: 900; }
.elementor .az-e-action-card__title { margin: 0; color: #fff; font-size: 19px; letter-spacing: 0; line-height: 1.12; }
.elementor .az-e-action-card__text { margin: 13px 0 0; color: #adb3bc; font-size: 13px; line-height: 1.5; }
.elementor .az-e-card-link { position: absolute; right: 17px; bottom: 16px; }
.elementor .az-e-card-link .elementor-button { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #4b5058; border-radius: 50%; padding: 0; background: transparent; color: #ff6858; font-size: 0; }
.elementor .az-e-card-link .elementor-button::after { content: ">"; font-size: 15px; }

.elementor .az-e-stock-section,
.elementor .az-e-gallery-section,
.elementor .az-e-choice-section { width: min(calc(100% - 48px), 1180px); margin: 0 auto; padding: 94px 0; }
.elementor .az-e-stock-section { border-top: 1px solid #24272d; }
.elementor .az-e-section-title { max-width: 680px; margin: 0; color: #fff; font-size: clamp(34px, 3.9vw, 57px); font-weight: 800; letter-spacing: 0; line-height: 1; }
.elementor .az-e-section-copy { max-width: 540px; margin: 20px 0 0; color: #aeb4bd; font-size: 15px; line-height: 1.65; }
.elementor .az-e-stock-grid { margin-top: 42px; }
.elementor .az-e-stock-grid .az-stock-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.elementor .az-e-values-section { --display: grid !important; display: grid !important; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 68px; padding: 100px 0; }
.elementor .az-e-values-media__image img { display: block; width: 100%; height: 100%; min-height: 540px; border-radius: 8px; object-fit: cover; }
.elementor .az-e-values-content { align-self: center; }
.elementor .az-e-values-grid { --display: grid !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; width: 100%; margin-top: 38px; border-top: 1px solid #2d3037; border-left: 1px solid #2d3037; }
.elementor .az-e-value { display: flex; min-height: 105px; align-items: center; margin: 0; border-right: 1px solid #2d3037; border-bottom: 1px solid #2d3037; padding: 20px; color: #fff; font-size: 18px; line-height: 1.15; }
.elementor .az-e-value::before { margin-right: 11px; color: #f04a39; content: "01"; font-size: 10px; font-weight: 900; }
.elementor .az-e-value:nth-child(2)::before { content: "02"; }.elementor .az-e-value:nth-child(3)::before { content: "03"; }.elementor .az-e-value:nth-child(4)::before { content: "04"; }.elementor .az-e-value:nth-child(5)::before { content: "05"; }.elementor .az-e-value:nth-child(6)::before { content: "06"; }

.elementor .az-e-gallery-section { padding-top: 94px; }
.elementor .az-e-gallery-grid { --display: grid !important; display: grid !important; grid-template-columns: 1.3fr .9fr .9fr; grid-template-rows: 220px 220px; gap: 15px; width: 100%; margin-top: 42px; }
.elementor .az-e-gallery-image { min-width: 0; min-height: 0; overflow: hidden; border-radius: 7px; }
.elementor .az-e-gallery-image:first-child { grid-row: 1 / 3; }.elementor .az-e-gallery-image:last-child { grid-column: 2 / 4; }
.elementor .az-e-gallery-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.elementor .az-e-gallery-image:hover img { transform: scale(1.045); }
.elementor .az-e-final-cta { display: flex; min-height: 370px; align-items: center; justify-content: center; padding: 64px 24px; background: #d9392a; text-align: center; }.elementor .az-e-final-cta .az-e-kicker { color: #17191e; }.elementor .az-e-final-cta h2 { margin: 0; color: #fff; font-size: clamp(38px, 4.7vw, 68px); line-height: .98; }

.elementor .az-e-inner-hero { min-height: min(620px, calc(100vh - 70px)); }.elementor .az-e-inner-hero .az-e-hero__title { max-width: 820px; font-size: clamp(46px, 5vw, 70px); }
.elementor .az-e-conversion { --display: grid !important; display: grid !important; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 72px; width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding: 110px 0; }.elementor .az-e-conversion__intro { align-self: center; }.elementor .az-e-inline-image img { display: block; width: 100%; height: 240px; margin-top: 34px; border-radius: 8px; object-fit: cover; }.elementor .az-e-calculator-panel { border: 1px solid #323640; border-radius: 8px; padding: 34px; background: #121318; box-shadow: 0 24px 48px rgba(0, 0, 0, .25); }
.elementor .az-e-process-grid { --display: grid !important; display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 105px; border-top: 1px solid #2d3038; border-left: 1px solid #2d3038; }.elementor .az-e-process { min-height: 122px; margin: 0; border-right: 1px solid #2d3038; border-bottom: 1px solid #2d3038; padding: 22px; color: #fff; font-size: 16px; line-height: 1.5; }.elementor .az-e-process::first-line { color: #f04a39; font-size: 11px; }
.elementor .az-e-photo-check { --display: grid !important; display: grid !important; grid-template-columns: 1fr 1fr; gap: 64px; padding-bottom: 110px; }.elementor .az-e-photo-check__image img { display: block; width: 100%; height: 490px; border-radius: 8px; object-fit: cover; }.elementor .az-e-photo-check__copy { align-self: center; }.elementor .az-e-check { margin: 18px 0 0; color: #e3e6e9; font-size: 17px; line-height: 1.35; }.elementor .az-e-check::before { margin-right: 10px; color: #f04a39; content: "+"; }

.elementor .az-e-choice-section { text-align: center; }.elementor .az-e-choice-section .az-e-section-title, .elementor .az-e-choice-section .az-e-section-copy { margin-right: auto; margin-left: auto; }.elementor .az-e-choice-grid { --display: grid !important; display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: 100%; margin-top: 42px; text-align: left; }.elementor .az-e-form-section { --display: grid !important; display: grid !important; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 0 0 110px; }.elementor .az-e-form-image img { display: block; width: 100%; height: 640px; border-radius: 8px; object-fit: cover; }.elementor .az-e-form-panel { align-self: center; border: 1px solid #323640; border-radius: 8px; padding: 38px; background: #121318; }
.elementor .az-e-about-conversation { --display: grid !important; display: grid !important; grid-template-columns: .85fr 1.15fr; gap: 68px; padding: 110px 0; }.elementor .az-e-about-conversation__copy { align-self: center; }.elementor .az-e-about-conversation__images { --display: grid !important; display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 12px; }.elementor .az-e-about-image img { display: block; width: 100%; height: 420px; border-radius: 7px; object-fit: cover; }.elementor .az-e-about-mosaic { --display: grid !important; display: grid !important; grid-template-columns: 1.1fr .9fr; grid-template-rows: 300px 300px; gap: 14px; width: min(calc(100% - 48px), 1180px); margin: 0 auto 110px; }.elementor .az-e-mosaic-image:first-child { grid-row: 1 / 3; }.elementor .az-e-mosaic-image img { display: block; width: 100%; height: 100%; border-radius: 7px; object-fit: cover; }
.elementor .az-e-contact-section { --display: grid !important; display: grid !important; grid-template-columns: .8fr 1.2fr; gap: 74px; padding: 110px 0; }.elementor .az-e-contact-info { align-self: center; }.elementor .az-e-contact-label { margin: 31px 0 4px; color: #fff; font-size: 17px; }.elementor .az-e-contact-value { margin: 0; color: #aeb4bd; font-size: 15px; }.elementor .az-e-contact-form { border: 1px solid #323640; border-radius: 8px; padding: 38px; background: #121318; }

@media (max-width: 1024px) { .elementor .az-e-spotlight { display: none; }.elementor .az-e-stock-grid .az-stock-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.elementor .az-e-values-section, .elementor .az-e-conversion, .elementor .az-e-about-conversation, .elementor .az-e-contact-section, .elementor .az-e-form-section { gap: 38px; }.elementor .az-e-values-media__image img { min-height: 440px; }.elementor .az-e-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .elementor .az-e-home-hero, .elementor .az-e-hero { min-height: 650px; padding: 90px 22px 68px; background-position: center; }.elementor .az-e-home-hero__title, .elementor .az-e-hero__title { font-size: 45px; }.elementor .az-e-actions { flex-direction: column; width: min(100%, 320px); }.elementor .az-e-actions .elementor-widget-button, .elementor .az-e-actions .elementor-button-wrapper { width: 100%; }.elementor .az-e-actions .elementor-button { width: 100%; }.elementor .az-e-credentials { font-size: 11px; line-height: 1.8; }.elementor .az-e-quick-grid, .elementor .az-e-choice-grid, .elementor .az-e-values-section, .elementor .az-e-conversion, .elementor .az-e-photo-check, .elementor .az-e-form-section, .elementor .az-e-about-conversation, .elementor .az-e-contact-section { grid-template-columns: 1fr; }.elementor .az-e-quick-grid { padding-bottom: 55px; }.elementor .az-e-stock-section, .elementor .az-e-gallery-section, .elementor .az-e-choice-section { padding: 68px 0; }.elementor .az-e-stock-grid .az-stock-grid { grid-template-columns: 1fr; }.elementor .az-e-values-section { padding: 68px 0; }.elementor .az-e-values-media__image img { min-height: 340px; }.elementor .az-e-values-grid { grid-template-columns: 1fr; }.elementor .az-e-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px 180px; }.elementor .az-e-gallery-image:first-child { grid-column: 1 / 3; grid-row: auto; }.elementor .az-e-gallery-image:last-child { grid-column: auto; }.elementor .az-e-process-grid { grid-template-columns: 1fr 1fr; margin-bottom: 68px; }.elementor .az-e-photo-check { padding-bottom: 68px; }.elementor .az-e-photo-check__image img, .elementor .az-e-form-image img { height: 360px; }.elementor .az-e-calculator-panel, .elementor .az-e-form-panel, .elementor .az-e-contact-form { padding: 24px 18px; }.elementor .az-e-about-conversation, .elementor .az-e-contact-section { padding: 68px 0; }.elementor .az-e-about-conversation__images { grid-template-columns: 1fr 1fr; }.elementor .az-e-about-image img { height: 245px; }.elementor .az-e-about-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px; margin-bottom: 68px; }.elementor .az-e-mosaic-image:first-child { grid-column: 1 / 3; grid-row: auto; } }

/* Elementor puts child widgets inside .e-con-inner for boxed containers. */
.elementor .az-e-quick-grid > .e-con-inner,
.elementor .az-e-values-section > .e-con-inner,
.elementor .az-e-gallery-grid > .e-con-inner,
.elementor .az-e-conversion > .e-con-inner,
.elementor .az-e-process-grid > .e-con-inner,
.elementor .az-e-photo-check > .e-con-inner,
.elementor .az-e-choice-grid > .e-con-inner,
.elementor .az-e-form-section > .e-con-inner,
.elementor .az-e-about-conversation > .e-con-inner,
.elementor .az-e-about-conversation__images > .e-con-inner,
.elementor .az-e-about-mosaic > .e-con-inner,
.elementor .az-e-contact-section > .e-con-inner,
.elementor .az-e-values-grid > .e-con-inner { display: grid !important; width: 100%; }
.elementor .az-e-quick-grid > .e-con-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.elementor .az-e-values-section > .e-con-inner { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 68px; }
.elementor .az-e-values-grid > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.elementor .az-e-gallery-grid > .e-con-inner { grid-template-columns: 1.3fr .9fr .9fr; grid-template-rows: 220px 220px; gap: 15px; }
.elementor .az-e-conversion > .e-con-inner { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 72px; }
.elementor .az-e-process-grid > .e-con-inner { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.elementor .az-e-photo-check > .e-con-inner { grid-template-columns: 1fr 1fr; gap: 64px; }
.elementor .az-e-choice-grid > .e-con-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.elementor .az-e-form-section > .e-con-inner { grid-template-columns: .9fr 1.1fr; gap: 64px; }
.elementor .az-e-about-conversation > .e-con-inner { grid-template-columns: .85fr 1.15fr; gap: 68px; }
.elementor .az-e-about-conversation__images > .e-con-inner { grid-template-columns: repeat(3, 1fr); gap: 12px; }
.elementor .az-e-about-mosaic > .e-con-inner { grid-template-columns: 1.1fr .9fr; grid-template-rows: 300px 300px; gap: 14px; }
.elementor .az-e-contact-section > .e-con-inner { grid-template-columns: .8fr 1.2fr; gap: 74px; }
.elementor .az-e-quick-grid > .e-con-inner,
.elementor .az-e-values-section > .e-con-inner,
.elementor .az-e-gallery-grid > .e-con-inner,
.elementor .az-e-conversion > .e-con-inner,
.elementor .az-e-process-grid > .e-con-inner,
.elementor .az-e-photo-check > .e-con-inner,
.elementor .az-e-choice-grid > .e-con-inner,
.elementor .az-e-form-section > .e-con-inner,
.elementor .az-e-about-conversation > .e-con-inner,
.elementor .az-e-about-mosaic > .e-con-inner,
.elementor .az-e-contact-section > .e-con-inner { width: min(calc(100vw - 48px), 1180px) !important; max-width: 1180px !important; margin-right: auto !important; margin-left: auto !important; }
@media (max-width: 760px) { .elementor .az-e-quick-grid > .e-con-inner, .elementor .az-e-values-section > .e-con-inner, .elementor .az-e-values-grid > .e-con-inner, .elementor .az-e-conversion > .e-con-inner, .elementor .az-e-photo-check > .e-con-inner, .elementor .az-e-choice-grid > .e-con-inner, .elementor .az-e-form-section > .e-con-inner, .elementor .az-e-about-conversation > .e-con-inner, .elementor .az-e-contact-section > .e-con-inner { grid-template-columns: 1fr; }.elementor .az-e-gallery-grid > .e-con-inner { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px 180px; }.elementor .az-e-process-grid > .e-con-inner { grid-template-columns: 1fr 1fr; }.elementor .az-e-about-conversation__images > .e-con-inner, .elementor .az-e-about-mosaic > .e-con-inner { grid-template-columns: 1fr 1fr; } }

.elementor > .az-e-quick-grid,
.elementor > .az-e-stock-section,
.elementor > .az-e-values-section,
.elementor > .az-e-gallery-section,
.elementor > .az-e-choice-section,
.elementor > .az-e-conversion,
.elementor > .az-e-process-grid,
.elementor > .az-e-photo-check,
.elementor > .az-e-form-section,
.elementor > .az-e-about-conversation,
.elementor > .az-e-about-mosaic,
.elementor > .az-e-contact-section { --width: 100% !important; width: min(calc(100% - 48px), 1180px) !important; max-width: 1180px !important; }
.elementor .az-e-home-hero__title,
.elementor .az-e-hero__title { font-size: clamp(44px, 4.2vw, 64px); }
.elementor .az-e-home-hero > .e-con-inner { width: min(calc(100% - 48px), 1080px); }
.elementor .az-e-home-hero__title .elementor-heading-title,
.elementor .az-e-hero__title .elementor-heading-title {
  font-size: clamp(44px, 4vw, 58px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}
@media (max-width: 760px) { .elementor .az-e-home-hero__title, .elementor .az-e-hero__title { font-size: 43px; } }
@media (max-width: 760px) {
  .elementor .az-e-home-hero > .e-con-inner { width: 100%; }
  .elementor .az-e-home-hero__title .elementor-heading-title,
  .elementor .az-e-hero__title .elementor-heading-title { font-size: 42px !important; }
}

.elementor .az-e-values-grid { --display: block !important; display: block !important; }