:root{
  --layout-max:1500px;
  --section-space:clamp(58px,7vw,104px);
  --section-space-small:clamp(38px,5vw,72px);
  --panel-padding:clamp(24px,3vw,40px);
  --panel-radius:clamp(24px,2.8vw,34px);
  --panel-border:rgba(16,66,132,.13);
  --panel-shadow:0 22px 65px rgba(16,42,86,.10);
  --panel-shadow-hover:0 28px 74px rgba(16,42,86,.15);
  --nav-height:84px;
  --hero-bg:#061b31;
  --hero-bg-2:#0a3156;
  --hero-text:#fff;
  --hero-muted:rgba(238,247,255,.82);
}

.site-page{
  min-width:320px;
  background:
    radial-gradient(circle at 8% 4%,rgba(18,103,248,.09),transparent 30rem),
    radial-gradient(circle at 94% 17%,rgba(124,58,237,.075),transparent 28rem),
    linear-gradient(180deg,#f8fbff 0%,#fff 29%,#f7faff 100%) !important;
}
.site-page main{overflow:clip}
.site-page .wrap{width:min(100%,var(--layout-max));max-width:none;padding-inline:clamp(18px,3.2vw,40px)}
.site-page main>.section{margin-top:0;padding-block:var(--section-space-small)}
.site-page main>.section:first-child{padding-top:clamp(22px,2.4vw,38px)}
.site-page main>.section+.section{padding-top:var(--section-space-small)}
.site-page .content>.section{height:clamp(30px,4.5vw,58px);margin:0;padding:0}
.site-page .page-content-section{position:relative}
.site-page .page-content-section:nth-of-type(even)::before{
  content:"";position:absolute;z-index:-1;inset:8px 0;border-radius:40px;
  background:linear-gradient(135deg,rgba(237,245,255,.62),rgba(250,252,255,.18));
}

.site-page h1,.site-page h2,.site-page h3{letter-spacing:-.025em;text-wrap:balance}
.site-page h1{font-size:clamp(2.35rem,4.6vw,4.65rem);line-height:1.02;font-weight:800}
.site-page h2{font-size:clamp(1.75rem,2.7vw,2.8rem);line-height:1.13;font-weight:800}
.site-page h3{font-size:clamp(1.08rem,1.35vw,1.35rem);line-height:1.25;font-weight:750}
.site-page .lead{max-width:70ch;font-size:clamp(1.04rem,1.2vw,1.24rem);line-height:1.66}
.site-page .content>h2,.site-page .content>.subhead h2{margin:0 0 22px}
.site-page .content>h2:not(:first-child){margin-top:var(--section-space-small)}
.site-page .content>p,.site-page .content>ul,.site-page .content>ol{max-width:78ch}
.site-page .section-head,.site-page .subhead,.site-page .landing-intro{max-width:900px}
.site-page .section-head p,.site-page .subhead p,.site-page .landing-intro p{font-size:clamp(1rem,1.05vw,1.12rem);line-height:1.72}
.site-page .eyebrow{
  display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;color:var(--blue2);
  font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase
}
.site-page .eyebrow::before{content:"";width:28px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--violet))}

