/* botixx-v23-public-design-system */
/* botixx-12055-critical-ui — externalized from legacy inline layer */

:root{
  --bg:#f7f9ff;--surface:#fff;--surface-2:#f0f4ff;--text:#081632;--muted:#66728a;
  --line:rgba(8,22,50,.12);--line-strong:rgba(8,22,50,.21);
  --blue:#135eff;--blue-2:#4d86ff;--blue-soft:rgba(19,94,255,.10);
  --shadow:0 26px 80px rgba(20,43,91,.14);--header:78px;
  --ease:cubic-bezier(.2,.8,.2,1);color-scheme:light
}
html[data-theme="dark"]{
  --bg:#07101f;--surface:#0d1930;--surface-2:#111f39;--text:#f5f8ff;--muted:#a6b2c9;
  --line:rgba(210,224,255,.13);--line-strong:rgba(210,224,255,.25);
  --blue:#4f84ff;--blue-2:#82a8ff;--blue-soft:rgba(79,132,255,.14);
  --shadow:0 28px 85px rgba(0,0,0,.36);color-scheme:dark
}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden;max-width:100vw}
body{
  background:var(--bg);color:var(--text);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  transition:background .45s,color .45s;
  overscroll-behavior-x:none;-webkit-font-smoothing:antialiased
}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit}
::selection{background:var(--blue);color:#fff}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;
  background:
    radial-gradient(circle at 9% 9%,rgba(19,94,255,.09),transparent 31%),
    radial-gradient(circle at 91% 18%,rgba(85,137,255,.12),transparent 30%)
}

/* Header */
.site-header{
  height:var(--header);position:fixed;inset:0 0 auto;z-index:100;
  display:flex;align-items:center;
  border-bottom:1px solid var(--line);
  background:color-mix(in srgb,var(--bg) 82%,transparent);
  backdrop-filter:blur(22px) saturate(150%)
}
.header-inner{
  width:min(1500px,calc(100% - 44px));height:100%;margin:auto;
  display:flex;align-items:center;justify-content:space-between;gap:28px
}
.brand-link{display:flex;align-items:center;width:139px;height:40px;text-decoration:none;flex:none}
.brand-link img{width:100%;height:auto;display:block}
.theme-dark-img{display:none!important}
html[data-theme="dark"] .theme-light-img{display:none!important}
html[data-theme="dark"] .theme-dark-img{display:block!important}
.nav-wrap{
  position:relative;display:flex;align-items:center;padding:5px;
  border:1px solid var(--line);border-radius:999px;
  background:color-mix(in srgb,var(--surface) 80%,transparent)
}
.nav-indicator{
  position:absolute;top:5px;left:5px;height:38px;border-radius:999px;
  background:var(--blue-soft);transition:transform .55s var(--ease),width .55s var(--ease)
}
.nav-btn{
  position:relative;z-index:1;border:0;background:none;color:var(--muted);
  height:38px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:800;transition:color .3s
}
.nav-btn.active{color:var(--text)}
.nav-btn.nav-external{display:inline-flex;align-items:center;text-decoration:none;white-space:nowrap}
@media(max-width:1080px){
  .nav-wrap,.header-cta{display:none}
  .menu-toggle{display:grid}
  .mobile-menu{display:grid}
}
.header-actions{display:flex;align-items:center;gap:10px}
.theme-toggle,.menu-toggle{
  width:42px;height:42px;border-radius:50%;border:1px solid var(--line);
  background:var(--surface);color:var(--text);display:grid;place-items:center;transition:.3s var(--ease)
}
.theme-toggle:hover,.menu-toggle:hover{transform:translateY(-2px);border-color:var(--line-strong)}
.theme-toggle svg,.menu-toggle svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8}
.moon{display:none}
html[data-theme="dark"] .sun{display:none}
html[data-theme="dark"] .moon{display:block}
.header-cta{
  height:44px;padding:0 18px;border-radius:999px;background:var(--blue);color:#fff;
  text-decoration:none;display:flex;align-items:center;font-size:13px;font-weight:900;
  box-shadow:0 12px 30px rgba(19,94,255,.23);transition:.3s var(--ease)
}
.header-cta:hover{transform:translateY(-2px)}
.menu-toggle{display:none}

/* App / Screens */
.app{position:fixed;inset:var(--header) 0 0;overflow:hidden}
.screen{
  position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;
  transform:translate3d(0,4px,0);
  transition:opacity .16s ease,transform .16s ease,visibility 0s .16s;
  overflow:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
  contain:layout paint style;will-change:opacity,transform
}
.screen.active{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0);
  transition:opacity .16s ease,transform .16s ease,visibility 0s
}
.page{
  width:min(1500px,calc(100% - 44px));margin:auto;max-width:100%;
  min-height:100%;overflow-x:hidden
}

/* Interaction and rendering performance */
.b-media,.b-body{will-change:opacity,transform;backface-visibility:hidden;transform:translateZ(0)}
.b-thumb{backface-visibility:hidden;transform:translateZ(0)}
@media (prefers-reduced-motion:reduce){
  .screen,.screen.active{transition:none;transform:none}
}

/* HOME */
.home-page{
  display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:68px;align-items:center;padding:44px 0 38px;min-height:100%
}
.home-page.pf-closed{grid-template-columns:1fr}
.hero-copy{position:relative;z-index:2}

/* ===== BOTIXX HERO FLOW (Konsept 7) ===== */
:root{
  --flow-layer-1:#ffffff;
  --flow-layer-2:#f4f6fa;
  --flow-layer-3:#e9edf4;
  --flow-blue:#1769ff;
  --flow-motion:#75a8ff;
  --flow-shadow:#74829a;
}
html[data-theme="dark"]{
  --flow-layer-1:#0c1119;
  --flow-layer-2:#111824;
  --flow-layer-3:#182130;
  --flow-blue:#1769ff;
  --flow-motion:#68a2ff;
  --flow-shadow:#000000;
}
.home-v13 .hero-copy{
  position:relative;
  isolation:isolate;
}
.home-v13 .hero-left{
  position:relative;
  z-index:3;
}


/* Bixu always above flow */
.bixu-widget,.bixu-chat,#bixu-widget,[id*="bixu"],[class*="bixu"]{
  z-index:9999;
}
@media (max-width:980px){
  .home-v13 .hero-copy{
    grid-template-columns:1fr !important;
  }
  
  .home-v13 .hero-left{order:1}
  
  
  
  
}
@media (max-width:520px){
  
  
  
  
}
@media (prefers-reduced-motion:reduce){
  
}

.kinetic-title{
  margin:0;max-width:900px;font-size:clamp(56px,6.2vw,108px);
  line-height:1.08;letter-spacing:-.06em;font-weight:900
}
.kinetic-line{
  position:relative;display:block;min-height:1.12em;white-space:nowrap;
  margin-bottom:.04em;overflow:visible;padding:.02em 0
}
.kinetic-line.blue{color:var(--blue)}
.kinetic-line span{display:block;will-change:transform,opacity,filter}
.hero-desc{
  max-width:710px;margin:34px 0 0;color:var(--muted);
  font-size:clamp(17px,1.25vw,21px);line-height:1.63
}
.hero-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap;margin-top:34px}
.primary-btn,.secondary-btn,.neler-btn{
  height:54px;border-radius:15px;padding:0 22px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  text-decoration:none;border:1px solid var(--line-strong);
  background:var(--surface);color:var(--text);
  font-size:14px;font-weight:900;transition:.3s var(--ease);line-height:1
}
.primary-btn{background:var(--blue);color:#fff;box-shadow:0 15px 34px rgba(19,94,255,.25)}
.primary-btn:hover,.secondary-btn:hover,.neler-btn:hover{transform:translateY(-3px)}
.neler-btn svg{width:16px;height:16px;transition:transform .3s var(--ease)}
.neler-btn.is-active{background:var(--blue-soft);border-color:rgba(19,94,255,.35);color:var(--blue)}
.neler-btn.is-active svg{transform:rotate(180deg)}
.home-symbol{
  position:absolute;width:min(43vw,670px);height:min(43vw,670px);
  left:-10%;bottom:-30%;opacity:.032;pointer-events:none;object-fit:contain
}
html[data-theme="dark"] .home-symbol{opacity:.05}

/* Focus line */
.focus-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 8px;margin-top:18px;min-height:1.4em}
.focus-label{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:-.01em}
.focus-word-wrap{position:relative;height:1.35em;overflow:hidden;min-width:7.2em}
.focus-word{
  display:block;font-size:15px;font-weight:900;letter-spacing:-.03em;
  color:var(--blue);line-height:1.35;
  transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .35s ease
}
.focus-word.is-out{transform:translateY(-105%);opacity:0}
.focus-word.is-in{transform:translateY(0);opacity:1}

/* Portfolio */
.review-stage{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center}
.review-stage.pf-hidden{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.pf-stage{position:relative;z-index:2;width:min(100%,560px);margin:0 auto}
.pf-stage::before{content:"";position:absolute;inset:18px -18px -18px;border-radius:30px;background:var(--blue-soft);filter:blur(26px);opacity:.58;z-index:-1;pointer-events:none}
.b-card{position:relative;cursor:pointer;touch-action:pan-y;min-height:570px;border-radius:26px;overflow:hidden;background:var(--surface);border:1px solid color-mix(in srgb,var(--line-strong) 76%,transparent);box-shadow:0 34px 100px rgba(20,43,91,.2),0 5px 20px rgba(20,43,91,.08);isolation:isolate;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}
.b-card:hover{transform:translateY(-3px);box-shadow:0 42px 110px rgba(20,43,91,.23),0 8px 24px rgba(20,43,91,.1)}
.b-card::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.78);pointer-events:none;z-index:5}
.b-chrome{height:42px;padding:0 15px;display:flex;align-items:center;gap:7px;background:color-mix(in srgb,var(--surface-2) 78%,var(--surface));border-bottom:1px solid var(--line)}
.b-dot{width:9px;height:9px;border-radius:50%;background:var(--line-strong);box-shadow:0 0 0 1px rgba(0,0,0,.04)}
.b-dot:nth-child(1){background:#ff5f57}.b-dot:nth-child(2){background:#febc2e}.b-dot:nth-child(3){background:#28c840}
.b-url{margin-left:10px;flex:1;height:25px;border-radius:9px;background:color-mix(in srgb,var(--bg) 82%,var(--surface));border:1px solid var(--line);display:flex;align-items:center;padding:0 11px;font-size:10.5px;font-weight:750;color:var(--muted);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.01em}
.b-media{position:relative;aspect-ratio:16/9;background:var(--surface-2);overflow:hidden}
.b-media::after{content:"";position:absolute;inset:0;box-shadow:inset 0 -42px 58px rgba(5,14,35,.12);pointer-events:none}
.b-badge{position:absolute;left:16px;top:16px;z-index:3;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.72);box-shadow:0 8px 24px rgba(11,26,58,.14);backdrop-filter:blur(10px);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#17233c}
.b-thumb{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transform:scale(1.025);transition:opacity .24s ease,transform .38s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.b-thumb.is-in{opacity:1;transform:none}.b-thumb.is-contain{object-fit:contain;padding:8px;background:#f3f5f8}.b-thumb.pos-top{object-position:center top}.b-thumb.pos-center{object-position:center center}
.b-body{min-height:242px;padding:20px 22px 18px;display:flex;flex-direction:column}
.b-head{display:grid;grid-template-columns:238px minmax(0,1fr);align-items:center;gap:22px;margin-bottom:14px;min-height:78px}
.b-logo{width:238px;height:78px;display:flex;align-items:center;justify-content:flex-start;overflow:visible;flex:none;padding:0;background:transparent;border:0}
.b-logo svg,.b-logo img{width:100%;height:100%;object-fit:contain;object-position:left center;max-width:100%;max-height:none;display:block}
.b-titles{min-width:0;padding-left:20px;border-left:1px solid var(--line)}
.b-brand{display:block;font-size:13px;font-weight:900;letter-spacing:.055em;line-height:1.15;text-transform:uppercase;color:var(--blue)}
.b-meta{display:block;margin-top:7px;font-size:15px;line-height:1.35;color:var(--text);font-weight:850;letter-spacing:-.015em}
.b-desc{min-height:58px;margin:0 0 17px;padding-top:14px;border-top:1px solid var(--line);font-size:13.5px;line-height:1.58;color:var(--muted)}
.b-footer{margin-top:auto;display:flex;align-items:center;gap:10px;position:relative}
.b-progress{flex:1;height:3px;border-radius:99px;background:color-mix(in srgb,var(--line) 88%,transparent);overflow:hidden;box-shadow:inset 0 1px 2px rgba(20,43,91,.06)}
.b-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--blue-2));border-radius:inherit;box-shadow:0 0 9px color-mix(in srgb,var(--blue) 46%,transparent)}
.b-count{font-size:11.5px;font-weight:900;font-variant-numeric:tabular-nums;color:var(--muted);flex:none;letter-spacing:.02em}
.b-nav{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,var(--surface-2));color:var(--text);font-size:18px;display:grid;place-items:center;transition:.28s var(--ease);flex:none;box-shadow:0 7px 18px rgba(20,43,91,.08)}
.b-nav:hover{transform:translateY(-2px) scale(1.03);border-color:var(--line-strong);box-shadow:0 10px 24px rgba(20,43,91,.14)}
.pf-stage,.pf-stage *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.pf-stage{user-select:none;-webkit-user-select:none}
.b-card:active,.pf-stage:active{background-color:inherit;filter:none}
.b-card.is-switching{pointer-events:none}
.b-media.pulsefit-bg{background:#131316}
.b-media.pulsefit-bg .b-thumb{background:#131316;padding:0}
@media(max-width:560px){
  .review-stage{min-height:535px}.pf-stage{width:100%}.pf-stage::before{inset:12px 4px -10px;border-radius:22px;filter:blur(16px)}
  .b-card{min-height:520px;border-radius:20px;box-shadow:0 20px 55px rgba(20,43,91,.15),0 3px 12px rgba(20,43,91,.06)}.b-card:hover{transform:none}
  .b-chrome{height:34px;padding:0 11px;gap:6px}.b-dot{width:7px;height:7px}.b-url{height:21px;margin-left:6px;font-size:9px;padding:0 9px}
  .b-media{aspect-ratio:16/8.7}.b-badge{left:11px;top:11px;padding:6px 9px;font-size:8.5px}
  .b-body{min-height:230px;padding:14px 14px 13px}
  .b-head{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-height:0;margin-bottom:10px}
  .b-logo{width:min(100%,245px);height:58px}
  .b-titles{width:100%;padding:10px 0 0;border-left:0;border-top:1px solid var(--line)}
  .b-brand{font-size:10.5px}.b-meta{font-size:14px;margin-top:4px}
  .b-desc{min-height:54px;padding-top:10px;margin-bottom:11px;font-size:12.25px;line-height:1.47}
  .b-footer{gap:7px}.b-progress{height:3px}.b-count{font-size:10px}.b-nav{width:33px;height:33px;font-size:15px}
}
@media(max-width:390px){
  .b-card{min-height:505px}.b-media{aspect-ratio:16/8.2}.b-body{padding:12px}.b-logo{width:min(100%,225px);height:52px}.b-meta{font-size:13px}.b-desc{font-size:11.8px}.b-nav{width:31px;height:31px}
}
@media (min-width:841px){
  .home-page:not(.pf-closed){grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;gap:48px;align-items:center}
  .review-stage.pf-open{display:flex!important;position:relative;width:100%;min-height:580px;animation:pfRevealSide .55s cubic-bezier(.22,1,.36,1) both}
}
@keyframes pfRevealSide{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
@keyframes pfRevealDown{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}

/* SERVICES */
.services-page{
  display:grid;grid-template-columns:minmax(390px,.78fr) minmax(640px,1.22fr);
  gap:58px;align-items:center;padding:38px 0;min-height:100%
}
.services-intro{position:relative}
.services-title{
  margin:0;font-size:clamp(48px,5.4vw,88px);line-height:1.12;
  letter-spacing:-.05em;font-weight:900;max-width:690px;
  display:block;opacity:1;visibility:visible;color:var(--text)
}
.services-title .word{display:inline;opacity:1;visibility:visible}
.services-title .word.blue,.services-title .blue{color:var(--blue)}
.service-sweep{width:120px;height:5px;margin:30px 0 28px;background:var(--blue);border-radius:99px;box-shadow:0 0 26px rgba(19,94,255,.28)}
.service-detail{min-height:255px;padding:26px 0 0;border-top:1px solid var(--line)}
.service-num{display:block;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.13em;margin-bottom:15px}
.service-detail h3{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.045em}
.service-detail p{margin:15px 0;color:var(--muted);font-size:16px;line-height:1.55;max-width:590px}
.service-list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.service-list li{position:relative;padding-left:18px;font-size:13px;font-weight:800}
.service-list li::before{content:"";position:absolute;left:0;top:.48em;width:7px;height:7px;border-radius:50%;background:var(--blue)}
.services-watermark{display:none!important}
.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.service-card{
  position:relative;min-height:175px;padding:22px;border:1px solid var(--line);border-radius:25px;
  background:radial-gradient(circle at var(--mx,80%) var(--my,20%),var(--blue-soft),transparent 36%),var(--surface);
  color:var(--text);text-align:left;
  display:grid;grid-template-columns:58px 1fr auto;gap:16px;align-items:start;
  overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent;
  box-shadow:0 14px 36px rgba(18,40,83,.06);
  transition:border-color .3s,box-shadow .3s,background .3s
}
.service-card:hover,.service-card.active{
  border-color:rgba(19,94,255,.32);box-shadow:0 22px 55px rgba(19,94,255,.12)
}
.service-card:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.service-card-icon{
  width:58px;height:58px;border-radius:18px;background:var(--blue-soft);
  color:var(--blue);display:grid;place-items:center
}
.service-card-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}
.service-card-copy strong{display:block;font-size:18px;line-height:1.15;letter-spacing:-.025em;margin-top:3px}
.service-card-copy small{display:block;color:var(--muted);font-size:13px;line-height:1.45;margin-top:10px}
.service-arrow{font-size:19px;color:var(--blue);transition:.3s}
.service-card:hover .service-arrow,.service-card.active .service-arrow{transform:translate(3px,-3px)}

/* CONTACT — fixed layout, no overlap */
.contact-page{
  display:grid;
  grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);
  grid-template-rows:auto auto;
  gap:48px 48px;
  align-items:start;
  padding:40px 0 48px;
  min-height:100%;
  position:relative;
  overflow:visible
}
.contact-copy{grid-column:1;grid-row:1;min-width:0}
.contact-form{grid-column:2;grid-row:1 / span 2;min-width:0;align-self:start}
.contact-foot{
  grid-column:1 / -1;grid-row:3;
  position:static;display:block;width:100%;
  text-align:center;margin:8px 0 0;padding:16px 0 8px;
  color:var(--muted);font-size:11px;opacity:.7;z-index:1
}
.contact-title{
  margin:0;font-size:clamp(40px,4.8vw,72px);line-height:1.15;
  letter-spacing:-.04em;font-weight:900;color:var(--text)
}
.contact-title .fixed-part{display:block;color:var(--text)}
.contact-title .changing-part{
  display:block;color:var(--blue);min-height:1.25em;overflow:hidden;margin-top:.08em;position:relative
}
.contact-title .changing-part span{
  display:block;color:var(--blue);
  transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .28s ease
}
.contact-title .changing-part span.is-out{transform:translateY(-105%);opacity:0}
.contact-copy p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.6;margin:24px 0}
.social-row{display:flex;gap:12px;flex-wrap:wrap}
.social-btn{
  height:52px;padding:0 18px;border:1px solid var(--line-strong);border-radius:15px;
  background:var(--surface);text-decoration:none;display:flex;align-items:center;gap:11px;
  font-size:14px;font-weight:900;transition:.3s var(--ease)
}
.social-btn:hover{transform:translateY(-3px);border-color:rgba(19,94,255,.4)}
.social-btn svg{width:21px;height:21px;fill:currentColor;flex-shrink:0}
.contact-logo{width:min(280px,70%);margin-top:28px;opacity:.85;display:block}
.contact-form{
  position:relative;padding:28px;border:1px solid var(--line);border-radius:28px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--surface-2) 88%,transparent));
  box-shadow:var(--shadow);overflow:hidden;max-width:100%
}
.contact-form::before{
  content:"";position:absolute;width:360px;height:360px;border-radius:50%;
  background:rgba(19,94,255,.12);filter:blur(75px);right:-190px;top:-190px;pointer-events:none
}
.form-title{position:relative;margin:0 0 25px;font-size:30px;letter-spacing:-.04em}
.form-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.field{display:flex;flex-direction:column;gap:8px;min-width:0}
.field.full{grid-column:1/-1}
.field label{font-size:12px;color:var(--muted);font-weight:800}
.field input,.field select,.field textarea{
  width:100%;border:1px solid var(--line);
  background:color-mix(in srgb,var(--surface) 70%,transparent);
  color:var(--text);border-radius:14px;outline:none;padding:14px 15px;transition:.25s
}
.field textarea{height:118px;resize:vertical;min-height:100px;max-height:240px}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)
}
.submit-btn{
  position:relative;width:100%;height:54px;border:0;border-radius:15px;
  background:var(--blue);color:#fff;font-weight:900;margin-top:16px;
  box-shadow:0 14px 32px rgba(19,94,255,.24);transition:.3s var(--ease)
}
.submit-btn:hover{transform:translateY(-2px)}

/* Mobile menu */
.mobile-menu{
  display:none;position:fixed;z-index:120;
  top:calc(var(--header) + 8px);left:14px;right:14px;padding:12px;
  border:1px solid var(--line);border-radius:22px;background:var(--surface);
  box-shadow:var(--shadow);gap:7px;
  opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s var(--ease)
}
.mobile-menu.open{opacity:1;visibility:visible;transform:none;display:grid}
.mobile-nav-btn{
  text-decoration:none;display:flex;align-items:center;justify-content:space-between;
  height:48px;border:0;border-radius:14px;background:transparent;color:var(--text);
  text-align:left;padding:0 16px;font-weight:850
}
.mobile-nav-btn.active{background:var(--blue-soft);color:var(--blue)}

/* Tablet */
@media(max-width:1120px){
  .home-page{grid-template-columns:1fr 460px;gap:30px}
  .kinetic-title{font-size:clamp(48px,6.5vw,80px);line-height:1.1}
  .services-page{grid-template-columns:1fr;align-content:start;padding-top:50px}
  .services-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:start}
  .services-title{font-size:56px}
  .service-detail{padding-top:12px;min-height:0}
  .contact-page{grid-template-columns:.9fr 1.1fr;gap:28px 35px}
}

