:root{--ink:#08090b;--ink2:#121722;--paper:#f4f6f9;--panel:#fff;--muted:#667085;--line:rgba(15,23,42,.12);--orange:#ff6a00;--orange2:#ff8a2b;--cyan:#04a6c8;--green:#20b779;--radius:8px;--max:1180px;--shadow:0 24px 70px rgba(8,9,11,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fff,#f1f3f6 50%,#fff);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:0;height:3px;background:linear-gradient(90deg,var(--orange),#f4bd52,var(--cyan))}.site-header{position:sticky;top:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:12px clamp(18px,4vw,56px);background:rgba(8,9,11,.92);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(20px)}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-logo{width:54px;height:54px;border-radius:8px;background:#000 url('../images/logo/favicon.png') center/82% auto no-repeat;box-shadow:0 0 0 4px rgba(255,106,0,.1),0 16px 34px rgba(255,106,0,.2)}.brand strong,.brand small{display:block;line-height:1.08}.brand small{margin-top:4px;color:rgba(255,255,255,.62);font-size:12px}.main-nav{display:flex;align-items:center;gap:8px}.main-nav a,.nav-cta{min-height:42px;display:inline-flex;align-items:center;padding:0 13px;border-radius:8px;color:rgba(255,255,255,.76);font-weight:850}.main-nav a:hover,.main-nav a.is-active{color:#fff;background:rgba(255,106,0,.16)}.nav-cta,.button{border:1px solid rgba(255,106,0,.72);background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 16px 34px rgba(255,106,0,.24)}.menu-toggle{display:none;background:transparent;border:0}.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:#fff}.hero-pro{position:relative;min-height:740px;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:50px;align-items:end;padding:120px clamp(18px,4vw,56px);overflow:hidden;background:#08090b;color:#fff}.hero-media{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,11,.96),rgba(8,9,11,.72),rgba(8,9,11,.22)),url('../images/logo/favicon.png') right 8% center/360px auto no-repeat,radial-gradient(circle at 75% 20%,rgba(255,106,0,.26),transparent 32%);opacity:1}.hero-inner,.hero-console{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#ffe0c6;font-size:12px;font-weight:950;text-transform:uppercase}.eyebrow:before{content:'';width:34px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--orange),#f4bd52)}h1{max-width:900px;margin:18px 0;font-size:clamp(42px,7vw,88px);line-height:.96;letter-spacing:0}.hero-pro p{max-width:680px;color:rgba(255,255,255,.78);font-size:20px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:8px;font-weight:900}.button.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);box-shadow:none}.hero-metrics{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-metrics span{min-width:120px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.08)}.hero-metrics strong{display:block;font-size:30px}.hero-console{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.08);backdrop-filter:blur(22px);box-shadow:0 28px 80px rgba(0,0,0,.34)}.hero-console>span{color:rgba(255,255,255,.58);font-size:12px;font-weight:900;text-transform:uppercase}.hero-console>strong{display:block;margin:10px 0 18px;font-size:26px}.console-bars{display:grid;gap:10px}.console-bars i{height:9px;border-radius:99px;background:linear-gradient(90deg,var(--orange),var(--cyan));animation:pulse 2.5s infinite}.console-bars i:nth-child(2){width:75%;animation-delay:.2s}.console-bars i:nth-child(3){width:55%;animation-delay:.4s}.hero-console li{margin:10px 0;color:rgba(255,255,255,.76)}.section{width:min(var(--max),calc(100% - 36px));margin:0 auto;padding:90px 0}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(32px,4vw,54px);line-height:1.04;margin:0}.section-head p{max-width:620px;color:var(--muted);line-height:1.7}.card-grid,.pricing-grid,.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card,.price-card,.project-card,.panel,.form-card,details{position:relative;overflow:hidden;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(8,9,11,.06);transition:.2s ease}.feature-card:hover,.price-card:hover,.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(255,106,0,.34)}.feature-card:before,.price-card:before,.project-card:before,.panel:before,.form-card:before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--orange),var(--cyan),var(--green))}.feature-card span,.project-card span{color:var(--orange);font-size:12px;font-weight:950;text-transform:uppercase}.feature-card h3,.price-card h3,.project-card h3{font-size:24px;margin:14px 0 10px}.feature-card p,.price-card p,.project-card p,.panel p,details p{color:var(--muted);line-height:1.65}.feature-card b{color:var(--ink)}.dark{width:100%;max-width:none;padding-left:calc((100% - min(var(--max),calc(100% - 36px)))/2);padding-right:calc((100% - min(var(--max),calc(100% - 36px)))/2);background:#08090b;color:#fff}.dark .section-head p{color:rgba(255,255,255,.68)}.function-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.function-grid span{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.07);font-weight:800}.split{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:22px}.check-list{line-height:2}.article{width:min(860px,calc(100% - 36px));margin:0 auto;padding:90px 0}.article h1{color:var(--ink);font-size:56px}.article p,.article li{color:var(--muted);line-height:1.8}.faq-list{display:grid;gap:12px}.footer{display:flex;justify-content:space-between;gap:24px;padding:42px clamp(18px,4vw,56px);background:#07080a;color:#fff}.footer p,.footer a{color:rgba(255,255,255,.68)}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:80;min-height:48px;border:0;border-radius:8px;padding:0 16px;background:#25d366;color:#062b16;font-weight:950}

/* Homepage compact premium hero */
.hero-pro{
  min-height:500px;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:28px;
  align-items:center;
  padding:62px clamp(18px,4vw,56px) 54px;
}
.hero-media{
  background:linear-gradient(90deg,rgba(8,9,11,.97),rgba(8,9,11,.82),rgba(8,9,11,.45)),url('../images/logo/favicon.png') right 8% center/210px auto no-repeat,radial-gradient(circle at 78% 20%,rgba(255,106,0,.18),transparent 30%);
}
.hero-inner{max-width:740px;}
.hero-pro .eyebrow{
  min-height:30px;
  padding:0 11px;
  border:1px solid rgba(255,106,0,.26);
  border-radius:999px;
  background:rgba(255,106,0,.09);
  color:#ffd2ad;
}
.hero-pro .eyebrow:before{
  width:8px;
  height:8px;
  border-radius:50%;
  box-shadow:0 0 18px rgba(255,106,0,.7);
}
.hero-pro h1{
  max-width:720px;
  margin:14px 0 10px;
  font-size:clamp(34px,5vw,58px);
  line-height:.98;
}
.hero-pro p{
  max-width:520px;
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.5;
}
.hero-actions{margin-top:20px;}
.hero-pro .button{
  min-height:42px;
  padding:0 16px;
  font-size:14px;
}
.hero-metrics{
  gap:8px;
  margin-top:18px;
}
.hero-metrics span{
  min-width:88px;
  padding:9px 11px;
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
}
.hero-metrics strong{
  margin-bottom:2px;
  color:#fff;
  font-size:22px;
}
.hero-console{
  align-self:center;
  padding:16px;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  box-shadow:0 18px 46px rgba(0,0,0,.28);
}
.hero-console>span{font-size:11px;}
.hero-console>strong{
  margin:7px 0 12px;
  font-size:19px;
  line-height:1.15;
}
.console-bars{gap:7px;}
.console-bars i{height:6px;}
.hero-console ul{
  display:grid;
  gap:7px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.hero-console li{
  margin:0;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  background:rgba(0,0,0,.16);
  color:rgba(255,255,255,.76);
  font-size:13px;
}
@media(max-width:980px){
  .hero-pro{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:52px;
    padding-bottom:48px;
  }
  .hero-console{max-width:330px;}
}
@media(max-width:620px){
  .hero-pro h1{font-size:36px;}
  .hero-pro p{font-size:15px;}
  .hero-console{display:none;}
  .hero-metrics span{
    width:auto;
    min-width:86px;
  }
}

/* Hero without Growth Stack panel */
.hero-pro{
  grid-template-columns:minmax(0, 760px);
  justify-content:start;
}
.hero-inner{
  max-width:760px;
}
.hero-media{
  background:linear-gradient(90deg,rgba(8,9,11,.97),rgba(8,9,11,.84),rgba(8,9,11,.5)),url('../images/logo/favicon.png') right 10% center/210px auto no-repeat,radial-gradient(circle at 78% 20%,rgba(255,106,0,.18),transparent 30%);
}

/* Refined fuller hero title */
.hero-pro h1{
  max-width:620px;
  font-size:clamp(30px,4.2vw,48px);
  line-height:1.04;
}
.hero-pro p{
  max-width:500px;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.hero-proof span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.065);
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:850;
}
.hero-proof span:before{
  content:'';
  width:6px;
  height:6px;
  margin-right:8px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 14px rgba(255,106,0,.8);
}
@media(max-width:620px){
  .hero-pro h1{font-size:31px;}
  .hero-proof span{font-size:11px;min-height:30px;}
}

/* Hero devices generated background */
.hero-media{
  background:
    linear-gradient(90deg,rgba(8,9,11,.98) 0%,rgba(8,9,11,.9) 38%,rgba(8,9,11,.42) 70%,rgba(8,9,11,.18) 100%),
    url('../images/hero-devices.png') right center/cover no-repeat;
}
.hero-pro{
  background:#08090b;
}
@media(max-width:980px){
  .hero-media{
    background:
      linear-gradient(180deg,rgba(8,9,11,.96),rgba(8,9,11,.78)),
      url('../images/hero-devices.png') center right/cover no-repeat;
  }
}
@media(max-width:620px){
  .hero-media{
    background:
      linear-gradient(180deg,rgba(8,9,11,.96),rgba(8,9,11,.84)),
      url('../images/hero-devices.png') 68% center/cover no-repeat;
  }
}

/* Homepage v2 requested redesign */
.site-header{padding-top:10px;padding-bottom:10px}.brand-logo{width:82px;height:42px;border-radius:0;background:url('../images/logo/favicon.png') left center/contain no-repeat;box-shadow:none;border:0}.brand{gap:10px}.brand small{color:rgba(255,255,255,.56)}.main-nav{gap:6px}.main-nav a{font-size:13px}.nav-cta{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 12px 26px rgba(255,106,0,.22)}
.baa-hero-v2{min-height:560px;grid-template-columns:minmax(0,720px);align-items:center;padding:68px clamp(18px,4vw,56px) 62px}.baa-hero-v2 .hero-media{background:linear-gradient(90deg,rgba(8,9,11,.98) 0%,rgba(8,9,11,.9) 42%,rgba(8,9,11,.36) 78%,rgba(8,9,11,.16) 100%),url('../images/hero-devices.png') right center/cover no-repeat}.baa-hero-v2 h1{max-width:620px;margin:14px 0 12px;font-size:clamp(34px,4.6vw,56px);line-height:1.02}.baa-hero-v2 p{max-width:480px;color:rgba(255,255,255,.76);font-size:18px}.baa-hero-v2 .button{min-height:44px;padding:0 18px}.hero-dashboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:680px;margin-top:22px}.hero-dashboard article{position:relative;overflow:hidden;min-height:104px;padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));box-shadow:0 16px 34px rgba(0,0,0,.2)}.hero-dashboard article:before{content:'';position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--orange),var(--cyan),var(--green))}.hero-dashboard span{display:block;color:rgba(255,255,255,.62);font-size:11px;font-weight:950;text-transform:uppercase}.hero-dashboard strong{display:block;margin:9px 0 4px;color:#fff;font-size:28px;line-height:1}.hero-dashboard small{color:rgba(255,255,255,.62);font-size:12px}.core-services-v2 .section-head h2,.functions-v2 .section-head h2{max-width:680px}.service-feature{display:grid;min-height:250px}.service-feature small{width:max-content;padding:6px 9px;border-radius:999px;background:#fff3ea;color:var(--orange);font-size:11px;font-weight:950;text-transform:uppercase}.service-icon{display:grid!important;place-items:center;width:48px;height:48px;border-radius:8px;background:#0b0d12!important;color:#fff!important;font-size:24px;font-weight:950;box-shadow:0 12px 26px rgba(8,9,11,.16)}.service-feature h3{margin-top:12px}.service-feature b{align-self:end;color:var(--orange);font-size:13px;text-transform:uppercase}.functions-v2{position:relative;overflow:hidden}.functions-v2:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,106,0,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:54px 54px;pointer-events:none}.functions-v2>.section-head,.function-grid-v2{position:relative;z-index:1}.function-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.function-card{min-height:168px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));box-shadow:0 1px 0 rgba(255,255,255,.06)}.function-card span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:8px;background:rgba(255,106,0,.14);font-size:22px}.function-card h3{margin:0 0 8px;color:#fff;font-size:18px}.function-card p{margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.55}.metric-pop{animation:metricPop .7s ease both}@keyframes metricPop{0%{transform:translateY(8px);opacity:.5}100%{transform:translateY(0);opacity:1}}
@media(max-width:980px){.brand-logo{width:70px}.baa-hero-v2{grid-template-columns:1fr;min-height:auto}.hero-dashboard{grid-template-columns:1fr 1fr}.function-grid-v2{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.brand-logo{width:62px;height:34px}.main-nav a{font-size:13px}.baa-hero-v2 h1{font-size:34px}.baa-hero-v2 p{font-size:16px}.hero-dashboard,.function-grid-v2,.card-grid{grid-template-columns:1fr}.hero-dashboard article{min-height:auto}.service-feature{min-height:auto}.function-card{min-height:auto}}

/* Premium hero statistics panel */
.hero-stats-panel{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:900px;
  margin-top:28px;
  padding:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(22px);
}
.hero-stats-panel:before{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:8px;
  background:linear-gradient(120deg,rgba(255,140,0,.38),rgba(255,255,255,.08),rgba(36,180,126,.22));
  opacity:.42;
  pointer-events:none;
  mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  padding:1px;
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}
.hero-stat-card{
  position:relative;
  min-height:168px;
  overflow:hidden;
  padding:18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(15,18,25,.74),rgba(15,18,25,.42));
  box-shadow:0 18px 46px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.1);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.hero-stat-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,140,0,.42);
  box-shadow:0 26px 64px rgba(0,0,0,.32),0 0 34px rgba(255,140,0,.12);
}
.hero-stat-card:after{
  content:'';
  position:absolute;
  right:-36px;
  top:-36px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,140,0,.18),transparent 66%);
  pointer-events:none;
}
.stat-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.stat-card-head span{
  color:rgba(255,255,255,.64);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.stat-card-head b{
  color:#fff;
  font-size:28px;
  line-height:1;
}
.hero-stat-card p{
  margin:7px 0 0;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.4;
}
.hero-stat-card p strong{color:#28c985}.line-chart{height:78px;margin-top:14px}.line-chart svg{width:100%;height:100%;overflow:visible}.line-chart-path,.line-chart-glow{fill:none;stroke-linecap:round;stroke-linejoin:round}.line-chart-glow{stroke:rgba(255,140,0,.22);stroke-width:10;filter:blur(2px)}.line-chart-path{stroke:#ff8c00;stroke-width:4;stroke-dasharray:260;stroke-dashoffset:260;animation:drawLine 1.35s ease forwards}.bar-chart{height:86px;margin-top:13px;display:flex;align-items:end;gap:9px}.bar-chart i{flex:1;min-width:10px;height:var(--h);border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#32d583,#158f5d);box-shadow:0 0 20px rgba(50,213,131,.18);transform-origin:bottom;animation:barRise .9s ease both}.bar-chart i:nth-child(2){animation-delay:.08s}.bar-chart i:nth-child(3){animation-delay:.16s}.bar-chart i:nth-child(4){animation-delay:.24s}.bar-chart i:nth-child(5){animation-delay:.32s}.bar-chart i:nth-child(6){animation-delay:.4s}.donut-wrap{height:116px;display:flex;align-items:center;justify-content:center;gap:16px}.donut-chart{--angle:calc(var(--value) * 3.6deg);width:104px;height:104px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#ff8c00 var(--angle),rgba(255,255,255,.12) 0);box-shadow:0 0 34px rgba(255,140,0,.16);animation:donutPop .9s ease both}.donut-chart:before{content:'';position:absolute;width:70px;height:70px;border-radius:50%;background:rgba(12,14,20,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.donut-chart span{position:relative;z-index:1;color:#fff;font-size:23px;font-weight:950}.donut-wrap p{max-width:86px;margin:0;color:rgba(255,255,255,.68);font-weight:850}.hero-stat-card.is-visible{animation:statIn .68s ease both}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes barRise{0%{transform:scaleY(.08);opacity:.45}100%{transform:scaleY(1);opacity:1}}@keyframes donutPop{0%{transform:scale(.86);opacity:.4}100%{transform:scale(1);opacity:1}}@keyframes statIn{0%{transform:translateY(16px);opacity:0}100%{transform:translateY(0);opacity:1}}
@media(max-width:980px){.hero-stats-panel{grid-template-columns:1fr 1fr;max-width:720px}.stat-donut-card{grid-column:1/-1}.donut-wrap{justify-content:flex-start}}
@media(max-width:620px){.hero-stats-panel{grid-template-columns:1fr;margin-top:22px;padding:10px}.hero-stat-card{min-height:auto}.line-chart,.bar-chart{height:68px}.donut-wrap{height:auto;justify-content:space-between}.donut-chart{width:88px;height:88px}.donut-chart:before{width:58px;height:58px}.donut-chart span{font-size:19px}}

/* SaaS 2026 marketing dashboard refinements */
.hero-stats-panel{
  background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.035)),linear-gradient(180deg,rgba(255,140,0,.06),rgba(0,0,0,0));
}
.hero-stat-card{
  isolation:isolate;
  background:linear-gradient(180deg,rgba(19,23,32,.82),rgba(11,13,19,.58));
}
.hero-stat-card:before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 18% 0%,rgba(255,140,0,.14),transparent 32%),radial-gradient(circle at 92% 84%,rgba(32,183,121,.11),transparent 28%);
  opacity:.9;
}
.stat-card-head b em,
.donut-chart em{
  font-style:normal;
}
.line-chart-fill{
  fill:url(#none);
  fill:rgba(255,140,0,.1);
  opacity:.9;
  animation:chartFade .9s ease both;
}
.stat-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:10px;
}
.stat-tags span{
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:rgba(255,255,255,.66);
  background:rgba(255,255,255,.055);
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
}
.mini-analytics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:8px;
}
.mini-analytics span{
  padding:9px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  color:rgba(255,255,255,.62);
  background:rgba(255,255,255,.055);
  font-size:12px;
}
.mini-analytics b{
  display:block;
  color:#fff;
  font-size:17px;
}
.hero-stat-card:hover .line-chart-path{
  filter:drop-shadow(0 0 10px rgba(255,140,0,.65));
}
.hero-stat-card:hover .bar-chart i{
  box-shadow:0 0 24px rgba(50,213,131,.28);
}
@keyframes chartFade{0%{opacity:0}100%{opacity:.9}}
@media(max-width:620px){.stat-tags span{font-size:9px}.mini-analytics{grid-template-columns:1fr 1fr}}