.site-page .topbar{
  background:#071c31;color:rgba(255,255,255,.84);border:0;box-shadow:none;backdrop-filter:none
}
.site-page .topbar__inner{min-height:42px;padding-block:6px;gap:16px}
.site-page .topbar .pill{
  padding:3px 0;border:0;background:transparent;color:rgba(255,255,255,.72);box-shadow:none;font-size:.76rem
}
.site-page .toplink{min-height:30px;padding:4px 8px;color:#fff !important;border-radius:10px;font-size:.77rem}
.site-page .toplink:hover,.site-page .toplink:focus-visible{background:rgba(255,255,255,.1) !important;color:#fff !important}
.site-page .nav{
  top:0;background:rgba(255,255,255,.92) !important;border-bottom:1px solid rgba(16,66,132,.10) !important;
  box-shadow:0 12px 34px rgba(15,42,83,.07);backdrop-filter:blur(18px)
}
.site-page .nav__inner{min-height:var(--nav-height);padding-block:10px;gap:24px}
.site-page .brand__logo{width:clamp(150px,15vw,190px);height:auto;max-height:62px;object-fit:contain}
.site-page .nav__links{gap:4px}
.site-page .nav__links a{
  min-height:42px;padding:9px 11px;border-radius:12px;font-size:.84rem;font-weight:750
}
.site-page .nav__links a.is-active{
  background:rgba(18,103,248,.10) !important;color:var(--blue2) !important;
  border-color:rgba(18,103,248,.12);box-shadow:none
}
.site-page .nav__links a.is-active::after{left:12px;right:12px;bottom:4px;height:2px}

.site-page .page-intro{padding-bottom:clamp(34px,4.2vw,64px)}
.site-page .hero-wrap{
  isolation:isolate;position:relative;margin:0;padding:clamp(26px,2.8vw,42px);
  overflow:hidden;border:1px solid rgba(255,255,255,.08) !important;border-radius:clamp(28px,3.5vw,44px);
  background:
    radial-gradient(circle at 78% 22%,rgba(15,192,226,.22),transparent 25rem),
    radial-gradient(circle at 4% 100%,rgba(33,111,242,.23),transparent 31rem),
    linear-gradient(125deg,var(--hero-bg) 0%,#08243d 46%,var(--hero-bg-2) 100%) !important;
  box-shadow:0 34px 90px rgba(5,26,49,.22) !important;color:var(--hero-text)
}
.site-page .hero-wrap::before{
  content:"";position:absolute;z-index:-1;inset:-20%;opacity:.28;pointer-events:none;
  background-image:linear-gradient(rgba(117,206,234,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(117,206,234,.14) 1px,transparent 1px);
  background-size:72px 72px;transform:perspective(700px) rotateX(62deg) translateY(32%);transform-origin:center bottom
}
.site-page .hero-wrap::after{
  content:"";position:absolute;z-index:-1;right:-8%;top:10%;width:55%;height:44%;border:1px dashed rgba(93,218,237,.25);
  border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-7deg);pointer-events:none
}
.site-page .hero{display:grid;grid-template-columns:1fr;gap:clamp(16px,2vw,26px);align-items:start}
.site-page .hero__text{min-width:0;color:var(--hero-text)}
.site-page .hero-wrap--with-image .hero__text{
  display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);column-gap:clamp(34px,5vw,72px);align-items:center
}
.site-page .hero-wrap--with-image .hero__text::before,
.site-page .hero-wrap--with-image .hero__text>h1,
.site-page .hero-wrap--with-image .hero__text>.lead,
.site-page .hero-wrap--with-image .hero__text>.hero__bullets,
.site-page .hero-wrap--with-image .hero__text>.hero__cta{grid-column:1}
.site-page .hero__text::before{
  align-self:end;margin-bottom:clamp(12px,1.2vw,16px);padding:7px 12px !important;
  border-color:rgba(126,222,244,.32) !important;background:rgba(255,255,255,.08) !important;
  box-shadow:none !important;color:#7de7f3 !important;font-size:.76rem !important;letter-spacing:.1em !important;text-transform:uppercase
}
.site-page .hero__text h1{
  max-width:18ch;margin:0 0 clamp(14px,1.6vw,22px);font-size:clamp(2.55rem,4.25vw,4.5rem);
  line-height:.98;letter-spacing:-.055em;color:#fff !important;text-wrap:balance
}
.site-page .hero-wrap--text-only .hero__text{max-width:980px}
.site-page .hero-wrap--text-only .hero__text h1{max-width:18ch}
.site-page .hero__text>.lead{max-width:64ch;margin:0 0 clamp(14px,1.6vw,20px);color:var(--hero-muted) !important;font-size:clamp(1rem,1.05vw,1.12rem);line-height:1.5}
.site-page .hero__bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin:0;padding:0}
.site-page .hero__bullets li{
  min-height:44px;margin:0;padding:8px 10px 8px 34px;border:1px solid rgba(149,224,239,.18);
  border-radius:13px;background:rgba(255,255,255,.065);color:rgba(244,250,255,.88) !important;line-height:1.35
}
.site-page .hero__bullets li::before{left:11px;top:10px;color:#72e1ef}
.site-page .hero__cta{gap:9px;margin-top:clamp(14px,1.8vw,22px)}
.site-page .hero__cta .btn{min-height:44px;padding-inline:15px}
.site-page .hero__cta .btn--ghost{
  background:rgba(255,255,255,.07) !important;color:#fff !important;border-color:rgba(255,255,255,.34) !important;box-shadow:none
}
.site-page .hero__cta .btn--ghost:hover,.site-page .hero__cta .btn--ghost:focus-visible{background:rgba(255,255,255,.14) !important;border-color:rgba(255,255,255,.55) !important}
.site-page .hero-wrap--with-image .hero__media{
  grid-column:2;grid-row:1 / span 6;align-self:center;min-height:0;margin:0;border:1px solid rgba(255,255,255,.16);
  border-radius:clamp(22px,2.5vw,32px);background:#0b2943 !important;box-shadow:0 28px 76px rgba(0,0,0,.28) !important
}
.site-page .hero-wrap--with-image .hero__media img{display:block;width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:cover;object-position:center;filter:saturate(1.05) contrast(1.04)}
.site-page .hero__card--desktop{display:block;margin-top:0}
.site-page .hero__card>.card{
  display:grid;grid-template-columns:auto minmax(520px,1fr) minmax(330px,.65fr);gap:14px;align-items:center;
  min-height:88px;padding:14px 18px;border:1px solid rgba(255,255,255,.2);border-radius:20px;
  background:rgba(255,255,255,.97) !important;box-shadow:0 20px 54px rgba(2,17,33,.22);backdrop-filter:blur(12px)
}
.site-page .hero__card h2{margin:0;font-size:1.08rem;white-space:nowrap}
.site-page .hero__card .stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.site-page .hero__card .quick-contact-btn{width:100%;min-height:42px;padding:8px 11px;text-align:center;font-size:.76rem}
.site-page .hero__card .small{margin:0;font-size:.75rem;line-height:1.4}

.site-page .btn{
  border-radius:12px;padding:11px 18px;font-weight:800;box-shadow:0 12px 30px rgba(18,103,248,.20);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease
}
.site-page .btn:hover,.site-page .btn:focus-visible{transform:translateY(-2px);box-shadow:0 17px 38px rgba(18,103,248,.27)}
.site-page .btn--ghost{background:#fff !important;color:var(--blue2) !important;border-color:rgba(18,103,248,.22) !important;box-shadow:none}
.site-page .btn--ghost:hover,.site-page .btn--ghost:focus-visible{background:#f2f7ff !important;border-color:rgba(18,103,248,.38) !important;box-shadow:0 12px 28px rgba(18,103,248,.10)}

.site-page .card,.site-page .quickcard,.site-page .helper,.site-page .tile,.site-page .kpi,
.site-page .landing-section,.site-page .landing-highlight,.site-page .landing-card,.site-page .landing-icon-card,
.site-page .tool-module,.site-page .counter-card{
  border:1px solid var(--panel-border) !important;border-radius:var(--panel-radius);background:rgba(255,255,255,.95) !important;
  box-shadow:var(--panel-shadow) !important;backdrop-filter:none
}
.site-page .card,.site-page .helper,.site-page .landing-section,.site-page .landing-highlight{padding:var(--panel-padding)}
.site-page .quickcard,.site-page .landing-card,.site-page .landing-icon-card,.site-page .counter-card{padding:clamp(22px,2.4vw,30px)}
.site-page .card::before,.site-page .quickcard::before,.site-page .helper::before,.site-page .tile::before,.site-page .kpi::before{opacity:.55}
.site-page .card:hover,.site-page .quickcard:hover,.site-page .quickcard:focus-visible,.site-page .tile:hover,.site-page .tile:focus-visible,
.site-page .landing-card:hover,.site-page .landing-card:focus-visible,.site-page .landing-icon-card:hover,.site-page .landing-icon-card:focus-visible{
  transform:translateY(-4px);border-color:rgba(18,103,248,.25) !important;box-shadow:var(--panel-shadow-hover) !important
}
.site-page .grid{gap:clamp(18px,2.2vw,28px)}
.site-page .content>.grid,.site-page .content>.tiles,.site-page .content>.quickgrid{margin-top:clamp(20px,2.5vw,32px)}
.site-page .content>.card+.card,.site-page .content>.card+.grid,.site-page .content>.grid+.card,
.site-page .content>.notice+.card,.site-page .content>.notice+.grid{margin-top:clamp(22px,3vw,38px)}
.site-page .card h2,.site-page .card h3,.site-page .quickcard h3,.site-page .tile h3{margin-top:0}
.site-page .card p:last-child,.site-page .card ul:last-child,.site-page .card ol:last-child{margin-bottom:0}
.site-page .card--soft{background:linear-gradient(145deg,#fff,#f1f7ff) !important}
.site-page .notice{
  padding:clamp(18px,2vw,26px);border:1px solid rgba(18,103,248,.18);border-radius:20px;
  background:linear-gradient(135deg,rgba(235,244,255,.96),rgba(255,255,255,.98));box-shadow:0 14px 38px rgba(16,42,86,.07)
}
.site-page .quickgrid,.site-page .tiles,.site-page .helper__grid{gap:clamp(16px,2vw,24px)}
.site-page .quickcard__icon{width:48px !important;height:48px !important;flex-basis:48px;padding:12px;border-radius:15px}
.site-page .quickcard__top{align-items:flex-start;gap:14px;margin-bottom:14px}
.site-page .quickcard__link,.site-page .landing-card__link,.site-page .home-focus-card__link{margin-top:18px}
.site-page .tile__top{min-height:96px;padding:24px 24px 16px}
.site-page .tile__body{padding:0 24px 24px}
.site-page .helper__btn{min-height:94px;padding:18px;border-radius:17px;text-align:left}
.site-page .helper__result{margin-top:22px;padding:22px;border-radius:18px}

.site-page .landing-section,.site-page .landing-highlight,.site-page .landing-motion-block{margin-block:clamp(30px,4.5vw,62px)}
.site-page .landing-section{padding:clamp(28px,4vw,48px)}
.site-page .landing-highlight{padding:clamp(30px,4vw,50px)}
.site-page .landing-cards-2,.site-page .landing-cards-3,.site-page .landing-icons{gap:clamp(18px,2vw,26px)}
.site-page .landing-card,.site-page .landing-icon-card{padding:clamp(23px,2.7vw,32px)}
.site-page .landing-card::after,.site-page .landing-icon-card::after{opacity:.6}
.site-page .landing-motion-block{
  gap:clamp(28px,4vw,58px);padding:clamp(30px,4.5vw,54px);border:1px solid rgba(117,218,238,.18);
  border-radius:clamp(28px,3vw,38px);background:
    radial-gradient(circle at 10% 0%,rgba(37,128,255,.30),transparent 28rem),
    linear-gradient(130deg,#071d34,#0a365c) !important;box-shadow:0 28px 76px rgba(5,26,49,.18)
}
.site-page .landing-motion-block h2,.site-page .landing-motion-block p{color:#fff}
.site-page .landing-motion-block p{color:rgba(238,247,255,.78)}
.site-page .landing-motion-block .motion-words{color:#6fe0ef}
.site-page .landing-motion-block__cards article{
  min-height:142px;padding:22px;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.08);box-shadow:none
}
.site-page .landing-motion-block__cards strong{color:#fff}
.site-page .landing-motion-block__cards span{color:rgba(238,247,255,.74)}
.site-page .landing-motion-block--location,.site-page .landing-motion-block--region{padding:clamp(32px,4vw,54px)}

.site-page .counter-strip{gap:clamp(16px,2vw,24px);margin-block:clamp(30px,4vw,54px)}
.site-page .counter-card{text-align:left;overflow:hidden}
.site-page .counter-number{display:block;margin:.1em 0;font-size:clamp(2.5rem,4vw,4.25rem);line-height:1;color:var(--blue2);letter-spacing:-.06em}
.site-page .counter-card__title{align-items:flex-start}
.site-page .home-rotator,.site-page .motion-words{min-width:0}

.site-page .home-section-nav{top:calc(var(--nav-height) + 8px);margin:0 0 clamp(34px,4vw,54px);padding:9px;border-radius:18px;box-shadow:0 16px 42px rgba(16,42,86,.10)}
.site-page .home-motion-strip,.site-page .home-offer-strip,.site-page .home-psychology-panel,
.site-page .home-sales-section,.site-page .home-final-cta{
  margin-block:clamp(34px,4.5vw,64px);padding:clamp(28px,4vw,50px);border-radius:clamp(26px,3vw,38px);box-shadow:var(--panel-shadow)
}
.site-page .home-motion-strip{gap:clamp(24px,3vw,46px)}
.site-page .home-proof-cards,.site-page .home-offer-grid,.site-page .home-service-list,
.site-page .home-benefit-grid,.site-page .home-reference-grid,.site-page .home-tool-grid{gap:clamp(18px,2vw,26px)}
.site-page .home-offer-card,.site-page .home-service-card,.site-page .home-benefit-card,.site-page .home-reference-card{
  padding:clamp(22px,2.5vw,31px);border-radius:24px
}
.site-page .home-final-cta{
  background:radial-gradient(circle at 88% 10%,rgba(103,224,239,.20),transparent 24rem),linear-gradient(130deg,#071d34,#0b3d66) !important;
  color:#fff;border-color:rgba(255,255,255,.12)
}
.site-page .home-final-cta h2,.site-page .home-final-cta p{color:#fff}
.site-page .home-final-cta p{color:rgba(238,247,255,.8)}

.site-page details.faq,.site-page .faq details,.site-page .faq-item{
  margin:12px 0;border:1px solid var(--panel-border);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(16,42,86,.06)
}
.site-page details summary,.site-page .faq summary{padding:18px 20px;font-weight:800;cursor:pointer}
.site-page details[open] summary,.site-page .faq details[open] summary{border-bottom:1px solid rgba(16,66,132,.10)}
.site-page details>:not(summary),.site-page .faq details>:not(summary){margin-inline:20px}
.site-page .form,.site-page .calc-panel,.site-page .speedtest-panel,.site-page .seo-check-main-card{
  border-radius:var(--panel-radius);box-shadow:var(--panel-shadow)
}
.site-page .form__input,.site-page input,.site-page select,.site-page textarea{min-height:48px;border-radius:12px}
.site-page textarea{min-height:130px}
.site-page .tablewrap{border-radius:20px;box-shadow:0 14px 38px rgba(16,42,86,.07)}

.site-page .footer{margin-top:clamp(46px,6vw,84px);padding:clamp(48px,6vw,76px) 0 24px;background:linear-gradient(130deg,#05172a,#092d50 55%,#18285d) !important}
.site-page .footer__grid{gap:clamp(28px,3vw,48px)}
.site-page .footer__title{margin-bottom:14px;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}
.site-page .footer__line{margin:9px 0;line-height:1.5}
.site-page .footer__bottom{margin-top:36px;padding-top:20px}
.site-page .float-contact{right:22px;border-radius:14px}
.site-page .float-contact--remote{right:22px}

@media (max-width:1180px){
  :root{--nav-height:76px}
  .site-page .nav__links{gap:1px}
  .site-page .nav__links a{padding-inline:8px;font-size:.78rem}
  .site-page .hero-wrap--with-image .hero__text{grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);column-gap:34px}
  .site-page .hero__card>.card{grid-template-columns:1fr}
  .site-page .hero__card h2{white-space:normal}
  .site-page .hero__card .stack{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:980px){
  :root{--nav-height:70px}
  .site-page .topbar__left .pill:nth-child(n+2){display:none}
  .site-page .nav__inner{min-height:var(--nav-height)}
  .site-page .nav__toggle{display:block;width:48px;height:48px;padding:11px;border:1px solid rgba(18,103,248,.14);background:#f3f7ff}
  .site-page .nav__links{
    top:var(--nav-height);padding:18px;gap:6px;background:#fff;border-top:1px solid rgba(16,66,132,.10);box-shadow:0 24px 54px rgba(16,42,86,.16)
  }
  .site-page .nav__links a{min-height:48px;padding:12px 14px;font-size:.92rem;border-radius:13px}
  .site-page .nav__icon{display:inline-block}
  .site-page .hero-wrap--with-image .hero__text{grid-template-columns:1fr}
  .site-page .hero-wrap--with-image .hero__text::before,
  .site-page .hero-wrap--with-image .hero__text>h1,
  .site-page .hero-wrap--with-image .hero__text>.lead,
  .site-page .hero-wrap--with-image .hero__text>.hero__bullets,
  .site-page .hero-wrap--with-image .hero__text>.hero__cta,
  .site-page .hero-wrap--with-image .hero__media{grid-column:1}
  .site-page .hero-wrap--with-image .hero__media{grid-row:auto;min-height:0;margin-top:24px;aspect-ratio:35/13}
  .site-page .hero-wrap--with-image .hero__media img{min-height:0;max-height:none}
  .site-page .hero__text h1{max-width:17ch}
  .site-page .hero__card .stack{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-page .hero__card .stack>a:last-child{grid-column:1/-1}
  .site-page .landing-motion-block{grid-template-columns:1fr}
  .site-page .landing-cards-3,.site-page .landing-icons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-page .footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-page .footer__grid>div{grid-column:auto !important}
}

@media (max-width:700px){
  :root{--section-space:56px;--section-space-small:42px}
  .site-page .wrap{padding-inline:18px}
  .site-page .topbar__inner{justify-content:center}
  .site-page .topbar__left{display:none}
  .site-page .topbar__right{width:100%;justify-content:center;gap:5px}
  .site-page .toplink{padding-inline:7px}
  .site-page .toplink__text{font-size:.72rem}
  .site-page .brand__logo{width:145px;max-height:54px}
  .site-page main>.section:first-child{padding-top:22px}
  .site-page .hero-wrap{padding:26px 20px;border-radius:26px}
  .site-page .hero-wrap::before{background-size:48px 48px}
  .site-page .hero-wrap::after{display:none}
  .site-page .hero__text h1{font-size:clamp(2.25rem,11vw,3.45rem);line-height:1.01}
  .site-page .hero__bullets{grid-template-columns:1fr}
  .site-page .hero__cta{display:grid;grid-template-columns:1fr}
  .site-page .hero__cta .btn{width:100%}
  .site-page .hero-wrap--with-image .hero__media{min-height:0;aspect-ratio:35/13;border-radius:20px}
  .site-page .hero-wrap--with-image .hero__media img{min-height:0;max-height:none}
  .site-page .hero__card>.card{padding:20px 16px;border-radius:19px}
  .site-page .hero__card .stack{grid-template-columns:1fr}
  .site-page .hero__card .stack>a:last-child{grid-column:auto}
  .site-page .hero__card .quick-contact-btn{text-align:left;justify-content:flex-start}
  .site-page .card,.site-page .helper,.site-page .landing-section,.site-page .landing-highlight{padding:22px 19px}
  .site-page .grid{gap:16px}
  .site-page .landing-cards-2,.site-page .landing-cards-3,.site-page .landing-icons{grid-template-columns:1fr}
  .site-page .landing-motion-block{padding:26px 20px;border-radius:25px}
  .site-page .landing-motion-block__cards{grid-template-columns:1fr}
  .site-page .home-motion-strip,.site-page .home-offer-strip,.site-page .home-psychology-panel,
  .site-page .home-sales-section,.site-page .home-final-cta{padding:24px 19px;border-radius:24px}
  .site-page .home-section-nav{top:calc(var(--nav-height) + 4px);justify-content:flex-start;overflow:auto;scrollbar-width:none}
  .site-page .home-section-nav::-webkit-scrollbar{display:none}
  .site-page .home-section-nav a{flex:0 0 auto;white-space:nowrap}
  .site-page .footer__grid{grid-template-columns:1fr}
  .site-page .footer{padding-bottom:90px}
  .site-page .float-contact{display:none}
}

@media (max-width:460px){
  .site-page .toplink--landline{display:none}
  .site-page .toplink{flex:1 1 auto;justify-content:center}
  .site-page h2{font-size:clamp(1.55rem,8vw,2.1rem)}
  .site-page .hero-wrap{padding-inline:17px}
  .site-page .hero__text h1{font-size:clamp(2.05rem,10.5vw,2.8rem)}
  .site-page .btn{width:100%}
  .site-page .landing-actions{display:grid;grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  .site-page .card,.site-page .quickcard,.site-page .tile,.site-page .landing-card,.site-page .landing-icon-card,.site-page .btn{transition:none}
  .site-page .hero-wrap::before{transform:none;opacity:.12}
}

@media (min-width:981px){
  .site-page .hero-wrap--with-image .hero__text{
    display:block;position:relative;min-height:clamp(455px,50vh,560px);
    padding-right:calc(43% + clamp(24px,2.6vw,40px))
  }
  .site-page .hero-wrap--with-image .hero__media{
    position:absolute;right:0;top:50%;width:43%;height:auto;aspect-ratio:35/13;
    min-height:0;margin:0;align-self:center;transform:translateY(-50%)
  }
  .site-page .hero-wrap--with-image .hero__media img{height:100%;min-height:0}
  .site-page .hero__text h1{max-width:18ch;font-size:clamp(2.65rem,3.55vw,3.85rem)}
  .site-page .hero__bullets li{font-size:.8rem}
  .site-page .hero__cta{flex-wrap:nowrap}
  .site-page .hero__cta .btn{padding-inline:12px;font-size:.78rem;white-space:nowrap}
}

@media (min-width:981px) and (max-height:900px){
  .site-page main>.section:first-child{padding-top:12px}
  .site-page .page-intro{padding-bottom:28px}
  .site-page .hero{gap:12px}
  .site-page .hero-wrap{padding:20px 28px}
  .site-page .hero-wrap--with-image .hero__text{min-height:380px;padding-right:calc(43% + 24px)}
  .site-page .hero__text::before{margin-bottom:9px;padding-block:5px !important}
  .site-page .hero__text h1{margin-bottom:10px;font-size:clamp(2.45rem,5.6vh,3.35rem)}
  .site-page .hero__text>.lead{margin-bottom:10px;font-size:.92rem;line-height:1.42}
  .site-page .hero__bullets{gap:6px 8px}
  .site-page .hero__bullets li{min-height:38px;padding-block:6px;font-size:.76rem;line-height:1.3}
  .site-page .hero__cta{margin-top:9px;gap:7px}
  .site-page .hero__cta .btn{min-height:38px;padding:6px 10px;font-size:.74rem}
  .site-page .hero__card>.card{min-height:68px;padding:8px 12px;gap:10px;grid-template-columns:auto minmax(500px,1fr) minmax(350px,.72fr)}
  .site-page .hero__card h2{font-size:1rem}
  .site-page .hero__card .stack{margin:0;gap:6px}
  .site-page .hero__card .quick-contact-btn{min-height:36px;padding:5px 8px;font-size:.72rem}
  .site-page .hero__card .small{font-size:.68rem;line-height:1.28}
}

.site-page .hero__card.reveal,.site-page .hero__card .reveal{opacity:1;transform:none}

@media (min-width:701px) and (max-width:1550px){
  .site-page a.float-contact{
    width:52px !important;min-width:52px !important;max-width:52px !important;height:52px;
    padding:0 !important;border-radius:50%;font-size:0;gap:0
  }
  .site-page .float-contact .icon{width:20px;height:20px;margin:0}
}

/* Eigenständige Demo-Seiten: gemeinsamer moderner Rahmen, individuelle Branchenfarben bleiben erhalten. */
.modern-demo-page{
  min-width:320px;background:
    radial-gradient(circle at 8% 4%,rgba(18,103,248,.08),transparent 30rem),
    radial-gradient(circle at 94% 18%,rgba(124,58,237,.07),transparent 28rem),
    linear-gradient(180deg,#f6f9ff 0%,#fff 42%,#f7faff 100%)
}
.modern-demo-page main{overflow:clip}
.modern-demo-page .container,.modern-demo-page .app-shell{width:min(100%,var(--layout-max));max-width:none;padding-inline:clamp(18px,3.2vw,40px)}
.modern-demo-page .demo-strip{padding:10px 18px;background:#071c31;color:rgba(255,255,255,.9);font-size:.82rem;letter-spacing:.01em}
.modern-demo-page .site-header{
  position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(16,66,132,.1);
  background:rgba(255,255,255,.93);box-shadow:0 14px 38px rgba(15,42,83,.08);backdrop-filter:blur(18px)
}
.modern-demo-page .nav-wrap{min-height:84px;gap:clamp(18px,3vw,34px)}
.modern-demo-page .main-nav{gap:6px}
.modern-demo-page .main-nav a{min-height:42px;padding:10px 12px;border-radius:12px;font-weight:750}
.modern-demo-page .main-nav a:hover,.modern-demo-page .main-nav a:focus-visible{background:rgba(18,103,248,.08)}
.modern-demo-page .hero{padding:clamp(58px,7vw,104px) 0 clamp(42px,5.5vw,78px)}
.modern-demo-page .hero-grid{gap:clamp(30px,5vw,74px)}
.modern-demo-page .hero-card,.modern-demo-page .hero-visual,.modern-demo-page .tool-hero,
.modern-demo-page .tool-card,.modern-demo-page .game-card,.modern-demo-page .accent-panel{
  border-radius:clamp(24px,2.8vw,36px);box-shadow:0 24px 70px rgba(16,42,86,.12)
}
.modern-demo-page .hero-card,.modern-demo-page .tool-hero{padding:clamp(28px,4vw,54px)}
.modern-demo-page .hero h1,.modern-demo-page .tool-hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:.99;letter-spacing:-.05em;text-wrap:balance}
.modern-demo-page .hero-visual{overflow:hidden}
.modern-demo-page .section{padding:clamp(54px,7vw,96px) 0}
.modern-demo-page .section-head{max-width:880px;margin-bottom:clamp(26px,4vw,46px)}
.modern-demo-page .cards,.modern-demo-page .stats-grid,.modern-demo-page .steps-grid,
.modern-demo-page .menu-grid,.modern-demo-page .tool-grid{gap:clamp(18px,2.4vw,30px)}
.modern-demo-page .card,.modern-demo-page .stat,.modern-demo-page .step,.modern-demo-page .menu-card,
.modern-demo-page .doc-item{border-radius:24px;box-shadow:0 16px 46px rgba(16,42,86,.09)}
.modern-demo-page .button,.modern-demo-page button{min-height:46px;border-radius:12px;font-weight:800}
.modern-demo-page input,.modern-demo-page select,.modern-demo-page textarea{min-height:48px;border-radius:12px}
.modern-demo-page textarea{min-height:130px}
.modern-demo-page .site-footer{margin-top:clamp(48px,6vw,88px);padding-top:clamp(48px,6vw,76px)}
@media (max-width:760px){
  .modern-demo-page .nav-wrap{min-height:72px}
  .modern-demo-page .hero{padding-top:44px}
  .modern-demo-page .hero-card,.modern-demo-page .tool-hero{padding:26px 20px}
  .modern-demo-page .hero h1,.modern-demo-page .tool-hero h1{font-size:clamp(2.2rem,11vw,3.3rem)}
}

/* CEIS-IT Premium-Hauptseiten 2026-07: gemeinsames, kompaktes Seitensystem */
:root {
  --premium-navy: #031a33;
  --premium-navy-2: #06284a;
  --premium-blue: #086cff;
  --premium-line: rgba(255,255,255,.18);
}

body.site-page { background: #f7faff; }
body.site-page .topbar { background:#031a33; border:0; }
body.site-page .topbar__inner { min-height:40px; }
body.site-page .topbar__left { display:none; }
body.site-page .topbar__right { width:100%; justify-content:flex-start; gap:24px; }
body.site-page .toplink { color:#fff; background:transparent; border:0; padding:7px 0; }
body.site-page .toplink:hover { background:transparent; color:#91c3ff; }
body.site-page .nav { background:#fff; border-bottom:1px solid #e5ebf4; box-shadow:none; }
body.site-page .nav__inner { min-height:94px; position:relative; justify-content:center; }
body.site-page .brand { position:absolute; left:0; }
body.site-page .brand__logo { width:150px; height:auto; }
body.site-page .nav__links { gap:9px; }
body.site-page .nav__links > a { border-radius:0; padding:34px 10px 27px; font-weight:750; }
body.site-page .nav__links > a::after { left:0; right:0; width:auto; bottom:18px; transform:none; height:2px; }
body.site-page .nav__icon { display:none; }

.premium-hero {
  position:relative;
  color:#fff;
  background:linear-gradient(105deg,var(--premium-navy) 0%,#05203d 52%,#071b31 100%);
  padding:0 0 34px;
  overflow:hidden;
}
.premium-hero::before {
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 65% 35%,rgba(0,111,255,.17),transparent 35%);
  pointer-events:none;
}
.premium-hero__grid {
  position:relative; display:grid; grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);
  height:780px; min-height:780px; max-width:1536px; padding-inline:clamp(28px,5vw,84px);
}
.premium-hero__copy { z-index:2; align-self:center; padding:44px 44px 98px 0; }
.premium-hero__eyebrow { margin:0 0 16px; color:#31a5ff; font-size:.92rem; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.premium-hero h1 { margin:0; color:#fff; max-width:700px; font-size:clamp(2.65rem,3.4vw,4.2rem); line-height:1.03; letter-spacing:-.045em; text-wrap:balance; }
.premium-hero h1::first-line { color:#fff; }
.premium-hero__lead { max-width:670px; margin:20px 0 0; color:#d7e3f2; font-size:clamp(1rem,1.15vw,1.17rem); line-height:1.65; }
.premium-hero__actions { display:flex; flex-wrap:wrap; gap:16px; margin-top:24px; }
.premium-hero__actions .btn { min-height:64px; padding:0 28px; border-radius:8px; font-size:1rem; font-weight:800; }
.premium-hero__actions .btn:first-child { background:linear-gradient(135deg,#0b75ff,#0753d6); color:#fff; border-color:transparent; box-shadow:0 14px 30px rgba(0,92,255,.28); }
.premium-hero__actions .btn:not(:first-child) { background:rgba(3,22,42,.34); color:#fff; border:1px solid rgba(255,255,255,.55); }
.premium-hero__trust { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; list-style:none; padding:0; margin:30px 0 0; }
.premium-hero__trust li { display:flex; gap:10px; color:#eaf2fb; font-size:.91rem; line-height:1.45; }
.premium-hero__trust li span { flex:0 0 30px; width:30px; height:30px; display:grid; place-items:center; color:#1591ff; border:2px solid #1591ff; border-radius:50%; font-weight:900; }
.premium-hero__media { position:absolute; inset:0 0 0 45%; margin:0; overflow:hidden; display:grid; place-items:center; padding:42px 34px 110px 54px; background:#071b31; }
.premium-hero__media::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg,var(--premium-navy) 0%,rgba(3,26,51,.76) 12%,rgba(3,26,51,.12) 32%,transparent 52%); }
.premium-hero__media img { position:relative; z-index:0; width:100%; height:auto; max-height:100%; object-fit:contain; object-position:center; display:block; border-radius:14px; box-shadow:0 22px 54px rgba(0,0,0,.24); }
.premium-hero--trust-below-media .premium-hero__media { padding-bottom:220px; }
.premium-hero__trust--below-media { position:absolute; z-index:3; left:45%; right:34px; bottom:112px; margin:0; padding-left:54px; }

.premium-contact {
  position:relative; z-index:4; display:grid; grid-template-columns:1.3fr repeat(3,1fr) 1.25fr; align-items:stretch;
  max-width:1380px; margin-top:-78px; padding:0; background:#fff; color:#09203e; border:1px solid #dfe7f2;
  border-radius:16px; box-shadow:0 18px 42px rgba(2,24,51,.18); overflow:hidden;
}
.premium-contact > * { min-height:94px; padding:18px 24px; display:grid; align-content:center; text-decoration:none; color:#09203e; border-left:1px solid #dfe7f2; }
.premium-contact > :first-child { border-left:0; }
.premium-contact a { grid-template-columns:32px 1fr; column-gap:12px; }
.premium-contact a > span,.premium-contact__hours > span { grid-row:1 / 3; align-self:center; color:#096fff; font-size:1.65rem; }
.premium-contact strong { font-size:1rem; }
.premium-contact small { color:#52637b; line-height:1.45; }
.premium-contact__intro strong { font-size:1.22rem; }
.premium-contact__intro span { color:#607089; }
.premium-contact__hours { grid-template-columns:32px 1fr; column-gap:12px; }
.premium-contact__hours-copy { display:grid; gap:2px; }
.hours-state,.topbar-status { --hours-color:#ff9b9b; display:inline-flex; align-items:center; gap:7px; font-weight:800; }
.hours-state::before,.topbar-status::before { content:""; flex:0 0 auto; width:.55rem; height:.55rem; border-radius:50%; background:var(--hours-color); }
.hours-state--open,.topbar-status--open { --hours-color:#34c978; }
.hours-state--later,.topbar-status--later { --hours-color:#f3b84b; }
.hours-state { color:#243a57; }
.hours-appointment { margin-top:2px; }
body.site-page .topbar-status { margin-left:auto; color:#fff; white-space:nowrap; font-size:.78rem; }

body.site-page .page-content-section { padding-block:clamp(58px,7vw,100px); }
body.site-page .page-content-section + .page-content-section { padding-top:0; }
body.site-page .content > :first-child { margin-top:0; }

@media (max-width:1100px) {
  body.site-page .nav__inner { min-height:78px; justify-content:space-between; }
  body.site-page .brand { position:static; }
  .premium-hero__grid { grid-template-columns:1fr; height:auto; min-height:auto; padding:0; }
  .premium-hero__copy { padding:54px 32px 38px; background:linear-gradient(90deg,rgba(3,26,51,.98),rgba(3,26,51,.78)); }
  .premium-hero__media { position:relative; inset:auto; height:auto; min-height:340px; order:2; padding:28px 24px 54px; }
  .premium-hero--trust-below-media .premium-hero__media { padding-bottom:28px; }
  .premium-hero__trust--below-media { position:relative; inset:auto; order:3; margin:0; padding:0 32px 110px; }
  .premium-hero__media::after { background:linear-gradient(180deg,var(--premium-navy),transparent 22%); }
  .premium-contact { margin:-30px 22px 0; grid-template-columns:repeat(2,1fr); }
  .premium-contact__intro { grid-column:1/-1; }
  .premium-contact > * { border-top:1px solid #dfe7f2; }
}

@media (max-width:720px) {
  body.site-page .topbar__right { gap:14px; justify-content:center; }
  body.site-page .toplink--landline { display:none; }
  body.site-page .toplink__text { font-size:.82rem; }
  body.site-page .nav__inner { min-height:70px; }
  body.site-page .brand__logo { width:118px; }
  .premium-hero { padding-bottom:26px; }
  .premium-hero__copy { padding:38px 20px 28px; }
  .premium-hero h1 { font-size:clamp(2.25rem,11vw,3.35rem); }
  .premium-hero__lead { font-size:1rem; }
  .premium-hero__actions { display:grid; grid-template-columns:1fr; }
  .premium-hero__actions .btn { width:100%; }
  .premium-hero__trust { grid-template-columns:1fr; gap:12px; }
  .premium-hero__media { min-height:240px; padding:18px 14px 36px; }
  .premium-contact { margin:-18px 12px 0; grid-template-columns:1fr; border-radius:12px; }
  .premium-contact__intro { grid-column:auto; }
  .premium-contact > * { min-height:76px; padding:14px 18px; border-left:0; }
}



/* Full-area hero panoramas: use the complete dark-blue hero area as the image canvas. */
.premium-hero.premium-hero--image-cover .premium-hero__media {
  position:absolute;
  z-index:0;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
  display:block;
  transform:translateX(-50%);
  overflow:hidden;
  background:#071b31;
}
.premium-hero.premium-hero--image-cover .premium-hero__media::after {
  z-index:1;
  background:
    linear-gradient(90deg,rgba(3,26,51,.98) 0%,rgba(3,26,51,.90) 28%,rgba(3,26,51,.58) 48%,rgba(3,26,51,.24) 70%,rgba(3,26,51,.16) 100%),
    linear-gradient(180deg,rgba(3,26,51,.10),rgba(3,26,51,.22));
}
.premium-hero.premium-hero--image-cover .premium-hero__media img {
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  box-shadow:none;
}
.premium-hero.premium-hero--image-cover .premium-hero__copy {
  position:relative;
  z-index:2;
}

@media (max-width:1100px) {
  .premium-hero.premium-hero--image-cover .premium-hero__copy {
    background:transparent;
  }
  .premium-hero.premium-hero--image-cover .premium-hero__media {
    position:absolute;
    inset-block:0;
    left:50%;
    width:100vw;
    min-height:0;
    padding:0;
    transform:translateX(-50%);
  }
  .premium-hero.premium-hero--image-cover .premium-hero__media::after {
    background:linear-gradient(180deg,rgba(3,26,51,.82) 0%,rgba(3,26,51,.70) 58%,rgba(3,26,51,.62) 100%);
  }
}

/* Mobile Hauptseiten: kompakte Bilddarstellung wie vor der Desktop-Vollflächenansicht. */
@media (max-width:720px) {
  body.home-page .premium-hero.premium-hero--image-cover .premium-hero__copy,
  body.main-landing-page .premium-hero.premium-hero--image-cover .premium-hero__copy {
    background:linear-gradient(90deg,rgba(3,26,51,.98),rgba(3,26,51,.86));
  }
  body.home-page .premium-hero.premium-hero--image-cover .premium-hero__media,
  body.main-landing-page .premium-hero.premium-hero--image-cover .premium-hero__media {
    position:relative;
    inset:auto;
    left:auto;
    width:auto;
    height:240px;
    min-height:240px;
    order:2;
    transform:none;
  }
  body.home-page .premium-hero.premium-hero--image-cover .premium-hero__media::after,
  body.main-landing-page .premium-hero.premium-hero--image-cover .premium-hero__media::after {
    background:linear-gradient(180deg,rgba(3,26,51,.20),rgba(3,26,51,.05));
  }
  body.home-page .premium-hero.premium-hero--image-cover .premium-hero__trust--below-media,
  body.main-landing-page .premium-hero.premium-hero--image-cover .premium-hero__trust--below-media {
    background:#031a33;
    padding:22px 20px 74px;
  }
}

/* Der erste Hero-CTA bleibt auf Mobilgeräten ein sichtbarer Primärbutton, auch nach einem Besuch des Links. */
.premium-hero__actions .btn:first-child,
.premium-hero__actions .btn:first-child:visited {
  background:linear-gradient(135deg,#0b75ff,#0753d6) !important;
  color:#fff !important;
  border-color:transparent !important;
}