/* Mobile ≤840 */
@media(max-width:840px){
  :root{--header:70px}
  .header-inner,.page{width:min(100% - 28px,1500px)}
  .nav-wrap,.header-cta{display:none}
  .menu-toggle{display:grid}
  .mobile-menu{display:grid}

  .home-page{
    grid-template-columns:1fr!important;grid-template-rows:auto auto;
    align-content:start;gap:34px;padding:42px 0 50px;min-height:auto;height:auto
  }
  .home-page:not(.pf-closed){gap:28px;padding-bottom:80px}
  .kinetic-title{font-size:clamp(42px,11vw,72px);line-height:1.12}
  .kinetic-line{white-space:normal}
  .hero-desc{margin-top:25px;font-size:16px}
  .review-stage.pf-open{
    display:flex!important;position:relative;width:100%;max-width:100%;
    margin:0 auto 40px;min-height:420px;height:auto;
    animation:pfRevealDown .5s cubic-bezier(.22,1,.36,1) both
  }
  .screen[data-screen="home"] .page{height:auto;min-height:100%;padding-bottom:24px}

  .services-page{display:block;padding:28px 0 80px}
  .services-intro{display:block}
  .services-title{font-size:clamp(36px,9vw,56px);line-height:1.18;margin:0 0 8px}
  .service-sweep{margin:16px 0 24px}
  .service-detail{min-height:0;margin-bottom:20px}
  .service-grid{display:flex;flex-direction:column;gap:10px;padding-bottom:40px}
  .service-card{
    display:flex;flex-direction:row;align-items:flex-start;gap:12px;
    min-height:0;padding:14px 16px;border-radius:16px;
    grid-template-columns:none;box-shadow:none
  }
  .service-card:hover,.service-card.active{transform:none;box-shadow:0 0 0 1px rgba(19,94,255,.15)}
  .service-card-icon{width:42px;height:42px;flex-shrink:0}
  .service-card-copy{flex:1;min-width:0}
  .service-arrow{display:none}
  .service-list{grid-template-columns:1fr}

  /* Contact mobile — stacked, no overlap, scrollable */
  .contact-page{
    display:flex!important;flex-direction:column;gap:28px;
    padding:28px 0 56px!important;min-height:auto;height:auto
  }
  .contact-copy,.contact-form{width:100%;max-width:100%;grid-column:auto;grid-row:auto}
  .contact-title{font-size:clamp(36px,9vw,56px)}
  .contact-logo{display:none}
  .contact-foot{order:99;margin-top:4px;padding:12px 0 4px}
  .contact-form{padding:24px}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .screen[data-screen="contact"] .page{height:auto;min-height:100%;padding-bottom:16px}
}

@media(max-width:560px){
  .brand-link{width:118px}
  .theme-toggle,.menu-toggle{width:39px;height:39px}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .primary-btn,.secondary-btn,.neler-btn{width:100%}
  .pf-stage{max-width:100%}
  .b-media{aspect-ratio:16/11}
  .contact-form{padding:20px}
  .form-title{font-size:24px}
  .social-btn{height:48px;padding:0 14px;font-size:13px}
}

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

.form-status{min-height:1.4em;margin:12px 0 0;font-size:13px;font-weight:700;color:var(--muted)}
.form-status.success{color:#178247}.form-status.error{color:#c23b3b}
.submit-btn[disabled]{opacity:.62;cursor:wait;transform:none!important}
@media(max-width:840px){.service-detail.flash{animation:detailFlash .42s ease}}
@keyframes detailFlash{0%{background:var(--blue-soft)}100%{background:transparent}}

@media (min-width:901px){
  #serviceDetail.desktop-hover-change{
    animation:serviceDetailHoverIn .22s cubic-bezier(.2,.8,.2,1) both;
  }
  @keyframes serviceDetailHoverIn{
    from{opacity:.72;transform:translateX(-8px)}
    to{opacity:1;transform:translateX(0)}
  }
}

.header-account{display:flex;align-items:center;gap:6px}.header-account a{height:38px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;text-decoration:none;font-size:11px;font-weight:850;white-space:nowrap}.header-account .account-login-link{border:1px solid var(--line);background:var(--surface);color:var(--muted)}.header-account .account-register-link,.header-account .account-panel-link{background:var(--blue-soft);color:var(--blue)}@media(max-width:1180px){.header-account .account-login-link{display:none}}@media(max-width:900px){.header-account{display:none}}
.biz-plan-icon{display:inline-flex;align-items:center;justify-content:center}.biz-plan-svg{display:block;color:currentColor}