/* Clean Core Services redesign */
.baa-hero-v2{
  grid-template-columns:1fr;
}
.baa-hero-v2 .hero-inner{
  width:100%;
  max-width:100%;
}
.baa-hero-v2 h1,
.baa-hero-v2 p,
.baa-hero-v2 .hero-actions{
  max-width:620px;
}
.hero-stats-panel{
  width:100%;
  max-width:1280px;
}
.core-services-clean{
  position:relative;
  overflow:hidden;
  background:#f7f7f5;
  padding:104px 0 112px;
}
.core-services-clean:before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 0%,rgba(255,140,0,.08),transparent 28%),linear-gradient(180deg,#fff 0%,#f7f7f5 42%,#fff 100%);
  pointer-events:none;
}
.core-services-inner{
  position:relative;
  z-index:1;
  width:min(1280px,calc(100% - 36px));
  margin:0 auto;
}
.core-services-head{
  max-width:760px;
  margin-bottom:38px;
}
.core-kicker{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(255,140,0,.2);
  border-radius:999px;
  background:#fff4e8;
  color:#ff8c00;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.core-services-head h2{
  margin:18px 0 14px;
  color:#101114;
  font-size:clamp(34px,4.6vw,64px);
  line-height:1.02;
  letter-spacing:0;
}
.core-services-head p{
  max-width:720px;
  margin:0;
  color:#6a6f78;
  font-size:18px;
  line-height:1.72;
}
.core-services-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.core-service-card{
  position:relative;
  min-height:294px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(16,17,20,.08);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  box-shadow:0 1px 2px rgba(16,17,20,.04),0 18px 48px rgba(16,17,20,.06);
  backdrop-filter:blur(12px);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
}
.core-service-card:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#ff8c00,rgba(255,140,0,.12));
  opacity:0;
  transition:opacity .28s ease;
}
.core-service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,140,0,.26);
  background:#fff;
  box-shadow:0 28px 70px rgba(16,17,20,.12),0 0 0 1px rgba(255,140,0,.04);
}
.core-service-card:hover:before{
  opacity:1;
}
.core-service-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:20px;
  border-radius:18px;
  background:#fff2e3;
  color:#ff8c00;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 34px rgba(255,140,0,.14);
  transition:transform .28s ease,background .28s ease,box-shadow .28s ease;
}
.core-service-card:hover .core-service-icon{
  transform:scale(1.08) rotate(-2deg);
  background:#ff8c00;
  color:#fff;
  box-shadow:0 18px 42px rgba(255,140,0,.28);
}
.core-service-icon svg{
  width:28px;
  height:28px;
  fill:currentColor;
}
.core-service-card small{
  width:max-content;
  margin-bottom:14px;
  padding:6px 10px;
  border:1px solid rgba(255,140,0,.18);
  border-radius:999px;
  background:#fff9f2;
  color:#ff8c00;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.core-service-card h3{
  margin:0 0 12px;
  color:#111318;
  font-size:25px;
  line-height:1.12;
}
.core-service-card p{
  margin:0;
  color:#6b7280;
  font-size:15px;
  line-height:1.65;
}
.core-service-card b{
  width:max-content;
  margin-top:auto;
  padding-top:22px;
  color:#111318;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
}
.core-service-card b:after{
  content:'';
  display:inline-block;
  width:22px;
  height:2px;
  margin:0 0 4px 10px;
  border-radius:999px;
  background:#ff8c00;
  transition:width .28s ease;
}
.core-service-card:hover b:after{
  width:34px;
}
.core-service-card.fade-up-ready{
  opacity:0;
  transform:translateY(24px);
}
.core-service-card.fade-up-visible{
  opacity:1;
  transform:translateY(0);
  transition:opacity .65s ease,transform .65s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;
}
@media(max-width:1100px){
  .core-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .core-services-clean{padding:76px 0 84px;}
  .core-services-grid{grid-template-columns:1fr;}
  .core-services-head p{font-size:16px;}
  .core-service-card{min-height:auto;padding:24px;}
  .hero-stats-panel{max-width:100%;}
}

