.ar-landing, .ar-dock, .ar-sheet {
--ar-ink: #0D1B2A;
--ar-ink-2: #172B40;
--ar-text: #152231;
--ar-muted: #57667A;
--ar-bg: #EDF1F4;
--ar-surface: #FFFFFF;
--ar-line: #D5DDE5;
--ar-dawn: #FF6A13;
--ar-dawn-hi: #FF8A3D;
--ar-sun: #FFB547;
--ar-teal: #1596C8;
--ar-teal-ink: #0A6A91;
--ar-ok: #178A57;
--ar-bad: #C8412F;
--ar-mid: #A36A12;
--ar-wa: #25D366;
--ar-tg: #2AABEE;
--ar-max: linear-gradient(135deg, #3D7BFF, #8F4DFF);
--ar-r: 14px;
--ar-font: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
--ar-display: "Unbounded", "Onest", system-ui, sans-serif;
}
.ar-dock *, .ar-sheet *, .ar-dock *::before, .ar-sheet *::before { box-sizing: border-box; }
.ar-ico { width: 1.25em; height: 1.25em; flex: none; } .ar-btn {
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
min-height: 50px; padding: 0 22px; border-radius: 12px; border: 1.5px solid transparent;
font: 600 16px/1.2 var(--ar-font); text-decoration: none; cursor: pointer;
transition: background-color .18s, border-color .18s, transform .18s, color .18s;
}
.ar-btn .ar-ico { width: 18px; height: 18px; }
.ar-btn--dawn { background: var(--ar-dawn); color: var(--ar-ink); }
.ar-btn--dawn:hover { background: var(--ar-dawn-hi); }
.ar-btn--dawn:active { transform: translateY(1px); }
.ar-btn--line { background: transparent; color: var(--ar-text); border-color: var(--ar-line); }
.ar-btn--line:hover { border-color: var(--ar-text); }
.ar-btn--sm { min-height: 42px; padding: 0 18px; font-size: 15px; }
.ar-btn--block { width: 100%; min-height: 56px; font-size: 17px; }
.ar-btn[disabled] { opacity: .6; cursor: progress; } .ar-msg { display: flex; flex-wrap: wrap; gap: 8px; }
.ar-msg__btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font: 600 14px/1 var(--ar-font); }
.ar-msg__btn .ar-ico { width: 18px; height: 18px; color: #fff; }
.ar-msg--pill .ar-msg__btn { min-height: 42px; padding: 0 14px 0 6px; border-radius: 999px; background: var(--ar-surface); border: 1px solid var(--ar-line); color: var(--ar-text); transition: border-color .18s; }
.ar-msg--pill .ar-msg__btn:hover { border-color: var(--ar-text); }
.ar-msg--pill .ar-msg__btn .ar-ico, .ar-msg--icon .ar-msg__btn { display: inline-grid; place-items: center; width: 30px; height: 30px; padding: 6px; border-radius: 50%; }
.ar-msg--icon .ar-msg__btn { width: 40px; height: 40px; padding: 0; transition: transform .18s; }
.ar-msg--icon .ar-msg__btn:hover { transform: translateY(-2px); }
.ar-msg--icon .ar-msg__btn .ar-ico { width: 20px; height: 20px; }
.ar-msg__btn--whatsapp .ar-ico, .ar-msg--icon .ar-msg__btn--whatsapp { background: var(--ar-wa); }
.ar-msg__btn--telegram .ar-ico, .ar-msg--icon .ar-msg__btn--telegram { background: var(--ar-tg); }
.ar-msg__btn--max .ar-ico, .ar-msg--icon .ar-msg__btn--max { background: var(--ar-max); }
.ar-msg--icon .ar-msg__btn .ar-ico { background: none; padding: 0; } .ar-form { font-family: var(--ar-font); color: var(--ar-text); }
.ar-form__body { display: grid; gap: 14px; }
.ar-form__grid { display: grid; grid-template-columns: 1fr 108px; gap: 12px; }
.ar-field { display: grid; gap: 6px; min-width: 0; }
.ar-field--phone { grid-column: 1 / -1; }
.ar-field label { font: 600 13px/1.2 var(--ar-font); color: var(--ar-muted); }
.ar-field input, .ar-field select {
width: 100%; height: 50px; padding: 0 14px; border-radius: 10px;
border: 1.5px solid var(--ar-line); background: var(--ar-surface); color: var(--ar-text);
font: 500 16px/1 var(--ar-font); appearance: none; -webkit-appearance: none;
transition: border-color .15s, box-shadow .15s;
}
.ar-field select { background-image: linear-gradient(45deg, transparent 50%, var(--ar-muted) 50%), linear-gradient(135deg, var(--ar-muted) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 28px; }
.ar-field--phone input { font-size: 18px; font-weight: 600; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.ar-field input::placeholder { color: #98A5B4; font-weight: 400; }
.ar-field input:focus, .ar-field select:focus { outline: none; border-color: var(--ar-teal); box-shadow: 0 0 0 4px rgba(21,150,200,.16); }
.ar-field__err { display: none; font: 500 13px/1.3 var(--ar-font); color: var(--ar-bad); }
.ar-field.is-invalid input { border-color: var(--ar-bad); }
.ar-field.is-invalid .ar-field__err { display: block; }
.ar-chips { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.ar-chips legend { width: 100%; padding: 0; margin-bottom: 6px; font: 600 13px/1.2 var(--ar-font); color: var(--ar-muted); }
.ar-chips__opt { font-weight: 400; opacity: .8; }
.ar-chips__input { position: absolute; opacity: 0; pointer-events: none; }
.ar-chips__chip { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border-radius: 999px; border: 1.5px solid var(--ar-line); background: var(--ar-surface); font: 500 14px/1 var(--ar-font); color: var(--ar-text); cursor: pointer; user-select: none; transition: border-color .15s, background-color .15s; }
.ar-chips__chip:hover { border-color: var(--ar-muted); }
.ar-chips__input:checked + .ar-chips__chip { background: var(--ar-ink); border-color: var(--ar-ink); color: #fff; }
.ar-chips__input:focus-visible + .ar-chips__chip { outline: 3px solid var(--ar-sun); outline-offset: 2px; }
.ar-consent { display: flex; align-items: flex-start; gap: 10px; font: 400 13.5px/1.4 var(--ar-font); color: var(--ar-muted); cursor: pointer; }
.ar-consent input { flex: none; width: 20px; height: 20px; margin: 0; accent-color: var(--ar-ink); }
.ar-consent a { color: var(--ar-teal-ink); }
.ar-consent.is-invalid { color: var(--ar-bad); }
.ar-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ar-form__note { margin: -4px 0 0; font: 400 13px/1.4 var(--ar-font); color: var(--ar-muted); text-align: center; }
.ar-form__error { margin: 0; padding: 10px 12px; border-radius: 10px; background: #FCEBE8; color: var(--ar-bad); font: 500 14px/1.4 var(--ar-font); }
.ar-form [hidden] { display: none !important; }
.ar-form__done { display: grid; gap: 10px; justify-items: start; outline: none; font: 400 15px/1.5 var(--ar-font); }
.ar-form__done p { margin: 0; }
.ar-form__done-ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #E2F4EA; color: var(--ar-ok); }
.ar-form__done-ico .ar-ico { width: 26px; height: 26px; }
.ar-form__done-title { font: 700 20px/1.2 var(--ar-font) !important; }
.ar-form.is-sent .ar-form__body { display: none; } .ar-dock { display: none; }
@media (max-width: 900px) {
.ar-dock {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
display: grid; grid-template-columns: repeat(4, minmax(44px, 1fr)) auto; align-items: center; gap: 4px;
padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
background: rgba(13, 27, 42, .97); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
box-shadow: 0 -8px 24px rgba(13, 27, 42, .18); font-family: var(--ar-font);
}
.ar-dock__btn { display: grid; justify-items: center; gap: 4px; min-height: 52px; padding-top: 2px; color: rgba(255,255,255,.82); text-decoration: none; font: 500 10.5px/1 var(--ar-font); border-radius: 10px; }
.ar-dock__btn .ar-ico { box-sizing: content-box; width: 20px; height: 20px; padding: 7px; border-radius: 50%; color: #fff; }
.ar-dock__btn--call .ar-ico { background: rgba(255,255,255,.12); }
.ar-dock__btn--whatsapp .ar-ico { background: var(--ar-wa); }
.ar-dock__btn--telegram .ar-ico { background: var(--ar-tg); }
.ar-dock__btn--max .ar-ico { background: var(--ar-max); }
.ar-dock__cta { height: 48px; border: 0; border-radius: 12px; background: var(--ar-dawn); color: var(--ar-ink); font: 700 14.5px/1.1 var(--ar-font); white-space: nowrap; cursor: pointer; padding: 0 16px; }
.ar-dock__cta:active { background: var(--ar-dawn-hi); }
body.ar-has-dock { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) { .ar-dock__btn span { display: none; } .ar-dock__btn { min-height: 44px; } } .ar-sheet { position: fixed; inset: 0; z-index: 9995; display: grid; align-items: end; font-family: var(--ar-font); }
.ar-sheet[hidden], .ar-sheet [hidden] { display: none !important; }
.ar-sheet__backdrop { position: absolute; inset: 0; background: rgba(8, 16, 26, .55); animation: arFade .2s ease; }
.ar-sheet__panel {
position: relative; width: 100%; max-height: 92vh; overflow-y: auto; overscroll-behavior: contain;
padding: 26px 20px calc(20px + env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0;
background: var(--ar-surface); color: var(--ar-text); animation: arUp .26s cubic-bezier(.2,.8,.2,1);
}
.ar-sheet__panel::before { content: ""; position: absolute; top: 8px; left: 50%; width: 40px; height: 4px; margin-left: -20px; border-radius: 4px; background: var(--ar-line); }
.ar-sheet__close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--ar-bg); color: var(--ar-text); cursor: pointer; }
.ar-sheet .ar-eyebrow { margin: 0 0 6px; font: 700 12px/1.2 var(--ar-font); letter-spacing: .1em; text-transform: uppercase; color: var(--ar-teal-ink); }
.ar-sheet__title { margin: 0 44px 18px 0; font: 600 21px/1.2 var(--ar-display); color: var(--ar-ink); text-wrap: balance; }
.ar-sheet__alt { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ar-line); font-size: 14px; color: var(--ar-muted); }
.ar-sheet__phone { font-weight: 700; font-size: 17px; color: var(--ar-ink); text-decoration: none; }
@media (min-width: 720px) {
.ar-sheet { align-items: center; justify-items: center; padding: 24px; }
.ar-sheet__panel { max-width: 480px; border-radius: 20px; padding: 32px; }
.ar-sheet__panel::before { display: none; }
}
@keyframes arUp { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes arFade { from { opacity: 0; } to { opacity: 1; } }
html.ar-lock, html.ar-lock body { overflow: hidden; }
.ar-dock a:focus-visible, .ar-dock button:focus-visible, .ar-sheet a:focus-visible, .ar-sheet button:focus-visible, .ar-landing a:focus-visible, .ar-landing button:focus-visible, .ar-landing summary:focus-visible {
outline: 3px solid var(--ar-sun); outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.ar-sheet__panel, .ar-sheet__backdrop { animation: none; }
.ar-btn, .ar-msg__btn, .ar-chips__chip { transition: none; }
}.ar-landing { margin: 0; background: var(--ar-bg); color: var(--ar-text); font: 400 16px/1.6 var(--ar-font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } :where(.ar-landing) *, :where(.ar-landing) *::before, :where(.ar-landing) *::after { box-sizing: border-box; }
:where(.ar-landing) img { max-width: 100%; height: auto; }
:where(.ar-landing) :is(h1, h2, h3, p, ul, ol, dl, dd) { margin: 0; }
:where(.ar-landing) :is(ul, ol) { padding: 0; list-style: none; }
:where(.ar-landing) a { color: var(--ar-teal-ink); }
.ar-landing [hidden] { display: none !important; }
.ar-wrap { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }
.ar-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ar-skip { position: absolute; left: 12px; top: -60px; z-index: 10000; padding: 10px 16px; border-radius: 8px; background: var(--ar-sun); color: var(--ar-ink); font-weight: 700; }
.ar-skip:focus { top: 12px; } .ar-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px !important; font: 700 12.5px/1.2 var(--ar-font); letter-spacing: .12em; text-transform: uppercase; color: var(--ar-teal-ink); }
.ar-eyebrow::before { content: ""; width: 14px; height: 7px; border-radius: 14px 14px 0 0; background: linear-gradient(var(--ar-sun), var(--ar-dawn)); }
.ar-eyebrow--light { color: var(--ar-sun); }
.ar-landing :where(h2) { font: 600 clamp(1.5rem, 1.05rem + 1.7vw, 2.4rem)/1.16 var(--ar-display); letter-spacing: -.015em; color: var(--ar-ink); text-wrap: balance; }
.ar-landing :where(h3) { font: 700 18px/1.3 var(--ar-font); color: var(--ar-ink); }
.ar-head { max-width: 780px; margin-bottom: clamp(28px, 4vw, 44px); }
.ar-head__lead { margin-top: 14px !important; max-width: 62ch; font-size: 17px; color: var(--ar-muted); }
.ar-head--split { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 48px; align-items: end; }
.ar-head--split .ar-head__lead { margin-top: 0 !important; } .ar-top { position: sticky; top: 0; z-index: 50; background: var(--ar-ink); color: #fff; transition: box-shadow .2s; }
.ar-top.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.25); }
.admin-bar .ar-top { top: 32px; }
.ar-top .ar-wrap { max-width: 1320px; }
.ar-top__in { display: flex; align-items: center; gap: 24px; min-height: 76px; }
.ar-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; flex: none; }
.ar-logo__mark { width: 46px; height: 31px; }
.ar-logo__img { max-height: 44px; width: auto; }
.ar-logo__txt { display: grid; line-height: 1.15; }
.ar-logo__txt b { font: 700 17px/1.1 var(--ar-display); letter-spacing: .02em; text-transform: uppercase; }
.ar-logo__txt small { font-size: 12.5px; color: rgba(255,255,255,.6); }
.ar-nav { flex: 1; }
.ar-nav__list { display: flex; flex-wrap: nowrap; gap: 20px; justify-content: center; white-space: nowrap; }
.ar-nav__list a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 15px; font-weight: 500; }
.ar-nav__list a:hover { color: #fff; }
.ar-nav__mobile-extra { display: none; }
.ar-top__contact { display: flex; flex: none; align-items: center; gap: 18px; }
.ar-top__contact .ar-msg { flex-wrap: nowrap; }
.ar-top__cta { white-space: nowrap; }
.ar-nav { min-width: 0; }
.ar-top__contact .ar-msg { gap: 6px; }
.ar-top__contact .ar-msg__btn { width: 34px; height: 34px; }
.ar-top__contact .ar-msg__btn .ar-ico { width: 18px; height: 18px; }
.ar-top__phone { display: grid; color: #fff; text-decoration: none; text-align: right; line-height: 1.2; }
.ar-top__phone b { font: 600 17px/1.2 var(--ar-display); letter-spacing: .01em; white-space: nowrap; }
.ar-top__phone small { font-size: 12px; color: var(--ar-sun); }
.ar-top__call, .ar-top__burger { display: none; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 0; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.ar-top__call { background: var(--ar-dawn); color: var(--ar-ink); } .ar-hero { position: relative; overflow: hidden; background: linear-gradient(var(--ar-ink) 0, var(--ar-ink) calc(100% - 58px), var(--ar-bg) calc(100% - 58px)); color: #fff; padding-top: clamp(28px, 5vw, 64px); isolation: isolate; }
.ar-hero__sky { position: absolute; inset: 0 0 58px; z-index: -1; overflow: hidden;
background:
radial-gradient(90% 60% at 22% 112%, rgba(255,138,61,.55), rgba(255,106,19,.18) 38%, transparent 64%),
radial-gradient(60% 50% at 90% 0%, rgba(21,150,200,.22), transparent 70%); }
.ar-hero__sun { position: absolute; left: 6%; bottom: -170px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #FFD27A, var(--ar-sun) 35%, var(--ar-dawn) 70%); filter: blur(1px); opacity: .9; box-shadow: 0 0 120px 40px rgba(255,138,61,.35); }
.ar-hero__car { position: absolute; left: -2%; bottom: 0; width: min(760px, 70%); height: auto; fill: none; stroke: rgba(255,214,150,.55); stroke-width: 2; stroke-linejoin: round; }
.ar-hero__car circle { fill: var(--ar-ink); }
.ar-hero__horizon { stroke: rgba(255,214,150,.35); stroke-width: 1.5; }
.ar-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(28px, 5vw, 64px); align-items: start; padding-bottom: clamp(28px, 4vw, 48px); }
.ar-hero__copy { padding-top: 8px; padding-bottom: 150px; }
.ar-hero__kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px !important; padding: 7px 14px 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 500; color: rgba(255,255,255,.88); }
.ar-pulse { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #4ADE80; }
.ar-pulse::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid #4ADE80; opacity: 0; animation: arPulse 2s infinite; }
@keyframes arPulse { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }
.ar-hero h1 { font: 600 clamp(1.85rem, 1.05rem + 2.75vw, 3.15rem)/1.1 var(--ar-display); letter-spacing: -.02em; color: #fff; text-wrap: balance; }
.ar-hero__lead { margin-top: 20px !important; max-width: 56ch; font-size: clamp(16px, 1.1vw + 11px, 18.5px); line-height: 1.55; color: rgba(255,255,255,.78); }
.ar-hero__points { display: grid; gap: 10px; margin-top: 24px !important; }
.ar-hero__points li { display: flex; align-items: center; gap: 12px; font-size: 16.5px; font-weight: 500; }
.ar-hero__points .ar-ico { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: rgba(255,181,71,.16); color: var(--ar-sun); }
.ar-hero__reach { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 30px; }
.ar-hero__phone { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font: 600 clamp(20px, 1.2vw + 14px, 24px)/1 var(--ar-display); white-space: nowrap; }
.ar-hero__phone .ar-ico { width: 20px; height: 20px; color: var(--ar-sun); }
.ar-hero .ar-msg--pill .ar-msg__btn, .ar-final .ar-msg--pill .ar-msg__btn, .ar-nav .ar-msg--pill .ar-msg__btn { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); color: #fff; }
.ar-hero .ar-msg--pill .ar-msg__btn:hover, .ar-final .ar-msg--pill .ar-msg__btn:hover { border-color: rgba(255,255,255,.6); }
.ar-quote { position: relative; padding: clamp(20px, 2.4vw, 30px); border-radius: 20px; background: var(--ar-surface); color: var(--ar-text); box-shadow: 0 30px 60px -20px rgba(0,0,0,.45); }
.ar-quote::before { content: ""; position: absolute; left: 24px; right: 24px; top: 0; height: 4px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--ar-sun), var(--ar-dawn)); }
.ar-quote__head { margin-bottom: 18px; }
.ar-quote__title { font: 600 clamp(19px, .8vw + 15px, 23px)/1.2 var(--ar-display); color: var(--ar-ink); }
.ar-quote__sub { margin-top: 6px !important; font-size: 15px; color: var(--ar-muted); }
.ar-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 18px; background: var(--ar-surface); box-shadow: 0 12px 32px -12px rgba(13,27,42,.22); color: var(--ar-text); }
.ar-facts__item { padding: 22px 26px; }
.ar-facts__item + .ar-facts__item { border-left: 1px solid var(--ar-line); }
.ar-facts dt { font: 600 clamp(24px, 1.3vw + 16px, 32px)/1.05 var(--ar-display); letter-spacing: -.02em; color: var(--ar-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.ar-facts dd { margin-top: 6px; font-size: 14.5px; line-height: 1.4; color: var(--ar-muted); } .ar-sec { padding-block: clamp(56px, 8vw, 104px); }
.ar-sec--alt { background: var(--ar-surface); }
.ar-sec--road { background: var(--ar-surface); } .ar-bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ar-tile { position: relative; display: grid; align-content: start; gap: 8px; padding: 22px 22px 46px; border-radius: var(--ar-r); background: var(--ar-surface); border: 1px solid var(--ar-line); color: var(--ar-text); text-decoration: none; transition: border-color .18s, transform .18s, box-shadow .18s; }
a.ar-tile:hover { border-color: var(--ar-teal); transform: translateY(-2px); box-shadow: 0 12px 24px -16px rgba(13,27,42,.35); }
.ar-tile__ico { width: 30px; height: 30px; margin-bottom: 6px; color: var(--ar-teal); }
.ar-tile h3 { font-size: 17.5px; }
.ar-tile p { font-size: 14.5px; line-height: 1.5; color: var(--ar-muted); }
.ar-tile__go { position: absolute; right: 18px; bottom: 16px; width: 20px; height: 20px; color: var(--ar-muted); transition: color .18s, transform .18s; }
a.ar-tile:hover .ar-tile__go { color: var(--ar-teal-ink); transform: translateX(3px); }
.ar-tile--hero { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; gap: 12px; border: 0; color: #fff; overflow: hidden; isolation: isolate;
background: radial-gradient(80% 70% at 100% 100%, rgba(255,106,19,.55), transparent 60%), radial-gradient(40% 40% at 90% 95%, rgba(255,181,71,.7), transparent 70%), var(--ar-ink); }
.ar-tile--hero .ar-tile__ico { width: 40px; height: 40px; color: var(--ar-sun); margin-bottom: auto; }
.ar-quote .ar-msg--pill .ar-msg__btn { background: var(--ar-surface) !important; border-color: var(--ar-line) !important; color: var(--ar-text) !important; }
.ar-tile--hero h3 { font: 600 clamp(22px, 1.2vw + 16px, 30px)/1.15 var(--ar-display); color: #fff; }
.ar-tile--hero h3 a { color: inherit; text-decoration: none; }
.ar-tile--hero h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ar-tile--hero p { max-width: 38ch; font-size: 16px; color: rgba(255,255,255,.8); }
.ar-tile--hero .ar-btn { justify-self: start; margin-top: 8px; }
.ar-more, .ar-brands { display: grid; grid-template-columns: 170px 1fr; gap: 12px 24px; align-items: start; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--ar-line); }
.ar-more__label { margin-top: 7px !important; font: 700 12.5px/1.2 var(--ar-font); letter-spacing: .1em; text-transform: uppercase; color: var(--ar-muted); }
.ar-more__list { display: flex; flex-wrap: wrap; gap: 8px; }
.ar-more__list a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; background: var(--ar-surface); border: 1px solid var(--ar-line); color: var(--ar-text); text-decoration: none; font-size: 14.5px; font-weight: 500; transition: border-color .15s; }
.ar-more__list a:hover { border-color: var(--ar-teal); color: var(--ar-teal-ink); }
.ar-more__list a.ar-more__all, a.ar-more__all { border-color: transparent; background: transparent; color: var(--ar-teal-ink); font-weight: 600; }
.ar-brands { margin-top: 18px; }
.ar-brands__list { display: flex; flex-wrap: wrap; gap: 6px 0; font-size: 15px; color: var(--ar-text); }
.ar-brands__list li:not(:last-child)::after { content: "·"; margin: 0 10px; color: var(--ar-line); }
.ar-brands__list a { color: inherit; }
.ar-brands__etc { color: var(--ar-muted); } .ar-road { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: s; }
.ar-road::before { content: ""; position: absolute; left: 0; right: 0; top: 19px; height: 10px; border-radius: 10px; background: linear-gradient(90deg, transparent 0 8px, var(--ar-sun) 8px 30px, transparent 30px 44px) 0 50% / 44px 2px repeat-x, var(--ar-ink); }
.ar-road__stop { position: relative; display: grid; gap: 8px; align-content: start; }
.ar-road__n { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 14px; border-radius: 50%; background: var(--ar-dawn); color: var(--ar-ink); font: 700 19px/1 var(--ar-display); box-shadow: 0 0 0 6px var(--ar-surface); }
.ar-road__stop p { font-size: 15.5px; color: var(--ar-muted); }
.ar-road__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; } .ar-cmp { overflow-x: auto; border-radius: 18px; border: 1px solid var(--ar-line); background: var(--ar-surface); -webkit-overflow-scrolling: touch; }
.ar-cmp:focus-visible { outline: 3px solid var(--ar-sun); }
.ar-cmp table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.ar-cmp th, .ar-cmp td { padding: 16px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--ar-line); }
.ar-cmp tbody tr:last-child > * { border-bottom: 0; }
.ar-cmp thead th { font: 600 15px/1.2 var(--ar-display); color: var(--ar-ink); background: var(--ar-bg); }
.ar-cmp thead th.is-us { background: var(--ar-ink); color: #fff; }
.ar-cmp tbody th { width: 22%; font-weight: 600; color: var(--ar-ink); background: var(--ar-surface); position: sticky; left: 0; z-index: 1; }
.ar-cmp td { width: 26%; }
.ar-cmp td > * { vertical-align: top; }
.ar-cmp td { display: table-cell; }
.ar-cmp td .ar-ico { width: 18px; height: 18px; margin: 2px 10px 0 0; float: left; stroke-width: 2.4; }
.ar-cmp td span { display: block; overflow: hidden; }
.ar-cmp__good .ar-ico { color: var(--ar-ok); }
.ar-cmp__bad .ar-ico { color: var(--ar-bad); }
.ar-cmp__mid .ar-ico { color: var(--ar-mid); }
.ar-cmp td.is-us { background: #FFF5EC; font-weight: 600; color: var(--ar-ink); } .ar-deals { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ar-deal__ph { position: relative; display: grid; place-items: center; aspect-ratio: 3 / 2; max-width: 100%; margin-bottom: 12px; border-radius: 12px; overflow: hidden; background: linear-gradient(160deg, #DCE4EB, #EEF2F5); }
.ar-deal__ph img { width: 100%; height: 100%; object-fit: cover; }
.ar-deal__ph svg { width: 70%; fill: none; stroke: #9FB0C0; stroke-width: 3; }
.ar-deal__ph span { position: absolute; bottom: 10px; left: 12px; font-size: 12px; font-weight: 600; color: #7D8FA1; }
.ar-deals--demo .ar-deal__ph { border: 1.5px dashed #B6C3CF; }
.ar-deals--demo .ar-deal__car, .ar-deals--demo .ar-deal__meta, .ar-deals--demo .ar-deal__price { color: #8A99A9; }
.ar-deal__car { font-weight: 700; color: var(--ar-ink); }
.ar-deal__meta { font-size: 14px; color: var(--ar-muted); }
.ar-deal__price { display: inline-block; margin-top: 8px !important; padding: 4px 10px; border-radius: 8px; background: #FFF1E5; color: #8A3A06; font: 600 14px/1.3 var(--ar-display); }
.ar-demo-note { margin-top: 14px !important; font-size: 13px; color: var(--ar-muted); }
.ar-proof { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 16px; margin-top: 40px; }
.ar-reviews { border-radius: 18px; background: var(--ar-surface); border: 1px solid var(--ar-line); overflow: hidden; }
.ar-reviews__frame { display: block; width: 100%; height: 520px; border: 0; }
.ar-reviews__slot { display: grid; gap: 12px; justify-items: start; padding: clamp(22px, 3vw, 34px); height: 100%; }
.ar-reviews__src { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--ar-muted); }
.ar-reviews__src .ar-ico { color: var(--ar-sun); fill: var(--ar-sun); }
.ar-reviews__title { font: 600 22px/1.25 var(--ar-display); color: var(--ar-ink); text-wrap: balance; }
.ar-reviews__slot > p:not([class]) { color: var(--ar-muted); max-width: 52ch; }
.ar-expert { display: grid; gap: 16px; align-content: start; padding: clamp(22px, 3vw, 30px); border-radius: 18px; background: var(--ar-ink); color: #fff; }
.ar-expert__who { display: flex; align-items: center; gap: 14px; }
.ar-expert__ph { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.ar-expert__ph--ini { display: grid; place-items: center; background: linear-gradient(135deg, var(--ar-sun), var(--ar-dawn)); color: var(--ar-ink); font: 700 26px/1 var(--ar-display); }
.ar-expert__name { font-weight: 700; font-size: 17px; }
.ar-expert__role { font-size: 14px; color: rgba(255,255,255,.62); }
.ar-expert__q { font-size: 16px; color: rgba(255,255,255,.86); }
.ar-expert .ar-msg--pill .ar-msg__btn { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); color: #fff; } .ar-two { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.ar-factors { margin-top: 28px; }
.ar-factors__row { display: grid; grid-template-columns: minmax(0, 200px) 1fr; gap: 8px 24px; padding: 18px 0; border-top: 1px solid var(--ar-line); }
.ar-factors dt { font-weight: 700; color: var(--ar-ink); }
.ar-factors dd { color: var(--ar-muted); }
.ar-docs { padding: clamp(22px, 3vw, 34px); border-radius: 18px; background: var(--ar-bg); }
.ar-docs h2 { font-size: clamp(1.35rem, 1rem + 1vw, 1.8rem); }
.ar-docs__list { display: grid; gap: 16px; margin-top: 22px !important; }
.ar-docs__list li { display: flex; gap: 12px; }
.ar-docs__list .ar-ico { width: 22px; height: 22px; margin-top: 2px; padding: 3px; border-radius: 50%; background: #DDF1E6; color: var(--ar-ok); stroke-width: 2.4; }
.ar-docs__list b { display: block; color: var(--ar-ink); }
.ar-docs__list span { font-size: 14.5px; color: var(--ar-muted); }
.ar-docs__help { margin: 22px 0 18px !important; padding: 14px 16px; border-radius: 12px; background: var(--ar-surface); font-size: 15px; }
.ar-docs__links { display: grid; gap: 6px; margin-top: 8px !important; }
.ar-docs__links a { font-weight: 500; } .ar-geo { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.ar-geo__map { max-width: 440px; width: 100%; justify-self: center; }
.ar-map { display: block; width: 100%; height: auto; overflow: visible; }
.ar-map__halo { fill: none; stroke: var(--ar-line); stroke-width: 2; stroke-dasharray: 3 7; }
.ar-map__sec path, .ar-map__sec circle { fill: #D9E3EB; stroke: var(--ar-bg); stroke-width: 2; transition: fill .18s; }
.ar-map__sec text { font: 600 12px/1 var(--ar-display); fill: var(--ar-ink); text-anchor: middle; dominant-baseline: middle; pointer-events: none; transition: fill .18s; }
.ar-map__sec--c circle { fill: var(--ar-ink-2); }
.ar-map__sec--c text { fill: #fff; }
.ar-map__sec--z text { font-size: 10px; }
.ar-map__sec:hover path, .ar-map__sec:hover circle, .ar-map__sec:focus path, .ar-map__sec:focus circle, .ar-map__sec.is-hot path, .ar-map__sec.is-hot circle { fill: var(--ar-teal); }
.ar-map__sec:hover text, .ar-map__sec:focus text, .ar-map__sec.is-hot text { fill: #fff; }
.ar-map__sec:focus { outline: none; }
.ar-map__office circle { fill: rgba(255,106,19,.25); }
.ar-map__office .ar-map__office-dot { fill: var(--ar-dawn); }
.ar-map__ring { font: 600 10px/1 var(--ar-font); letter-spacing: .3em; fill: var(--ar-muted); text-anchor: middle; }
.ar-geo__legend { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px !important; font-size: 14px; color: var(--ar-muted); }
.ar-geo__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ar-dawn); box-shadow: 0 0 0 4px rgba(255,106,19,.25); }
.ar-geo__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.ar-geo__cols h3 { margin-bottom: 10px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--ar-muted); }
.ar-geo__list { display: grid; gap: 2px; }
.ar-geo__list a { display: inline-block; padding: 5px 0; color: var(--ar-text); text-decoration: none; font-size: 15.5px; }
.ar-geo__list a b { display: inline-block; min-width: 50px; font: 600 12.5px/1 var(--ar-display); color: var(--ar-teal-ink); }
.ar-geo__list a:hover, .ar-geo__list a.is-hot { color: var(--ar-teal-ink); text-decoration: underline; text-underline-offset: 3px; } .ar-faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.ar-faq__head { position: sticky; top: 110px; display: grid; justify-items: start; gap: 0; }
.ar-faq__head .ar-btn { margin-top: 24px; }
.ar-faq__item { border-bottom: 1px solid var(--ar-line); }
.ar-faq__item:first-child { border-top: 1px solid var(--ar-line); }
.ar-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; }
.ar-faq__item summary::-webkit-details-marker { display: none; }
.ar-faq__item summary h3 { font-size: 17.5px; font-weight: 600; }
.ar-faq__item summary .ar-ico { width: 22px; height: 22px; color: var(--ar-teal-ink); transition: transform .2s; }
.ar-faq__item[open] summary .ar-ico { transform: rotate(45deg); }
.ar-faq__item p { padding: 0 40px 22px 0; color: var(--ar-muted); max-width: 64ch; } .ar-final { position: relative; overflow: hidden; padding-block: clamp(56px, 8vw, 100px); color: #fff; isolation: isolate;
background: radial-gradient(70% 80% at 0% 100%, rgba(255,106,19,.35), transparent 60%), radial-gradient(40% 60% at 5% 105%, rgba(255,181,71,.45), transparent 70%), var(--ar-ink); }
.ar-final__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 6vw, 72px); align-items: center; }
.ar-final h2 { color: #fff; }
.ar-final__about > p:not([class]) { margin-top: 18px; max-width: 58ch; font-size: 17px; color: rgba(255,255,255,.78); }
.ar-final__contacts { display: grid; gap: 12px; margin: 28px 0 24px !important; }
.ar-final__contacts li { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.ar-final__contacts .ar-ico { width: 20px; height: 20px; color: var(--ar-sun); }
.ar-final__contacts a { color: #fff; text-decoration: none; }
.ar-final__contacts a:hover { text-decoration: underline; }
.ar-final__contacts li:first-child a { font: 600 22px/1 var(--ar-display); } .ar-foot { padding-block: 56px 32px; background: #08121D; color: rgba(255,255,255,.66); font-size: 14.5px; }
.ar-foot__cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.ar-foot__brand { display: grid; gap: 12px; justify-items: start; }
.ar-foot__phone { color: #fff; text-decoration: none; font: 600 20px/1 var(--ar-display); }
.ar-foot__h { margin-bottom: 12px !important; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.ar-foot ul { display: grid; gap: 8px; }
.ar-foot a { color: rgba(255,255,255,.66); text-decoration: none; }
.ar-foot nav a:hover { color: #fff; }
.ar-foot__legal { display: grid; gap: 8px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: rgba(255,255,255,.45); } @media (min-width: 1440px) { .ar-top .ar-wrap { max-width: 1400px; } }
@media (min-width: 1181px) and (max-width: 1439px) { .ar-top .ar-logo__txt small { display: none; } }
@media (max-width: 1260px) {
.ar-top__contact .ar-msg { display: none; }
}
@media (max-width: 1180px) {
.ar-top__in { min-height: 64px; gap: 12px; }
.ar-top__contact { display: none; }
.ar-top__call, .ar-top__burger { display: grid; }
.ar-top__call { margin-left: auto; }
.ar-nav { position: fixed; left: 0; right: 0; top: 64px; bottom: 0; z-index: 60; display: none; padding: 20px clamp(16px, 4vw, 32px) 120px; background: var(--ar-ink); overflow-y: auto; }
.ar-nav.is-open { display: block; }
.ar-nav__list { display: grid; justify-content: stretch; gap: 0; white-space: normal; }
.ar-nav__list a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; color: #fff; }
.ar-nav__mobile-extra { display: grid; gap: 16px; margin-top: 24px; }
.ar-nav__phone { color: #fff; text-decoration: none; font: 600 24px/1 var(--ar-display); }
}
@media (max-width: 1000px) {
.ar-hero__grid { grid-template-columns: 1fr; gap: 0; }
.ar-hero__copy { display: contents; }
.ar-hero__kicker { order: 1; justify-self: start; }
.ar-hero h1 { order: 2; }
.ar-hero__lead { order: 3; }
.ar-hero__points { order: 4; margin-bottom: 26px; }
.ar-hero__form { order: 5; }
.ar-hero__reach { order: 6; }
.ar-hero__car { display: none; }
.ar-hero__sun { left: auto; right: -150px; bottom: auto; top: 120px; width: 300px; height: 300px; opacity: .35; }
.ar-hero__sky { background: radial-gradient(120% 45% at 80% 38%, rgba(255,106,19,.35), transparent 60%), var(--ar-ink); }
.ar-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ar-tile--hero { grid-row: auto; min-height: 260px; }
.ar-facts { grid-template-columns: repeat(2, 1fr); }
.ar-facts__item:nth-child(3) { border-left: 0; }
.ar-facts__item:nth-child(n+3) { border-top: 1px solid var(--ar-line); }
.ar-deals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ar-proof, .ar-two, .ar-geo, .ar-faq, .ar-final__grid { grid-template-columns: 1fr; }
.ar-faq__head { position: static; }
.ar-foot__cols { grid-template-columns: 1fr 1fr; }
.ar-geo__map { max-width: 360px; }
}
@media (max-width: 760px) {
.ar-head--split { grid-template-columns: 1fr; }
.ar-road { grid-template-columns: 1fr; gap: 22px; padding-left: 64px; }
.ar-road::before { left: 19px; right: auto; top: 0; bottom: 0; width: 10px; height: auto; background: linear-gradient(180deg, transparent 0 8px, var(--ar-sun) 8px 30px, transparent 30px 44px) 50% 0 / 2px 44px repeat-y, var(--ar-ink); }
.ar-road__n { position: absolute; left: -64px; top: 0; margin: 0; }
.ar-road__stop { min-height: 48px; padding-top: 10px; }
.ar-more, .ar-brands { grid-template-columns: 1fr; }
.ar-factors__row { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 560px) {
.ar-landing { font-size: 15.5px; }
.ar-logo__txt small { display: none; }
.ar-logo__mark { width: 40px; height: 27px; }
.ar-hero { padding-top: 22px; }
.ar-hero__kicker { font-size: 13px; }
.ar-hero__points li { font-size: 15.5px; }
.ar-hero__reach { display: none; }
.ar-bento { grid-template-columns: 1fr; gap: 10px; }
.ar-tile { grid-template-columns: 30px 1fr; column-gap: 14px; padding: 18px 44px 18px 18px; }
.ar-tile__ico { grid-row: span 2; margin: 0; }
.ar-tile__go { top: 50%; bottom: auto; margin-top: -10px; }
.ar-tile--hero { grid-column: auto; grid-template-columns: 1fr; padding: 24px; min-height: 0; }
.ar-tile--hero .ar-tile__ico { grid-row: auto; }
.ar-facts__item { padding: 16px 16px; }
.ar-facts dd { font-size: 13px; }
.ar-deals { gap: 12px; }
.ar-geo__cols { grid-template-columns: 1fr; gap: 12px; }
.ar-foot__cols { grid-template-columns: 1fr; }
.ar-faq__item p { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
.ar-pulse::after { animation: none; }
.ar-tile, .ar-tile__go, .ar-map__sec path, .ar-faq__item summary .ar-ico { transition: none; }
}