/* === Botixx E-Ticaret: ana site içi ekran === */
.ecommerce-page{height:100%;overflow:auto;background:#f8fafc;color:#1e293b;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;padding:0!important;max-width:none!important}
.ecommerce-page .ec-promo{background:linear-gradient(90deg,#312e81,#4f46e5);color:#fff;text-align:center;padding:12px 16px;font-size:14px;font-weight:600}
.ecommerce-page .ec-promo em{font-style:normal;background:rgba(255,255,255,.18);padding:2px 10px;border-radius:6px;margin-left:8px;font-size:12.5px}
.ecommerce-page .ec-hero{text-align:center;padding:48px 20px 20px;background:#fff}
.ecommerce-page .ec-hero h1{font-size:clamp(26px,4.5vw,36px);font-weight:800;letter-spacing:-.9px;color:#0f172a;margin:0 0 10px}
.ecommerce-page .ec-hero p{color:#64748b;font-size:16px;max-width:480px;margin:0 auto 24px}
.ecommerce-page .ec-bill{display:inline-flex;background:#f1f5f9;border-radius:999px;padding:4px;margin-bottom:8px}
.ecommerce-page .ec-bill button{border:0;background:transparent;font:600 13px Inter,sans-serif;padding:8px 18px;border-radius:999px;color:#64748b;cursor:pointer}
.ecommerce-page .ec-bill button.on{background:#fff;color:#0f172a;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.ecommerce-page .ec-bill .save{color:#059669;font-size:11px;font-weight:700}
.ecommerce-page .ec-plans-wrap{background:#fff;padding:12px 0 48px}
.ecommerce-page .ec-plans{display:grid;grid-template-columns:1fr;gap:16px;max-width:1100px;margin:0 auto;padding:0 16px}
.ecommerce-page .ec-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;position:relative}
.ecommerce-page .ec-card.hot{border:2px solid #4f46e5;box-shadow:0 12px 40px rgba(79,70,229,.12)}
.ecommerce-page .ec-ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#4f46e5;color:#fff;font-size:11px;font-weight:800;letter-spacing:.3px;padding:5px 14px;border-radius:999px;white-space:nowrap}
.ecommerce-page .ec-card-name{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:4px}
.ecommerce-page .ec-card-sub{font-size:13px;color:#64748b;margin-bottom:16px;line-height:1.4}
.ecommerce-page .ec-card-price{font-size:40px;font-weight:800;letter-spacing:-1.5px;color:#0f172a;line-height:1}
.ecommerce-page .ec-card-price small{font-size:15px;font-weight:500;color:#64748b;letter-spacing:0}
.ecommerce-page .ec-card-year{font-size:13px;color:#64748b;margin-top:6px;margin-bottom:4px}.ecommerce-page .ec-card-year s{color:#94a3b8}.ecommerce-page .ec-card-year b{color:#059669;font-weight:600}
.ecommerce-page .ec-card-custom{font-size:28px;font-weight:800;letter-spacing:-.8px;color:#0f172a;margin-bottom:8px}.ecommerce-page .ec-card-cta{margin:20px 0 22px}
.ecommerce-page .ec-feats-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#64748b;margin-bottom:10px}
.ecommerce-page .ec-feats{list-style:none;flex:1;margin:0;padding:0}.ecommerce-page .ec-feats li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;padding:5px 0;color:#334155;line-height:1.4}.ecommerce-page .ec-feats li:before{content:'✓';color:#059669;font-weight:700;flex-shrink:0;margin-top:1px}.ecommerce-page .ec-feats li.ec-hi{font-weight:600;color:#0f172a}.ecommerce-page .ec-feats li.ec-hi:before{color:#4f46e5}
.ecommerce-page .ec-btn{display:inline-flex;align-items:center;justify-content:center;font:600 14px Inter,sans-serif;border-radius:10px;border:0;cursor:pointer;text-decoration:none;transition:.15s;white-space:nowrap}.ecommerce-page .ec-bp{background:#4f46e5;color:#fff;padding:10px 18px}.ecommerce-page .ec-bp:hover{background:#4338ca}.ecommerce-page .ec-bs{background:#fff;color:#1e293b;border:1px solid #e2e8f0;padding:10px 18px}.ecommerce-page .ec-bghost{background:transparent;color:#4f46e5;border:1px solid #4f46e5;padding:10px 18px}.ecommerce-page .ec-bghost:hover{background:#eef2ff}.ecommerce-page .ec-bf{width:100%}.ecommerce-page .ec-blg{padding:12px 20px;font-size:15px}
.ecommerce-page .ec-cmp-section{max-width:1100px;margin:0 auto;padding:40px 16px 20px}.ecommerce-page .ec-cmp-section h2{font-size:22px;font-weight:800;letter-spacing:-.4px;text-align:center;margin-bottom:8px;color:#0f172a}.ecommerce-page .ec-cmp-section>p{text-align:center;color:#64748b;font-size:14px;margin-bottom:24px}.ecommerce-page .ec-cmp-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.ecommerce-page .ec-cmp-scroll{overflow-x:auto}.ecommerce-page table.ec-ct{width:100%;border-collapse:collapse;font-size:13.5px;min-width:600px}.ecommerce-page table.ec-ct th,.ecommerce-page table.ec-ct td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.ecommerce-page table.ec-ct th{background:#f8fafc;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.35px;color:#64748b}.ecommerce-page table.ec-ct th:not(:first-child),.ecommerce-page table.ec-ct td:not(:first-child){text-align:center}.ecommerce-page table.ec-ct tr:last-child td{border-bottom:0}.ecommerce-page table.ec-ct .ec-y{color:#059669;font-weight:700}.ecommerce-page table.ec-ct .ec-n{color:#cbd5e1}.ecommerce-page table.ec-ct td strong{font-weight:600;color:#0f172a}.ecommerce-page .ec-cmp-m{display:none}
.ecommerce-page .ec-cta-sec{max-width:1100px;margin:32px auto 56px;padding:0 16px}.ecommerce-page .ec-cta-box{background:#0f172a;color:#fff;border-radius:16px;padding:32px 28px;text-align:center}.ecommerce-page .ec-cta-box h3{font-size:20px;font-weight:700;margin-bottom:8px}.ecommerce-page .ec-cta-box p{opacity:.7;font-size:14px;margin-bottom:18px}.ecommerce-page .ec-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ecommerce-page .ec-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 32px;padding:0 16px 48px;font-size:13px;color:#64748b}.ecommerce-page .ec-trust strong{color:#0f172a;font-weight:700}.ecommerce-page .ec-foot{text-align:center;padding:20px;font-size:12.5px;color:#64748b;border-top:1px solid #e2e8f0;background:#fff}
@media(min-width:900px){.ecommerce-page .ec-plans{grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}}
@media(max-width:700px){.ecommerce-page .ec-cmp-d{display:none}.ecommerce-page .ec-cmp-m{display:block}.ecommerce-page .ec-acc{border-bottom:1px solid #e2e8f0}.ecommerce-page .ec-acc:last-child{border-bottom:0}.ecommerce-page .ec-acc-btn{width:100%;text-align:left;background:none;border:0;padding:14px 18px;font:600 14px Inter,sans-serif;cursor:pointer;display:flex;justify-content:space-between;color:#1e293b}.ecommerce-page .ec-acc-btn:after{content:'+';font-size:18px;color:#64748b}.ecommerce-page .ec-acc.open .ec-acc-btn:after{content:'−'}.ecommerce-page .ec-acc-body{display:none;padding:0 18px 14px;font-size:13px;color:#334155}.ecommerce-page .ec-acc.open .ec-acc-body{display:block}.ecommerce-page .ec-acc-body div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #e2e8f0}.ecommerce-page .ec-acc-body div:last-child{border:0}}




@media (min-width: 901px){
  .services-page{
    grid-template-columns:minmax(500px,.94fr) minmax(600px,1.06fr);
    gap:72px;
    align-items:center;
  }
  .services-intro{min-width:0}
  .service-detail{
    min-height:315px;
    padding:32px 30px 28px;
    margin-top:4px;
    border:1px solid var(--line);
    border-radius:28px;
    background:var(--surface);
    box-shadow:0 20px 60px rgba(18,40,83,.075);
  }
  .service-num{font-size:14px;margin-bottom:18px}
  .service-detail h3{font-size:clamp(38px,3vw,50px);line-height:1.03;letter-spacing:-.05em}
  .service-detail p{font-size:18px;line-height:1.65;max-width:680px;margin:20px 0 22px}
  .service-list{gap:13px 22px;margin-top:22px}
  .service-list li{font-size:15px;line-height:1.45;padding-left:20px}
  .service-list li::before{width:8px;height:8px;top:.46em}
  .service-card{min-height:184px;padding:24px}
  .service-card-copy strong{font-size:19px}
  .service-card-copy small{font-size:13.5px}
}
@media (min-width: 1400px){
  .services-page{grid-template-columns:minmax(560px,.96fr) minmax(660px,1.04fr);gap:84px}
  .service-detail{padding:36px 34px 30px;min-height:330px}
}



/* 11.7 — consolidated responsive pages, legal UI and cleanup */
[data-screen="about"], [data-screen="faq"]{overflow-x:hidden}
.bx-page{width:min(1280px,calc(100% - 48px));min-height:100%;margin:0 auto;padding:clamp(42px,6vh,78px) 0 72px;box-sizing:border-box}
.bx-page-heading{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);gap:clamp(44px,7vw,112px);align-items:end;padding-bottom:clamp(34px,5vw,72px);border-bottom:1px solid var(--line)}
.bx-page-heading::after{content:"";position:absolute;left:0;bottom:-1px;width:clamp(88px,14vw,190px);height:2px;background:var(--blue);transform-origin:left;animation:bxLineIn .8s cubic-bezier(.16,1,.3,1) both}
.bx-page-heading h1{grid-column:2;margin:0;color:var(--text);font-size:clamp(54px,7.2vw,112px);line-height:.9;letter-spacing:-.065em;font-weight:900;text-wrap:balance}
.bx-page-heading h1 span{color:var(--blue)}
.bx-faq-page{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);gap:clamp(48px,8vw,128px);align-items:start}
.bx-faq-heading{display:block;position:sticky;top:clamp(96px,14vh,154px);padding:0 0 34px;border-bottom:1px solid var(--line)}
.bx-faq-heading .bx-faq-heading h1{font-size:clamp(54px,6.2vw,94px);line-height:.92;grid-column:auto}
.bx-faq-list{border-top:1px solid var(--line)}
.bx-faq-item{border-bottom:1px solid var(--line)}
.bx-faq-item summary{list-style:none;cursor:pointer;display:block;padding:25px 2px;color:var(--text);font-size:clamp(18px,1.65vw,24px);line-height:1.25;font-weight:760;letter-spacing:-.025em}
.bx-faq-item summary::-webkit-details-marker{display:none}
.bx-faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1),opacity .25s ease}
.bx-faq-answer p{overflow:hidden;margin:0;padding:0 56px 0 2px;color:var(--muted);font-size:16px;line-height:1.72;max-width:72ch}
.bx-faq-item[open] .bx-faq-answer{grid-template-rows:1fr;opacity:1}
.bx-faq-item[open] .bx-faq-answer p{padding-bottom:27px}
.contact-copy>p{max-width:560px}
.contact-page{align-items:center}
.contact-foot{grid-column:1 / -1}
.bx-form-consent{margin:14px 0 0!important;font-size:12px!important;line-height:1.5!important;color:var(--muted)!important}
.bx-form-consent a{color:var(--blue);font-weight:700;text-decoration:none}
.bx-legal-links{position:static;display:flex;gap:12px;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:10px auto 0;padding:0;background:none;border:0;box-shadow:none}
.bx-legal-links button{border:0;background:none;color:var(--muted);font:inherit;font-size:11px;font-weight:700;cursor:pointer;padding:2px}
.bx-legal-links button:hover{color:var(--blue)}
.bx-legal-modal{position:fixed;inset:0;z-index:200;display:none;place-items:center;padding:20px;background:rgba(3,10,25,.58);backdrop-filter:blur(10px)}
.bx-legal-modal.open{display:grid}
.bx-legal-dialog{width:min(760px,100%);max-height:min(82vh,820px);overflow:auto;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:0 30px 90px rgba(0,0,0,.25)}
.bx-legal-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px)}
.bx-legal-head h2{margin:0;color:var(--text);font-size:24px;letter-spacing:-.03em}
.bx-close{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--surface-2);color:var(--text);font-size:24px;cursor:pointer}
.bx-legal-content{padding:25px;color:var(--muted);font-size:15px;line-height:1.72}
.bx-legal-content h3{margin:26px 0 8px;color:var(--text);font-size:18px}
.bx-legal-content p,.bx-legal-content ul{margin:0 0 14px}
.bx-cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:180;display:none;width:min(920px,calc(100% - 36px));margin:auto;padding:18px;border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(18px);box-shadow:0 22px 70px rgba(8,22,50,.18)}
.bx-cookie.show{display:block}
.bx-cookie-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.bx-cookie-copy{color:var(--muted);font-size:13px;line-height:1.55}
.bx-cookie-copy strong{color:var(--text);font-size:15px}
.bx-cookie-copy [data-legal]{border:0;background:none;color:var(--blue);font:inherit;font-weight:750;text-decoration:underline;cursor:pointer;padding:0}
.bx-cookie-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.bx-cookie button{min-height:40px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);color:var(--text);font-weight:750;cursor:pointer}
.bx-cookie button.primary{background:var(--blue);border-color:var(--blue);color:#fff}
.bx-cookie-settings{display:none;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.bx-cookie-settings.open{display:grid;gap:12px}
.bx-toggle{display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted);font-size:13px}
.bx-toggle strong{color:var(--text)}
@keyframes bxLineIn{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1000px){
  .bx-page{width:min(100% - 36px,900px);padding-top:38px}
  .bx-page-heading{grid-template-columns:70px minmax(0,1fr);gap:28px}
  .bx-page-heading h1{grid-column:2;font-size:clamp(50px,8.8vw,82px)}
  .bx-faq-page{grid-template-columns:1fr;gap:38px}
  .bx-faq-heading{position:relative;top:auto;display:grid;grid-template-columns:70px minmax(0,1fr);gap:28px;align-items:end;padding-bottom:30px}
  .bx-faq-heading   .bx-faq-heading h1{grid-column:2;font-size:clamp(50px,8.8vw,82px)}
}
@media(max-width:700px){
  .bx-page{width:min(100% - 28px,640px);padding:24px 0 54px}
  .bx-page-heading,.bx-faq-heading{display:block;padding:0 0 26px}
        .bx-page-heading h1,.bx-faq-heading h1{font-size:clamp(42px,12.5vw,66px);line-height:.96;letter-spacing:-.058em}
  .bx-faq-page{gap:24px}
  .bx-faq-item summary{padding:21px 0;font-size:18px}
      .bx-faq-answer p{padding-right:0;font-size:14.5px;line-height:1.68}
  .bx-faq-item[open] .bx-faq-answer p{padding-bottom:22px}
  .contact-page{gap:24px!important;padding-top:25px!important}
  .contact-copy>p{margin:17px 0 20px;font-size:15px;line-height:1.6}
  .social-row{gap:8px}
  .social-btn{flex:1 1 calc(50% - 8px);justify-content:center}
  .bx-legal-links{position:static;width:max-content;max-width:100%;margin:10px auto 0;box-shadow:none}
  .bx-cookie{left:10px;right:10px;bottom:10px;width:calc(100% - 20px);padding:15px;border-radius:18px}
  .bx-cookie-row{display:grid;gap:14px}
  .bx-cookie-actions{justify-content:stretch}
  .bx-cookie-actions button{flex:1 1 auto}
  .bx-legal-dialog{max-height:88vh;border-radius:20px}
  .bx-legal-head{padding:18px}
  .bx-legal-content{padding:20px}
}
@media(max-width:390px){
  .bx-page{width:calc(100% - 22px)}
  .bx-page-heading h1,.bx-faq-heading h1{font-size:40px}
  .social-btn{flex-basis:100%}
}



/* 12.0 — Biz Kimiz: controlled desktop lines, balanced grid, relaxed mobile rhythm */
.screen[data-screen="about"]{overflow-x:clip}
.bx-about-page{
  width:min(1480px,calc(100% - clamp(40px,5vw,96px)));
  min-height:100%;
  padding:clamp(28px,4.2vh,54px) 0 clamp(54px,7vh,82px);
}
.bx-about-hero{
  position:relative;
  padding:clamp(26px,3.4vh,46px) 0 clamp(38px,4.6vw,64px);
  border-bottom:1px solid var(--line);
}
.bx-about-copy{
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);
  gap:clamp(52px,6.4vw,108px);
  align-items:start;
  min-width:0;
}
.bx-about-title{
  min-width:0;
  max-width:none;
  margin:0;
  color:var(--text);
  font-size:clamp(56px,4.35vw,78px);
  font-weight:900;
  line-height:.98;
  letter-spacing:-.052em;
  text-wrap:pretty;
}
.bx-about-title .bx-about-title-line{
  display:block;
  margin:0;
}
.bx-about-title .bx-about-title-line-blue{
  margin-top:.16em;
  color:var(--blue);
}
.bx-about-lead{
  position:relative;
  max-width:460px;
  margin:clamp(16px,3.3vw,52px) 0 0;
  padding:0 0 0 24px;
  color:var(--muted);
  font-size:clamp(16px,1.06vw,19px);
  line-height:1.72;
  letter-spacing:-.01em;
}
.bx-about-lead::before{
  content:"";
  position:absolute;
  left:0;
  top:.32em;
  bottom:.32em;
  width:2px;
  border-radius:999px;
  background:var(--blue);
  transform-origin:top;
}
.bx-about-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid var(--line);
}
.bx-about-principles article{
  display:grid;
  grid-template-columns:10px minmax(0,1fr);
  gap:clamp(15px,1.25vw,20px);
  align-content:start;
  min-width:0;
  padding:clamp(30px,3vw,44px) clamp(22px,2.7vw,40px);
  border-right:1px solid var(--line);
}
.bx-about-principles article:first-child{padding-left:0}
.bx-about-principles article:last-child{padding-right:0;border-right:0}
.bx-principle-mark{
  width:7px;
  height:7px;
  margin-top:9px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--blue) 10%,transparent);
}
.bx-about-principles h2{
  max-width:18ch;
  margin:0 0 12px;
  color:var(--text);
  font-size:clamp(22px,1.55vw,28px);
  font-weight:850;
  line-height:1.12;
  letter-spacing:-.034em;
  text-wrap:balance;
}
.bx-about-principles p{
  max-width:43ch;
  margin:0;
  color:var(--muted);
  font-size:15.5px;
  line-height:1.7;
}
.screen[data-screen="about"].active .bx-about-title-line{animation:bx120TitleIn .7s cubic-bezier(.16,1,.3,1) both}
.screen[data-screen="about"].active .bx-about-title-line-blue{animation-delay:.07s}
.screen[data-screen="about"].active .bx-about-lead{animation:bx120LeadIn .72s .12s cubic-bezier(.16,1,.3,1) both}
.screen[data-screen="about"].active .bx-about-lead::before{animation:bx120RuleIn .65s .28s cubic-bezier(.16,1,.3,1) both}
.screen[data-screen="about"].active .bx-about-principles article{animation:bx120ItemIn .58s cubic-bezier(.16,1,.3,1) both}
.screen[data-screen="about"].active .bx-about-principles article:nth-child(2){animation-delay:.06s}
.screen[data-screen="about"].active .bx-about-principles article:nth-child(3){animation-delay:.12s}
@keyframes bx120TitleIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes bx120LeadIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes bx120RuleIn{from{transform:scaleY(0)}to{transform:scaleY(1)}}
@keyframes bx120ItemIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

@media(min-width:1281px){
  .bx-about-title .bx-about-title-line{white-space:nowrap}
}
@media(max-width:1280px){
  .bx-about-page{width:min(1120px,calc(100% - 48px))}
  .bx-about-copy{grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr);gap:48px}
  .bx-about-title{font-size:clamp(52px,5.25vw,68px)}
  .bx-about-lead{margin-top:20px;padding-left:20px}
}
@media(max-width:980px){
  .bx-about-page{width:min(820px,calc(100% - 38px));padding-top:22px}
  .bx-about-hero{padding:28px 0 42px}
  .bx-about-copy{grid-template-columns:1fr;gap:25px}
  .bx-about-title{max-width:820px;font-size:clamp(50px,7.8vw,68px);line-height:1}
  .bx-about-lead{max-width:680px;margin:0;padding-left:20px}
  .bx-about-principles{grid-template-columns:1fr}
  .bx-about-principles article,
  .bx-about-principles article:first-child,
  .bx-about-principles article:last-child{
    grid-template-columns:10px minmax(0,1fr);
    padding:27px 0;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .bx-about-principles article:last-child{border-bottom:0}
  .bx-about-principles h2{max-width:none}
  .bx-about-principles p{max-width:68ch}
}
@media(max-width:640px){
  .bx-about-page{
    width:calc(100% - 28px);
    padding:clamp(18px,3vh,26px) 0 48px;
  }
  .bx-about-hero{padding:22px 0 34px}
  .bx-about-copy{gap:24px}
  .bx-about-title{
    font-size:clamp(40px,11.4vw,52px);
    line-height:1.015;
    letter-spacing:-.046em;
    text-wrap:balance;
  }
  .bx-about-title .bx-about-title-line-blue{margin-top:.13em}
  .bx-about-lead{
    max-width:none;
    padding-left:17px;
    font-size:15px;
    line-height:1.68;
  }
  .bx-about-principles article,
  .bx-about-principles article:first-child,
  .bx-about-principles article:last-child{
    grid-template-columns:8px minmax(0,1fr);
    gap:13px;
    padding:24px 0;
  }
  .bx-principle-mark{width:6px;height:6px;margin-top:7px;box-shadow:0 0 0 4px color-mix(in srgb,var(--blue) 10%,transparent)}
  .bx-about-principles h2{margin-bottom:9px;font-size:clamp(21px,6.2vw,25px);line-height:1.16}
  .bx-about-principles p{font-size:14.6px;line-height:1.67}
}
@media(max-width:380px){
  .bx-about-page{width:calc(100% - 24px)}
  .bx-about-title{font-size:clamp(37px,10.8vw,43px)}
  .bx-about-lead{font-size:14.5px}
}
@media(prefers-reduced-motion:reduce){
  .screen[data-screen="about"].active .bx-about-title-line,
  .screen[data-screen="about"].active .bx-about-lead,
  .screen[data-screen="about"].active .bx-about-lead::before,
  .screen[data-screen="about"].active .bx-about-principles article{animation:none!important}
}



/* 11.9 — FAQ: no plus symbols, earlier start, cleaner reading rhythm */
.screen[data-screen="faq"]{overflow-x:hidden}
.bx-faq-page{padding-top:clamp(14px,2.2vh,26px);gap:clamp(40px,6vw,92px)}
.bx-faq-heading{top:clamp(76px,9vh,106px);padding:10px 0 26px}
.bx-faq-heading h1{margin:0;font-size:clamp(52px,5.7vw,84px);line-height:.98;letter-spacing:-.05em}
.bx-faq-list{margin-top:0}
.bx-faq-item summary{display:block;padding:23px 2px;cursor:pointer;font-size:clamp(18px,1.55vw,23px);line-height:1.3;font-weight:760;letter-spacing:-.022em;transition:color .2s ease,padding-left .25s ease}
.bx-faq-item summary:hover{color:var(--blue);padding-left:8px}
.bx-faq-item[open] summary{color:var(--blue)}
.bx-faq-answer p{padding-right:0;max-width:74ch}
@media(max-width:1000px){
  .bx-faq-page{padding-top:18px;gap:28px}
  .bx-faq-heading{display:block;padding:0 0 25px}
  .bx-faq-heading h1{font-size:clamp(48px,8vw,72px)}
}
@media(max-width:700px){
  .bx-faq-page{padding-top:10px;gap:18px}
  .bx-faq-heading{padding-bottom:20px}
  .bx-faq-heading h1{font-size:clamp(40px,11.5vw,56px);line-height:1}
  .bx-faq-item summary{padding:19px 0;font-size:17.5px}
  .bx-faq-item summary:hover{padding-left:0}
}



/* Botixx 12.4 — responsive FAQ fixes */





























/* FAQ title is two real blocks, never visually overlapping the list */
.bx-faq-heading h1{
  display:block!important;
  margin:0!important;
  line-height:.9!important;
  overflow:visible!important;
}
.bx-faq-heading h1>span{
  display:block!important;
  width:max-content;
  max-width:100%;
}
.bx123-faq-title-dark{color:var(--text)!important}
.bx123-faq-title-blue{color:var(--blue)!important}
.bx-faq-list{position:relative;z-index:1}


@media(max-width:700px){
  .bx-about-page{padding-bottom:28px}
  
  
  
  
  
  
  
  
  
  

  .bx-faq-page{
    display:block!important;
    width:calc(100% - 32px)!important;
    padding-top:24px!important;
  }
  .bx-faq-heading{
    position:relative!important;
    top:auto!important;
    display:block!important;
    height:auto!important;
    min-height:0!important;
    margin:0 0 28px!important;
    padding:0 0 24px!important;
    border-bottom:1px solid var(--line)!important;
  }
  .bx-faq-heading::after{width:96px!important}
  .bx-faq-heading h1{
    display:block!important;
    width:100%!important;
    height:auto!important;
    font-size:clamp(42px,12vw,54px)!important;
    line-height:.88!important;
    letter-spacing:-.06em!important;
  }
  .bx-faq-heading h1>span{
    display:block!important;
    width:auto!important;
    white-space:normal!important;
  }
  .bx123-faq-title-blue{margin-top:.08em}
  .bx-faq-list{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    clear:both!important;
  }
  .bx-faq-item summary{
    padding:20px 0!important;
    font-size:17.5px!important;
    line-height:1.27!important;
  }
  .bx-faq-answer p{
    padding:0 0 21px!important;
    font-size:14px!important;
    line-height:1.64!important;
  }
}
@media(max-width:380px){
  .bx-faq-page{width:calc(100% - 26px)!important;padding-top:19px!important}
  .bx-faq-heading{margin-bottom:22px!important;padding-bottom:20px!important}
  .bx-faq-heading h1{font-size:40px!important}
  .bx-faq-item summary{font-size:16.8px!important;padding:18px 0!important}
  
}


@media(max-width:980px){
  .bx-faq-page{
    display:block!important;
    width:min(820px,calc(100% - 38px))!important;
    padding-top:22px!important;
  }
  .bx-faq-heading{
    position:relative!important;
    top:auto!important;
    display:block!important;
    height:auto!important;
    min-height:0!important;
    margin:0 0 30px!important;
    padding:0 0 26px!important;
  }
  .bx-faq-heading h1{
    display:block!important;
    width:100%!important;
    height:auto!important;
    font-size:clamp(48px,8vw,70px)!important;
    line-height:.9!important;
  }
  .bx-faq-heading h1>span{display:block!important;width:auto!important}
  .bx-faq-list{display:block!important;width:100%!important;margin:0!important;clear:both!important}
}
@media(max-width:700px){
  .bx-faq-page{width:calc(100% - 32px)!important}
  .bx-faq-heading{margin-bottom:28px!important;padding-bottom:24px!important}
  .bx-faq-heading h1{font-size:clamp(42px,12vw,54px)!important;line-height:.88!important}
}



.home-page.home-v13{max-width:1520px;margin:auto;padding:clamp(42px,6vw,88px) clamp(22px,5vw,76px) 68px;overflow:hidden}.home-v13 .hero-copy{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(42px,7vw,100px);align-items:center}.home-v13 .eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.home-v13 .eyebrow:before{content:"";width:34px;height:2px;background:var(--blue)}.home-v13 .kinetic-title{font-size:clamp(62px,6.1vw,106px);line-height:.91;letter-spacing:-.065em;margin:0}.home-v13 .kinetic-line{display:block;min-height:.92em}.home-v13 .hero-desc{max-width:690px;margin:28px 0 0;font-size:clamp(18px,1.3vw,22px);line-height:1.6;color:var(--muted)}.home-v13 .focus-line{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.home-v13 .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.home-v13 .hero-actions>*{min-height:58px;padding:0 26px;border-radius:18px}.home-v13 .hero-proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;padding-top:23px;border-top:1px solid var(--line);font-size:13px;font-weight:750;color:var(--muted)}.home-v13 .hero-proof span{display:flex;align-items:center;gap:8px}.home-v13 .hero-proof i{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(35,102,255,.1)}
.home-v13 .hero-visual{position:relative;min-height:600px;display:grid;place-items:center}.home-v13 .visual-glow{position:absolute;inset:7% 2%;border-radius:42px;background:radial-gradient(circle at 20% 20%,rgba(35,102,255,.22),transparent 44%),linear-gradient(145deg,rgba(255,255,255,.95),rgba(238,243,255,.82));border:1px solid rgba(40,88,190,.12);box-shadow:0 40px 90px rgba(42,76,150,.14);transform:rotate(-2deg)}[data-theme="dark"] .home-v13 .visual-glow{background:radial-gradient(circle at 20% 20%,rgba(35,102,255,.24),transparent 44%),linear-gradient(145deg,#171e30,#0f1524)}.home-v13 .visual-shell{position:relative;width:min(100%,560px);padding:17px;border-radius:30px;background:var(--surface);border:1px solid var(--line);box-shadow:0 28px 70px rgba(31,57,114,.18);animation:floaty 6s ease-in-out infinite}.visual-top{display:flex;justify-content:space-between;align-items:center;padding:5px 6px 15px}.visual-dots{display:flex;gap:6px}.visual-dots i{width:7px;height:7px;border-radius:50%;background:var(--line-strong)}.visual-live{font-size:11px;font-weight:800;color:var(--muted)}.visual-main{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.mock-card{border:1px solid var(--line);background:var(--bg);border-radius:20px;padding:18px}.mock-label{font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.mock-value{margin-top:12px;font-size:clamp(28px,3vw,46px);font-weight:900;line-height:1;letter-spacing:-.05em}.mock-value b{color:var(--blue)}.chart{height:150px;margin-top:20px;display:flex;align-items:end;gap:8px}.chart i{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,var(--blue),rgba(35,102,255,.18));animation:bars 3.6s ease-in-out infinite}.side-stack{display:grid;gap:12px}.ring{width:82px;aspect-ratio:1;border-radius:50%;margin:18px auto 4px;background:conic-gradient(var(--blue) 0 72%,var(--line) 72%);display:grid;place-items:center}.ring:after{content:"72%";width:59px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:var(--bg);font-weight:900}.mini-row{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.mini-row strong{font-size:22px}.mini-row span{font-size:11px;color:var(--muted)}.visual-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.visual-bottom div{padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--bg)}.visual-bottom strong,.visual-bottom span{display:block}.visual-bottom strong{font-size:13px}.visual-bottom span{margin-top:4px;font-size:10px;color:var(--muted)}
.trust-strip{margin-top:58px;padding:17px 0;border-block:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;overflow:hidden}.trust-strip>strong{font-size:13px}.marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-track{display:flex;width:max-content;gap:34px;animation:marq 24s linear infinite}.marquee-track span{white-space:nowrap;font-size:14px;font-weight:780;color:var(--muted)}
.home-showcase{padding:clamp(72px,8vw,118px) 0 30px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head h2{font-size:clamp(42px,5vw,76px);line-height:.98;letter-spacing:-.055em;margin:0}.section-head p{max-width:430px;color:var(--muted);line-height:1.65;margin:0}.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.project-card{position:relative;min-height:390px;padding:30px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--blue) 7%,var(--surface)))}.project-card .tag{font-size:11px;font-weight:850;color:var(--blue);text-transform:uppercase;letter-spacing:.09em}.project-card h3{font-size:clamp(30px,3vw,48px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 10px;max-width:520px}.project-card p{max-width:480px;color:var(--muted);line-height:1.55}.project-ui{position:absolute;right:22px;bottom:20px;width:58%;height:55%;padding:14px;border:1px solid var(--line);border-radius:22px;background:var(--bg);box-shadow:0 22px 50px rgba(28,56,117,.15);transform:rotate(-2deg)}.ui-head{width:42%;height:10px;border-radius:9px;background:var(--line)}.ui-body{display:grid;grid-template-columns:.34fr .66fr;gap:9px;height:calc(100% - 24px);margin-top:14px}.ui-body i{border-radius:12px;background:linear-gradient(145deg,var(--line),color-mix(in srgb,var(--blue) 13%,var(--line)))}.project-card.small .project-ui{width:72%;height:44%}.process-band{margin-top:78px;padding:30px 0;border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr)}.process-step{padding:8px 28px;border-right:1px solid var(--line)}.process-step:first-child{padding-left:0}.process-step:last-child{border:0}.process-step span{font-size:11px;font-weight:850;color:var(--blue);text-transform:uppercase;letter-spacing:.08em}.process-step strong{display:block;font-size:20px;margin-top:10px}.process-step p{font-size:13px;color:var(--muted);line-height:1.55;margin:8px 0 0}.home-v13 .review-stage{margin-top:44px}
@keyframes floaty{50%{transform:translateY(-12px)}}@keyframes bars{50%{transform:scaleY(.82);opacity:.8}}@keyframes marq{to{transform:translateX(-50%)}}
@media(max-width:1050px){.home-v13 .hero-copy{grid-template-columns:1fr}.home-v13 .hero-visual{min-height:520px}.project-grid{grid-template-columns:1fr 1fr}.process-band{grid-template-columns:1fr 1fr}.process-step:nth-child(2){border-right:0}.process-step:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:18px}}
@media(max-width:700px){.home-page.home-v13{padding:54px 24px 48px}.home-v13 .kinetic-title{font-size:clamp(52px,14.3vw,70px);line-height:.92}.home-v13 .hero-desc{font-size:18px}.home-v13 .hero-actions{display:grid;grid-template-columns:1fr}.home-v13 .hero-actions>*{width:100%}.home-v13 .hero-proof{display:grid;gap:12px}.home-v13 .hero-visual{min-height:auto}.home-v13 .visual-glow{inset:2% -18%}.home-v13 .visual-shell{padding:12px}.visual-main{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.chart{height:100px}.visual-bottom{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr;margin-top:50px}.section-head{display:block}.section-head p{margin-top:18px}.project-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-24px;padding-bottom:8px}.project-card{min-width:86vw;min-height:430px;scroll-snap-align:start;padding:24px}.project-ui,.project-card.small .project-ui{width:78%;height:42%;right:16px}.process-band{grid-template-columns:1fr;margin-top:60px}.process-step,.process-step:first-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--line);margin:0}.process-step:last-child{border-bottom:0}}
@media(prefers-reduced-motion:reduce){.visual-shell,.marquee-track,.chart i{animation:none!important}}



/* Tek içerik sistemi: web, tablet ve mobil aynı görsel dilde akar. */
.home-page.home-v13{
  width:min(100%,1520px);
  max-width:none;
  min-height:auto!important;
  padding:clamp(38px,5vw,78px) clamp(18px,4.8vw,72px) clamp(48px,6vw,84px)!important;
  overflow:clip!important;
}
.home-v13 .hero-copy{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:clamp(36px,6vw,88px);
  align-items:center;
}
.home-v13 .hero-left,.home-v13 .hero-visual{min-width:0}
.home-v13 .kinetic-title{
  max-width:920px;
  font-size:clamp(58px,6vw,104px);
  line-height:.91;
  text-wrap:balance;
}
.home-v13 .kinetic-line{min-height:.94em}
.home-v13 .hero-desc{max-width:680px}
.home-v13 .hero-visual{min-height:clamp(430px,42vw,600px)}
.home-v13 .visual-shell{width:min(100%,550px)}
.home-v13 .hero-actions>*{flex:0 1 auto}
.home-v13 .review-stage{max-width:100%}

/* Tablet: içerik sırayla akar, görsel ayrı bir masaüstü bloğu gibi kalmaz. */
@media (max-width:1100px){
  .home-v13 .hero-copy{grid-template-columns:1fr;gap:44px}
  .home-v13 .hero-left{max-width:900px}
  .home-v13 .hero-visual{min-height:470px;width:min(100%,760px);margin-inline:auto}
  .home-v13 .visual-shell{width:min(100%,620px)}
  .trust-strip{margin-top:44px}
  .project-grid{grid-template-columns:1fr 1fr}
}

/* Mobil: aynı içerik, sıkışmadan ve boşluk bırakmadan tek kolon. */
@media (max-width:700px){
  .home-page.home-v13{
    padding:34px 20px 50px!important;
    overflow-x:hidden!important;
  }
  .home-v13 .hero-copy{display:flex;flex-direction:column;gap:30px}
  .home-v13 .eyebrow{margin-bottom:16px;font-size:11px;letter-spacing:.07em}
  .home-v13 .eyebrow:before{width:24px}
  .home-v13 .kinetic-title{
    width:100%;
    font-size:clamp(48px,13vw,64px)!important;
    line-height:.94!important;
    letter-spacing:-.058em;
  }
  .home-v13 .kinetic-line{min-height:0!important}
  .home-v13 .hero-desc{margin-top:22px;font-size:17px!important;line-height:1.55}
  .home-v13 .focus-line{margin-top:18px;gap:8px;font-size:14px}
  .home-v13 .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px;margin-top:26px}
  .home-v13 .hero-actions>*{width:100%!important;min-height:56px!important;border-radius:16px!important;padding-inline:18px!important}
  .home-v13 .hero-proof{grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important;padding-top:18px!important}
  .home-v13 .hero-visual{
    order:2;
    width:100%;
    min-height:0!important;
    margin:0;
    display:block;
  }
  .home-v13 .visual-glow{inset:8px -8px!important;border-radius:28px;transform:none!important}
  .home-v13 .visual-shell{
    width:100%!important;
    padding:12px!important;
    border-radius:24px;
    animation:none!important;
    box-shadow:0 18px 46px rgba(31,57,114,.14);
  }
  .visual-main{grid-template-columns:1fr!important;gap:10px}
  .side-stack{grid-template-columns:1fr 1fr!important;gap:10px}
  .mock-card{padding:14px;border-radius:16px}
  .mock-value{font-size:36px}
  .chart{height:88px;margin-top:14px}
  .ring{width:68px;margin-top:12px}
  .ring:after{width:49px;font-size:13px}
  .mini-row{margin-top:10px}
  .mini-row strong{font-size:19px}
  .visual-bottom{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .visual-bottom div{padding:10px 8px!important;border-radius:12px!important}
  .visual-bottom strong{font-size:11px!important}
  .visual-bottom span{display:none!important}
  .trust-strip{grid-template-columns:1fr!important;gap:12px!important;margin-top:34px!important;padding:14px 0!important}
  .trust-strip>strong{font-size:12px}
  .marquee-track{gap:24px}
  .marquee-track span{font-size:13px}
  .home-showcase{padding:58px 0 20px!important}
  .section-head{display:block!important;margin-bottom:24px!important}
  .section-head h2{font-size:clamp(38px,11vw,52px)!important;line-height:.98!important}
  .section-head p{margin-top:16px!important;font-size:15px;line-height:1.6}
  .project-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    overflow:visible!important;
    margin-right:0!important;
    gap:12px!important;
    padding-bottom:0!important;
  }
  .project-card{
    min-width:0!important;
    min-height:390px!important;
    padding:22px!important;
    border-radius:24px!important;
  }
  .project-card h3{font-size:32px!important;max-width:92%}
  .project-card p{font-size:14px;max-width:88%}
  .project-ui,.project-card.small .project-ui{
    width:78%!important;
    height:40%!important;
    right:14px!important;
    bottom:14px!important;
  }
  .process-band{grid-template-columns:1fr!important;margin-top:44px!important;padding:8px 0!important}
  .process-step,.process-step:first-child{
    padding:20px 0!important;
    margin:0!important;
    border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }
  .process-step:last-child{border-bottom:0!important}
  .process-step strong{font-size:19px}
}

@media (max-width:390px){
  .home-page.home-v13{padding-inline:16px!important}
  .home-v13 .kinetic-title{font-size:clamp(44px,12.7vw,52px)!important}
  .home-v13 .hero-desc{font-size:16px!important}
  .side-stack{grid-template-columns:1fr!important}
  .visual-bottom{grid-template-columns:1fr!important}
  .visual-bottom span{display:block!important}
  .project-card{min-height:365px!important}
}



.bx-live-solutions{
  margin-top:76px;
  padding-bottom:24px;
  --blue:#1264ff;
  --ink:#07162f;
  --muted:#6f7b92;
  --line:rgba(15,42,90,.12)
}
.bx-live-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:28px;
  margin-bottom:30px
}
.bx-live-kicker{
  display:block;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:14px
}
.bx-live-head h2{
  margin:0;
  color:var(--ink);
  font-size:clamp(44px,5vw,72px);
  line-height:.95;
  letter-spacing:-.055em
}
.bx-live-head h2 em{font-style:normal}
.bx-live-head h2 em:after{
  content:"";
  display:inline-block;
  width:.16em;
  height:.16em;
  margin-left:.08em;
  border-radius:50%;
  background:var(--blue)
}
.bx-live-all{
  display:inline-flex;
  align-items:center;
  gap:18px;
  padding:14px 24px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.bx-live-all:hover{
  transform:translateY(-3px);
  border-color:rgba(18,100,255,.34);
  box-shadow:0 16px 34px rgba(18,100,255,.11)
}
.bx-live-all b{color:var(--blue);font-size:22px}
.bx-live-stack{display:grid;gap:18px}
.bx-live-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(430px,.95fr) 1.05fr 24px;
  align-items:center;
  min-height:360px;
  gap:38px;
  padding:0 34px 0 0;
  border:1px solid var(--line);
  border-radius:32px;
  overflow:hidden;
  background:linear-gradient(145deg,#fff,#f8faff);
  box-shadow:0 20px 54px rgba(36,68,138,.075);
  transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease
}
.bx-live-card:hover{
  transform:translateY(-5px);
  border-color:rgba(18,100,255,.24);
  box-shadow:0 28px 70px rgba(36,68,138,.13)
}
.bx-exact-visual{
  position:relative;
  height:100%;
  min-height:360px;
  overflow:hidden;
  background:linear-gradient(145deg,#f7f9ff,#eef4ff)
}
.bx-exact-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 76%,rgba(255,255,255,.95));
  pointer-events:none
}
.bx-exact-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.01);
  transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .4s ease
}
.bx-live-card:hover .bx-exact-visual img{
  transform:scale(1.045);
  filter:saturate(1.05)
}
.bx-live-copy{
  padding:44px 0;
  max-width:650px
}
.bx-live-copy>span{
  display:block;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em
}
.bx-live-copy h3{
  margin:18px 0 14px;
  color:var(--ink);
  font-size:clamp(34px,3.2vw,52px);
  line-height:1;
  letter-spacing:-.045em
}
.bx-live-copy p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:620px
}
.bx-live-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px
}
.bx-live-tags b{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(18,100,255,.12);
  border-radius:13px;
  background:rgba(18,100,255,.045);
  color:var(--ink);
  font-size:13px;
  font-weight:800
}
.bx-card-arrow{
  color:#69758a;
  font-style:normal;
  font-size:34px;
  transition:transform .25s ease,color .25s ease
}
.bx-live-card:hover .bx-card-arrow{
  transform:translateX(4px);
  color:var(--blue)
}
.reveal-solution{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)
}
.reveal-solution.is-visible{
  opacity:1;
  transform:none
}
@media(max-width:980px){
  .bx-live-card{
    grid-template-columns:minmax(330px,.9fr) 1.1fr 18px;
    gap:24px
  }
  .bx-exact-visual{min-height:310px}
  .bx-live-copy p{font-size:16px}
}
@media(max-width:760px){
  .bx-live-solutions{margin-top:58px}
  .bx-live-head{align-items:flex-start}
  .bx-live-all{display:none}
  .bx-live-head h2{font-size:44px}
  .bx-live-card{
    grid-template-columns:1fr;
    min-height:auto;
    padding:0;
    gap:0;
    border-radius:27px
  }
  .bx-exact-visual{
    min-height:285px;
    height:285px
  }
  .bx-exact-visual:after{
    background:linear-gradient(180deg,transparent 72%,rgba(255,255,255,.98))
  }
  .bx-live-copy{
    padding:28px 24px 30px
  }
  .bx-live-copy h3{font-size:34px}
  .bx-live-copy p{font-size:15px}
  .bx-live-tags{margin-top:20px}
  .bx-live-tags b{
    min-height:38px;
    padding:0 13px;
    font-size:12px
  }
  .bx-card-arrow{
    position:absolute;
    right:22px;
    bottom:26px;
    font-size:30px
  }
}
@media(max-width:390px){
  .bx-live-head h2{font-size:38px}
  .bx-exact-visual{
    min-height:250px;
    height:250px
  }
  .bx-live-copy{padding:24px 20px 28px}
  .bx-live-copy h3{font-size:30px}
  .bx-live-tags{gap:8px}
  .bx-live-tags b{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .bx-live-card,
  .bx-exact-visual img,
  .reveal-solution{
    transition:none!important;
    transform:none!important
  }
  .reveal-solution{opacity:1}
}



/* Final homepage flow: hero → solutions */
.home-v13 .hero-copy{margin-bottom:0}
.home-v13 .review-stage{margin-top:20px}
.review-stage.pf-hidden{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}
.review-stage.pf-open{margin:22px 0 0!important}
.trust-strip{margin-top:24px!important}
.bx-live-solutions{margin-top:28px!important}
.b-card{contain:layout paint}
.b-thumb{content-visibility:auto}
.b-logo svg,.b-logo img{max-width:100%;height:100%}
.b-desc:empty{display:none}
.b-desc:empty + .b-footer{margin-top:8px}
/* Avoid layout shifts and unnecessary rendering below the fold. */
.bx-live-card{content-visibility:auto;contain-intrinsic-size:360px}
.bx-exact-visual img{aspect-ratio:4/3}
@media(max-width:1050px){
  .home-v13 .review-stage{margin-top:16px}
  .trust-strip{margin-top:20px!important}
  .bx-live-solutions{margin-top:22px!important}
}
@media(max-width:700px){
  .home-page.home-v13{padding-bottom:34px!important}
  .home-v13 .review-stage{margin-top:14px}
  .review-stage.pf-open{margin-top:16px!important;min-height:0!important}
  .trust-strip{margin-top:16px!important;gap:8px!important}
  .bx-live-solutions{margin-top:18px!important}
  .b-head{grid-template-columns:minmax(0,150px) minmax(0,1fr);gap:12px;min-height:58px}
  .b-logo{width:100%;height:58px}
  .b-titles{padding-left:12px}
  .b-desc{min-height:0;margin-bottom:13px;padding-top:11px;font-size:12.5px}
  .b-body{min-height:210px;padding:15px 16px 14px}
  .b-card{min-height:0}
  .bx-live-card{contain-intrinsic-size:620px}
}
@media(max-width:390px){
  .b-head{grid-template-columns:118px minmax(0,1fr)}
  .b-logo{height:48px}
  .b-brand{font-size:11px}.b-meta{font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  .marquee-track{animation:none!important}
}



/* Global overflow and text safety */
html,body{max-width:100%;overflow-x:hidden}
.screen,.page,.hero-copy,.services-intro,.bx-about-copy,.bx-faq-page,.contact-page,.bx-live-card{min-width:0}
h1,h2,h3,.kinetic-title,.services-title,.bx-about-title,.bx-faq-heading h1,.contact-title,.bx-live-head h2,.bx-live-copy h3{
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

/* Home headline */
.home-v13 .kinetic-title{
  line-height:.98!important;
  letter-spacing:-.052em!important;
  max-width:12ch;
}
.home-v13 .kinetic-line{min-height:1em!important;padding-bottom:.035em}
.home-v13 .hero-desc{max-width:62ch}

/* Solutions cards */
.bx-live-head h2{line-height:1.02!important;letter-spacing:-.045em!important}
.bx-live-copy h3{line-height:1.08!important;letter-spacing:-.035em!important}
.bx-live-card{isolation:isolate}
.bx-exact-visual img{object-position:center center}

/* Services page */
.services-title{line-height:1.04!important;letter-spacing:-.048em!important;max-width:12ch}
.service-detail h3{line-height:1.12!important;text-wrap:balance}
.service-card-copy strong{line-height:1.18!important}

/* About */
.bx-about-title{line-height:1.04!important;letter-spacing:-.048em!important}
.bx-about-title .bx-about-title-line{white-space:normal!important;display:block}
.bx-about-lead{max-width:52ch;line-height:1.65!important}
.bx-about-principles h2{line-height:1.16!important;letter-spacing:-.025em!important}

/* FAQ */
.bx-faq-heading h1{line-height:1.04!important;letter-spacing:-.045em!important}
.bx-faq-heading h1>span{display:block!important}
.bx-faq-item summary span{line-height:1.22!important;text-wrap:pretty}
.bx-faq-answer p{line-height:1.65!important}

/* Contact */
.contact-title{line-height:1.05!important;letter-spacing:-.045em!important;max-width:11ch}
.contact-title .changing-part{min-height:2.15em!important;overflow:visible!important}
.contact-title .changing-part span{line-height:1.05!important;padding-bottom:.08em}
.form-title{line-height:1.12!important}

/* Cookie preferences button */
.bx-cookie-pref-btn{border:0;background:none;color:var(--muted);font:inherit;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}
.bx-cookie-pref-btn:hover{color:var(--blue)}

@media (max-width:1180px){
  .home-v13 .kinetic-title{font-size:clamp(58px,7.6vw,86px)!important;max-width:13ch}
  .bx-live-card{grid-template-columns:minmax(360px,.92fr) 1.08fr 20px!important;gap:26px!important}
  .bx-live-copy{padding:38px 0!important}
  .bx-live-copy h3{font-size:clamp(32px,3.2vw,44px)!important}
}

@media (max-width:900px){
  .home-page.home-v13{padding-top:52px!important}
  .home-v13 .hero-copy{grid-template-columns:1fr!important;gap:36px!important}
  .home-v13 .kinetic-title{max-width:11ch;font-size:clamp(54px,9.8vw,78px)!important}
  .services-intro{grid-template-columns:1fr!important;gap:34px!important}
  .services-title{max-width:10ch;font-size:clamp(48px,9vw,70px)!important}
  .bx-about-hero{grid-template-columns:1fr!important}
  .bx-about-title{font-size:clamp(48px,8vw,66px)!important;max-width:13ch!important}
  .contact-page{grid-template-columns:1fr!important;gap:38px!important}
  .contact-title{max-width:12ch;font-size:clamp(48px,8vw,68px)!important}
}

@media (max-width:760px){
  .site-header{height:auto!important}
  .header-inner{min-height:88px!important;padding:12px 20px!important}
  .home-page.home-v13{padding:40px 20px 42px!important}
  .home-v13 .eyebrow{font-size:11px!important;margin-bottom:16px!important}
  .home-v13 .kinetic-title{font-size:clamp(43px,12.2vw,58px)!important;line-height:1.01!important;letter-spacing:-.047em!important;max-width:10ch}
  .home-v13 .kinetic-line{min-height:1.03em!important}
  .home-v13 .hero-desc{font-size:16px!important;line-height:1.55!important;margin-top:22px!important}
  .home-v13 .focus-line{margin-top:18px!important}
  .home-v13 .hero-actions{margin-top:24px!important;gap:10px!important}
  .home-v13 .hero-actions>*{min-height:54px!important;border-radius:15px!important}

  .trust-strip{margin-top:26px!important}
  .bx-live-solutions{margin-top:42px!important}
  .bx-live-head{margin-bottom:22px!important}
  .bx-live-kicker{font-size:11px!important;margin-bottom:10px!important}
  .bx-live-head h2{font-size:clamp(38px,10.8vw,48px)!important;line-height:1.04!important;max-width:11ch}
  .bx-live-card{grid-template-columns:1fr!important;gap:0!important;padding:0!important;border-radius:24px!important}
  .bx-exact-visual{height:auto!important;min-height:0!important;aspect-ratio:4/3}
  .bx-exact-visual img{object-fit:cover!important}
  .bx-live-copy{padding:25px 22px 30px!important}
  .bx-live-copy>span{font-size:11px!important}
  .bx-live-copy h3{font-size:clamp(28px,8vw,36px)!important;line-height:1.09!important;margin:12px 0!important;padding-right:24px}
  .bx-live-copy p{font-size:15px!important;line-height:1.55!important}
  .bx-live-tags{gap:7px!important;margin-top:18px!important;padding-right:22px}
  .bx-live-tags b{min-height:36px!important;padding:0 11px!important;font-size:11px!important}

  .services-page,.bx-page,.contact-page{padding-left:20px!important;padding-right:20px!important}
  .services-title{font-size:clamp(40px,11vw,54px)!important;line-height:1.05!important;max-width:9ch}
  .service-detail h3{font-size:28px!important}
  .service-card{min-width:0!important}
  .service-card-copy strong{font-size:17px!important}

  .bx-about-title{font-size:clamp(39px,10.6vw,50px)!important;line-height:1.06!important;max-width:10.5ch!important}
  .bx-about-title .bx-about-title-line-blue{margin-top:.16em!important}
  .bx-about-lead{font-size:16px!important;line-height:1.6!important}
  .bx-about-principles{grid-template-columns:1fr!important}
  .bx-about-principles article{padding:25px 0!important}
  .bx-about-principles h2{font-size:25px!important}

  .bx-faq-page{padding-top:38px!important}
  .bx-faq-heading{margin-bottom:18px!important;padding-bottom:20px!important}
  .bx-faq-heading h1{font-size:clamp(41px,11.5vw,53px)!important;line-height:1.04!important}
  .bx-faq-list{margin-top:0!important}
  .bx-faq-item summary{padding:21px 0!important}
  .bx-faq-item summary span{font-size:clamp(20px,5.6vw,25px)!important}

  .contact-title{font-size:clamp(40px,11vw,52px)!important;line-height:1.06!important;max-width:10ch}
  .contact-title .changing-part{min-height:2.25em!important}
  .contact-copy>p{font-size:16px!important;line-height:1.6!important}
  .social-row{gap:8px!important}
  .social-btn{flex:1 1 100%!important;justify-content:center!important}
  .contact-form{padding:24px 20px!important;border-radius:24px!important}
  .form-grid{grid-template-columns:1fr!important}
  .field{grid-column:1!important}
  .contact-foot{align-items:flex-start!important;gap:12px!important}
  .bx-legal-links{display:flex!important;flex-wrap:wrap!important;gap:10px 14px!important}

  .bx-cookie{max-height:calc(100dvh - 20px);overflow:auto}
  .bx-cookie-copy{font-size:12px!important}
}

@media (max-width:390px){
  .header-inner{padding-inline:16px!important}
  .home-page.home-v13,.services-page,.bx-page,.contact-page{padding-left:16px!important;padding-right:16px!important}
  .home-v13 .kinetic-title{font-size:clamp(40px,12.4vw,48px)!important}
  .bx-live-head h2{font-size:38px!important}
  .bx-live-copy h3{font-size:29px!important}
  .services-title{font-size:40px!important}
  .bx-about-title{font-size:38px!important}
  .bx-faq-heading h1{font-size:40px!important}
  .contact-title{font-size:40px!important}
  .bx-faq-item summary span{font-size:20px!important}
}



/* Çözümlerimiz başlık ritmi */
.bx-live-head{align-items:flex-end!important;margin-bottom:36px!important}
.bx-live-kicker{margin-bottom:18px!important;line-height:1.25!important}
.bx-live-head h2{
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  text-wrap:balance;
  max-width:11.5ch;
}
.bx-live-head h2 br{display:block}
@media(max-width:980px){
  .bx-live-head h2{font-size:clamp(42px,7vw,62px)!important;line-height:1.06!important;max-width:12ch}
}
@media(max-width:760px){
  .bx-live-head{margin-bottom:26px!important}
  .bx-live-kicker{margin-bottom:14px!important}
  .bx-live-head h2{font-size:clamp(38px,11vw,48px)!important;line-height:1.08!important;letter-spacing:-.035em!important;max-width:11ch}
}
@media(max-width:390px){
  .bx-live-head h2{font-size:clamp(34px,10.5vw,42px)!important;line-height:1.1!important}
}

/* Kopyalama ve sürükleme caydırma katmanı */
html,body,*{
  -webkit-user-select:none!important;
  user-select:none!important;
  -webkit-touch-callout:none!important;
}
img,svg,video,canvas,picture{
  -webkit-user-drag:none!important;
  user-drag:none!important;
  pointer-events:none;
}
input,textarea,select,button,a,[contenteditable="true"]{
  -webkit-user-select:auto!important;
  user-select:auto!important;
}



/* Cookie visibility safety only. Hero animation remains active. */
.bx-cookie.show{display:block!important;opacity:1!important;visibility:visible!important}
.bx-cookie-actions .primary{min-width:170px}
@media(max-width:700px){
  .bx-cookie-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  .bx-cookie-actions .primary{grid-column:1/-1;min-width:0}
}



/* 14.2 — final layout rebuild. Last stylesheet intentionally owns all breakpoints. */
html,body{width:100%;max-width:100%;overflow:hidden}
*{min-width:0}
:root{--content:1400px}
.header-inner,.page{width:min(var(--content),calc(100% - 48px))!important;max-width:100%!important}
.screen{overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable}

/* Header */
.site-header{height:var(--header)!important}
.header-inner{height:100%;padding-inline:0!important;gap:24px}
.brand-link{flex:0 0 auto}
.nav-wrap{flex:0 1 auto}
.header-actions{flex:0 0 auto}

/* Home: no missing second column, no dead hero space */
.home-page.home-v13{
  display:block!important;
  max-width:none!important;
  min-height:auto!important;
  padding:clamp(44px,5vw,76px) 0 56px!important;
  overflow:visible!important;
}
.home-v13 .hero-copy{
  display:block!important;
  width:100%!important;
  margin:0!important;
}
.home-v13 .hero-left{
  width:min(100%,1050px)!important;
  max-width:1050px!important;
}
.home-v13 .eyebrow{margin-bottom:18px!important}
.home-v13 .kinetic-title{
  width:100%!important;
  max-width:960px!important;
  margin:0!important;
  font-size:clamp(64px,6vw,94px)!important;
  line-height:.96!important;
  letter-spacing:-.058em!important;
  padding:0 0 .08em!important;
  overflow:visible!important;
}
.home-v13 .kinetic-line{
  display:block!important;
  min-height:1em!important;
  margin:0!important;
  padding:0 0 .04em!important;
  white-space:normal!important;
  overflow:visible!important;
}
#subjectWord,#contextWord,#verbWord,#focusWord,
.home-v13 .kinetic-line>span{
  display:block!important;
  visibility:visible;
  will-change:transform,opacity,filter
}
.home-v13 .hero-desc{max-width:760px!important;margin-top:22px!important;font-size:clamp(17px,1.2vw,20px)!important}
.home-v13 .focus-line{margin-top:18px!important}
.home-v13 .hero-actions{margin-top:26px!important}
.home-v13 .review-stage{width:100%;margin:0!important}
.review-stage.pf-hidden{display:none!important;height:0!important;min-height:0!important}
.review-stage.pf-open{display:flex!important;max-width:760px!important;min-height:0!important;margin:30px auto 0!important}
.pf-stage{width:min(100%,650px)!important}

/* Strip */
.trust-strip{
  width:100%!important;margin:30px 0 0!important;padding:15px 0!important;
  grid-template-columns:max-content minmax(0,1fr)!important;gap:24px!important;
  border-block:1px solid var(--line)!important
}
.trust-strip>strong{padding-left:0!important;white-space:nowrap}
.marquee{min-width:0!important}

/* Home siblings are intentionally page-width even though legacy markup closes #homePage before them. */
.screen[data-screen="home"] > .trust-strip,
.screen[data-screen="home"] > .bx-live-solutions{
  width:min(var(--content),calc(100% - 48px))!important;
  margin-left:auto!important;margin-right:auto!important
}

/* Solutions */
.bx-live-solutions{width:100%!important;margin:44px 0 0!important;padding:0 0 20px!important}
.bx-live-head{
  display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;gap:32px!important;margin:0 0 28px!important
}
.bx-live-kicker{margin:0 0 12px!important;font-size:12px!important;line-height:1.2!important}
.bx-live-head h2{
  width:auto!important;max-width:900px!important;margin:0!important;
  font-size:clamp(48px,4.7vw,70px)!important;line-height:.98!important;
  letter-spacing:-.052em!important;text-wrap:balance!important
}
.bx-live-head h2 br{display:block!important}
.bx-live-head h2 em{display:inline!important;white-space:nowrap!important}
.bx-live-all{align-self:end!important;margin-bottom:4px!important}
.bx-live-stack{gap:16px!important}
.bx-live-card{
  display:grid!important;grid-template-columns:minmax(390px,44%) minmax(0,1fr) 26px!important;
  min-height:335px!important;gap:34px!important;padding:0 30px 0 0!important;
  border-radius:28px!important;content-visibility:visible!important;contain:none!important
}
.bx-exact-visual{height:100%!important;min-height:335px!important;aspect-ratio:auto!important}
.bx-exact-visual img{width:100%!important;height:100%!important;object-fit:cover!important;aspect-ratio:auto!important}
.bx-live-copy{padding:36px 0!important}
.bx-live-copy h3{font-size:clamp(32px,3vw,46px)!important;line-height:1.06!important;margin:13px 0!important}
.bx-live-copy p{font-size:16px!important;line-height:1.58!important}
.bx-live-tags{margin-top:20px!important}

/* Services */
.services-page{
  display:grid!important;grid-template-columns:minmax(330px,.72fr) minmax(560px,1.28fr)!important;
  gap:clamp(36px,5vw,72px)!important;align-items:start!important;
  min-height:auto!important;padding:clamp(42px,5vw,72px) 0 60px!important
}
.services-intro{position:sticky!important;top:34px!important;display:block!important}
.services-title{font-size:clamp(52px,5.4vw,80px)!important;line-height:1.02!important;max-width:10ch!important}
.service-sweep{margin:22px 0!important}
.service-detail{min-height:0!important;padding-top:22px!important}
.service-detail h3{font-size:clamp(28px,2.4vw,36px)!important}
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.service-card{min-height:168px!important;padding:20px!important;border-radius:22px!important}

/* About */
.bx-about-page{width:100%!important;max-width:none!important;padding:clamp(38px,5vw,70px) 0 54px!important}
.bx-about-hero{padding:0 0 42px!important}
.bx-about-copy{grid-template-columns:minmax(0,1.22fr) minmax(300px,.58fr)!important;gap:clamp(44px,6vw,96px)!important}
.bx-about-title{font-size:clamp(54px,4.7vw,76px)!important;line-height:1!important;max-width:none!important}
.bx-about-title-line{white-space:normal!important}
.bx-about-lead{margin-top:12px!important;max-width:480px!important}
.bx-about-principles{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.bx-about-principles article{padding:34px 28px!important}
.bx-about-principles article:first-child{padding-left:0!important}
.bx-about-principles article:last-child{padding-right:0!important}

/* FAQ */
.bx-faq-page{
  width:100%!important;display:grid!important;
  grid-template-columns:minmax(260px,.52fr) minmax(0,1.48fr)!important;
  gap:clamp(46px,7vw,110px)!important;padding:clamp(38px,5vw,68px) 0 58px!important
}
.bx-faq-heading{position:sticky!important;top:32px!important;padding:0 0 26px!important}
.bx-faq-heading h1{font-size:clamp(50px,5vw,78px)!important;line-height:.98!important}
.bx-faq-list{min-width:0!important}
.bx-faq-item summary{font-size:clamp(18px,1.5vw,23px)!important;padding:22px 2px!important}

/* Contact */
.contact-page{
  display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr)!important;
  grid-template-rows:auto auto!important;gap:34px 56px!important;
  align-items:start!important;min-height:auto!important;padding:clamp(42px,5vw,70px) 0 42px!important
}
.contact-copy{grid-column:1!important;grid-row:1!important}
.contact-form{grid-column:2!important;grid-row:1 / span 2!important;padding:28px!important}
.contact-title{font-size:clamp(48px,4.6vw,70px)!important;line-height:1.03!important;max-width:12ch!important}
.contact-title .changing-part{min-height:2.08em!important}
.contact-copy>p{font-size:17px!important}
.contact-foot{grid-column:1/-1!important;grid-row:3!important;margin-top:8px!important}

/* Cookie */
.bx-cookie{z-index:9999!important;left:20px!important;right:20px!important;bottom:20px!important;width:min(920px,calc(100% - 40px))!important}
.bx-cookie.show{display:block!important;opacity:1!important;visibility:visible!important}


@media(min-width:1001px){
  .home-v13 .hero-left{
    display:grid!important;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
    grid-template-rows:auto auto auto auto!important;
    column-gap:clamp(56px,8vw,130px)!important;
    align-items:start!important;
    width:100%!important;max-width:none!important
  }
  .home-v13 .eyebrow{grid-column:1;grid-row:1}
  .home-v13 .kinetic-title{grid-column:1;grid-row:2 / span 3;max-width:690px!important}
  .home-v13 .hero-desc{grid-column:2;grid-row:2;margin-top:12px!important}
  .home-v13 .focus-line{grid-column:2;grid-row:3;margin-top:22px!important}
  .home-v13 .hero-actions{grid-column:2;grid-row:4;margin-top:28px!important}
}

@media(max-width:1100px){
  :root{--content:1040px}
  .home-v13 .kinetic-title{font-size:clamp(58px,7.5vw,82px)!important}
  .bx-live-head h2{font-size:clamp(46px,5.5vw,62px)!important}
  .bx-live-card{grid-template-columns:minmax(330px,42%) minmax(0,1fr) 20px!important;gap:24px!important;min-height:310px!important}
  .bx-exact-visual{min-height:310px!important}
  .services-page{grid-template-columns:1fr!important;gap:34px!important}
  .services-intro{position:static!important;display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;gap:38px!important}
  .services-title{font-size:clamp(48px,7vw,68px)!important}
  .service-detail{padding-top:12px!important}
  .bx-about-copy{grid-template-columns:1fr!important;gap:24px!important}
  .bx-about-lead{margin:0!important;max-width:720px!important}
  .contact-page{grid-template-columns:1fr 1fr!important;gap:32px!important}
}

@media(max-width:840px){
  :root{--header:70px;--content:100%}
  .header-inner,.page{width:calc(100% - 32px)!important}
  .screen[data-screen="home"] > .trust-strip,.screen[data-screen="home"] > .bx-live-solutions{width:calc(100% - 32px)!important}
  .home-page.home-v13{padding:38px 0 42px!important}
  .home-v13 .kinetic-title{font-size:clamp(48px,10vw,68px)!important;max-width:11ch!important}
  .home-v13 .hero-desc{font-size:16px!important}
  .review-stage.pf-open{margin-top:22px!important}
  .trust-strip{grid-template-columns:1fr!important;gap:10px!important;margin-top:24px!important}
  .trust-strip>strong{font-size:12px!important}
  .bx-live-solutions{margin-top:34px!important}
  .bx-live-head{grid-template-columns:1fr!important;gap:14px!important}
  .bx-live-all{display:none!important}
  .bx-live-head h2{font-size:clamp(42px,8vw,56px)!important;max-width:13ch!important}
  .bx-live-head h2 em{white-space:normal!important}
  .bx-live-card{grid-template-columns:1fr!important;gap:0!important;padding:0!important;min-height:0!important;border-radius:24px!important}
  .bx-exact-visual{height:auto!important;min-height:0!important;aspect-ratio:4/3!important}
  .bx-exact-visual img{aspect-ratio:4/3!important;object-fit:cover!important}
  .bx-live-copy{padding:26px 24px 30px!important}
  .bx-card-arrow{position:absolute!important;right:22px!important;bottom:28px!important}
  .services-page{display:block!important;padding:34px 0 52px!important}
  .services-intro{display:block!important}
  .services-title{font-size:clamp(42px,10vw,58px)!important;max-width:10ch!important}
  .service-grid{grid-template-columns:1fr!important}
  .service-card{min-height:0!important}
  .bx-about-page{padding:34px 0 40px!important}
  .bx-about-title{font-size:clamp(44px,9vw,60px)!important}
  .bx-about-principles{grid-template-columns:1fr!important}
  .bx-about-principles article,.bx-about-principles article:first-child,.bx-about-principles article:last-child{padding:25px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .bx-about-principles article:last-child{border-bottom:0!important}
  .bx-faq-page{display:block!important;padding:32px 0 44px!important}
  .bx-faq-heading{position:static!important;margin-bottom:10px!important}
  .bx-faq-heading h1{font-size:clamp(44px,9vw,60px)!important}
  .contact-page{display:flex!important;flex-direction:column!important;gap:28px!important;padding:34px 0 40px!important}
  .contact-copy,.contact-form{width:100%!important;grid-column:auto!important;grid-row:auto!important}
  .contact-title{font-size:clamp(44px,9vw,60px)!important;max-width:11ch!important}
  .contact-form{padding:24px!important}
  .contact-foot{order:99!important;width:100%!important}
}

@media(max-width:560px){
  .header-inner,.page{width:calc(100% - 28px)!important}
  .screen[data-screen="home"] > .trust-strip,.screen[data-screen="home"] > .bx-live-solutions{width:calc(100% - 28px)!important}
  .home-page.home-v13{padding:30px 0 34px!important}
  .home-v13 .eyebrow{font-size:10px!important;margin-bottom:14px!important}
  .home-v13 .kinetic-title{font-size:clamp(42px,12.4vw,55px)!important;line-height:.99!important;max-width:10ch!important}
  .home-v13 .hero-desc{margin-top:18px!important;font-size:15px!important;line-height:1.55!important}
  .home-v13 .focus-line{margin-top:15px!important}
  .home-v13 .hero-actions{display:grid!important;grid-template-columns:1fr!important;margin-top:21px!important}
  .home-v13 .hero-actions>*{width:100%!important;min-height:52px!important}
  .trust-strip{margin-top:20px!important;padding:13px 0!important}
  .marquee-track{gap:26px!important}
  .marquee-track span{font-size:12px!important}
  .bx-live-solutions{margin-top:28px!important}
  .bx-live-head{margin-bottom:20px!important}
  .bx-live-kicker{font-size:10px!important;margin-bottom:9px!important}
  .bx-live-head h2{font-size:clamp(37px,10.8vw,46px)!important;line-height:1.01!important;max-width:10.8ch!important}
  .bx-live-copy{padding:23px 20px 27px!important}
  .bx-live-copy h3{font-size:clamp(27px,8vw,34px)!important;padding-right:24px!important}
  .bx-live-copy p{font-size:14px!important}
  .bx-live-tags{gap:7px!important}
  .bx-live-tags b{font-size:10.5px!important;min-height:34px!important;padding:0 10px!important}
  .services-title{font-size:clamp(39px,11vw,50px)!important}
  .service-detail h3{font-size:27px!important}
  .service-card{padding:15px!important;border-radius:18px!important}
  .service-card-icon{width:44px!important;height:44px!important}
  .bx-about-title{font-size:clamp(39px,11vw,50px)!important}
  .bx-about-lead{padding-left:17px!important;font-size:15px!important}
  .bx-about-principles h2{font-size:24px!important}
  .bx-faq-heading h1{font-size:clamp(40px,11vw,50px)!important}
  .bx-faq-item summary{font-size:19px!important;padding:19px 0!important}
  .contact-title{font-size:clamp(39px,11vw,50px)!important}
  .contact-copy>p{font-size:15px!important}
  .social-btn{flex:1 1 100%!important;justify-content:center!important}
  .contact-form{padding:20px!important;border-radius:22px!important}
  .form-grid{grid-template-columns:1fr!important}
  .field,.field.full{grid-column:1!important}
  .bx-cookie{left:10px!important;right:10px!important;bottom:10px!important;width:calc(100% - 20px)!important;max-height:calc(100dvh - 20px)!important;overflow:auto!important;padding:15px!important}
  .bx-cookie-row{display:grid!important;gap:13px!important}
  .bx-cookie-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  .bx-cookie-actions .primary{grid-column:1/-1!important;min-width:0!important}
}

@media(max-width:370px){
  .header-inner,.page{width:calc(100% - 24px)!important}
  .screen[data-screen="home"] > .trust-strip,.screen[data-screen="home"] > .bx-live-solutions{width:calc(100% - 24px)!important}
  .home-v13 .kinetic-title{font-size:40px!important}
  .bx-live-head h2,.services-title,.bx-about-title,.bx-faq-heading h1,.contact-title{font-size:37px!important}
}



.bx-about-page,.bx-faq-page{width:min(var(--content),calc(100% - 48px))!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:840px){.bx-about-page,.bx-faq-page{width:calc(100% - 32px)!important}}
@media(max-width:560px){.bx-about-page,.bx-faq-page{width:calc(100% - 28px)!important}}
@media(max-width:370px){.bx-about-page,.bx-faq-page{width:calc(100% - 24px)!important}}



/* Restore kinetic headline while keeping responsive sizing from 14.2. */
.home-v13 .kinetic-line{overflow:visible!important;min-height:1em!important}
#subjectWord,#contextWord,#verbWord,#focusWord{
  visibility:visible;
  will-change:transform,opacity,filter;
  backface-visibility:hidden;
}
@media(prefers-reduced-motion:reduce){
  #subjectWord,#contextWord,#verbWord,#focusWord{transform:none!important;opacity:1!important;filter:none!important}
}



/* Keep the 14.3 card composition exactly; only its existing visual area rotates. */
.bx-live-head{justify-content:flex-start!important}
.bx-live-card[data-portfolio-group] .bx-exact-visual{isolation:isolate;cursor:grab}
.bx-live-card[data-portfolio-group] .bx-exact-visual:active{cursor:grabbing}
.bx-live-card[data-portfolio-group] .bx-exact-visual img{
  will-change:opacity,transform;
  transition:opacity .32s ease,transform .72s cubic-bezier(.2,.7,.2,1),filter .35s ease!important
}
.bx-live-card[data-portfolio-group] .bx-exact-visual img.bx-slide-leaving{
  opacity:0!important;
  transform:scale(.985) translateX(-8px)!important
}
.bx-live-card[data-portfolio-group] .bx-exact-visual img.bx-slide-entering{
  opacity:0!important;
  transform:scale(1.025) translateX(8px)!important
}
.bx-live-card[data-portfolio-group] .bx-exact-visual img.bx-project-contain{
  object-fit:contain!important;
  padding:18px;
  background:linear-gradient(145deg,#fff,#f3f7ff)
}
.bx-slide-meta{
  position:absolute;
  z-index:3;
  left:22px;
  right:22px;
  bottom:18px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  pointer-events:none;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .28s ease,transform .28s ease
}
.bx-slide-meta.is-visible{opacity:1;transform:none}
.bx-slide-logo{
  display:flex;
  align-items:center;
  width:min(190px,54%);
  min-height:42px;
  filter:drop-shadow(0 3px 10px rgba(255,255,255,.95))
}
.bx-slide-logo svg{display:block;width:100%;max-height:54px}
.bx-slide-service{
  max-width:46%;
  color:#07162f;
  font-size:11px;
  line-height:1.25;
  font-weight:850;
  text-align:right;
  text-shadow:0 1px 8px #fff,0 1px 12px #fff
}
.bx-card-arrow.bx-slide-next{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  padding:0;
  margin:0;
  width:auto;
  min-width:0;
  height:auto;
  background:transparent;
  font-family:inherit;
  line-height:1;
  cursor:pointer
}
.bx-card-arrow.bx-slide-next:focus-visible{
  color:var(--blue);
  outline:2px solid rgba(18,100,255,.35);
  outline-offset:7px;
  border-radius:999px
}
.bx-live-card[data-portfolio-group].is-paused .bx-card-arrow{color:var(--blue)}
@media(max-width:760px){
  .bx-slide-meta{left:16px;right:16px;bottom:14px}
  .bx-slide-logo{width:min(150px,55%);min-height:34px}
  .bx-slide-logo svg{max-height:42px}
  .bx-slide-service{font-size:10px;max-width:43%}
  .bx-live-card[data-portfolio-group] .bx-exact-visual img.bx-project-contain{padding:12px}
}
@media(prefers-reduced-motion:reduce){
  .bx-live-card[data-portfolio-group] .bx-exact-visual img,
  .bx-slide-meta{transition:none!important}
}



.bx-live-card[data-portfolio-group="web"] .bx-exact-visual img{object-fit:cover;object-position:center top}
.bx-live-card[data-portfolio-group="web"] .bx-exact-visual.is-switching img{opacity:.12;transform:scale(1.025)}
@media(max-width:760px){.bx-live-card[data-portfolio-group="web"] .bx-exact-visual img{object-position:center top}}



/* Header: remove the unused vertical space without changing navigation behavior. */
:root{--header:68px}
.site-header{height:68px!important;inset:0 0 auto!important}
.header-inner{height:68px!important;min-height:68px!important;padding-top:0!important;padding-bottom:0!important}
.brand-link{width:132px!important;height:38px!important}
.theme-toggle,.menu-toggle{width:40px!important;height:40px!important}
.app{inset:var(--header) 0 0!important}

/* Solutions heading: the wording is blue and the pseudo-element supplies the only dot. */
#bxLiveSolutionsTitle .bx-solutions-line{display:block!important;white-space:nowrap!important}
#bxLiveSolutionsTitle em{color:var(--blue)!important}
#bxLiveSolutionsTitle em:after{background:var(--blue)!important}

/* Cleaner separation: no card-on-card fade or visual overlap. */
.bx-live-stack{gap:24px!important}
.bx-live-card{isolation:isolate!important}
.bx-exact-visual{border-right:1px solid var(--line)!important}
.bx-exact-visual:after{display:none!important}
.bx-card-arrow.bx-slide-next{
  position:relative!important;z-index:8!important;
  width:44px!important;height:44px!important;min-width:44px!important;
  display:grid!important;place-items:center!important;
  border-radius:999px!important;pointer-events:auto!important;
  touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important
}
.bx-exact-visual{cursor:pointer!important;touch-action:pan-y!important}

/* True black dark mode. */
html[data-theme="dark"]{
  --bg:#000000;
  --surface:#080808;
  --surface-2:#101010;
  --text:#f7f7f8;
  --muted:#a5a7ad;
  --line:rgba(255,255,255,.12);
  --line-strong:rgba(255,255,255,.23);
  --blue:#4f84ff;
  --blue-2:#80a7ff;
  --blue-soft:rgba(79,132,255,.16);
  --shadow:0 26px 80px rgba(0,0,0,.72);
  color-scheme:dark
}
html[data-theme="dark"],html[data-theme="dark"] body{background:#000!important;background-image:none!important}
html[data-theme="dark"] .site-header{background:rgba(0,0,0,.9)!important;border-color:var(--line)!important}
html[data-theme="dark"] .mobile-menu{background:#080808!important}
html[data-theme="dark"] .nav-wrap,
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .secondary-btn,
html[data-theme="dark"] .neler-btn{background:#080808!important}
html[data-theme="dark"] .bx-live-solutions{
  --ink:#f7f7f8;
  --muted:#a5a7ad;
  --line:rgba(255,255,255,.13)
}
html[data-theme="dark"] .bx-live-card{background:#080808!important;border-color:var(--line)!important;box-shadow:0 18px 54px rgba(0,0,0,.62)!important}
html[data-theme="dark"] .bx-live-card:hover{border-color:rgba(79,132,255,.38)!important;box-shadow:0 26px 70px rgba(0,0,0,.78)!important}
html[data-theme="dark"] .bx-exact-visual{background:#000!important;border-color:var(--line)!important}
html[data-theme="dark"] .bx-live-tags b{background:#111!important;color:#e9e9ec!important;border-color:var(--line)!important}
html[data-theme="dark"] .bx-card-arrow.bx-slide-next{color:#f4f4f5!important;background:#111!important;border:1px solid var(--line)!important}
html[data-theme="dark"] .trust-strip{background:#000!important;border-color:var(--line)!important}
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .service-detail,
html[data-theme="dark"] .bx-about-principles,
html[data-theme="dark"] .contact-form,
html[data-theme="dark"] .bx-cookie,
html[data-theme="dark"] .bx-cookie-settings{background:#080808!important;border-color:var(--line)!important}
html[data-theme="dark"] .bx-faq-item{background:transparent!important;border-color:var(--line)!important}
html[data-theme="dark"] .bx-faq-list{background:transparent!important}
html[data-theme="dark"] .field input,
html[data-theme="dark"] .field select,
html[data-theme="dark"] .field textarea{background:#101010!important;color:var(--text)!important}
html[data-theme="dark"] .contact-form:before{background:rgba(79,132,255,.08)!important}
html[data-theme="dark"] .bx-cookie-pref-btn{color:#b8b9bf!important}

/* Responsive header and card boundaries. */
@media(max-width:840px){
  :root{--header:64px}
  .site-header{height:64px!important}
  .header-inner{height:64px!important;min-height:64px!important;padding:0!important}
  .brand-link{width:126px!important;height:36px!important}
  .theme-toggle,.menu-toggle{width:38px!important;height:38px!important}
  .mobile-menu{top:calc(var(--header) + 7px)!important}
  #bxLiveSolutionsTitle{font-size:clamp(32px,9vw,38px)!important;line-height:1.04!important;max-width:none!important;letter-spacing:-.042em!important}
  #bxLiveSolutionsTitle .bx-solutions-line{white-space:nowrap!important}
  .bx-live-stack{gap:20px!important}
  .bx-exact-visual{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .bx-card-arrow.bx-slide-next{position:absolute!important;right:18px!important;bottom:22px!important}
}
@media(max-width:390px){
  :root{--header:62px}
  .site-header{height:62px!important}
  .header-inner{height:62px!important;min-height:62px!important}
  .brand-link{width:120px!important;height:34px!important}
}



/* Müşteri yorumları — ana sayfa kartlığı */
.bx-testimonials{max-width:1180px;margin:clamp(54px,7vw,92px) auto 0;padding:0 28px 88px;position:relative}
.bx-testimonial-card{position:relative;max-width:820px;margin:0 auto;padding:48px 52px 34px;background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 70px rgba(20,43,91,.12);overflow:hidden}
.bx-testimonial-progress{display:flex;gap:6px;margin-bottom:30px}
.bx-testimonial-progress i{position:relative;flex:1;height:3px;border-radius:999px;background:var(--line-strong);overflow:hidden}
.bx-testimonial-progress i span{position:absolute;inset:0;background:var(--blue);transform:scaleX(0);transform-origin:left}
.bx-testimonial-progress i.is-done span{transform:scaleX(1)}
.bx-testimonial-progress i.is-active span{animation:bxTestimonialFill var(--bx-review-duration,6s) linear forwards}
@keyframes bxTestimonialFill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.bx-testimonial-mark{font:700 52px/1 Georgia,serif;color:var(--blue-soft);height:42px;margin-bottom:8px}
.bx-testimonial-quote{margin:0 0 30px;font-size:clamp(20px,2.15vw,27px);line-height:1.5;letter-spacing:-.018em;font-weight:700;min-height:4.5em}
.bx-testimonial-quote .bx-review-word{display:inline-block;opacity:0;transform:translateY(9px);filter:blur(3px);animation:bxReviewWord .55s var(--ease) forwards}
@keyframes bxReviewWord{to{opacity:1;transform:none;filter:none}}
.bx-testimonial-foot{display:flex;align-items:center;gap:14px;padding-top:24px;border-top:1px solid var(--line)}
.bx-testimonial-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex:none;background:var(--blue-soft);border:1px solid rgba(19,94,255,.22);color:var(--blue);font-size:11px;font-weight:900}
.bx-testimonial-who b{display:block;font-size:14.5px;font-weight:850}.bx-testimonial-who small{display:block;margin-top:2px;color:var(--muted);font-size:12.5px}
.bx-testimonial-stars{margin-left:auto;display:flex;gap:2px;color:var(--blue)}.bx-testimonial-stars svg{width:14px;height:14px;fill:currentColor}
.bx-testimonial-picker{display:flex;justify-content:center;gap:10px;margin:28px auto 0;flex-wrap:wrap}
.bx-testimonial-dot{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:11px;font-weight:800;display:grid;place-items:center;cursor:pointer;transition:transform .28s var(--ease),border-color .28s,color .28s,box-shadow .28s}
.bx-testimonial-dot:hover{transform:translateY(-2px)}.bx-testimonial-dot.is-active{border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft);transform:scale(1.06)}
[data-theme="dark"] .bx-testimonial-card{background:#080808;border-color:rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.5)}
[data-theme="dark"] .bx-testimonial-dot{background:#080808;border-color:rgba(255,255,255,.14)}
@media(max-width:760px){
 .bx-testimonials{margin-top:44px;padding:0 16px 68px}
 .bx-testimonial-card{padding:36px 24px 28px;border-radius:23px}
 .bx-testimonial-progress{margin-bottom:25px}.bx-testimonial-mark{font-size:45px;height:36px}
 .bx-testimonial-quote{font-size:20px;line-height:1.52;min-height:7.6em;margin-bottom:24px}
 .bx-testimonial-foot{align-items:flex-start}.bx-testimonial-stars{padding-top:3px}
 .bx-testimonial-dot{width:35px;height:35px}
}
@media(max-width:390px){
 .bx-testimonial-card{padding:32px 20px 24px}
 .bx-testimonial-quote{font-size:18px;min-height:8.8em}
 .bx-testimonial-avatar{width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){.bx-testimonial-quote .bx-review-word{animation:none;opacity:1;transform:none;filter:none}.bx-testimonial-progress i.is-active span{animation:none;transform:scaleX(1)}}



/* Çok kelimeli slogan eylemleri tek satırda kalır. */
#verbWord{white-space:nowrap!important;display:inline-block!important}
@media(max-width:520px){#verbWord{font-size:.84em}}
@media(max-width:380px){#verbWord{font-size:.78em}}

/* Yorumlarda yapay SVG yerine sade, gerçek marka hissi veren tipografik logolar. */
.bx-testimonial-avatar{
  width:96px!important;height:46px!important;border-radius:12px!important;padding:0 10px!important;
  background:var(--surface-2)!important;border:1px solid var(--line)!important;
  font-size:14px!important;letter-spacing:-.035em!important;line-height:1!important;white-space:nowrap!important;
  overflow:hidden!important;text-overflow:ellipsis!important;
}
.bx-testimonial-avatar.logo-lumiere{font-family:Georgia,serif;font-weight:700!important;letter-spacing:.02em!important;color:var(--text)!important}
.bx-testimonial-avatar.logo-dentiva{font-weight:900!important;color:#1769ff!important;letter-spacing:-.04em!important}
.bx-testimonial-avatar.logo-atlas{font-weight:950!important;color:#17233d!important;text-transform:uppercase;font-size:12px!important;letter-spacing:.04em!important}
.bx-testimonial-avatar.logo-nova{font-family:Georgia,serif;font-style:italic;font-weight:700!important;color:#9b5b78!important}
.bx-testimonial-avatar.logo-modo{font-weight:950!important;color:var(--text)!important;text-transform:uppercase;letter-spacing:.08em!important;font-size:12px!important}
.bx-testimonial-avatar.logo-finora{font-weight:900!important;color:#186c50!important;letter-spacing:-.03em!important}
.bx-testimonial-avatar.logo-servisgo{font-weight:900!important;color:#ef6b2e!important;letter-spacing:-.04em!important}
[data-theme="dark"] .bx-testimonial-avatar{background:#111!important;border-color:rgba(255,255,255,.14)!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-lumiere,
[data-theme="dark"] .bx-testimonial-avatar.logo-atlas,
[data-theme="dark"] .bx-testimonial-avatar.logo-modo{color:#fff!important}
@media(max-width:520px){
 .bx-testimonial-avatar{width:82px!important;height:42px!important;font-size:12px!important}
 .bx-testimonial-who b{font-size:13.5px!important}
 .bx-testimonial-who small{font-size:11.8px!important}
}




html.bx-splash-skip #bxSplash{display:none!important}
html.bx-splash-skip body.bx-splash-active{overflow:auto!important}

/* Botixx splash — compact, responsive white video splash */
body.bx-splash-active{overflow:hidden!important}
#bxSplash{position:fixed;inset:0;display:grid;place-items:center;background:#fff;z-index:999999;overflow:hidden;padding:max(18px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));box-sizing:border-box}
#bxSplash video{display:block;width:min(900px,90vw);height:auto;max-width:90vw;max-height:54vh;aspect-ratio:16/9;object-fit:contain;background:#fff}
@media(max-width:640px){#bxSplash video{width:100vw;max-width:100vw;max-height:38vh}}
@media(max-width:380px){#bxSplash video{max-height:34vh}}
@media(prefers-reduced-motion:reduce){#bxSplash video{display:none}}

/* Birbirinden ayrışan müşteri marka işaretleri */
.bx-testimonial-avatar{width:104px!important;height:48px!important;min-width:104px!important;padding:0 12px!important;border-radius:14px!important;overflow:hidden;white-space:nowrap;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}
.bx-testimonial-avatar::before{content:"";display:block;flex:none}
.bx-testimonial-avatar.logo-lumiere{font-family:Georgia,"Times New Roman",serif!important;font-size:15px!important;font-weight:600!important;letter-spacing:.01em!important;color:#191919!important;background:#f6f0e8!important;border:1px solid #d8c9b5!important}
.bx-testimonial-avatar.logo-lumiere::before{width:5px;height:28px;margin-right:8px;background:#191919}
.bx-testimonial-avatar.logo-dentiva{font-family:Arial,sans-serif!important;font-size:14px!important;font-weight:900!important;letter-spacing:-.045em!important;color:#0866df!important;background:#eef7ff!important;border:1px solid #b8d9ff!important;border-radius:999px!important}
.bx-testimonial-avatar.logo-dentiva::before{content:"+";width:22px;height:22px;margin-right:7px;border-radius:7px;background:#0866df;color:#fff;display:grid;place-items:center;font:900 17px/1 Arial}
.bx-testimonial-avatar.logo-atlas{font-family:Arial Black,Arial,sans-serif!important;font-size:11px!important;font-weight:900!important;letter-spacing:.065em!important;color:#fff!important;background:#18243b!important;border:1px solid #18243b!important;border-radius:8px!important;max-width:104px!important;padding:0 9px!important}
.bx-testimonial-avatar.logo-atlas::before{width:0;height:0;margin-right:8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:15px solid #f3a23a}
.bx-testimonial-avatar.logo-modo{font-family:Arial Black,Arial,sans-serif!important;font-size:13px!important;font-weight:950!important;letter-spacing:.13em!important;color:#fff!important;background:#0b0b0b!important;border:1px solid #0b0b0b!important;border-radius:3px!important;text-transform:uppercase}
.bx-testimonial-avatar.logo-modo::before{width:12px;height:12px;margin-right:8px;border:2px solid #fff;transform:rotate(45deg)}
.bx-testimonial-avatar.logo-nova{font-family:Georgia,"Times New Roman",serif!important;font-style:italic!important;font-size:15px!important;font-weight:700!important;color:#874f6a!important;background:#fff3f7!important;border:1px solid #e6bfd0!important;border-radius:22px 8px 22px 8px!important}
.bx-testimonial-avatar.logo-nova::before{width:18px;height:18px;margin-right:7px;border-radius:50% 50% 50% 0;background:#c8799e;transform:rotate(-45deg)}
.bx-testimonial-avatar.logo-finora{font-family:Arial,sans-serif!important;font-size:14px!important;font-weight:900!important;letter-spacing:-.04em!important;color:#176a4d!important;background:#effaf5!important;border:1px solid #b9decf!important;border-radius:10px!important}
.bx-testimonial-avatar.logo-finora::before{width:22px;height:22px;margin-right:7px;border-radius:50%;background:conic-gradient(#176a4d 0 25%,#8ecab2 0 50%,#176a4d 0 75%,#8ecab2 0)}
.bx-testimonial-avatar.logo-servisgo{font-family:Arial,sans-serif!important;font-size:13px!important;font-weight:900!important;letter-spacing:-.035em!important;color:#dd5a1d!important;background:#fff5ee!important;border:1px solid #f2c5aa!important;border-radius:12px!important}
.bx-testimonial-avatar.logo-servisgo::before{width:24px;height:14px;margin-right:7px;border-radius:10px 10px 4px 4px;background:#f06b2b;box-shadow:7px 7px 0 -4px #8c3d17}
[data-theme="dark"] .bx-testimonial-avatar.logo-lumiere{background:#211d18!important;color:#f5eadc!important;border-color:#5d5143!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-dentiva{background:#0b1d31!important;border-color:#174a79!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-atlas{background:#101827!important;border-color:#33415c!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-modo{background:#050505!important;border-color:#444!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-nova{background:#2a1721!important;border-color:#633c50!important;color:#e7a8c4!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-finora{background:#10241d!important;border-color:#275c49!important;color:#76c5a4!important}
[data-theme="dark"] .bx-testimonial-avatar.logo-servisgo{background:#29170e!important;border-color:#6e351c!important;color:#ff925e!important}
@media(max-width:520px){.bx-testimonial-avatar{width:88px!important;min-width:88px!important;height:44px!important;padding:0 9px!important}.bx-testimonial-avatar.logo-atlas{font-size:9.5px!important;letter-spacing:.04em!important}.bx-testimonial-avatar.logo-lumiere,.bx-testimonial-avatar.logo-nova{font-size:13px!important}}



.bx-testimonial-logo-wrap{width:118px;height:58px;min-width:118px;border-radius:12px;overflow:hidden;background:transparent;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}
.bx-testimonial-logo{width:100%;height:100%;display:block;object-fit:contain;background:transparent}
@media(max-width:520px){.bx-testimonial-logo-wrap{width:92px;height:48px;min-width:92px}.bx-testimonial-foot{gap:11px}.bx-testimonial-stars{margin-left:auto}}



/* Bixu artık sayfa akışında değildir; hero boşluk bırakmadan normal akar. */
.home-v13 .hero-left{display:block!important;width:100%!important;max-width:980px!important}
.home-v13 .hero-copy{display:block!important}
.home-v13 .kinetic-title{max-width:850px!important}
.home-v13 .hero-desc{max-width:720px!important;margin-top:20px!important}
.home-v13 .hero-actions{margin-top:24px!important}
.home-v13 .hero-copy,.home-v13 .hero-left{min-height:0!important}
.home-page.home-v13{padding-bottom:34px!important}
@media(min-width:1001px){.home-v13 .hero-left{display:block!important;grid-template-columns:none!important}.home-v13 .kinetic-title,.home-v13 .hero-desc,.home-v13 .focus-line,.home-v13 .hero-actions{grid-column:auto!important;grid-row:auto!important}}



.screen.bx-integrated-screen{overflow:hidden!important;background:#fff}
.bx-integrated-frame{display:block;width:100%;height:100%;border:0;background:#fff}
html[data-theme="dark"] .screen.bx-integrated-screen{background:#fff}
@media(max-width:1080px){.bx-integrated-frame{height:100%}}



/* 12.0.55: one public identity — light white/blue across every main screen. */
html,html[data-theme="dark"],html[data-theme="light"]{
  --bg:#f7f9fd!important;--surface:#fff!important;--surface-2:#f1f5fb!important;
  --text:#0a1733!important;--muted:#64738c!important;--line:rgba(15,38,78,.12)!important;
  --line-strong:rgba(15,38,78,.21)!important;--blue:#1265ff!important;--blue-2:#4f86ff!important;
  --blue-soft:rgba(18,101,255,.10)!important;color-scheme:light!important;
  background:#fff!important
}
body{background:#fff!important;color:#0a1733!important}
body:before{background:radial-gradient(circle at 9% 8%,rgba(18,101,255,.055),transparent 30%),radial-gradient(circle at 92% 12%,rgba(70,132,255,.06),transparent 27%)!important}
.site-header,body.bx-home-mode .site-header{
  background:rgba(255,255,255,.975)!important;border-bottom:1px solid #e5ebf4!important;
  box-shadow:0 5px 20px rgba(16,43,91,.055)!important;color:#0a1733!important
}
.bx-logo-on-dark{display:none!important}.bx-logo-on-light{display:block!important}
.nav-btn,.bx-home-nav,body.bx-home-mode .nav-btn,body.bx-home-mode .bx-home-nav{color:#26334d!important}
.nav-btn.active,.nav-btn:hover,.bx-home-nav:hover{color:#1265ff!important}
.app,.screen,.page{background:#fff!important}
.screen.bx-integrated-screen{background:#fff!important}
.theme-toggle{display:none!important}

/* Main content screens must never inherit legacy dark variables from localStorage/cache. */
.screen[data-screen="services"],.screen[data-screen="about"],.screen[data-screen="faq"],.screen[data-screen="contact"]{
  --surface:#fff!important;--surface-2:#f4f7fc!important;--text:#0a1733!important;--muted:#66758d!important;
  --line:rgba(15,38,78,.12)!important;--blue:#1265ff!important;--blue-soft:rgba(18,101,255,.10)!important;
  background:#fff!important;color:#0a1733!important
}
.services-title,.service-detail h3,.service-card-copy strong,.bx-about-title,.bx-about-principles h2,.bx-faq-heading h1,.bx-faq-item summary,.contact-title,.form-title{color:#0a1733!important}
.services-title .blue,.bx-about-title-line-blue,.bx123-faq-title-blue,.contact-title .changing-part,.contact-title .changing-part span{color:#1265ff!important}
.service-detail p,.service-card-copy small,.bx-about-lead,.bx-about-principles p,.bx-faq-answer,.contact-copy>p{color:#66758d!important}
.service-card{background:linear-gradient(145deg,#fff,#f8faff)!important;border:1px solid #dfe6f0!important;box-shadow:0 10px 28px rgba(25,57,112,.055)!important;color:#0a1733!important}
.service-card.active,.service-card:hover{background:linear-gradient(145deg,#fff,#f1f6ff)!important;border-color:#a9c6ff!important;box-shadow:0 16px 36px rgba(18,101,255,.10)!important}
.service-card-icon{background:#eaf1ff!important;color:#1265ff!important}
.service-detail{border-top-color:#dfe6f0!important}.service-list li{color:#17233d!important}
.bx-about-title-line,.bx-about-lead,.bx-about-principles article{opacity:1!important;transform:none!important;filter:none!important}
.bx-about-principles{border-color:#dfe6f0!important}.bx-about-principles article{border-color:#dfe6f0!important}
.bx-faq-item{border-color:#dfe6f0!important;background:#fff!important}.bx-faq-answer p{color:#66758d!important}
.contact-form{background:linear-gradient(145deg,#fff,#f3f7ff)!important;border-color:#dfe6f0!important;box-shadow:0 20px 50px rgba(25,57,112,.09)!important}
.field input,.field select,.field textarea{background:#fff!important;color:#0a1733!important;border-color:#dbe3ef!important}.field label{color:#65728a!important}
.social-btn{background:#fff!important;color:#0a1733!important;border-color:#dbe3ef!important}

/* Home work/reference content can never be blank while observers/scripts initialize. */
.reveal-solution{opacity:1!important;transform:none!important}
.bx-live-card{background:linear-gradient(145deg,#fff,#f8faff)!important;color:#0a1733!important}
.bx-testimonial-card{background:#fff!important;color:#0a1733!important}

/* Mobile geometry owned here to avoid contradictory legacy breakpoints. */
@media(max-width:840px){
  :root{--header:66px!important}
  .site-header{height:66px!important}.app{inset:66px 0 0!important}
  .header-inner,.page{width:calc(100% - 28px)!important}
  .brand-link.bx-brand-logo{width:112px!important;height:38px!important}.brand-link.bx-brand-logo img{width:112px!important;max-height:35px!important}
  .bx-mobile-menu-toggle{width:40px!important;height:40px!important;border-radius:12px!important;background:#f5f8fc!important;border-color:#dbe3ee!important}
  .services-page{display:block!important;padding:30px 0 44px!important}.services-title{font-size:clamp(42px,10.8vw,52px)!important;line-height:.98!important}
  .service-sweep{width:92px!important;height:4px!important;margin:22px 0!important}.service-detail{padding-top:18px!important}.service-detail h3{font-size:28px!important}.service-detail p{font-size:15px!important}
  .service-list{grid-template-columns:1fr!important;gap:9px!important}.service-list li{font-size:12.5px!important}
  .service-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:26px!important}
  .service-card{grid-template-columns:46px minmax(0,1fr) 18px!important;gap:12px!important;padding:15px!important;border-radius:18px!important;min-height:0!important}.service-card-icon{width:46px!important;height:46px!important;border-radius:14px!important}.service-card-copy strong{font-size:17px!important}.service-card-copy small{font-size:12.5px!important;line-height:1.5!important}
  .bx-about-page,.bx-faq-page{width:calc(100% - 28px)!important}.bx-about-page{padding:30px 0 40px!important}.bx-about-title{font-size:clamp(40px,10.8vw,50px)!important}.bx-about-lead{font-size:15px!important}.bx-about-principles article{padding:24px 0!important}.bx-about-principles h2{font-size:23px!important}.bx-about-principles p{font-size:14.5px!important}
  .bx-faq-page{padding:30px 0 42px!important}.bx-faq-heading{margin-bottom:12px!important}.bx-faq-heading h1{font-size:clamp(40px,10.8vw,50px)!important}.bx-faq-item summary{font-size:18px!important;padding:20px 0!important}.bx-faq-answer p{font-size:14px!important;line-height:1.65!important}
  .contact-page{gap:24px!important;padding:30px 0 38px!important}.contact-title{font-size:clamp(40px,10.8vw,50px)!important}.contact-copy>p{font-size:15px!important}.contact-form{padding:19px!important;border-radius:21px!important}.form-title{font-size:25px!important}.form-grid{grid-template-columns:1fr!important}.field,.field.full{grid-column:1!important}.social-btn{min-height:48px!important}
  .bx-ref-hero{padding-top:24px!important}.bx-ref-title{font-size:clamp(43px,13vw,56px)!important}.bx-ref-copy{font-size:14px!important}.bx-ref-hero-media{height:240px!important;border-radius:18px!important;margin:0!important}
  .bx-ref-features{grid-template-columns:1fr!important}.bx-ref-feature{min-height:82px!important;border-right:0!important;border-bottom:1px solid #dfe6f0!important;padding:15px 4px!important}.bx-ref-feature:last-child{border-bottom:0!important}
  .bx-live-solutions{width:calc(100% - 28px)!important}.bx-live-card{border-radius:20px!important}.bx-exact-visual{aspect-ratio:16/10!important}.bx-live-copy{padding:22px 19px 26px!important}
  .bx-testimonials{padding-left:14px!important;padding-right:14px!important}.bx-testimonial-card{padding:28px 20px 24px!important}.bx-testimonial-quote{font-size:17px!important;min-height:0!important}
}
@media(max-width:390px){
  .header-inner,.page,.bx-about-page,.bx-faq-page{width:calc(100% - 24px)!important}
  .services-title,.bx-about-title,.bx-faq-heading h1,.contact-title{font-size:39px!important}
}



/* 12.0.56 — supplied responsive intent animation integrated into the live homepage. */
.header-actions .header-account{display:flex!important;align-items:center!important;gap:8px!important}
.header-actions .header-account a{height:42px!important;padding:0 15px!important;border-radius:13px!important;font-size:12px!important;font-weight:800!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}
.header-actions .header-account .account-login-link{display:inline-flex!important;background:#fff!important;color:#172033!important;border:1px solid #dce4ef!important}
.header-actions .header-account .account-register-link,.header-actions .header-account .account-panel-link{display:inline-flex!important;background:#1265ff!important;color:#fff!important;border:1px solid #1265ff!important;box-shadow:0 10px 22px rgba(18,101,255,.16)!important}
.header-actions .header-account a:hover{transform:translateY(-1px)!important}
.header-cta{display:none!important}

.bx-ref-hero{grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr)!important;gap:clamp(38px,5vw,72px)!important;padding-top:48px!important;padding-bottom:30px!important}
.bx-ref-hero-copy{padding-bottom:0!important}
.bx-ref-title{max-width:570px!important}
.bx-intent-hero{
  width:100%;min-width:0;height:402px;position:relative;overflow:hidden;
  display:grid;place-items:center;padding:clamp(28px,4vw,52px);
  border:1px solid #dbe4ef;border-radius:30px;
  background:radial-gradient(circle at 86% 15%,rgba(11,108,255,.065),transparent 28%),linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 28px 78px rgba(23,51,94,.075)
}
.bx-intent-hero::after{content:"";position:absolute;width:300px;height:300px;right:-155px;bottom:-175px;border-radius:50%;background:radial-gradient(circle,rgba(11,108,255,.08),rgba(11,108,255,0) 70%);pointer-events:none}
.bx-intent-inner{width:100%;position:relative;z-index:2;text-align:center;min-width:0}
.bx-intent-desktop{margin:0 auto;display:flex;align-items:baseline;justify-content:center;gap:.17em;white-space:nowrap;font-size:var(--bx-intent-fit,48px);font-weight:820;letter-spacing:-.062em;line-height:1;color:#0a1426}
.bx-intent-fixed,.bx-intent-dynamic{flex:0 0 auto}.bx-intent-dynamic{color:#0b6cff}
.bx-intent-cursor{display:inline-block;width:3px;height:.76em;margin-left:5px;border-radius:999px;background:#0751c7;vertical-align:-.03em;animation:bxIntentBlink .8s steps(1) infinite}
@keyframes bxIntentBlink{50%{opacity:0}}
.bx-intent-mobile{display:none}
.bx-intent-footer{margin-top:34px;font-size:clamp(14px,1.35vw,18px);font-weight:700;letter-spacing:-.02em;color:#69788e}
.bx-intent-footer strong{color:#0b6cff;font-weight:840}
#bxIntentMeasure{position:fixed;left:-99999px;top:-99999px;visibility:hidden;white-space:nowrap;font-weight:820;letter-spacing:-.062em;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}

@media(max-width:1180px){
  .bx-ref-hero{grid-template-columns:minmax(0,.82fr) minmax(470px,1.18fr)!important;gap:36px!important}
  .header-actions .header-account a{padding-inline:13px!important}
}
@media(max-width:1080px){
  .nav-wrap{display:none!important}
  .bx-mobile-menu-toggle{display:grid!important}
}
@media(max-width:980px){
  .bx-ref-hero{grid-template-columns:1fr!important;gap:26px!important;padding-top:36px!important}
  .bx-ref-title{max-width:10ch!important}
  .bx-intent-hero{height:340px!important;margin:0!important;border-radius:27px!important}
}
@media(max-width:900px){
  .header-actions .header-account{display:none!important}
}
@media(max-width:640px){
  .bx-ref-hero{gap:20px!important;padding-top:27px!important}
  .bx-intent-hero{height:330px!important;min-height:330px!important;padding:30px 18px!important;border-radius:24px!important}
  .bx-intent-desktop{display:none!important}
  .bx-intent-mobile{display:grid;grid-template-rows:auto minmax(2.2em,auto) auto;justify-items:center;align-items:center;row-gap:.10em;font-size:clamp(27px,8.4vw,38px);font-weight:820;letter-spacing:-.056em;line-height:1.04;color:#0a1426}
  .bx-intent-mobile-fixed{display:block;white-space:nowrap}
  .bx-intent-mobile-dynamic{width:min(100%,330px);min-height:2.2em;display:flex;align-items:center;justify-content:center;text-align:center;color:#0b6cff;line-height:1.04}
  .bx-intent-mobile-dynamic .bx-intent-typed{max-width:100%;white-space:normal}
  .bx-intent-mobile-dynamic .bx-intent-cursor{width:2px;height:.78em;margin-left:4px}
  .bx-intent-footer{margin-top:24px;padding:0 4px;font-size:clamp(13px,4vw,16px);line-height:1.4}
}
@media(max-width:390px){
  .bx-intent-hero{height:315px!important;min-height:315px!important;padding-inline:14px!important}
  .bx-intent-mobile{font-size:clamp(25px,8.3vw,31px)}
}
@media(prefers-reduced-motion:reduce){.bx-intent-cursor{animation:none!important}}



/* 12.0.57 — hero first, larger navigation, no card behind supplied intent animation. */
@media(min-width:1081px){
  :root{--header:88px!important}
  .site-header{height:88px!important}
  .header-inner{height:88px!important;width:min(1520px,calc(100% - 42px))!important;gap:30px!important}
  .brand-link.bx-brand-logo{width:154px!important;height:46px!important}
  .brand-link.bx-brand-logo img{width:154px!important;max-height:43px!important}
  .nav-wrap{padding:6px!important;border-radius:999px!important}
  .nav-btn,.bx-home-nav{height:44px!important;padding:0 21px!important;font-size:14px!important;font-weight:820!important}
  .header-actions .header-account{gap:10px!important}
  .header-actions .header-account a{height:46px!important;padding:0 18px!important;border-radius:14px!important;font-size:13px!important}
  .app{inset:88px 0 0!important}
}

.bx-ref-hero{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;
  min-height:0!important;gap:0!important;padding:0 0 42px!important;color:#0b1633!important
}
.bx-ref-hero:before,.bx-ref-hero:after{display:none!important;content:none!important}
.bx-intent-hero{
  order:1!important;width:100%!important;height:auto!important;min-height:clamp(280px,31vw,390px)!important;
  margin:0!important;padding:clamp(54px,7vw,88px) 0 24px!important;
  border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important
}
.bx-intent-hero::after{display:none!important;content:none!important}
.bx-intent-desktop{font-size:var(--bx-intent-fit,64px)!important}
.bx-intent-footer{margin-top:28px!important;font-size:clamp(15px,1.35vw,19px)!important}
.bx-intent-cta-wrap{order:2!important;display:flex;justify-content:center;margin-top:-6px!important}
.bx-intent-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 25px;
  border-radius:16px;background:#1265ff;color:#fff!important;text-decoration:none;font-size:14px;font-weight:850;
  letter-spacing:-.01em;box-shadow:0 14px 30px rgba(18,101,255,.18);transition:transform .22s ease,box-shadow .22s ease,background .22s ease
}
.bx-intent-cta:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(18,101,255,.24);background:#0758e8}
.bx-intent-cta span{font-size:18px;line-height:1;transition:transform .22s ease}.bx-intent-cta:hover span{transform:translateY(2px)}
.bx-ref-hero-copy{
  order:3!important;width:min(100%,780px)!important;margin-top:clamp(74px,8vw,118px)!important;
  padding:0!important;text-align:left!important
}
.bx-ref-title{max-width:590px!important}
.bx-ref-copy{max-width:590px!important;font-size:14px!important}

@media(max-width:1080px){
  :root{--header:72px!important}
  .site-header{height:72px!important}.header-inner{height:72px!important}.app{inset:72px 0 0!important}
  .brand-link.bx-brand-logo{width:126px!important;height:40px!important}.brand-link.bx-brand-logo img{width:126px!important;max-height:38px!important}
  .bx-mobile-menu-toggle{width:44px!important;height:44px!important}
}
@media(max-width:980px){
  .bx-ref-hero{padding-top:0!important;gap:0!important}
  .bx-intent-hero{min-height:330px!important;padding:50px 0 22px!important;border-radius:0!important}
  .bx-ref-hero-copy{margin-top:76px!important;width:min(100%,680px)!important}
}
@media(max-width:640px){
  .bx-ref-hero{padding:0 0 30px!important}
  .bx-intent-hero{height:auto!important;min-height:300px!important;padding:42px 0 18px!important}
  .bx-intent-footer{margin-top:22px!important}
  .bx-intent-cta-wrap{margin-top:0!important}
  .bx-intent-cta{width:min(100%,310px);min-height:54px;padding-inline:20px;font-size:14px;border-radius:15px}
  .bx-ref-hero-copy{margin-top:68px!important;width:100%!important}
  .bx-ref-title{max-width:9ch!important}
}
@media(max-width:390px){
  :root{--header:70px!important}
  .site-header{height:70px!important}.header-inner{height:70px!important}.app{inset:70px 0 0!important}
  .bx-intent-hero{min-height:286px!important;padding-top:36px!important}
  .bx-ref-hero-copy{margin-top:58px!important}
}



/* 12.0.58 — conversion-first homepage polish. */
.bx-seo-title{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.bx-ref-hero-copy{width:min(100%,820px)!important;margin-top:clamp(68px,7vw,96px)!important;text-align:left!important}
.bx-ref-sales-label{display:block;color:#1265ff;font-size:13px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;margin-bottom:14px}
.bx-ref-sales-copy{margin:0;max-width:760px;color:#1b2944;font-size:clamp(21px,2vw,29px);line-height:1.32;letter-spacing:-.035em;font-weight:560}
.bx-ref-sales-copy strong{color:#09162f;font-weight:820}
.bx-intent-cta{min-width:292px!important;padding-inline:26px!important}

/* Concrete proof strip rather than generic agency claims. */
.bx-ref-feature-strip{margin-top:8px!important;background:#fbfcff!important;border-top:1px solid #e5ebf4!important;border-bottom:1px solid #e5ebf4!important;color:#0a1733!important}
.bx-ref-features{grid-template-columns:repeat(4,1fr)!important;min-height:112px!important}
.bx-ref-feature{min-height:112px!important;padding:18px 26px!important;border-right:1px solid #e2e8f1!important;border-bottom:0!important}
.bx-ref-feature:first-child{padding-left:0!important}.bx-ref-feature:last-child{padding-right:0!important;border-right:0!important}
.bx-ref-feature-icon{width:38px!important;height:38px!important;color:#1265ff!important}
.bx-ref-feature-icon svg{width:27px!important;height:27px!important;stroke-width:1.55!important}
.bx-ref-feature strong{color:#111c36!important;font-size:12.5px!important;line-height:1.25!important}
.bx-ref-feature span{color:#6c7890!important;font-size:10.5px!important;line-height:1.5!important;margin-top:5px!important}

/* Premium white service cards with product visuals, no AI/SaaS pattern treatment. */
.bx-ref-card-grid{gap:20px!important}
.bx-ref-service-card.bx-ref-service-card-visual{min-height:0!important;padding:0!important;border-radius:22px!important;border:1px solid #dde5f0!important;background:#fff!important;color:#0a1733!important;box-shadow:0 18px 48px rgba(22,55,108,.07)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}
.bx-ref-service-card.bx-ref-service-card-visual::before,.bx-ref-service-card.bx-ref-service-card-visual::after{display:none!important;content:none!important}
.bx-ref-service-card.bx-ref-service-card-visual:hover{transform:translateY(-5px)!important;border-color:#bdd2f7!important;box-shadow:0 24px 58px rgba(22,55,108,.12)!important}
.bx-ref-card-media{height:250px;overflow:hidden;background:#f3f6fb;border-bottom:1px solid #e5ebf4}
.bx-ref-card-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.22,1,.36,1)}
.bx-ref-service-card-visual:hover .bx-ref-card-media img{transform:scale(1.025)}
.bx-ref-card-body{position:relative;display:flex;flex-direction:column;flex:1;padding:28px 30px 30px!important}
.bx-ref-card-kicker{color:#1265ff;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.bx-ref-service-card.bx-ref-service-card-visual h3{color:#0b1730!important;font-size:25px!important;line-height:1.12!important;letter-spacing:-.035em!important}
.bx-ref-service-card.bx-ref-service-card-visual p{max-width:470px!important;margin:12px 0 26px!important;color:#64738c!important;font-size:13.5px!important;line-height:1.65!important}
.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-link{position:static!important;margin-top:auto!important;color:#1265ff!important;font-size:11.5px!important;font-weight:820!important}

/* Desktop nav: slightly smaller than v57 and account entry becomes a quiet project portal. */
@media(min-width:1081px){
  :root{--header:80px!important}
  .site-header{height:80px!important}.header-inner{height:80px!important;width:min(1480px,calc(100% - 42px))!important;gap:26px!important}.app{inset:80px 0 0!important}
  .brand-link.bx-brand-logo{width:145px!important;height:44px!important}.brand-link.bx-brand-logo img{width:145px!important;max-height:41px!important}
  .nav-wrap{padding:5px!important}.nav-btn,.bx-home-nav{height:42px!important;padding:0 19px!important;font-size:13.5px!important}
  .header-actions .header-account a{height:42px!important;padding:0 16px!important;border-radius:13px!important;font-size:12.5px!important}
  .header-actions .header-account .account-login-link,.header-actions .header-account .account-panel-link{background:#f7f9fc!important;color:#17243d!important;border:1px solid #dce5f1!important;box-shadow:none!important}
  .header-actions .header-account .account-register-link{display:none!important}
}

@media(max-width:980px){
  .bx-ref-hero-copy{margin-top:60px!important}
  .bx-ref-features{grid-template-columns:1fr 1fr!important}
  .bx-ref-feature{min-height:104px!important}
  .bx-ref-feature:nth-child(2){border-right:0!important}.bx-ref-feature:nth-child(-n+2){border-bottom:1px solid #e2e8f1!important}
  .bx-ref-card-media{height:235px}
}
@media(max-width:700px){
  .bx-ref-hero-copy{margin-top:52px!important}
  .bx-ref-sales-label{font-size:11px;margin-bottom:10px}
  .bx-ref-sales-copy{font-size:clamp(19px,6vw,24px);line-height:1.36}
  .bx-ref-features{grid-template-columns:1fr!important}
  .bx-ref-feature{min-height:0!important;padding:17px 4px!important;border-right:0!important;border-bottom:1px solid #e2e8f1!important}
  .bx-ref-feature:last-child{border-bottom:0!important}
  .bx-ref-card-grid{gap:16px!important}
  .bx-ref-card-media{height:205px}
  .bx-ref-card-body{padding:23px 22px 24px!important}
  .bx-ref-service-card.bx-ref-service-card-visual h3{font-size:22px!important}
  .bx-ref-service-card.bx-ref-service-card-visual p{font-size:13px!important;margin-bottom:22px!important}
  .bx-intent-cta{width:min(100%,330px)!important;min-width:0!important;font-size:13.5px!important}
  .bx-mobile-drawer-account{grid-template-columns:1fr!important}
  .bx-mobile-drawer-account a{background:#f4f7fb!important;color:#17243d!important;border-color:#dce5f1!important}
}



/* 12.0.59 — final responsive layer: phone, tablet, desktop and safe-area hardening. */
html,body{max-width:100%!important}
img,video,iframe{max-width:100%}
img{height:auto}
button,a,input,select,textarea{max-width:100%}
.screen,.page,.bx-ref-home,.bx-ref-container,.bx-live-solutions,.bx-testimonials,.bx-ref-footer{min-width:0!important}

/* Desktop stays premium but not oversized. */
@media(min-width:1081px){
  :root{--header:80px!important}
  .site-header{height:80px!important}
  .app{inset:80px 0 0!important}
  .header-inner{height:80px!important;width:min(1480px,calc(100% - 48px))!important}
  .header-actions .header-account a{white-space:nowrap!important}
}

/* Tablet + mobile shell. */
@media(max-width:1080px){
  :root{--header:68px!important}
  .site-header{height:68px!important;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
  .app{inset:68px 0 0!important}
  .header-inner{height:68px!important;min-height:68px!important;width:calc(100% - 32px)!important;gap:14px!important;padding:0!important}
  .nav-wrap,.header-actions .header-account{display:none!important}
  .bx-mobile-menu-toggle{display:flex!important;flex:0 0 44px!important;width:44px!important;height:44px!important}
  .brand-link.bx-brand-logo{width:124px!important;height:40px!important}
  .brand-link.bx-brand-logo img{width:124px!important;max-height:38px!important}
  .bx-mobile-drawer-panel{padding-top:max(18px,env(safe-area-inset-top))!important;padding-right:max(18px,env(safe-area-inset-right))!important;padding-bottom:max(22px,env(safe-area-inset-bottom))!important}
  .bx-mobile-drawer-account{grid-template-columns:1fr!important}
  .bx-mobile-drawer-account a{min-height:48px!important;font-size:13px!important;background:#1265ff!important;color:#fff!important;border-color:#1265ff!important}

  .bx-ref-container{width:calc(100% - 40px)!important;max-width:100%!important}
  .bx-ref-hero{padding-bottom:34px!important}
  .bx-intent-hero{padding-top:clamp(42px,7vw,68px)!important;min-height:310px!important}
  .bx-intent-cta-wrap{padding-inline:0!important}
  .bx-ref-hero-copy{width:100%!important;margin-top:54px!important}
  .bx-ref-sales-copy{max-width:680px!important}
  .bx-ref-features{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bx-ref-feature{min-height:104px!important;padding:18px!important}
  .bx-ref-feature:nth-child(2n){border-right:0!important}
  .bx-ref-feature:nth-child(-n+2){border-bottom:1px solid #e2e8f1!important}
  .bx-ref-card-grid{grid-template-columns:1fr!important}
  .bx-ref-card-media{height:auto!important;aspect-ratio:16/9!important}
  .bx-ref-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bx-live-card{grid-template-columns:1fr!important;gap:0!important;min-height:0!important;padding:0!important}
  .bx-exact-visual{height:auto!important;min-height:0!important;aspect-ratio:16/10!important;border-right:0!important;border-bottom:1px solid #e4eaf3!important}
  .bx-live-copy{padding:26px 24px 30px!important}
  .bx-ref-footer-grid{grid-template-columns:1fr 1fr!important}
}

@media(max-width:700px){
  :root{--header:66px!important}
  .site-header{height:66px!important}
  .app{inset:66px 0 0!important}
  .header-inner{height:66px!important;min-height:66px!important;width:calc(100% - 28px)!important}
  .brand-link.bx-brand-logo{width:112px!important;height:38px!important}
  .brand-link.bx-brand-logo img{width:112px!important;max-height:35px!important}
  .bx-mobile-menu-toggle{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:13px!important}
  .bx-mobile-drawer-panel{width:min(88vw,350px)!important}
  .bx-mobile-drawer-nav button{min-height:52px!important;font-size:15px!important}

  .bx-ref-container{width:calc(100% - 28px)!important}
  .bx-ref-hero{padding:0 0 28px!important}
  .bx-intent-hero{min-height:300px!important;padding:42px 0 18px!important}
  .bx-intent-mobile{font-size:clamp(27px,8.7vw,38px)!important;grid-template-rows:auto minmax(2.65em,auto) auto!important}
  .bx-intent-mobile-dynamic{width:min(100%,340px)!important;min-height:2.65em!important;padding:0 2px!important}
  .bx-intent-footer{margin-top:20px!important;font-size:clamp(13px,3.9vw,16px)!important}
  .bx-intent-cta-wrap{margin-top:0!important}
  .bx-intent-cta{width:min(100%,360px)!important;min-width:0!important;min-height:54px!important;padding:0 18px!important;font-size:13.5px!important;text-align:center!important}
  .bx-ref-hero-copy{margin-top:46px!important;text-align:left!important}
  .bx-ref-sales-label{font-size:10.5px!important;letter-spacing:.10em!important;margin-bottom:10px!important}
  .bx-ref-sales-copy{font-size:clamp(19px,5.7vw,24px)!important;line-height:1.38!important}

  .bx-ref-features{grid-template-columns:1fr!important}
  .bx-ref-feature,.bx-ref-feature:nth-child(-n+2){min-height:0!important;padding:17px 4px!important;border-right:0!important;border-bottom:1px solid #e2e8f1!important}
  .bx-ref-feature:last-child{border-bottom:0!important}
  .bx-ref-feature span br{display:none!important}

  .bx-ref-expertise{padding-top:38px!important}
  .bx-ref-section-top{display:block!important;margin-bottom:20px!important}
  .bx-ref-section-top h2{font-size:clamp(28px,8vw,35px)!important;line-height:1.08!important}
  .bx-ref-all{display:inline-flex!important;margin-top:14px!important;min-height:42px!important;align-items:center!important}
  .bx-ref-card-grid{gap:14px!important}
  .bx-ref-service-card.bx-ref-service-card-visual{border-radius:20px!important}
  .bx-ref-card-media{aspect-ratio:16/10!important}
  .bx-ref-card-body{padding:22px 20px 24px!important}
  .bx-ref-service-card.bx-ref-service-card-visual h3{font-size:22px!important}
  .bx-ref-service-card.bx-ref-service-card-visual p{font-size:13px!important;line-height:1.6!important}

  .bx-ref-solution-row{padding:34px 0 38px!important}
  .bx-ref-solutions-title h3{font-size:25px!important;line-height:1.12!important}
  .bx-ref-mini-grid{grid-template-columns:1fr!important}
  .bx-ref-mini{min-height:68px!important;padding:14px 0!important;border-right:0!important;border-bottom:1px solid #e7edf5!important}
  .bx-ref-mini:last-child{border-bottom:0!important}

  .bx-live-solutions{width:calc(100% - 28px)!important;margin:38px auto 0!important}
  .bx-live-head{display:block!important;margin-bottom:18px!important}
  .bx-live-head h2{font-size:clamp(36px,10.6vw,46px)!important;max-width:11ch!important;line-height:1.02!important}
  .bx-live-card{border-radius:21px!important;overflow:hidden!important}
  .bx-exact-visual{aspect-ratio:16/10!important}
  .bx-live-copy{padding:22px 19px 27px!important}
  .bx-live-copy h3{font-size:clamp(27px,7.8vw,34px)!important;padding-right:28px!important}
  .bx-live-copy p{font-size:14px!important;line-height:1.58!important}
  .bx-live-tags{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
  .bx-live-tags b{min-height:34px!important;padding:0 10px!important;font-size:10.5px!important}

  .bx-testimonials{width:100%!important;margin-top:42px!important;padding:0 14px 58px!important}
  .bx-testimonial-card{padding:29px 20px 24px!important;border-radius:21px!important}
  .bx-testimonial-quote{font-size:18px!important;line-height:1.52!important;min-height:0!important}
  .bx-testimonial-foot{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important}
  .bx-testimonial-stars{grid-column:1/-1!important;margin-left:0!important;padding-top:0!important}
  .bx-testimonial-picker{gap:8px!important;margin-top:22px!important}
  .bx-testimonial-dot{width:36px!important;height:36px!important}

  .bx-ref-footer-grid{grid-template-columns:1fr!important;gap:26px!important}
  .bx-ref-footer-brand,.bx-ref-newsletter{grid-column:auto!important}
  .bx-ref-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}

  .services-page,.bx-about-page,.bx-faq-page,.contact-page{padding-top:26px!important;padding-bottom:38px!important}
  .services-title,.bx-about-title,.bx-faq-heading h1,.contact-title{font-size:clamp(37px,10vw,48px)!important;overflow-wrap:anywhere!important}
  .contact-page{grid-template-columns:1fr!important}
  .contact-form{width:100%!important}
  .form-grid{grid-template-columns:1fr!important}
  .field,.field.full{grid-column:1!important}
  .field input,.field select,.field textarea{font-size:16px!important;min-height:48px!important}
  .social-btn{min-height:48px!important}
  .bx-integrated-frame{width:100%!important;max-width:100vw!important}
}

@media(max-width:430px){
  .header-inner{width:calc(100% - 24px)!important}
  .bx-ref-container,.bx-live-solutions{width:calc(100% - 24px)!important}
  .bx-intent-hero{min-height:286px!important;padding-top:36px!important}
  .bx-intent-mobile{font-size:clamp(25px,8.3vw,32px)!important}
  .bx-intent-cta{width:100%!important}
  .bx-ref-sales-copy{font-size:clamp(18px,5.6vw,22px)!important}
  .bx-ref-card-media{aspect-ratio:16/10.5!important}
  .bx-testimonial-avatar{width:76px!important;max-width:76px!important}
}

@media(max-width:360px){
  .brand-link.bx-brand-logo{width:102px!important}.brand-link.bx-brand-logo img{width:102px!important}
  .bx-intent-mobile{font-size:25px!important}
  .bx-intent-footer{font-size:13px!important}
  .bx-ref-section-top h2{font-size:27px!important}
  .bx-live-head h2{font-size:35px!important}
}

/* Short landscape phones: keep the first screen usable without giant vertical blocks. */
@media(max-width:900px) and (max-height:520px) and (orientation:landscape){
  :root{--header:60px!important}
  .site-header{height:60px!important}.app{inset:60px 0 0!important}.header-inner{height:60px!important;min-height:60px!important}
  .bx-intent-hero{min-height:210px!important;padding:26px 0 10px!important}
  .bx-intent-mobile{font-size:28px!important;grid-template-rows:auto minmax(1.7em,auto) auto!important}
  .bx-intent-mobile-dynamic{min-height:1.7em!important}
  .bx-intent-footer{margin-top:12px!important}
  .bx-ref-hero-copy{margin-top:32px!important}
}

@media(hover:none){
  .bx-ref-service-card.bx-ref-service-card-visual:hover,.bx-intent-cta:hover,.header-actions .header-account a:hover{transform:none!important}
}



/* 12.0.61 — remove duplicate hero copy, use desktop space better, replace weak screenshots with native product previews. */
.bx-ref-hero{padding-bottom:24px!important}
.bx-ref-hero-copy,.bx-ref-sales-label,.bx-ref-sales-copy{display:none!important}
@media(min-width:1081px){
  .bx-ref-container{width:min(1320px,calc(100% - 56px))!important;max-width:1320px!important}
  .bx-live-solutions{width:min(1320px,calc(100% - 56px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important}
  .bx-ref-hero{padding-bottom:30px!important}
  .bx-ref-expertise{padding-top:46px!important}
}
.bx-product-preview{height:270px!important;padding:22px 24px 0!important;background:#eef3f8!important;overflow:hidden!important;position:relative!important}
.bx-product-preview:before{content:"";position:absolute;inset:auto -80px -130px auto;width:300px;height:300px;border-radius:50%;background:rgba(18,101,255,.055);pointer-events:none}
.bx-preview-window{height:100%;border:1px solid #d7e0ec;border-bottom:0;border-radius:15px 15px 0 0;background:#fff;box-shadow:0 24px 46px rgba(28,48,82,.14);overflow:hidden;position:relative}
.bx-preview-chrome{height:30px;display:flex;align-items:center;gap:5px;padding:0 10px;border-bottom:1px solid #e7ebf1;background:#f9fafc}
.bx-preview-chrome>i{width:6px;height:6px;border-radius:50%;background:#cbd4df}.bx-preview-chrome>i:nth-child(1){background:#ff6b64}.bx-preview-chrome>i:nth-child(2){background:#f4bd4f}.bx-preview-chrome>i:nth-child(3){background:#55c77a}
.bx-preview-chrome>span{margin-left:8px;height:17px;min-width:150px;padding:2px 9px;border-radius:5px;background:#eef2f6;color:#8a96a8;font-size:7px;font-weight:700}
.bx-commerce-ui{height:calc(100% - 30px);display:grid;grid-template-columns:42px minmax(0,1fr);background:#f7f9fc}
.bx-preview-side{background:#0c1830;display:flex;flex-direction:column;align-items:center;gap:14px;padding-top:13px}.bx-preview-side b{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:#1265ff;color:#fff;font-size:9px}.bx-preview-side span{width:15px;height:4px;border-radius:999px;background:#44506a}.bx-preview-side span.on{background:#7ca9ff}
.bx-commerce-main{padding:13px 14px;min-width:0}.bx-preview-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bx-preview-top strong{font-size:10px;color:#15223b}.bx-preview-top span{font-size:7px;padding:4px 7px;border:1px solid #dce4ef;border-radius:6px;color:#728097;background:#fff}
.bx-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.bx-stat-row>div{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:8px}.bx-stat-row small{display:block;font-size:6.5px;color:#8793a5}.bx-stat-row strong{display:block;font-size:12px;color:#17253c;margin-top:3px}.bx-stat-row em{font-style:normal;font-size:6.5px;color:#11845d;font-weight:800}
.bx-commerce-lower{display:grid;grid-template-columns:1.2fr .8fr;gap:7px;margin-top:7px}.bx-chart-card,.bx-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:8px;min-width:0}.bx-chart-card>span,.bx-order-card>strong{font-size:6.8px;color:#536078;font-weight:800}.bx-bars{height:62px;display:flex;align-items:end;gap:5px;padding-top:8px}.bx-bars i{flex:1;border-radius:3px 3px 1px 1px;background:#cfe0ff}.bx-bars i:nth-child(1){height:28%}.bx-bars i:nth-child(2){height:52%}.bx-bars i:nth-child(3){height:41%}.bx-bars i:nth-child(4){height:70%;background:#1265ff}.bx-bars i:nth-child(5){height:58%}.bx-bars i:nth-child(6){height:83%;background:#1265ff}.bx-bars i:nth-child(7){height:68%}.bx-order-card p{display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:5px;margin:7px 0 0;font-size:6.5px;color:#79859a}.bx-order-card p i{width:6px;height:6px;border-radius:50%;background:#d9e6ff}.bx-order-card p b{color:#25334a;font-size:6.5px}
.bx-corporate-ui{height:calc(100% - 30px);position:relative;background:#fff;overflow:hidden}.bx-corp-nav{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #edf0f4}.bx-corp-nav>strong{font-size:9px;letter-spacing:.16em;color:#0c1830}.bx-corp-nav>div{display:flex;align-items:center;gap:13px}.bx-corp-nav span{font-size:6.5px;color:#788499}.bx-corp-nav b{font-size:6.5px;padding:5px 8px;border-radius:5px;background:#0c1830;color:#fff}
.bx-corp-hero{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;min-height:142px;padding:16px 18px 10px}.bx-corp-hero small{font-size:6px;font-weight:850;letter-spacing:.13em;color:#1265ff}.bx-corp-hero h4{font-size:22px;line-height:.98;letter-spacing:-.055em;color:#101a2d;margin:6px 0 7px}.bx-corp-hero h4 em{font-style:normal;color:#1265ff}.bx-corp-hero p{max-width:235px;font-size:7px;line-height:1.45;color:#748096;margin:0 0 9px}.bx-corp-btn{display:inline-block;font-size:6.5px;font-weight:800;color:#fff;background:#1265ff;border-radius:5px;padding:6px 9px}.bx-corp-shape{position:relative;height:108px}.bx-corp-shape i{position:absolute;border-radius:20px}.bx-corp-shape i:nth-child(1){width:88px;height:88px;right:8px;top:8px;background:#e8effc;transform:rotate(12deg)}.bx-corp-shape i:nth-child(2){width:62px;height:78px;right:22px;top:14px;background:#1265ff;transform:rotate(-8deg)}.bx-corp-shape i:nth-child(3){width:30px;height:30px;right:4px;bottom:7px;background:#0c1830}
.bx-corp-metrics{height:34px;display:flex;gap:18px;align-items:center;padding:0 18px;border-top:1px solid #edf0f4}.bx-corp-metrics span{font-size:6.5px;color:#7a879a}.bx-corp-metrics b{color:#1265ff;margin-right:4px}
.bx-phone-preview{position:absolute;right:15px;bottom:-42px;width:72px;height:140px;border:4px solid #0b1426;border-radius:15px;background:#fff;box-shadow:0 15px 28px rgba(19,34,59,.2);padding:15px 7px 7px;display:flex;flex-direction:column;align-items:flex-start}.bx-phone-notch{position:absolute;top:4px;left:50%;transform:translateX(-50%);width:23px;height:4px;background:#0b1426;border-radius:999px}.bx-phone-preview>strong{font-size:6px;letter-spacing:.12em}.bx-phone-preview>small{font-size:3.4px;color:#1265ff;font-weight:800;margin-top:12px}.bx-phone-preview>b{font-size:8px;line-height:1.05;margin-top:4px}.bx-phone-preview>i{width:100%;height:24px;margin-top:8px;border-radius:5px;background:#eaf0fb}
.bx-ref-service-card-visual:hover .bx-preview-window{transform:translateY(-2px)}.bx-preview-window{transition:transform .35s cubic-bezier(.22,1,.36,1)}
@media(max-width:1080px){.bx-product-preview{height:auto!important;aspect-ratio:16/9!important;padding:18px 20px 0!important}}
@media(max-width:700px){.bx-ref-hero{padding-bottom:18px!important}.bx-product-preview{aspect-ratio:16/10!important;padding:14px 14px 0!important}.bx-preview-chrome>span{min-width:110px}.bx-corp-nav>div span{display:none}.bx-corp-hero h4{font-size:18px}.bx-phone-preview{right:9px}}



.bx-ref-hero{padding-bottom:16px!important}
.bx-intent-hero{min-height:240px!important;padding:30px 0 10px!important}
.bx-intent-footer{margin-top:20px!important}
.bx-intent-cta-wrap{margin-top:6px!important}
.bx-intent-cta{min-height:52px!important}
.bx-ref-feature-strip{margin-top:0!important}
.bx-ref-expertise{padding-top:34px!important}
.bx-ref-section-top{align-items:flex-end!important;margin-bottom:22px!important}
.bx-ref-section-lead{max-width:600px;margin:12px 0 0;color:#6b7890;font-size:13.5px;line-height:1.6}
.bx-ref-card-grid{gap:18px!important}
.bx-ref-service-card.bx-ref-service-card-visual{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr)!important;grid-template-areas:"body media"!important;align-items:stretch!important;overflow:hidden!important;border:1px solid #dbe4ef!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 34px rgba(22,49,91,.07)!important;text-decoration:none!important;min-height:390px!important}
.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-body{grid-area:body!important;padding:34px 32px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;border:0!important}
.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-media{grid-area:media!important;height:100%!important;min-height:390px!important;aspect-ratio:auto!important;padding:32px 0 0 22px!important;border-left:1px solid #e6ebf2!important;background:#f4f7fb!important}
.bx-ref-card-kicker{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#edf4ff!important;color:#1265ff!important;font-size:10px!important;font-weight:900!important;letter-spacing:.10em!important}
.bx-ref-service-card.bx-ref-service-card-visual h3{font-size:34px!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:14px 0 10px!important;color:#0b1730!important}
.bx-ref-card-promise{font-size:14px!important;line-height:1.62!important;color:#67758b!important;margin:0 0 20px!important;max-width:500px!important}
.bx-ref-sales-list{list-style:none!important;padding:0!important;margin:0 0 24px!important;display:grid!important;gap:10px!important}
.bx-ref-sales-list li{position:relative;padding-left:25px;color:#263650;font-size:12.5px;font-weight:720;line-height:1.4}
.bx-ref-sales-list li:before{content:"✓";position:absolute;left:0;top:-1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#eaf7f2;color:#11865f;font-size:10px;font-weight:900}
.bx-ref-card-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:50px!important;padding:0 18px!important;border-radius:13px!important;background:#1265ff!important;color:#fff!important;font-size:12.5px!important;font-weight:850!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(18,101,255,.16)!important}
.bx-ref-card-button b{font-size:15px!important;color:inherit!important}
.bx-ref-card-hint{display:block;margin-top:10px;color:#8a95a6;font-size:10.5px;line-height:1.4}
.bx-ref-service-card.bx-ref-service-card-visual:hover{border-color:#b9cdf2!important;box-shadow:0 18px 42px rgba(22,49,91,.10)!important;transform:translateY(-2px)!important}
.bx-ref-service-card.bx-ref-service-card-visual:hover .bx-ref-card-button{background:#0758e8!important}
@media(max-width:1080px){.bx-ref-hero{padding-bottom:14px!important}.bx-intent-hero{min-height:250px!important;padding:34px 0 12px!important}.bx-ref-expertise{padding-top:30px!important}.bx-ref-service-card.bx-ref-service-card-visual{grid-template-columns:1fr!important;grid-template-areas:"body" "media"!important;min-height:0!important}.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-media{min-height:0!important;height:auto!important;aspect-ratio:16/8.6!important;border-left:0!important;border-top:1px solid #e6ebf2!important;padding:18px 20px 0!important}}
@media(max-width:700px){.bx-ref-hero{padding-bottom:10px!important}.bx-intent-hero{min-height:245px!important;padding:28px 0 8px!important}.bx-intent-footer{margin-top:17px!important}.bx-intent-cta-wrap{margin-top:4px!important}.bx-ref-expertise{padding-top:26px!important}.bx-ref-section-top{margin-bottom:16px!important}.bx-ref-section-lead{font-size:12.5px!important;margin-top:10px!important}.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-body{padding:25px 21px 23px!important}.bx-ref-service-card.bx-ref-service-card-visual h3{font-size:29px!important}.bx-ref-card-promise{font-size:13px!important;margin-bottom:18px!important}.bx-ref-sales-list{margin-bottom:21px!important;gap:9px!important}.bx-ref-sales-list li{font-size:12px!important}.bx-ref-card-button{width:100%!important;min-height:50px!important}.bx-ref-card-hint{text-align:center;width:100%!important}.bx-ref-service-card.bx-ref-service-card-visual .bx-ref-card-media{aspect-ratio:16/9.3!important;padding:14px 14px 0!important}}



/* 12.0.66 — remove generic 01/02/03 decorations and numbered review controls. */
.service-num,.bx-corp-metrics{display:none!important}
.bx-testimonial-picker{gap:9px!important;margin-top:22px!important}
.bx-testimonial-dot{width:9px!important;height:9px!important;min-width:9px!important;border-radius:999px!important;padding:0!important;border:0!important;background:#cdd6e3!important;box-shadow:none!important;font-size:0!important;transform:none!important}
.bx-testimonial-dot:hover{background:#9fb6d9!important;transform:none!important}.bx-testimonial-dot.is-active{width:28px!important;background:#1265ff!important;box-shadow:none!important;transform:none!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.bx-corporate-ui{padding-bottom:0!important}



.bx-home-product-section{padding-top:clamp(42px,5vw,68px)!important;scroll-margin-top:calc(var(--header,80px) + 24px)}
.bx-home-product-section .bx-ref-section-top{width:min(1096px,100%);margin:0 auto 22px!important}
.bx-home-product-section{padding-top:52px!important;padding-bottom:6px!important;scroll-margin-top:108px}
.bx-home-product-head{width:min(1180px,100%);margin:0 auto 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px}
.bx-home-product-head h2{margin:0;color:#0b1730;font-size:clamp(34px,3.4vw,52px);line-height:1.02;letter-spacing:-.045em;font-weight:850}
.bx-home-product-head p{max-width:680px;margin:10px 0 0;color:#6b7890;font-size:14px;line-height:1.55}
.bx-home-product-more{display:inline-flex;align-items:center;gap:10px;align-self:end;margin:0 0 5px;color:#13213a;text-decoration:none;font-size:13px;font-weight:760;white-space:nowrap;transition:color .18s ease,transform .18s ease}
.bx-home-product-more b{color:#075dff;font-size:22px;line-height:1;font-weight:700;transition:transform .18s ease}
.bx-home-product-more:hover{color:#075dff}.bx-home-product-more:hover b{transform:translateX(3px)}
.bx-home-product-grid{width:min(1180px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0 auto}
.bx-home-product-card{position:relative;display:block;min-width:0;background:#fff;border:1.5px solid #dbe5f5;border-radius:23px;color:#13213a;text-decoration:none;box-shadow:0 14px 34px rgba(26,52,95,.10);cursor:pointer;isolation:isolate;overflow:visible;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.bx-home-product-card::before{content:"↗";position:absolute;z-index:4;top:-13px;right:-13px;width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:#075dff;color:#fff;border:4px solid #fff;box-shadow:0 10px 24px rgba(7,93,255,.28);font-size:20px;font-weight:850;line-height:1;transition:transform .22s ease,box-shadow .22s ease}
.bx-home-product-card::after{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 0 rgba(7,93,255,0);transition:box-shadow .22s ease}
.bx-home-product-card>img{display:block;width:100%;height:auto;border:0;border-radius:21px;image-rendering:auto}
.bx-home-product-card:focus-visible{outline:3px solid rgba(7,93,255,.28);outline-offset:5px;border-color:#075dff}
.bx-home-card-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(hover:hover) and (pointer:fine){.bx-home-product-card:hover{transform:translateY(-6px);border-color:#8eb7ff;box-shadow:0 22px 46px rgba(26,52,95,.16),0 0 0 3px rgba(7,93,255,.06)}.bx-home-product-card:hover::before{transform:translate(2px,-2px) scale(1.06);box-shadow:0 12px 28px rgba(7,93,255,.34)}.bx-home-product-card:hover::after{box-shadow:inset 0 0 0 2px rgba(7,93,255,.14)}}
html[data-theme="dark"] .bx-home-product-head h2{color:#eef4ff}html[data-theme="dark"] .bx-home-product-head p{color:#9eabc0}html[data-theme="dark"] .bx-home-product-more{color:#dce7fb}
@media(max-width:920px){.bx-home-product-head,.bx-home-product-grid{width:min(760px,100%)}.bx-home-product-grid{grid-template-columns:1fr;gap:18px}.bx-home-product-head{margin-bottom:22px}}
@media(max-width:640px){.bx-home-product-section{padding-top:34px!important}.bx-home-product-head{grid-template-columns:1fr auto;gap:12px;margin-bottom:18px;padding:0 2px}.bx-home-product-head h2{font-size:clamp(28px,9vw,38px);letter-spacing:-.035em}.bx-home-product-head p{font-size:13.5px;margin-top:8px;max-width:34ch}.bx-home-product-more{font-size:12.5px;margin-bottom:2px;align-self:start}.bx-home-product-card{border-radius:19px;box-shadow:0 10px 26px rgba(26,52,95,.11)}.bx-home-product-card>img{border-radius:17px}.bx-home-product-card::before{top:-10px;right:-7px;width:40px;height:40px;border-width:3px;font-size:18px}}
@media(max-width:430px){.bx-home-product-head{grid-template-columns:1fr}.bx-home-product-more{justify-self:start;margin-top:0}.bx-home-product-grid{gap:14px}}
@media(prefers-reduced-motion:reduce){.bx-home-product-card,.bx-home-product-card::before,.bx-home-product-card::after,.bx-home-product-more,.bx-home-product-more b{transition:none!important}.bx-home-product-card:hover{transform:none!important}}



/* 12.0.70 — focused mobile QA fixes requested for project entry, intent animation and footer. */
.bx-ref-footer-email{color:#66758d;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:.01em;white-space:nowrap;transition:color .18s ease}
.bx-ref-footer-email:hover{color:#1265ff}
body.bx-mobile-menu-open .bxchat-root{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
@media(max-width:700px){
  .bx-intent-mobile-dynamic{display:flex!important;height:2.65em!important;min-height:2.65em!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:visible!important}
  .bx-intent-mobile-dynamic .bx-intent-typed{display:inline-block!important;min-width:0!important;max-width:calc(100% - 14px)!important;width:auto!important;text-align:center!important;white-space:normal!important;flex:0 1 auto!important}
  .bx-intent-mobile-dynamic .bx-intent-cursor{display:block!important;position:static!important;flex:0 0 2px!important;align-self:center!important;margin-left:4px!important;transform:none!important}
  .bx-ref-footer-bottom{width:100%!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:nowrap!important}
  .bx-ref-footer-email{font-size:10.5px!important}
}
@media(max-width:340px){
  .bx-ref-footer-bottom{gap:8px!important}
  .bx-ref-footer-bottom>span,.bx-ref-footer-email{font-size:9px!important}
}

/* Botixx v23 — unified public design system */
:root{--bx-public-blue:#1265ff;--bx-public-ink:#101828;--bx-public-muted:#667085;--bx-public-line:#e1e7f0;--bx-public-radius:14px}
body{font-family:Inter,"Segoe UI",Arial,sans-serif!important}
.nav-wrap{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;gap:4px!important}
.nav-indicator{display:none!important}
.nav-btn,.bx-home-nav{height:42px!important;padding:0 14px!important;border-radius:12px!important;font-size:13px!important;font-weight:750!important;color:#667085!important;transition:background .18s ease,color .18s ease!important}
.nav-btn:hover,.nav-btn.active,.bx-home-nav:hover{background:#f0f5ff!important;color:#155eef!important}
.header-actions .header-account a{border-radius:12px!important;font-family:Inter,"Segoe UI",Arial,sans-serif!important}
.bx-mobile-drawer-panel,.bx-mobile-drawer-panel button,.bx-mobile-drawer-panel a{font-family:Inter,"Segoe UI",Arial,sans-serif!important}
/* Customer/reference names are labels, not fake logos: use one neutral type system. */
.bx-testimonial-avatar[class*="logo-"]{font-family:Inter,"Segoe UI",Arial,sans-serif!important;font-style:normal!important;letter-spacing:-.02em!important;border-radius:12px!important;text-transform:none!important}


/* 12.0.71 — tighter mobile hero + CTA jumps straight to product cards. */
#bxProductCards{scroll-margin-top:18px}
@media(max-width:700px){
  .bx-intent-hero{
    min-height:0!important;
    padding:26px 0 10px!important;
    place-items:start center!important;
    align-content:start!important;
  }
  .bx-intent-inner{padding-top:0!important;margin-top:0!important}
  .bx-intent-mobile{margin-top:0!important}
  .bx-intent-footer{margin-top:15px!important}
  .bx-ref-hero{padding-top:0!important}
  #bxProductCards{scroll-margin-top:14px!important}
}
@media(max-width:390px){
  .bx-intent-hero{padding-top:22px!important}
}

/* === Main FAQ refresh v24 === */
.screen[data-screen="faq"]{background:#f7f9fc!important}
.bx-faq-page{
  width:min(1120px,calc(100% - 48px))!important;
  grid-template-columns:minmax(250px,.66fr) minmax(0,1.34fr)!important;
  gap:clamp(48px,7vw,92px)!important;
  padding-top:72px!important;
  padding-bottom:82px!important;
}
.bx-faq-heading{position:sticky;top:112px;align-self:start}
.bx-faq-kicker{
  display:block;
  color:#1265ff;
  font-size:12px;
  font-weight:820;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:13px;
}
.bx-faq-heading h2{
  margin:0!important;
  font-size:clamp(38px,4.7vw,60px)!important;
  line-height:.98!important;
  letter-spacing:-.058em!important;
  font-weight:790!important;
}
.bx123-faq-title-dark,.bx123-faq-title-blue{display:block!important}
.bx-faq-heading-copy{
  margin:20px 0 0;
  max-width:330px;
  color:#6b778c;
  font-size:15px;
  line-height:1.7;
}
.bx-faq-list{
  border:1px solid #e2e8f1!important;
  border-radius:26px!important;
  padding:0 28px!important;
  background:#fff!important;
  box-shadow:0 22px 60px -48px rgba(13,31,67,.34)!important;
  overflow:hidden;
}
.bx-faq-item{border:0!important;border-bottom:1px solid #e8edf4!important;background:transparent!important}
.bx-faq-item:last-child{border-bottom:0!important}
.bx-faq-item summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:24px 4px!important;
  color:#111d33!important;
  font-size:17px!important;
  font-weight:720!important;
  letter-spacing:-.022em!important;
}
.bx-faq-item summary:hover{padding-left:4px!important;color:#1265ff!important}
.bx-faq-item summary::after{
  content:"+";
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  background:#f1f5fb;
  color:#53627a;
  font-size:20px;
  line-height:1;
  font-weight:450;
}
.bx-faq-item[open] summary::after{content:"−";color:#1265ff;background:#edf4ff}
.bx-faq-answer p{
  padding:0 64px 24px 4px!important;
  color:#637087!important;
  font-size:15px!important;
  line-height:1.72!important;
  max-width:none!important;
}
.bx-faq-answer strong{color:#14213a;font-weight:750}
@media(max-width:840px){
  .bx-faq-page{display:block!important;width:calc(100% - 28px)!important;padding:46px 0 60px!important}
  .bx-faq-heading{position:static!important;margin-bottom:24px!important}
  .bx-faq-heading h2{font-size:42px!important}
  .bx-faq-heading-copy{max-width:520px;font-size:14.5px}
  .bx-faq-list{padding:0 18px!important;border-radius:20px!important}
  .bx-faq-item summary{padding:21px 0!important;font-size:16px!important;gap:14px!important}
  .bx-faq-item summary:hover{padding-left:0!important}
  .bx-faq-item summary::after{width:31px;height:31px;flex-basis:31px}
  .bx-faq-answer p{padding:0 44px 20px 0!important;font-size:14px!important}
}


/* 12.0.72 — mobile hero spacing, proof cards and compact footer contact. */
.bx-ref-feature-strip{margin-top:26px!important;border:0!important;background:transparent!important}
.bx-ref-features{min-height:0!important;gap:12px!important;align-items:stretch!important}
.bx-ref-feature,.bx-ref-feature:first-child,.bx-ref-feature:last-child{min-height:108px!important;padding:20px!important;border:1px solid #e2e8f1!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(25,50,90,.045)!important}
.bx-ref-feature strong{font-size:13px!important;letter-spacing:-.01em!important}
.bx-ref-feature span{font-size:11px!important;line-height:1.55!important;margin-top:5px!important}
.bx-ref-footer-contact{display:flex;align-items:center;gap:10px;margin-left:auto}
.bx-ref-footer-instagram{width:30px;height:30px;border:1px solid #e0e5ec;border-radius:999px;display:grid;place-items:center;color:#536176;text-decoration:none;flex:none;transition:border-color .18s ease,color .18s ease,background .18s ease}
.bx-ref-footer-instagram:hover{color:#1265ff;border-color:#bfd2f8;background:#f5f8ff}
.bx-ref-footer-grid{padding-bottom:18px!important}
.bx-ref-footer-brand p{margin-bottom:0!important}
@media(max-width:700px){
  .bx-intent-hero{padding:10px 0 8px!important}
  .bx-ref-hero{padding-bottom:8px!important}
  .bx-intent-footer{margin-top:13px!important}
  .bx-intent-cta-wrap{margin-top:2px!important}
  .bx-ref-feature-strip{margin-top:18px!important}
  .bx-ref-features{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .bx-ref-feature,.bx-ref-feature:nth-child(-n+2),.bx-ref-feature:first-child,.bx-ref-feature:last-child{min-height:132px!important;padding:16px!important;border:1px solid #e2e8f1!important;border-radius:16px!important}
  .bx-ref-feature{grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;align-items:start!important}
  .bx-ref-feature-icon{width:32px!important;height:32px!important}
  .bx-ref-feature-icon svg{width:23px!important;height:23px!important}
  .bx-ref-feature strong{font-size:12px!important}
  .bx-ref-feature span{font-size:10.5px!important;line-height:1.45!important}
  .bx-ref-footer-bottom{gap:10px!important}
  .bx-ref-footer-contact{gap:8px!important;margin-left:auto}
}
@media(max-width:390px){.bx-intent-hero{padding-top:7px!important}.bx-ref-features{gap:8px!important}.bx-ref-feature{padding:14px!important;min-height:130px!important}.bx-ref-footer-instagram{width:28px;height:28px}}