/* Clean Functions redesign */
.functions-clean{
  position:relative;
  overflow:hidden;
  padding:104px 0 112px;
  background:#fff;
}
.functions-clean:before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 86% 6%,rgba(255,140,0,.08),transparent 28%),linear-gradient(180deg,#fff 0%,#f7f7f5 100%);
  pointer-events:none;
}
.functions-clean-inner{
  position:relative;
  z-index:1;
  width:min(1280px,calc(100% - 36px));
  margin:0 auto;
}
.functions-clean-head{
  max-width:820px;
  margin-bottom:38px;
}
.functions-clean-head h2{
  margin:18px 0 14px;
  color:#101114;
  font-size:clamp(34px,4.6vw,62px);
  line-height:1.03;
  letter-spacing:0;
}
.functions-clean-head p{
  max-width:760px;
  margin:0;
  color:#6a6f78;
  font-size:18px;
  line-height:1.72;
}
.functions-clean-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.function-clean-card{
  position:relative;
  min-height:252px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:26px;
  border:1px solid rgba(16,17,20,.08);
  border-radius:22px;
  background:rgba(255,255,255,.9);
  box-shadow:0 1px 2px rgba(16,17,20,.04),0 18px 46px rgba(16,17,20,.055);
  backdrop-filter:blur(12px);
  transition:opacity .65s ease,transform .65s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
}
.function-clean-card:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#ff8c00,rgba(255,140,0,.1));
  opacity:0;
  transition:opacity .28s ease;
}
.function-clean-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,140,0,.26);
  background:#fff;
  box-shadow:0 28px 70px rgba(16,17,20,.12),0 0 0 1px rgba(255,140,0,.04);
}
.function-clean-card:hover:before{
  opacity:1;
}
.function-clean-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin-bottom:18px;
  border-radius:18px;
  background:#fff2e3;
  color:#ff8c00;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 34px rgba(255,140,0,.14);
  transition:transform .28s ease,background .28s ease,box-shadow .28s ease,color .28s ease;
}
.function-clean-card:hover .function-clean-icon{
  transform:scale(1.08) rotate(-2deg);
  background:#ff8c00;
  color:#fff;
  box-shadow:0 18px 42px rgba(255,140,0,.28);
}
.function-clean-icon svg{
  width:27px;
  height:27px;
  fill:currentColor;
}
.function-clean-card small{
  width:max-content;
  margin-bottom:13px;
  padding:6px 10px;
  border:1px solid rgba(255,140,0,.18);
  border-radius:999px;
  background:#fff9f2;
  color:#ff8c00;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}
.function-clean-card h3{
  margin:0 0 10px;
  color:#111318;
  font-size:22px;
  line-height:1.16;
}
.function-clean-card p{
  margin:0;
  color:#6b7280;
  font-size:15px;
  line-height:1.65;
}
.function-clean-card.fade-up-ready{
  opacity:0;
  transform:translateY(24px);
}
.function-clean-card.fade-up-visible{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:1100px){
  .functions-clean-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .functions-clean{padding:76px 0 84px;}
  .functions-clean-grid{grid-template-columns:1fr;}
  .functions-clean-head p{font-size:16px;}
  .function-clean-card{min-height:auto;padding:24px;}
}

/* Dark orange section headers */
.core-services-head,
.functions-clean-head{
  position:relative;
  max-width:920px;
  margin-bottom:42px;
  padding:32px clamp(24px,4vw,46px);
  border:1px solid rgba(255,140,0,.18);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(9,10,12,.98),rgba(20,15,10,.94)),
    radial-gradient(circle at 90% 10%,rgba(255,140,0,.24),transparent 34%);
  box-shadow:0 28px 70px rgba(16,17,20,.16),inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}
.core-services-head:before,
.functions-clean-head:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,140,0,.12) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,#000,transparent 82%);
  pointer-events:none;
}
.core-services-head:after,
.functions-clean-head:after{
  content:'';
  position:absolute;
  right:28px;
  top:28px;
  width:90px;
  height:90px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,140,0,.34),rgba(255,140,0,.08) 48%,transparent 70%);
  filter:blur(2px);
  pointer-events:none;
}
.core-services-head .core-kicker,
.functions-clean-head .core-kicker{
  position:relative;
  z-index:1;
  border-color:rgba(255,140,0,.34);
  background:rgba(255,140,0,.12);
  color:#ffb15a;
}
.core-services-head h2,
.functions-clean-head h2{
  position:relative;
  z-index:1;
  max-width:760px;
  color:#fff;
  text-wrap:balance;
}
.core-services-head p,
.functions-clean-head p{
  position:relative;
  z-index:1;
  max-width:720px;
  color:rgba(255,255,255,.68);
}
.core-services-head h2:after,
.functions-clean-head h2:after{
  content:'';
  display:block;
  width:86px;
  height:4px;
  margin-top:18px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff8c00,#ffc06a);
  box-shadow:0 0 24px rgba(255,140,0,.42);
}
@media(max-width:620px){
  .core-services-head,
  .functions-clean-head{
    padding:26px 22px;
    border-radius:20px;
  }
}

/* Full dark Core Services and Functions */
.core-services-clean,
.functions-clean{
  background:#08090b;
}
.core-services-clean:before,
.functions-clean:before{
  background:
    radial-gradient(circle at 12% 0%,rgba(255,140,0,.16),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(255,140,0,.1),transparent 28%),
    linear-gradient(180deg,#08090b 0%,#11100e 48%,#08090b 100%);
}
.core-services-clean:after,
.functions-clean:after{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 72%);
  pointer-events:none;
}
.core-services-head,
.functions-clean-head{
  border-color:rgba(255,140,0,.22);
  background:
    linear-gradient(135deg,rgba(17,18,22,.96),rgba(24,16,9,.9)),
    radial-gradient(circle at 88% 8%,rgba(255,140,0,.3),transparent 34%);
}
.core-service-card,
.function-clean-card{
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  box-shadow:0 1px 0 rgba(255,255,255,.06),0 24px 60px rgba(0,0,0,.24);
}
.core-service-card:hover,
.function-clean-card:hover{
  border-color:rgba(255,140,0,.36);
  background:linear-gradient(180deg,rgba(255,140,0,.12),rgba(255,255,255,.055));
  box-shadow:0 28px 76px rgba(0,0,0,.36),0 0 0 1px rgba(255,140,0,.08);
}
.core-service-card small,
.function-clean-card small{
  border-color:rgba(255,140,0,.24);
  background:rgba(255,140,0,.12);
  color:#ffb15a;
}
.core-service-card h3,
.function-clean-card h3{
  color:#fff;
}
.core-service-card p,
.function-clean-card p{
  color:rgba(255,255,255,.66);
}
.core-service-card b{
  color:#fff;
}
.core-service-icon,
.function-clean-icon{
  background:rgba(255,140,0,.14);
  color:#ff9b22;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 36px rgba(255,140,0,.12);
}

