@font-face{
  font-family:"Golos Text";
  src:url("/site/amurcode/fonts/golos-text-variable.woff2") format("woff2");
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
:root{
  --bg:#101823;
  --bg-2:#172130;
  --surface:#f8f5f0;
  --surface-2:#fffaf3;
  --panel:#1b2635;
  --panel-2:#223047;
  --text:#f8fafc;
  --text-dark:#111827;
  --text-2:#c5cfdd;
  --text-3:#7c8796;
  --line:rgba(255,255,255,.13);
  --line-dark:rgba(16,24,35,.11);
  --orange:#ff7a1a;
  --amber:#ffb13b;
  --coral:#ff4d4d;
  --red:#df3838;
  --tag-ok:#ff9d2d;
  --radius:28px;
  --radius-sm:18px;
  --max:1200px;
  --shadow:0 26px 80px rgba(0,0,0,.34);
  --shadow-soft:0 22px 70px rgba(31,24,18,.12);
  color-scheme:dark light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  font-family:"Golos Text",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 82% 4%,rgba(255,122,26,.18),transparent 31%),
    radial-gradient(circle at 8% 18%,rgba(255,77,77,.08),transparent 24%),
    linear-gradient(180deg,#101823 0%,#172130 100%);
  overflow-x:hidden;
  max-width:100%;
  line-height:1.5;
}
body::before{
  content:"";
  position:fixed;inset:0;z-index:-2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,black,transparent 72%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
main,section,.container{max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bi{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;fill:currentColor;flex:0 0 auto}
.bi-inline{width:1em;height:1em}

.site-header{position:sticky;top:0;z-index:70;background:rgba(16,24,35,.76);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.site-header__inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;color:#fff;white-space:nowrap}
.brand img{width:34px;height:34px;object-fit:contain}
.brand span{font-size:18px}.brand--footer span{font-size:18px}
.site-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800;color:#e6edf7}
.site-nav a{opacity:.85;transition:.18s ease}.site-nav a:hover{opacity:1;color:var(--amber)}
.btn,.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:15px;padding:14px 19px;font-weight:900;border:0;cursor:pointer;transition:.18s ease;line-height:1.1}
.btn,.btn-primary{background:linear-gradient(135deg,var(--orange),var(--coral));color:#fff;box-shadow:0 14px 38px rgba(255,93,39,.34)}
.btn:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(255,93,39,.44)}
.btn-ghost{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);color:#fff;box-shadow:none}.btn-ghost:hover{background:rgba(255,255,255,.11)}
.btn--header{padding:13px 18px}

.hero{position:relative;padding:42px 0 72px;isolation:isolate;color:#fff}
.hero::before,.hero::after{content:"";position:absolute;border-radius:999px;filter:blur(46px);pointer-events:none;z-index:-1}.hero::before{width:260px;height:260px;right:-80px;top:140px;background:rgba(255,122,26,.42)}.hero::after{width:150px;height:150px;left:4%;bottom:20%;background:rgba(255,77,77,.22)}
.hero--slider{padding-top:42px}
.hero-card{position:relative;overflow:hidden;border-radius:34px;min-height:620px;background:#0a0f17;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}
.hero-media{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,19,.97) 0%,rgba(8,12,19,.82) 36%,rgba(8,12,19,.28) 68%,rgba(8,12,19,.55) 100%)}
.hero-content{position:relative;z-index:2;max-width:675px;padding:70px 54px}.hero-eyebrow,.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,122,26,.35);background:rgba(255,122,26,.08);color:#ffc386;border-radius:999px;padding:9px 14px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.045em}.hero-eyebrow::before,.badge::before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--coral));box-shadow:0 0 18px var(--orange)}
.hero-title,.hero h1{font-family:"Golos Text",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(46px,7vw,90px);line-height:.94;margin:26px 0 22px;letter-spacing:-.06em}.hero-title em,.gradient-text{font-style:normal;background:linear-gradient(135deg,#ffb13b,#ff4d4d);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{font-size:24px;font-weight:900;margin:0 0 12px;color:#fff}.hero-desc,.hero p{font-size:20px;line-height:1.58;color:#d9e2ee;max-width:610px;margin:0 0 32px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.hero-points,.hero-stats{display:flex;gap:22px;flex-wrap:wrap;margin-top:38px;color:#b9c5d4}.hero-point,.stat-item{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:10px 14px}.stat-num{font-weight:900;color:#fff}.stat-num span{color:var(--orange)}.stat-label{color:#d6deea;font-size:13px;font-weight:700}.hero-dots{position:absolute;z-index:4;left:54px;bottom:38px;display:flex;gap:9px}.hero-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.27);padding:0}.hero-dot.is-active{width:28px;background:linear-gradient(90deg,var(--orange),var(--coral))}
.page-hero{min-height:0;padding:76px 0 86px;background:radial-gradient(circle at 82% 16%,rgba(255,122,26,.24),transparent 38%),linear-gradient(135deg,#101823,#172130);border-bottom:1px solid rgba(255,255,255,.08)}.page-hero .container{position:relative}.breadcrumbs{display:flex;gap:10px;align-items:center;color:#aeb8c6;font-size:13px;margin-bottom:18px}.breadcrumbs a{color:#fff}.page-hero .hero-title{max-width:760px}.page-hero .hero-desc{max-width:760px}

.section{position:relative;padding:76px 0;color:#fff}.section:nth-of-type(even){background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0))}.section--light{background:#f8f5f0;color:var(--text-dark)}
.section::before{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);pointer-events:none}.section-label,.kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--orange);margin-bottom:10px}.section-title,h2{font-family:"Golos Text",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(31px,4.4vw,58px);line-height:1.02;margin:0;letter-spacing:-.06em}.section-desc{font-size:18px;line-height:1.62;color:#c7d2e1;max-width:760px;margin:16px 0 0}.section--light .section-desc{color:#5e6875}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.slider-actions,.swipe-controls{display:flex;gap:10px}.slider-btn,.swipe-btn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
.reveal{opacity:1;transform:none}.reveal:not(.in){opacity:.001;transform:translateY(18px)}.reveal.in{opacity:1;transform:translateY(0);transition:opacity .55s ease,transform .55s ease}

.grid-gap{display:grid;gap:18px;margin-top:34px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-card,.b-card,.service-long-card,.process-grid>div{border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.18);padding:24px;color:#fff}.card-n{font-size:24px;font-weight:900;color:var(--orange);margin-bottom:12px}.card-title,.case-title{font-size:21px;font-weight:900;letter-spacing:-.035em;color:#fff;margin-bottom:10px}.card-text,.case-text{font-size:15px;line-height:1.6;color:#c5cfdd}.card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.ctag,.tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:rgba(255,122,26,.10);color:#ffc386;border:1px solid rgba(255,122,26,.20);font-size:12px;font-weight:800}.tag-nda{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#dbe3ee}

.service-slider,.slider-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 0 20px;scrollbar-width:none}.service-slider::-webkit-scrollbar,.slider-row::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;min-height:230px;padding:26px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.22);display:flex;flex-direction:column;justify-content:space-between;color:#fff}.service-card__icon,.case-icon,.service-long-card__icon{width:56px;height:56px;border-radius:18px;background:rgba(255,122,26,.12);color:var(--orange);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 28px rgba(255,122,26,.12);font-size:25px}.service-card h3,.service-long-card h3{font-size:22px;letter-spacing:-.035em;margin:20px 0 10px}.service-card p,.service-long-card p{color:#c5cfdd;line-height:1.6;margin:0}.card-arrow{align-self:flex-end;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff}
.service-long-list{display:grid;grid-template-columns:1fr;gap:18px;margin-top:38px}.service-long-card{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:start}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.expertise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.b-card.featured{background:radial-gradient(circle at 85% 8%,rgba(255,122,26,.24),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045))}

.integrations-band{display:grid;grid-template-columns:290px 1fr;gap:24px;align-items:center;padding:30px;border-radius:28px;background:rgba(10,14,21,.82);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);overflow:hidden;position:relative;margin-top:32px}.integration-logos{display:flex;align-items:center;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.integration-pill{flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-weight:900;color:#f2f5f9;white-space:nowrap}.integration-pill .bi{color:var(--orange)}

.product-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-catalog-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.product-catalog-card{border-radius:24px;overflow:hidden;background:#111923;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 64px rgba(0,0,0,.2);min-height:360px;display:flex;flex-direction:column}.product-catalog-card--compact{min-height:330px}.product-shot{display:block;height:176px;overflow:hidden;background:#0c1119}.product-shot--small{height:155px}.product-shot img{width:100%;height:100%;object-fit:cover;transition:.7s ease}.product-catalog-card:hover .product-shot img{transform:scale(1.05)}.product-shot__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(255,122,26,.35),transparent 45%),rgba(255,255,255,.04)}.product-catalog-card__body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.product-card-title{display:flex;gap:10px;align-items:center;justify-content:space-between;font-size:23px;font-weight:900;letter-spacing:-.04em;color:#fff}.product-status{font-size:11px;color:#ffc386;background:rgba(255,122,26,.12);border:1px solid rgba(255,122,26,.18);border-radius:999px;padding:5px 8px;white-space:nowrap}

.ky6-panel{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:center;border-radius:34px;padding:36px;background:radial-gradient(circle at 20% 20%,rgba(255,122,26,.22),transparent 36%),linear-gradient(145deg,#101722,#1a2636);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);overflow:hidden;margin-top:34px}.ky6-panel__logo{height:190px;border-radius:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06)}.ky6-panel__logo img{width:96px;height:96px}.ky6-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.feature{display:flex;align-items:center;gap:10px;color:#d9e0ea;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px 14px;font-weight:800}

.request-panel{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px;align-items:stretch;margin-top:34px}.request-panel__aside,.request-form,.office-map,.form-card,.map-card{border-radius:28px;background:#fff;color:#141922;border:1px solid rgba(17,23,34,.08);box-shadow:var(--shadow-soft);padding:28px}.request-panel__eyebrow,.office-map__eyebrow{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--orange);margin-bottom:12px}.request-panel__aside h3,.request-form h3,.office-map h3{font-size:28px;line-height:1.08;margin:0 0 12px;letter-spacing:-.045em}.request-panel__aside p,.office-map p{color:#5d6672;line-height:1.6}.request-panel__aside ul{margin:18px 0 0;padding-left:18px;color:#303946}.request-form__head p{color:#687384;margin:8px 0 0}.request-form__badge{display:inline-flex;margin-bottom:10px;color:var(--orange);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.request-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.request-form__field--wide,.request-form__check{grid-column:1/-1}.request-form__field span{display:block;color:#6a7481;font-size:13px;font-weight:800;margin-bottom:6px}.request-form__field em{color:var(--orange);font-style:normal}input,textarea,select{width:100%;border:1px solid #d9dee6;border-radius:16px;padding:15px 16px;background:#f8fafc;color:#111824;outline:none}textarea{min-height:112px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,122,26,.12)}.request-form__submit{margin-top:18px;width:100%}.request-form__success,.request-form__error{border-radius:16px;padding:14px;margin:14px 0;font-weight:800}.request-form__success{background:#e8fff0;color:#116b2a}.request-form__error{background:#fff1ee;color:#9f1d1d}.request-form__hp-wrap{position:absolute;left:-9999px}
.office-map{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;margin-top:26px}.office-map__frame{overflow:hidden;border-radius:22px;border:1px solid #e0e4ea}.office-map__frame img{width:100%;height:280px;object-fit:cover}

.content-page,.legal-page{background:#f8f5f0;color:#121721;padding:70px 0}.content-card{background:#fff;border-radius:28px;border:1px solid rgba(17,23,34,.08);box-shadow:var(--shadow-soft);padding:34px;color:#1d2633}.content-card h1,.content-card h2,.content-card h3{color:#111827}.content-card p,.content-card li{color:#4b5563;line-height:1.7}.content-card a{color:#d85d19;font-weight:800}.error-page{min-height:70vh;display:flex;align-items:center;padding:80px 0;background:radial-gradient(circle at 80% 20%,rgba(255,122,26,.22),transparent 36%),linear-gradient(135deg,#101823,#172130)}.error-card{max-width:760px;border-radius:34px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);padding:44px;box-shadow:var(--shadow)}

.cookie-notice{position:fixed;left:20px;bottom:20px;z-index:90;display:none;max-width:480px;gap:14px;align-items:center;padding:16px;border-radius:18px;background:#fff;color:#111827;box-shadow:var(--shadow-soft);border:1px solid rgba(17,23,34,.08)}.cookie-notice.is-visible{display:flex}.cookie-notice p{margin:0;font-size:13px}.cookie-notice button{border:0;border-radius:12px;padding:11px 14px;background:#111827;color:#fff;font-weight:900}
.site-footer{background:#101823;color:#c4cedb;border-top:1px solid rgba(255,255,255,.08);padding:44px 0 54px}.site-footer__inner{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:28px;align-items:start}.site-footer__text,.site-footer__legal{font-size:13px;color:#aab4c3;margin-top:12px}.site-footer__legal{font-size:12px;color:#8792a1}.site-footer__links,.site-footer__contacts{display:grid;gap:10px;font-size:14px}.site-footer a:hover{color:var(--amber)}.app-nav{display:none}

@media(max-width:980px){
  body{background:linear-gradient(180deg,#111a26 0,#1a2636 100%);padding-bottom:74px;overflow-x:hidden;width:100%;max-width:100%}
  .container{width:min(100% - 24px,var(--max))}.site-header__inner{height:64px}.site-nav,.btn--header{display:none}.brand img{width:30px;height:30px}.brand span{font-size:16px}
  .hero{padding:14px 0 46px}.hero-card{border-radius:28px;min-height:610px}.hero-media::after{background:linear-gradient(180deg,rgba(8,12,19,.62) 0,rgba(8,12,19,.96) 64%,rgba(8,12,19,.99) 100%)}.hero-slide img{object-position:68% center}.hero-content{padding:36px 24px;max-width:none}.hero-title,.hero h1{font-size:42px}.hero-desc,.hero p{font-size:16px}.hero-actions .btn,.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%}.hero-points,.hero-stats{gap:10px;font-size:12px}.hero-dots{left:24px;bottom:25px}.page-hero{padding:42px 0 52px}.page-hero .hero-title{font-size:40px}
  .section{padding:52px 0}.section-title,h2{font-size:34px}.section-head{align-items:flex-start}.slider-actions,.swipe-controls{display:none}.service-slider,.slider-row{grid-auto-columns:82%;padding-left:0}.grid-3,.grid-4,.expertise-grid,.process-grid{grid-template-columns:1fr}.grid-gap{gap:14px}.service-long-card{grid-template-columns:1fr}.integrations-band{grid-template-columns:1fr;padding:22px}.integration-logos{padding-bottom:4px}.product-catalog-grid,.product-catalog-grid--compact{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:16px}.product-catalog-card{min-width:84%;scroll-snap-align:start}.ky6-panel{grid-template-columns:1fr;padding:24px}.ky6-panel__logo{height:130px}.ky6-features{grid-template-columns:1fr}.request-panel,.office-map,.contacts{grid-template-columns:1fr}.request-form__grid{grid-template-columns:1fr}.site-footer{padding-bottom:98px}.site-footer__inner{grid-template-columns:1fr}.cookie-notice{left:12px;right:12px;bottom:86px;max-width:none;display:none;flex-direction:column;align-items:flex-start}.cookie-notice.is-visible{display:flex}
  .app-nav{position:fixed;z-index:1000;left:0;right:0;bottom:0;width:100%;max-width:100vw;height:72px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;align-items:center;background:rgba(12,18,27,.98);backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.12);border-radius:22px 22px 0 0;padding:7px max(6px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-right));box-shadow:0 -18px 52px rgba(0,0,0,.32);overflow:hidden}.app-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#c4ccd8;font-size:10px;line-height:1;font-weight:900;white-space:nowrap}.app-nav a.is-active,.app-nav a:hover{color:var(--orange)}.app-nav .bi{width:20px;height:20px;flex:0 0 auto}
}
@media(max-width:560px){.hero-title,.hero h1{font-size:37px}.product-catalog-card{min-width:88%}.office-map__frame img{height:220px}.hero-eyebrow,.badge{font-size:10px}.section-desc{font-size:16px}.request-panel__aside,.request-form,.office-map{padding:22px}.app-nav a{font-size:9px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Compatibility styles for content-rich internal pages from previous package */
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.muted{color:var(--text-3)}.tag-ok{color:#b8ffcc;background:rgba(36,190,95,.12);border-color:rgba(36,190,95,.22)}.tag-warn{color:#ffd8a6;background:rgba(255,122,26,.12);border-color:rgba(255,122,26,.22)}.tag-loc{color:#d9e8ff;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}
.ky6-article-hero,.ky6-logo-card,.no-cert-block,.price-card,.flow-step,.block-row,.day-section,.chat-ui,.qr-page{border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.18);padding:26px;color:#fff}.ky6-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px}.ky6-facts--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.ky6-fact__icon{color:var(--orange);font-size:24px}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.tab-btn{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900}.tab-btn.active{background:linear-gradient(135deg,var(--orange),var(--coral));border-color:transparent}.tab-pane{display:none}.tab-pane.active{display:block}.integration-flow,.blocks-list{display:grid;gap:16px;margin-top:28px}.block-row{display:grid;grid-template-columns:64px 1fr;gap:16px}.block-idx,.block-dur,.price-amount,.meta-value{color:var(--orange);font-weight:900}.block-name,.price-name{font-size:20px;font-weight:900;letter-spacing:-.035em}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}.price-list{padding-left:18px;color:#c5cfdd}.price-note{color:#c5cfdd}.price-divider{height:1px;background:rgba(255,255,255,.1);margin:18px 0}.models-table{width:100%;border-collapse:separate;border-spacing:0 8px;margin-top:28px}.models-table td,.models-table th{padding:14px;background:rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.models-table td:first-child,.models-table th:first-child{border-radius:14px 0 0 14px;border-left:1px solid rgba(255,255,255,.08)}.models-table td:last-child,.models-table th:last-child{border-radius:0 14px 14px 0;border-right:1px solid rgba(255,255,255,.08)}
.chat-ui{background:#0d141f}.chat-titlebar{display:flex;justify-content:space-between;gap:10px;margin-bottom:16px}.chat-messages{display:grid;gap:12px}.chat-bubble{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.08)}.chat-bubble.hi{background:rgba(255,122,26,.14)}.chat-input-bar{margin-top:16px;border-radius:18px;background:#fff;color:#111827;padding:12px}.typing-dot{display:inline-block;width:5px;height:5px;background:var(--orange);border-radius:50%;margin-right:4px}.egg-cta{margin-top:24px;padding:22px;border-radius:24px;background:rgba(255,122,26,.11);border:1px solid rgba(255,122,26,.19)}
.product-category-nav{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.product-category-nav__item{display:inline-flex;border-radius:999px;padding:11px 14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-weight:900}.product-category-nav__item.active{background:linear-gradient(135deg,var(--orange),var(--coral));border-color:transparent}.product-detail{padding:70px 0;background:#f8f5f0;color:#121721}.product-detail__hero{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;background:#fff;border-radius:32px;padding:30px;box-shadow:var(--shadow-soft);border:1px solid rgba(17,23,34,.08)}.product-detail__media{border-radius:24px;overflow:hidden;background:#101823}.product-detail__media img{width:100%;height:auto}.product-detail__body{background:#fff;border-radius:28px;padding:30px;box-shadow:var(--shadow-soft);margin-top:24px}.product-status--detail{display:inline-flex;margin-bottom:14px;color:#d85d19;background:rgba(255,122,26,.12);border:1px solid rgba(255,122,26,.18);border-radius:999px;padding:7px 10px;font-weight:900}.product-category-label{color:#6b7280;font-weight:800}.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.rich-text{color:#4b5563;line-height:1.75}.rich-text a{color:#d85d19;font-weight:900}.qr-page{max-width:520px;margin:70px auto;text-align:center}.error-page__wrap{display:flex;align-items:center;min-height:66vh}.error-page__card{max-width:760px;border-radius:34px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);padding:44px;box-shadow:var(--shadow)}.error-page__mark{font-family:"Golos Text",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:84px;line-height:1;color:var(--orange);font-weight:900}.error-page__title{font-family:"Golos Text",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.06em;margin:12px 0}.error-page__text{color:#c5cfdd;max-width:620px}.error-page__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
@media(max-width:980px){.hero-grid,.product-detail__hero{grid-template-columns:1fr}.ky6-facts,.ky6-facts--wide,.pricing-grid{grid-template-columns:1fr}.block-row{grid-template-columns:1fr}.models-table{font-size:13px}.error-page__card{padding:28px}.error-page__mark{font-size:60px}}


/* 1.1.1 readability and mobile polish */
main > .section:not(.section--light):not(.product-detail__description){
  background:
    radial-gradient(circle at 86% 0%, rgba(255,122,26,.16), transparent 34%),
    linear-gradient(180deg,#101823 0%,#172130 100%);
  color:#fff;
}
.section:not(.section--light) .section-title,
.section:not(.section--light) h2,
.section:not(.section--light) .card-title,
.section:not(.section--light) .case-title{color:#fff}
.section:not(.section--light) .section-desc{color:#cbd6e5}
.section--light .section-title,
.section--light h2{color:#111827}
.section--light .grid-card,
.section--light .b-card,
.section--light .service-long-card,
.section--light .process-grid>div{
  background:#fff;
  color:#111827;
  border-color:rgba(17,24,39,.08);
  box-shadow:0 18px 48px rgba(25,31,44,.08);
}
.section--light .card-title,
.section--light .case-title{color:#111827}
.section--light .card-text,
.section--light .case-text{color:#4b5563}

.product-category-nav{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:12px;
  margin:28px 0;
}
.product-category-nav__item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  min-height:72px;
  border-radius:22px;
  padding:14px 16px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
  white-space:normal;
  line-height:1.25;
}
.product-category-nav__item span{
  display:block;
  color:#c5cfdd;
  font-size:13px;
  font-weight:650;
  line-height:1.4;
}
.product-category-nav__item.active,
.product-category-nav__item:hover{
  background:linear-gradient(135deg,rgba(255,122,26,.95),rgba(255,77,77,.92));
  color:#fff;
  border-color:transparent;
}
.product-category-nav__item.active span,
.product-category-nav__item:hover span{color:rgba(255,255,255,.88)}

.product-catalog-grid{gap:22px}
.product-catalog-card{
  border-radius:28px;
  min-height:0;
  background:linear-gradient(180deg,#172130,#101823);
  border:1px solid rgba(255,255,255,.13);
}
.product-shot{height:190px;background:#0f1724}
.product-shot--small{height:172px}
.product-catalog-card__body{padding:22px;gap:11px}
.product-card-title{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  font-size:22px;
  line-height:1.12;
  overflow-wrap:anywhere;
}
.product-card-title a{display:block;max-width:100%}
.product-status{align-self:flex-start}
.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
}
.product-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  border-radius:999px;
  padding:9px 13px;
  background:rgba(255,122,26,.14);
  border:1px solid rgba(255,122,26,.24);
  color:#ffc386;
  font-weight:900;
  font-size:13px;
}
.product-link.muted{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#dbe3ee}
.product-category-label{color:#aeb8c6;font-weight:850;font-size:13px}

.product-detail{background:#f8f5f0;color:#121721;overflow:hidden}
.product-detail .breadcrumbs{max-width:var(--max);width:min(var(--max),calc(100% - 40px));margin:0 auto 22px;color:#5f6a79}
.product-detail .breadcrumbs a{color:#172130;font-weight:900}
.product-detail__hero{max-width:var(--max);width:min(var(--max),calc(100% - 40px));margin:0 auto;background:#fff;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:26px;box-shadow:0 22px 70px rgba(31,24,18,.12)}
.product-detail__body{margin:0;box-shadow:none;border:1px solid rgba(17,23,34,.06);background:#fff}
.product-detail .section-title{color:#111827;font-size:clamp(38px,5.8vw,64px);line-height:1;overflow-wrap:anywhere}
.product-detail .section-desc{color:#647185;font-weight:700}
.product-detail .btn-ghost{color:#172130;background:#f2f4f7;border-color:#d9dee6}
.product-detail__media{align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:330px;background:#111923;border:1px solid rgba(17,23,34,.08)}
.product-detail__media img{width:100%;height:100%;object-fit:cover}
.product-detail__description{background:#f8f5f0!important;color:#121721;padding:46px 0 82px}
.product-detail__description .rich-text{max-width:var(--max);width:min(var(--max),calc(100% - 40px));margin:0 auto;color:#374151;background:#fff;border-radius:28px;padding:30px;border:1px solid rgba(17,23,34,.08);box-shadow:0 18px 52px rgba(25,31,44,.07)}

.request-panel__aside h3{color:#111827}
.request-panel__aside p,
.request-panel__aside li{color:#4b5563}
.site-footer__links a[title="Панель управления"]{display:none!important}

@media(max-width:980px){
  main > .section:not(.section--light):not(.product-detail__description){background:#101823}
  .product-category-nav{grid-template-columns:1fr;gap:10px}
  .product-category-nav__item{min-height:auto;padding:13px 15px;border-radius:18px}
  .product-category-nav__item span{font-size:12px}
  .product-catalog-grid,.product-catalog-grid--compact{gap:16px;padding:0 0 18px;overflow-x:auto;scroll-snap-type:x mandatory}
  .product-catalog-card{min-width:86%;max-width:86%;scroll-snap-align:start;border-radius:24px}
  .product-shot,.product-shot--small{height:170px}
  .product-card-title{font-size:20px;line-height:1.16;gap:7px}
  .product-catalog-card__body{padding:18px}
  .product-detail{padding:32px 0 0}
  .product-detail .breadcrumbs{width:min(100% - 24px,var(--max));font-size:12px;overflow-wrap:anywhere}
  .product-detail__hero{width:min(100% - 24px,var(--max));grid-template-columns:1fr;padding:16px;border-radius:26px}
  .product-detail__body{padding:22px;border-radius:22px;order:2}
  .product-detail__media{order:1;min-height:190px;border-radius:20px}
  .product-detail .section-title{font-size:clamp(34px,12vw,48px)}
  .product-detail .section-desc{font-size:16px;color:#4b5563}
  .product-actions{gap:8px}
}
@media(max-width:560px){
  .product-catalog-card{min-width:90%;max-width:90%}
  .product-card-title{font-size:19px}
  .product-status{font-size:10px;padding:5px 7px}
  .product-detail__hero{padding:12px}
}


/* 1.1.3 refinements */
.ky6-logo-card{
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.ky6-logo-card img{
  width:min(220px, 46%);
  max-width:220px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 70px rgba(255,93,39,.22));
}
.ky6-logo-card::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(79,70,229,.22),rgba(224,71,111,.22));
  transform:rotate(20deg) translate(18%, 16%);
  opacity:.35;
  z-index:-1;
}
.ky6-logo-card{position:relative}

.page-hero + .section{
  background:
    radial-gradient(circle at 84% 12%, rgba(255,122,26,.12), transparent 32%),
    linear-gradient(180deg,#172130 0%,#111a26 100%);
}
.page-hero + .section .section-title,
.page-hero + .section .section-desc,
.page-hero + .section .card-text{
  color:#f7fafc;
}
.page-hero + .section .section-desc{color:#cbd5e1}

.product-catalog-card,
.product-category-nav__item,
.grid-card,
.b-card,
.service-long-card,
.process-grid>div,
.ky6-fact,
.flow-step,
.block-row,
.price-card{
  box-shadow:
    0 24px 70px rgba(0,0,0,.26),
    0 0 calc(18px + var(--parallax-glow, 0px)) rgba(255,122,26,.10);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease;
}
.product-catalog-card:hover,
.product-category-nav__item:hover,
.grid-card:hover,
.b-card:hover,
.service-long-card:hover,
.process-grid>div:hover{
  transform:translateY(-4px);
  border-color:rgba(255,122,26,.34);
  box-shadow:
    0 30px 90px rgba(0,0,0,.34),
    0 0 calc(30px + var(--parallax-glow, 0px)) rgba(255,122,26,.22);
}
.product-catalog-card{
  background:
    radial-gradient(circle at 78% 0%,rgba(255,122,26,.16),transparent 36%),
    linear-gradient(145deg,#172130,#0f1723);
}
.product-catalog-card__body{gap:14px}
.product-card-title{
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
  line-height:1.08;
}
.product-card-title a{
  min-width:0;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.product-status{
  flex:0 0 auto;
}
.product-category-label{color:#aab4c3}
.product-catalog-card .card-text{
  color:#c7d2e1;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.product-category-nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.product-category-nav__item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
  border-radius:24px;
  padding:18px;
  min-height:112px;
  background:
    radial-gradient(circle at 85% 8%,rgba(255,122,26,.16),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  white-space:normal;
  line-height:1.22;
}
.product-category-nav__item b{
  display:block;
  font-size:18px;
  line-height:1.15;
}
.product-category-nav__item span{
  display:block;
  color:#c7d2e1;
  font-weight:600;
  font-size:14px;
  line-height:1.45;
}

.product-detail{
  background:
    radial-gradient(circle at 82% 18%,rgba(255,122,26,.12),transparent 32%),
    linear-gradient(180deg,#172130 0%,#101823 100%);
  color:#fff;
}
.product-detail__hero{
  background:
    radial-gradient(circle at 82% 16%,rgba(255,122,26,.11),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border-color:rgba(255,255,255,.12);
  box-shadow:
    0 30px 100px rgba(0,0,0,.34),
    0 0 46px rgba(255,122,26,.12);
}
.product-detail__body{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:none;
}
.product-detail__media{
  box-shadow:
    0 28px 90px rgba(0,0,0,.32),
    0 0 42px rgba(255,122,26,.14);
}
.product-detail .section-desc,
.product-detail .rich-text{
  color:#d6deea;
}
.product-detail .breadcrumbs{color:#c6d1df}

.app-nav{
  background:
    linear-gradient(180deg,rgba(32,43,59,.99),rgba(12,18,27,.99));
  border-top:1px solid rgba(255,122,26,.34);
  box-shadow:
    0 -18px 52px rgba(0,0,0,.38),
    0 -1px 0 rgba(255,255,255,.10),
    0 0 34px rgba(255,122,26,.18);
}
.app-nav::before{
  content:"";
  position:absolute;
  left:50%;
  top:7px;
  width:42px;
  height:4px;
  border-radius:999px;
  transform:translateX(-50%);
  background:rgba(255,122,26,.7);
  box-shadow:0 0 18px rgba(255,122,26,.45);
}
.app-nav a{
  position:relative;
  padding-top:8px;
}
.app-nav a.is-active{
  background:rgba(255,122,26,.10);
  border-radius:16px;
}
.app-nav a.is-active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-3px;
  width:18px;
  height:3px;
  border-radius:999px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,var(--orange),var(--coral));
}

@media(max-width:980px){
  .page-hero + .section{
    background:linear-gradient(180deg,#172130 0%,#111a26 100%);
  }
  .product-category-nav{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .product-category-nav__item{
    min-height:0;
    border-radius:20px;
    padding:16px;
  }
  .product-catalog-card{
    min-width:84%;
    box-shadow:
      0 22px 70px rgba(0,0,0,.30),
      0 0 26px rgba(255,122,26,.14);
  }
  .product-card-title{
    display:block;
    font-size:20px;
  }
  .product-card-title .product-status{
    display:inline-flex;
    margin-top:10px;
  }
  .product-catalog-card__body{
    padding:18px;
  }
  .ky6-logo-card{
    min-height:260px;
  }
  .ky6-logo-card img{
    width:min(170px, 52%);
  }
}
@media(max-width:560px){
  .app-nav{
    height:76px;
    padding-left:6px;
    padding-right:6px;
  }
  .app-nav a{
    font-size:9px;
  }
  .product-category-nav__item b{
    font-size:16px;
  }
  .product-category-nav__item span{
    font-size:13px;
  }
}


/* 1.1.6 refinements */
.brand-logo-strip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:28px;
}
.brand-logo-strip img,
.integration-pill--logo img{
  display:block;
  max-width:150px;
  height:28px;
  object-fit:contain;
}
.integration-pill--logo{
  min-width:150px;
  justify-content:center;
  padding:14px 18px;
}
.integration-pill--logo img{
  filter:brightness(1.06) contrast(1.04);
}
.trademark-note{
  margin-top:14px;
  font-size:12px;
  color:#8f9aaa;
  max-width:780px;
}
.ky6-title-inline{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:#fff;
  font-weight:900;
}
.ky6-title-inline img{
  width:42px;
  height:42px;
  object-fit:contain;
  filter:drop-shadow(0 12px 28px rgba(255,93,39,.22));
}
.ky6-article-hero{
  display:block;
  max-width:980px;
}
.ky6-article-hero .hero-desc{
  max-width:760px;
}
.ky6-logo-card{
  display:none!important;
}
.product-detail{
  padding:54px 0 76px;
  background:
    radial-gradient(circle at 84% 12%, rgba(255,122,26,.13), transparent 34%),
    linear-gradient(180deg,#111a26 0%,#172130 100%)!important;
  color:#fff!important;
}
.product-detail .breadcrumbs{
  color:#d8e0ec!important;
  margin-bottom:24px;
}
.product-detail .breadcrumbs a{
  color:#fff!important;
  opacity:.9;
}
.product-detail__hero{
  background:
    radial-gradient(circle at 82% 16%,rgba(255,122,26,.13),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;
  border:1px solid rgba(255,255,255,.15)!important;
  color:#fff!important;
}
.product-detail__body{
  background:rgba(11,16,24,.56)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.22)!important;
  color:#fff!important;
}
.product-detail__body .section-title,
.product-detail__body .section-desc{
  color:#fff!important;
}
.product-detail__body .section-desc{
  color:#d6deea!important;
}
.product-detail__media{
  background:#0c121c!important;
  box-shadow:0 26px 86px rgba(0,0,0,.34),0 0 42px rgba(255,122,26,.15)!important;
}
.product-detail__description{
  padding:28px 0 0!important;
  background:transparent!important;
}
.product-detail__description .rich-text{
  background:rgba(11,16,24,.48);
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  padding:28px;
  color:#d6deea!important;
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}
.product-detail__description .rich-text b,
.product-detail__description .rich-text strong{
  color:#fff;
}
.section--light{
  background:#f8f5f0;
  color:#111827;
}
section + section{
  border-top:0;
}
.section::before{
  display:none;
}
.site-footer__text{
  color:#c4cedb;
}
.request-form .smartcaptcha,
.request-form [data-testid="smartcaptcha"]{
  max-width:100%;
}
@media(max-width:980px){
  .brand-logo-strip{
    gap:10px;
  }
  .brand-logo-strip img,
  .integration-pill--logo img{
    height:24px;
    max-width:132px;
  }
  .integration-pill--logo{
    min-width:140px;
  }
  .product-detail__hero{
    grid-template-columns:1fr!important;
    padding:18px!important;
  }
  .product-detail__body{
    padding:22px!important;
    margin-top:0!important;
  }
  .product-detail__description .rich-text{
    padding:22px;
  }
}


/* 1.1.7 logo cards and typography refinements */
.integration-logos--brand{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.brand-logo-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:14px;
  margin-top:30px;
}
.brand-logo-card{
  position:relative;
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:12px;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 50px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.brand-logo-card::before{
  content:"";
  position:absolute;
  inset:auto -20px -20px auto;
  width:84px;
  height:84px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,122,26,.12), transparent 68%);
  pointer-events:none;
}
.brand-logo-card img{
  display:block;
  width:auto;
  max-width:100%;
  height:28px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.08) contrast(1.04);
}
.brand-logo-card span{
  display:block;
  font-size:12px;
  line-height:1.25;
  font-weight:800;
  color:#cdd6e3;
  letter-spacing:.01em;
}
.brand-logo-card--compact{
  min-height:82px;
  padding:14px 16px;
  border-radius:20px;
}
.brand-logo-card--compact img{height:24px}
.integration-pill--accent{
  justify-content:center;
  min-height:82px;
  border-radius:20px;
  padding:14px 16px;
  background:linear-gradient(145deg,rgba(255,122,26,.14),rgba(255,255,255,.04));
  border:1px solid rgba(255,122,26,.22);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.integration-pill--accent svg{color:var(--orange)}
@media (max-width:980px){
  .integration-logos--brand{grid-template-columns:repeat(2,minmax(0,1fr));}
  .brand-logo-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:560px){
  .integration-logos--brand{grid-template-columns:1fr 1fr;}
  .brand-logo-strip{grid-template-columns:1fr 1fr;gap:10px;}
  .brand-logo-card, .brand-logo-card--compact{min-height:76px;padding:12px 14px;border-radius:18px;}
  .brand-logo-card img{height:22px;}
  .brand-logo-card span{font-size:11px;}
}


/* 1.1.8 logo-only integration cards and ky6 badge placement */
.brand-logo-card{
  align-items:center;
  text-align:center;
  justify-content:center;
  min-height:78px;
}
.brand-logo-card img{
  max-height:34px;
  height:auto;
  max-width:160px;
  object-position:center center;
}
.brand-logo-card span{
  display:none!important;
}
.brand-logo-card--compact{
  min-height:72px;
}
.brand-logo-card--compact img{
  max-height:30px;
}
.ky6-article-hero{
  padding-top:30px;
}
.ky6-hero-eyebrow{
  margin-bottom:22px;
}
@media(max-width:560px){
  .brand-logo-card,
  .brand-logo-card--compact{
    min-height:66px;
  }
  .brand-logo-card img,
  .brand-logo-card--compact img{
    max-height:26px;
    max-width:130px;
  }
  .ky6-article-hero{
    padding-top:24px;
  }
}


/* local performance/accessibility patch */
.card-title,
.case-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.015em;
  color: #fff;
  margin-bottom: 10px;
}
.hero-slide picture,
.product-shot picture,
.product-detail__media picture{
  display:block;
  width:100%;
  height:100%;
}
.hero-slide picture img,
.product-shot picture img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-detail__media picture img{
  width:100%;
  height:auto;
  object-fit:cover;
}
.hero-dot{
  position:relative!important;
  width:44px!important;
  height:44px!important;
  border-radius:999px!important;
  background:transparent!important;
}
.hero-dot::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:9px;
  height:9px;
  border-radius:999px;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,.32);
}
.hero-dot.is-active::before{
  width:28px;
  background:linear-gradient(90deg,var(--orange),var(--coral));
}
.app-nav {
  background: linear-gradient(180deg, rgba(31,43,60,.98), rgba(11,17,25,.99)) !important;
  border-top: 1px solid rgba(255,122,26,.38) !important;
  box-shadow:0 -18px 54px rgba(0,0,0,.42),0 -1px 0 rgba(255,255,255,.08),0 0 34px rgba(255,122,26,.16) !important;
}
.app-nav a {gap:5px!important;font-size:10px!important;font-weight:700!important;letter-spacing:-.01em;}
.app-nav .bi,.app-nav svg{
  width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;
  display:block!important;fill:currentColor!important;color:currentColor!important;filter:none!important;transform:none!important;opacity:1!important;shape-rendering:geometricPrecision;
}
.app-nav svg path{fill:currentColor!important;stroke:none!important;}
.app-nav a.is-active{color:var(--orange)!important;background:rgba(255,122,26,.12)!important;border-radius:15px!important;}
.app-nav a:not(.is-active){color:#cbd5e1!important;}
@media(max-width:560px){
  .app-nav{height:74px!important;padding-top:8px!important;}
  .app-nav a{font-size:9px!important;}
  .app-nav .bi,.app-nav svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;}
}
