
:root {
  --avs-ink: #102d30;
  --avs-muted: #617779;
  --avs-emerald: #064c49;
  --avs-emerald-2: #08736d;
  --avs-tiffany: #10a395;
  --avs-cream: #f5f4ef;
  --avs-paper: #fffefa;
  --avs-line: rgba(16, 45, 48, .12);
  --avs-shadow: 0 24px 70px rgba(7, 58, 55, .12);
  --avs-radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.avs-page { margin: 0; color: var(--avs-ink); background: var(--avs-paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body.avs-page a { color: inherit; text-decoration: none; }
body.avs-page button, body.avs-page input { font: inherit; }
.avs-container { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.avs-utility { min-height: 38px; color: rgba(255,255,255,.82); background: #073e3c; font-size: 12px; }
.avs-utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.avs-utility span { display: inline-flex; align-items: center; gap: 9px; }
.avs-utility i { width: 7px; height: 7px; border-radius: 50%; background: #55e5a9; box-shadow: 0 0 0 5px rgba(85,229,169,.12); }
.avs-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,45,48,.08); backdrop-filter: blur(18px); }
.avs-header-inner { min-height: 82px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 30px; }
.avs-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 180px; }
.avs-brand img { width: 40px; height: 40px; object-fit: contain; border-radius: 12px; }
.avs-brand span { display: grid; gap: 2px; }
.avs-brand strong { font-size: 17px; letter-spacing: -.02em; }
.avs-brand small { color: #6f8385; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.avs-nav { display: flex; align-items: center; justify-content: center; gap: 25px; }
.avs-nav a { position: relative; padding: 31px 0 28px; color: #365153; font-size: 13px; font-weight: 750; }
.avs-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; border-radius: 2px; background: var(--avs-tiffany); transform: scaleX(0); transition: .2s ease; }
.avs-nav a:hover::after, .avs-nav a.is-active::after { transform: scaleX(1); }
.avs-header-actions { display: flex; align-items: center; gap: 18px; }
.avs-header-phone { display: grid; text-align: right; gap: 2px; }
.avs-header-phone small { color: #819193; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.avs-header-phone strong { font-size: 13px; }
.avs-button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.avs-button:hover { transform: translateY(-2px); }
.avs-button-primary { color: #fff !important; background: linear-gradient(145deg, #14a99a, #08756f); box-shadow: 0 14px 34px rgba(13,148,136,.25); }
.avs-button-compact { min-height: 48px; padding-inline: 20px; }
.avs-button-light { color: #073f3c !important; background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.avs-button-outline-light { color: #fff !important; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.04); }
.avs-mobile-menu { display: none; position: relative; }
.avs-mobile-menu summary { width: 46px; height: 46px; border: 1px solid var(--avs-line); border-radius: 14px; display: grid; place-content: center; gap: 4px; cursor: pointer; list-style: none; }
.avs-mobile-menu summary::-webkit-details-marker { display: none; }
.avs-mobile-menu summary span { width: 19px; height: 2px; border-radius: 2px; background: var(--avs-ink); }
.avs-mobile-menu nav { position: absolute; top: 58px; right: 0; width: min(330px, calc(100vw - 32px)); padding: 16px; display: grid; gap: 4px; background: #fff; border: 1px solid var(--avs-line); border-radius: 20px; box-shadow: var(--avs-shadow); }
.avs-mobile-menu nav > a:not(.avs-button) { min-height: 44px; padding: 0 12px; border-radius: 10px; display: flex; align-items: center; font-weight: 750; }
.avs-mobile-menu nav > a.is-active { background: #eaf8f5; color: #08766f; }
.avs-hero { position: relative; min-height: 650px; color: #fff; background: linear-gradient(135deg, #064642 0%, #075c56 58%, #0b776e 100%); overflow: hidden; }
.avs-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%, rgba(54,213,191,.18), transparent 32%), radial-gradient(circle at 86% 22%, rgba(255,255,255,.11), transparent 25%); }
.avs-hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.avs-hero-inner { position: relative; min-height: 650px; padding: 76px 0 98px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr); gap: 82px; align-items: center; }
.avs-eyebrow { display: flex; align-items: center; gap: 11px; color: #85e2d5; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.avs-eyebrow span { width: 24px; height: 1px; background: currentColor; }
.avs-eyebrow-dark { color: #087d75; }
.avs-hero h1 { max-width: 760px; margin: 18px 0 20px; font-size: clamp(54px, 5.4vw, 84px); line-height: .98; letter-spacing: -.062em; }
.avs-hero-copy > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.avs-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.avs-hero-facts { margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.avs-hero-facts span { display: grid; gap: 4px; }
.avs-hero-facts strong { font-size: 14px; }
.avs-hero-facts small { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.4; }
.avs-hero-visual { position: relative; min-height: 480px; }
.avs-hero-visual > img { width: 100%; height: 480px; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: 0 34px 90px rgba(0,0,0,.22); }
.avs-hero-badge { position: absolute; left: -24px; bottom: 28px; min-width: 175px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; color: #fff; background: #ff6840; box-shadow: 0 18px 45px rgba(255,104,64,.28); }
.avs-hero-badge strong { font-size: 35px; line-height: 1; }
.avs-hero-badge span { font-size: 10px; font-weight: 850; line-height: 1.25; }
.avs-hero-note { position: absolute; right: -22px; top: 28px; max-width: 240px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; display: flex; gap: 12px; color: var(--avs-ink); background: rgba(255,255,255,.92); box-shadow: 0 18px 50px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.avs-hero-note i { width: 10px; height: 10px; margin-top: 4px; flex: 0 0 auto; border-radius: 50%; background: #2ee2a7; box-shadow: 0 0 0 5px rgba(46,226,167,.15); }
.avs-hero-note span { display: grid; gap: 5px; }
.avs-hero-note strong { font-size: 12px; line-height: 1.35; }
.avs-hero-note small { color: #6b7d7f; font-size: 9px; line-height: 1.4; }
.avs-search-wrap { position: relative; z-index: 12; margin-top: -64px; }
.avs-search-spotlight { position: relative; padding: 28px 30px 30px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: center; color: #fff; background: linear-gradient(125deg, #083f3d 0%, #075b56 52%, #0a8b7f 100%); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; box-shadow: 0 30px 80px rgba(6,76,73,.26); overflow: visible; }
.avs-search-spotlight::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(120deg, rgba(80,244,220,.72), rgba(255,255,255,.08), rgba(255,202,116,.45)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.avs-search-spotlight::after { content: ""; position: absolute; right: 12%; top: -55px; width: 240px; height: 140px; background: radial-gradient(circle, rgba(83,237,211,.28), transparent 68%); pointer-events: none; }
.avs-search-intro small { color: #74e5d5; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.avs-search-intro h2 { margin: 8px 0 7px; font-size: clamp(27px, 2.3vw, 38px); line-height: 1.08; letter-spacing: -.04em; }
.avs-search-intro p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.55; }
.avs-search-box { position: relative; }
.avs-search-box > label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.avs-search-field { position: relative; min-height: 68px; padding: 0 18px; border: 2px solid rgba(99,246,220,.72); border-radius: 18px; display: flex; align-items: center; gap: 13px; background: #fff; box-shadow: 0 0 0 7px rgba(82,232,211,.08), 0 20px 46px rgba(0,0,0,.17); transition: box-shadow .2s ease, transform .2s ease; }
.avs-search-field:focus-within { transform: translateY(-2px); box-shadow: 0 0 0 8px rgba(82,232,211,.16), 0 26px 60px rgba(0,0,0,.23); }
.avs-search-field svg { width: 22px; height: 22px; fill: none; stroke: #078279; stroke-width: 2; }
.avs-search-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--avs-ink); background: transparent; font-size: 16px; font-weight: 650; }
.avs-search-field input::placeholder { color: #93a3a4; font-weight: 500; }
.avs-search-field kbd { min-width: 42px; min-height: 28px; padding: 0 8px; border: 1px solid rgba(16,45,48,.13); border-radius: 8px; display: grid; place-content: center; color: #6e8284; background: #f4f6f4; font-size: 10px; }
.avs-popular-queries { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 7px; }
.avs-popular-queries button { min-height: 30px; padding: 0 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.07); cursor: pointer; font-size: 10px; font-weight: 750; }
.avs-popular-queries button:hover { color: #073f3c; background: #fff; }
.avs-search-results { position: absolute; left: 0; right: 0; top: calc(100% + 12px); z-index: 30; max-height: 430px; padding: 10px; overflow-y: auto; color: var(--avs-ink); background: #fff; border: 1px solid var(--avs-line); border-radius: 18px; box-shadow: 0 28px 70px rgba(4,56,53,.25); }
.avs-search-result { padding: 12px 13px; border-radius: 12px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; }
.avs-search-result:hover, .avs-search-result.is-active { background: #ecf8f5; }
.avs-search-result span { display: grid; gap: 4px; }
.avs-search-result strong { font-size: 13px; }
.avs-search-result small { color: #718486; font-size: 10px; }
.avs-search-empty { padding: 18px; color: #647779; font-size: 12px; text-align: center; }
.avs-section { padding: 96px 0; }
.avs-section-heading { margin-bottom: 38px; }
.avs-section-heading-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .5fr); gap: 60px; align-items: end; }
.avs-section-heading h2 { max-width: 790px; margin: 15px 0 0; font-size: clamp(42px, 4vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.avs-section-heading > p { margin: 0 0 6px; color: var(--avs-muted); font-size: 13px; line-height: 1.65; }
.avs-routes { padding-top: 92px; background: #fff; }
.avs-route-tabs { margin-bottom: 20px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--avs-line); border-radius: 18px; background: #f6f8f6; overflow: hidden; }
.avs-route-tabs button { min-height: 68px; padding: 0 22px; border: 0; border-right: 1px solid var(--avs-line); display: flex; align-items: center; gap: 13px; color: #607577; background: transparent; cursor: pointer; font-size: 13px; font-weight: 850; }
.avs-route-tabs button:last-child { border-right: 0; }
.avs-route-tabs button span { color: #0b8c82; font-size: 10px; }
.avs-route-tabs button.is-active { color: #fff; background: linear-gradient(135deg, #064641, #075e58); }
.avs-route-tabs button.is-active span { color: #76e7d7; }
.avs-route-panel { display: none; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.avs-route-panel.is-active { display: grid; }
.avs-route-card { min-height: 146px; padding: 20px; border: 1px solid var(--avs-line); border-radius: 18px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 13px; align-items: start; background: #fff; box-shadow: 0 12px 34px rgba(6,58,55,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.avs-route-card:hover { transform: translateY(-4px); border-color: rgba(16,163,149,.34); box-shadow: 0 20px 45px rgba(6,58,55,.1); }
.avs-route-index { width: 31px; height: 31px; border-radius: 10px; display: grid; place-content: center; color: #0a8a80; background: #e7f7f4; font-size: 9px; font-weight: 900; }
.avs-route-card > span:nth-child(2) { display: grid; gap: 7px; }
.avs-route-card strong { font-size: 14px; line-height: 1.32; }
.avs-route-card small { color: #7b8d8f; font-size: 10px; line-height: 1.5; }
.avs-route-card i { color: #0a8d83; font-style: normal; }
.avs-popular { background: var(--avs-cream); }
.avs-popular-grid { display: grid; grid-template-columns: 1.28fr .86fr .86fr; gap: 18px; }
.avs-popular-card { position: relative; min-height: 520px; border-radius: 24px; overflow: hidden; box-shadow: 0 22px 60px rgba(6,58,55,.11); }
.avs-popular-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.avs-popular-card:hover img { transform: scale(1.035); }
.avs-popular-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,43,41,.93) 0%, rgba(4,43,41,.22) 68%, rgba(4,43,41,.04) 100%); }
.avs-popular-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; display: grid; gap: 10px; color: #fff; }
.avs-popular-copy small { color: #78e4d6; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.avs-popular-copy strong { max-width: 460px; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.avs-popular-copy em { max-width: 430px; color: rgba(255,255,255,.7); font-size: 11px; font-style: normal; line-height: 1.55; }
.avs-popular-copy i { margin-top: 4px; color: #fff; font-size: 11px; font-style: normal; font-weight: 850; }
.avs-catalogue { background: #eef1ed; }
.avs-catalogue-layout { display: grid; grid-template-columns: 285px minmax(0,1fr); gap: 48px; align-items: start; }
.avs-category-nav { position: sticky; top: 112px; border-top: 1px solid #183e40; }
.avs-category-button { width: 100%; min-height: 58px; padding: 0; border: 0; border-bottom: 1px solid rgba(16,45,48,.14); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; text-align: left; color: #52696b; background: transparent; cursor: pointer; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.avs-category-button b { color: #819294; font-size: 9px; }
.avs-category-button.is-active { color: #07847b; }
.avs-category-button.is-active::before { content: ""; width: 4px; height: 26px; margin-right: 12px; background: #10a395; }
.avs-category-button.is-active { grid-template-columns: auto minmax(0,1fr) auto; }
.avs-category-section { display: none; }
.avs-category-section.is-active { display: block; }
.avs-category-mobile-toggle { display: none; }
.avs-category-heading { padding-bottom: 18px; border-bottom: 1px solid #173f40; display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.55fr); gap: 30px; align-items: end; }
.avs-category-heading span { display: grid; gap: 8px; }
.avs-category-heading small { color: #07887f; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.avs-category-heading h3 { margin: 0; font-size: 36px; line-height: 1.05; letter-spacing: -.04em; }
.avs-category-heading p { margin: 0; color: var(--avs-muted); font-size: 11px; line-height: 1.55; }
.avs-service-list { display: grid; }
.avs-service-row { min-height: 70px; border-bottom: 1px solid rgba(16,45,48,.12); display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 16px; align-items: center; transition: background .18s ease, padding .18s ease; }
.avs-service-row:hover { padding-inline: 12px; background: rgba(255,255,255,.72); }
.avs-service-number { color: #8a9a9b; font-size: 9px; }
.avs-service-copy { display: grid; gap: 4px; }
.avs-service-copy strong { font-size: 14px; }
.avs-service-copy small { color: #829294; font-size: 10px; line-height: 1.4; }
.avs-service-arrow { color: #098d83; font-size: 17px; }
.avs-trust { padding: 0 0 88px; background: #eef1ed; }
.avs-trust-grid { padding: 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border-radius: 24px; color: #fff; background: #063e3b; box-shadow: 0 26px 70px rgba(6,62,59,.18); }
.avs-trust article { min-height: 150px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.12); display: grid; align-content: start; gap: 8px; }
.avs-trust article:last-child { border-right: 0; }
.avs-trust span { color: #62d8c8; font-size: 9px; font-weight: 900; }
.avs-trust strong { font-size: 17px; }
.avs-trust p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
.avs-final-cta { padding: 76px 0; background: #063f3c; }
.avs-final-card { padding: 44px 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 45px; align-items: center; color: #fff; background: linear-gradient(120deg, rgba(7,92,86,.74), rgba(5,58,56,.86)); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.avs-final-card h2 { margin: 13px 0 8px; font-size: clamp(36px, 3.3vw, 52px); line-height: 1.02; letter-spacing: -.05em; }
.avs-final-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }
.avs-final-actions { display: flex; gap: 10px; }
.avs-footer { padding: 70px 0 28px; color: rgba(255,255,255,.68); background: #042f2e; }
.avs-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,minmax(0,1fr)); gap: 58px; }
.avs-brand-footer { color: #fff; }
.avs-footer-brand p { margin: 22px 0 0; font-size: 11px; line-height: 1.65; }
.avs-footer-column { display: grid; align-content: start; gap: 12px; }
.avs-footer-column strong { margin-bottom: 6px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.avs-footer-column a, .avs-footer-column span { font-size: 11px; line-height: 1.45; }
.avs-footer-column a:hover { color: #76e4d5; }
.avs-footer-bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.avs-mobile-sticky { display: none; }
@media (max-width: 1180px) {
  .avs-header-phone { display: none; }
  .avs-nav { gap: 18px; }
  .avs-hero-inner { grid-template-columns: minmax(0,1fr) minmax(370px,.75fr); gap: 48px; }
  .avs-route-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .avs-popular-grid { grid-template-columns: 1.15fr .85fr; }
  .avs-popular-card:last-child { grid-column: 1 / -1; min-height: 390px; }
}
@media (max-width: 980px) {
  .avs-nav, .avs-header-actions { display: none; }
  .avs-header-inner { grid-template-columns: minmax(0,1fr) auto; }
  .avs-mobile-menu { display: block; }
  .avs-hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .avs-hero-visual { max-width: 720px; }
  .avs-search-spotlight { grid-template-columns: 1fr; gap: 22px; }
  .avs-section-heading-split { grid-template-columns: 1fr; gap: 18px; }
  .avs-catalogue-layout { grid-template-columns: 230px minmax(0,1fr); gap: 30px; }
  .avs-trust-grid { grid-template-columns: repeat(2,1fr); }
  .avs-trust article:nth-child(2) { border-right: 0; }
  .avs-trust article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .avs-final-card { grid-template-columns: 1fr; }
  .avs-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .avs-container { width: min(100% - 32px, 1320px); }
  .avs-utility { display: none; }
  .avs-header-inner { min-height: 70px; }
  .avs-brand { min-width: 0; }
  .avs-brand img { width: 38px; height: 38px; }
  .avs-brand strong { font-size: 16px; }
  .avs-brand small { font-size: 8px; }
  .avs-hero { min-height: 0; }
  .avs-hero-inner { min-height: 0; padding: 46px 0 90px; gap: 28px; }
  .avs-hero h1 { margin-top: 15px; font-size: clamp(44px, 13vw, 60px); }
  .avs-hero-copy > p { font-size: 14px; line-height: 1.6; }
  .avs-hero-actions { display: grid; grid-template-columns: 1fr; }
  .avs-hero-facts { grid-template-columns: 1fr; gap: 14px; }
  .avs-hero-facts span { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .avs-hero-visual { min-height: 330px; }
  .avs-hero-visual > img { height: 330px; border-radius: 24px; }
  .avs-hero-note { display: none; }
  .avs-hero-badge { left: 14px; bottom: 14px; min-width: 145px; }
  .avs-search-wrap { margin-top: -50px; }
  .avs-search-spotlight { padding: 24px 18px 20px; border-radius: 22px; }
  .avs-search-intro h2 { font-size: 29px; }
  .avs-search-field { min-height: 64px; padding-inline: 14px; }
  .avs-search-field kbd { display: none; }
  .avs-search-field input { font-size: 14px; }
  .avs-search-results { position: fixed; left: 16px; right: 16px; top: 88px; max-height: calc(100vh - 120px); }
  .avs-section { padding: 68px 0; }
  .avs-section-heading h2 { font-size: 40px; }
  .avs-route-tabs { margin-inline: -16px; padding: 0 16px; border: 0; border-radius: 0; display: flex; overflow-x: auto; background: transparent; scrollbar-width: none; }
  .avs-route-tabs::-webkit-scrollbar { display: none; }
  .avs-route-tabs button { min-width: 180px; border: 1px solid var(--avs-line); border-radius: 14px; margin-right: 8px; background: #f5f7f5; }
  .avs-route-panel { grid-template-columns: 1fr; }
  .avs-route-card { min-height: 118px; }
  .avs-popular-grid { grid-template-columns: 1fr; }
  .avs-popular-card, .avs-popular-card:last-child { min-height: 410px; grid-column: auto; }
  .avs-catalogue-layout { grid-template-columns: 1fr; gap: 0; }
  .avs-category-nav { display: none; }
  .avs-category-section, .avs-category-section.is-active { display: block; margin-bottom: 10px; border: 1px solid var(--avs-line); border-radius: 18px; background: rgba(255,255,255,.72); overflow: hidden; }
  .avs-category-mobile-toggle { width: 100%; min-height: 78px; padding: 14px 16px; border: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; text-align: left; color: var(--avs-ink); background: #fff; }
  .avs-category-mobile-toggle span { display: grid; gap: 5px; }
  .avs-category-mobile-toggle small { color: #0a8b82; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  .avs-category-mobile-toggle strong { font-size: 16px; }
  .avs-category-mobile-toggle b { width: 30px; height: 30px; border-radius: 9px; display: grid; place-content: center; color: #0a8b82; background: #e8f6f3; font-size: 10px; }
  .avs-category-content { display: none; padding: 0 16px 8px; }
  .avs-category-section.is-mobile-open .avs-category-content { display: block; }
  .avs-category-section:first-child .avs-category-content { display: block; }
  .avs-category-heading { display: none; }
  .avs-service-row { min-height: 76px; grid-template-columns: 28px minmax(0,1fr) auto; gap: 11px; }
  .avs-service-row:hover { padding-inline: 0; }
  .avs-service-copy strong { font-size: 13px; }
  .avs-service-copy small { font-size: 9px; }
  .avs-trust-grid { grid-template-columns: 1fr; padding: 16px; }
  .avs-trust article { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .avs-trust article:last-child { border-bottom: 0; }
  .avs-final-cta { padding: 54px 0 82px; }
  .avs-final-card { padding: 30px 22px; }
  .avs-final-actions { display: grid; grid-template-columns: 1fr; }
  .avs-footer { padding-bottom: 90px; }
  .avs-footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .avs-footer-bottom { flex-direction: column; }
  .avs-mobile-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; min-height: 66px; padding: 9px max(16px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,45,48,.12); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
  .avs-mobile-sticky a { min-height: 48px; border: 1px solid #0b8d84; border-radius: 13px; display: grid; place-content: center; color: #0b8179; font-size: 12px; font-weight: 850; }
  .avs-mobile-sticky a:last-child { color: #fff; background: linear-gradient(145deg,#13a596,#08736d); }
}

/* ALFAVET SERVICES LUXURY V2 PREMIUM UI */

:root {
  --avs-shadow-xs: 0 6px 16px rgba(5, 54, 52, .07);
  --avs-shadow-sm: 0 12px 30px rgba(5, 54, 52, .09), 0 2px 7px rgba(5, 54, 52, .05);
  --avs-shadow-md: 0 20px 52px rgba(5, 54, 52, .13), 0 4px 12px rgba(5, 54, 52, .06);
  --avs-shadow-lg: 0 34px 90px rgba(3, 45, 43, .21), 0 8px 24px rgba(3, 45, 43, .08);
}

.avs-ui-icon,
.avs-ui-arrow,
.avs-route-svg,
.avs-route-chevron {
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avs-ui-icon { width: 18px; height: 18px; }
.avs-ui-arrow { width: 17px; height: 17px; }

/* Header */
.avs-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(10, 69, 66, .09);
  background: rgba(255,255,255,.94);
  box-shadow: 0 9px 32px rgba(4, 54, 51, .09);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.avs-header-inner {
  min-height: 88px;
  gap: 26px;
}

.avs-brand {
  gap: 12px;
}

.avs-brand img {
  width: 46px;
  height: 46px;
  padding: 5px;
  border: 1px solid rgba(10, 139, 129, .12);
  border-radius: 15px;
  object-fit: contain;
  background: linear-gradient(145deg, #f7fffd, #e4f7f3);
  box-shadow: 0 10px 28px rgba(7, 94, 87, .13), inset 0 1px 0 rgba(255,255,255,.86);
}

.avs-brand strong {
  font-size: 18px;
  letter-spacing: -.025em;
}

.avs-brand small {
  margin-top: 2px;
  color: #718587;
  font-size: 8px;
  letter-spacing: .115em;
}

.avs-nav {
  gap: 26px;
}

.avs-nav a {
  position: relative;
  padding: 30px 0 27px;
  font-size: 12px;
}

.avs-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 20px;
  height: 2px;
  border-radius: 2px;
  background: #0d978c;
  transition: left .2s ease, right .2s ease;
}

.avs-nav a:hover::after,
.avs-nav a.is-active::after {
  left: 0;
  right: 0;
}

.avs-header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avs-header-phone > .avs-ui-icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 11px;
  color: #0a8b82;
  background: #e8f7f4;
  box-shadow: inset 0 0 0 1px rgba(10,139,130,.08);
}

.avs-header-phone > span {
  display: grid;
  gap: 2px;
}

.avs-button {
  gap: 9px;
  box-shadow: var(--avs-shadow-xs);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.avs-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--avs-shadow-md);
}

.avs-button-primary {
  box-shadow: 0 15px 36px rgba(10, 145, 134, .25), inset 0 1px 0 rgba(255,255,255,.22);
}

.avs-button-primary:hover {
  box-shadow: 0 22px 48px rgba(10, 145, 134, .33), inset 0 1px 0 rgba(255,255,255,.25);
}

.avs-mobile-menu summary {
  border-color: rgba(7, 99, 93, .12);
  background: linear-gradient(145deg, #fff, #eef8f6);
  box-shadow: 0 10px 26px rgba(4, 58, 55, .12), inset 0 1px 0 #fff;
}

.avs-mobile-menu[open] summary {
  color: #fff;
  background: linear-gradient(145deg, #0c9e93, #076f69);
  box-shadow: 0 14px 34px rgba(7, 127, 118, .25);
}

.avs-mobile-menu[open] summary span { background: #fff; }

.avs-mobile-menu nav {
  border-color: rgba(7, 91, 86, .1);
  box-shadow: 0 26px 70px rgba(4, 55, 52, .2);
}

/* Search */
.avs-search-spotlight {
  box-shadow: var(--avs-shadow-lg);
}

.avs-search-field {
  box-shadow: 0 0 0 7px rgba(82,232,211,.1), 0 21px 52px rgba(0,0,0,.2), inset 0 1px 0 #fff;
}

/* Remove explanatory/internal copy */
.avs-section-heading-split > p,
.avs-category-heading > p,
.avs-category-heading small,
.avs-category-mobile-toggle small,
.avs-service-copy small {
  display: none !important;
}

.avs-section-heading-split {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

/* Route selector closed by default */
.avs-route-tabs {
  gap: 12px;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
}

.avs-route-tabs button {
  min-height: 78px;
  padding: 13px 17px;
  border: 1px solid rgba(8, 87, 82, .11) !important;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) 24px;
  gap: 13px;
  color: #29484a;
  background: linear-gradient(145deg, #fff, #f7faf8);
  box-shadow: var(--avs-shadow-sm);
  text-align: left;
}

.avs-route-tabs button:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 154, 143, .28) !important;
  box-shadow: var(--avs-shadow-md);
}

.avs-route-tabs button.is-active {
  color: #fff;
  border-color: transparent !important;
  background: linear-gradient(135deg, #073f3c 0%, #07625c 62%, #0b8f85 100%);
  box-shadow: 0 22px 54px rgba(5, 87, 81, .25), inset 0 1px 0 rgba(255,255,255,.16);
}

.avs-route-tab-icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-content: center;
  color: #0b9187;
  background: #e9f7f4;
  box-shadow: inset 0 0 0 1px rgba(9, 145, 135, .08);
}

.avs-route-tabs button.is-active .avs-route-tab-icon {
  color: #fff;
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.avs-route-svg { width: 23px; height: 23px; }
.avs-route-tab-label { font-size: 14px; font-weight: 850; }
.avs-route-chevron { width: 19px; height: 19px; color: #7d9697; transition: transform .2s ease; }
.avs-route-tabs button.is-active .avs-route-chevron { color: #8cf0e2; transform: rotate(90deg); }

.avs-route-panel {
  margin-top: 18px;
}

/* Premium cards */
.avs-route-card {
  position: relative;
  border-color: rgba(7, 87, 82, .1);
  background: linear-gradient(145deg, #fff, #fbfcfb);
  box-shadow: var(--avs-shadow-sm);
  overflow: hidden;
}

.avs-route-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  border: 18px solid rgba(13, 161, 149, .055);
  border-radius: 50%;
  pointer-events: none;
}

.avs-route-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--avs-shadow-md);
}

.avs-route-card i,
.avs-service-arrow,
.avs-popular-copy i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.avs-popular-card {
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: var(--avs-shadow-lg);
}

.avs-popular-card::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border-top: 1px solid rgba(255,255,255,.55);
  border-left: 1px solid rgba(255,255,255,.55);
  border-radius: 17px 0 0 0;
  pointer-events: none;
}

.avs-category-nav {
  padding: 10px;
  border: 1px solid rgba(7, 82, 78, .1);
  border-radius: 20px;
  background: rgba(255,255,255,.7);
  box-shadow: var(--avs-shadow-sm);
  backdrop-filter: blur(10px);
}

.avs-category-button {
  min-height: 54px;
  padding: 0 12px;
  border: 0;
  border-radius: 13px;
}

.avs-category-button + .avs-category-button { margin-top: 3px; }
.avs-category-button.is-active { color: #fff; background: linear-gradient(135deg, #075651, #0a8b81); box-shadow: 0 12px 30px rgba(7, 119, 111, .2); }
.avs-category-button.is-active::before { display: none; }
.avs-category-button.is-active b { color: #a6f4e8; }

.avs-category-content {
  padding: 26px 30px 18px;
  border: 1px solid rgba(7, 82, 78, .1);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--avs-shadow-md);
}

.avs-category-heading {
  grid-template-columns: minmax(0,1fr);
}

.avs-service-row {
  min-height: 66px;
  border-bottom-color: rgba(16,45,48,.09);
  border-radius: 12px;
}

.avs-service-row:hover {
  padding-inline: 13px;
  background: #fff;
  box-shadow: var(--avs-shadow-xs);
}

.avs-service-copy { gap: 0; }
.avs-service-copy strong { font-size: 14px; line-height: 1.35; }

.avs-trust-grid,
.avs-final-card {
  box-shadow: var(--avs-shadow-lg);
}

.avs-mobile-sticky a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--avs-shadow-xs);
}

@media (max-width: 980px) {
  .avs-header-inner { min-height: 76px; }
  .avs-brand img { width: 42px; height: 42px; border-radius: 14px; }
  .avs-mobile-menu summary { width: 46px; height: 46px; }
}

@media (max-width: 720px) {
  .avs-header {
    box-shadow: 0 8px 28px rgba(4, 54, 51, .11);
  }

  .avs-header-inner {
    min-height: 72px;
  }

  .avs-brand {
    gap: 9px;
  }

  .avs-brand img {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .avs-brand strong { font-size: 15px; }
  .avs-brand small { font-size: 7px; }

  .avs-mobile-menu nav {
    top: 54px;
    padding: 13px;
    border-radius: 18px;
  }

  .avs-section-heading-split > p { display: none !important; }

  .avs-route-tabs {
    margin-inline: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .avs-route-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 70px;
    margin: 0;
    border-radius: 17px;
  }

  .avs-route-tab-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .avs-route-svg { width: 21px; height: 21px; }

  .avs-route-panel {
    margin-top: 13px;
  }

  .avs-category-section,
  .avs-category-section.is-active {
    border-color: rgba(7, 82, 78, .1);
    border-radius: 18px;
    box-shadow: var(--avs-shadow-sm);
  }

  .avs-category-mobile-toggle {
    min-height: 70px;
    padding: 14px 16px;
    background: linear-gradient(145deg, #fff, #f8fbfa);
  }

  .avs-category-mobile-toggle strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .avs-category-mobile-toggle b {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    box-shadow: inset 0 0 0 1px rgba(10,139,130,.08);
  }

  .avs-category-content {
    display: none;
    padding: 4px 14px 11px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .avs-category-section:first-child .avs-category-content {
    display: none;
  }

  .avs-category-section.is-mobile-open .avs-category-content {
    display: block;
  }

  .avs-service-row {
    min-height: 58px;
    grid-template-columns: 25px minmax(0,1fr) 22px;
    gap: 9px;
  }

  .avs-service-copy strong {
    font-size: 12.5px;
  }

  .avs-service-number {
    font-size: 8px;
  }
}

/* ALFAVET SERVICES LUXURY V4 DESIGN SYSTEM START */
:root {
  --avs-v4-ink: #082f2d;
  --avs-v4-deep: #043d39;
  --avs-v4-emerald: #076d66;
  --avs-v4-teal: #0ca094;
  --avs-v4-mint: #dff4f0;
  --avs-v4-cream: #f6f4ef;
  --avs-v4-paper: #ffffff;
  --avs-v4-line: rgba(7, 83, 78, .12);
  --avs-v4-shadow-card: 0 16px 42px rgba(4, 49, 46, .09), 0 2px 8px rgba(4, 49, 46, .04);
  --avs-v4-shadow-float: 0 30px 80px rgba(2, 43, 40, .18), 0 8px 22px rgba(2, 43, 40, .08);
}

.avs-page {
  color: var(--avs-v4-ink);
  background: #f8f8f5;
}

/* Restrained header: no decorative icon tiles */
.avs-header {
  min-height: 78px;
  border-bottom: 1px solid rgba(7, 83, 78, .08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 38px rgba(4, 49, 46, .08);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.avs-header-inner { min-height: 78px; }
.avs-brand { gap: 10px; }
.avs-brand img {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.avs-brand strong { font-size: 17px; }
.avs-brand small { font-size: 7px; opacity: .72; }
.avs-nav { gap: 24px; }
.avs-nav a { padding-block: 27px 24px; font-size: 12px; }
.avs-header-phone { gap: 0; }
.avs-header-phone > span { gap: 1px; text-align: right; }

/* One coherent button family */
.avs-button,
.avs-mobile-sticky a {
  min-height: 52px;
  padding: 0 23px;
  border-radius: 12px;
  border: 1px solid transparent;
  gap: 0;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: -.01em;
  box-shadow: none;
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.avs-button:hover { transform: translateY(-2px); }
.avs-button-primary {
  color: #fff !important;
  border-color: rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent 38%),
    linear-gradient(135deg, #11a99c 0%, #087a72 52%, #065d58 100%);
  box-shadow: 0 16px 34px rgba(7, 122, 114, .25), inset 0 1px 0 rgba(255,255,255,.25);
}
.avs-button-primary:hover { box-shadow: 0 22px 42px rgba(7, 122, 114, .31), inset 0 1px 0 rgba(255,255,255,.28); }
.avs-button-light {
  color: var(--avs-v4-deep) !important;
  border-color: rgba(6, 83, 78, .08);
  background: linear-gradient(180deg, #fff 0%, #f9fbfa 100%);
  box-shadow: 0 15px 34px rgba(2, 40, 38, .13), inset 0 1px 0 #fff;
}
.avs-button-light:hover { box-shadow: 0 21px 42px rgba(2, 40, 38, .17), inset 0 1px 0 #fff; }
.avs-button-outline-light {
  color: #fff !important;
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.avs-button-outline-light:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.42); }
.avs-button svg,
.avs-mobile-sticky svg,
.avs-header-phone > svg { display: none !important; }

/* Hero: materials and light, not badges */
.avs-hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 75% 18%, rgba(48, 202, 184, .17), transparent 27%),
    radial-gradient(circle at 18% 82%, rgba(118, 218, 202, .09), transparent 30%),
    linear-gradient(128deg, #043f3b 0%, #075d56 52%, #0b7b71 100%);
}
.avs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}
.avs-hero-grid { position: relative; z-index: 1; gap: clamp(50px, 6vw, 90px); }
.avs-hero-copy h1 { max-width: 650px; letter-spacing: -.052em; text-wrap: balance; }
.avs-hero-copy > p { max-width: 610px; color: rgba(255,255,255,.74); }
.avs-hero-actions { gap: 11px; margin-top: 27px; }
.avs-hero-facts { margin-top: 32px; gap: 9px; }
.avs-hero-facts > div {
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 13px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.avs-hero-visual {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 42px 96px rgba(0, 27, 25, .31), inset 0 1px 0 rgba(255,255,255,.18);
}
.avs-hero-visual img { border-radius: inherit; }
.avs-hero-badge,
.avs-hero-note { display: none !important; }

/* Search is the hero interaction */
.avs-search-wrap { position: relative; z-index: 4; }
.avs-search-spotlight {
  margin-top: -44px;
  padding: 29px 31px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 0%, rgba(87, 234, 211, .18), transparent 34%),
    linear-gradient(125deg, #053f3c 0%, #075d57 48%, #0b8d82 100%);
  box-shadow: var(--avs-v4-shadow-float);
}
.avs-search-spotlight::before { opacity: .42; }
.avs-search-spotlight::after { opacity: .55; }
.avs-search-field {
  min-height: 62px;
  border: 1px solid rgba(4, 77, 72, .11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 17px 38px rgba(0, 31, 29, .20), inset 0 1px 0 #fff;
}
.avs-search-field:focus-within {
  box-shadow: 0 0 0 5px rgba(91, 233, 213, .15), 0 22px 45px rgba(0, 31, 29, .24), inset 0 1px 0 #fff;
}
.avs-popular-queries button {
  min-height: 30px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}

/* Section rhythm */
.avs-section { padding-top: 76px; padding-bottom: 76px; }
.avs-section-heading { margin-bottom: 28px; }
.avs-section-heading h2 { text-wrap: balance; }

/* Routes: typography first, no patchy icon badges */
.avs-route-tabs {
  gap: 10px;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.avs-route-tabs button {
  min-height: 60px;
  padding: 0 20px;
  border: 1px solid var(--avs-v4-line) !important;
  border-radius: 14px !important;
  color: #516d6a;
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%) !important;
  box-shadow: 0 10px 26px rgba(4, 49, 46, .07);
}
.avs-route-tabs button:hover { border-color: rgba(9, 145, 134, .28) !important; transform: translateY(-1px); }
.avs-route-tabs button.is-active {
  color: #fff;
  border-color: rgba(255,255,255,.12) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), transparent 45%),
    linear-gradient(135deg, #07534e, #078277) !important;
  box-shadow: 0 16px 34px rgba(4, 88, 81, .21), inset 0 1px 0 rgba(255,255,255,.16);
}
.avs-route-tab-icon,
.avs-route-chevron { display: none !important; }
.avs-route-tab-label { font-size: 13px; }
.avs-route-panel { gap: 10px; }
.avs-route-card {
  min-height: 112px;
  padding: 19px 20px;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  border: 1px solid rgba(7, 83, 78, .10);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 100%, rgba(56, 190, 173, .08), transparent 35%),
    linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
  box-shadow: var(--avs-v4-shadow-card);
}
.avs-route-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(#4bc9b7, #0a8e83);
  opacity: 0;
  transition: opacity .18s ease;
}
.avs-route-card:hover { transform: translateY(-3px); border-color: rgba(9,145,134,.24); box-shadow: 0 22px 48px rgba(4,49,46,.12); }
.avs-route-card:hover::before { opacity: 1; }
.avs-route-index { display: none !important; }
.avs-route-card > span:nth-child(2),
.avs-route-card > span:first-child { gap: 5px; }
.avs-route-card strong { font-size: 13.5px; }
.avs-route-card small { font-size: 9.5px; }
.avs-route-card i { align-self: center; }

/* Popular routes */
.avs-popular { background: linear-gradient(180deg, #f5f3ee 0%, #f8f7f3 100%); }
.avs-popular-grid { gap: 15px; }
.avs-popular-card {
  min-height: 470px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 25px;
  box-shadow: 0 28px 68px rgba(4, 49, 46, .14), inset 0 1px 0 rgba(255,255,255,.28);
}
.avs-popular-card:hover { box-shadow: 0 36px 80px rgba(4,49,46,.18); }
.avs-popular-shade { background: linear-gradient(to top, rgba(3,37,35,.94) 0%, rgba(3,37,35,.42) 47%, rgba(3,37,35,.04) 82%); }
.avs-popular-copy { padding: 27px; gap: 8px; }
.avs-popular-copy i { opacity: .86; }

/* Catalogue */
.avs-catalogue { background: #f1f4f1; }
.avs-category-nav {
  padding: 8px;
  border: 1px solid rgba(7,83,78,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--avs-v4-shadow-card);
}
.avs-category-button {
  min-height: 54px;
  padding: 0 12px;
  border: 0;
  border-radius: 11px;
}
.avs-category-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #07534e, #078277);
  box-shadow: 0 13px 30px rgba(4,88,81,.19), inset 0 1px 0 rgba(255,255,255,.14);
}
.avs-category-button.is-active::before { display: none; }
.avs-category-button.is-active b { color: rgba(255,255,255,.72); }
.avs-category-sections {
  padding: 10px 18px 14px;
  border: 1px solid rgba(7,83,78,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--avs-v4-shadow-card);
}
.avs-service-row { min-height: 59px; border-color: rgba(7,83,78,.09); }
.avs-service-row:hover { background: rgba(224,244,240,.34); }
.avs-service-number { color: #8aa09e; }

/* Trust: no random icons, one editorial motif */
.avs-trust { padding-top: 0; padding-bottom: 68px; background: #f1f4f1; }
.avs-trust-grid {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(45,194,176,.12), transparent 28%),
    linear-gradient(135deg, #043f3b 0%, #054d48 100%);
  box-shadow: 0 27px 66px rgba(3,43,40,.19), inset 0 1px 0 rgba(255,255,255,.08);
}
.avs-trust-grid article { position: relative; padding: 28px 25px 27px; }
.avs-trust-grid article::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 17px;
  border-radius: 2px;
  background: linear-gradient(90deg, #67ddcd, #d9b87b);
}
.avs-trust-grid article > span { display: none !important; }
.avs-trust-grid strong { font-size: 15px; }
.avs-trust-grid p { margin-top: 7px; }

/* CTA and footer */
.avs-final-cta { padding-top: 62px; padding-bottom: 62px; }
.avs-final-card {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 23px;
  background:
    radial-gradient(circle at 84% 0%, rgba(54,207,188,.13), transparent 34%),
    linear-gradient(135deg, #05423e 0%, #075c56 100%);
  box-shadow: 0 28px 70px rgba(3,43,40,.20), inset 0 1px 0 rgba(255,255,255,.08);
}
.avs-footer { padding-top: 54px; }

@media (max-width: 980px) {
  .avs-route-tabs { grid-template-columns: 1fr; }
  .avs-route-tabs button { width: 100%; min-height: 55px; justify-content: flex-start; }
  .avs-route-panel { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .avs-header,
  .avs-header-inner { min-height: 68px; }
  .avs-header { box-shadow: 0 9px 28px rgba(4,49,46,.08); }
  .avs-brand img { width: 34px; height: 34px; }
  .avs-mobile-menu summary {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    border: 1px solid rgba(7,83,78,.11);
    background: linear-gradient(180deg, #fff, #f4f8f6);
    box-shadow: 0 9px 22px rgba(4,49,46,.09);
  }

  .avs-hero { padding-top: 28px; padding-bottom: 35px; }
  .avs-hero::before { background-size: 46px 46px; opacity: .08; }
  .avs-hero-grid { gap: 0; }
  .avs-hero-copy h1 { font-size: clamp(38px, 10.7vw, 44px); line-height: .98; }
  .avs-hero-copy > p { margin-top: 15px; font-size: 11px; line-height: 1.55; }
  .avs-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
  .avs-hero-actions .avs-button { min-height: 49px; padding-inline: 10px; font-size: 10.5px; }
  .avs-hero-facts { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin-top: 19px; }
  .avs-hero-facts > div { min-width: 0; padding: 10px 7px; border-radius: 10px; }
  .avs-hero-facts strong { font-size: 9px; white-space: nowrap; }
  .avs-hero-facts small { display: none; }
  .avs-hero-visual { display: none !important; }

  .avs-search-spotlight {
    margin-top: -13px;
    padding: 19px 16px 17px;
    border-radius: 19px;
    gap: 15px;
    box-shadow: 0 24px 58px rgba(2,43,40,.22);
  }
  .avs-search-copy h2 { font-size: 26px; line-height: 1.03; }
  .avs-search-copy p { margin-top: 8px; font-size: 9px; }
  .avs-search-field { min-height: 54px; border-radius: 12px; }
  .avs-popular-queries { margin-top: 8px; gap: 5px; }
  .avs-popular-queries button { min-height: 27px; padding-inline: 9px; font-size: 9px; }

  .avs-section { padding-top: 46px; padding-bottom: 46px; }
  .avs-section-heading { margin-bottom: 20px; }
  .avs-section-heading h2 { font-size: 34px; line-height: 1.02; }

  .avs-route-tabs { gap: 8px; margin-inline: 0; padding-inline: 0; overflow: visible; }
  .avs-route-tabs button { margin: 0; min-width: 0; min-height: 52px; padding: 0 17px; border-radius: 12px !important; }
  .avs-route-panel { grid-template-columns: 1fr; gap: 8px; margin: 0 0 2px; }
  .avs-route-card { min-height: 82px; padding: 15px 16px; border-radius: 14px; box-shadow: 0 11px 28px rgba(4,49,46,.075); }
  .avs-route-card strong { font-size: 12.5px; }
  .avs-route-card small { font-size: 8.5px; line-height: 1.35; }

  .avs-popular-grid { gap: 12px; }
  .avs-popular-card,
  .avs-popular-card:last-child { min-height: 305px; border-radius: 20px; }
  .avs-popular-copy { padding: 21px; }
  .avs-popular-copy strong { font-size: 24px; }
  .avs-popular-copy em { font-size: 9.5px; }

  .avs-catalogue-layout { gap: 10px; }
  .avs-category-section,
  .avs-category-section.is-active { margin-bottom: 8px; border-radius: 14px; box-shadow: 0 10px 25px rgba(4,49,46,.065); }
  .avs-category-mobile-toggle { min-height: 60px; padding: 10px 13px; }
  .avs-category-mobile-toggle strong { font-size: 14px; }
  .avs-category-mobile-toggle b { width: 28px; height: 28px; border-radius: 8px; }
  .avs-category-content { padding: 0 12px 7px; }
  .avs-service-row { min-height: 55px; }
  .avs-service-copy strong { font-size: 11px; }

  .avs-trust { padding-bottom: 45px; }
  .avs-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 18px; }
  .avs-trust-grid article { min-height: 128px; padding: 20px 16px; }
  .avs-trust-grid article::before { width: 22px; margin-bottom: 13px; }
  .avs-trust-grid strong { font-size: 12px; }
  .avs-trust-grid p { font-size: 8px; line-height: 1.4; }

  .avs-final-cta { padding-top: 43px; padding-bottom: 43px; }
  .avs-final-card { padding: 27px 19px; border-radius: 18px; }
  .avs-final-card h2 { font-size: 31px; }
  .avs-final-actions { gap: 8px; }
  .avs-final-actions .avs-button { min-height: 49px; }
  .avs-footer { padding-top: 43px; padding-bottom: 90px; }

  .avs-mobile-sticky {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    padding: 7px;
    gap: 7px;
    border: 1px solid rgba(7,83,78,.10);
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 46px rgba(3,43,40,.20);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .avs-mobile-sticky a { min-height: 47px; border-radius: 11px; font-size: 10.5px; }
}
/* ALFAVET SERVICES LUXURY V4 DESIGN SYSTEM END */

/* ALFAVET SERVICES LUXURY V4.1 MOBILE SEARCH FLOW FIX */
@media (max-width: 767.98px) {
  .avs-search-wrap,
  .avs-search-spotlight,
  .avs-search-box {
    overflow: visible !important;
  }

  .avs-search-results {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: 248px !important;
    margin: 10px 0 0 !important;
    padding: 7px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 36px rgba(4, 56, 53, .17) !important;
  }

  .avs-search-results[hidden] {
    display: none !important;
  }

  .avs-search-result {
    padding: 10px 11px !important;
    gap: 10px !important;
    border-radius: 11px !important;
  }

  .avs-search-result strong {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .avs-search-result small {
    display: none !important;
  }

  .avs-search-empty {
    padding: 14px 10px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}

/* ALFAVET_SERVICES_V52_HOME_SHELL_SCOPE_FIX */
body.avs-page.alfavet-premium-homepage {
  margin: 0;
}
body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 90;
}
body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope--footer {
  z-index: 2;
}
body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope .site-header,
body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope .site-footer {
  width: 100%;
  max-width: none;
}
@media (max-width: 820px) {
  body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope--header {
    position: sticky;
    top: 0;
    z-index: 120;
  }
  body.avs-page.alfavet-premium-homepage > .avs-home-shell-scope--footer {
    padding-bottom: 88px;
  }
}

/*  */

/* ALFAVET SERVICES BENEFITS V6 */
.avs-trust-grid article::before {
  display: none !important;
}

.avs-trust-grid article > span.avs-trust-icon {
  width: 44px !important;
  height: 44px !important;
  margin: 0 0 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(130, 229, 216, .22);
  border-radius: 15px;
  color: #9ce9dd;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow:
    0 15px 34px rgba(0, 31, 29, .16),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.avs-trust-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 720px) {
  .avs-trust-grid article > span.avs-trust-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 14px !important;
    border-radius: 13px;
  }
  .avs-trust-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* ALFAVET MOBILE MENU V8 PREMIUM POLISH CSS START */
.alfavet-v8-menu-panel,
.alfavet-v8-menu-backdrop { display: none; }

@media (max-width: 820px) {
  html.alfavet-v8-menu-lock,
  body.alfavet-v8-menu-lock {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  body .site-header { position: relative; z-index: 100000 !important; }
  body .site-header details.mobile-menu { position: relative !important; z-index: 100004 !important; }

  body .site-header details.mobile-menu > summary {
    position: relative !important;
    z-index: 100005 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-content: center !important;
    gap: 4px !important;
    border: 1px solid rgba(9,79,73,.12) !important;
    border-radius: 14px !important;
    color: #0a514b !important;
    background: linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,249,247,.98)) !important;
    box-shadow: 0 9px 23px rgba(3,53,49,.10), inset 0 1px 0 rgba(255,255,255,.98) !important;
    cursor: pointer !important;
    list-style: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  body .site-header details.mobile-menu > summary::-webkit-details-marker { display: none !important; }
  body .site-header details.mobile-menu > summary span {
    width: 18px !important;
    height: 2px !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
    transition: transform .2s ease, opacity .16s ease !important;
  }
  body.alfavet-v8-menu-open .site-header details.mobile-menu > summary span:nth-child(1) { transform: translateY(6px) rotate(45deg) !important; }
  body.alfavet-v8-menu-open .site-header details.mobile-menu > summary span:nth-child(2) { opacity: 0 !important; }
  body.alfavet-v8-menu-open .site-header details.mobile-menu > summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg) !important; }

  .alfavet-v8-menu-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483600 !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 0 !important;
    display: block !important;
    border: 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(1,25,23,.55) !important;
    -webkit-backdrop-filter: blur(8px) saturate(.86);
    backdrop-filter: blur(8px) saturate(.86);
    transition: opacity .19s ease, visibility .19s ease !important;
  }
  .alfavet-v8-menu-backdrop.is-open { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }

  .alfavet-v8-menu-panel {
    position: fixed !important;
    top: var(--alfavet-v8-menu-top,70px) !important;
    right: max(10px,env(safe-area-inset-right)) !important;
    bottom: auto !important;
    left: max(10px,env(safe-area-inset-left)) !important;
    z-index: 2147483601 !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: 430px !important;
    max-height: calc(100dvh - var(--alfavet-v8-menu-top,70px) - 10px) !important;
    margin: 0 auto !important;
    padding: 10px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 2px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid rgba(9,79,73,.11) !important;
    border-radius: 24px !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0,-7px,0) scale(.988);
    transform-origin: top center;
    color: #143d39 !important;
    background: radial-gradient(circle at 100% 0%,rgba(58,184,168,.13),transparent 34%),linear-gradient(180deg,rgba(255,255,253,.995),rgba(249,250,247,.995)) !important;
    box-shadow: 0 34px 90px rgba(2,38,35,.30),0 10px 28px rgba(2,38,35,.12),inset 0 1px 0 rgba(255,255,255,.99) !important;
    transition: opacity .19s ease, visibility .19s ease, transform .19s ease !important;
  }
  .alfavet-v8-menu-panel.is-open { opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; transform: none !important; }

  .alfavet-v8-menu-head {
    min-height: 42px !important;
    padding: 2px 2px 7px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border-bottom: 1px solid rgba(9,79,73,.09) !important;
    color: #7a8d89 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
  }

  .alfavet-v8-menu-close {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(9,79,73,.11) !important;
    border-radius: 12px !important;
    color: #0b514b !important;
    background: rgba(243,249,247,.92) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.98) !important;
    cursor: pointer !important;
  }
  .alfavet-v8-menu-close::before,
  .alfavet-v8-menu-close::after {
    content: '' !important;
    position: absolute !important;
    width: 17px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }
  .alfavet-v8-menu-close::before { transform: rotate(45deg) !important; }
  .alfavet-v8-menu-close::after { transform: rotate(-45deg) !important; }

  .alfavet-v8-menu-panel > a {
    position: relative !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 42px 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 1px solid transparent !important;
    border-radius: 13px !important;
    color: #183f3b !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 720 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: normal !important;
    transition: color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease !important;
  }
  .alfavet-v8-menu-panel > a:not([data-alfavet-menu-cta="1"])::after {
    content: '›' !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-52%) !important;
    color: rgba(9,104,95,.52) !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }
  .alfavet-v8-menu-panel > a:hover,
  .alfavet-v8-menu-panel > a:focus-visible {
    color: #075f58 !important;
    border-color: rgba(9,126,116,.08) !important;
    background: #eef8f5 !important;
    outline: none !important;
    transform: translateX(2px) !important;
  }
  .alfavet-v8-menu-panel > a.active,
  .alfavet-v8-menu-panel > a[aria-current="page"] {
    color: #fff !important;
    border-color: rgba(255,255,255,.10) !important;
    background: linear-gradient(135deg,#075a54 0%,#0b847a 58%,#0d9b8f 100%) !important;
    box-shadow: 0 12px 28px rgba(5,107,98,.20),inset 0 1px 0 rgba(255,255,255,.16) !important;
  }
  .alfavet-v8-menu-panel > a.active::after,
  .alfavet-v8-menu-panel > a[aria-current="page"]::after { color: rgba(255,255,255,.78) !important; }
  .alfavet-v8-menu-panel > a[data-alfavet-menu-cta="1"] {
    min-height: 50px !important;
    margin-top: 7px !important;
    padding: 0 16px !important;
    justify-content: center !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.14) !important;
    background: linear-gradient(135deg,#087269 0%,#0a9488 62%,#11a99a 100%) !important;
    box-shadow: 0 17px 36px rgba(5,115,105,.25),inset 0 1px 0 rgba(255,255,255,.24) !important;
    font-weight: 800 !important;
  }
}
/* ALFAVET MOBILE MENU V8 PREMIUM POLISH CSS END */

/* ALFAVET SERVICES LUXURY V9 BRAND PREMIUM FINAL CSS START */
:root {
  --avs-brand-night: #053d39;
  --avs-brand-deep: #075e58;
  --avs-brand-main: #0d9488;
  --avs-brand-bright: #18b2a2;
  --avs-brand-mint: #82ded1;
  --avs-brand-glow: rgba(56, 218, 198, .22);
  --avs-brand-shadow: rgba(3, 72, 66, .24);
}

/* Фирменная premium-палитра: глубина остаётся, но цвет становится АльфаВет. */
.avs-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(111, 236, 217, .24), transparent 29%),
    radial-gradient(circle at 10% 82%, rgba(51, 190, 174, .18), transparent 34%),
    linear-gradient(128deg, var(--avs-brand-night) 0%, var(--avs-brand-deep) 39%, var(--avs-brand-main) 73%, var(--avs-brand-bright) 100%) !important;
}

.avs-search-spotlight {
  border-color: rgba(213, 255, 248, .22) !important;
  background:
    radial-gradient(circle at 88% -15%, rgba(183, 255, 244, .25), transparent 39%),
    linear-gradient(122deg, #064842 0%, #08786f 48%, #0d9488 76%, #19ad9f 100%) !important;
  box-shadow:
    0 34px 86px rgba(3, 74, 68, .25),
    0 10px 28px rgba(3, 74, 68, .12),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.avs-trust-grid {
  border-color: rgba(208, 255, 247, .16) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(135, 245, 227, .19), transparent 35%),
    linear-gradient(132deg, #06443f 0%, #087169 48%, #0d9488 100%) !important;
  box-shadow:
    0 30px 74px rgba(3, 70, 65, .20),
    inset 0 1px 0 rgba(255,255,255,.11) !important;
}

.avs-trust-grid article {
  border-color: rgba(213,255,248,.10) !important;
}

.avs-trust-grid article > span.avs-trust-icon {
  color: #eafffb !important;
  border-color: rgba(216,255,249,.24) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.045)) !important;
  box-shadow:
    0 15px 34px rgba(2, 58, 54, .19),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.avs-final-cta {
  background:
    radial-gradient(circle at 74% 0%, rgba(94, 224, 205, .14), transparent 34%),
    linear-gradient(125deg, #06413d 0%, #075f59 54%, #0b8178 100%) !important;
}

.avs-final-card {
  border-color: rgba(216,255,249,.16) !important;
  background:
    radial-gradient(circle at 90% -20%, rgba(188, 255, 245, .22), transparent 41%),
    linear-gradient(125deg, #07534d 0%, #0a7b72 56%, #0d9488 100%) !important;
  box-shadow:
    0 30px 74px rgba(2, 61, 57, .23),
    inset 0 1px 0 rgba(255,255,255,.13) !important;
}

.avs-button-primary,
.avs-route-tabs button.is-active,
.avs-category-button.is-active,
.avs-mobile-sticky a:last-child {
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(135deg, #16b6a6 0%, #0d9488 50%, #087269 100%) !important;
  border-color: rgba(226,255,251,.18) !important;
  box-shadow:
    0 16px 34px rgba(5, 137, 125, .25),
    inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.avs-button-primary:hover,
.avs-route-tabs button.is-active:hover,
.avs-category-button.is-active:hover {
  box-shadow:
    0 22px 46px rgba(5, 137, 125, .32),
    inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.avs-search-field:focus-within {
  border-color: rgba(13,148,136,.30) !important;
  box-shadow:
    0 0 0 5px rgba(38, 202, 184, .18),
    0 22px 46px rgba(3, 77, 71, .24),
    inset 0 1px 0 #fff !important;
}

/* Исправляем слипшиеся заголовки и описания в маршрутах «По услуге». */
.avs-route-card > span:not(.avs-route-index),
.avs-route-card .avs-route-copy {
  min-width: 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 5px !important;
}

.avs-route-card strong,
.avs-route-card small {
  width: 100%;
  display: block !important;
}

.avs-route-card strong {
  line-height: 1.25 !important;
}

.avs-route-card small {
  margin: 0 !important;
  line-height: 1.45 !important;
  color: #748b88 !important;
}

/* Нижняя панель не должна перекрывать футер. */
.avs-mobile-sticky {
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
}

.avs-mobile-sticky.avs-sticky-footer-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(calc(100% + 28px)) !important;
}

@media (max-width: 720px) {
  .avs-hero {
    background:
      radial-gradient(circle at 92% 8%, rgba(136, 246, 228, .21), transparent 32%),
      linear-gradient(155deg, #05433e 0%, #08766d 55%, #0d9488 100%) !important;
  }

  .avs-search-spotlight {
    background:
      radial-gradient(circle at 96% 0%, rgba(177, 255, 243, .20), transparent 36%),
      linear-gradient(145deg, #064943 0%, #08776e 58%, #0d9488 100%) !important;
  }

  .avs-route-card > span:not(.avs-route-index),
  .avs-route-card .avs-route-copy {
    gap: 4px !important;
  }

  .avs-route-card strong {
    font-size: 12.5px !important;
    line-height: 1.22 !important;
  }

  .avs-route-card small {
    font-size: 8.5px !important;
    line-height: 1.42 !important;
  }

  .avs-trust-grid {
    background:
      radial-gradient(circle at 100% 0%, rgba(156, 248, 233, .18), transparent 38%),
      linear-gradient(145deg, #06433f 0%, #08736a 58%, #0d9488 100%) !important;
  }

  .avs-final-cta {
    background: linear-gradient(155deg, #06413d 0%, #087269 62%, #0d9488 100%) !important;
  }

  .site-footer,
  footer.site-footer,
  .avs-footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }
}
/* ALFAVET SERVICES LUXURY V9 BRAND PREMIUM FINAL CSS END */