/* 2026 motion system */
@property --glow-x{
  syntax:'<percentage>';
  inherits:false;
  initial-value:50%;
}
@property --glow-y{
  syntax:'<percentage>';
  inherits:false;
  initial-value:50%;
}
.core-services-head,
.functions-clean-head{
  isolation:isolate;
  animation:sectionHeaderFloat 8s ease-in-out infinite;
}
.core-services-head:before,
.functions-clean-head:before{
  animation:gridDrift 18s linear infinite;
}
.core-services-head:after,
.functions-clean-head:after{
  animation:orangePulse 4.8s ease-in-out infinite;
}
.core-service-card,
.function-clean-card,
.hero-stat-card{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  transform-style:preserve-3d;
  will-change:transform,opacity,filter;
  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    filter .42s ease;
}
.core-service-card:after,
.function-clean-card:after,
.hero-stat-card:after{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,140,0,.24),transparent 34%),
    linear-gradient(115deg,transparent 0%,rgba(255,255,255,.1) 38%,transparent 55%);
  opacity:0;
  transform:translateX(-12%);
  transition:opacity .28s ease,transform .42s ease;
  pointer-events:none;
}
.core-service-card:hover,
.function-clean-card:hover,
.hero-stat-card:hover{
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-10px) scale(1.012);
}
.core-service-card:hover:after,
.function-clean-card:hover:after,
.hero-stat-card:hover:after{
  opacity:1;
  transform:translateX(0);
}
.core-service-card:hover .core-service-icon,
.function-clean-card:hover .function-clean-icon{
  animation:iconOrbit .72s cubic-bezier(.2,.8,.2,1) both;
}
.core-service-card.fade-up-ready,
.function-clean-card.fade-up-ready{
  opacity:0;
  transform:translateY(34px) scale(.965);
  filter:blur(12px);
  clip-path:inset(12% 0 0 0 round 22px);
}
.core-service-card.fade-up-visible,
.function-clean-card.fade-up-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
  clip-path:inset(0 0 0 0 round 22px);
}
.hero-stat-card.is-visible{
  animation:statFloatIn .9s cubic-bezier(.16,1,.3,1) both;
}
.line-chart-path{
  animation:drawLine2026 1.6s cubic-bezier(.16,1,.3,1) forwards;
}
.bar-chart i{
  animation:barRise2026 1.1s cubic-bezier(.16,1,.3,1) both;
}
.donut-chart{
  animation:donutPop2026 .95s cubic-bezier(.16,1,.3,1) both;
}
@keyframes sectionHeaderFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes gridDrift{
  0%{background-position:0 0}
  100%{background-position:88px 44px}
}
@keyframes orangePulse{
  0%,100%{opacity:.65;transform:scale(1)}
  50%{opacity:1;transform:scale(1.08)}
}
@keyframes iconOrbit{
  0%{transform:translateZ(0) scale(1) rotate(0)}
  50%{transform:translateZ(22px) scale(1.13) rotate(-4deg)}
  100%{transform:translateZ(0) scale(1.08) rotate(-2deg)}
}
@keyframes statFloatIn{
  0%{opacity:0;transform:translateY(24px) scale(.96);filter:blur(12px)}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes drawLine2026{
  0%{stroke-dashoffset:260;filter:drop-shadow(0 0 0 rgba(255,140,0,0))}
  100%{stroke-dashoffset:0;filter:drop-shadow(0 0 12px rgba(255,140,0,.5))}
}
@keyframes barRise2026{
  0%{transform:scaleY(.04) translateY(10px);opacity:.25;filter:blur(4px)}
  100%{transform:scaleY(1) translateY(0);opacity:1;filter:blur(0)}
}
@keyframes donutPop2026{
  0%{transform:scale(.78) rotate(-18deg);opacity:.35;filter:blur(8px)}
  100%{transform:scale(1) rotate(0);opacity:1;filter:blur(0)}
}
@media(prefers-reduced-motion:reduce){
  .core-services-head,
  .functions-clean-head,
  .core-services-head:before,
  .functions-clean-head:before,
  .core-services-head:after,
  .functions-clean-head:after,
  .core-service-card,
  .function-clean-card,
  .hero-stat-card,
  .line-chart-path,
  .bar-chart i,
  .donut-chart{
    animation:none!important;
    transition:none!important;
  }
}

/* Premium 2026 design layer for main subpages */
body{
  background:#08090b;
}
.hero-pro:not(.baa-hero-v2){
  min-height:620px;
  grid-template-columns:minmax(0,1fr) minmax(320px,420px);
  align-items:center;
  padding:86px clamp(18px,4vw,56px) 76px;
  background:#08090b;
}
.hero-pro:not(.baa-hero-v2) .hero-media{
  background:
    linear-gradient(90deg,rgba(8,9,11,.98) 0%,rgba(8,9,11,.84) 45%,rgba(8,9,11,.32) 100%),
    radial-gradient(circle at 78% 18%,rgba(255,140,0,.18),transparent 32%),
    url('../images/hero-devices.png') right center/cover no-repeat;
}
.hero-pro:not(.baa-hero-v2) .hero-inner{
  max-width:760px;
}
.hero-pro:not(.baa-hero-v2) h1{
  max-width:780px;
  margin:14px 0 12px;
  font-size:clamp(38px,5.4vw,72px);
  line-height:1;
}
.hero-pro:not(.baa-hero-v2) p{
  max-width:600px;
  color:rgba(255,255,255,.74);
  font-size:18px;
}
.hero-pro:not(.baa-hero-v2) .hero-console{
  border-color:rgba(255,140,0,.18);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-pro:not(.baa-hero-v2) .hero-metrics span{
  border-color:rgba(255,140,0,.18);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  box-shadow:0 18px 44px rgba(0,0,0,.2);
}
.hero-pro:not(.baa-hero-v2) .hero-metrics strong{
  color:#fff;
}
.section:not(.dark),
.article{
  color:#fff;
}
.section:not(.dark) .section-head{
  position:relative;
  width:100%;
  padding:22px clamp(22px,3vw,34px);
  border:1px solid rgba(255,140,0,.2);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(17,18,22,.96),rgba(24,16,9,.9));
  box-shadow:0 28px 70px rgba(0,0,0,.22);
}
.section:not(.dark) .section-head h2{
  color:#fff;
}
.section:not(.dark) .section-head p{
  color:rgba(255,255,255,.68);
}
.card-grid,
.pricing-grid,
.project-grid{
  perspective:1200px;
}
.feature-card,
.price-card,
.project-card,
.panel,
.form-card,
details{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  border-color:rgba(255,255,255,.1);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  color:#fff;
  box-shadow:0 1px 0 rgba(255,255,255,.06),0 24px 60px rgba(0,0,0,.24);
  transform-style:preserve-3d;
  will-change:transform,opacity,filter;
  transition:
    transform .42s cubic-bezier(.2,.8,.2,1),
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    filter .42s ease;
}
.feature-card:after,
.price-card:after,
.project-card:after,
.panel:after,
.form-card:after,
details:after{
  content:'';
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,140,0,.24),transparent 34%),
    linear-gradient(115deg,transparent 0%,rgba(255,255,255,.1) 38%,transparent 55%);
  opacity:0;
  transition:opacity .28s ease,transform .42s ease;
  pointer-events:none;
}
.feature-card:hover,
.price-card:hover,
.project-card:hover,
.panel:hover,
.form-card:hover,
details:hover{
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-10px) scale(1.012);
  border-color:rgba(255,140,0,.36);
  background:linear-gradient(180deg,rgba(255,140,0,.12),rgba(255,255,255,.055));
  box-shadow:0 28px 76px rgba(0,0,0,.36),0 0 0 1px rgba(255,140,0,.08);
}
.feature-card:hover:after,
.price-card:hover:after,
.project-card:hover:after,
.panel:hover:after,
.form-card:hover:after,
details:hover:after{
  opacity:1;
}
.feature-card span,
.project-card span{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border:1px solid rgba(255,140,0,.24);
  border-radius:999px;
  background:rgba(255,140,0,.12);
  color:#ffb15a;
}
.feature-card h3,
.price-card h3,
.project-card h3,
.panel h3,
details summary{
  color:#fff;
}
.feature-card p,
.price-card p,
.project-card p,
.panel p,
details p{
  color:rgba(255,255,255,.66);
}
.feature-card b{
  color:#fff;
}
.feature-card.reveal,
.price-card.reveal,
.project-card.reveal,
.panel.reveal,
.form-card.reveal,
details.reveal{
  opacity:0;
  transform:translateY(34px) scale(.965);
  filter:blur(12px);
  clip-path:inset(12% 0 0 0 round 22px);
}
.feature-card.reveal.is-visible,
.price-card.reveal.is-visible,
.project-card.reveal.is-visible,
.panel.reveal.is-visible,
.form-card.reveal.is-visible,
details.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
  clip-path:inset(0 0 0 0 round 22px);
}
.split .panel{
  min-height:260px;
}
.form-card label{
  color:rgba(255,255,255,.82);
}
.form-card input,
.form-card select,
.form-card textarea{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}
.form-card input::placeholder,
.form-card textarea::placeholder{
  color:rgba(255,255,255,.42);
}
@media(max-width:980px){
  .hero-pro:not(.baa-hero-v2){
    grid-template-columns:1fr;
    min-height:auto;
  }
}
@media(max-width:620px){
  .hero-pro:not(.baa-hero-v2){
    padding-top:68px;
  }
  .hero-pro:not(.baa-hero-v2) h1{
    font-size:34px;
  }
}

