:root{ --bg:#060B16; --bg-2:#0A1330; --text:rgba(255,255,255,.92); --muted:rgba(255,255,255,.68); --line:rgba(255,255,255,.10); --accent:#3AA0FF; --accent-2:#6BD5FF; --yellow: var(--accent); --section-space-lg: clamp(40px, 5vw, 60px); --section-space-md: clamp(32px, 4vw, 48px); --section-inner-y: clamp(24px, 3vw, 36px); --section-gap: clamp(14px, 1.6vw, 20px); } :root{ color-scheme: dark; --bg: #0b1120; --bg-soft: #121a2b; --surface: rgba(16, 24, 40, 0.82); --surface-solid: #111827; --surface-2: rgba(255,255,255,0.04); --text: #f5f7fb; --text-soft: rgba(245,247,251,0.72); --text-dim: rgba(245,247,251,0.52); --line: rgba(255,255,255,0.08); --line-strong: rgba(255,255,255,0.14); --accent: #7cb6ff; --accent-soft: rgba(124,182,255,0.16); --shadow: 0 20px 60px rgba(0,0,0,0.22); } :root[data-theme="light"]{ color-scheme: light; --bg: #f4f7fb; --bg-soft: #ffffff; --surface: rgba(255,255,255,0.92); --surface-solid: #ffffff; --surface-2: rgba(15,23,42,0.04); --text: #0f172a; --muted: #475569; --text-soft: rgba(15,23,42,0.72); --text-dim: rgba(15,23,42,0.52); --line: rgba(15,23,42,0.08); --line-strong: rgba(15,23,42,0.14); --accent: #2563eb; --accent-2: #0369a1; --accent-soft: rgba(37,99,235,0.10); --shadow: 0 18px 50px rgba(15,23,42,0.08); } :root{ --ease-premium: cubic-bezier(.22,.61,.36,1); --ease-out-soft: cubic-bezier(.16,1,.3,1); --focus-ring: #4c8dff; } @media (prefers-reduced-motion: no-preference){ html{ scroll-behavior: smooth; } } :where(a, button, [role="button"], input, textarea, select, summary):focus-visible{ outline: 2px solid var(--focus-ring); outline-offset: 2px; } *{ box-sizing:border-box; } body{ margin:0; font-family:Arial, Helvetica, sans-serif; color:var(--text); background:var(--bg); } .h2{ text-align:center; font-size: clamp(24px, 2.2vw, 34px); font-weight: 1000; margin: 0 0 10px; letter-spacing: -0.4px; color: var(--text); text-shadow: 0 10px 30px rgba(0,0,0,.35); } .sub{ text-align:center; color: var(--muted); margin: 12px auto 28px; padding: 0; max-width: 920px; line-height: 1.55; font-weight: 800; } .container{ width:1200px; max-width:calc(100% - 40px); margin:0 auto; } .section{ padding:40px 0; } .grid-6{ display:grid; grid-template-columns:repeat(6,1fr); gap:20px; } .center{ text-align:center; margin-top:30px; } .hero-overlay, .objs-hero-overlay, .header-nav-spacer{ pointer-events:none; } .g-burger{ position: fixed; top: calc(env(safe-area-inset-top) + 12px); right: 16px; width: 52px; height: 52px; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(10,16,34,.58); backdrop-filter: blur(12px) saturate(1.2); -webkit-backdrop-filter: blur(12px) saturate(1.2); box-shadow: 0 20px 70px rgba(0,0,0,.35); display: inline-flex; align-items: center; justify-content: center; gap: 6px; flex-direction: column; cursor: pointer; z-index: 9000; pointer-events: auto; -webkit-tap-highlight-color: transparent; } .g-burger span{ width: 24px; height: 2px; border-radius: 2px; background: rgba(255,255,255,.92); display:block; transform-origin: center; transition: transform .2s ease, opacity .2s ease; } .g-burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(8px) rotate(45deg); } .g-burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; } .g-burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); } @media (min-width: 861px){ .g-burger{ display:none; } } .g-mnav{ position: fixed; inset: 0; z-index: 1999; opacity: 0; visibility: hidden; transition: opacity .26s var(--ease-premium, ease), visibility .26s; } .g-mnav.is-open{ opacity: 1; visibility: visible; } .g-mnav[hidden]{ display:none; } .g-mnav-backdrop{ position: absolute; inset: 0; background: rgba(0,0,0,.45); opacity: 0; transition: opacity .26s ease; } .g-mnav.is-open .g-mnav-backdrop{ opacity: 1; } @media (prefers-reduced-motion: reduce){ .g-mnav, .g-mnav-backdrop, .g-mnav-panel{ transition: none !important; } } .g-mnav-panel{ position: absolute; top: calc(env(safe-area-inset-top) + 5px); right: 10px; left: 10px; border-radius: 22px; border: 1px solid rgba(255,255,255,.14); background: rgba(10,16,34,.86); backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 28px 110px rgba(0,0,0,.45); overflow: hidden; max-height: calc(100dvh - (env(safe-area-inset-top) + 20px)); display:flex; flex-direction:column; transform: translateY(-10px); transition: transform .3s var(--ease-premium, cubic-bezier(.22,.61,.36,1)); } .g-mnav.is-open .g-mnav-panel{ transform: none; } .g-mnav-head{ display:flex; align-items:center; justify-content:space-between; padding: 24px 14px; border-bottom: 1px solid rgba(255,255,255,.10); } .g-mnav-title{ color:#fff; font-weight:1000; letter-spacing: -.15px; } .g-mnav-x{ width: 40px; height: 40px; border-radius: 14px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color:#fff; cursor:pointer; } .g-mnav-body{ padding: 14px; overflow:auto; -webkit-overflow-scrolling: touch; } .g-mnav-catalog{ width: 100%; margin-bottom: 12px; text-align:center; } .g-mnav-links{ display:flex; flex-direction:column; gap: 10px; margin: 10px 0 14px; } .g-mnav-link{ position: relative; text-decoration:none; color: rgba(255,255,255,.92); font-weight: 900; padding: 12px 12px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); } .g-mnav-link.is-active{ color: #fff; padding-left: 26px; background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); border-color: rgba(180,220,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -1px 0 rgba(0,0,0,.22), 0 8px 20px rgba(0,0,0,.22), 0 0 18px rgba(80,170,255,.08); } .g-mnav-link.is-active::before{ content: ""; position: absolute; left: 14px; top: 50%; width: 4px; height: 18px; transform: translateY(-50%); border-radius: 999px; background: linear-gradient(180deg, rgba(180,215,255,.95), rgba(110,160,255,.85)); box-shadow: 0 0 10px rgba(120,180,255,.5); } :root[data-theme="light"] .g-mnav-link.is-active{ color: #0b1424; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.9)); border-color: rgba(120,160,230,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 20px rgba(15,23,42,.10); } :root[data-theme="light"] .g-mnav-link.is-active::before{ background: linear-gradient(180deg, rgba(60,110,210,.95), rgba(30,70,150,.9)); box-shadow: 0 1px 4px rgba(20,33,61,.25); } .g-mnav-contacts{ margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.10); } .g-mnav-ctitle{ color: rgba(255,255,255,.78); font-weight: 900; margin-bottom: 10px; } .g-mnav-phone, .g-mnav-mail{ display:block; text-decoration:none; color:#fff; font-weight: 1000; padding: 10px 0; } .g-top{ position: fixed; right: 12px; bottom: calc(env(safe-area-inset-bottom) + 12px); width: 52px; height: 52px; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(10,16,34,.58); color:#fff; font-size: 20px; cursor:pointer; z-index: 2000; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(12px) saturate(1.2); -webkit-backdrop-filter: blur(12px) saturate(1.2); box-shadow: 0 20px 70px rgba(0,0,0,.35); } .g-top.is-show{ opacity: 1; transform: translateY(0); pointer-events: auto; } .g-cookie{ position: fixed; left: 16px; right: 16px; bottom: calc(env(safe-area-inset-bottom) + 14px); z-index: 2100; display: flex; justify-content: center; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; } .g-cookie.is-show{ opacity: 1; transform: translateY(0); pointer-events: none; } .g-cookie__panel{ width: min(980px, 100%); pointer-events: auto; border-radius: 20px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)), rgba(10,16,34,.78); backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); box-shadow: 0 18px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05); overflow: hidden; } .g-cookie__content{ display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 14px 16px; } .g-cookie__textwrap{ min-width: 0; } .g-cookie__title{ margin: 0 0 4px; color: #fff; font-weight: 900; letter-spacing: -.15px; line-height: 1.15; font-size: 15px; } .g-cookie__text{ margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; } .g-cookie__text a{ color: #6bd5ff; text-decoration: none; border-bottom: 1px solid rgba(107,213,255,.32); transition: color .18s ease, border-color .18s ease; } .g-cookie__text a:hover{ color: #9fe6ff; border-color: rgba(159,230,255,.65); } .g-cookie__actions{ flex: 0 0 auto; display: flex; align-items: center; } .g-cookie__btn{ min-height: 42px; padding: 0 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg, rgba(107,213,255,.20), rgba(58,160,255,.20)), rgba(255,255,255,.05); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: -.1px; cursor: pointer; white-space: nowrap; box-shadow: 0 10px 28px rgba(58,160,255,.14), inset 0 1px 0 rgba(255,255,255,.05); transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; backdrop-filter: blur(10px) saturate(1.15); -webkit-backdrop-filter: blur(10px) saturate(1.15); } .g-cookie__btn:hover{ transform: translateY(-1px); border-color: rgba(107,213,255,.26); background: linear-gradient(135deg, rgba(107,213,255,.26), rgba(58,160,255,.26)), rgba(255,255,255,.07); box-shadow: 0 14px 34px rgba(58,160,255,.18), inset 0 1px 0 rgba(255,255,255,.06); } .g-cookie__btn:active{ transform: translateY(0); } .theme-picker{ position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 20px; } .theme-picker[hidden]{ display: none !important; } .theme-picker__backdrop{ position: absolute; inset: 0; background: rgba(8, 12, 20, .34); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .theme-picker__panel{ position: relative; z-index: 1; width: min(100%, 420px); padding: 22px 20px 18px; border-radius: 24px; border: 1px solid rgba(255,255,255,.12); background: rgba(15,23,42,.82); box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08); color: #fff; } .theme-picker__title{ font-size: 22px; line-height: 1.1; font-weight: 900; letter-spacing: -.02em; } .theme-picker__text{ margin-top: 10px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; } .theme-picker__actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; } .theme-picker__btn{ min-height: 50px; border-radius: 16px; border: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; } .theme-picker__btn:hover{ transform: translateY(-1px); } .theme-picker__btn--light{ color: #0f172a; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,251,.92)); box-shadow: 0 10px 24px rgba(15,23,42,.08); } .theme-picker__btn--dark{ color: rgba(255,255,255,.94); background: linear-gradient(180deg, rgba(20,28,46,.96), rgba(11,17,32,.96)); box-shadow: 0 10px 24px rgba(0,0,0,.20); } :root[data-theme="light"] .theme-picker__panel{ border-color: rgba(15,23,42,.08); background: rgba(255,255,255,.90); box-shadow: 0 24px 60px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.95); color: #0f172a; } :root[data-theme="light"] .theme-picker__text{ color: rgba(15,23,42,.66); } @media (max-width: 640px){ .theme-picker{ align-items: end; padding: 12px; } .theme-picker__panel{ width: 100%; border-radius: 22px; padding: 18px 16px 16px; } .theme-picker__title{ font-size: 20px; } .theme-picker__actions{ grid-template-columns: 1fr; } } .g-mnav-theme{ display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 16px 0 6px; padding: 14px 14px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); backdrop-filter: blur(10px) saturate(140%); -webkit-backdrop-filter: blur(10px) saturate(140%); } .g-mnav-theme__label{ color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.2; font-weight: 800; letter-spacing: -.01em; } :root[data-theme="light"] .g-mnav-theme{ border-color: rgba(15,23,42,.08); background: rgba(255,255,255,.52); } :root[data-theme="light"] .g-mnav-theme__label{ color: rgba(15,23,42,.82); } .g-theme-switch--mobile{ flex: 0 0 auto; } .g-theme-switch--mobile .g-theme-switch__track{ width: 58px; height: 32px; } .g-theme-switch--mobile .g-theme-switch__thumb{ width: 24px; height: 24px; } :root[data-theme="light"] .g-theme-switch--mobile .g-theme-switch__thumb{ transform: translateX(26px); } @media (max-width: 760px){ .g-cookie{ left: 10px; right: 10px; bottom: calc(env(safe-area-inset-bottom) + 10px); } .g-cookie__panel{ width: 100%; border-radius: 18px; } .g-cookie__content{ grid-template-columns: 1fr; gap: 12px; padding: 12px; } .g-cookie__title{ font-size: 14px; margin-bottom: 6px; } .g-cookie__text{ font-size: 12.5px; line-height: 1.5; } .g-cookie__actions{ width: 100%; } .g-cookie__btn{ width: 100%; min-height: 40px; } } :root[data-theme="light"] .g-burger{ border-color: rgba(15,23,42,.10); background: rgba(255,255,255,.62); box-shadow: 0 16px 36px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.92); } :root[data-theme="light"] .g-burger span{ background: rgba(15,23,42,.86); } :root[data-theme="light"] .g-mnav-backdrop{ background: rgba(15,23,42,.18); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); } :root[data-theme="light"] .g-mnav-panel{ border-color: rgba(15,23,42,.08); background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(248,250,252,.80)), rgba(255,255,255,.72); box-shadow: 0 22px 56px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.94); } :root[data-theme="light"] .g-mnav-head{ border-bottom-color: rgba(15,23,42,.08); } :root[data-theme="light"] .g-mnav-title{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .g-mnav-x{ border-color: rgba(15,23,42,.08); background: rgba(255,255,255,.58); color: rgba(15,23,42,.86); box-shadow: 0 8px 18px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.94); } :root[data-theme="light"] .g-mnav-body{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .g-mnav-link{ color: rgba(15,23,42,.88); background: rgba(255,255,255,.52); border-color: rgba(15,23,42,.08); box-shadow: 0 8px 18px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.92); } :root[data-theme="light"] .g-mnav-contacts{ border-top-color: rgba(15,23,42,.08); } :root[data-theme="light"] .g-mnav-ctitle{ color: rgba(15,23,42,.62); } :root[data-theme="light"] .g-mnav-phone, :root[data-theme="light"] .g-mnav-mail{ color: rgba(15,23,42,.90); } :root[data-theme="light"] .g-mnav-sublink{ color: rgba(15,23,42,.78); background: rgba(255,255,255,.42); border: 1px solid rgba(15,23,42,.06); } :root[data-theme="light"] .g-mnav-link--toggle{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .g-top{ border-color: rgba(15,23,42,.10); background: rgba(255,255,255,.66); color: rgba(15,23,42,.88); box-shadow: 0 16px 36px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.94); } :root[data-theme="light"] .g-cookie__panel{ border-color: rgba(15,23,42,.08); background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(248,250,252,.76)), rgba(255,255,255,.74); box-shadow: 0 18px 48px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.95); } :root[data-theme="light"] .g-cookie__title{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .g-cookie__text{ color: rgba(15,23,42,.68); } :root[data-theme="light"] .g-cookie__text a{ color: #2563eb; border-bottom-color: rgba(37,99,235,.26); } :root[data-theme="light"] .g-cookie__text a:hover{ color: #1d4ed8; border-bottom-color: rgba(29,78,216,.48); } :root[data-theme="light"] .g-cookie__btn{ border-color: rgba(37,99,235,.14); background: linear-gradient(135deg, rgba(107,213,255,.18), rgba(58,160,255,.16)), rgba(255,255,255,.56); color: rgba(15,23,42,.90); box-shadow: 0 10px 24px rgba(37,99,235,.10), inset 0 1px 0 rgba(255,255,255,.94); } :root[data-theme="light"] .g-cookie__btn:hover{ border-color: rgba(37,99,235,.22); background: linear-gradient(135deg, rgba(107,213,255,.24), rgba(58,160,255,.22)), rgba(255,255,255,.70); box-shadow: 0 14px 30px rgba(37,99,235,.14), inset 0 1px 0 rgba(255,255,255,.96); } :root[data-theme="light"] .theme-picker__backdrop{ background: rgba(15,23,42,.18); } :root[data-theme="light"] .theme-picker__panel{ border-color: rgba(15,23,42,.08); background: rgba(255,255,255,.90); box-shadow: 0 24px 60px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.95); color: #0f172a; } :root[data-theme="light"] .theme-picker__text{ color: rgba(15,23,42,.66); } :root[data-theme="light"] .theme-picker__btn{ border-color: rgba(15,23,42,.08); } :root[data-theme="light"] .theme-picker__btn--light{ color: #0f172a; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,251,.94)); box-shadow: 0 10px 22px rgba(15,23,42,.08); } :root[data-theme="light"] .theme-picker__btn--dark{ color: rgba(255,255,255,.94); background: linear-gradient(180deg, rgba(20,28,46,.96), rgba(11,17,32,.96)); box-shadow: 0 10px 22px rgba(0,0,0,.16); } :root[data-theme="light"] .g-mnav-theme{ border-color: rgba(15,23,42,.08); background: rgba(255,255,255,.52); box-shadow: 0 8px 20px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.94); } :root[data-theme="light"] .g-mnav-theme__label{ color: rgba(15,23,42,.82); } @media (max-width: 760px){ :root[data-theme="light"] .g-cookie__panel{ border-radius: 18px; } } :root[data-theme="light"] .g-mnav-backdrop{ background: linear-gradient(180deg, rgba(15,23,42,.10), rgba(15,23,42,.18)); backdrop-filter: blur(10px) saturate(120%); -webkit-backdrop-filter: blur(10px) saturate(120%); } :root[data-theme="light"] .g-mnav-panel{ border: 1px solid rgba(255,255,255,.42); background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.16)), linear-gradient(135deg, rgba(210,228,255,.28), rgba(255,255,255,.10) 36%, rgba(170,205,255,.16) 100%), rgba(236,242,250,.46); backdrop-filter: blur(24px) saturate(165%); -webkit-backdrop-filter: blur(24px) saturate(165%); box-shadow: 0 28px 80px rgba(15,23,42,.16), 0 10px 30px rgba(37,99,235,.06), inset 0 1px 0 rgba(255,255,255,.92), inset 0 -1px 0 rgba(255,255,255,.28); } :root[data-theme="light"] .g-mnav-panel::before{ content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 22px; background: radial-gradient(120% 70% at 12% 0%, rgba(255,255,255,.72), rgba(255,255,255,0) 42%), radial-gradient(80% 60% at 88% 100%, rgba(140,190,255,.16), rgba(140,190,255,0) 46%); opacity: .95; } :root[data-theme="light"] .g-mnav-head{ position: relative; z-index: 2; border-bottom: 1px solid rgba(15,23,42,.06); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); } :root[data-theme="light"] .g-mnav-title{ color: rgba(15,23,42,.94); font-weight: 1000; letter-spacing: -.02em; } :root[data-theme="light"] .g-mnav-body{ position: relative; z-index: 2; } :root[data-theme="light"] .g-mnav-catalog{ border: 1px solid rgba(120,180,255,.28); background: linear-gradient(135deg, rgba(129,214,255,.92), rgba(74,161,255,.88)), rgba(255,255,255,.28); color: #fff; box-shadow: 0 14px 30px rgba(59,130,246,.18), inset 0 1px 0 rgba(255,255,255,.36); } :root[data-theme="light"] .g-mnav-theme{ border: 1px solid rgba(255,255,255,.40); background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.12)), rgba(255,255,255,.18); box-shadow: 0 10px 24px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.88); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); } :root[data-theme="light"] .g-mnav-theme__label{ color: rgba(15,23,42,.82); } :root[data-theme="light"] .g-mnav-link{ color: rgba(15,23,42,.88); border: 1px solid rgba(255,255,255,.34); background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.10)), rgba(255,255,255,.14); box-shadow: 0 8px 20px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.84); backdrop-filter: blur(14px) saturate(145%); -webkit-backdrop-filter: blur(14px) saturate(145%); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; } :root[data-theme="light"] .g-mnav-link:hover{ transform: translateY(-1px); border-color: rgba(130,180,255,.26); background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.14)), rgba(255,255,255,.18); box-shadow: 0 12px 26px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.92); } :root[data-theme="light"] .g-mnav-link--toggle{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .g-mnav-sublink{ color: rgba(15,23,42,.76); border: 1px solid rgba(255,255,255,.28); background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.08)), rgba(255,255,255,.10); box-shadow: 0 6px 16px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.80); backdrop-filter: blur(12px) saturate(140%); -webkit-backdrop-filter: blur(12px) saturate(140%); } :root[data-theme="light"] .g-mnav-contacts{ border-top: 1px solid rgba(15,23,42,.06); margin-top: 14px; padding-top: 16px; } :root[data-theme="light"] .g-mnav-ctitle{ color: rgba(15,23,42,.52); font-weight: 900; } :root[data-theme="light"] .g-mnav-phone, :root[data-theme="light"] .g-mnav-mail{ color: rgba(15,23,42,.90); font-weight: 1000; } :root[data-theme="light"] .g-burger{ border-color: rgba(255,255,255,.34); background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.14)), rgba(236,242,250,.42); backdrop-filter: blur(18px) saturate(155%); -webkit-backdrop-filter: blur(18px) saturate(155%); box-shadow: 0 16px 34px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.88); } :root[data-theme="light"] .g-burger span{ background: rgba(15,23,42,.80); } @media (max-width: 760px){ :root[data-theme="light"] .g-mnav-panel{ border-radius: 24px; } :root[data-theme="light"] .g-mnav-link{ border-radius: 18px; } :root[data-theme="light"] .g-mnav-theme{ border-radius: 20px; } } .g-mnav-link--toggle{ width: 100%; display: flex; align-items: center; justify-content: space-between; text-align: left; font: inherit; appearance: none; -webkit-appearance: none; cursor: pointer; } .g-mnav-link--toggle span:first-child{ font: inherit; font-weight: 900; letter-spacing: inherit; color: inherit; } .g-mnav-caret{ width: 12px; height: 12px; border-right: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; flex: 0 0 auto; margin-left: 12px; opacity: .9; } .g-mnav-link--toggle[aria-expanded="true"] .g-mnav-caret{ transform: rotate(-135deg); } .g-mnav-submenu{ display: flex; flex-direction: column; gap: 10px; margin-top: 10px; padding-left: 16px; } .g-mnav-sublink{ display: block; text-decoration: none; padding: 12px 14px; border-radius: 16px; font-weight: 800; line-height: 1.2; } .g-mnav-sublink--all{ position: relative; } :root[data-theme="dark"] .g-mnav-sublink{ color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.05); box-shadow: 0 8px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05); } :root[data-theme="dark"] .g-mnav-sublink--all{ color: #fff; border-color: rgba(107,213,255,.18); background: linear-gradient(135deg, rgba(107,213,255,.14), rgba(58,160,255,.10)), rgba(255,255,255,.06); box-shadow: 0 10px 22px rgba(58,160,255,.12), inset 0 1px 0 rgba(255,255,255,.06); } :root[data-theme="light"] .g-mnav-link--toggle{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .g-mnav-sublink{ color: rgba(15,23,42,.78); border: 1px solid rgba(255,255,255,.30); background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.10)), rgba(255,255,255,.14); box-shadow: 0 8px 18px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.84); backdrop-filter: blur(12px) saturate(140%); -webkit-backdrop-filter: blur(12px) saturate(140%); } :root[data-theme="light"] .g-mnav-sublink--all{ color: rgba(15,23,42,.90); border-color: rgba(130,180,255,.24); background: linear-gradient(135deg, rgba(160,215,255,.24), rgba(110,180,255,.16)), rgba(255,255,255,.18); box-shadow: 0 10px 24px rgba(59,130,246,.08), inset 0 1px 0 rgba(255,255,255,.90); } .btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; text-decoration:none; font-weight:1000; letter-spacing:.2px; padding:12px 18px; border-radius:16px; border:1px solid rgba(0,0,0,.10); background: rgba(255,255,255,.70); color:#0b1220; box-shadow: 0 18px 50px rgba(0,0,0,.10), 0 1px 0 rgba(255,255,255,.85) inset; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease; } .btn:hover{ transform: translateY(-1px); box-shadow: 0 26px 80px rgba(0,0,0,.14), 0 1px 0 rgba(255,255,255,.90) inset; } .btn:active{ transform: translateY(0px); opacity:.92; } .btn:focus-visible{ outline:none; box-shadow: 0 0 0 4px rgba(90,160,255,.28), 0 26px 80px rgba(0,0,0,.14), 0 1px 0 rgba(255,255,255,.90) inset; } .btn-yellow{ background: radial-gradient(140% 160% at 30% 15%, rgba(107,213,255,.95), rgba(58,160,255,.92) 60%, rgba(11,47,115,.96)); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.92); box-shadow: 0 20px 70px rgba(58,160,255,.24), 0 1px 0 rgba(255,255,255,.16) inset; transition: transform .18s ease, box-shadow .18s ease; } .btn-yellow:hover{ transform: translateY(-1px); box-shadow: 0 26px 90px rgba(58,160,255,.28), 0 1px 0 rgba(255,255,255,.18) inset; } .btn-big{ padding:14px 22px; border-radius:18px; } .btn-outline{ cursor:pointer; background: rgba(255,255,255,.10); color:#fff; border:1px solid rgba(255,255,255,.22); box-shadow: 0 18px 50px rgba(0,0,0,.22), 0 1px 0 rgba(255,255,255,.10) inset; } .btn-outline:hover{ border-color: rgba(90,160,255,.45); box-shadow: 0 26px 80px rgba(0,0,0,.28), 0 0 0 1px rgba(90,160,255,.18) inset; } .btn-ghost{ background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.20); color:#fff; border-radius:16px; padding:14px 18px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 18px 60px rgba(0,0,0,.25), 0 1px 0 rgba(255,255,255,.10) inset; } .btn-ghost:hover{ border-color: rgba(255,255,255,.28); opacity:.96; } :root{ --hdr-ink: rgba(255,255,255,.86); --hdr-line: rgba(255,255,255,.08); --hdr-bg0: #0b1222; --hdr-bg1: #070b16; --hdr-glass: rgba(10,16,34,.55); --hdr-glass-b: rgba(255,255,255,.06); } .header{ position: relative; z-index: 2000; color: var(--hdr-ink); background: radial-gradient(900px 420px at 18% 0%, rgba(90,160,255,.10), rgba(90,160,255,0) 55%), linear-gradient(to bottom, var(--hdr-bg0), var(--hdr-bg1)); border-bottom: 1px solid var(--hdr-line); } .header-bg{ position: relative; } .header-top{ display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 18px 0 16px; } .brand{ display: flex; align-items: center; gap: 14px; } .brand-link{ display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; transition: opacity .18s ease, transform .18s ease; } .brand-link:hover{ opacity: .92; transform: translateY(-1px); } .brand-logo{ height: 84px; width: auto; flex: 0 0 auto; background: none; border: none; box-shadow: none; border-radius: 0; overflow: visible; } .brand-logo img{ height: 100%; width: auto; display: block; object-fit: contain; filter: saturate(1.05) contrast(1.08) drop-shadow(0 4px 14px rgba(0,0,0,.45)); } .brand-title{ margin-top: 16px; font-weight: 1000; font-size: 22px; line-height: 1.15; letter-spacing: -.2px; color: #fff; } .brand-sub{ margin-top: 8px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 800; } .top-mid{ text-align: center; font-size: 13px; color: rgba(255,255,255,.72); max-width: 440px; min-width: 0; } .top-city{ font-weight: 900; margin-bottom: 6px; color: rgba(255,255,255,.88); } .top-addr{ display: flex; justify-content: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; } .pill{ padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 900; color: rgba(255,255,255,.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .pill.muted{ font-weight: 800; background: rgba(255,255,255,.06); color: rgba(255,255,255,.70); } .top-work{ font-size: 12px; color: rgba(255,255,255,.62); font-weight: 800; } .top-right{ text-align: right; flex: 0 0 auto; min-width: 220px; } .top-sales{ color: rgba(255,255,255,.70); font-weight: 900; margin-bottom: 6px; white-space: nowrap; } .top-phone{ display: block; text-decoration: none; font-weight: 1000; font-size: 14px; line-height: 1.5; color: #fff; letter-spacing: .2px; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; hyphens: none; font-variant-numeric: tabular-nums; } .top-phone:hover{ opacity: .9; } .top-mail{ margin-top: 6px; color: rgba(255,255,255,.70); font-size: 13px; font-weight: 800; } .header-nav-wrap{ position: relative; background: var(--hdr-glass); border-top: 1px solid var(--hdr-line); border-bottom: 1px solid var(--hdr-glass-b); backdrop-filter: blur(14px) saturate(1.25); -webkit-backdrop-filter: blur(14px) saturate(1.25); isolation: isolate; backface-visibility: hidden; background-clip: padding-box; } .header-nav-bg{ position: relative; z-index: 1; } .header-nav-spacer{ height: 0; } .header-nav-wrap{ transition: background .35s ease, border-color .35s ease, box-shadow .35s cubic-bezier(.22,1,.36,1); } .header-nav-wrap.is-fixed{ position: fixed; top: 14px; left: 50%; right: auto; width: max-content; max-width: calc(100% - 20px); z-index: 8000; border-radius: 999px; --nav-glass-bg: linear-gradient(180deg, rgba(20,30,46,.52), rgba(8,13,24,.42)); --nav-glass-border: rgba(160,205,255,.13); --nav-glass-shadow: 0 22px 55px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.025), inset 0 1px 0 rgba(255,255,255,.10), inset 0 -1px 0 rgba(0,0,0,.28); --nav-glass-sheen: radial-gradient(80% 120% at 14% -30%, rgba(255,255,255,.10), rgba(255,255,255,0) 45%), radial-gradient(70% 120% at 92% 130%, rgba(120,170,255,.08), rgba(120,170,255,0) 50%); --nav-glass-toplight: rgba(255,255,255,.5); --nav-glass-filter: saturate(1.5) blur(28px); border: 1px solid var(--nav-glass-border); background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; background-clip: padding-box; box-shadow: var(--nav-glass-shadow); overflow: visible; transform: translate3d(-50%, 0, 0); will-change: transform; contain: layout style; animation: hdrPillIn .44s cubic-bezier(.22,1,.36,1) both; } .header-nav-wrap.is-fixed .header-nav-bg{ isolation: isolate; } .header-nav-wrap.is-fixed::after{ content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; pointer-events: none; background: var(--nav-glass-sheen), var(--nav-glass-bg); backdrop-filter: var(--nav-glass-filter); -webkit-backdrop-filter: var(--nav-glass-filter); opacity: 1; clip-path: inset(0 round 999px); } .header-nav-wrap.is-fixed::before{ content: ""; position: absolute; top: 1px; left: 16px; right: 16px; height: 1px; z-index: 2; border-radius: 999px; pointer-events: none; background: linear-gradient(90deg, transparent, var(--nav-glass-toplight), transparent); backface-visibility: hidden; transform: translateZ(0); } @keyframes hdrPillIn{ from{ transform: translate3d(-50%, -14px, 0) scale(.97); } to { transform: translate3d(-50%, 0, 0) scale(1); } } .header-nav-wrap.is-fixed .header-nav{ width: auto; max-width: none; margin: 0; padding: 8px; gap: 10px; } .header-nav-wrap.is-fixed .nav{ margin-left: 8px; gap: 6px; flex-wrap: nowrap; } .header-nav-wrap.is-fixed .nav-link, .header-nav-wrap.is-fixed .nav-link--dropdown{ height: 44px; padding: 0 20px; border-radius: 999px; font-size: 14.5px; font-weight: 680; letter-spacing: -.1px; white-space: nowrap; } .header-nav-wrap.is-fixed .nav-link--dropdown{ padding-right: 16px; } @media (max-width: 1100px){ .header-nav-wrap.is-fixed .header-nav{ gap: 8px; padding: 7px; } .header-nav-wrap.is-fixed .nav{ margin-left: 6px; gap: 3px; } .header-nav-wrap.is-fixed .nav-link, .header-nav-wrap.is-fixed .nav-link--dropdown{ height: 40px; padding: 0 12px; font-size: 12.5px; } .header-nav-wrap.is-fixed .nav-catalog{ font-size: 11px; padding-inline: 12px; } } .header-nav-wrap.is-fixed .nav-catalog{ padding-block: 9px; font-size: 13px; } .nav{ --nav-active-bg: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); --nav-active-border: rgba(180,220,255,.18); --nav-active-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(0,0,0,.28), 0 12px 28px rgba(0,0,0,.30), 0 0 22px rgba(80,170,255,.08); --nav-active-marker: linear-gradient(90deg, rgba(150,200,255,0), rgba(180,215,255,.9), rgba(150,200,255,0)); --nav-active-marker-shadow: 0 0 10px rgba(120,180,255,.55); } .nav-active-indicator{ position: absolute; top: 50%; left: 0; height: calc(100% - 8px); width: var(--active-width, 0px); transform: translate3d(var(--active-x, 0px), -50%, 0); opacity: var(--active-opacity, 0); border-radius: 999px; pointer-events: none; z-index: 1; background: var(--nav-active-bg); border: 1px solid var(--nav-active-border); box-shadow: var(--nav-active-shadow); backface-visibility: hidden; background-clip: padding-box; will-change: transform, width, opacity; transition: transform .42s cubic-bezier(.22,1,.36,1), width .42s cubic-bezier(.22,1,.36,1), opacity .18s ease; } .nav-active-indicator::before{ content: ""; position: absolute; top: -3px; left: 50%; width: 38px; height: 4px; max-width: 70%; transform: translate3d(-50%, 0, 0); border-radius: 999px; background: var(--nav-active-marker); box-shadow: var(--nav-active-marker-shadow); pointer-events: none; backface-visibility: hidden; } .nav-active-indicator.no-anim{ transition: none; } .nav-link, .nav-link--dropdown{ position: relative; z-index: 2; backface-visibility: hidden; } .nav-link.is-active, .nav-link--dropdown.is-active{ color: var(--nav-link-active, #fff); background: transparent; box-shadow: none; } .nav-link.is-active:hover, .nav-link--dropdown.is-active:hover{ color: var(--nav-link-active, #fff); background: transparent; transform: none; } :root[data-theme="light"] .header-nav-wrap.is-fixed{ --nav-glass-bg: linear-gradient(180deg, rgba(255,255,255,.66), rgba(255,255,255,.54)); --nav-glass-border: rgba(255,255,255,.6); --nav-glass-shadow: 0 18px 45px rgba(15,23,42,.12), 0 2px 8px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(15,23,42,.04); --nav-glass-sheen: radial-gradient(80% 120% at 14% -30%, rgba(255,255,255,.55), rgba(255,255,255,0) 45%), radial-gradient(70% 120% at 92% 130%, rgba(150,185,255,.12), rgba(150,185,255,0) 50%); --nav-glass-toplight: rgba(255,255,255,.85); --nav-glass-filter: saturate(1.4) blur(26px); backdrop-filter: none; -webkit-backdrop-filter: none; } :root[data-theme="light"] .header-nav-wrap.is-fixed::before{ opacity: .7; } :root[data-theme="light"] .header-nav-wrap.is-fixed .nav{ --nav-link-color: rgba(17,24,39,.72); --nav-link-hover: rgba(8,13,23,.92); --nav-link-active: rgba(8,13,23,.94); --nav-active-bg: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,252,.88)); --nav-active-border: rgba(255,255,255,.75); --nav-active-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(15,23,42,.04), 0 10px 24px rgba(15,23,42,.10); --nav-active-marker: linear-gradient(90deg, rgba(70,110,180,0), rgba(40,70,130,.5), rgba(70,110,180,0)); --nav-active-marker-shadow: 0 1px 3px rgba(20,33,61,.25); } .header-nav-wrap.is-fixed .nav{ --nav-link-color: rgba(226,235,247,.72); --nav-link-hover: rgba(255,255,255,.92); --nav-link-active: rgba(255,255,255,.96); } .header-nav-wrap.is-fixed .nav-link, .header-nav-wrap.is-fixed .nav-link--dropdown{ color: var(--nav-link-color); } .header-nav-wrap.is-fixed .nav-link:hover, .header-nav-wrap.is-fixed .nav-link--dropdown:hover{ color: var(--nav-link-hover); background: transparent; transform: none; } .header-nav-wrap.is-fixed .g-theme-switch__track{ backdrop-filter: none; -webkit-backdrop-filter: none; } @media (prefers-reduced-motion: reduce){ .header-nav-wrap, .header-nav-wrap.is-fixed, .nav-active-indicator{ transition: none; animation: none; } } .header-nav{ display: flex; align-items: center; gap: 18px; padding: 12px 0; } .nav{ position: relative; display: flex; align-items: center; gap: 14px; margin-left: 18px; flex-wrap: wrap; isolation: isolate; } .nav-link{ display: inline-flex; align-items: center; text-decoration: none; color: rgba(255,255,255,.78); font-weight: 900; font-size: 14px; line-height: 1.2; letter-spacing: .15px; padding: 10px 12px; border-radius: 14px; transition: background .18s ease, color .18s ease, transform .18s ease; } .nav-link:hover{ color: #fff; background: rgba(255,255,255,.08); transform: translateY(-1px); } .nav-catalog{ flex: 0 0 auto; } .nav-dropdown{ position: relative; display: flex; align-items: center; z-index: 3; } .nav-link--dropdown{ display: inline-flex; align-items: center; gap: 8px; border: none; background: transparent; cursor: pointer; font: inherit; color: rgba(255,255,255,.78); font-weight: 900; font-size: 14px; line-height: 1.2; letter-spacing: .15px; padding: 10px 12px; border-radius: 14px; transition: background .18s ease, color .18s ease, transform .18s ease; } .nav-link--dropdown:hover{ color: #fff; background: rgba(255,255,255,.08); transform: translateY(-1px); } .nav-caret{ width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform .18s ease; opacity: .9; } .nav-dropdown.is-open .nav-caret{ transform: rotate(-135deg) translateY(-1px); } .nav-dropdown-menu{ position: absolute; top: calc(100% + 10px); left: 0; min-width: 240px; padding: 10px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(10,16,34,.94); backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 24px 80px rgba(0,0,0,.42); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; z-index: 1400; } .nav-dropdown.is-open .nav-dropdown-menu{ opacity: 1; visibility: visible; transform: translateY(0); } .nav-dropdown-link{ display: block; text-decoration: none; color: rgba(255,255,255,.90); font-weight: 900; font-size: 14px; line-height: 1.35; padding: 12px 14px; border-radius: 14px; transition: background .18s ease, color .18s ease, transform .18s ease; } .nav-dropdown-link:hover{ background: rgba(255,255,255,.08); color: #fff; transform: translateX(2px); } .g-mnav-group{ display: flex; flex-direction: column; gap: 8px; } .g-mnav-link--toggle{ width: 100%; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: pointer; text-decoration: none; color: rgba(255,255,255,.90); font-weight: 900; font-size: 14px; line-height: 1.35; padding: 12px 14px; border-radius: 14px; transition: background .18s ease, color .18s ease, transform .18s ease; } .g-mnav-caret{ width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; opacity: .9; } .g-mnav-link--toggle[aria-expanded="true"] .g-mnav-caret{ transform: rotate(-135deg); } .g-mnav-submenu{ display: flex; flex-direction: column; gap: 8px; padding-left: 10px; } .g-mnav-submenu[hidden]{ display: none !important; } .g-mnav-sublink{ display: block; text-decoration: none; color: rgba(255,255,255,.88); font-weight: 800; padding: 10px 12px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); } .g-theme-switch{ appearance: none; -webkit-appearance: none; border: 0; background: transparent; padding: 0; margin: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; line-height: 1; user-select: none; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } .g-theme-switch:focus-visible{ outline: none; } .g-theme-switch__track{ position: relative; display: flex; align-items: center; justify-content: space-between; width: 62px; height: 34px; padding: 0 9px; border-radius: 999px; overflow: hidden; clip-path: inset(0 round 999px); border: 1px solid rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)), rgba(15, 23, 42, .42); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.16); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .2s ease; backface-visibility: hidden; } .g-theme-switch:hover .g-theme-switch__track{ border-color: rgba(255,255,255,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.10), inset 0 -1px 0 rgba(0,0,0,.12), 0 10px 28px rgba(0,0,0,.22); } .g-theme-switch:active .g-theme-switch__track{ transform: scale(.98); } .g-theme-switch__icon{ position: relative; z-index: 1; width: 16px; height: 16px; display: inline-grid; place-items: center; font-size: 12px; line-height: 1; transition: opacity .22s ease, transform .22s ease, color .22s ease; } .g-theme-switch__icon--sun{ color: rgba(255,255,255,.92); } .g-theme-switch__icon--moon{ color: rgba(255,255,255,.48); } .g-theme-switch__thumb{ position: absolute; top: 3px; left: 3px; width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.98), rgba(255,255,255,.86) 42%, rgba(220,230,245,.92) 100%); box-shadow: 0 4px 14px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 2px rgba(160,175,200,.18); transition: transform .24s cubic-bezier(.22,1,.36,1), background .24s ease, box-shadow .24s ease; } :root[data-theme="dark"] .g-theme-switch__track{ border-color: rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)), rgba(15, 23, 42, .42); } :root[data-theme="dark"] .g-theme-switch__thumb{ transform: translateX(0); } :root[data-theme="dark"] .g-theme-switch__icon--sun{ color: rgba(255,255,255,.92); transform: scale(1); opacity: 1; } :root[data-theme="dark"] .g-theme-switch__icon--moon{ color: rgba(255,255,255,.42); transform: scale(.92); opacity: .78; } :root[data-theme="light"] .g-theme-switch__track{ border-color: rgba(37,99,235,.14); background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58)), rgba(37,99,235,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(37,99,235,.06), 0 8px 24px rgba(15,23,42,.08); } :root[data-theme="light"] .g-theme-switch__thumb{ transform: translateX(28px); background: radial-gradient(circle at 30% 28%, rgba(255,255,255,1), rgba(248,250,255,.96) 44%, rgba(230,238,255,.98) 100%); box-shadow: 0 4px 12px rgba(37,99,235,.14), inset 0 1px 0 rgba(255,255,255,1), inset 0 -1px 2px rgba(170,190,230,.18); } :root[data-theme="light"] .g-theme-switch__icon--sun{ color: rgba(15,23,42,.44); transform: scale(.92); opacity: .75; } :root[data-theme="light"] .g-theme-switch__icon--moon{ color: rgba(37,99,235,.88); transform: scale(1); opacity: 1; } .g-theme-switch:focus-visible .g-theme-switch__track{ box-shadow: 0 0 0 4px rgba(124,182,255,.16), inset 0 1px 0 rgba(255,255,255,.08), 0 8px 24px rgba(0,0,0,.16); } :root[data-theme="light"] .g-theme-switch:focus-visible .g-theme-switch__track{ box-shadow: 0 0 0 4px rgba(37,99,235,.14), inset 0 1px 0 rgba(255,255,255,.85), 0 8px 24px rgba(15,23,42,.08); } @media (max-width: 860px){ .g-theme-switch__track{ width: 58px; height: 32px; padding: 0 8px; } .g-theme-switch__thumb{ width: 24px; height: 24px; } :root[data-theme="light"] .g-theme-switch__thumb{ transform: translateX(26px); } .g-theme-switch__icon{ width: 15px; height: 15px; font-size: 11px; } } @media (max-width: 820px){ .header-nav-wrap{ display: none !important; } .header-nav-spacer{ display: none !important; height: 0 !important; } .header-top{ padding: 16px 0 14px; } .brand-link{ gap: 22px; align-items: center; } .brand-logo{ height: 60px; } .brand-title{ margin-top: 2px; font-size: 13px; line-height: 1.15; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 26ch; } .brand-sub{ font-size: 11.5px; margin-top: 4px; } } @media (max-width: 1180px){ .top-phone{ font-size: 18px; } } @media (max-width: 1040px){ .top-phone{ font-size: 17px; } } .grid-6{ gap: 18px; align-items: stretch; } .card-prod{ position: relative; display: block; text-decoration: none; cursor: pointer; aspect-ratio: 6 / 9; align-self: start; border-radius: 22px; overflow: hidden; background: rgba(10,16,28,.85); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 24px 70px rgba(0,0,0,.28), 0 1px 0 rgba(255,255,255,.06) inset; transform: translateZ(0); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; } .card-prod::before{ content:""; position:absolute; inset:0; pointer-events:none; z-index: 2; background: radial-gradient(circle at 18% 10%, rgba(255,255,255,.26), rgba(255,255,255,0) 45%), linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 48%); opacity: .9; } .card-prod-img{ position:absolute; inset:0; top:0; right:0; bottom:0; left:0; width:100%; height:100%; background-size: cover; background-position: center; background-repeat:no-repeat; transform: scale(1.04); transition: transform .45s ease; z-index: 0; } .card-prod-img::after{ content:""; position:absolute; inset:0; background: linear-gradient( to top, rgba(4,8,18,.82), rgba(4,8,18,0) 65% ); } .card-prod-overlay{ position:absolute; inset:0; z-index: 3; display:flex; flex-direction:column; justify-content:flex-end; padding: 14px; pointer-events:none; } .card-prod-bottom{ display:flex; flex-direction:column; gap: 10px; } .card-prod-title{ width: 100%; min-height: 54px; display:flex; align-items:center; justify-content:center; text-align:center; padding: 12px 14px; border-radius: 16px; color: var(--text, #fff); font-weight: 1000; font-size: 13.5px; line-height: 1.15; background: linear-gradient( 180deg, rgba(18,26,44,.82), rgba(12,18,32,.68) ); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 16px 36px rgba(0,0,0,.24), 0 1px 0 rgba(255,255,255,.08) inset; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); text-shadow: 0 8px 18px rgba(0,0,0,.42); } .card-prod-cta{ display:flex; justify-content:center; margin-top: 4px; padding-bottom: 6px; } .card-prod-btn{ opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; display:inline-flex; align-items:center; justify-content:center; width: min(220px, 92%); white-space: nowrap; font-size: 11px; font-weight: 1000; letter-spacing: .4px; padding: 11px 16px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #2f66ff, #5aa0ff); border: 0; box-shadow: 0 16px 36px rgba(27,72,180,.24), 0 1px 0 rgba(255,255,255,.18) inset; } .card-prod:hover{ transform: translateY(-4px); border-color: rgba(90,160,255,.32); box-shadow: 0 26px 68px rgba(0,0,0,.32), 0 0 0 1px rgba(90,160,255,.14) inset; } .card-prod:hover .card-prod-btn{ opacity: 1; transform: translateY(0); } .card-prod:hover .card-prod-img{ transform: scale(1.12); } .card-prod:hover .card-prod-overlay{ background: linear-gradient( to top, rgba(10,16,28,.26), rgba(10,16,28,0) 60% ); } .card-prod:focus-visible{ outline: none; box-shadow: 0 0 0 4px rgba(90,160,255,.26), 0 26px 68px rgba(0,0,0,.32); } :root[data-theme="light"] .card-prod{ background: rgba(255,255,255,.78); border: 1px solid rgba(15,23,42,.08); box-shadow: 0 18px 36px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.8) inset; } :root[data-theme="light"] .card-prod::before{ background: radial-gradient(circle at 18% 10%, rgba(255,255,255,.42), rgba(255,255,255,0) 45%), linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 48%); } :root[data-theme="light"] .card-prod-img::after{ background: linear-gradient( to top, rgba(15,23,42,.42), rgba(15,23,42,0) 62% ); } :root[data-theme="light"] .card-prod-title{ color: #0f172a; background: linear-gradient( 180deg, rgba(255,255,255,.76), rgba(248,250,252,.62) ); border-color: rgba(15,23,42,.08); box-shadow: 0 12px 28px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.95) inset; text-shadow: none; } :root[data-theme="light"] .card-prod-btn{ color: #fff; box-shadow: 0 14px 28px rgba(37,99,235,.18), 0 1px 0 rgba(255,255,255,.22) inset; } :root[data-theme="light"] .card-prod:hover{ border-color: rgba(37,99,235,.18); box-shadow: 0 22px 44px rgba(15,23,42,.12), 0 0 0 1px rgba(37,99,235,.10) inset; } :root[data-theme="light"] .card-prod:hover .card-prod-overlay{ background: linear-gradient( to top, rgba(255,255,255,.08), rgba(255,255,255,0) 60% ); } :root[data-theme="light"] .card-prod:focus-visible{ box-shadow: 0 0 0 4px rgba(37,99,235,.14), 0 22px 44px rgba(15,23,42,.12); } .sub{ color: rgba(255,255,255,.72); } :root[data-theme="light"] .sub{ color: rgba(15,23,42,.68); } @media (max-width: 860px){ .card-prod-title{ min-height: 50px; padding: 11px 12px; font-size: 13px; } .card-prod-btn{ font-size: 10.5px; padding: 10px 14px; } } .services-grid{ display:grid; grid-template-columns:repeat(6,1fr); gap:20px; align-items:start; } .service-card{ text-decoration:none; color:inherit; display:flex; flex-direction:column; align-items:center; gap:14px; cursor:pointer; } .service-svg{ width:100%; height:100%; display:block; object-fit:contain; transform: scale(var(--icon-scale, 1.0)); transform-origin:center; transition: transform .22s ease; } .service-ring{ width:120px; height:120px; position:relative; border-radius:50%; overflow:visible; filter: drop-shadow(0 14px 26px rgba(0,0,0,.10)); transition: transform .20s ease, filter .20s ease; } .service-overlay{ position:absolute; inset:8px; border-radius:50%; opacity:0; transition: opacity .20s ease; pointer-events:none; background: radial-gradient(circle at 50% 55%, rgba(90,160,255,.26), rgba(90,160,255,0) 58%), radial-gradient(circle at 35% 35%, rgba(255,255,255,.14), rgba(255,255,255,0) 55%); filter: saturate(1.12); } .service-btn{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) translateY(4px); color: rgba(255,255,255,.94); font-weight:900; font-size:12px; letter-spacing:.35px; padding:10px 14px; border-radius:14px; background: rgba(10, 14, 28, .82); border:1px solid rgba(255,255,255,.12); box-shadow: 0 14px 34px rgba(0,0,0,.18), 0 1px 0 rgba(255,255,255,.06) inset; backdrop-filter: blur(12px) saturate(1.1); -webkit-backdrop-filter: blur(12px) saturate(1.1); opacity:0; transition: opacity .18s ease, transform .18s ease; } .service-text{ margin-top: 10px; padding: 22px 18px; text-align:center; font-weight:900; font-size:13px; line-height:1.25; max-width:220px; min-height:64px; display:flex; align-items:flex-start; justify-content:center; color: var(--text, rgba(255,255,255,.92)); } .service-card:hover .service-overlay, .service-card:focus-visible .service-overlay{ opacity:1; } .service-card:hover .service-btn, .service-card:focus-visible .service-btn{ opacity:1; transform:translate(-50%,-50%) translateY(0); } .service-card:hover .service-ring{ transform: translateY(-2px); filter: drop-shadow(0 18px 36px rgba(0,0,0,.14)) drop-shadow(0 0 20px rgba(90,160,255,.14)); } .service-card:hover .service-svg{ transform: scale(calc(var(--icon-scale, 1.0) * 1.03)); } @media (prefers-reduced-motion: reduce){ .service-svg, .service-ring, .service-overlay, .service-btn{ transition:none !important; } } .spline-card{ position: relative; overflow: hidden; border-radius: 26px; min-height: 520px; background: rgba(10,16,32,.58); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(16px) saturate(1.15); -webkit-backdrop-filter: blur(16px) saturate(1.15); box-shadow: 0 20px 54px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08); } .spline-layer{ position:absolute; inset:0; z-index:0; pointer-events:auto; } .spline-layer .spline-view{ width:100%; height:100%; display:block; } .spline-fx{ position:absolute; inset:0; z-index:1; pointer-events:none; background: linear-gradient( 90deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.10) 30%, rgba(0,0,0,.04) 55%, rgba(0,0,0,0) 75% ); } .spline-content{ position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 54px 56px; min-height: 520px; pointer-events: none; } .spline-col{ pointer-events: auto; } .spline-col--left{ max-width: 520px; } .spline-col--right{ max-width: 420px; justify-self: end; text-align: right; } .spline-copy, .spline-copy a, .spline-copy button{ pointer-events:auto; } .spline-badge{ display:inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-weight: 800; letter-spacing: .12em; font-size: 11px; text-transform: uppercase; } .spline-title{ margin: 16px 0 12px; font-size: clamp(34px, 3.3vw, 52px); line-height: 1.02; font-weight: 800; letter-spacing: -0.03em; color: rgba(255,255,255,.94); } .spline-accent{ color: rgba(160,235,255,.95); } .spline-sub{ margin: 0 0 18px; max-width: 460px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.70); } .spline-points{ display: grid; gap: 14px; margin: 0 0 18px; } .spline-point{ padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px) saturate(1.1); -webkit-backdrop-filter: blur(10px) saturate(1.1); } .spline-point-h{ font-weight: 800; color: rgba(255,255,255,.90); letter-spacing: -0.01em; } .spline-point-p{ margin-top: 4px; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.62); } .spline-actions-row{ position: absolute; inset: 0; pointer-events: none; z-index: 4; } .spline-action-left, .spline-action-right{ position: absolute; bottom: 60px; pointer-events: auto; } .spline-action-left{ left: 40px; } .spline-action-right{ right: 40px; } .btn-black-glass{ display:inline-flex; align-items:center; justify-content:center; padding: 14px 22px; border-radius: 16px; font-weight: 900; font-size: 13px; letter-spacing: .4px; color: rgba(255,255,255,.92); background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); box-shadow: 0 14px 40px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,.10) inset; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; } .spline-layer .spline-view{ width:100%; height:100%; display:block; } :root[data-theme="light"] .spline-layer{ filter: contrast(1.08) saturate(.92) brightness(.94); } .spline-card::after{ content:""; position:absolute; inset:0; z-index:1; pointer-events:none; opacity:0; transition: opacity .25s ease; } :root[data-theme="light"] .spline-card::after{ opacity:1; background: radial-gradient( circle at 53% 46%, rgba(15,23,42,.10) 0%, rgba(15,23,42,.05) 16%, rgba(15,23,42,0) 34% ); } .service-svg{ color: #ffffff; } :root[data-theme="light"] .service-ring{ filter: drop-shadow(0 12px 22px rgba(15,23,42,.08)); } :root[data-theme="light"] .service-overlay{ background: radial-gradient(circle at 50% 55%, rgba(37,99,235,.16), rgba(37,99,235,0) 58%), radial-gradient(circle at 35% 35%, rgba(255,255,255,.34), rgba(255,255,255,0) 55%); } :root[data-theme="light"] .service-btn{ color: rgba(15,23,42,.88); background: rgba(255,255,255,.70); border-color: rgba(15,23,42,.08); box-shadow: 0 12px 24px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.92) inset; } :root[data-theme="light"] .service-text{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .service-card:hover .service-ring{ filter: drop-shadow(0 18px 30px rgba(15,23,42,.10)) drop-shadow(0 0 18px rgba(37,99,235,.10)); } :root[data-theme="light"] .spline-card{ background: linear-gradient( 180deg, rgba(255,255,255,.78), rgba(248,250,252,.72) ); border-color: rgba(15,23,42,.07); box-shadow: 0 18px 40px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.92); } :root[data-theme="light"] .spline-fx{ background: radial-gradient( circle at 52% 44%, rgba(15,23,42,.06) 0%, rgba(15,23,42,.04) 18%, rgba(15,23,42,0) 42% ), linear-gradient( 90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.76) 26%, rgba(255,255,255,.22) 48%, rgba(255,255,255,0) 68% ); } :root[data-theme="light"] .spline-badge{ background: rgba(255,255,255,.56); border-color: rgba(15,23,42,.08); color: rgba(15,23,42,.66); } :root[data-theme="light"] .spline-title{ color: rgba(15,23,42,.94); } :root[data-theme="light"] .spline-accent{ color: rgba(37,99,235,.86); } :root[data-theme="light"] .spline-sub{ color: rgba(15,23,42,.68); } :root[data-theme="light"] .spline-point{ background: rgba(255,255,255,.46); border-color: rgba(15,23,42,.07); box-shadow: 0 10px 24px rgba(15,23,42,.04); backdrop-filter: blur(8px) saturate(1.02); -webkit-backdrop-filter: blur(8px) saturate(1.02); } :root[data-theme="light"] .spline-point-h{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .spline-point-p{ color: rgba(15,23,42,.62); } .btn-black-glass:hover{ transform: translateY(-2px); background: rgba(0,0,0,.65); box-shadow: 0 22px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(90,160,255,.25) inset; } .btn-black-glass:active{ transform: translateY(0); } :root[data-theme="light"] .btn-black-glass{ color: #0f172a; background: rgba(255,255,255,.55); border: 1px solid rgba(15,23,42,.10); backdrop-filter: blur(14px) saturate(1.05); -webkit-backdrop-filter: blur(14px) saturate(1.05); box-shadow: 0 14px 40px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.9) inset; text-shadow: none; } :root[data-theme="light"] .service-svg{ color: #0f172a; } @media (max-width: 980px){ .spline-content{ grid-template-columns: 1fr; text-align: left; padding: 26px; min-height: 560px; } .spline-col--right{ justify-self: start; text-align: left; } } .spline-mount, .spline-view, .spline-poster { width: 100%; height: 100%; display: block; } .spline-poster { object-fit: cover; } .spline-view { pointer-events: none; } .spline-mount.is-static .spline-poster { display: block; } .banner{ position: relative; isolation: isolate; display: grid; align-items: center; gap: 36px; padding: 40px; border-radius: 26px; overflow: hidden; grid-template-columns: minmax(0, clamp(360px, 42%, 520px)) minmax(0, 1fr); background: radial-gradient(900px 420px at 20% 10%, rgba(45,92,255,.18), transparent 60%), radial-gradient(700px 420px at 80% 60%, rgba(0,0,0,.45), transparent 65%), linear-gradient(135deg, #050b18, #08142e); box-shadow: 0 40px 120px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.10) inset; } .banner::after{ content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient( 0deg, rgba(255,255,255,.04) 0px, rgba(255,255,255,.04) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 4px ); opacity: .08; z-index: 0; } .banner::before{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: min(620px, 52%); clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%); border-top-left-radius: 26px; border-bottom-left-radius: 26px; background: rgba(255,255,255,.06); backdrop-filter: blur(18px) saturate(1.3); -webkit-backdrop-filter: blur(18px) saturate(1.3); border-right: 1px solid rgba(255,255,255,.14); pointer-events: none; z-index: 1; } .banner-left, .banner-right{ position: relative; z-index: 2; } .banner-left{ max-width: clamp(360px, 42%, 520px); min-width: 0; padding-right: 64px; } .banner-badge{ display: inline-block; font-size: 34px; font-weight: 1000; letter-spacing: -.4px; padding: 14px 18px; margin-bottom: 18px; border-radius: 18px; color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 18px 50px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.22) inset; } .banner-list{ margin: 0 0 18px; padding-left: 20px; } .banner-list li{ margin: 12px 0; font-weight: 900; font-size: 16px; line-height: 1.35; color: rgba(255,255,255,.88); text-shadow: 0 10px 28px rgba(0,0,0,.55); } .banner-list li::marker{ color: #6aa4ff; font-size: 18px; } .banner-left .btn{ border-radius: 18px; padding: 14px 22px; font-weight: 1000; background: linear-gradient(135deg, #3a6bff, #5aa0ff); color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.35) inset; border: 0; } .banner-left .btn:hover{ transform: translateY(-1px); box-shadow: 0 26px 70px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.40) inset; } .banner-right{ justify-self: end; width: 100%; max-width: 360px; padding: 22px 24px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.18) inset; } .banner-phone-title{ font-weight: 900; font-size: 16px; margin-bottom: 14px; color: rgba(255,255,255,.70); } .banner-phone{ font-size: 34px; font-weight: 1000; line-height: 1.1; letter-spacing: .2px; color: #fff; } @media (max-width: 1100px){ .banner{ grid-template-columns: 1fr; padding: 32px; gap: 26px; } .banner::before{ inset: 0; width: 100%; clip-path: none; border-right: 0; border-top-left-radius: 26px; border-top-right-radius: 26px; border-bottom-left-radius: 26px; border-bottom-right-radius: 26px; } .banner-left{ max-width: 100%; padding-right: 0; } .banner-right{ max-width: 100%; justify-self: stretch; } } @media (max-width: 560px){ .banner{ padding: 22px; gap: 22px; border-radius: 22px; } .banner::before{ border-radius: 22px; } .banner-badge{ font-size: 24px; padding: 12px 16px; border-radius: 16px; } .banner-list li{ font-size: 15px; } .banner-right{ padding: 18px 18px; border-radius: 18px; } .banner-phone{ font-size: 28px; } } .lead{ position: relative; overflow: hidden; border-radius: 22px; padding: 36px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; background: radial-gradient(900px 420px at 12% 0%, rgba(90,160,255,.18), rgba(90,160,255,0) 55%), linear-gradient(180deg, #0b1226, #0a1022); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 40px 140px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.08) inset; transform: translateZ(0); } .lead::before{ content:""; position:absolute; inset:-120px; pointer-events:none; background: radial-gradient(circle at 20% 20%, rgba(90,160,255,.20), transparent 55%), radial-gradient(circle at 80% 60%, rgba(255,255,255,.06), transparent 60%); filter: blur(22px); opacity: .85; } .lead-h{ font-size: 28px; font-weight: 1000; line-height: 1.15; margin-bottom: 14px; color: #fff; letter-spacing: -0.2px; } .lead-p{ font-weight: 800; color: rgba(255,255,255,.78); margin: 10px 0; line-height: 1.45; } .lead-form{ position: relative; z-index: 1; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 20px; backdrop-filter: blur(16px) saturate(1.25); -webkit-backdrop-filter: blur(16px) saturate(1.25); box-shadow: 0 28px 90px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.10) inset; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease; } .lead-form__fields, .lead-form__footer{ position: relative; z-index: 2; } .lead-form__fields{ display: grid; gap: 12px; } .lead-field{ position: relative; } .lead-form input, .lead-form textarea{ display: block; width: 100%; min-width: 0; background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 14px 14px; font-size: 14px; font-weight: 900; color: #111; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; box-sizing: border-box; } .lead-form input:focus, .lead-form textarea:focus{ border-color: rgba(58,160,255,.45); box-shadow: 0 0 0 4px rgba(58,160,255,.12), 0 10px 24px rgba(58,160,255,.10); } .lead-form input::placeholder, .lead-form textarea::placeholder{ color: #777; font-weight: 800; } .lead-form textarea{ min-height: 120px; resize: vertical; } .lead-form input[type="email"].is-invalid{ border-color: rgba(255,120,120,.7); box-shadow: 0 0 0 4px rgba(255,120,120,.10); } .phone-wrap{ display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.08); border-radius: 14px; padding: 0 14px; min-height: 52px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; } .phone-wrap:focus-within{ border-color: rgba(58,160,255,.45); box-shadow: 0 0 0 4px rgba(58,160,255,.12), 0 10px 24px rgba(58,160,255,.10); } .phone-flag{ flex: 0 0 auto; width: 22px; height: 16px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.08); background: #e9eef7; display: grid; place-items: center; font-size: 14px; } .phone-wrap input{ border: 0 !important; background: transparent !important; box-shadow: none !important; padding: 0 !important; min-height: 50px; } .lead-consents{ display: flex; flex-direction: column; gap: 12px; margin: 14px 0 16px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); } .lead-consent{ display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.9); font-size: 9px; line-height: 1.5; font-weight: 750; cursor: pointer; } .lead-consent input[type="checkbox"]{ flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: #6bd5ff; cursor: pointer; } .lead-consent span{ display: block; min-width: 0; } .lead-consent a{ color: #8fbcff; text-decoration: none; border-bottom: 1px solid rgba(143,188,255,.35); transition: color .18s ease, border-color .18s ease; } .lead-consent a:hover, .lead-consent a:visited:hover{ color: #c6e3ff; border-color: rgba(198,227,255,.65); } .lead-consent a:visited{ color: #8fbcff; border-color: rgba(143,188,255,.35); } .lead-form__footer{ display: grid; gap: 10px; } .lead-submit{ position: relative; overflow: hidden; min-height: 58px; width: 100%; max-width: 420px; justify-self: center; transition: width .35s ease, border-radius .35s ease, transform .2s ease, box-shadow .25s ease; } .lead-submit__label{ transition: opacity .2s ease, transform .2s ease; } .lead-submit__spinner{ position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin-left: -9px; margin-top: -9px; border-radius: 50%; border: 2px solid rgba(255,255,255,.22); border-top-color: rgba(255,255,255,.92); opacity: 0; transform: scale(.8); transition: opacity .2s ease, transform .2s ease; } .lead-submit__check{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(.7); opacity: 0; color: #fff; font-size: 22px; font-weight: 1000; transition: opacity .2s ease, transform .2s ease; } .form-note{ min-height: 18px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.68); } .lead-form__fx{ position: absolute; inset: -20%; z-index: 1; pointer-events: none; opacity: 0; transition: opacity .2s ease; } .lead-form__fx::before{ content: ""; position: absolute; inset: 0; transform: translateX(-120%) rotate(12deg); background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(107,213,255,.05) 35%, rgba(255,255,255,.18) 50%, rgba(107,213,255,.05) 65%, rgba(255,255,255,0) 100% ); filter: blur(10px); } .lead-form__success{ position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; align-content: center; gap: 12px; padding: 24px; text-align: center; opacity: 0; pointer-events: none; transform: scale(.98); transition: opacity .35s ease, transform .35s ease; } .lead-form.is-success .lead-form__success{ opacity: 1; pointer-events: auto; transform: scale(1); } .lead-form.is-success .lead-form__fields, .lead-form.is-success .lead-form__footer{ opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; } .lead-success__ring{ position: relative; width: 86px; height: 86px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(107,213,255,.18), rgba(107,213,255,0) 62%), rgba(255,255,255,.04); border: 1px solid rgba(107,213,255,.22); box-shadow: 0 0 0 8px rgba(107,213,255,.05), 0 20px 50px rgba(58,160,255,.18); } .lead-success__ring::before{ content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(107,213,255,.18); animation: leadPulseRing 2s ease-out infinite; } .lead-success__check{ color: #dff7ff; font-size: 34px; font-weight: 1000; line-height: 1; } .lead-success__title{ color: #fff; font-size: 24px; font-weight: 1000; letter-spacing: -.02em; } .lead-success__text{ max-width: 360px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; } .lead-form.is-sending{ border-color: rgba(107,213,255,.22); box-shadow: 0 28px 90px rgba(0,0,0,.45), 0 0 0 1px rgba(107,213,255,.10) inset, 0 0 40px rgba(58,160,255,.10); } .lead-form.is-sending .lead-form__fx{ opacity: 1; } .lead-form.is-sending .lead-form__fx::before{ animation: leadSweep 1.4s linear infinite; } .lead-form.is-sending .lead-submit{ pointer-events: none; } .lead-form.is-sending .lead-submit__label{ opacity: 0; transform: translateY(4px); } .lead-form.is-sending .lead-submit__spinner{ opacity: 1; transform: scale(1); animation: leadSpin .75s linear infinite; } .lead-form.is-success{ border-color: rgba(107,213,255,.28); box-shadow: 0 28px 90px rgba(0,0,0,.45), 0 0 0 1px rgba(107,213,255,.14) inset, 0 0 60px rgba(58,160,255,.16); } .lead-form.is-success .lead-submit{ width: 58px; min-width: 58px; max-width: 58px; border-radius: 999px; } .lead-form.is-success .lead-submit__label, .lead-form.is-success .lead-submit__spinner{ opacity: 0; } .lead-form.is-success .lead-submit__check{ opacity: 1; transform: translate(-50%, -50%) scale(1); } .lead-form.is-error{ animation: leadShake .32s ease; } .lead-form.is-error .form-note{ color: #ffbcbc; } .lead-form.is-sending .form-note{ color: rgba(255,255,255,.72); } .iti{ width: 100%; } .iti input{ width: 100% !important; } .iti--inline-dropdown{ width: 100%; } .iti__country-container{ left: 12px; } .iti input#leadPhone{ padding-left: 84px !important; } .iti__selected-country{ border-radius: 10px; padding: 0 10px 0 8px; background: transparent; } .iti__selected-country-primary{ gap: 8px; } .iti__arrow{ border-top-color: rgba(0,0,0,.55); } .iti__arrow--up{ border-bottom-color: rgba(0,0,0,.55); } .iti__dropdown-content{ background: #f4f5f7 !important; border: 1px solid rgba(0,0,0,.12) !important; border-radius: 16px !important; box-shadow: 0 18px 50px rgba(0,0,0,.18), 0 1px 0 rgba(255,255,255,.65) inset !important; overflow: hidden; } .iti__search-input{ background: #ffffff !important; color: #111 !important; border: 1px solid rgba(0,0,0,.10) !important; border-radius: 14px !important; font-size: 15px !important; font-weight: 800 !important; padding: 14px 16px !important; box-shadow: none !important; } .iti__search-input::placeholder{ color: #7a7a7a !important; opacity: 1 !important; } .iti__country-list{ background: #f4f5f7 !important; color: #111 !important; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,.22) transparent; } .iti__country-list::-webkit-scrollbar{ width: 10px; } .iti__country-list::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 999px; } .iti__country-list::-webkit-scrollbar-track{ background: transparent; } .iti__country{ display: flex !important; align-items: center !important; gap: 10px !important; padding: 14px 16px !important; color: #16181d !important; background: transparent !important; transition: background .16s ease, color .16s ease; } .iti__country:hover{ background: rgba(58,160,255,.08) !important; } .iti__country.iti__highlight{ background: rgba(58,160,255,.12) !important; color: #0d1422 !important; } .iti__country-name{ color: #16181d !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.2 !important; } .iti__dial-code{ color: rgba(0,0,0,.54) !important; font-size: 15px !important; font-weight: 700 !important; margin-left: auto !important; } .iti__country.iti__highlight .iti__country-name{ color: #0d1422 !important; } .iti__country.iti__highlight .iti__dial-code{ color: rgba(13,20,34,.68) !important; } .iti__flag{ box-shadow: 0 0 0 1px rgba(0,0,0,.08); border-radius: 2px; } .iti__search-results-text{ color: #555 !important; font-size: 14px !important; font-weight: 700 !important; padding: 10px 16px !important; background: #f4f5f7 !important; } .lead-form input.is-invalid, .lead-form textarea.is-invalid, .iti input.is-invalid{ border-color: rgba(255,120,120,.72) !important; box-shadow: 0 0 0 4px rgba(255,120,120,.10) !important; } @keyframes leadSpin{ to{ transform: scale(1) rotate(360deg); } } @keyframes leadSweep{ 0%{ transform: translateX(-120%) rotate(12deg); } 100%{ transform: translateX(120%) rotate(12deg); } } @keyframes leadShake{ 0%,100%{ transform: translateX(0); } 20%{ transform: translateX(-4px); } 40%{ transform: translateX(4px); } 60%{ transform: translateX(-3px); } 80%{ transform: translateX(3px); } } @keyframes leadPulseRing{ 0%{ transform: scale(.92); opacity: .8; } 100%{ transform: scale(1.18); opacity: 0; } } @media (max-width: 1100px){ .lead{ grid-template-columns: 1fr; padding: 28px; } .lead-h{ font-size: 24px; } } @media (max-width: 640px){ .lead-form{ padding: 16px; } .lead-submit{ max-width: 100%; width: 100%; } .lead-consent{ font-size: 12px; } } @media (max-width: 420px){ .lead{ padding: 22px; border-radius: 18px; } .lead-h{ font-size: 22px; } .lead-form textarea{ min-height: 110px; } } @media (prefers-reduced-motion: reduce){ .lead, .lead::before, .lead-form, .lead-submit, .lead-form__success{ transition: none !important; animation: none !important; } } .clients-grid{ display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:18px; align-items: stretch; } .client-card{ position: relative; overflow:hidden; border-radius: 20px; background: rgba(10,16,28,.72); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 22px 70px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.07) inset; transform: translateZ(0); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; } .client-card::before{ content:""; position:absolute; inset:-1px; pointer-events:none; border-radius: 20px; background: radial-gradient(circle at 18% 14%, rgba(255,255,255,.22), rgba(255,255,255,0) 46%), radial-gradient(circle at 85% 80%, rgba(90,160,255,.16), rgba(90,160,255,0) 58%); opacity:.9; } .client-card:hover{ transform: translateY(-4px); border-color: rgba(90,160,255,.45); box-shadow: 0 32px 110px rgba(0,0,0,.62), 0 0 0 1px rgba(90,160,255,.18) inset; } .client-img{ height: 140px; position: relative; overflow: hidden; background: radial-gradient(900px 240px at 20% 20%, rgba(90,160,255,.22), rgba(90,160,255,0) 55%), linear-gradient(135deg, rgba(18,26,44,.95), rgba(8,12,22,.95)); background-repeat: no-repeat; background-position: center center; background-size: cover; border-bottom: 1px solid rgba(255,255,255,.08); } .client-img::after{ content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(to top, rgba(4,8,18,.75), rgba(4,8,18,0) 62%); opacity: .9; } .client-title{ padding: 14px 14px 0; font-weight: 1000; text-align: center; color: rgba(255,255,255,.94); letter-spacing: -0.15px; } .client-text{ padding: 10px 14px 16px; font-size: 12px; text-align: center; font-weight: 750; color: rgba(255,255,255,.76); line-height: 1.45; } .client-card:focus-within{ box-shadow: 0 0 0 4px rgba(90,160,255,.30), 0 32px 110px rgba(0,0,0,.62); } @media (max-width: 1100px){ .clients-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); } } @media (max-width: 560px){ .clients-grid{ grid-template-columns:1fr; } } :root[data-theme="light"] .client-card{ background: linear-gradient( 180deg, rgba(255,255,255,.72), rgba(255,255,255,.52) ); border-color: rgba(15,23,42,.08); box-shadow: 0 16px 40px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.94) inset; } :root[data-theme="light"] .client-card::before{ background: radial-gradient(circle at 18% 14%, rgba(255,255,255,.42), rgba(255,255,255,0) 46%), radial-gradient(circle at 85% 80%, rgba(90,160,255,.10), rgba(90,160,255,0) 58%); opacity: 1; } :root[data-theme="light"] .client-card:hover{ border-color: rgba(90,160,255,.24); box-shadow: 0 22px 54px rgba(15,23,42,.12), 0 0 0 1px rgba(90,160,255,.08) inset; } :root[data-theme="light"] .client-img{ background: radial-gradient(900px 240px at 20% 20%, rgba(90,160,255,.14), rgba(90,160,255,0) 55%), linear-gradient(135deg, rgba(250,252,255,.96), rgba(240,245,252,.96)); border-bottom-color: rgba(15,23,42,.08); } :root[data-theme="light"] .client-img::after{ background: linear-gradient(to top, rgba(15,23,42,.10), rgba(15,23,42,0) 62%); opacity: .45; } :root[data-theme="light"] .client-title{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .client-text{ color: rgba(15,23,42,.68); } :root[data-theme="light"] .client-card:focus-within{ box-shadow: 0 0 0 4px rgba(90,160,255,.18), 0 22px 54px rgba(15,23,42,.12); } :root[data-theme="light"] .client-img{ background-position: center center; background-size: cover; border-bottom-color: rgba(15,23,42,.08); } :root{ --revmap-gap: 18px; --revmap-h: clamp(300px, 30vw, 380px); --glass-r: 22px; --glass-r-in: 16px; --glass-pad: 14px; --glass-bg: rgba(10,16,28,.72); --glass-brd: rgba(255,255,255,.10); --glass-brd-hover: rgba(90,160,255,.40); --t: rgba(255,255,255,.82); } .home-revmap-grid{ display:grid; grid-template-columns: 1.05fr .95fr; gap: var(--revmap-gap); align-items: stretch; margin-top: 14px; } .embed{ position: relative; overflow: hidden; border-radius: var(--glass-r); padding: 16px; margin-top: 18px; background: var(--glass-bg); border: 1px solid var(--glass-brd); box-shadow: 0 22px 70px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.07) inset; backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); transform: translateZ(0); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; } .embed::before{ content:""; position:absolute; inset:-1px; border-radius: inherit; pointer-events:none; background: radial-gradient(circle at 18% 12%, rgba(255,255,255,.20), rgba(255,255,255,0) 48%), radial-gradient(circle at 85% 80%, rgba(90,160,255,.18), rgba(90,160,255,0) 58%); opacity:.9; } .embed:hover{ transform: translateY(-3px); border-color: var(--glass-brd-hover); box-shadow: 0 34px 110px rgba(0,0,0,.62), 0 0 0 1px rgba(90,160,255,.16) inset; } .home-revmap-grid .embed{ margin-top: 0; } .embed-inner{ height: 320px; border-radius: var(--glass-r-in); display:flex; align-items:center; justify-content:center; color: var(--t); font-weight: 850; letter-spacing: .2px; background: radial-gradient(900px 320px at 20% 20%, rgba(90,160,255,.18), rgba(90,160,255,0) 55%), linear-gradient(135deg, rgba(18,26,44,.92), rgba(8,12,22,.92)); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 16px 50px rgba(0,0,0,.40), 0 1px 0 rgba(255,255,255,.06) inset; } .embed-inner iframe{ width:100%; height:100%; border:0; border-radius: inherit; display:block; } .home-revmap-grid .embed-inner{ height: var(--revmap-h); } .embed.map{ padding: var(--glass-pad); } .embed.map .ct-map.home-map{ position: relative; height: var(--revmap-h); aspect-ratio: auto; border-radius: calc(var(--glass-r) - 6px); overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 18px 60px rgba(0,0,0,.35); } .embed.map .ct-map-top{ position:absolute; left: 12px; top: 12px; right: 12px; z-index: 3; pointer-events: none; } .embed.map .ct-map-canvas{ position:absolute; inset:0; width:100%; height:100%; border-radius: inherit; overflow:hidden; z-index: 1; } .embed.map .ct-map.home-map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; border-radius: inherit; } .embed-inner{ border-radius: 16px; overflow: hidden; } .embed-inner iframe{ width:100%; height:100%; border:0; border-radius: inherit; display:block; } @media (max-width: 1100px){ .home-revmap-grid{ grid-template-columns: 1fr; } .embed-inner{ height: 340px; } .embed.map .ct-map.home-map{ height: 340px; } } @media (prefers-reduced-motion: reduce){ .embed{ transition:none !important; } .embed:hover{ transform:none; } } .embed{ box-shadow: 0 12px 40px rgba(0,0,0,.35), 0 40px 120px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06); } .embed:hover{ transform: translateY(-4px) scale(1.005); box-shadow: 0 18px 60px rgba(0,0,0,.45), 0 60px 160px rgba(0,0,0,.65), 0 0 0 1px rgba(90,160,255,.18) inset; border-color: rgba(90,160,255,.35); } .embed::after{ content:""; position:absolute; inset:0; border-radius: inherit; pointer-events:none; background: radial-gradient(600px 200px at 50% 0%, rgba(90,160,255,.12), transparent 60%); opacity: .6; } .embed-inner{ position: relative; background: radial-gradient(800px 260px at 30% 10%, rgba(90,160,255,.14), transparent 60%), linear-gradient(135deg, rgba(18,26,44,.92), rgba(8,12,22,.96)); border: 1px solid rgba(255,255,255,.07); box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05); } .embed.map{ padding: 16px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)), rgba(10,16,28,.78); box-shadow: 0 20px 60px rgba(0,0,0,.45), 0 40px 120px rgba(0,0,0,.55); } .embed.map .ct-map.home-map{ box-shadow: 0 12px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05); } .home-revmap-grid{ overflow: visible; } .embed{ overflow: visible; } :root[data-theme="light"] .embed{ background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.55)); border-color: rgba(15,23,42,.08); box-shadow: 0 10px 30px rgba(15,23,42,.08), 0 30px 80px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.9); } :root[data-theme="light"] .embed-inner{ background: radial-gradient(800px 260px at 30% 10%, rgba(58,160,255,.10), transparent 60%), linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,248,255,.95)); border-color: rgba(15,23,42,.08); } :root[data-theme="light"] .embed.map{ background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.6)); } :root[data-theme="light"] .embed a, :root[data-theme="light"] .embed .btn, :root[data-theme="light"] .embed .revmap-link{ color: rgba(15,23,42,.88) !important; } .footer{ padding: 60px 0 30px; background: linear-gradient(to bottom, #060e20, #050b18); border-top: 1px solid rgba(255,255,255,.06); } .footer-grid{ display:grid; grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(210px, .9fr); gap: clamp(18px, 2.4vw, 34px); align-items: start; } .f-title{ font-weight: 900; font-size: 14px; margin-bottom: 14px; color: #fff; } .f-link{ display:block; font-size: 13.5px; margin-bottom: 10px; color: rgba(255,255,255,.65); text-decoration:none; transition: color .2s ease; } .f-link:hover{ color:#fff; } .f-right{ text-align:right; display: grid; justify-items: end; align-content: start; gap: 12px; min-width: 0; } .f-right .btn{ width: min(100%, 220px); justify-content: center; white-space: nowrap; } .f-contact{ display:block; margin-top:0; font-weight: 800; font-size: 14px; color:#fff; text-decoration:none; opacity:.85; transition: opacity .2s ease; } .f-contact:hover{ opacity:1; } .f-sub{ margin-top:18px; font-size:12.5px; color:rgba(255,255,255,.45); } .f-bottom{ margin-top:40px; padding-top:18px; font-size:12px; color:rgba(255,255,255,.35); border-top:1px solid rgba(255,255,255,.05); } @media (max-width: 1120px){ .footer-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } .f-right{ grid-column: 1 / -1; text-align:left; justify-items: start; } .f-right .btn{ width: auto; } } @media (max-width: 768px){ .footer{ padding: 40px 0 20px; } .footer-grid{ grid-template-columns: 1fr; gap: 26px; } .f-title{ font-size: 13px; margin-bottom: 10px; } .f-link{ font-size: 13px; margin-bottom: 8px; } .f-right{ text-align:left; justify-items: stretch; } .f-contact{ font-size: 13px; margin-top:10px; } .f-sub{ font-size: 12px; margin-top:14px; } .btn.btn-yellow{ width:100%; margin-bottom:12px; } .f-bottom{ margin-top:28px; text-align:center; } } .f-bottom-inner{ display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; } .f-copy{ color: rgba(255,255,255,.55); font-size: 13px; } .f-legal{ display: flex; gap: 16px; flex-wrap: wrap; } .f-legal a{ font-size: 12.5px; color: rgba(255,255,255,.55); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.15); transition: all .18s ease; white-space: nowrap; } .f-legal a:hover{ color: #6bd5ff; border-color: rgba(107,213,255,.5); } .g-cookie{ position: fixed; left: 16px; right: 16px; bottom: calc(env(safe-area-inset-bottom) + 14px); z-index: 2100; display: flex; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(14px); pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility .22s ease; } .g-cookie.is-show{ opacity: 1; visibility: visible; transform: translateY(0); pointer-events: none; } .g-cookie__panel{ width: min(980px, 100%); pointer-events: auto; border-radius: 20px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)), rgba(10,16,34,.78); backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); box-shadow: 0 18px 60px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05); overflow: hidden; } .g-cookie__content{ display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 14px 16px; } .g-cookie__textwrap{ min-width: 0; } .g-cookie__title{ margin: 0 0 4px; color: #fff; font-weight: 900; letter-spacing: -.15px; line-height: 1.15; font-size: 15px; } .g-cookie__text{ margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.5; } .g-cookie__text a{ color: #6bd5ff; text-decoration: none; border-bottom: 1px solid rgba(107,213,255,.32); transition: color .18s ease, border-color .18s ease; } .g-cookie__text a:hover{ color: #9fe6ff; border-color: rgba(159,230,255,.65); } .g-cookie__actions{ flex: 0 0 auto; display: flex; align-items: center; } .g-cookie__btn{ min-height: 42px; padding: 0 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg, rgba(107,213,255,.20), rgba(58,160,255,.20)), rgba(255,255,255,.05); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: -.1px; cursor: pointer; white-space: nowrap; box-shadow: 0 10px 28px rgba(58,160,255,.14), inset 0 1px 0 rgba(255,255,255,.05); transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; } .g-cookie__btn:hover{ transform: translateY(-1px); border-color: rgba(107,213,255,.26); background: linear-gradient(135deg, rgba(107,213,255,.26), rgba(58,160,255,.26)), rgba(255,255,255,.07); box-shadow: 0 14px 34px rgba(58,160,255,.18), inset 0 1px 0 rgba(255,255,255,.06); } .g-cookie__btn:active{ transform: translateY(0); } @media (max-width: 760px){ .g-cookie{ left: 10px; right: 10px; bottom: calc(env(safe-area-inset-bottom) + 10px); } .g-cookie__panel{ width: 100%; border-radius: 18px; } .g-cookie__content{ grid-template-columns: 1fr; gap: 12px; padding: 12px; } .g-cookie__title{ font-size: 14px; margin-bottom: 6px; } .g-cookie__text{ font-size: 12.5px; line-height: 1.5; } .g-cookie__actions{ width: 100%; } .g-cookie__btn{ width: 100%; min-height: 40px; } } :root[data-theme="light"] .footer{ background: linear-gradient(180deg, rgba(248,250,253,.96), rgba(238,243,249,.96)); border-top-color: rgba(15,23,42,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); } :root[data-theme="light"] .f-title{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .f-link{ color: rgba(15,23,42,.64); } :root[data-theme="light"] .f-link:hover{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .f-right{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .f-contact{ color: rgba(15,23,42,.88); opacity: .9; } :root[data-theme="light"] .f-contact:hover{ opacity: 1; } :root[data-theme="light"] .f-sub{ color: rgba(15,23,42,.48); } :root[data-theme="light"] .f-bottom{ color: rgba(15,23,42,.42); border-top-color: rgba(15,23,42,.08); } :root[data-theme="light"] .f-copy{ color: rgba(15,23,42,.50); } :root[data-theme="light"] .f-legal a{ color: rgba(15,23,42,.56); border-bottom-color: rgba(15,23,42,.14); } :root[data-theme="light"] .f-legal a:hover{ color: #2f74d8; border-bottom-color: rgba(47,116,216,.38); } :root[data-theme="light"] .g-cookie__panel{ border-color: rgba(15,23,42,.08); background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,250,253,.84)), rgba(255,255,255,.82); box-shadow: 0 18px 44px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.96); } :root[data-theme="light"] .g-cookie__title{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .g-cookie__text{ color: rgba(15,23,42,.68); } :root[data-theme="light"] .g-cookie__text a{ color: #2f74d8; border-bottom-color: rgba(47,116,216,.28); } :root[data-theme="light"] .g-cookie__text a:hover{ color: #1f5fc0; border-bottom-color: rgba(31,95,192,.42); } :root[data-theme="light"] .g-cookie__btn{ border-color: rgba(58,160,255,.18); background: linear-gradient(135deg, rgba(107,213,255,.22), rgba(58,160,255,.18)), rgba(255,255,255,.72); color: rgba(15,23,42,.88); box-shadow: 0 10px 24px rgba(58,160,255,.10), inset 0 1px 0 rgba(255,255,255,.95); } :root[data-theme="light"] .g-cookie__btn:hover{ border-color: rgba(58,160,255,.26); background: linear-gradient(135deg, rgba(107,213,255,.28), rgba(58,160,255,.24)), rgba(255,255,255,.84); box-shadow: 0 14px 28px rgba(58,160,255,.12), inset 0 1px 0 rgba(255,255,255,.98); } .about{ padding: 90px 0; position: relative; background: radial-gradient(900px 420px at 50% -10%, rgba(45,92,255,.10), transparent 60%), linear-gradient(to bottom, #050b18, #060e20); overflow: hidden; scroll-margin-top: 96px; } .about::before{ content:""; position:absolute; inset:0; pointer-events:none; background: repeating-linear-gradient( 0deg, rgba(255,255,255,.04) 0px, rgba(255,255,255,.04) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 4px ); opacity:.06; } .about-wrap{ max-width:1200px; margin:0 auto; position:relative; z-index:1; } .about-title{ text-align:center; font-size: clamp(26px, 2.4vw, 36px); letter-spacing:-0.4px; margin:0 0 46px; font-weight:1000; color:#fff; text-shadow:0 14px 40px rgba(0,0,0,.38); } .about-grid{ display:grid; grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr); gap: 48px; align-items:center; } .about-text{ font-size:18px; line-height:1.75; color: rgba(255,255,255,.82); min-width:0; max-width:100%; } .about-text p{ margin:0 0 18px; } .about-strong{ font-weight:1000; margin-top:22px; color:#fff; } .about-address{ font-weight:900; color: rgba(255,255,255,.92); } .about-phone{ font-weight:1000; color:#6aa4ff; text-decoration:none; } .about-phone:hover{ text-decoration:underline; } .about-divider{ width:1px; height:320px; justify-self:center; background: linear-gradient( to bottom, transparent, rgba(255,255,255,.25), transparent ); opacity:.7; } .about-slider{ position:relative; width:100%; max-width:min(520px, 100%); margin-left:auto; border-radius:22px; overflow:hidden; background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 24px 70px rgba(0,0,0,.32), 0 1px 0 rgba(255,255,255,.18) inset; } .about-track{ display:flex; transition: transform .55s cubic-bezier(.2,.9,.2,1); will-change: transform; } .about-slide{ flex: 0 0 100%; box-sizing: border-box; padding: 18px; display:flex; align-items:center; justify-content:center; } .about-slide picture{ display:block; width:100%; } .about-slide img{ width:100%; height:auto; display:block; object-fit:contain; filter: drop-shadow(0 18px 36px rgba(0,0,0,.40)); } .about-arrow{ position:absolute; bottom:14px; width:46px; height:46px; border-radius:14px; background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); color:#fff; font-size:26px; cursor:pointer; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow:0 12px 30px rgba(0,0,0,.28); transition: transform .2s ease, opacity .2s ease, background .2s ease; } .about-arrow:hover{ transform: translateY(-2px); opacity:.95; } .about-arrow.left{ left:14px; } .about-arrow.right{ right:14px; } .about-dots{ position:absolute; bottom:20px; left:50%; transform:translateX(-50%); display:flex; gap:10px; z-index:5; } .about-dot{ width:10px; height:10px; border-radius:999px; background:#fff; opacity:.28; border:0; cursor:pointer; transition: opacity .2s ease, transform .2s ease, background .2s ease; } .about-dot.active{ opacity:1; transform: scale(1.25); } :root[data-theme="light"] .about{ background: radial-gradient(900px 420px at 50% -10%, rgba(45,92,255,.06), transparent 60%), linear-gradient(to bottom, #f6f8fc, #eef3f9); } :root[data-theme="light"] .about::before{ background: repeating-linear-gradient( 0deg, rgba(15,23,42,.02) 0px, rgba(15,23,42,.02) 1px, rgba(15,23,42,0) 2px, rgba(15,23,42,0) 4px ); opacity:.05; } :root[data-theme="light"] .about-title{ color: rgba(15,23,42,.96); text-shadow: none; } :root[data-theme="light"] .about-text{ color: rgba(15,23,42,.74); } :root[data-theme="light"] .about-strong{ color: rgba(15,23,42,.94); } :root[data-theme="light"] .about-address{ color: rgba(15,23,42,.88); } :root[data-theme="light"] .about-phone{ color: #2563eb; } :root[data-theme="light"] .about-divider{ background: linear-gradient( to bottom, transparent, rgba(15,23,42,.14), transparent ); opacity:.8; } :root[data-theme="light"] .about-slider{ background: linear-gradient( 180deg, rgba(255,255,255,.68), rgba(255,255,255,.50) ); border-color: rgba(15,23,42,.08); box-shadow: 0 18px 40px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.92) inset; } :root[data-theme="light"] .about-slide img{ filter: drop-shadow(0 12px 24px rgba(15,23,42,.12)); } :root[data-theme="light"] .about-arrow{ background: rgba(255,255,255,.58); border-color: rgba(15,23,42,.08); color: rgba(15,23,42,.84); box-shadow: 0 10px 24px rgba(15,23,42,.10); } :root[data-theme="light"] .about-arrow:hover{ background: rgba(255,255,255,.72); } :root[data-theme="light"] .about-dot{ background: rgba(15,23,42,.30); opacity:.4; } :root[data-theme="light"] .about-dot.active{ background: #2563eb; opacity:1; } @media (max-width: 1200px){ .about{ padding: 72px 0; } .about-grid{ gap: 32px; } .about-text{ font-size: 17px; line-height: 1.65; } .about-slider{ max-width: min(440px, 100%); } } @media (max-width: 1024px){ .about-grid{ grid-template-columns:1fr; gap:24px; align-items:start; } .about-divider{ display:none; } .about-slider{ margin:0 auto; max-width: 620px; } } @media (max-width: 560px){ .about{ padding: 54px 0; } .about-title{ margin: 0 0 22px; font-size: 24px; letter-spacing: -0.2px; } .about-text{ font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.86); padding: 16px 16px 14px; border-radius: 18px; background: linear-gradient( 180deg, rgba(8,14,28,.42), rgba(8,14,28,.22) ); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px) saturate(1.1); -webkit-backdrop-filter: blur(10px) saturate(1.1); box-shadow: 0 16px 44px rgba(0,0,0,.26), 0 1px 0 rgba(255,255,255,.05) inset; } .about-text p{ margin: 0 0 12px; } .about-strong{ margin-top: 14px; } .about-address{ font-weight: 900; color: rgba(255,255,255,.92); } .about-phone{ display:inline-block; margin-top: 2px; font-size: 16px; } .about-slider{ width: 100%; max-width: 520px; border-radius: 18px; } .about-slider::before{ content:""; display:block; aspect-ratio: 16 / 10; } .about-track{ position:absolute; inset:0; height:100%; } .about-slide{ height:100%; padding: 14px; } .about-slide img{ max-width: 100%; max-height: 100%; } .about-arrow{ bottom: 10px; width: 42px; height: 42px; border-radius: 14px; font-size: 24px; opacity: .95; } .about-arrow.left{ left: 10px; } .about-arrow.right{ right: 10px; } .about-dots{ bottom: 18px; gap: 8px; } .about-dot{ width: 8px; height: 8px; opacity: .26; } .about-dot.active{ transform: scale(1.3); } :root[data-theme="light"] .about-text{ color: rgba(15,23,42,.74); background: linear-gradient( 180deg, rgba(255,255,255,.56), rgba(255,255,255,.34) ); border-color: rgba(15,23,42,.06); box-shadow: 0 12px 28px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.94) inset; } :root[data-theme="light"] .about-address{ color: rgba(15,23,42,.88); } } @media (max-width: 380px){ .about-title{ font-size: 22px; } .about-text{ padding: 14px 14px 12px; } .about-slider::before{ aspect-ratio: 16 / 11; } } .lightbox{ position: fixed; inset: 0; display: none; z-index: 9999; } .lightbox.is-open{ display:block; } .lightbox-backdrop{ position: absolute; inset: 0; background: radial-gradient(1200px 600px at 50% 20%, rgba(90,160,255,.18), rgba(90,160,255,0) 55%), radial-gradient(900px 520px at 20% 80%, rgba(0,0,0,.35), rgba(0,0,0,0) 60%), rgba(2, 6, 18, .82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .lightbox-dialog{ position: absolute; inset: 40px; margin: auto; max-width: 1100px; max-height: calc(100vh - 80px); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; background: rgba(10, 16, 34, .78); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); box-shadow: 0 60px 180px rgba(0,0,0,.72), 0 1px 0 rgba(255,255,255,.10) inset; } .lightbox-dialog::before{ content:""; position:absolute; inset:-1px; pointer-events:none; border-radius: 22px; background: linear-gradient( 135deg, rgba(255,255,255,.18), rgba(255,255,255,0) 35%, rgba(90,160,255,.12) 70%, rgba(255,255,255,.10) ); opacity: .7; mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000); -webkit-mask: linear-gradient(#000,#000) content-box, linear-gradient(#000,#000); padding: 1px; -webkit-mask-composite: xor; mask-composite: exclude; } .lightbox-dialog img{ width: 100%; height: 100%; object-fit: contain; background: rgba(8, 12, 26, .85); flex: 1 1 auto; } .lightbox-cap{ padding: 12px 14px; color: rgba(255,255,255,.86); font-weight: 900; background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.10); } .lightbox-close{ position: absolute; right: 14px; top: 14px; width: 44px; height: 44px; border: 0; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.95); font-size: 24px; cursor: pointer; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 18px 44px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.10) inset; transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease; } .lightbox-close:hover{ transform: translateY(-1px); box-shadow: 0 24px 64px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.12) inset; opacity: .95; } .lightbox-close:active{ transform: translateY(0); opacity: .9; } @media (max-width: 720px){ .lightbox-dialog{ inset: 16px; max-height: calc(100vh - 32px); border-radius: 18px; } .lightbox-dialog::before{ border-radius: 18px; } } @media (prefers-reduced-motion: reduce){ .lightbox-close{ transition: none !important; } } :root{ --h-accent: #3aa0ff; --h-accent2:#6bd5ff; --ease-out: cubic-bezier(.18,.88,.18,1); } .home-hero{ position:relative; overflow:hidden; padding: 52px 0 46px; min-height: 86vh; display:flex; align-items:flex-start; } .home-hero-bg{ position:absolute; inset:0; background-size:cover; background-position:center; background-repeat:no-repeat; transform: translate3d(0,0,0) scale(1.08); will-change: transform; } .home-hero-overlay{ position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 18% 28%, rgba(0,0,0,.82), rgba(0,0,0,.20) 58%, rgba(0,0,0,.72)), linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.22) 58%, rgba(0,0,0,.10) 100%); } .home-hero-mesh{ position:absolute; inset:-20%; pointer-events:none; opacity:.55; background: radial-gradient(900px 520px at 20% 20%, rgba(58,160,255,.18), rgba(58,160,255,0) 65%), radial-gradient(900px 520px at 85% 35%, rgba(107,213,255,.14), rgba(107,213,255,0) 65%), conic-gradient(from 220deg at 50% 50%, rgba(58,160,255,.10), rgba(0,0,0,0), rgba(107,213,255,.08), rgba(0,0,0,0), rgba(58,160,255,.10)); filter: blur(10px); transform: translateZ(0); animation: meshFloat 9s var(--ease-out) infinite alternate; } @keyframes meshFloat{ 0%{ transform: translate3d(0,0,0) scale(1); opacity:.46; } 100%{ transform: translate3d(0,-18px,0) scale(1.03); opacity:.62; } } .hero-blueprint-zone{ position: absolute; left: 0; right: 0; top: 0; height: 65%; z-index: 1; pointer-events: none; overflow: visible; -webkit-mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,.65) 70%, rgba(0,0,0,.25) 85%, rgba(0,0,0,0) 100% ); mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,.65) 70%, rgba(0,0,0,.25) 85%, rgba(0,0,0,0) 100% ); } .hero-blueprint{ position: absolute; inset: -120px -320px -180px -120px; opacity: .78; mix-blend-mode: screen; filter: hue-rotate(-8deg) saturate(1.05) brightness(.98) contrast(1.04); will-change: transform, opacity; } .hero-blueprint #heroCanvas, .hero-blueprint canvas{ width:100%; height:100%; display:block; } .home-hero-inner{ position:relative; z-index:2; } .home-hero-grid{ display:grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: start; } .home-hero-left{ padding-right: 10px; } .home-pill{ display:inline-flex; gap:10px; align-items:center; padding: 10px 12px; border-radius: 999px; background: rgba(12,16,26,.38); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 18px 60px rgba(0,0,0,.24); font-weight: 800; letter-spacing: .12px; color:#fff; } .home-pill-dot{ width: 10px; height: 10px; border-radius: 99px; background: radial-gradient(circle at 30% 30%, rgba(107,213,255,1), rgba(58,160,255,.95) 60%, rgba(11,47,115,.96)); box-shadow: 0 0 0 3px rgba(58,160,255,.14), 0 18px 70px rgba(58,160,255,.22); } .home-title{ font-size: clamp(30px, 3vw, 41px); font-weight: 1100; line-height: 1.06; letter-spacing: -0.02em; max-width: 46ch; text-wrap: balance; margin: 16px 0 28px; color: rgba(255,255,255,.94); } .home-sub{ max-width: 80ch; font-size: 15.8px; line-height: 1.5; font-weight: 650; color: rgba(255,255,255,.74); margin: 0 0 28px; } .home-kpis{ display:flex; gap: 12px; flex-wrap: wrap; margin: 18px 0 26px; } .home-kpi{ border-radius: 14px; background: rgba(12,16,26,.34); border: 1px solid rgba(255,255,255,.10); padding: 12px 14px; min-width: 148px; backdrop-filter: blur(16px) saturate(1.2); -webkit-backdrop-filter: blur(16px) saturate(1.2); box-shadow: 0 18px 60px rgba(0,0,0,.22); } .home-kpi-num{ color:#fff; font-weight:1000; font-size: 20px; letter-spacing: -0.01em; } .home-kpi-label{ margin-top:4px; color: rgba(255,255,255,.74); font-weight: 700; font-size: 12px; opacity:.9; } .home-cta{ display:flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; } .btn{ display:inline-flex; align-items:center; justify-content:center; text-decoration:none; } .btn-big{ padding: 13px 16px; border-radius: 14px; font-weight: 1000; letter-spacing: .18px; } .btn-blue{ background: radial-gradient(140% 160% at 30% 15%, rgba(107,213,255,.95), rgba(58,160,255,.92) 60%, rgba(11,47,115,.96)); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.92); box-shadow: 0 20px 70px rgba(58,160,255,.20), 0 1px 0 rgba(255,255,255,.16) inset; transition: transform .18s ease, box-shadow .18s ease; } .btn-blue:hover{ transform: translateY(-1px); box-shadow: 0 26px 90px rgba(58,160,255,.24), 0 1px 0 rgba(255,255,255,.18) inset; } .btn-ghost{ background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color:#fff; box-shadow: 0 16px 44px rgba(0,0,0,.20), 0 1px 0 rgba(255,255,255,.08) inset; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; } .btn-ghost:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.18); } .home-features{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; } .home-feature{ border-radius: 18px; padding: 14px 14px; background: rgba(12,16,26,.32); border: 1px solid rgba(255,255,255,.10); box-shadow: 0 18px 60px rgba(0,0,0,.18); } .home-feature-h{ color:#fff; font-weight:1000; font-size: 13.5px; letter-spacing: .08px; } .home-feature-p{ margin-top:8px; color: rgba(255,255,255,.72); font-weight: 700; line-height:1.42; font-size: 12.8px; } .combo-services{ position: relative; z-index: 3; margin-top: 26px; } .combo-services-bg{ position: relative; height: 360px; border-radius: 22px; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; box-shadow: 0 30px 110px rgba(0,0,0,.28), 0 1px 0 rgba(255,255,255,.08) inset; transform: translateZ(0); } .combo-services-bg::after{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(900px 460px at 18% 10%, rgba(90,160,255,.18), rgba(90,160,255,0) 55%), linear-gradient(90deg, rgba(6,10,22,.72) 0%, rgba(6,10,22,.32) 55%, rgba(6,10,22,.24) 100%); z-index: 0; } .combo-services-overlay{ position: absolute; inset: 0; width: 64%; height: 100%; clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%); background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06)), radial-gradient(700px 320px at 25% 15%, rgba(90,160,255,.18), rgba(90,160,255,0) 60%); border-right: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(16px) saturate(1.25); -webkit-backdrop-filter: blur(16px) saturate(1.25); z-index: 1; pointer-events: none; } .combo-services-content{ position:absolute; inset:0; width: 62%; height:100%; z-index:2; } .combo-services-panel{ position: relative; height: 100%; padding: 44px 44px 32px 44px; } .combo-services-h{ display:inline-flex; align-items:center; padding: 12px 16px; border-radius: 16px; color: #fff; font-weight: 1000; font-size: 28px; letter-spacing: .4px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 70px rgba(0,0,0,.22), 0 1px 0 rgba(255,255,255,.10) inset; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); margin-bottom: 10px; } .combo-services-list{ margin: 0; padding-left: 22px; } .combo-services-list li{ margin: 12px 0; font-weight: 900; font-size: 14px; color: rgba(255,255,255,.90); text-shadow: 0 10px 26px rgba(0,0,0,.42); } .combo-services-list li::marker{ color: rgba(90,160,255,.95); font-size: 18px; } .combo-services-line{ position: absolute; top: 104px; right: 20px; width: 4px; height: 132px; border-radius: 999px; background: linear-gradient(to bottom, rgba(90,160,255,.25), rgba(90,160,255,.95) 35%, rgba(90,160,255,.30)); box-shadow: 0 18px 60px rgba(90,160,255,.18); } .combo-services-watermark{ position:absolute; right: 22px; bottom: 16px; font-size: 52px; font-weight: 1000; letter-spacing: 2px; color: rgba(255,255,255,.14); text-shadow: 0 30px 90px rgba(0,0,0,.38); z-index: 3; pointer-events: none; } [data-reveal]{ opacity: 0; transform: translate3d(0, 14px, 0) scale(.985); filter: blur(6px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out), filter .7s var(--ease-out); } [data-reveal].is-in{ opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); } .home-hero-left [data-reveal]{ animation: heroRevealIn .7s var(--ease-out) both; } @keyframes heroRevealIn{ from{ opacity:0; transform:translate3d(0,14px,0) scale(.985); filter:blur(6px); } to{ opacity:1; transform:translate3d(0,0,0) scale(1); filter:blur(0); } } @media (prefers-reduced-motion: reduce){ .home-hero-left [data-reveal]{ animation:none; opacity:1; transform:none; filter:none; } } :root[data-theme="light"] .home-hero-overlay{ background: radial-gradient(circle at 18% 24%, rgba(255,255,255,.18), rgba(255,255,255,.04) 30%, rgba(255,255,255,0) 54%), radial-gradient(circle at 78% 62%, rgba(58,160,255,.06), rgba(58,160,255,0) 34%), linear-gradient(90deg, rgba(255,255,255,.44) 0%, rgba(255,255,255,.10) 40%, rgba(255,255,255,.02) 72%, rgba(255,255,255,0) 100%); } :root[data-theme="light"] .home-hero-mesh{ opacity: .18; filter: blur(16px) saturate(.84); } :root[data-theme="light"] .hero-blueprint{ opacity: .18; mix-blend-mode: multiply; filter: hue-rotate(-8deg) saturate(.72) brightness(1.02) contrast(.94); } :root[data-theme="light"] .home-pill{ color: rgba(15,23,42,.86); background: rgba(255,255,255,.48); border-color: rgba(15,23,42,.08); box-shadow: 0 14px 34px rgba(15,23,42,.06); } :root[data-theme="light"] .home-title{ color: rgba(15,23,42,.96); } :root[data-theme="light"] .home-sub{ color: rgba(15,23,42,.70); } :root[data-theme="light"] .home-kpi{ background: rgba(255,255,255,.46); border-color: rgba(15,23,42,.08); box-shadow: 0 12px 28px rgba(15,23,42,.06); } :root[data-theme="light"] .home-kpi-num{ color: rgba(15,23,42,.92); } :root[data-theme="light"] .home-kpi-label{ color: rgba(15,23,42,.62); } :root[data-theme="light"] .btn-ghost{ background: rgba(255,255,255,.52); border-color: rgba(15,23,42,.08); color: rgba(15,23,42,.90); box-shadow: 0 12px 28px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.95) inset; } :root[data-theme="light"] .btn-ghost:hover{ border-color: rgba(37,99,235,.16); box-shadow: 0 16px 32px rgba(15,23,42,.10), 0 1px 0 rgba(255,255,255,.95) inset; } :root[data-theme="light"] .home-feature{ background: rgba(255,255,255,.46); border-color: rgba(15,23,42,.08); box-shadow: 0 12px 28px rgba(15,23,42,.05); } :root[data-theme="light"] .home-feature-h{ color: rgba(15,23,42,.90); } :root[data-theme="light"] .home-feature-p{ color: rgba(15,23,42,.64); } :root[data-theme="light"] .combo-services-bg{ box-shadow: 0 20px 48px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.95) inset; } :root[data-theme="light"] .combo-services-bg::after{ background: radial-gradient(900px 460px at 18% 10%, rgba(90,160,255,.12), rgba(90,160,255,0) 55%), linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.28) 55%, rgba(255,255,255,.12) 100%); } :root[data-theme="light"] .combo-services-overlay{ background: linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.26)), radial-gradient(700px 320px at 25% 15%, rgba(90,160,255,.12), rgba(90,160,255,0) 60%); border-right-color: rgba(15,23,42,.08); } :root[data-theme="light"] .combo-services-h{ color: rgba(15,23,42,.92); background: rgba(255,255,255,.50); border-color: rgba(15,23,42,.08); box-shadow: 0 14px 34px rgba(15,23,42,.07), 0 1px 0 rgba(255,255,255,.95) inset; } :root[data-theme="light"] .combo-services-list li{ color: rgba(15,23,42,.86); text-shadow: none; } :root[data-theme="light"] .combo-services-watermark{ color: rgba(15,23,42,.10); text-shadow: none; } .combo-services{ margin-top: 26px; } @media (min-width: 1101px){ .combo-services{ margin-top: 160px; } } @media (max-width:1100px){ .home-hero{ min-height: unset; padding: 44px 0 34px; } .home-hero-grid{ grid-template-columns: 1fr; } .home-features{ grid-template-columns: 1fr; } .combo-services-bg{ height: 320px; border-radius: 18px; } .combo-services-overlay, .combo-services-content{ width: 72%; } .combo-services-panel{ padding: 34px 24px 24px; } .combo-services-h{ font-size: 24px; } .combo-services-line{ top: 92px; height: 120px; } .combo-services-watermark{ font-size: 34px; right: 14px; bottom: 10px; } } @media (max-width:820px){ .combo-services-bg{ height: auto; min-height: 300px; } .combo-services-overlay{ width: 100%; clip-path: none; border-right: none; } .combo-services-content{ width: 100%; } .combo-services-panel{ padding: 22px 18px 18px; } .combo-services-h{ font-size: 22px; padding: 10px 14px; border-radius: 14px; } .combo-services-list{ padding-left: 18px; } .combo-services-list li{ font-size: 13.5px; margin: 10px 0; line-height: 1.25; } .combo-services-line{ right: 12px; top: 90px; height: 110px; } .combo-services-watermark{ font-size: 30px; right: 12px; bottom: 10px; opacity: .12; } } @media (max-width:420px){ .combo-services-h{ font-size: 20px; } .combo-services-list li{ font-size: 13px; } } @media (prefers-reduced-motion: reduce){ .home-hero-mesh{ animation:none; } [data-reveal]{ opacity:1 !important; transform:none !important; filter:none !important; transition:none !important; } .combo-services-overlay{ backdrop-filter:none; -webkit-backdrop-filter:none; } } @media (max-width:560px){ .home-hero{ padding: 26px 0 18px; } .home-hero-overlay{ background: radial-gradient(circle at 18% 28%, rgba(0,0,0,.88), rgba(0,0,0,.35) 58%, rgba(0,0,0,.82)), linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.32) 58%, rgba(0,0,0,.18) 100%); } .home-pill{ padding: 6px 10px; font-size: 11.5px; margin-bottom: 6px; font-weight: 750; opacity: .96; } .home-title{ font-size: 24px; font-weight: 950; line-height: 1.12; letter-spacing: -0.012em; margin: 0 !important; max-width: none !important; width: 100%; text-wrap: normal; hyphens: auto; overflow-wrap: anywhere; } .home-sub{ font-size: 13.5px; line-height: 1.42; margin: 0 !important; opacity: .95; } .home-kpis{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0 18px; } .home-kpi{ min-width: unset; padding: 10px 8px; border-radius: 14px; text-align: center; } .home-kpi-num{ font-size: 16px; } .home-kpi-label{ font-size: 10.5px; line-height: 1.2; } .home-cta{ display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; } .home-cta .btn-blue{ grid-column: 1 / -1; width: 100%; height: 52px; font-size: 14px; border-radius: 18px; font-weight: 900; } .home-cta .btn-ghost{ width: 100%; height: 48px; font-size: 13px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 14px 40px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,.10) inset; } .home-cta .btn-ghost:hover{ border-color: rgba(255,255,255,.22); } .home-features{ gap: 8px; } .home-feature{ padding: 10px 12px; border-radius: 16px; } .home-feature-h{ font-size: 12.5px; } .home-feature-p{ font-size: 12px; line-height: 1.4; } } @media (max-width:380px){ .home-title{ font-size: 22px; } } .hero-glass{ position: relative; display: block; width: 100%; max-width: 100%; margin: 10px 0 16px; padding: 16px 16px 14px; border-radius: 22px; background: linear-gradient(180deg, rgba(8,14,28,.40), rgba(8,14,28,.22)); border: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(12px) saturate(1.15); -webkit-backdrop-filter: blur(12px) saturate(1.15); box-shadow: 0 14px 40px rgba(0,0,0,.30), 0 1px 0 rgba(255,255,255,.05) inset; } .hero-glass .home-title{ margin: 0 0 10px !important; } .hero-glass .home-sub{ margin: 0 !important; } :root[data-theme="light"] .hero-glass{ background: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.28)); border-color: rgba(15,23,42,.06); box-shadow: 0 12px 28px rgba(15,23,42,.06), 0 1px 0 rgba(255,255,255,.95) inset; } @media (max-width:560px){ .hero-glass{ margin: 8px 0 14px; padding: 14px 14px 12px; border-radius: 20px; } } @media (max-width:560px){ :root[data-theme="light"] .home-hero-overlay{ background: radial-gradient(circle at 18% 28%, rgba(255,255,255,.10), rgba(255,255,255,0) 48%, rgba(255,255,255,.04)), linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.34) 58%, rgba(255,255,255,.10) 100%); } :root[data-theme="light"] .home-cta .btn-ghost{ background: rgba(255,255,255,.56); border-color: rgba(15,23,42,.08); color: rgba(15,23,42,.90); box-shadow: 0 12px 26px rgba(15,23,42,.08), 0 1px 0 rgba(255,255,255,.95) inset; } } @media (max-width: 560px){ .combo-services{ margin-top: 18px; } .combo-services-bg{ min-height: unset; height: auto; border-radius: 22px; } .combo-services-bg::after{ background: linear-gradient( 180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.04) 42%, rgba(255,255,255,.02) 100% ); } .combo-services-overlay{ width: 100%; clip-path: none; border-right: none; background: linear-gradient( 180deg, rgba(255,255,255,.22), rgba(255,255,255,.10) ); backdrop-filter: blur(12px) saturate(1.06); -webkit-backdrop-filter: blur(12px) saturate(1.06); } .combo-services-content{ width: 100%; } .combo-services-panel{ padding: 18px 16px 18px; height: auto; } .combo-services-h{ display: inline-flex; max-width: 100%; margin-bottom: 12px; padding: 10px 14px; border-radius: 16px; font-size: 18px; line-height: 1; letter-spacing: .02em; } .combo-services-list{ padding-left: 18px; margin: 0; } .combo-services-list li{ margin: 10px 0; font-size: 12.5px; line-height: 1.35; font-weight: 800; text-wrap: pretty; } .combo-services-list li::marker{ font-size: 15px; } .combo-services-line, .combo-services-watermark{ display: none; } } @media (max-width: 560px){ .combo-services-list{ list-style: none; padding-left: 0; display: grid; gap: 10px; } .combo-services-list li{ position: relative; margin: 0; padding: 10px 12px 10px 28px; border-radius: 14px; background: rgba(255,255,255,.18); border: 1px solid rgba(15,23,42,.05); font-size: 12.5px; line-height: 1.35; font-weight: 800; } .combo-services-list li::before{ content: ""; position: absolute; left: 11px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: #66a8ff; box-shadow: 0 0 0 4px rgba(102,168,255,.12); } .combo-services-list li::marker{ content: ""; } } @media (max-width: 560px){ .home-hero{ min-height: auto; height: auto; padding: 18px 0 0; } } @media (max-width: 560px){ .home-hero-inner, .home-hero-grid, .home-hero-left{ min-height: auto; } .home-hero-grid{ gap: 16px; } } @media (max-width: 560px){ .home-hero + .section{ position: relative; z-index: 5; margin-top: 0; } } @media (max-width: 560px){ .hero-blueprint-zone{ height: 52%; } .hero-blueprint{ inset: -80px -180px -120px -80px; opacity: .18; } .home-hero-mesh{ inset: -10%; opacity: .16; } } @media (max-width: 560px){ .combo-services{ display: block !important; position: relative; z-index: 6; margin-top: 18px !important; margin-bottom: 0; } .combo-services-bg{ position: relative; display: block; height: auto !important; min-height: 0 !important; overflow: visible !important; border-radius: 22px; } .combo-services-bg::after{ content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient( 180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,.02) 100% ); border-radius: 22px; } .combo-services-overlay{ position: absolute; inset: 0; width: 100% !important; height: 100% !important; clip-path: none !important; border-right: none !important; z-index: 1; background: linear-gradient( 180deg, rgba(255,255,255,.20), rgba(255,255,255,.10) ) !important; backdrop-filter: blur(10px) saturate(1.04); -webkit-backdrop-filter: blur(10px) saturate(1.04); } .combo-services-content{ position: relative !important; inset: auto !important; width: 100% !important; height: auto !important; z-index: 2 !important; } .combo-services-panel{ position: relative; height: auto !important; padding: 18px 16px 18px !important; } .combo-services-h{ display: inline-flex !important; margin-bottom: 12px !important; font-size: 18px !important; line-height: 1 !important; padding: 10px 14px !important; border-radius: 16px !important; } .combo-services-list{ display: grid; gap: 10px; list-style: none; padding-left: 0 !important; margin: 0 !important; } .combo-services-list li{ position: relative; margin: 0 !important; padding: 10px 12px 10px 28px !important; border-radius: 14px; background: rgba(255,255,255,.18); border: 1px solid rgba(15,23,42,.05); font-size: 12.5px !important; line-height: 1.35 !important; font-weight: 800 !important; color: rgba(15,23,42,.88) !important; } .combo-services-list li::before{ content: ""; position: absolute; left: 11px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: #66a8ff; box-shadow: 0 0 0 4px rgba(102,168,255,.12); } .combo-services-list li::marker{ content: ""; } .combo-services-line, .combo-services-watermark{ display: none !important; } } @media (max-width: 560px){ .combo-services-bg{ position: relative; border-radius: 22px; overflow: hidden !important; isolation: isolate; } .combo-services-bg::after{ border-radius: inherit; } .combo-services-overlay{ border-radius: inherit; overflow: hidden; } .combo-services-content{ position: relative; z-index: 2; border-radius: inherit; } .combo-services-panel{ border-radius: inherit; } } @media (max-width: 560px){ .combo-services{ margin-bottom: 20px; } .combo-services-bg{ padding-bottom: 18px; } .combo-services-panel{ padding: 18px 16px 30px !important; } } @media (max-width: 992px){ #heroCanvas{ display: none; } } .home-directions { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 18%, rgba(58,160,255,.13), transparent 28rem), radial-gradient(circle at 88% 60%, rgba(96,165,250,.10), transparent 26rem); } .home-directions::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .36; background-image: linear-gradient(rgba(148,163,184,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(148,163,184,.045) 1px, transparent 1px); background-size: 46px 46px; } .home-directions .container { position: relative; z-index: 1; } .home-directions-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr); gap: 28px; align-items: end; margin-bottom: 22px; } .home-directions-kicker { display: inline-flex; align-items: center; min-height: 32px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(58,160,255,.26); background: rgba(58,160,255,.10); color: #dff7ff; font-size: 12px; line-height: 1; font-weight: 1000; text-transform: uppercase; box-shadow: 0 14px 54px rgba(58,160,255,.10), inset 0 1px 0 rgba(255,255,255,.08); } .home-directions-head .h2 { margin-top: 14px; } .home-directions-sub { margin: 0; color: rgba(203,213,225,.76); font-size: 15px; line-height: 1.6; font-weight: 760; } .home-directions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .home-direction-card { position: relative; overflow: hidden; min-height: 142px; padding: 20px; border-radius: 24px; border: 1px solid rgba(148,163,184,.18); background: linear-gradient(145deg, rgba(15,23,42,.76), rgba(8,16,31,.58)); color: #f8fafc; text-decoration: none; box-shadow: 0 24px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; } .home-direction-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(135deg, rgba(56,189,248,.14), transparent 46%); transition: opacity .22s ease; } .home-direction-card::after { content: "→"; position: absolute; right: 18px; top: 16px; color: #38bdf8; font-size: 22px; font-weight: 1000; transition: transform .22s ease; } .home-direction-card:hover { transform: translateY(-3px); border-color: rgba(56,189,248,.35); box-shadow: 0 28px 110px rgba(0,0,0,.34), 0 0 72px rgba(56,189,248,.16); } .home-direction-card:hover::before { opacity: 1; } .home-direction-card:hover::after { transform: translateX(4px); } .home-direction-card span, .home-direction-card small { position: relative; z-index: 1; display: block; } .home-direction-card span { max-width: 82%; font-size: 17px; line-height: 1.18; font-weight: 1000; } .home-direction-card small { margin-top: 12px; color: rgba(203,213,225,.70); font-size: 13px; line-height: 1.38; font-weight: 760; } :root[data-theme="light"] .home-directions::before { background-image: linear-gradient(rgba(37,99,235,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(37,99,235,.05) 1px, transparent 1px); opacity: .55; } :root[data-theme="light"] .home-directions-kicker { border-color: rgba(37,99,235,.22); background: rgba(37,99,235,.08); color: #1d4ed8; box-shadow: 0 10px 30px rgba(37,99,235,.08), inset 0 1px 0 rgba(255,255,255,.6); } :root[data-theme="light"] .home-directions-sub { color: rgba(15,23,42,.66); } :root[data-theme="light"] .home-direction-card { border-color: rgba(15,23,42,.10); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(248,250,252,.82)); color: #0f172a; box-shadow: 0 14px 40px rgba(20,45,95,.08), inset 0 1px 0 rgba(255,255,255,.9); } :root[data-theme="light"] .home-direction-card span { color: #0f172a; } :root[data-theme="light"] .home-direction-card small { color: rgba(15,23,42,.62); } :root[data-theme="light"] .home-direction-card::after { color: #2563eb; } :root[data-theme="light"] .home-direction-card::before { background: linear-gradient(135deg, rgba(37,99,235,.10), transparent 46%); } :root[data-theme="light"] .home-direction-card:hover { border-color: rgba(37,99,235,.32); box-shadow: 0 20px 52px rgba(20,45,95,.12), 0 0 40px rgba(56,189,248,.10); } @media (max-width: 1120px) { .home-directions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 760px) { .home-directions-head { grid-template-columns: 1fr; align-items: start; } .home-directions-grid { grid-template-columns: 1fr; } .home-direction-card { min-height: 122px; } } .fieldwork { position: relative; overflow: hidden; } .fieldwork-head { max-width: 820px; margin: 0 auto 22px; text-align: center; } .fieldwork-kicker { display: inline-flex; align-items: center; min-height: 32px; padding: 8px 14px; margin-bottom: 14px; border-radius: 999px; border: 1px solid rgba(58,160,255,.26); background: rgba(58,160,255,.10); color: #dff7ff; font-size: 12px; line-height: 1; font-weight: 1000; letter-spacing: .04em; text-transform: uppercase; } .fieldwork-sub { margin: 12px auto 10px; max-width: 720px; font-size: 16px; line-height: 1.55; font-weight: 800; color: rgba(226,232,240,.92); } .fieldwork-text { margin: 0 auto; max-width: 760px; font-size: 15px; line-height: 1.65; font-weight: 600; color: rgba(203,213,225,.74); } .fieldwork-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0; } .fieldwork-card { display: flex; align-items: center; min-height: 84px; padding: 18px 20px; border-radius: 18px; border: 1px solid rgba(148,163,184,.18); background: linear-gradient(145deg, rgba(15,23,42,.74), rgba(8,16,31,.56)); box-shadow: 0 18px 60px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); position: relative; padding-left: 50px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; } .fieldwork-card::before { content: ""; position: absolute; left: 20px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); border-radius: 5px; background: linear-gradient(135deg, #38bdf8, #2563eb); box-shadow: 0 0 0 4px rgba(56,189,248,.14); } .fieldwork-card:hover { transform: translateY(-3px); border-color: rgba(56,189,248,.34); box-shadow: 0 24px 80px rgba(0,0,0,.30), 0 0 60px rgba(56,189,248,.14); } .fieldwork-card span { font-size: 15px; line-height: 1.25; font-weight: 900; color: #f8fafc; } .fieldwork-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } :root[data-theme="light"] .fieldwork-kicker { border-color: rgba(37,99,235,.22); background: rgba(37,99,235,.08); color: #1d4ed8; } :root[data-theme="light"] .fieldwork-sub { color: rgba(15,23,42,.86); } :root[data-theme="light"] .fieldwork-text { color: rgba(15,23,42,.64); } :root[data-theme="light"] .fieldwork-card { border-color: rgba(15,23,42,.10); background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(248,250,252,.82)); box-shadow: 0 14px 40px rgba(20,45,95,.08), inset 0 1px 0 rgba(255,255,255,.9); } :root[data-theme="light"] .fieldwork-card span { color: #0f172a; } :root[data-theme="light"] .fieldwork-card:hover { border-color: rgba(37,99,235,.30); box-shadow: 0 20px 52px rgba(20,45,95,.12); } @media (max-width: 980px) { .fieldwork-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 560px) { .fieldwork-grid { grid-template-columns: 1fr; gap: 10px; } .fieldwork-card { min-height: 64px; padding: 14px 16px 14px 46px; } .fieldwork-cta .btn { flex: 1 1 100%; } } .fieldwork-card--cta { flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; text-decoration: none; } .fieldwork-card small { font-size: 12px; line-height: 1.32; font-weight: 700; color: rgba(203,213,225,.72); } :root[data-theme="light"] .fieldwork-card small { color: rgba(15,23,42,.62); } .fieldwork-cities { margin-top: 18px; display: grid; grid-template-rows: 1fr; transition: grid-template-rows .26s ease, margin-top .26s ease; } .fieldwork-cities.is-collapsed { grid-template-rows: 0fr; margin-top: 0; } .fieldwork-cities__inner { overflow: hidden; min-height: 0; padding: 16px 18px; border: 1px solid rgba(148,163,184,.14); border-radius: 16px; background: rgba(15,23,42,.34); transition: box-shadow .24s ease, border-color .24s ease, background .24s ease; } .fieldwork-cities.is-highlighted .fieldwork-cities__inner { border-color: rgba(58,160,255,.5); background: rgba(58,160,255,.06); box-shadow: 0 0 0 3px rgba(58,160,255,.12), 0 18px 50px rgba(58,160,255,.14); } .fieldwork-toggle { font-family: inherit; font-size: inherit; line-height: 1; cursor: pointer; } .fieldwork-toggle__chevron { width: 16px; height: 16px; flex: 0 0 auto; transition: transform .22s ease; } .fieldwork-toggle[aria-expanded="true"] .fieldwork-toggle__chevron { transform: rotate(180deg); } .fieldwork-cities__label { font-size: 12px; font-weight: 1000; letter-spacing: .06em; text-transform: uppercase; color: rgba(203,213,225,.74); margin-bottom: 12px; } .fieldwork-chips { display: flex; flex-wrap: wrap; gap: 9px; } .fieldwork-chip { display: inline-flex; align-items: center; padding: 9px 15px; border-radius: 999px; border: 1px solid rgba(148,163,184,.20); background: rgba(15,23,42,.55); color: #e2e8f0; font-size: 13.5px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease; } .fieldwork-chip:hover { transform: translateY(-2px); border-color: rgba(56,189,248,.45); background: rgba(56,189,248,.12); color: #fff; } .fieldwork-chip--all { border-color: rgba(56,189,248,.40); background: rgba(56,189,248,.14); color: #dff7ff; } :root[data-theme="light"] .fieldwork-cities__inner { border-color: rgba(15,23,42,.10); background: rgba(255,255,255,.66); } :root[data-theme="light"] .fieldwork-cities.is-highlighted .fieldwork-cities__inner { border-color: rgba(37,99,235,.42); background: rgba(37,99,235,.05); box-shadow: 0 0 0 3px rgba(37,99,235,.10), 0 16px 44px rgba(37,99,235,.12); } @media (prefers-reduced-motion: reduce) { .fieldwork-cities, .fieldwork-cities__inner, .fieldwork-toggle__chevron { transition: none; } } :root[data-theme="light"] .fieldwork-cities__label { color: rgba(15,23,42,.62); } :root[data-theme="light"] .fieldwork-chip { border-color: rgba(15,23,42,.12); background: rgba(255,255,255,.9); color: #1f2937; } :root[data-theme="light"] .fieldwork-chip:hover { border-color: rgba(37,99,235,.40); background: rgba(37,99,235,.08); color: #1d4ed8; } :root[data-theme="light"] .fieldwork-chip--all { border-color: rgba(37,99,235,.34); background: rgba(37,99,235,.08); color: #1d4ed8; } @media (max-width: 560px) { .fieldwork-chip { padding: 10px 14px; font-size: 13px; } } .home-blog-promo{ position: relative; } .home-blog-promo__wrap{ position: relative; overflow: hidden; border-radius: 34px; padding: 34px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 28px; align-items: center; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(900px 420px at 10% 10%, rgba(68,120,255,.16), transparent 58%), radial-gradient(900px 500px at 100% 100%, rgba(37,99,235,.10), transparent 65%), linear-gradient(135deg, #071123 0%, #0b1630 46%, #091225 100%); box-shadow: 0 30px 90px rgba(0,0,0,.26), 0 1px 0 rgba(255,255,255,.06) inset; } .home-blog-promo__bg{ position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(700px 380px at 80% 28%, rgba(70,120,255,.16), transparent 60%), radial-gradient(500px 260px at 72% 78%, rgba(70,120,255,.10), transparent 60%); opacity: .95; } .home-blog-promo__wrap::after{ content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient( 90deg, rgba(7,17,35,.94) 0%, rgba(7,17,35,.78) 32%, rgba(7,17,35,.34) 62%, rgba(7,17,35,.12) 100% ); } .home-blog-promo__left, .home-blog-promo__right{ position: relative; z-index: 1; min-width: 0; } .home-blog-promo__left{ display: flex; flex-direction: column; justify-content: center; max-width: 760px; } .home-blog-promo__badge{ display: inline-flex; align-items: center; width: max-content; min-height: 38px; padding: 0 14px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.82); font-size: 13px; font-weight: 900; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .home-blog-promo__title{ margin: 18px 0 0; font-size: clamp(34px, 4vw, 68px); line-height: .98; letter-spacing: -.05em; color: #f8fbff; max-width: 820px; } .home-blog-promo__text{ margin: 18px 0 0; max-width: 620px; font-size: 18px; line-height: 1.72; color: rgba(255,255,255,.66); } .home-blog-promo__socials{ margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; } .home-blog-social{ display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border-radius: 999px; text-decoration: none; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 800; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .2s ease, border-color .2s ease, background .2s ease; } .home-blog-social img{ width: 18px; height: 18px; object-fit: contain; opacity: .95; } .home-blog-social:hover{ transform: translateY(-2px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); } .home-blog-promo__right{ display: grid; gap: 14px; align-content: center; } .home-blog-promo__grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } .home-blog-card{ position: relative; display: block; overflow: hidden; isolation: isolate; text-decoration: none; border-radius: 28px; border: 1px solid rgba(255,255,255,.10); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)), linear-gradient(135deg, rgba(19,31,66,.72), rgba(10,18,40,.78)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 40px rgba(0,0,0,.18); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; } .home-blog-card:hover{ transform: translateY(-3px); border-color: rgba(124,182,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 24px 56px rgba(0,0,0,.22); } .home-blog-card--main{ padding: 26px; min-height: 190px; } .home-blog-card--mini{ padding: 20px; min-height: 144px; } .home-blog-card__orb{ position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; overflow: hidden; } .home-blog-card__orb::before{ content: ""; position: absolute; inset: -12%; border-radius: 50%; background: radial-gradient(circle at 78% 22%, rgba(162,214,255,.24) 0%, rgba(102,158,255,.16) 18%, rgba(72,104,255,.08) 34%, rgba(20,32,82,0) 58%); filter: blur(18px) saturate(130%); opacity: .88; background-size: 120% 120%; background-position: 74% 20%; animation: blogGlowOpacity 5.5s ease-in-out infinite, blogGlowShift 10s ease-in-out infinite alternate; } .home-blog-card::before{ content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; background: radial-gradient(120% 90% at 85% 10%, rgba(89,145,255,.14) 0%, rgba(63,104,255,.06) 24%, rgba(15,26,60,0) 58%); opacity: .72; } .home-blog-card::after{ content: ""; position: absolute; top: -30%; left: -42%; width: 58%; height: 160%; z-index: 2; pointer-events: none; background: linear-gradient( 115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.02) 28%, rgba(255,255,255,.08) 46%, rgba(150,196,255,.06) 54%, rgba(255,255,255,.02) 66%, rgba(255,255,255,0) 100% ); transform: translateX(-140%) rotate(10deg); opacity: .65; animation: blogShimmerSweep 7.5s ease-in-out infinite; } .home-blog-card__kicker, .home-blog-card__title, .home-blog-card__more{ position: relative; z-index: 4; } .home-blog-card__kicker{ font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; color: #8eb8ff; } .home-blog-card__title{ margin-top: 10px; font-size: 19px; line-height: 1.24; font-weight: 900; color: #f7fbff; max-width: 95%; } .home-blog-card--mini .home-blog-card__title{ font-size: 17px; } .home-blog-card__more{ margin-top: 16px; font-size: 14px; font-weight: 800; color: #9fc0ff; transition: transform .25s ease, color .25s ease; } .home-blog-card:hover .home-blog-card__more{ transform: translateX(4px); color: #c5daff; } @keyframes blogGlowOpacity{ 0%{ opacity: .74; } 50%{ opacity: .96; } 100%{ opacity: .80; } } @keyframes blogGlowShift{ 0%{ background-position: 74% 20%; } 50%{ background-position: 68% 28%; } 100%{ background-position: 80% 16%; } } @keyframes blogShimmerSweep{ 0%{ transform: translateX(-140%) rotate(10deg); opacity: 0; } 10%{ opacity: .30; } 35%{ opacity: .68; } 55%{ opacity: .22; } 100%{ transform: translateX(280%) rotate(10deg); opacity: 0; } } :root[data-theme="light"] .home-blog-promo__wrap{ border: 1px solid rgba(15,23,42,.06); background: radial-gradient(900px 420px at 10% 10%, rgba(70,120,255,.10), transparent 58%), linear-gradient(135deg, #f7fbff, #edf3fb); box-shadow: 0 24px 60px rgba(15,23,42,.06), 0 1px 0 rgba(255,255,255,.90) inset; } :root[data-theme="light"] .home-blog-promo__wrap::after{ background: linear-gradient( 90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.74) 36%, rgba(255,255,255,.32) 68%, rgba(255,255,255,.08) 100% ); } :root[data-theme="light"] .home-blog-promo__badge{ background: rgba(255,255,255,.72); border: 1px solid rgba(15,23,42,.08); color: rgba(15,23,42,.78); } :root[data-theme="light"] .home-blog-promo__title{ color: #0f172a; } :root[data-theme="light"] .home-blog-promo__text{ color: rgba(15,23,42,.62); } :root[data-theme="light"] .home-blog-social{ color: rgba(15,23,42,.76); background: rgba(255,255,255,.76); border: 1px solid rgba(15,23,42,.08); } :root[data-theme="light"] .home-blog-card{ border: 1px solid rgba(77,120,255,.16); background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.74)), linear-gradient(135deg, rgba(232,240,255,.94), rgba(244,248,255,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 16px 36px rgba(15,23,42,.07), 0 0 0 1px rgba(120,160,255,.04); } :root[data-theme="light"] .home-blog-card::before{ background: radial-gradient( 120% 95% at 85% 12%, rgba(84,136,255,.22) 0%, rgba(96,156,255,.16) 16%, rgba(112,175,255,.10) 30%, rgba(255,255,255,0) 62% ); opacity: 1; } :root[data-theme="light"] .home-blog-card::after{ background: linear-gradient( 115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.06) 24%, rgba(111,163,255,.18) 42%, rgba(164,205,255,.16) 50%, rgba(255,255,255,.06) 58%, rgba(255,255,255,0) 100% ); opacity: .9; } :root[data-theme="light"] .home-blog-card__orb{ background: radial-gradient(circle at 50% 50%, rgba(120,185,255,.34) 0%, rgba(97,156,255,.20) 22%, rgba(84,124,255,.12) 40%, rgba(255,255,255,0) 72%); filter: blur(18px) saturate(140%); opacity: 1; } :root[data-theme="light"] .home-blog-card__kicker{ color: #6b93f2; } :root[data-theme="light"] .home-blog-card__title{ color: #0f172a; } :root[data-theme="light"] .home-blog-card__more{ color: #4f7fe6; } :root[data-theme="light"] .home-blog-card:hover{ border-color: rgba(77,120,255,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 20px 44px rgba(15,23,42,.10), 0 0 0 1px rgba(110,150,255,.10); } :root[data-theme="light"] .home-blog-card__orb{ animation: blogGlowDrift 7s ease-in-out infinite alternate, blogGlowPulse 4.2s ease-in-out infinite; } :root[data-theme="light"] .home-blog-card::after{ animation: blogShimmerSweep 5.8s ease-in-out infinite; } @media (max-width: 1080px){ .home-blog-promo__wrap{ grid-template-columns: 1fr; } .home-blog-promo__title{ max-width: 100%; } } @media (max-width: 860px){ .home-blog-promo__wrap{ padding: 22px; gap: 20px; border-radius: 24px; } .home-blog-promo__title{ font-size: 36px; } .home-blog-promo__text{ font-size: 15px; } .home-blog-promo__grid{ grid-template-columns: 1fr; } .home-blog-card--main, .home-blog-card--mini{ min-height: auto; } .home-blog-card--main{ padding: 20px; } .home-blog-card--mini{ padding: 18px; } .home-blog-card__title{ max-width: 100%; } } @media (prefers-reduced-motion: reduce){ .home-blog-card::before, .home-blog-card::after, .home-blog-card__orb{ animation: none !important; } .home-blog-card, .home-blog-card:hover, .home-blog-social, .home-blog-social:hover, .home-blog-card__more, .home-blog-card:hover .home-blog-card__more{ transition: none !important; transform: none !important; } } .reviews-section{ position: relative; overflow: hidden; padding: 64px 0 72px; isolation: isolate; --rv-accent: #3aa0ff; --rv-accent-2: #6bd5ff; --rv-core: #6bd5ff; --rv-text: var(--text); --rv-muted: var(--text-soft); --rv-card-bg: linear-gradient(160deg, rgba(18,28,52,.92), rgba(10,17,34,.86)); --rv-card-border: rgba(124,182,255,.20); --rv-card-shadow: 0 30px 70px rgba(2,8,23,.55), 0 4px 18px rgba(2,8,23,.4); --rv-glow: rgba(58,160,255,.50); --rv-grid: rgba(124,182,255,.08); } :root[data-theme="light"] .reviews-section{ --rv-accent: #2563eb; --rv-accent-2: #0ea5e9; --rv-core: #2563eb; --rv-card-bg: linear-gradient(160deg, rgba(255,255,255,.96), rgba(238,244,255,.92)); --rv-card-border: rgba(37,99,235,.20); --rv-card-shadow: 0 26px 60px rgba(15,23,42,.14), 0 3px 14px rgba(15,23,42,.08); --rv-glow: rgba(37,99,235,.28); --rv-grid: rgba(37,99,235,.07); } .reviews-section::before{ content:""; position:absolute; inset:0; z-index:-2; background: radial-gradient(900px 520px at 50% 12%, var(--rv-glow), transparent 60%), radial-gradient(700px 460px at 12% 90%, rgba(107,213,255,.10), transparent 65%), linear-gradient(transparent 31px, var(--rv-grid) 32px), linear-gradient(90deg, transparent 31px, var(--rv-grid) 32px); background-size: auto, auto, 32px 32px, 32px 32px; opacity:.9; pointer-events:none; -webkit-mask-image: radial-gradient(120% 80% at 50% 40%, #000 55%, transparent 100%); mask-image: radial-gradient(120% 80% at 50% 40%, #000 55%, transparent 100%); } .reviews-head{ position: relative; z-index: 2; text-align: center; margin-bottom: 14px; } .reviews-kicker{ display:inline-flex; align-items:center; gap:9px; font-size: 12.5px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; color: var(--rv-accent-2); padding: 7px 16px; border:1px solid var(--rv-card-border); border-radius: 999px; background: color-mix(in srgb, var(--rv-accent) 9%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); margin-bottom: 14px; } .reviews-kicker::before{ content:""; width:7px; height:7px; border-radius:50%; background: var(--rv-accent-2); box-shadow: 0 0 12px var(--rv-accent-2); animation: rvPulse 2.4s var(--ease-out-soft) infinite; } @keyframes rvPulse{ 0%,100%{opacity:.5; transform:scale(.8)} 50%{opacity:1; transform:scale(1.15)} } .reviews-head .sub{ margin-top: 8px; } .reviews-trust{ display:flex; justify-content:center; flex-wrap:wrap; gap: 10px 26px; margin: 4px 0 6px; z-index:2; position:relative; } .reviews-trust__item{ display:flex; align-items:baseline; gap:8px; color: var(--rv-muted); font-weight:800; font-size:14px; } .reviews-trust__num{ font-size: 20px; font-weight: 1000; color: var(--rv-text); background: linear-gradient(180deg, var(--rv-accent-2), var(--rv-accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .reviews-scene{ position: relative; z-index: 1; height: clamp(440px, 52vh, 600px); margin-top: 8px; perspective: 1600px; perspective-origin: 50% 42%; } .reviews-core-canvas{ position:absolute; inset:0; width:100%; height:100%; z-index: 1; pointer-events:none; } .reviews-core{ position:absolute; left:50%; top:42%; width: 230px; height: 230px; transform: translate(-50%,-50%); z-index: 2; pointer-events:none; display:grid; place-items:center; } .reviews-core__ring{ position:absolute; inset:0; border-radius:50%; border:1px solid color-mix(in srgb, var(--rv-accent) 45%, transparent); box-shadow: 0 0 40px -8px var(--rv-glow); animation: rvSpin 22s linear infinite; } .reviews-core__ring--2{ inset:26px; border-style:dashed; opacity:.7; animation-duration:16s; animation-direction:reverse; } .reviews-core__ring--3{ inset:54px; border-color: color-mix(in srgb, var(--rv-accent-2) 55%, transparent); opacity:.55; animation-duration:30s; } @keyframes rvSpin{ to{ transform: rotate(360deg); } } .reviews-core__hub{ position:relative; width: 96px; height: 96px; border-radius: 26px; display:grid; place-items:center; background: radial-gradient(120% 120% at 30% 20%, color-mix(in srgb, var(--rv-accent-2) 85%, #fff 0%), var(--rv-accent) 55%, #0b2f73 100%); box-shadow: 0 0 60px -6px var(--rv-glow), inset 0 2px 10px rgba(255,255,255,.35), inset 0 -10px 24px rgba(2,8,23,.5); animation: rvCorePulse 4.5s var(--ease-out-soft) infinite; } .reviews-core__hub::after{ content:""; position:absolute; inset:-2px; border-radius:28px; background: conic-gradient(from 0deg, transparent, color-mix(in srgb, var(--rv-accent-2) 60%, transparent), transparent 40%); animation: rvSpin 6s linear infinite; mix-blend-mode: screen; opacity:.8; } .reviews-core__logo{ position:relative; z-index:1; font-weight:1000; letter-spacing:1px; font-size:19px; color:#fff; text-shadow:0 2px 10px rgba(2,8,23,.6); } @keyframes rvCorePulse{ 0%,100%{ box-shadow:0 0 50px -8px var(--rv-glow), inset 0 2px 10px rgba(255,255,255,.35), inset 0 -10px 24px rgba(2,8,23,.5);} 50%{ box-shadow:0 0 90px 0 var(--rv-glow), inset 0 2px 10px rgba(255,255,255,.5), inset 0 -10px 24px rgba(2,8,23,.5);} } .reviews-stage{ position:absolute; inset:0; z-index: 3; transform-style: preserve-3d; transform: rotateX(calc(var(--rv-py, 0) * 6deg)) rotateY(calc(var(--rv-px, 0) * 9deg)); transition: transform .5s var(--ease-out-soft); will-change: transform; } .reviews-deck{ position:absolute; left:50%; top:42%; width:0; height:0; transform-style: preserve-3d; } .review-card{ --rv-tx:0px; --rv-tz:0px; --rv-ry:0deg; --rv-scale:1; --rv-op:1; --rv-blur:0px; position:absolute; left:0; top:0; width: clamp(260px, 26vw, 320px); margin-left: calc(clamp(260px, 26vw, 320px) / -2); margin-top: -150px; padding: 22px 22px 18px; text-align:left; border-radius: 20px; border:1px solid var(--rv-card-border); background: var(--rv-card-bg); box-shadow: var(--rv-card-shadow); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); color: var(--rv-text); cursor:pointer; transform-style: preserve-3d; transform: translate3d(var(--rv-tx), 0, var(--rv-tz)) rotateY(var(--rv-ry)) scale(var(--rv-scale)); filter: blur(var(--rv-blur)); opacity: var(--rv-op); transition: transform .85s var(--ease-premium), opacity .7s var(--ease-out-soft), filter .7s var(--ease-out-soft), border-color .4s ease, box-shadow .4s ease; will-change: transform, opacity; font: inherit; } .review-card::before{ content:""; position:absolute; left:0; top:18px; bottom:18px; width:3px; border-radius:3px; background: linear-gradient(180deg, var(--rv-card-accent, var(--rv-accent-2)), transparent); box-shadow: 0 0 16px var(--rv-card-accent, var(--rv-accent)); } .reviews-deck:not(.is-live) .review-card{ --rv-tx:0px !important; --rv-tz:-260px !important; --rv-scale:.2 !important; --rv-op:0 !important; } .review-card__top{ display:flex; align-items:center; gap:12px; margin-bottom: 12px; } .review-card__avatar{ flex:0 0 auto; width:44px; height:44px; border-radius:13px; display:grid; place-items:center; font-weight:1000; font-size:16px; color:#fff; background: linear-gradient(150deg, var(--rv-card-accent, var(--rv-accent-2)), var(--rv-accent)); box-shadow: inset 0 1px 6px rgba(255,255,255,.3), 0 6px 16px -4px var(--rv-glow); } .review-card__id{ min-width:0; } .review-card__author{ font-weight:900; font-size:16px; line-height:1.2; color: var(--rv-text); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin:0; } .review-card__company{ font-size:12.5px; font-weight:700; color: var(--rv-muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .review-card__stars{ margin-left:auto; flex:0 0 auto; font-size:13px; letter-spacing:1px; color:#ffb547; text-shadow:0 0 10px rgba(255,181,71,.4); } .review-card__quote{ margin:0; font-size:14.5px; line-height:1.62; color: var(--rv-text); display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; } .review-card__foot{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; padding-top:12px; border-top:1px solid var(--rv-card-border); } .review-card__tag{ font-size:11px; font-weight:900; letter-spacing:.6px; text-transform:uppercase; color: var(--rv-accent-2); padding:4px 10px; border-radius:999px; background: color-mix(in srgb, var(--rv-accent) 12%, transparent); border:1px solid var(--rv-card-border); } .review-card__loc{ font-size:12px; font-weight:700; color: var(--rv-muted); } .review-card.is-active{ border-color: color-mix(in srgb, var(--rv-accent) 55%, transparent); box-shadow: 0 40px 90px rgba(2,8,23,.6), 0 0 0 1px color-mix(in srgb, var(--rv-accent) 30%, transparent), 0 0 60px -10px var(--rv-glow); width: clamp(280px, 30vw, 360px); margin-left: calc(clamp(280px, 30vw, 360px) / -2); } .review-card.is-active .review-card__quote{ -webkit-line-clamp: unset; display:block; overflow:visible; font-size:15.5px; } .review-card:focus-visible{ outline: 2px solid var(--rv-accent-2); outline-offset: 4px; } .reviews-controls:not([hidden]){ position: relative; z-index: 4; display:flex; align-items:center; justify-content:center; gap: 18px; margin-top: 6px; } .reviews-nav{ width:50px; height:50px; border-radius:50%; display:grid; place-items:center; font-size:20px; line-height:1; color: var(--rv-text); background: var(--rv-card-bg); border:1px solid var(--rv-card-border); box-shadow: var(--rv-card-shadow); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); cursor:pointer; transition: transform .25s var(--ease-out-soft), border-color .25s ease, background .25s ease; } .reviews-nav:hover{ transform: translateY(-2px) scale(1.05); border-color: color-mix(in srgb, var(--rv-accent) 50%, transparent); } .reviews-nav:active{ transform: scale(.96); } .reviews-dots{ display:flex; align-items:center; gap:9px; } .reviews-dot{ width:9px; height:9px; border-radius:50%; padding:0; border:1px solid var(--rv-card-border); background: transparent; cursor:pointer; transition: all .3s var(--ease-out-soft); } .reviews-dot.is-active{ width:26px; border-radius:6px; background: linear-gradient(90deg, var(--rv-accent-2), var(--rv-accent)); border-color: transparent; box-shadow: 0 0 12px var(--rv-glow); } .reviews-yandex{ margin: 18px auto 0; display:flex; align-items:center; justify-content:center; gap:8px; width:max-content; font-size:13px; font-weight:800; color: var(--rv-muted); text-decoration:none; transition: color .25s ease; } .reviews-yandex:hover{ color: var(--rv-accent-2); } .reviews-yandex__star{ color:#ffb547; } .reviews-data{ margin-top: 10px; } .reviews-fallback{ list-style:none; margin:0; padding:0; display:grid; gap:18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .reviews-fallback .review-static{ height:100%; padding:22px 22px 18px; border-radius:18px; border:1px solid var(--rv-card-border); background: var(--rv-card-bg); box-shadow: var(--rv-card-shadow); color: var(--rv-text); } .reviews-section.is-enhanced .reviews-data[hidden]{ display:none; } .home-revmap-grid--map{ grid-template-columns: 1fr; } @media (max-width: 991px){ .reviews-section{ padding: 48px 0 56px; } .reviews-scene{ height: clamp(420px, 70vh, 520px); perspective: 1100px; } .reviews-core{ width:170px; height:170px; top:44%; } .reviews-core__hub{ width:78px; height:78px; } .review-card{ width: min(82vw, 320px); margin-left: calc(min(82vw, 320px) / -2); } .review-card.is-active{ width: min(86vw, 340px); margin-left: calc(min(86vw, 340px) / -2); } .reviews-stage{ transform:none !important; } } @media (max-width: 560px){ .reviews-scene{ height: 460px; } .reviews-core{ top:46%; } .review-card__quote{ -webkit-line-clamp:3; } } @media (prefers-reduced-motion: reduce){ .reviews-core__ring, .reviews-core__hub, .reviews-core__hub::after, .reviews-kicker::before{ animation: none !important; } .review-card{ transition: opacity .3s ease, border-color .3s ease, box-shadow .3s ease; } } .location-section{ position: relative; overflow: hidden; padding: 56px 0 72px; isolation: isolate; --loc-accent: #3aa0ff; --loc-accent-2: #6bd5ff; --loc-text: var(--text); --loc-muted: var(--text-soft); --loc-card: linear-gradient(160deg, rgba(18,28,52,.92), rgba(10,17,34,.86)); --loc-card-2: rgba(13,22,42,.6); --loc-border: rgba(124,182,255,.18); --loc-shadow: 0 28px 64px rgba(2,8,23,.5), 0 4px 16px rgba(2,8,23,.35); --loc-glow: rgba(58,160,255,.42); --loc-grid: rgba(124,182,255,.08); } :root[data-theme="light"] .location-section{ --loc-accent: #2563eb; --loc-accent-2: #0ea5e9; --loc-text: var(--text); --loc-muted: rgba(15,23,42,.66); --loc-card: linear-gradient(160deg, rgba(255,255,255,.96), rgba(236,243,255,.92)); --loc-card-2: rgba(255,255,255,.8); --loc-border: rgba(37,99,235,.18); --loc-shadow: 0 24px 54px rgba(15,23,42,.12), 0 3px 12px rgba(15,23,42,.07); --loc-glow: rgba(37,99,235,.22); --loc-grid: rgba(37,99,235,.07); } .location-section::before{ content:""; position:absolute; inset:0; z-index:-2; background: radial-gradient(800px 460px at 78% 8%, var(--loc-glow), transparent 60%), radial-gradient(720px 480px at 10% 96%, rgba(107,213,255,.10), transparent 65%), linear-gradient(transparent 31px, var(--loc-grid) 32px), linear-gradient(90deg, transparent 31px, var(--loc-grid) 32px); background-size: auto, auto, 32px 32px, 32px 32px; pointer-events:none; -webkit-mask-image: radial-gradient(125% 85% at 50% 35%, #000 55%, transparent 100%); mask-image: radial-gradient(125% 85% at 50% 35%, #000 55%, transparent 100%); } .location-bg{ position:absolute; inset:0; z-index:-1; pointer-events:none; } .location-route{ position:absolute; inset:0; width:100%; height:100%; } .location-route__line{ fill:none; stroke: color-mix(in srgb, var(--loc-accent) 55%, transparent); stroke-width: 2; stroke-dasharray: 10 14; filter: drop-shadow(0 0 6px var(--loc-glow)); animation: locFlow 2.4s linear infinite; } @keyframes locFlow{ to{ stroke-dashoffset: -48; } } .location-route__dot{ fill: var(--loc-accent-2); filter: drop-shadow(0 0 8px var(--loc-accent-2)); } .location-head{ text-align:center; margin-bottom: 26px; position:relative; z-index:2; } .location-kicker{ display:inline-flex; align-items:center; gap:9px; font-size:12.5px; font-weight:900; letter-spacing:1.6px; text-transform:uppercase; color: var(--loc-accent-2); padding:7px 16px; margin-bottom:14px; border:1px solid var(--loc-border); border-radius:999px; background: color-mix(in srgb, var(--loc-accent) 9%, transparent); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .location-kicker::before{ content:""; width:7px; height:7px; border-radius:50%; background: var(--loc-accent-2); box-shadow:0 0 12px var(--loc-accent-2); animation: locPulse 2.4s var(--ease-out-soft) infinite; } @keyframes locPulse{ 0%,100%{opacity:.5;transform:scale(.8)} 50%{opacity:1;transform:scale(1.15)} } .location-head .sub{ margin-top:6px; } .location-grid{ display:grid; grid-template-columns: 1.32fr .88fr; gap: 22px; align-items: stretch; position:relative; z-index:1; } .location-map-col{ display:flex; flex-direction:column; gap:12px; min-width:0; } .location-map-frame{ position:relative; flex:1; padding:14px; border-radius:24px; background: var(--loc-card); border:1px solid var(--loc-border); box-shadow: var(--loc-shadow); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); transition: border-color .4s ease, box-shadow .4s ease, transform .4s var(--ease-out-soft); } .location-map-frame:hover{ border-color: color-mix(in srgb, var(--loc-accent) 45%, transparent); box-shadow: var(--loc-shadow), 0 0 60px -12px var(--loc-glow); } .location-map-glow{ position:absolute; inset:-1px; border-radius:24px; pointer-events:none; z-index:0; background: radial-gradient(120% 80% at 50% 0%, var(--loc-glow), transparent 60%); opacity:.5; } .location-map-frame .location-map{ position:relative; z-index:1; width:100%; aspect-ratio: auto; height: clamp(360px, 36vw, 520px); max-width:100%; border-radius: 16px; overflow:hidden; background: rgba(255,255,255,.04); border:1px solid var(--loc-border); box-shadow:none; } .location-map .ct-map-top{ position:absolute; left:12px; top:12px; right:12px; z-index:3; display:flex; align-items:flex-start; justify-content:space-between; gap:10px; pointer-events:none; } .location-map .ct-map-title{ pointer-events:auto; font-size:13px; font-weight:800; color:#fff; padding:8px 13px; border-radius:12px; background: rgba(8,14,28,.72); border:1px solid rgba(124,182,255,.28); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 8px 22px rgba(2,8,23,.4); max-width: 70%; } .location-map .ct-map-open{ pointer-events:auto; } .location-map .ct-map-canvas{ position:absolute; inset:0; width:100%; height:100%; border-radius:inherit; overflow:hidden; z-index:1; } .location-map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; } .location-marker{ position:absolute; left:24px; bottom:24px; z-index:4; display:flex; align-items:center; gap:8px; pointer-events:none; } .location-marker__pin{ position:relative; font-size:11px; font-weight:1000; letter-spacing:.5px; color:#fff; padding:6px 11px; border-radius:999px; background: linear-gradient(150deg, var(--loc-accent-2), var(--loc-accent)); box-shadow: 0 6px 18px -4px var(--loc-glow), inset 0 1px 4px rgba(255,255,255,.4); } .location-marker__pulse{ position:absolute; left:6px; bottom:11px; width:12px; height:12px; border-radius:50%; background: var(--loc-accent-2); box-shadow: 0 0 0 0 color-mix(in srgb, var(--loc-accent-2) 70%, transparent); animation: locPing 2.6s var(--ease-out-soft) infinite; } @keyframes locPing{ 0%{ box-shadow:0 0 0 0 color-mix(in srgb, var(--loc-accent-2) 60%, transparent); opacity:1; } 70%{ box-shadow:0 0 0 20px transparent; opacity:.4; } 100%{ box-shadow:0 0 0 0 transparent; opacity:1; } } .location-map-foot{ display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; padding:0 4px; } .location-coords{ font-size:12px; font-weight:700; letter-spacing:.4px; color: var(--loc-muted); font-variant-numeric: tabular-nums; } .location-map-link{ font-size:13px; font-weight:800; color: var(--loc-accent-2); text-decoration:none; transition: color .25s ease; } .location-map-link:hover{ color: var(--loc-accent); } .location-panel{ display:flex; flex-direction:column; gap:12px; min-width:0; } .location-panel [data-reveal]{ transition-delay: var(--loc-d, 0s); } .location-card{ position:relative; display:flex; align-items:flex-start; gap:14px; padding:16px 16px; border-radius:18px; background: var(--loc-card); border:1px solid var(--loc-border); box-shadow: var(--loc-shadow); backdrop-filter: blur(12px) saturate(1.15); -webkit-backdrop-filter: blur(12px) saturate(1.15); color: var(--loc-text); transition: border-color .35s ease, transform .35s var(--ease-out-soft), box-shadow .35s ease; } .location-card:hover{ border-color: color-mix(in srgb, var(--loc-accent) 38%, transparent); transform: translateY(-2px); } .location-card__icon{ flex:0 0 auto; width:42px; height:42px; border-radius:12px; display:grid; place-items:center; font-size:18px; background: color-mix(in srgb, var(--loc-accent) 14%, transparent); border:1px solid var(--loc-border); } .location-card__body{ min-width:0; flex:1; } .location-card__label{ font-size:11px; font-weight:900; letter-spacing:1px; text-transform:uppercase; color: var(--loc-accent-2); margin-bottom:4px; } .location-card__value{ margin:0; font-size:15.5px; font-weight:800; line-height:1.4; color: var(--loc-text); -webkit-user-select:text; user-select:text; } .location-card__note{ margin-top:5px; font-size:12.5px; font-weight:600; color: var(--loc-muted); line-height:1.45; } .location-copy{ flex:0 0 auto; align-self:center; display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:800; color: var(--loc-text); padding:8px 12px; border-radius:11px; cursor:pointer; background: var(--loc-card-2); border:1px solid var(--loc-border); transition: all .25s var(--ease-out-soft); } .location-copy:hover{ border-color: color-mix(in srgb, var(--loc-accent) 50%, transparent); transform: translateY(-1px); } .location-copy.is-done{ color:#fff; background: linear-gradient(150deg, var(--loc-accent-2), var(--loc-accent)); border-color:transparent; } .location-copy__ico{ font-size:15px; line-height:1; } .location-contact{ display:flex; flex-direction:column; gap:1px; padding:8px 0; text-decoration:none; border-top:1px solid var(--loc-border); } .location-contact:first-of-type{ border-top:0; padding-top:2px; } .location-contact__val{ font-size:15px; font-weight:900; color: var(--loc-text); transition: color .2s ease; } .location-contact__lbl{ font-size:11.5px; font-weight:700; color: var(--loc-muted); } .location-contact:hover .location-contact__val{ color: var(--loc-accent-2); } .location-actions{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:2px; } .location-act{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:13px 14px; border-radius:13px; font-size:13.5px; font-weight:900; text-decoration:none; font-family:inherit; color: var(--loc-text); background: var(--loc-card-2); border:1px solid var(--loc-border); cursor:pointer; transition: all .25s var(--ease-out-soft); } .location-act:hover{ transform: translateY(-2px); border-color: color-mix(in srgb, var(--loc-accent) 50%, transparent); box-shadow: 0 12px 28px -10px var(--loc-glow); } .location-act__ico{ font-size:15px; line-height:1; } .location-act--primary{ grid-column: 1 / -1; color:#fff; background: linear-gradient(135deg, var(--loc-accent-2), var(--loc-accent)); border-color: transparent; box-shadow: 0 14px 32px -10px var(--loc-glow); } .location-act--primary:hover{ filter: brightness(1.06); } .location-trust{ display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:22px; position:relative; z-index:1; } .location-trust__item{ display:flex; align-items:flex-start; gap:12px; padding:16px 18px; border-radius:16px; background: var(--loc-card-2); border:1px solid var(--loc-border); box-shadow: var(--loc-shadow); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: border-color .3s ease, transform .3s var(--ease-out-soft); } .location-trust__item:hover{ transform: translateY(-3px); border-color: color-mix(in srgb, var(--loc-accent) 40%, transparent); } .location-trust__ico{ flex:0 0 auto; width:40px; height:40px; border-radius:11px; display:grid; place-items:center; font-size:18px; background: color-mix(in srgb, var(--loc-accent) 14%, transparent); border:1px solid var(--loc-border); } .location-trust__h{ font-size:14.5px; font-weight:900; color: var(--loc-text); } .location-trust__p{ font-size:12.5px; font-weight:600; color: var(--loc-muted); line-height:1.45; margin-top:2px; } .location-toast{ position: fixed; left:50%; bottom: 28px; transform: translate(-50%, 24px); z-index: 1200; display:inline-flex; align-items:center; gap:9px; padding:13px 20px; border-radius:14px; font-size:14px; font-weight:900; color:#fff; background: linear-gradient(135deg, var(--loc-accent-2), var(--loc-accent)); box-shadow: 0 18px 44px -12px rgba(2,8,23,.6), 0 0 0 1px rgba(255,255,255,.12) inset; opacity:0; pointer-events:none; transition: opacity .3s ease, transform .35s var(--ease-out-soft); } .location-toast::before{ content:"✓"; font-size:15px; } .location-toast.is-visible{ opacity:1; transform: translate(-50%, 0); } @media (max-width: 991px){ .location-section{ padding: 44px 0 56px; } .location-grid{ grid-template-columns: 1fr; gap:18px; } .location-map{ height: clamp(300px, 56vw, 420px); } .location-trust{ grid-template-columns: 1fr; } } @media (max-width: 560px){ .location-map{ height: 300px; } .location-card{ flex-wrap:wrap; } .location-copy{ width:100%; justify-content:center; align-self:stretch; } .location-actions{ grid-template-columns: 1fr; } .location-act--primary{ grid-column:auto; } .location-map .ct-map-title{ font-size:12px; max-width:62%; } .location-toast{ left:16px; right:16px; bottom:90px; transform: translateY(24px); } .location-toast.is-visible{ transform: translateY(0); } } @media (prefers-reduced-motion: reduce){ .location-route__line, .location-route__dot, .location-marker__pulse, .location-kicker::before{ animation: none !important; } .location-card, .location-act, .location-trust__item, .location-map-frame{ transition: border-color .3s ease, box-shadow .3s ease; } } .contact-nudge { position: fixed; left: 18px; bottom: calc(env(safe-area-inset-bottom, 0px) + 20px); z-index: 2050; width: min(320px, calc(100vw - 36px)); pointer-events: none; opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s cubic-bezier(.18, .9, .24, 1); } .contact-nudge.is-in { opacity: 1; transform: translateY(0); } .contact-nudge[hidden] { display: none; } .contact-nudge__cloud { position: relative; pointer-events: auto; display: flex; gap: 12px; padding: 15px 18px 17px 16px; border-radius: 22px; background: var(--surface); -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%); border: 1px solid var(--line-strong); box-shadow: var(--shadow), 0 6px 18px rgba(0, 0, 0, .16); } .contact-nudge__cloud::after { content: ""; position: absolute; left: 28px; bottom: -6px; width: 14px; height: 14px; background: var(--surface); border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transform: rotate(45deg); border-bottom-right-radius: 4px; } .contact-nudge__icon { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); border: 1px solid var(--line); } .contact-nudge__icon svg { width: 20px; height: 20px; } .contact-nudge__body { min-width: 0; } .contact-nudge__title { font-weight: 800; font-size: 15px; line-height: 1.2; letter-spacing: -.01em; color: var(--text); padding-right: 18px; } .contact-nudge__text { margin-top: 3px; font-size: 12.5px; line-height: 1.35; color: var(--text-soft); } .contact-nudge__phone { display: inline-block; margin-top: 9px; font-weight: 800; font-size: 15px; letter-spacing: .01em; color: var(--text); text-decoration: none; transition: color .18s ease; } .contact-nudge__phone:hover { color: var(--accent); } .contact-nudge__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; } .contact-nudge__chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 12px; font-family: inherit; font-size: 12.5px; font-weight: 700; line-height: 1; color: var(--text); text-decoration: none; cursor: pointer; background: var(--surface-2); border: 1px solid var(--line); transition: transform .18s ease, background .18s ease, border-color .18s ease; } .contact-nudge__chip:hover { transform: translateY(-1px); background: var(--accent-soft); border-color: var(--line-strong); } .contact-nudge__chip:active { transform: translateY(0); } .contact-nudge__chip svg { width: 15px; height: 15px; flex: 0 0 15px; } .contact-nudge__chip--tg svg { color: #2aa0da; } .contact-nudge__chip--wa svg { color: #25b95a; } .contact-nudge__chip--max svg { color: var(--accent); } .contact-nudge__close { position: absolute; top: 9px; right: 9px; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--surface-2); color: var(--text-soft); font-size: 17px; line-height: 1; cursor: pointer; transition: background .18s ease, color .18s ease; } .contact-nudge__close:hover { background: var(--accent-soft); color: var(--text); } .contact-nudge__toast { position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translate(-50%, 6px); width: max-content; max-width: 90%; padding: 7px 12px; border-radius: 10px; font-size: 12px; font-weight: 700; color: var(--text); background: var(--surface-solid); border: 1px solid var(--line-strong); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; } .contact-nudge__toast.is-in { opacity: 1; transform: translate(-50%, 0); } .contact-nudge__toast[hidden] { display: none; } @media (max-width: 640px) { .contact-nudge { left: 12px; bottom: calc(env(safe-area-inset-bottom, 0px) + 14px); width: min(300px, calc(100vw - 24px)); } } @media (prefers-reduced-motion: reduce) { .contact-nudge, .contact-nudge__toast, .contact-nudge__chip { transition: opacity .2s ease; } .contact-nudge, .contact-nudge.is-in { transform: none; } .contact-nudge__chip:hover { transform: none; } .contact-nudge__toast, .contact-nudge__toast.is-in { transform: translateX(-50%); } } @media (max-width: 1100px){ .grid-6{ grid-template-columns:repeat(3,1fr); } .clients-grid{ grid-template-columns:repeat(2,1fr); } .footer-grid{ grid-template-columns:repeat(2,1fr); } .banner, .lead{ grid-template-columns:1fr; } .cart{ display:none; } .hero-bg{ height: 300px; } .hero-overlay, .hero-content{ width: 70%; } .hero-watermark{ right:15px; bottom:8px; font-size:24px; } .banner{ grid-template-columns: 1fr; } .banner::before{ width:100%; clip-path:none; background: rgba(0,0,0,.18); } .banner-left{ max-width: 100%; padding-right: 0; } .banner-right{ justify-self: stretch; max-width:100%; } } @media (max-width: 980px){ .about-grid{ grid-template-columns: 1fr; } .about-divider{ display: none; } .about-slider{ margin: 0 auto; } } @media (max-width: 860px){ .container{ max-width: calc(100% - 24px); } .top-mid, .top-right{ display:none !important; } .header-top{ flex-direction: row !important; align-items: center !important; justify-content: space-between !important; padding: 10px 0 !important; gap: 12px !important; } .brand{ width:auto !important; min-width: 0; align-items:center !important; } .brand-logo{ width:52px !important; height:52px !important; flex: 0 0 52px; border-radius: 12px !important; } .brand-title{ font-size:18px !important; line-height:1.15 !important; } .brand-sub{ font-size:13px !important; margin-top:4px !important; } .header-nav{ flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; padding: 10px 0 14px !important; } .header-nav .nav{ display:none !important; } .header-nav .cart{ display:none !important; } .header-nav .btn{ width:auto !important; padding: 12px 14px !important; border-radius: 12px !important; } .burger{ display:inline-flex !important; align-items:center; justify-content:center; } .hero-bg{ height: 300px; } .hero-overlay, .hero-content{ width: 78%; } .hero-panel{ padding: 26px 18px 20px 18px; } .hero-h{ font-size: 24px; } .hero-line{ right: 12px; top: 82px; height: 110px; } } @media (max-width: 600px){ .grid-6{ grid-template-columns:repeat(2,1fr); } .footer-grid{ grid-template-columns:1fr; } } @media (max-width: 420px){ .container{ max-width: calc(100% - 20px); } .brand-logo{ width: 46px !important; height: 46px !important; flex: 0 0 46px !important; } .brand-title{ font-size: 18px !important; line-height: 1.15 !important; } .grid-6{ grid-template-columns:repeat(2,1fr); } .footer-grid{ grid-template-columns:1fr; } .hero-bg{ height: 280px; } .hero-overlay, .hero-content{ width: 82%; } .hero-h{ font-size: 22px; padding: 10px 14px; } .hero-list li{ font-size: 13px; margin: 10px 0; } .hero-watermark{ font-size: 54px; right: 18px; bottom: 12px; } } @media (prefers-reduced-motion: reduce){ *{ scroll-behavior: auto !important; } } html, body{ background: var(--bg); margin: 0; } body{ min-height: 100vh; overflow-x: hidden; -webkit-text-size-adjust: 100%; } body::before{ content:""; position: fixed; inset: 0; z-index: -999; background: var(--bg); } .no-js [data-reveal], .no-js .reveal, .no-js .is-hidden, .no-js .js-only-hidden, .no-js [data-animate] { opacity: 1 !important; transform: none !important; filter: none !important; visibility: visible !important; pointer-events: auto !important; animation: none !important; transition: none !important; } .no-js .home-hero-left [data-reveal] { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; } .no-js .js-only { display: none !important; } .no-js-only, [data-nojs] { display: none; } .no-js .no-js-only, .no-js [data-nojs] { display: block !important; } .no-js .prod-usage-panel { display: block !important; } .no-js .prod-usage-panel + .prod-usage-panel { margin-top: 12px; } .no-js .prod-usage-tabs { display: none !important; } .no-js [data-bg] { background-image: var(--bg-fb) !important; background-size: cover; background-position: center; } .nojs-notice { display: flex; align-items: center; gap: 10px; max-width: min(960px, calc(100% - 24px)); margin: 12px auto 0; padding: 11px 16px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-strong); box-shadow: var(--shadow); color: var(--text); font-size: 13.5px; line-height: 1.4; } .nojs-notice strong { font-weight: 800; } .nojs-notice a { color: var(--accent); font-weight: 700; text-decoration: none; white-space: nowrap; } .nojs-notice a:hover { text-decoration: underline; } .nojs-nav { display: flex; flex-wrap: wrap; gap: 8px 14px; justify-content: center; max-width: min(960px, calc(100% - 24px)); margin: 10px auto 0; padding: 0 12px; } .nojs-nav a { color: var(--text-soft); font-size: 13px; font-weight: 600; text-decoration: none; } .nojs-nav a:hover { color: var(--accent); } .no-js { overflow-x: hidden; }