/* Match subpage heroes with the homepage hero */
.hero-pro:not(.baa-hero-v2){
  min-height:560px;
  grid-template-columns:minmax(0,720px);
  align-items:center;
  padding:68px clamp(18px,4vw,56px) 62px;
}
.hero-pro:not(.baa-hero-v2) .hero-media{
  background:
    linear-gradient(90deg,rgba(8,9,11,.98) 0%,rgba(8,9,11,.9) 42%,rgba(8,9,11,.36) 78%,rgba(8,9,11,.16) 100%),
    url('../images/hero-devices.png') right center/cover no-repeat;
}
.hero-pro:not(.baa-hero-v2) .hero-inner{
  width:100%;
  max-width:100%;
}
.hero-pro:not(.baa-hero-v2) h1{
  max-width:620px;
  margin:14px 0 12px;
  font-size:clamp(34px,4.6vw,56px);
  line-height:1.02;
}
.hero-pro:not(.baa-hero-v2) p{
  max-width:480px;
  color:rgba(255,255,255,.76);
  font-size:18px;
}
.hero-pro:not(.baa-hero-v2) .hero-console{
  display:none;
}
.hero-pro:not(.baa-hero-v2) .hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  width:100%;
  max-width:680px;
  margin-top:22px;
}
.hero-pro:not(.baa-hero-v2) .hero-metrics span{
  position:relative;
  overflow:hidden;
  min-width:0;
  min-height:104px;
  padding:15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  box-shadow:0 16px 34px rgba(0,0,0,.2);
}
.hero-pro:not(.baa-hero-v2) .hero-metrics span:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#ff8c00,#04a6c8,#20b779);
}
.hero-pro:not(.baa-hero-v2) .hero-metrics strong{
  display:block;
  margin:9px 0 4px;
  color:#fff;
  font-size:28px;
  line-height:1;
}
@media(max-width:980px){
  .hero-pro:not(.baa-hero-v2){
    grid-template-columns:1fr;
    min-height:auto;
  }
  .hero-pro:not(.baa-hero-v2) .hero-metrics{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .hero-pro:not(.baa-hero-v2) h1{
    font-size:34px;
  }
  .hero-pro:not(.baa-hero-v2) p{
    font-size:16px;
  }
  .hero-pro:not(.baa-hero-v2) .hero-metrics{
    grid-template-columns:1fr;
  }
  .hero-pro:not(.baa-hero-v2) .hero-metrics span{
    min-height:auto;
  }
}

/* About Us premium section */
.about-premium{
  position:relative;
  overflow:hidden;
  padding:110px 0 118px;
  background:
    radial-gradient(circle at 14% 8%,rgba(255,140,0,.14),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(255,140,0,.1),transparent 30%),
    linear-gradient(180deg,#08090b 0%,#11100e 48%,#08090b 100%);
  color:#fff;
}
.about-premium:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 78%);
  pointer-events:none;
}
.about-premium-inner{
  position:relative;
  z-index:1;
  width:min(1280px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);
  gap:28px;
  align-items:start;
}
.about-premium-copy,
.about-premium-visual,
.about-stat-grid,
.about-why{
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  box-shadow:0 28px 76px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
.about-premium-copy{
  padding:36px;
}
.about-premium-copy h2{
  max-width:760px;
  margin:18px 0 14px;
  font-size:clamp(34px,4.6vw,62px);
  line-height:1.03;
  letter-spacing:0;
}
.about-premium-copy p{
  color:rgba(255,255,255,.68);
  line-height:1.76;
}
.about-lead{
  max-width:760px;
  margin:0 0 16px;
  color:rgba(255,255,255,.82)!important;
  font-size:19px;
}
.about-mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:26px 0;
}
.about-mission-grid article{
  padding:18px;
  border:1px solid rgba(255,140,0,.16);
  border-radius:18px;
  background:rgba(255,140,0,.075);
}
.about-mission-grid span,
.about-dashboard-card span,
.about-services-card span{
  color:#ffb15a;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.about-mission-grid p{
  margin:8px 0 0;
  font-size:14px;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 26px;
}
.about-badges span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,140,0,.24);
  border-radius:999px;
  background:rgba(255,140,0,.12);
  color:#ffb15a;
  font-size:12px;
  font-weight:900;
}
.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.about-premium-visual{
  position:relative;
  top:auto;
  overflow:hidden;
  min-height:auto;
  padding:18px;
}
.about-visual-media{
  min-height:330px;
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(8,9,11,.1),rgba(8,9,11,.72)),
    url('../images/hero-devices.png') center/cover no-repeat;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 70px rgba(0,0,0,.3);
}
.about-dashboard-card,
.about-services-card{
  position:relative;
  margin-top:0;
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:rgba(8,9,11,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.about-dashboard-card strong{
  display:block;
  margin:8px 0 4px;
  color:#fff;
  font-size:42px;
  line-height:1;
}
.about-dashboard-card p{
  margin:0;
  color:rgba(255,255,255,.62);
}
.about-mini-chart{
  height:72px;
  display:flex;
  align-items:end;
  gap:10px;
  margin-top:16px;
}
.about-mini-chart i{
  flex:1;
  height:var(--h);
  border-radius:8px 8px 3px 3px;
  background:linear-gradient(180deg,#ffb15a,#ff8c00);
  box-shadow:0 0 24px rgba(255,140,0,.24);
  animation:barRise2026 1.1s cubic-bezier(.16,1,.3,1) both;
}
.about-services-card ul{
  columns:2;
  gap:18px;
  padding:0;
  margin:12px 0 0;
  list-style:none;
}
.about-services-card li{
  break-inside:avoid;
  margin:0 0 9px;
  color:rgba(255,255,255,.7);
  font-size:13px;
}
.about-services-card li:before{
  content:'';
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:999px;
  background:#ff8c00;
}
.about-why-inline{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
}
.about-why-inline > span{
  color:#ffb15a;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.about-why-inline ul{
  columns:2;
  gap:18px;
  padding:0;
  margin:12px 0 0;
  list-style:none;
}
.about-why-inline li{
  break-inside:avoid;
  margin:0 0 9px;
  color:rgba(255,255,255,.7);
  font-size:13px;
}
.about-why-inline li:before{
  content:'';
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:999px;
  background:#ff8c00;
}
.about-stat-grid{
  grid-column:1 / -1;
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  padding:16px;
  margin-top:0;
}
.about-stat-grid article{
  min-height:116px;
  display:grid;
  align-content:center;
  padding:20px;
  border:1px solid rgba(255,140,0,.16);
  border-radius:18px;
  background:rgba(255,140,0,.075);
}
.about-stat-grid strong{
  font-size:34px;
  line-height:1;
}
.about-stat-grid span{
  margin-top:8px;
  color:rgba(255,255,255,.64);
  font-weight:850;
}
.about-stat-inline{
  grid-column:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.about-stat-inline article{
  min-height:92px;
  padding:16px;
  border:1px solid rgba(255,140,0,.18);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,140,0,.12),rgba(255,255,255,.045));
}
.about-stat-inline strong{
  font-size:28px;
}
.about-stat-inline span{
  font-size:13px;
}
.about-why{
  grid-column:1 / -1;
  position:relative;
  z-index:1;
  padding:24px;
  margin-top:18px;
  overflow:hidden;
}
.about-why:before{
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 92% 0%,rgba(255,140,0,.18),transparent 34%);
  pointer-events:none;
}
.about-why > .core-kicker,
.about-why > div{
  position:relative;
  z-index:1;
}
.about-why > div{
  columns:2;
  column-gap:34px;
  margin-top:14px;
}
.about-why p{
  break-inside:avoid;
  margin:0;
  padding:0 0 10px;
  color:rgba(255,255,255,.72);
  background:transparent;
  border:0;
  border-radius:0;
  font-size:14px;
  font-weight:750;
  line-height:1.45;
}
.about-why p span{
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:9px;
  border-radius:999px;
  background:#ff8c00;
  box-shadow:0 0 16px rgba(255,140,0,.35);
}
.about-why p span:before{
  content:none;
}
.about-premium-copy,
.about-premium-visual,
.about-stat-grid,
.about-why{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease;
}
.about-premium-copy:hover,
.about-premium-visual:hover,
.about-stat-grid:hover,
.about-why:hover{
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-6px);
  border-color:rgba(255,140,0,.3);
  box-shadow:0 32px 86px rgba(0,0,0,.38),0 0 0 1px rgba(255,140,0,.08);
}
@media(max-width:1050px){
  .about-premium-inner{
    grid-template-columns:1fr;
  }
  .about-premium-visual{
    position:relative;
    top:auto;
  }
  .about-why > div{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .about-premium{
    padding:76px 0 84px;
  }
  .about-premium-copy{
    padding:24px;
  }
  .about-mission-grid,
  .about-stat-grid,
  .about-why > div{
    grid-template-columns:1fr;
  }
  .about-stat-inline{
    grid-template-columns:1fr 1fr;
  }
  .about-why > div{
    columns:1;
  }
  .about-services-card ul{
    columns:1;
  }
  .about-why-inline ul{
    columns:1;
  }
  .about-premium-visual{
    min-height:auto;
  }
}

/* Services page uses the same card system as Home */
.services-page-catalog{
  padding-top:86px;
}
.services-page-grid{
  align-items:stretch;
}
.service-logo-mark svg{
  width:30px;
  height:30px;
}
.service-logo-wordpress svg,
.service-logo-google-ads svg,
.service-logo-tiktok-ads svg,
.service-logo-ai-tools svg{
  width:32px;
  height:32px;
}
.portfolio-page-catalog{
  padding-top:86px;
}
.portfolio-page-grid{
  align-items:stretch;
}
.portfolio-project-card{
  min-height:280px;
}

/* Premium service detail pages */
.service-detail-premium{
  width:100%;
  max-width:none;
  margin:0;
  padding:92px max(18px,calc((100% - 1280px)/2)) 104px;
  background:
    radial-gradient(circle at 14% 0%,rgba(255,140,0,.13),transparent 30%),
    linear-gradient(180deg,#08090b 0%,#11100e 100%);
  color:#fff;
}
.service-detail-premium > .reveal,
.service-detail-premium > .panel{
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  box-shadow:0 28px 76px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
.service-detail-premium > .reveal{
  padding:32px;
}
.service-detail-premium h2{
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(28px,3vw,42px);
}
.service-detail-premium .check-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}
.service-detail-premium .check-list li{
  position:relative;
  padding:15px 15px 15px 42px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  color:rgba(255,255,255,.76);
  background:rgba(255,255,255,.045);
  font-weight:800;
}
.service-detail-premium .check-list li:before{
  content:'';
  position:absolute;
  left:15px;
  top:20px;
  width:12px;
  height:7px;
  border-left:2px solid #ffb15a;
  border-bottom:2px solid #ffb15a;
  transform:rotate(-45deg);
}
.service-detail-premium .panel{
  padding:32px;
}
.service-detail-premium .panel h3{
  margin-top:0;
}
.service-detail-premium .panel p{
  color:rgba(255,255,255,.68);
}
@media(max-width:820px){
  .service-detail-premium{
    grid-template-columns:1fr;
  }
  .service-detail-premium .check-list{
    grid-template-columns:1fr;
  }
}

/* Expanded Web Design service page */
.web-design-hero .hero-inner p{
  max-width:720px;
}
.web-service-page{
  position:relative;
  overflow:hidden;
  padding:104px 0 116px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,140,0,.16),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(255,140,0,.1),transparent 28%),
    linear-gradient(180deg,#08090b 0%,#11100e 48%,#08090b 100%);
  color:#fff;
}
.web-service-page:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 76%);
  pointer-events:none;
}
.web-service-inner{
  position:relative;
  z-index:1;
  width:min(1280px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  gap:22px;
}
.web-service-intro,
.web-service-card,
.web-section-block,
.web-process-section,
.web-cta-box{
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04));
  box-shadow:0 28px 76px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
.web-service-intro{
  padding:34px;
}
.web-service-intro h2,
.web-section-head h2,
.web-cta-box h2{
  margin:16px 0 12px;
  color:#fff;
  font-size:clamp(30px,4vw,56px);
  line-height:1.04;
}
.web-service-intro p,
.web-cta-box p{
  max-width:820px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.7;
}
.web-service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.web-service-card,
.web-section-block,
.web-process-section{
  padding:28px;
}
.web-service-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:18px;
  border-radius:18px;
  background:rgba(255,140,0,.14);
  color:#ff9b22;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 36px rgba(255,140,0,.12);
}
.web-service-icon svg{
  width:30px;
  height:30px;
  fill:currentColor;
}
.web-service-card h3{
  margin:0 0 16px;
  color:#fff;
  font-size:26px;
}
.web-service-card ul,
.web-feature-grid,
.web-chip-grid{
  padding:0;
  margin:0;
  list-style:none;
}
.web-service-card li{
  position:relative;
  margin:0 0 11px;
  padding-left:18px;
  color:rgba(255,255,255,.72);
  line-height:1.55;
}
.web-service-card li:before{
  content:'';
  position:absolute;
  left:0;
  top:.68em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#ff8c00;
}
.web-section-head{
  margin-bottom:20px;
}
.web-section-head h2{
  font-size:clamp(28px,3.3vw,44px);
}
.web-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.web-feature-grid article{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:66px;
  padding:15px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.045);
  font-weight:800;
}
.web-feature-grid article span{
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ff8c00;
  box-shadow:0 0 18px rgba(255,140,0,.38);
}
.web-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.web-timeline article{
  position:relative;
  min-height:190px;
  padding:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  transition:transform .28s ease,border-color .28s ease,background .28s ease;
}
.web-timeline article:hover{
  transform:translateY(-6px);
  border-color:rgba(255,140,0,.34);
  background:linear-gradient(180deg,rgba(255,140,0,.12),rgba(255,255,255,.045));
}
.web-timeline b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(255,140,0,.14);
  color:#ffb15a;
  font-size:14px;
}
.web-timeline h3{
  margin:16px 0 8px;
  color:#fff;
}
.web-timeline p{
  margin:0;
  color:rgba(255,255,255,.66);
  line-height:1.6;
}
.web-section-block.compact{
  min-height:100%;
}
.web-chip-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.web-chip-grid span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 12px;
  border:1px solid rgba(255,140,0,.22);
  border-radius:999px;
  background:rgba(255,140,0,.1);
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:850;
}
.web-service-list{
  display:grid;
  gap:10px;
  padding:0;
  margin:0;
  list-style:none;
}
.web-service-list li{
  position:relative;
  padding:12px 12px 12px 32px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.04);
  line-height:1.45;
}
.web-service-list li:before{
  content:'';
  position:absolute;
  left:13px;
  top:18px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#ff8c00;
  box-shadow:0 0 16px rgba(255,140,0,.35);
}
.service-stat-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.service-stat-cards article{
  min-height:92px;
  display:grid;
  align-content:center;
  padding:16px;
  border:1px solid rgba(255,140,0,.18);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,140,0,.12),rgba(255,255,255,.045));
}
.service-stat-cards strong{
  color:#fff;
  font-size:28px;
  line-height:1;
}
.service-stat-cards span{
  margin-top:8px;
  color:rgba(255,255,255,.64);
  font-size:13px;
  font-weight:850;
}
.web-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.web-faq-item{
  margin:0;
  padding:0;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  box-shadow:none;
}
.web-faq-item:before{
  content:none;
}
.web-faq-item summary{
  cursor:pointer;
  padding:18px;
  color:#fff;
  font-weight:900;
}
.web-faq-item p{
  margin:0;
  padding:0 18px 18px;
  color:rgba(255,255,255,.66);
  line-height:1.65;
}
.web-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}
.web-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  background:
    radial-gradient(circle at 92% 8%,rgba(255,140,0,.22),transparent 28%),
    linear-gradient(135deg,rgba(17,18,22,.96),rgba(24,16,9,.9));
}
.web-cta-box h2{
  font-size:clamp(30px,3.4vw,48px);
}
.web-cta-box p{
  margin-bottom:0;
}
.web-service-card,
.web-section-block,
.web-process-section,
.web-cta-box{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease;
}
.web-service-card:hover,
.web-section-block:hover,
.web-process-section:hover,
.web-cta-box:hover{
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-6px);
  border-color:rgba(255,140,0,.3);
  box-shadow:0 32px 86px rgba(0,0,0,.38),0 0 0 1px rgba(255,140,0,.08);
}
@media(max-width:1050px){
  .web-service-grid,
  .web-feature-grid{
    grid-template-columns:1fr;
  }
  .web-faq-grid{
    grid-template-columns:1fr;
  }
  .web-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .web-cta-box{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:680px){
  .web-service-page{
    padding:76px 0 84px;
  }
  .web-service-intro,
  .web-service-card,
  .web-section-block,
  .web-process-section,
  .web-cta-box{
    padding:24px;
  }
  .web-timeline{
    grid-template-columns:1fr;
  }
  .service-stat-cards{
    grid-template-columns:1fr 1fr;
  }
  .web-feature-grid article{
    min-height:auto;
  }
}

/* Wide compact section headers */
.core-services-head,
.functions-clean-head{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(280px,1fr);
  align-items:center;
  gap:24px;
  margin-bottom:34px;
  padding:22px clamp(22px,3.2vw,36px);
}
.core-services-head .core-kicker,
.functions-clean-head .core-kicker{
  width:max-content;
  min-height:30px;
  padding:0 11px;
  font-size:10px;
}
.core-services-head h2,
.functions-clean-head h2{
  grid-column:1;
  max-width:520px;
  margin:10px 0 0;
  font-size:clamp(24px,2.7vw,38px);
  line-height:1.08;
}
.core-services-head p,
.functions-clean-head p{
  grid-column:2;
  grid-row:1 / span 2;
  max-width:680px;
  margin:0;
  justify-self:end;
  color:rgba(255,255,255,.7);
  font-size:clamp(14px,1.35vw,17px);
  line-height:1.6;
}
.core-services-head h2:after,
.functions-clean-head h2:after{
  width:68px;
  height:3px;
  margin-top:12px;
}
@media(max-width:760px){
  .core-services-head,
  .functions-clean-head{
    grid-template-columns:1fr;
    gap:14px;
    padding:22px;
  }
  .core-services-head h2,
  .functions-clean-head h2,
  .core-services-head p,
  .functions-clean-head p{
    grid-column:auto;
    grid-row:auto;
    justify-self:start;
    max-width:100%;
  }
}

/* Portfolio case studies */
.portfolio-featured-client,
.portfolio-real-section,
.portfolio-case-page{
  position:relative;
  overflow:hidden;
  padding:88px clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 10% 5%,rgba(255,140,0,.18),transparent 28%),
    radial-gradient(circle at 92% 22%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(180deg,#08090b,#0d0f14 56%,#08090b);
  color:#fff;
}
.portfolio-featured-inner,
.portfolio-case-inner{
  width:min(1240px,100%);
  margin:0 auto;
}
.portfolio-featured-head{
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(280px,1fr);
  gap:24px;
  align-items:end;
  margin-bottom:28px;
}
.portfolio-featured-head h2{
  margin:10px 0 0;
  font-size:clamp(30px,4vw,58px);
  line-height:1;
}
.portfolio-featured-head p{
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.7;
  justify-self:end;
}
.portfolio-featured-card{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr);
  gap:26px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,140,0,.18),transparent 34%),
    rgba(255,255,255,.055);
  box-shadow:0 34px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08);
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease;
  backdrop-filter:blur(24px);
}
.portfolio-featured-card:hover{
  transform:perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-7px);
  border-color:rgba(255,140,0,.36);
  box-shadow:0 42px 120px rgba(0,0,0,.52),0 0 0 1px rgba(255,140,0,.08);
}
.portfolio-featured-media{
  min-height:300px;
  display:grid;
  place-items:center;
  padding:28px;
  border-radius:22px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035)),
    radial-gradient(circle at 50% 30%,rgba(255,140,0,.16),transparent 48%);
  overflow:hidden;
}
.portfolio-featured-media img{
  width:100%;
  max-height:360px;
  object-fit:contain;
  filter:drop-shadow(0 24px 42px rgba(0,0,0,.4));
}
.portfolio-featured-content{
  padding:18px 18px 18px 0;
  align-self:center;
}
.portfolio-featured-content small,
.portfolio-case-card .core-kicker{
  color:#ffd9b4;
}
.portfolio-featured-content h3{
  margin:12px 0;
  font-size:clamp(26px,3vw,44px);
  line-height:1.05;
}
.portfolio-featured-content p{
  color:rgba(255,255,255,.7);
  line-height:1.75;
}
.portfolio-featured-content b{
  display:inline-flex;
  margin-top:18px;
  color:#ffb46d;
  font-weight:950;
}
.portfolio-case-hero{
  position:relative;
  overflow:hidden;
  padding:118px clamp(18px,4vw,56px) 74px;
  background:
    radial-gradient(circle at 84% 20%,rgba(255,140,0,.22),transparent 30%),
    linear-gradient(135deg,#08090b,#111318 55%,#08090b);
  color:#fff;
}
.portfolio-case-hero .portfolio-case-inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.78fr);
  gap:36px;
  align-items:center;
}
.portfolio-case-copy h1{
  max-width:900px;
  margin:16px 0;
  font-size:clamp(40px,6vw,78px);
  line-height:.96;
}
.portfolio-case-copy p{
  max-width:760px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.75;
}
.portfolio-case-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.portfolio-case-tags span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,140,0,.24);
  border-radius:999px;
  background:rgba(255,140,0,.1);
  color:#ffd7ad;
  font-size:12px;
  font-weight:900;
}
.portfolio-case-cover{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  display:grid;
  place-items:center;
  min-height:380px;
  padding:36px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,140,0,.18),transparent 36%),
    rgba(255,255,255,.06);
  box-shadow:0 34px 100px rgba(0,0,0,.42);
  backdrop-filter:blur(24px);
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease;
}
.portfolio-case-cover:hover{
  transform:perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-7px);
  border-color:rgba(255,140,0,.34);
}
.portfolio-case-cover img{
  width:100%;
  max-height:320px;
  object-fit:contain;
  filter:drop-shadow(0 22px 38px rgba(0,0,0,.44));
}
.portfolio-case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-bottom:18px;
}
.portfolio-case-card{
  --rx:0deg;
  --ry:0deg;
  --glow-x:50%;
  --glow-y:50%;
  position:relative;
  overflow:hidden;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y),rgba(255,140,0,.14),transparent 34%),
    rgba(255,255,255,.055);
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  transform-style:preserve-3d;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease;
}
.portfolio-case-card:hover{
  transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-6px);
  border-color:rgba(255,140,0,.34);
  box-shadow:0 32px 90px rgba(0,0,0,.42);
}
.portfolio-case-card h2{
  margin:12px 0;
  font-size:clamp(24px,2.4vw,34px);
}
.portfolio-case-card p{
  color:rgba(255,255,255,.68);
  line-height:1.75;
}
.portfolio-deliverables{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.portfolio-deliverables span{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.8);
  font-weight:800;
}
.dacaj-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.dacaj-gallery figure{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:transparent;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.dacaj-gallery figure:hover{
  transform:translateY(-6px);
  border-color:rgba(255,140,0,.34);
  box-shadow:0 24px 54px rgba(0,0,0,.34);
}
.dacaj-gallery img{
  width:100%;
  height:220px;
  display:block;
  object-fit:contain;
  padding:16px;
  background:transparent;
}
.dacaj-gallery figcaption{
  padding:12px 14px;
  color:rgba(255,255,255,.72);
  font-weight:800;
}
.portfolio-real-grid{
  display:grid;
  grid-template-columns:1fr;
}
.portfolio-client-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:22px;
}
.portfolio-client-grid .portfolio-featured-card{
  grid-template-columns:1fr;
  min-height:100%;
}
.portfolio-client-grid .portfolio-featured-media{
  min-height:320px;
}
.portfolio-client-grid .portfolio-featured-content{
  padding:4px 10px 10px;
}
.portfolio-client-grid .portfolio-featured-content h3{
  font-size:clamp(26px,2.6vw,40px);
}
@media(max-width:980px){
  .portfolio-featured-head,
  .portfolio-featured-card,
  .portfolio-case-hero .portfolio-case-inner,
  .portfolio-case-grid{
    grid-template-columns:1fr;
  }
  .portfolio-featured-head p{
    justify-self:start;
  }
  .portfolio-featured-content{
    padding:4px;
  }
  .portfolio-deliverables,
  .dacaj-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .portfolio-client-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .portfolio-featured-client,
  .portfolio-real-section,
  .portfolio-case-page{
    padding:64px 18px;
  }
  .portfolio-case-hero{
    padding:92px 18px 56px;
  }
  .portfolio-featured-card,
  .portfolio-case-card{
    border-radius:22px;
    padding:18px;
  }
  .portfolio-featured-media,
  .portfolio-case-cover{
    min-height:240px;
    padding:20px;
  }
  .portfolio-deliverables,
  .dacaj-gallery{
    grid-template-columns:1fr;
  }
  .dacaj-gallery img{
    height:200px;
  }
}

/* Premium client portfolio wall */
.portfolio-featured-client,
.portfolio-real-section{
  background:
    linear-gradient(90deg,rgba(255,140,0,.08) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,140,0,.06) 1px,transparent 1px),
    radial-gradient(circle at 18% 16%,rgba(255,140,0,.22),transparent 34%),
    radial-gradient(circle at 86% 8%,rgba(255,255,255,.08),transparent 30%),
    linear-gradient(180deg,#07080a,#0c0d11 58%,#07080a);
  background-size:auto,42px 42px,auto,auto,auto;
}
.portfolio-client-grid{
  counter-reset:client-card;
  align-items:stretch;
}
.portfolio-client-grid .portfolio-featured-card{
  counter-increment:client-card;
  isolation:isolate;
  min-height:440px;
  padding:16px;
  gap:14px;
  overflow:hidden;
  border-radius:30px;
  border-color:rgba(255,255,255,.11);
  background:
    radial-gradient(circle at var(--glow-x,50%) var(--glow-y,50%),rgba(255,140,0,.22),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035) 48%,rgba(255,140,0,.035));
}
.portfolio-client-grid .portfolio-featured-card:before{
  content:"0" counter(client-card);
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid rgba(255,140,0,.28);
  border-radius:14px;
  background:rgba(6,7,9,.62);
  color:#ffb46d;
  font-size:12px;
  font-weight:950;
  letter-spacing:0;
  backdrop-filter:blur(18px);
}
.portfolio-client-grid .portfolio-featured-card:after{
  content:attr(data-service);
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  max-width:150px;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.76);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
.portfolio-client-grid .portfolio-featured-card.is-active{
  border-color:rgba(255,140,0,.48);
  box-shadow:0 44px 130px rgba(0,0,0,.62),0 0 0 1px rgba(255,140,0,.16),0 0 42px rgba(255,140,0,.12);
}
.portfolio-client-grid .portfolio-featured-media{
  position:relative;
  min-height:270px;
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 22%,rgba(255,140,0,.2),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));
}
.portfolio-client-grid .portfolio-featured-media:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  pointer-events:none;
}
.portfolio-client-grid .portfolio-featured-media img{
  width:min(82%,360px);
  max-height:220px;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .3s ease;
}
.portfolio-client-grid .portfolio-featured-card:hover .portfolio-featured-media img,
.portfolio-client-grid .portfolio-featured-card.is-active .portfolio-featured-media img{
  transform:translateY(-5px) scale(1.045);
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.48));
}
.portfolio-client-grid .portfolio-featured-content{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:end;
  min-height:118px;
  padding:10px 8px 6px;
}
.portfolio-client-grid .portfolio-featured-content h3{
  margin:0;
  color:#fff;
  font-size:clamp(21px,2vw,30px);
  line-height:1.08;
}
.portfolio-client-grid .portfolio-featured-content h3:before{
  content:"Client Project";
  display:block;
  margin-bottom:10px;
  color:#ffb46d;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:0;
}
.portfolio-client-grid .portfolio-featured-content b{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,140,0,.14);
  color:#ffd8b1;
  font-size:12px;
  white-space:nowrap;
  transition:background .24s ease,color .24s ease,transform .24s ease;
}
.portfolio-client-grid .portfolio-featured-card:hover b,
.portfolio-client-grid .portfolio-featured-card.is-active b{
  background:#ff8c00;
  color:#111;
  transform:translateX(2px);
}
.portfolio-client-grid a[href*="dacaj-garten-landschaftsbau"] .portfolio-featured-media{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(245,247,249,.88)),
    radial-gradient(circle at 50% 24%,rgba(132,204,22,.16),transparent 42%);
}
.portfolio-client-grid img[src*="dacaj/logo.png"]{
  width:min(76%,210px);
  height:auto;
  max-height:238px;
  object-fit:contain;
  padding:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
}
.portfolio-client-grid a[href*="dacaj-garten-landschaftsbau"] .portfolio-featured-content{
  grid-template-columns:1fr;
  align-items:start;
  gap:12px;
  min-height:128px;
}
.portfolio-client-grid a[href*="dacaj-garten-landschaftsbau"] .portfolio-featured-content h3{
  max-width:100%;
  font-size:clamp(20px,1.65vw,26px);
  line-height:1.16;
}
.portfolio-client-grid a[href*="dacaj-garten-landschaftsbau"] .portfolio-featured-content b{
  width:max-content;
  max-width:100%;
}
.portfolio-case-cover img[src*="dacaj/logo-transparent.png"]{
  width:min(72%,340px);
  max-height:340px;
  object-fit:contain;
}
@media(max-width:760px){
  .portfolio-client-grid .portfolio-featured-card{
    min-height:390px;
    border-radius:24px;
  }
  .portfolio-client-grid .portfolio-featured-media{
    min-height:230px;
  }
  .portfolio-client-grid .portfolio-featured-content{
    grid-template-columns:1fr;
    align-items:start;
    min-height:auto;
  }
  .portfolio-client-grid .portfolio-featured-content b{
    width:max-content;
  }
}

/* Premium pricing plans */
.pricing-premium-section{
  position:relative;
  overflow:hidden;
  padding:92px clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 12% 8%,rgba(255,140,0,.2),transparent 30%),
    radial-gradient(circle at 90% 20%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(180deg,#08090b,#0d0f14 58%,#08090b);
  color:#fff;
}
.pricing-premium-section:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,transparent,#000 18%,#000 72%,transparent);
  pointer-events:none;
}
.pricing-premium-inner{
  position:relative;
  z-index:1;
  width:min(1240px,100%);
  margin:0 auto;
}
.pricing-intro{
  display:grid;
  grid-template-columns:minmax(260px,.85fr) minmax(280px,1fr);
  gap:24px;
  align-items:end;
  margin-bottom:30px;
}
.pricing-intro h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(30px,4vw,58px);
  line-height:1;
}
.pricing-intro p{
  justify-self:end;
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.7;
}
.pricing-premium-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.premium-price-card{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:30px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04));
  box-shadow:0 28px 90px rgba(0,0,0,.34);
  overflow:hidden;
}
.premium-price-card:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#ff8c00,#ffc166);
}
.premium-price-card.featured-plan{
  border-color:rgba(255,140,0,.42);
  background:
    radial-gradient(circle at 50% 0%,rgba(255,140,0,.18),transparent 46%),
    linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  box-shadow:0 34px 110px rgba(255,140,0,.12),0 28px 90px rgba(0,0,0,.38);
}
.plan-label{
  width:max-content;
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid rgba(255,140,0,.28);
  border-radius:999px;
  background:rgba(255,140,0,.12);
  color:#ffbd7a;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.premium-price-card h3{
  margin:0;
  color:#fff;
  font-size:clamp(30px,3vw,44px);
  line-height:1;
}
.premium-price-card strong{
  color:#ffb46d;
  font-size:15px;
}
.premium-price-card p{
  margin:0;
  color:rgba(255,255,255,.7);
  line-height:1.65;
}
.premium-price-card ul{
  display:grid;
  gap:10px;
  margin:8px 0 0;
  padding:0;
  list-style:none;
}
.premium-price-card li{
  position:relative;
  padding-left:24px;
  color:rgba(255,255,255,.78);
  line-height:1.45;
}
.premium-price-card li:before{
  content:'';
  position:absolute;
  left:0;
  top:.55em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff8c00;
  box-shadow:0 0 18px rgba(255,140,0,.5);
}
.plan-note{
  margin-top:auto;
  padding:14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.72);
  font-weight:800;
}
.premium-price-card .button{
  width:100%;
  margin-top:2px;
}
@media(max-width:980px){
  .pricing-intro,
  .pricing-premium-grid{
    grid-template-columns:1fr;
  }
  .pricing-intro p{
    justify-self:start;
  }
  .premium-price-card{
    min-height:auto;
  }
}
@media(max-width:620px){
  .pricing-premium-section{
    padding:66px 18px;
  }
  .premium-price-card{
    padding:24px;
    border-radius:22px;
  }
}

/* Premium blog hub and articles */
.blog-hub-section,
.blog-article{
  position:relative;
  overflow:hidden;
  padding:92px clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 12% 6%,rgba(255,140,0,.18),transparent 30%),
    radial-gradient(circle at 90% 30%,rgba(255,255,255,.07),transparent 30%),
    linear-gradient(180deg,#08090b,#0d1017 58%,#08090b);
  color:#fff;
}
.blog-hub-inner{
  width:min(1240px,100%);
  margin:0 auto;
}
.blog-hub-head{
  display:grid;
  grid-template-columns:minmax(260px,.85fr) minmax(280px,1fr);
  gap:26px;
  align-items:end;
  margin-bottom:30px;
}
.blog-hub-head h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(32px,4vw,58px);
  line-height:1;
}
.blog-hub-head p{
  justify-self:end;
  max-width:680px;
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.75;
}
.blog-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.blog-card{
  position:relative;
  min-height:360px;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:
    radial-gradient(circle at var(--glow-x,50%) var(--glow-y,0%),rgba(255,140,0,.15),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  box-shadow:0 28px 84px rgba(0,0,0,.3);
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.blog-card:hover{
  transform:translateY(-10px);
  border-color:rgba(255,140,0,.42);
  box-shadow:0 34px 100px rgba(255,140,0,.12),0 28px 80px rgba(0,0,0,.34);
}
.blog-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,#ff8c00,#ffc166);
  color:#101216;
  font-weight:950;
  box-shadow:0 18px 44px rgba(255,140,0,.24);
}
.blog-card small{
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,140,0,.12);
  color:#ffbd7a;
  font-weight:900;
  text-transform:uppercase;
  font-size:10px;
}
.blog-card h3{
  margin:0;
  color:#fff;
  font-size:clamp(24px,2vw,32px);
  line-height:1.05;
}
.blog-card p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.65;
}
.blog-card b{
  width:max-content;
  margin-top:auto;
  padding:12px 14px;
  border-radius:999px;
  background:rgba(255,140,0,.14);
  color:#ffd5ad;
}
.blog-article{
  padding-top:72px;
}
.blog-article-hero{
  width:min(1120px,100%);
  margin:0 auto 34px;
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:32px;
  background:
    radial-gradient(circle at 85% 0%,rgba(255,140,0,.18),transparent 42%),
    linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
  box-shadow:0 30px 100px rgba(0,0,0,.34);
}
.blog-article-hero h1{
  margin:16px 0;
  color:#fff;
  font-size:clamp(44px,6vw,84px);
  line-height:.95;
}
.blog-article-hero p{
  max-width:860px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.75;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.article-meta span{
  padding:10px 12px;
  border:1px solid rgba(255,140,0,.22);
  border-radius:999px;
  background:rgba(255,140,0,.1);
  color:#ffbd7a;
  font-size:12px;
  font-weight:900;
}
.blog-article-layout{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.article-sidebar{
  position:sticky;
  top:105px;
  display:grid;
  gap:10px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.065);
}
.article-sidebar strong{
  color:#fff;
  margin-bottom:4px;
}
.article-sidebar a{
  padding:10px 12px;
  border-radius:14px;
  color:rgba(255,255,255,.68);
  font-weight:800;
}
.article-sidebar a:hover{
  background:rgba(255,140,0,.13);
  color:#ffd0a2;
}
.article-content{
  display:grid;
  gap:18px;
}
.article-panel,
.article-cta{
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.04));
  box-shadow:0 24px 80px rgba(0,0,0,.24);
}
.article-panel h2,
.article-cta h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(26px,3vw,42px);
  line-height:1.06;
}
.article-panel h3{
  margin:8px 0;
  color:#fff;
}
.article-panel p,
.article-cta p{
  color:rgba(255,255,255,.7);
  line-height:1.78;
}
.article-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.article-steps div{
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:rgba(255,255,255,.055);
}
.article-steps span{
  color:#ffb46d;
  font-weight:950;
}
.article-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.article-checklist li{
  position:relative;
  padding:14px 14px 14px 38px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.76);
}
.article-checklist li:before{
  content:'';
  position:absolute;
  left:16px;
  top:20px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff8c00;
  box-shadow:0 0 18px rgba(255,140,0,.54);
}
.article-cta{
  background:
    radial-gradient(circle at 88% 0%,rgba(255,140,0,.22),transparent 44%),
    linear-gradient(145deg,rgba(255,140,0,.14),rgba(255,255,255,.055));
}
@media(max-width:1080px){
  .blog-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .blog-article-layout{
    grid-template-columns:1fr;
  }
  .article-sidebar{
    position:relative;
    top:auto;
  }
}
@media(max-width:720px){
  .blog-hub-section,
  .blog-article{
    padding:66px 18px;
  }
  .blog-hub-head,
  .blog-card-grid,
  .article-steps,
  .article-checklist{
    grid-template-columns:1fr;
  }
  .blog-hub-head p{
    justify-self:start;
  }
  .blog-article-hero,
  .article-panel,
  .article-cta{
    padding:22px;
    border-radius:22px;
  }
  .blog-card{
    min-height:auto;
    border-radius:22px;
  }
}

/* Premium FAQ */
.faq-premium-section{
  position:relative;
  overflow:hidden;
  padding:92px clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 12% 8%,rgba(255,140,0,.18),transparent 30%),
    radial-gradient(circle at 90% 24%,rgba(255,255,255,.07),transparent 28%),
    linear-gradient(180deg,#08090b,#0d1017 58%,#08090b);
  color:#fff;
}
.faq-premium-inner{
  width:min(1120px,100%);
  margin:0 auto;
}
.faq-premium-head{
  display:grid;
  grid-template-columns:minmax(260px,.85fr) minmax(280px,1fr);
  gap:24px;
  align-items:end;
  margin-bottom:28px;
}
.faq-premium-head h2{
  margin:10px 0 0;
  color:#fff;
  font-size:clamp(32px,4vw,58px);
  line-height:1;
}
.faq-premium-head p{
  justify-self:end;
  max-width:660px;
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.75;
}
.faq-premium-list{
  display:grid;
  gap:14px;
}
.faq-premium-item{
  position:relative;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:
    radial-gradient(circle at var(--glow-x,50%) var(--glow-y,0%),rgba(255,140,0,.12),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.04));
  box-shadow:0 24px 80px rgba(0,0,0,.24);
  overflow:hidden;
}
.faq-premium-item:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#ff8c00,#ffc166);
}
.faq-premium-item summary{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:88px;
  padding:24px 64px 24px 24px;
  color:#fff;
  font-size:clamp(18px,2vw,26px);
  font-weight:950;
  cursor:pointer;
  list-style:none;
}
.faq-premium-item summary::-webkit-details-marker{
  display:none;
}
.faq-premium-item summary:after{
  content:'+';
  position:absolute;
  right:24px;
  top:26px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,140,0,.14);
  color:#ffbd7a;
  font-size:24px;
  line-height:1;
  transition:transform .24s ease,background .24s ease,color .24s ease;
}
.faq-premium-item[open] summary:after{
  content:'-';
  background:#ff8c00;
  color:#101216;
  transform:rotate(180deg);
}
.faq-premium-item summary span{
  width:46px;
  height:46px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#ff8c00,#ffc166);
  color:#101216;
  font-size:13px;
  box-shadow:0 16px 34px rgba(255,140,0,.2);
}
.faq-premium-item p{
  max-width:880px;
  margin:0;
  padding:0 28px 26px 86px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  line-height:1.78;
}
.faq-premium-item:hover{
  border-color:rgba(255,140,0,.38);
  box-shadow:0 30px 92px rgba(255,140,0,.1),0 24px 80px rgba(0,0,0,.28);
}
@media(max-width:760px){
  .faq-premium-section{
    padding:66px 18px;
  }
  .faq-premium-head{
    grid-template-columns:1fr;
  }
  .faq-premium-head p{
    justify-self:start;
  }
  .faq-premium-item summary{
    align-items:flex-start;
    padding:22px 58px 22px 18px;
    font-size:18px;
  }
  .faq-premium-item p{
    padding:0 18px 22px;
  }
}

/* Premium 2026 footer */
.footer{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(260px,.72fr);
  align-items:center;
  gap:24px;
  padding:46px clamp(18px,4vw,56px);
  border-top:1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 12% 0%,rgba(255,140,0,.2),transparent 30%),
    radial-gradient(circle at 88% 80%,rgba(255,255,255,.06),transparent 28%),
    linear-gradient(135deg,#06070a,#10131a 54%,#07080a);
  color:#fff;
}
.footer:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,#000,transparent 72%);
  pointer-events:none;
}
.footer > div{
  position:relative;
  z-index:1;
}
.footer > div:first-child{
  max-width:680px;
}
.footer strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:clamp(24px,3vw,38px);
  line-height:1;
  letter-spacing:0;
}
.footer p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.7;
}
.footer > div:last-child{
  display:grid;
  gap:12px;
  justify-self:end;
  width:min(100%,430px);
}
.footer a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:58px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.065);
  color:#fff;
  font-weight:850;
  overflow-wrap:anywhere;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.footer a:before{
  color:#ffbd7a;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer a[href^="mailto:"]:before{
  content:'Email';
}
.footer a[href^="tel:"]:before{
  content:'Telefon';
}
html[lang="en"] .footer a[href^="tel:"]:before{
  content:'Phone';
}
html[lang="de"] .footer a[href^="tel:"]:before{
  content:'Telefon';
}
html[lang="it"] .footer a[href^="tel:"]:before{
  content:'Telefono';
}
.footer a:hover{
  transform:translateY(-3px);
  border-color:rgba(255,140,0,.4);
  background:rgba(255,140,0,.12);
}
@media(max-width:820px){
  .footer{
    grid-template-columns:1fr;
  }
  .footer > div:last-child{
    justify-self:stretch;
    width:100%;
  }
}
@media(max-width:520px){
  .footer{
    padding:34px 18px;
  }
  .footer a{
    display:grid;
    justify-content:stretch;
    min-height:auto;
    padding:14px;
  }
}

/* Language loading gate */
.language-locked{
  overflow:hidden;
}
.language-gate{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:22px;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,140,0,.28),transparent 30%),
    radial-gradient(circle at 82% 76%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(135deg,#050609,#0f1219 54%,#050609);
  color:#fff;
  backdrop-filter:blur(18px);
}
.language-gate:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at 50% 50%,#000,transparent 72%);
  pointer-events:none;
}
.language-gate-panel{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  padding:34px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,140,0,.18),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.05));
  box-shadow:0 44px 140px rgba(0,0,0,.55),0 0 0 1px rgba(255,140,0,.05);
  text-align:center;
}
.language-gate-panel:before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:4px;
  border-radius:34px 34px 0 0;
  background:linear-gradient(90deg,transparent,#ff8c00,#ffc166,transparent);
}
.language-brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin:0 auto 22px;
  padding:10px 14px 10px 10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(0,0,0,.22);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
  text-align:left;
}
.language-logo{
  width:54px;
  height:54px;
  flex:0 0 auto;
  border-radius:0;
  background:url('../images/logo/favicon.png') center/contain no-repeat;
  filter:drop-shadow(0 12px 22px rgba(255,140,0,.24));
}
.language-brand strong,
.language-brand small{
  display:block;
  line-height:1.08;
}
.language-brand strong{
  font-size:14px;
}
.language-brand small{
  margin-top:4px;
  color:rgba(255,255,255,.56);
  font-size:11px;
}
.language-loader{
  width:46px;
  height:46px;
  display:inline-block;
  margin-bottom:18px;
  border:2px solid rgba(255,255,255,.16);
  border-top-color:#ff8c00;
  border-radius:50%;
  animation:languageSpin .9s linear infinite;
  box-shadow:0 0 34px rgba(255,140,0,.18);
}
.language-gate h2{
  margin:0;
  color:#fff;
  font-size:clamp(32px,5vw,62px);
  line-height:1;
}
.language-gate p{
  margin:14px auto 28px;
  max-width:520px;
  color:rgba(255,255,255,.68);
  line-height:1.6;
}
.language-options{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.language-options button,
.language-switcher button{
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(255,255,255,.075);
  color:#fff;
  cursor:pointer;
}
.language-options button{
  min-height:112px;
  display:grid;
  gap:8px;
  place-items:center;
  padding:16px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,140,0,.08),transparent 46%),
    rgba(255,255,255,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.language-options button:hover{
  transform:translateY(-5px);
  border-color:rgba(255,140,0,.5);
  background:rgba(255,140,0,.13);
  box-shadow:0 20px 52px rgba(255,140,0,.12);
}
.language-options strong{
  font-size:18px;
}
.language-options small{
  color:rgba(255,255,255,.62);
}
.language-gate.is-loading .language-options{
  opacity:.4;
  pointer-events:none;
}
.language-switcher{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:120;
}
.language-switcher > button{
  width:52px;
  height:52px;
  border-color:rgba(255,140,0,.45);
  background:linear-gradient(135deg,#ff8c00,#ffc166);
  color:#101216;
  font-weight:950;
  box-shadow:0 18px 44px rgba(0,0,0,.26);
}
.language-switcher > div{
  position:absolute;
  left:0;
  bottom:62px;
  display:none;
  min-width:180px;
  padding:8px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(10,12,16,.94);
  box-shadow:0 20px 60px rgba(0,0,0,.34);
}
.language-switcher.is-open > div{
  display:grid;
  gap:6px;
}
.language-switcher [data-lang]{
  min-height:42px;
  padding:0 12px;
  text-align:left;
}
.language-switcher [data-lang]:hover{
  background:rgba(255,140,0,.14);
  border-color:rgba(255,140,0,.4);
}
@keyframes languageSpin{
  to{transform:rotate(360deg)}
}
@media(max-width:680px){
  .language-options{
    grid-template-columns:1fr 1fr;
  }
  .language-gate-panel{
    padding:24px;
    border-radius:24px;
  }
}
