:root{
  --ink:#0b0f14;--ink-2:#111821;--ink-3:#18222d;--paper:#f4f5f6;--white:#fff;--muted:#8d98a5;
  --text:#131920;--soft:#66717d;--line:rgba(13,19,26,.12);--line-dark:rgba(255,255,255,.13);
  --blue:#066aff;--blue-2:#4c84ff;--radius:24px;--shadow:0 28px 80px rgba(7,13,20,.16);
  --container:min(1440px,calc(100% - 48px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.58;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:#000;padding:12px 16px;z-index:9999}.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:.25s ease;background:linear-gradient(180deg,rgba(5,9,13,.92),rgba(5,9,13,.55),transparent)}.site-header.is-scrolled{background:rgba(8,12,17,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-dark)}.site-header__inner{height:82px;display:flex;align-items:center;gap:28px}.site-progress{position:absolute;left:0;right:0;bottom:0;height:2px;overflow:hidden;pointer-events:none}.site-progress__bar{display:block;width:100%;height:100%;background:var(--blue);transform:scaleX(0);transform-origin:left center;will-change:transform;box-shadow:0 0 8px rgba(6,106,255,.22)}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:190px;display:block}.site-nav{margin-left:auto}.site-nav__list{display:flex;align-items:center;gap:22px;padding:0;margin:0;list-style:none}.site-nav__list a{font-size:12px;font-weight:600;color:rgba(255,255,255,.82);transition:.2s}.site-nav__list a:hover{color:#fff}.site-header__cta{margin-left:4px}.nav-toggle{display:none;margin-left:auto;border:0;background:transparent;width:42px;height:42px;padding:10px}.nav-toggle span{display:block;height:2px;background:#fff;margin:6px 0;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 18px;border-radius:8px;border:1px solid transparent;font-size:13px;font-weight:700;transition:transform .2s,background .2s,border-color .2s}.btn:hover{transform:translateY(-1px)}.btn--light{background:#fff;color:#0a0e13;box-shadow:0 10px 30px rgba(0,0,0,.15)}.btn--dark{background:#0b1118;color:#fff}.btn--ghost{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.04)}.btn--outline{border-color:var(--line);color:var(--text);background:#fff}.eyebrow{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8fa0b2;font-weight:500}.eyebrow--dark{color:#637180}.display{font-size:clamp(38px,4.6vw,66px);line-height:1.01;letter-spacing:-.048em;margin:0;max-width:820px;font-weight:700}.display__accent{color:var(--blue)}.section-title{font-size:clamp(36px,4vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px;font-weight:650}.section-copy{font-size:17px;color:var(--soft);max-width:710px}.kicker{font-size:12px;color:#7d8996;text-transform:uppercase;letter-spacing:.15em;font-weight:700}
.hero{min-height:100svh;background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 35%,rgba(25,70,110,.22),transparent 36%),linear-gradient(90deg,rgba(4,9,14,.96) 0%,rgba(4,9,14,.92) 44%,rgba(4,9,14,.38) 68%,rgba(4,9,14,.18) 100%);z-index:1}.hero__image{position:absolute;inset:0 0 0 43%;background-size:cover;background-position:center center;opacity:.96}.hero__gridline{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent);z-index:1}.hero__inner{position:relative;z-index:3;padding-top:150px;padding-bottom:64px;display:grid;grid-template-columns:minmax(0,720px);gap:34px;min-height:100svh;align-content:center}.hero__content{display:flex;flex-direction:column;justify-content:center}.hero .eyebrow{color:#c4d0dc;margin-bottom:24px}.hero__lead{font-size:17px;line-height:1.62;color:rgba(255,255,255,.82);max-width:620px;margin:24px 0 30px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__side{display:none}.hero__quote{display:none}.hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border-top:1px solid var(--line-dark);margin-top:26px;max-width:760px}.hero__proof div{padding:22px 24px 0 0}.hero__proof strong{font-size:18px;display:block}.hero__proof span{font-size:11px;color:#a7b1bb}.scroll-cue{display:inline-flex;gap:10px;align-items:center;color:#c9d1da;font-size:12px}.scroll-cue i{width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center}
.section{padding:110px 0}.section--soft{background:#f4f5f6}.section--dark{background:#0b1118;color:#fff}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:center}.split--wide{grid-template-columns:.72fr 1.28fr}.statement{font-size:clamp(36px,4vw,66px);letter-spacing:-.045em;line-height:1.05;margin:0 0 26px}.body-lg{font-size:18px;color:var(--soft);max-width:720px}.section--dark .body-lg{color:#a9b4bf}.text-link{display:inline-flex;gap:10px;align-items:center;font-size:13px;font-weight:700;margin-top:16px}.text-link i{transition:transform .2s}.text-link:hover i{transform:translateX(4px)}
.system-visual{min-height:430px;border-radius:20px;background:linear-gradient(135deg,#f8fafb,#e6e9ed);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.system-visual::before{content:"";position:absolute;inset:0;background:url('../images/about-office.webp') center/cover;opacity:.18}.ui-card{position:absolute;background:#0e151e;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 70px rgba(7,13,20,.2);border-radius:14px;padding:18px}.ui-card--lead{left:12%;top:22%;width:46%}.ui-card--lead small{color:#8391a0}.ui-card__row{margin-top:12px;padding:12px;background:#151f2a;border-radius:9px;font-size:12px}.ui-pills{position:absolute;right:10%;top:31%;display:grid;gap:9px}.ui-pill{background:#fff;border:1px solid rgba(0,0,0,.09);box-shadow:0 12px 24px rgba(10,15,20,.1);padding:12px 16px;border-radius:8px;min-width:152px;font-size:12px;display:flex;gap:10px;align-items:center}.ui-pill i{color:var(--blue)}
.triad-intro{text-align:center;max-width:780px;margin:0 auto 46px}.triad{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{border:1px solid var(--line);background:#fff;min-height:285px;padding:34px;display:flex;flex-direction:column;position:relative;transition:.25s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-card__icon{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin-bottom:34px}.service-card__num{font-family:"IBM Plex Mono",monospace;font-size:11px;color:#7f8b97}.service-card h3{font-size:25px;margin:8px 0 10px;letter-spacing:-.03em}.service-card p{font-size:14px;color:var(--soft);margin:0}.service-card .fa-arrow-right{margin-top:auto;align-self:flex-end}.band{background:#0b1118;color:#fff;padding:54px 0}.band__inner{display:flex;justify-content:space-between;align-items:center;gap:28px}.band h2{font-size:clamp(28px,3vw,46px);margin:0;letter-spacing:-.04em}
.problem-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.problem-item{border-top:1px solid var(--line);padding:18px 0;font-size:15px;display:flex;gap:12px}.problem-item i{color:var(--blue);margin-top:5px}.diagnostic{border:1px solid var(--line);border-radius:24px;padding:34px;background:#fff}.diagnostic h3{font-size:22px;margin:0 0 20px}.diag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.diag-option input{position:absolute;opacity:0}.diag-option span{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:10px;cursor:pointer;font-size:13px}.diag-option input:checked+span{border-color:#6b96ff;background:#f2f6ff;color:#0a46bb}.diag-result{margin-top:18px;padding:18px;background:#0d141c;color:#fff;border-radius:12px;font-size:14px;display:none}.diag-result.is-visible{display:block}
.flow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:40px;align-items:stretch}.flow-step{position:relative;display:flex;flex-direction:column;gap:14px;min-height:210px;padding:18px 18px 20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(180deg,rgba(11,17,24,.94),rgba(8,13,19,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.flow-step:nth-child(1){background:linear-gradient(180deg,rgba(14,23,34,.96),rgba(8,13,19,.98))}.flow-step:nth-child(2){background:linear-gradient(180deg,rgba(15,28,43,.96),rgba(8,13,19,.98))}.flow-step:nth-child(3){background:linear-gradient(180deg,rgba(17,33,50,.96),rgba(8,13,19,.98))}.flow-step:nth-child(4){background:linear-gradient(180deg,rgba(19,38,57,.96),rgba(8,13,19,.98))}.flow-step:nth-child(5){background:linear-gradient(180deg,rgba(18,35,52,.96),rgba(8,13,19,.98))}.flow-step:nth-child(6){background:linear-gradient(180deg,rgba(15,28,43,.96),rgba(8,13,19,.98))}.flow-step__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.flow-step__n{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(111,160,255,.2);background:rgba(6,106,255,.08);font:700 11px/1 "IBM Plex Mono",monospace;color:#8db7ff;letter-spacing:.08em}.flow-step i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(111,160,255,.18);background:rgba(6,106,255,.1);color:#77a8ff;font-size:18px;box-shadow:0 10px 24px rgba(6,106,255,.08)}.flow-step strong{display:block;margin-top:2px;font-size:22px;line-height:1.12;color:#f7fbff}.flow-step small{display:block;font-size:14px;line-height:1.55;color:#9badbd}.flow-step:not(:last-child)::after{content:"";position:absolute;top:50%;right:-18px;transform:translateY(-50%);width:22px;height:2px;border-radius:2px;background:linear-gradient(90deg,rgba(111,160,255,.85),rgba(111,160,255,.2));z-index:2}.flow-step:not(:last-child)::before{content:"";position:absolute;top:50%;right:-18px;transform:translateY(-50%) rotate(45deg);width:12px;height:12px;border-top:2px solid rgba(111,160,255,.88);border-right:2px solid rgba(111,160,255,.88);z-index:3}
.projects-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-top:42px}.project-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#fff}.project-card__visual{min-height:350px;background:#0d141c;position:relative;padding:28px}.project-card--small .project-card__visual{min-height:240px}.project-card__meta{padding:24px}.project-card__meta h3{margin:0 0 8px;font-size:24px}.project-card__meta p{margin:0;color:var(--soft);font-size:14px}.screen{background:#111a24;border:1px solid rgba(255,255,255,.11);border-radius:12px;height:100%;padding:14px;color:#fff;box-shadow:0 35px 80px rgba(0,0,0,.34)}.screen__bar{display:flex;gap:5px;margin-bottom:18px}.screen__bar b{width:6px;height:6px;border-radius:50%;background:#51606e}.screen__grid{display:grid;grid-template-columns:78px 1fr;gap:10px;height:calc(100% - 26px)}.screen__side{border-radius:7px;background:#0b1219}.screen__content{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.screen__content div{border-radius:8px;background:linear-gradient(145deg,#172332,#111b25);border:1px solid rgba(255,255,255,.05)}.screen__content div:first-child{grid-column:1/-1}.node-map{height:100%;position:relative}.node{position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:12px;color:#fff;background:#111923;font-size:11px}.node:before{content:"";position:absolute;width:70px;height:1px;background:rgba(80,130,255,.5);left:100%;top:50%}.node:nth-child(1){left:8%;top:18%}.node:nth-child(2){left:44%;top:18%}.node:nth-child(3){left:44%;top:57%}.node:nth-child(4){right:8%;top:38%}.node:nth-child(4):before{display:none}.node-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:6px}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:46px}.process-step{background:#fff;padding:34px;min-height:220px}.process-step__n{font-family:"IBM Plex Mono",monospace;color:#8995a1;font-size:11px}.process-step h3{font-size:22px;margin:36px 0 9px}.process-step p{font-size:14px;color:var(--soft);margin:0}
.page-hero{background:#0b1118;color:#fff;padding:180px 0 90px;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-120px;top:-80px;background:radial-gradient(circle at 38% 38%,rgba(63,122,255,.3),rgba(17,24,33,0) 68%)}.page-hero .section-title{max-width:900px}.page-hero p{max-width:760px;color:#b5c0cb;font-size:18px}.page-shell{padding:96px 0}.content-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.content-grid__aside{position:sticky;top:120px;align-self:start}.content-grid__aside .icon-badge{width:54px;height:54px;border-radius:14px;background:#0d141c;color:#fff;display:grid;place-items:center;font-size:20px;margin-bottom:18px}.content-sections>section{padding:0 0 66px;border-bottom:1px solid var(--line);margin-bottom:66px}.content-sections h2{font-size:clamp(30px,3vw,46px);line-height:1.08;letter-spacing:-.04em;margin:0 0 20px}.content-sections h3{font-size:22px;margin:30px 0 10px}.content-sections p{color:var(--soft);font-size:16px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 26px;padding:0;margin:24px 0;list-style:none}.feature-list li{border-top:1px solid var(--line);padding:14px 0;font-size:14px}.feature-list i{color:var(--blue);margin-right:9px}.callout{background:#0b1118;color:#fff;border-radius:18px;padding:34px;margin-top:30px}.callout p{color:#afbbc7}.simple-page{padding:160px 0 100px}.content-prose{max-width:860px}.content-prose h1{font-size:56px;letter-spacing:-.05em}.content-prose p{color:var(--soft)}
.about-visual{border-radius:18px;min-height:520px;background:url('../images/about-office.webp') center/cover;position:relative;overflow:hidden}.about-visual::after{content:"IDEJE\A U SISTEME\A KOJI RADE.";white-space:pre;position:absolute;right:8%;top:17%;background:rgba(236,232,222,.92);color:#111;padding:25px 22px;font-family:"IBM Plex Mono",monospace;letter-spacing:.14em;line-height:1.7}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px}.contact-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field--full{grid-column:1/-1}.field label{display:block;font-size:11px;font-weight:700;color:#63707c;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;border:1px solid #d9dee4;border-radius:8px;padding:13px 14px;background:#fbfcfd;color:#0b1118;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#7aa3ff;box-shadow:0 0 0 3px rgba(6,106,255,.09)}.field textarea{min-height:150px;resize:vertical}.hp-field{position:absolute!important;left:-9999px!important}.form-status{padding:14px;border-radius:8px;margin-bottom:18px;font-size:13px}.form-status--ok{background:#eaf7ef;color:#1d6e3b}.form-status--bad{background:#fff1f1;color:#9b2525}
.site-footer{background:#080d12;color:#fff;padding:72px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:70px}.footer-logo{width:210px;margin-bottom:22px}.footer-grid p{color:#8f9ba7;max-width:520px;font-size:14px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#73808c;margin-bottom:8px}.footer-grid a{font-size:13px;color:#c7d0d9}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--line-dark);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;color:#697581;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1100px){.site-nav{display:none}.site-header__cta{margin-left:auto}.nav-toggle{display:block}.site-nav.is-open{display:block;position:fixed;left:16px;right:16px;top:82px;background:#0c1219;border:1px solid var(--line-dark);padding:18px;border-radius:14px;box-shadow:var(--shadow)}.site-nav.is-open .site-nav__list{display:grid;gap:4px}.site-nav.is-open a{display:block;padding:10px}.hero__inner{grid-template-columns:1fr .7fr}.flow{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.flow-step:nth-child(3)::after,.flow-step:nth-child(6)::after{display:none}.projects-grid{grid-template-columns:1fr}.split,.split--wide,.content-grid,.contact-layout{grid-template-columns:1fr}.content-grid__aside{position:static}.about-visual{min-height:440px}}
@media(max-width:760px){:root{--container:min(100% - 28px,1440px)}.site-header__inner{height:70px}.brand img{width:162px}.site-header__cta{display:none}.hero{min-height:auto}.hero__image{inset:0;opacity:.38;background-position:64% center}.hero::before{background:linear-gradient(180deg,rgba(4,9,14,.75),rgba(4,9,14,.96) 72%)}.hero__inner{display:block;min-height:auto;padding-top:142px;padding-bottom:42px}.hero__side{justify-content:flex-start;margin-top:42px}.hero__quote{margin:0;font-size:13px;max-width:190px}.display{font-size:clamp(46px,13vw,68px)}.hero__lead{font-size:16px}.hero__proof{margin-top:54px}.hero__proof div{padding-right:12px}.hero__proof strong{font-size:14px}.section{padding:76px 0}.split{gap:38px}.triad,.process{grid-template-columns:1fr}.service-card{min-height:235px}.problem-list,.diag-grid{grid-template-columns:1fr}.band__inner{align-items:flex-start;flex-direction:column}.flow{grid-template-columns:1fr;gap:16px}.flow-step{min-height:auto;padding:18px 18px 18px 20px}.flow-step__head{justify-content:flex-start;gap:12px}.flow-step strong{font-size:20px}.flow-step small{font-size:14px}.flow-step:not(:last-child)::after{content:"";right:auto;left:50%;top:auto;bottom:-20px;transform:translateX(-50%);width:2px;height:18px;border-radius:2px;border:0;background:linear-gradient(180deg,rgba(111,160,255,.82),rgba(111,160,255,.18))}.flow-step:not(:last-child)::before{content:"";position:absolute;left:50%;top:auto;right:auto;bottom:-20px;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;border-right:2px solid rgba(111,160,255,.82);border-bottom:2px solid rgba(111,160,255,.82);border-top:0;border-left:0}.flow-step:last-child::before,.flow-step:last-child::after{display:none}.projects-grid{gap:12px}.project-card__visual{min-height:280px}.page-hero{padding:140px 0 68px}.page-hero p{font-size:16px}.page-shell{padding:70px 0}.feature-list{grid-template-columns:1fr}.contact-layout{gap:34px}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{gap:12px;flex-direction:column}.about-visual{min-height:360px}.about-visual::after{font-size:11px;right:6%;top:12%}}

@media (max-width: 1100px){.display{font-size:clamp(38px,5.4vw,58px)}.hero__image{inset:0 0 0 50%;opacity:.88}}
@media (max-width: 980px){.hero__image{inset:0;opacity:.30}.hero__proof{grid-template-columns:1fr;max-width:none}.hero{min-height:auto}}

@media (max-width: 1200px){}
@media (max-width: 980px){.hero{min-height:auto}.hero__inner{min-height:100svh;padding-top:124px;padding-bottom:34px}.hero__image{inset:0;opacity:.28;background-position:center right}.display{font-size:clamp(34px,8.5vw,52px)}.hero__lead{max-width:560px}.hero__proof{grid-template-columns:1fr;max-width:none}}


/* Hero CTAs: quiet, architectural, with blue reserved for interaction. */
.btn--hero-primary{background:#fff;color:#0a0e13;border:1px solid rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(0,0,0,.16)}
.btn--hero-primary i{color:#0a0e13;transition:transform .2s ease,color .2s ease}
.btn--hero-primary:hover{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.20)}
.btn--hero-primary:hover i{color:#fff;transform:translateX(3px)}
.hero-demo-link{appearance:none;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.025);color:rgba(255,255,255,.92);min-height:48px;padding:0 18px;border-radius:8px;font:inherit;font-size:13px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.hero-demo-link:hover{background:rgba(6,106,255,.08);border-color:rgba(6,106,255,.52);color:#fff;transform:translateY(-1px)}
.hero-demo-link:focus-visible,.btn--hero-primary:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.hero .eyebrow{padding-left:0}.hero .eyebrow::before{content:none}
.hero__proof{border-top-color:var(--line-dark)}
.hero__proof strong{padding-left:0}.hero__proof strong::before{content:none}
body.demo-open{overflow:hidden}
.demo-modal{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:28px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.demo-modal.is-open{opacity:1;visibility:visible}
.demo-modal__backdrop{position:absolute;inset:0;background:rgba(3,8,14,.74);backdrop-filter:blur(13px)}
.demo-modal__dialog{position:relative;width:min(1120px,100%);max-height:calc(100svh - 56px);overflow:auto;background:#f7f8fa;color:var(--text);border:1px solid rgba(255,255,255,.55);border-radius:22px;box-shadow:0 36px 120px rgba(0,0,0,.42);padding:38px}
.demo-modal__close{position:absolute;right:18px;top:18px;width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer}
.demo-modal__head{padding-right:54px;max-width:800px}.demo-modal__head h2{font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.045em;margin:10px 0 14px}.demo-modal__head p{margin:0;color:var(--soft);max-width:720px}
.demo-journey{margin-top:30px}.demo-journey__steps{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:12px 12px 0 0;overflow:hidden;background:#fff}.demo-step{border:0;border-right:1px solid var(--line);background:#fff;padding:14px 10px;cursor:pointer;font-size:12px;font-weight:700;color:#65717e;transition:.2s}.demo-step:last-child{border-right:0}.demo-step span{display:block;font-family:"IBM Plex Mono",monospace;font-size:9px;color:#9aa4ae;margin-bottom:3px}.demo-step.is-active{background:#0b1118;color:#fff;box-shadow:inset 0 -2px 0 var(--blue)}.demo-step.is-active span{color:#78a6ff}
.demo-screen{background:#0b1118;color:#fff;border-radius:0 0 16px 16px;overflow:hidden;border:1px solid #0b1118}.demo-screen__chrome{height:44px;display:flex;align-items:center;gap:6px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.09);font-size:10px;color:#758493}.demo-screen__chrome span{width:6px;height:6px;border-radius:50%;background:#344250}.demo-screen__chrome strong{margin-left:7px;font-weight:500}.demo-screen__body{padding:42px;display:grid;grid-template-columns:70px minmax(0,1fr) minmax(250px,.48fr);gap:28px;align-items:center;min-height:290px}.demo-screen__icon{width:62px;height:62px;border-radius:16px;border:1px solid rgba(111,160,255,.32);display:grid;place-items:center;background:rgba(6,106,255,.08);color:#6fa0ff;font-size:22px}.demo-screen__label{font:500 10px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#76a5ff}.demo-screen__body h3{font-size:28px;line-height:1.08;margin:9px 0 10px;letter-spacing:-.03em}.demo-screen__body p{margin:0;color:#aab5c0;font-size:14px;max-width:560px}.demo-screen__event{border:1px solid rgba(255,255,255,.10);background:#111a24;border-radius:12px;padding:18px}.demo-screen__event span{display:block;font:500 9px/1 "IBM Plex Mono",monospace;color:#6fa0ff;letter-spacing:.13em;margin-bottom:10px}.demo-screen__event strong{font-size:13px;display:block}.demo-screen__event small{display:block;color:#7f8d9a;margin-top:8px;line-height:1.45}
.demo-modal__foot{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;color:#6b7680;font-size:12px}.demo-modal__foot>span{max-width:650px}
@media(max-width:760px){.demo-modal{padding:10px}.demo-modal__dialog{padding:24px 18px;max-height:calc(100svh - 20px)}.demo-journey__steps{grid-template-columns:repeat(3,1fr)}.demo-step:nth-child(3){border-right:0}.demo-screen__body{grid-template-columns:1fr;padding:26px 20px}.demo-screen__event{margin-top:4px}.demo-modal__foot{align-items:flex-start;flex-direction:column}.hero__actions{gap:18px}}

/* v1.11.0 — stronger hero depth + approved one-time diagonal glass sheen. */
.hero__image{
  top:-135px;
  bottom:-135px;
  --hero-parallax-y:0px;
  --hero-parallax-x:0px;
  transform:translate3d(var(--hero-parallax-x),var(--hero-parallax-y),0) scale(1.13);
  transform-origin:center center;
  will-change:transform;
}
.hero__glass-glint{
  position:absolute;
  z-index:2;
  top:-20%;
  left:48%;
  width:150px;
  height:145%;
  pointer-events:none;
  opacity:0;
  transform:translate3d(-260px,0,0) rotate(14deg);
  background:linear-gradient(90deg,
    rgba(6,106,255,0) 0%,
    rgba(6,106,255,.015) 22%,
    rgba(79,153,255,.11) 42%,
    rgba(126,181,255,.24) 50%,
    rgba(79,153,255,.10) 58%,
    rgba(6,106,255,.015) 78%,
    rgba(6,106,255,0) 100%);
  filter:blur(1px);
  mix-blend-mode:screen;
  will-change:transform,opacity;
}
.hero__glass-glint::after{
  content:"";
  position:absolute;
  left:49%;
  top:0;
  width:1px;
  height:100%;
  background:linear-gradient(180deg,rgba(6,106,255,0),rgba(90,160,255,.62) 35%,rgba(90,160,255,.72) 52%,rgba(6,106,255,0));
  box-shadow:0 0 12px rgba(6,106,255,.30);
}
.hero__glass-glint.is-running{
  animation:fonetikaGlassSheen 1.85s cubic-bezier(.18,.72,.22,1) .1s 1 both;
}
@keyframes fonetikaGlassSheen{
  0%{opacity:0;transform:translate3d(-260px,0,0) rotate(14deg)}
  12%{opacity:.35}
  40%{opacity:.78}
  68%{opacity:.48}
  100%{opacity:0;transform:translate3d(760px,0,0) rotate(14deg)}
}
@media(max-width:1100px){.hero__glass-glint{left:43%}}
@media(max-width:980px){.hero__glass-glint{display:none}.hero__image{transform:none!important;top:0;bottom:0}}
@media(prefers-reduced-motion:reduce){.hero__glass-glint{display:none}.hero__image{transform:none!important;top:0;bottom:0}}

/* Native section scroll snap — browser-controlled, no wheel hijacking. */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  html{scroll-snap-type:y mandatory;scroll-padding-top:88px;}
  main#main > section{scroll-snap-align:start;scroll-snap-stop:normal;}
  .site-footer{scroll-snap-align:start;}
  main#main > section{scroll-margin-top:88px;}
}
@media (max-width:980px), (prefers-reduced-motion:reduce){
  html{scroll-snap-type:none;scroll-padding-top:0;}
  main#main > section,.site-footer{scroll-snap-align:none;}
}

/* v1.16.0 — Fonetika System View signature experience. */
body.system-view-open{overflow:hidden}
.system-view{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}
.system-view.is-open{opacity:1;visibility:visible;pointer-events:auto}
.system-view__veil{position:absolute;inset:0;background:rgba(4,8,13,.82);backdrop-filter:blur(18px) saturate(.72)}
.system-view__stage{position:relative;width:min(1460px,100%);height:min(860px,calc(100svh - 48px));display:flex;flex-direction:column;overflow:hidden;background:#091018;color:#fff;border:1px solid rgba(255,255,255,.13);border-radius:22px;box-shadow:0 40px 140px rgba(0,0,0,.58);transform:translateY(14px) scale(.985);transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.system-view.is-open .system-view__stage{transform:none}
.system-view__stage::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000 0%,transparent 88%)}
.system-view__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(9,16,24,.9)}
.system-view__brand{display:flex;align-items:flex-start;gap:14px;min-width:0;flex:1}.system-view__pulse{width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(6,106,255,.10);margin-top:4px;flex:0 0 auto}.system-view__header-copy{min-width:0;max-width:920px}.system-view__mode{display:block;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.18em;color:#6fa0ff;margin-bottom:6px}.system-view__brand strong{display:block;font-size:14px;line-height:1.35;font-weight:700;color:#f4f8fc}.system-view__header-copy p{margin:5px 0 0;font-size:11px;line-height:1.45;color:#8795a3;max-width:850px}.system-view__header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.system-view__restart,.system-view__close{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035);color:#dce5ee;cursor:pointer;transition:.2s}.system-view__restart{height:40px;padding:0 14px;border-radius:9px;font-size:11px;font-weight:700}.system-view__restart i{margin-right:7px;color:#6fa0ff}.system-view__close{width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.system-view__restart:hover,.system-view__close:hover{border-color:rgba(6,106,255,.7);background:rgba(6,106,255,.1);color:#fff}
.system-view__canvas{position:relative;z-index:1;display:flex;flex:1;min-height:0;flex-direction:column;padding:30px 32px 24px}
.system-view__map{position:relative;padding:14px 0 18px;flex:0 0 auto}.system-view__signal{position:absolute;z-index:1;height:2px;pointer-events:none;transform:translateY(-1px)}.system-view__track,.system-view__progress{position:absolute;inset:0;border-radius:999px}.system-view__track{background:rgba(255,255,255,.13)}.system-view__progress{background:var(--blue);transform:scaleX(0);transform-origin:left center;box-shadow:0 0 5px rgba(6,106,255,.28);transition:transform .85s cubic-bezier(.22,.7,.25,1);will-change:transform}
.system-view__nodes{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.system-node{appearance:none;border:0;background:transparent;color:#8e9ba8;padding:0 8px;text-align:center;cursor:pointer;min-width:0}.system-node__dot{width:44px;height:44px;margin:0 auto 12px;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:grid;place-items:center;background:#0e1721;color:#667482;transition:.35s}.system-node small{display:block;font:500 9px/1 "IBM Plex Mono",monospace;color:#54616e;margin-bottom:5px}.system-node strong{display:block;color:#adb8c3;font-size:12px;transition:.25s}.system-node em{display:block;margin-top:3px;font-style:normal;font-size:9px;color:#53606d}.system-node.is-complete .system-node__dot{border-color:rgba(6,106,255,.38);color:#6fa0ff}.system-node.is-active .system-node__dot{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 0 0 6px rgba(6,106,255,.09),0 0 28px rgba(6,106,255,.28)}.system-node.is-active strong{color:#fff}.system-node.is-active small,.system-node.is-active em{color:#75a7ff}
.system-view__detail{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.55fr);gap:18px;flex:1;min-height:0}.system-view__event{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) minmax(220px,.46fr);align-items:center;gap:28px;padding:34px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:#0d1721;overflow:hidden}.system-view__event::after{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--blue);opacity:.9}.system-view__event.is-refreshing::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(6,106,255,.07),transparent);transform:translateX(-100%);animation:eventSweep .48s ease-out}.system-view__event-head{position:absolute;top:17px;left:24px;right:24px;display:flex;justify-content:space-between;font:500 9px/1 "IBM Plex Mono",monospace;color:#667482;letter-spacing:.08em}.system-view__event-head b{color:#6fa0ff;font-weight:600}.system-view__event-icon{width:66px;height:66px;border:1px solid rgba(6,106,255,.32);border-radius:16px;display:grid;place-items:center;background:rgba(6,106,255,.075);color:#6fa0ff;font-size:22px}.system-view__event-copy>span{font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#6fa0ff}.system-view__event-copy h3{font-size:clamp(24px,2.4vw,38px);line-height:1.05;letter-spacing:-.04em;margin:10px 0 12px}.system-view__event-copy p{max-width:620px;margin:0;color:#99a8b5;font-size:14px;line-height:1.65}.system-view__event-meta{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:18px;background:rgba(255,255,255,.025)}.system-view__event-meta>span{display:block;font:600 9px/1 "IBM Plex Mono",monospace;color:#6fa0ff;letter-spacing:.13em;margin-bottom:10px}.system-view__event-meta>strong{display:block;font-size:13px;color:#fff;margin-bottom:14px}.system-view__benefit{display:grid;grid-template-columns:28px 1fr;gap:9px;align-items:start;padding:11px 0;border-top:1px solid rgba(255,255,255,.07)}.system-view__benefit i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:rgba(6,106,255,.08);color:#6fa0ff;font-size:11px}.system-view__benefit b{display:block;color:#dce5ee;font-size:10px;margin-bottom:2px}.system-view__benefit small{display:block;color:#7f8d9a;font-size:10px;line-height:1.45}
.system-view__log{display:flex;min-height:0;flex-direction:column;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#080e15;overflow:hidden}.system-view__log-head{height:48px;flex:0 0 48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#657380}.system-view__log-head i{color:#4f85da}.system-view__log-items{overflow:auto;padding:8px 14px 14px;scrollbar-width:thin;scrollbar-color:#263545 transparent}.system-log-row{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:11px 2px;border-bottom:1px solid rgba(255,255,255,.06);opacity:0;transform:translateY(5px);transition:.3s}.system-log-row.is-visible{opacity:1;transform:none}.system-log-row time{font:500 8px/1.4 "IBM Plex Mono",monospace;color:#52606d}.system-log-row span{font:500 10px/1.4 "IBM Plex Mono",monospace;color:#9db0c1;overflow-wrap:anywhere}
.system-view__footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:20px}.system-view__footer p{margin:0;color:#7e8d9a;font-size:12px}.system-view__footer strong{color:#d8e0e8;font-weight:650}.system-view__footer-mark{display:inline-block;width:22px;height:1px;background:var(--blue);vertical-align:middle;margin-right:9px}.btn--system{background:#fff;color:#0a0e13;white-space:nowrap}.btn--system:hover{background:var(--blue);color:#fff}
@keyframes eventSweep{to{transform:translateX(100%)}}
@media(max-width:900px){.system-view{padding:10px}.system-view__stage{height:calc(100svh - 20px);border-radius:16px}.system-view__canvas{padding:18px 16px 16px;overflow:auto}.system-view__header{padding:16px;align-items:flex-start}.system-view__header-copy p{font-size:10px}.system-view__brand strong{font-size:12px}.system-view__restart{font-size:0;width:40px;padding:0}.system-view__restart i{margin:0;font-size:12px}.system-view__nodes{grid-template-columns:repeat(3,1fr);row-gap:18px}.system-view__signal{display:none}.system-node__dot{width:38px;height:38px;margin-bottom:7px}.system-view__detail{grid-template-columns:1fr}.system-view__event{grid-template-columns:52px 1fr;gap:18px;padding:42px 20px 24px}.system-view__event-meta{grid-column:1/-1}.system-view__log{min-height:150px;max-height:180px}.system-view__footer{align-items:flex-start;flex-direction:column}.btn--system{width:100%}}
@media(max-width:560px){.system-view__brand strong{font-size:11px}.system-view__mode{font-size:8px}.system-view__nodes{grid-template-columns:repeat(2,1fr)}.system-view__event{grid-template-columns:1fr}.system-view__event-icon{width:52px;height:52px}.system-view__event-copy h3{font-size:26px}}
@media(prefers-reduced-motion:reduce){.system-view__stage,.system-view__progress,.system-log-row{transition:none}.system-view__event.is-refreshing::before{animation:none}}

/* v1.22.0 — System View: Fonetika's differentiator, explained in business language. */
.system-view__owner-demo{display:none;margin-top:16px;padding:14px;border:1px solid rgba(6,106,255,.24);border-radius:10px;background:rgba(6,106,255,.055)}
.system-view__owner-demo.is-visible{display:block}
.system-view__owner-demo>span{display:block;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#6fa0ff;margin-bottom:8px}
.system-view__owner-demo blockquote{margin:0 0 9px;color:#fff;font-size:13px;font-weight:650;line-height:1.45}
.system-view__owner-demo div{color:#94a5b4;font-size:10px;line-height:1.55}
.system-view__event-meta{align-self:center}
.system-view__brand strong{max-width:920px}
@media(max-width:1100px){.system-view__brand strong{white-space:normal;line-height:1.35}}


/* v1.29.0 — mobile system demo refinement */
.system-view__mobile-nav{display:none}
@media(max-width:900px){
  .system-view__header{gap:14px}
  .system-view__header-copy{padding-right:4px}
  .system-view__header-copy p{max-width:none;line-height:1.55}
  .system-view__mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:10px 0 14px;border-bottom:1px solid rgba(255,255,255,.08)}
  .system-view__mobile-status{min-width:0;flex:1;text-align:center;padding:0 4px}
  .system-view__mobile-status span{display:block;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#6fa0ff;margin-bottom:7px;text-transform:uppercase}
  .system-view__mobile-status strong{display:block;color:#f4f8fc;font-size:14px;line-height:1.45;font-weight:700}
  .system-view__mobile-arrow{width:40px;height:40px;flex:0 0 40px;border-radius:12px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);color:#dce5ee;display:grid;place-items:center;cursor:pointer;transition:.2s}
  .system-view__mobile-arrow:hover{border-color:rgba(6,106,255,.65);background:rgba(6,106,255,.12);color:#fff}
  .system-view__mobile-arrow:disabled{opacity:.35;cursor:default}
  .system-view__nodes{display:block}
  .system-node{display:none;max-width:280px;margin:0 auto;padding:4px 0 0}
  .system-node.is-active{display:block}
  .system-node__dot{width:58px;height:58px;margin-bottom:10px;box-shadow:0 0 0 8px rgba(6,106,255,.08)}
  .system-node small{font-size:10px;margin-bottom:7px}
  .system-node strong{font-size:18px;line-height:1.2}
  .system-node em{font-size:12px;line-height:1.4;margin-top:6px;color:#7e90a1}
  .system-view__detail{margin-top:8px}
  .system-view__event{padding:40px 18px 22px;border-radius:18px}
  .system-view__event-head{top:14px;left:18px;right:18px}
  .system-view__event-copy h3{font-size:clamp(24px,7.6vw,34px);line-height:1.08;margin-bottom:12px}
  .system-view__event-copy p{font-size:14px;line-height:1.72}
  .system-view__event-meta{padding:16px 14px}
  .system-view__benefit{padding:10px 0}
  .system-view__benefit b{font-size:11px}
  .system-view__benefit small{font-size:11px;line-height:1.55}
  .system-view__log{display:none}
  .system-view__footer{padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}
  .system-view__footer p{font-size:11px;line-height:1.6}
}
@media(max-width:560px){
  .system-view__canvas{padding:14px 14px 16px}
  .system-view__header{padding:14px 14px 12px}
  .system-view__brand{align-items:flex-start;gap:12px}
  .system-view__pulse{margin-top:3px}
  .system-view__header-copy{max-width:none}
  .system-view__brand strong{font-size:12px;line-height:1.4}
  .system-view__header-copy p{font-size:11px;line-height:1.6;margin-top:8px}
  .system-view__close{width:48px;height:48px}
  .system-view__restart{width:48px;height:48px}
  .system-view__mobile-status strong{font-size:13px;line-height:1.5}
  .system-node{max-width:220px}
  .system-node strong{font-size:16px}
  .system-node em{font-size:11px}
  .system-view__event{grid-template-columns:1fr;gap:14px;padding:44px 16px 20px}
  .system-view__event-icon{width:54px;height:54px;border-radius:14px;font-size:20px}
  .system-view__event-copy h3{font-size:32px;max-width:12ch}
  .system-view__event-copy p{font-size:13px;line-height:1.7}
  .system-view__event-meta{grid-column:auto}
  .system-view__footer p{font-size:10px}
}


/* v1.30.0 — mobile demo becomes a true one-step-per-screen walkthrough */
@media(max-width:900px){
  body.admin-bar .system-view{top:46px;bottom:0;height:auto}
  .system-view{padding:0;place-items:stretch}
  .system-view__veil{backdrop-filter:none;background:#050a10}
  .system-view__stage{width:100%;height:100%;max-height:none;border-radius:0;border-inline:0;border-bottom:0;box-shadow:none}
  .system-view__header{flex:0 0 auto;padding:14px 16px 12px;align-items:center}
  .system-view__brand{align-items:center}
  .system-view__pulse{margin-top:0}
  .system-view__mode{margin-bottom:4px}
  .system-view__brand strong{font-size:12px;line-height:1.38;max-width:34ch}
  .system-view__header-copy p{display:none}
  .system-view__header-actions{gap:6px}
  .system-view__restart,.system-view__close{width:42px;height:42px}
  .system-view__canvas{flex:1;min-height:0;overflow:hidden;padding:0 16px 14px;display:flex;flex-direction:column}
  .system-view__map{padding:0;flex:0 0 auto}
  .system-view__mobile-nav{margin:0 -16px 0;padding:13px 16px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(9,16,24,.86)}
  .system-view__mobile-status span{font-size:9px;margin-bottom:5px}
  .system-view__mobile-status strong{font:600 10px/1.35 "IBM Plex Mono",monospace;letter-spacing:.08em;color:#92b6ff;text-transform:uppercase}
  .system-view__mobile-arrow{width:44px;height:44px;flex-basis:44px;border-radius:12px}
  .system-view__signal,.system-view__nodes{display:none!important}
  .system-view__detail{display:block;flex:1;min-height:0;margin:0;padding:14px 0 0}
  .system-view__event{height:100%;min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:18px 18px 16px;border-radius:18px;overflow:auto;overscroll-behavior:contain}
  .system-view__event::after{width:3px}
  .system-view__event-head{display:none}
  .system-view__event-icon{width:58px;height:58px;flex:0 0 58px;border-radius:16px;font-size:20px;margin-bottom:14px}
  .system-view__event-copy{display:block}
  .system-view__event-copy>span{font-size:9px;letter-spacing:.14em}
  .system-view__event-copy h3{font-size:clamp(25px,7vw,32px);line-height:1.08;letter-spacing:-.035em;margin:9px 0 12px;max-width:none}
  .system-view__event-copy p{font-size:13px;line-height:1.62;color:#a9b5c0;max-width:none}
  .system-view__event-meta{margin-top:16px;padding:0;border:0;background:transparent}
  .system-view__event-meta>span,.system-view__event-meta>strong{display:none}
  .system-view__benefit{grid-template-columns:36px 1fr;gap:11px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08)}
  .system-view__benefit i{width:36px;height:36px;border-radius:10px;font-size:13px}
  .system-view__benefit b{font-size:11px;margin-bottom:3px}
  .system-view__benefit small{font-size:11px;line-height:1.5;color:#91a0ad}
  .system-view__owner-demo{margin-top:12px;padding:12px}
  .system-view__log{display:none!important}
  .system-view__footer{display:none;padding:12px 0 0;border-top:0;flex:0 0 auto}
  .system-view.is-final .system-view__footer{display:block}
  .system-view__footer p{display:none}
  .btn--system{height:52px;display:flex;align-items:center;justify-content:center;width:100%;font-size:13px;border-radius:12px}
}
@media(max-width:782px){
  body.admin-bar .system-view{top:46px}
}
@media(max-width:600px){
  body.admin-bar .system-view{top:46px}
}
@media(max-width:560px){
  .system-view__header{padding:12px 12px 10px}
  .system-view__brand{gap:9px}
  .system-view__pulse{width:8px;height:8px}
  .system-view__mode{font-size:7px}
  .system-view__brand strong{font-size:11px;line-height:1.35}
  .system-view__restart,.system-view__close{width:40px;height:40px}
  .system-view__canvas{padding:0 12px 12px}
  .system-view__mobile-nav{margin:0 -12px;padding:10px 12px}
  .system-view__mobile-arrow{width:42px;height:42px;flex-basis:42px}
  .system-view__detail{padding-top:12px}
  .system-view__event{padding:16px 15px 14px}
  .system-view__event-icon{width:52px;height:52px;flex-basis:52px;margin-bottom:12px}
  .system-view__event-copy h3{font-size:26px;margin:8px 0 10px}
  .system-view__event-copy p{font-size:12px;line-height:1.58}
  .system-view__event-meta{margin-top:12px}
  .system-view__benefit{padding:10px 0}
  .system-view__benefit small{font-size:10.5px}
}

/* v1.31.0 — Fonetika flagship interactive CRM demo */
.live-demo{width:min(1540px,100%);height:min(920px,calc(100svh - 28px));max-height:calc(100svh - 28px);background:#070d14;border-color:rgba(255,255,255,.13);overflow:hidden}
.live-demo__header{position:relative;z-index:5;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(7,13,20,.96)}
.live-demo__brand{display:flex;gap:14px;min-width:0;max-width:1050px}.live-demo__live-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(6,106,255,.12),0 0 22px rgba(6,106,255,.4);margin-top:6px}.live-demo__eyebrow{display:block;font:600 9px/1 "IBM Plex Mono",monospace;letter-spacing:.18em;color:#6fa0ff;margin-bottom:8px}.live-demo__header h2{margin:0;color:#f6f8fb;font-size:clamp(18px,1.7vw,27px);line-height:1.2;letter-spacing:-.025em}.live-demo__header p{margin:7px 0 0;max-width:920px;color:#8595a4;font-size:12px;line-height:1.55}.live-demo__header-actions{display:flex;gap:8px;flex:0 0 auto}.live-demo__restart,.live-demo__close{height:42px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035);color:#dce5ee;cursor:pointer;transition:.2s}.live-demo__restart{padding:0 14px;border-radius:10px;font-size:11px;font-weight:750}.live-demo__restart i{color:#6fa0ff;margin-right:7px}.live-demo__close{width:42px;border-radius:50%;display:grid;place-items:center}.live-demo__restart:hover,.live-demo__close:hover{border-color:rgba(6,106,255,.65);background:rgba(6,106,255,.1);color:#fff}
.live-demo__body{position:relative;z-index:2;display:flex;flex:1;min-height:0;flex-direction:column;padding:18px 22px 20px;overflow:auto;scrollbar-width:thin;scrollbar-color:#243443 transparent}
.live-demo__scenario-bar{display:flex;align-items:center;gap:18px;padding:0 2px 14px}.live-demo__scenario-label{display:flex;flex-direction:column;min-width:150px}.live-demo__scenario-label span{font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#637381;text-transform:uppercase;margin-bottom:5px}.live-demo__scenario-label strong{font-size:13px;color:#f2f6fa}.live-demo__scenario-tabs{display:flex;gap:7px}.live-demo__scenario-tabs button{height:36px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#0d151e;color:#82909d;font-size:11px;font-weight:700;cursor:pointer;transition:.2s}.live-demo__scenario-tabs button i{margin-right:6px}.live-demo__scenario-tabs button:hover,.live-demo__scenario-tabs button.is-active{border-color:rgba(6,106,255,.55);background:rgba(6,106,255,.12);color:#fff}.live-demo__runtime{margin-left:auto;display:flex;align-items:center;gap:7px;font:600 9px/1 "IBM Plex Mono",monospace;color:#88a7d2}.live-demo__runtime-dot{width:7px;height:7px;border-radius:50%;background:#20c780;box-shadow:0 0 12px rgba(32,199,128,.4)}.live-demo__runtime small{color:#576776}.live-demo__progress{height:2px;background:rgba(255,255,255,.08);border-radius:99px;overflow:hidden;margin-bottom:16px}.live-demo__progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),#57a1ff);box-shadow:0 0 8px rgba(6,106,255,.45);transition:width .55s cubic-bezier(.2,.75,.2,1)}
.live-demo__workspace{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(340px,1.08fr) minmax(320px,1fr);gap:14px;align-items:stretch}.live-demo__panel{position:relative;border:1px solid rgba(255,255,255,.095);border-radius:16px;background:linear-gradient(180deg,#0b141d 0%,#091018 100%);overflow:hidden;min-width:0}.live-demo__panel::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(#000,transparent 90%)}.live-demo__panel-head{position:relative;z-index:2;height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.075);font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#667786}.live-demo__panel-head b{color:#70a3ff;font-weight:600}.live-demo__contact{padding-bottom:14px}.live-demo__contact-card{position:relative;z-index:2;display:grid;grid-template-columns:46px 1fr;gap:11px;align-items:center;padding:18px 16px 12px}.live-demo__avatar{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0d4fb8,#0878ff);color:#fff;font-weight:800;font-size:13px;box-shadow:0 10px 30px rgba(6,106,255,.18)}.live-demo__contact-person strong{display:block;color:#f3f6f9;font-size:13px;margin-bottom:3px}.live-demo__contact-person span{display:block;color:#71808e;font-size:10px}.live-demo__contact-state{grid-column:1/-1;display:inline-flex;justify-self:start;align-items:center;gap:7px;margin-top:4px;padding:7px 9px;border-radius:8px;font-size:9px;font-weight:750}.live-demo__contact-state.is-ringing{background:rgba(6,106,255,.09);color:#77aaff}.live-demo__contact-state.is-live{background:rgba(32,199,128,.09);color:#62d8a5}.live-demo__message{position:relative;z-index:2;margin:4px 14px 14px;padding:16px 14px 15px;border:1px solid rgba(6,106,255,.2);border-radius:13px;background:rgba(6,106,255,.055)}.live-demo__message i{color:#367fe9;font-size:12px;margin-bottom:8px}.live-demo__message p{margin:0;color:#dce4ec;font-size:13px;line-height:1.55;font-weight:600}.live-demo__channel-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:0 14px 13px}.live-demo__channel-row span{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;height:30px;border:1px solid rgba(255,255,255,.07);border-radius:7px;color:#53616f;font-size:8px}.live-demo__channel-row span.is-on{color:#8eb5ff;border-color:rgba(6,106,255,.24);background:rgba(6,106,255,.06)}.live-demo__plain-note{position:relative;z-index:2;margin:0 16px;color:#71818f;font-size:10px;line-height:1.55}.live-demo__plain-note strong{color:#aebbc6}
.live-demo__brain{padding-bottom:14px}.live-demo__ai-state{display:flex;align-items:center;gap:6px}.live-demo__brain-core{position:relative;z-index:2;display:grid;grid-template-columns:70px 1fr;gap:16px;align-items:center;padding:20px 18px 14px}.live-demo__brand-orb{position:relative;width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(6,106,255,.28),rgba(6,106,255,.04) 62%,transparent 63%);border:1px solid rgba(6,106,255,.25)}.live-demo__brand-orb::before,.live-demo__brand-orb::after{content:"";position:absolute;border:1px solid rgba(6,106,255,.16);border-radius:22px;inset:-6px}.live-demo__brand-orb::after{inset:-12px;opacity:.45}.live-demo__brand-orb img{width:34px;height:34px;object-fit:contain;position:relative;z-index:2}.live-demo__brand-orb span{position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 34px rgba(6,106,255,.15)}.live-demo__brain-copy strong{display:block;color:#fff;font-size:16px;line-height:1.25;margin-bottom:7px}.live-demo__brain-copy p{margin:0;color:#80909e;font-size:10.5px;line-height:1.55}.live-demo__decisions{position:relative;z-index:2;display:grid;gap:7px;padding:0 14px 12px}.live-demo__decision{display:grid;grid-template-columns:28px 1fr 24px;gap:9px;align-items:center;padding:9px 10px;border:1px solid rgba(255,255,255,.075);border-radius:9px;background:rgba(255,255,255,.022);opacity:0;transform:translateY(6px);transition:.35s}.live-demo__decision.is-visible{opacity:1;transform:none}.live-demo__decision>i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:rgba(6,106,255,.08);color:#6fa0ff;font-size:10px}.live-demo__decision strong{display:block;color:#dfe7ee;font-size:9px;margin-bottom:2px}.live-demo__decision span{display:block;color:#71818f;font-size:9px;line-height:1.35}.live-demo__decision em{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:rgba(32,199,128,.1);color:#44d096;font-size:8px;font-style:normal}.live-demo__decision--green>i{background:rgba(32,199,128,.08);color:#44d096}.live-demo__decision--accent{border-color:rgba(6,106,255,.22);background:rgba(6,106,255,.055)}.live-demo__decision--muted>i{background:rgba(255,255,255,.05);color:#8d9aa6}.live-demo__difference{position:relative;z-index:2;margin:0 14px;padding:12px 13px;border-radius:10px;background:#07101a;border:1px solid rgba(6,106,255,.18)}.live-demo__difference span{display:block;font:600 7.5px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#6fa0ff;margin-bottom:7px}.live-demo__difference p{margin:0;color:#9badbd;font-size:10px;line-height:1.5}
.live-demo__operations{padding-bottom:12px}.live-demo__ops-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:12px}.live-demo__op-card{display:grid;grid-template-columns:30px 1fr 20px;gap:8px;align-items:start;min-height:76px;padding:10px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(255,255,255,.02);transition:.35s}.live-demo__op-card>i{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.04);color:#596a78;font-size:11px}.live-demo__op-card span{display:block;color:#5d6d7a;font-size:7.5px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.live-demo__op-card strong{display:block;color:#7f8d99;font-size:10px;line-height:1.25}.live-demo__op-card small{display:block;color:#4d5b67;font-size:8px;line-height:1.35;margin-top:4px}.live-demo__op-card em{opacity:0;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:rgba(32,199,128,.12);color:#49d39a;font-size:7px;font-style:normal;transition:.3s}.live-demo__op-card.is-complete{border-color:rgba(32,199,128,.15);background:rgba(32,199,128,.035)}.live-demo__op-card.is-complete>i{background:rgba(6,106,255,.08);color:#6fa0ff}.live-demo__op-card.is-complete strong{color:#eef4f8}.live-demo__op-card.is-complete small{color:#768795}.live-demo__op-card.is-complete em{opacity:1}.live-demo__activity{position:relative;z-index:2;margin:0 12px;border-top:1px solid rgba(255,255,255,.07);padding-top:10px}.live-demo__activity-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.live-demo__activity-head span{font-size:8px;color:#697a88;font-weight:700}.live-demo__activity-head small{font:500 7px/1 "IBM Plex Mono",monospace;color:#52616e}.live-demo__activity-list{max-height:118px;overflow:auto;scrollbar-width:none}.live-demo__activity-row{display:grid;grid-template-columns:20px 1fr auto;gap:7px;align-items:center;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.045);opacity:0;transform:translateY(4px);transition:.3s}.live-demo__activity-row.is-visible{opacity:1;transform:none}.live-demo__activity-row>i{color:#6fa0ff;font-size:8px}.live-demo__activity-row span{color:#8c9ca9;font-size:8.5px;line-height:1.35}.live-demo__activity-row time{font:500 7px/1 "IBM Plex Mono",monospace;color:#4d5c68}
.live-demo__outcome{display:grid;grid-template-columns:1.2fr auto;gap:22px;align-items:center;margin-top:14px;padding:14px 16px;border:1px solid rgba(6,106,255,.24);border-radius:14px;background:linear-gradient(90deg,rgba(6,106,255,.09),rgba(6,106,255,.025));opacity:0;transform:translateY(8px);pointer-events:none;transition:.45s}.live-demo__outcome.is-visible{opacity:1;transform:none;pointer-events:auto}.live-demo__outcome-copy>span{display:block;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#6fa0ff;margin-bottom:6px}.live-demo__outcome-copy strong{display:block;color:#f5f8fb;font-size:14px;margin-bottom:4px}.live-demo__outcome-copy p{margin:0;color:#8192a0;font-size:10px;line-height:1.45}.live-demo__outcome-stats{display:flex;gap:20px}.live-demo__outcome-stats div{min-width:88px}.live-demo__outcome-stats strong{display:block;color:#fff;font-size:22px;letter-spacing:-.04em}.live-demo__outcome-stats span{display:block;color:#6f7f8d;font-size:8px;line-height:1.25}
.live-demo__owner{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:center;margin-top:14px;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#0a121a;opacity:0;transform:translateY(8px);pointer-events:none;transition:.45s}.live-demo__owner.is-visible{opacity:1;transform:none;pointer-events:auto}.live-demo__owner-heading span{display:block;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#6fa0ff;margin-bottom:7px}.live-demo__owner-heading h3{margin:0;color:#fff;font-size:18px;line-height:1.2;letter-spacing:-.02em}.live-demo__owner-console{border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#070d13;padding:10px}.live-demo__owner-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:9px}.live-demo__owner-chips button{border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#0c1620;color:#8b9ba8;padding:7px 10px;font-size:8px;cursor:pointer;transition:.2s}.live-demo__owner-chips button:hover,.live-demo__owner-chips button.is-active{color:#fff;border-color:rgba(6,106,255,.45);background:rgba(6,106,255,.1)}.live-demo__owner-answer{display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center}.live-demo__owner-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:rgba(6,106,255,.1);border:1px solid rgba(6,106,255,.18)}.live-demo__owner-icon img{width:20px;height:20px}.live-demo__owner-answer p{margin:0;color:#c5d0d8;font-size:10px;line-height:1.45}
.live-demo__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px;padding:14px 2px 0;border-top:1px solid rgba(255,255,255,.07)}.live-demo__footer>div{display:grid;grid-template-columns:18px 1fr;column-gap:9px;max-width:780px}.live-demo__footer-line{width:18px;height:1px;background:var(--blue);margin-top:8px}.live-demo__footer strong{color:#dfe7ee;font-size:11px}.live-demo__footer p{grid-column:2;margin:3px 0 0;color:#6f808e;font-size:9px;line-height:1.45}.live-demo__footer .btn{font-size:10px;padding:11px 14px}
@media(max-width:1120px){.live-demo__workspace{grid-template-columns:1fr 1fr}.live-demo__operations{grid-column:1/-1}.live-demo__ops-grid{grid-template-columns:repeat(4,1fr)}.live-demo__activity-list{max-height:90px}.live-demo__header p{max-width:760px}}
@media(max-width:900px){body.admin-bar .system-view{top:46px;height:auto}.system-view{padding:0;place-items:stretch}.live-demo{width:100%;height:100%;max-height:none;border-radius:0;border:0}.live-demo__header{padding:13px 14px;gap:12px;align-items:flex-start}.live-demo__eyebrow{font-size:7px}.live-demo__header h2{font-size:16px}.live-demo__header p{font-size:10px;line-height:1.45}.live-demo__restart{width:42px;padding:0;font-size:0}.live-demo__restart i{margin:0;font-size:11px}.live-demo__body{padding:12px 12px 16px}.live-demo__scenario-bar{gap:10px;align-items:flex-start;flex-wrap:wrap}.live-demo__scenario-label{min-width:130px}.live-demo__scenario-tabs{order:3;width:100%;overflow:auto;padding-bottom:2px}.live-demo__scenario-tabs button{flex:0 0 auto}.live-demo__runtime{margin-left:auto}.live-demo__workspace{grid-template-columns:1fr;gap:10px}.live-demo__operations{grid-column:auto}.live-demo__panel{border-radius:14px}.live-demo__contact-card{grid-template-columns:42px 1fr}.live-demo__avatar{width:42px;height:42px}.live-demo__brain-core{grid-template-columns:58px 1fr}.live-demo__brand-orb{width:56px;height:56px;border-radius:17px}.live-demo__brand-orb img{width:28px;height:28px}.live-demo__ops-grid{grid-template-columns:1fr 1fr}.live-demo__outcome{grid-template-columns:1fr}.live-demo__outcome-stats{justify-content:space-between}.live-demo__owner{grid-template-columns:1fr}.live-demo__footer{align-items:stretch;flex-direction:column}.live-demo__footer .btn{width:100%;justify-content:center}.live-demo__activity-list{max-height:130px}}
@media(max-width:560px){.live-demo__header p{display:none}.live-demo__header h2{font-size:14px;line-height:1.35}.live-demo__brand{gap:10px}.live-demo__live-dot{margin-top:5px}.live-demo__header-actions{gap:5px}.live-demo__restart,.live-demo__close{width:40px;height:40px}.live-demo__scenario-label strong{font-size:11px}.live-demo__runtime{font-size:8px}.live-demo__message p{font-size:12px}.live-demo__channel-row span{font-size:0}.live-demo__channel-row span i{font-size:10px}.live-demo__plain-note{font-size:9px}.live-demo__brain-copy strong{font-size:14px}.live-demo__brain-copy p,.live-demo__difference p{font-size:9.5px}.live-demo__decision{grid-template-columns:26px 1fr 20px;padding:8px}.live-demo__decision span{font-size:8.5px}.live-demo__ops-grid{grid-template-columns:1fr 1fr;gap:6px}.live-demo__op-card{min-height:72px;padding:8px}.live-demo__outcome-stats{gap:8px}.live-demo__outcome-stats strong{font-size:19px}.live-demo__owner-heading h3{font-size:16px}.live-demo__owner-chips{display:grid;grid-template-columns:1fr}.live-demo__owner-chips button{text-align:left;border-radius:8px}.live-demo__footer strong{font-size:10px}.live-demo__footer p{font-size:8.5px}}
@media(prefers-reduced-motion:reduce){.live-demo__progress span,.live-demo__decision,.live-demo__activity-row,.live-demo__outcome,.live-demo__owner{transition:none}.fa-spin{animation:none!important}}


/* v1.32.0 — guided cinematic focus for flagship demo */
.live-demo__guide{display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(260px,1.1fr);align-items:center;gap:16px;margin:-2px 0 16px;padding:12px 14px;border:1px solid rgba(6,106,255,.18);border-radius:12px;background:linear-gradient(90deg,rgba(6,106,255,.09),rgba(6,106,255,.025));transition:.35s}
.live-demo__guide>span{font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#6fa0ff;white-space:nowrap}.live-demo__guide>strong{color:#f5f8fb;font-size:13px}.live-demo__guide>p{margin:0;color:#8192a0;font-size:10px;line-height:1.45}
.live-demo__panel{transition:opacity .5s ease,transform .5s cubic-bezier(.2,.75,.2,1),border-color .5s ease,box-shadow .5s ease}
.live-demo__body[data-demo-focus="contact"] .live-demo__brain,.live-demo__body[data-demo-focus="contact"] .live-demo__operations,
.live-demo__body[data-demo-focus="brain"] .live-demo__contact,.live-demo__body[data-demo-focus="brain"] .live-demo__operations,
.live-demo__body[data-demo-focus="operations"] .live-demo__contact,.live-demo__body[data-demo-focus="operations"] .live-demo__brain,
.live-demo__body[data-demo-focus="outcome"] .live-demo__workspace,
.live-demo__body[data-demo-focus="owner"] .live-demo__workspace{opacity:.24}
.live-demo__body[data-demo-focus="contact"] .live-demo__contact,
.live-demo__body[data-demo-focus="brain"] .live-demo__brain,
.live-demo__body[data-demo-focus="operations"] .live-demo__operations{opacity:1;transform:translateY(-3px);border-color:rgba(6,106,255,.42);box-shadow:0 16px 48px rgba(0,0,0,.22),0 0 0 1px rgba(6,106,255,.08)}
.live-demo__body[data-demo-focus="contact"] .live-demo__contact::after,
.live-demo__body[data-demo-focus="brain"] .live-demo__brain::after,
.live-demo__body[data-demo-focus="operations"] .live-demo__operations::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 38px rgba(6,106,255,.035)}
.live-demo__body[data-demo-focus="outcome"] .live-demo__outcome{box-shadow:0 18px 54px rgba(6,106,255,.12);border-color:rgba(6,106,255,.45);transform:none}
.live-demo__body[data-demo-focus="owner"] .live-demo__outcome{opacity:.32}
.live-demo__body[data-demo-focus="owner"] .live-demo__owner{box-shadow:0 18px 54px rgba(6,106,255,.1);border-color:rgba(6,106,255,.32);transform:none}
/* v1.40.3 — final owner step: remove the dimmed completed flow from view so the interactive owner panel is immediately visible */
.live-demo__body[data-demo-focus="owner"] .live-demo__workspace,.live-demo__body[data-demo-focus="owner"] .live-demo__outcome{display:none!important}
.live-demo__body[data-demo-focus="owner"] .live-demo__owner{display:grid!important;opacity:1!important;transform:none!important;margin-top:0}
@media(max-width:900px){
  .live-demo__guide{grid-template-columns:1fr;gap:6px;padding:11px 12px;margin-bottom:12px}.live-demo__guide>strong{font-size:14px}.live-demo__guide>p{font-size:10px}.live-demo__guide>span{font-size:8px}
  .live-demo__body[data-demo-focus="contact"] .live-demo__brain,.live-demo__body[data-demo-focus="contact"] .live-demo__operations,
  .live-demo__body[data-demo-focus="brain"] .live-demo__contact,.live-demo__body[data-demo-focus="brain"] .live-demo__operations,
  .live-demo__body[data-demo-focus="operations"] .live-demo__contact,.live-demo__body[data-demo-focus="operations"] .live-demo__brain{display:none}
  .live-demo__body[data-demo-focus="outcome"] .live-demo__workspace,.live-demo__body[data-demo-focus="owner"] .live-demo__workspace{display:none}
  .live-demo__body[data-demo-focus="contact"] .live-demo__contact,.live-demo__body[data-demo-focus="brain"] .live-demo__brain,.live-demo__body[data-demo-focus="operations"] .live-demo__operations{display:block;opacity:1;transform:none}
  .live-demo__body[data-demo-focus="contact"] .live-demo__outcome,.live-demo__body[data-demo-focus="brain"] .live-demo__outcome,.live-demo__body[data-demo-focus="operations"] .live-demo__outcome{display:none}
  .live-demo__body[data-demo-focus="contact"] .live-demo__owner,.live-demo__body[data-demo-focus="brain"] .live-demo__owner,.live-demo__body[data-demo-focus="operations"] .live-demo__owner,.live-demo__body[data-demo-focus="outcome"] .live-demo__owner{display:none}
  .live-demo__body[data-demo-focus="outcome"] .live-demo__outcome{display:grid;opacity:1}
  .live-demo__body[data-demo-focus="owner"] .live-demo__owner{display:grid;opacity:1}
}
@media(prefers-reduced-motion:reduce){.live-demo__panel,.live-demo__guide{transition:none}}

/* v1.33.0 — slower flagship demo + reliable Free Font Awesome icon rendering */
.live-demo__decision>i,.live-demo__activity-row>i{display:grid;place-items:center;min-width:28px;min-height:28px;line-height:1}
@media(max-width:900px){.live-demo__decision>i{min-width:32px;min-height:32px}}

/* v1.34.0 — visitor-configured flagship demo */
.live-demo__scenario-bar{display:grid;grid-template-columns:minmax(230px,.9fr) minmax(250px,1fr) minmax(300px,1.25fr) auto;align-items:end;gap:16px;padding:18px;margin:0 0 16px;border:1px solid rgba(6,106,255,.2);border-radius:14px;background:linear-gradient(135deg,rgba(6,106,255,.08),rgba(255,255,255,.015))}
.live-demo__setup-intro{min-width:0}.live-demo__setup-intro>span,.live-demo__setup-group>span{display:block;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#6fa0ff;margin-bottom:8px}.live-demo__setup-intro strong{display:block;color:#f4f8fc;font-size:16px;line-height:1.3}.live-demo__setup-intro p{margin:6px 0 0;color:#7f909e;font-size:10px;line-height:1.5}.live-demo__setup-group{min-width:0}.live-demo__scenario-tabs,.live-demo__channel-tabs{display:flex;gap:7px;flex-wrap:wrap}.live-demo__scenario-tabs button,.live-demo__channel-tabs button{min-height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#0d151e;color:#82909d;font-size:11px;font-weight:700;cursor:pointer;transition:.2s}.live-demo__scenario-tabs button i,.live-demo__channel-tabs button i{margin-right:6px}.live-demo__scenario-tabs button:hover,.live-demo__scenario-tabs button.is-active,.live-demo__channel-tabs button:hover,.live-demo__channel-tabs button.is-active{border-color:rgba(6,106,255,.58);background:rgba(6,106,255,.14);color:#fff;box-shadow:inset 0 0 0 1px rgba(6,106,255,.08)}
.live-demo__start{min-height:44px;padding:0 17px;border:0;border-radius:10px;background:#fff;color:#07101a;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap;transition:.2s}.live-demo__start i{margin-left:8px}.live-demo__start:hover{background:var(--blue);color:#fff}
.live-demo__scenario-summary{display:none;min-width:0}.live-demo__scenario-summary span{display:block;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#667786;margin-bottom:5px}.live-demo__scenario-summary strong{display:block;color:#dce5ee;font-size:12px}.live-demo__scenario-summary b{font-weight:700;color:#fff}.live-demo__runtime{align-self:center}
.live-demo__body[data-demo-focus="setup"] .live-demo__progress{opacity:.5}.live-demo__body[data-demo-focus="setup"] .live-demo__workspace,.live-demo__body[data-demo-focus="setup"] .live-demo__outcome,.live-demo__body[data-demo-focus="setup"] .live-demo__owner,.live-demo__body[data-demo-focus="setup"] .live-demo__footer{display:none!important}.live-demo__body[data-demo-focus="setup"] .live-demo__scenario-bar{margin-top:2px}.live-demo__body:not([data-demo-focus="setup"]) .live-demo__setup-intro,.live-demo__body:not([data-demo-focus="setup"]) .live-demo__setup-group,.live-demo__body:not([data-demo-focus="setup"]) .live-demo__start{display:none}.live-demo__body:not([data-demo-focus="setup"]) .live-demo__scenario-bar{display:flex;align-items:center;min-height:auto;padding:8px 12px;margin-bottom:12px;border-color:rgba(255,255,255,.07);background:rgba(255,255,255,.018)}.live-demo__body:not([data-demo-focus="setup"]) .live-demo__scenario-summary{display:block}.live-demo__body:not([data-demo-focus="setup"]) .live-demo__runtime{margin-left:auto}
.live-demo__body[data-demo-focus="operations"] .live-demo__outcome.is-visible{display:grid;opacity:1;margin-top:12px}
.live-demo__owner-chips button[data-demo-question="revenue"]{border-color:rgba(6,106,255,.22)}

@media(max-width:1120px){.live-demo__scenario-bar{grid-template-columns:1fr 1fr}.live-demo__start{justify-self:start}.live-demo__runtime{justify-self:end}}
@media(max-width:900px){
  .live-demo__body[data-demo-focus="setup"]{overflow:auto}
  .live-demo__body[data-demo-focus="setup"] .live-demo__guide{margin-bottom:10px}
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-bar{display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:18px 15px;margin:0;border-radius:16px}
  .live-demo__setup-intro strong{font-size:19px;line-height:1.3}.live-demo__setup-intro p{font-size:12px;line-height:1.6}
  .live-demo__setup-group>span{font-size:9px;margin-bottom:10px}
  .live-demo__scenario-tabs,.live-demo__channel-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;overflow:visible;padding:0}
  .live-demo__scenario-tabs button,.live-demo__channel-tabs button{width:100%;min-height:50px;padding:0 10px;font-size:12px;text-align:left}
  .live-demo__start{width:100%;min-height:54px;font-size:13px}
  .live-demo__body[data-demo-focus="setup"] .live-demo__runtime{display:none}
  .live-demo__body:not([data-demo-focus="setup"]) .live-demo__scenario-bar{display:flex;flex-direction:row;align-items:center;gap:10px;padding:8px 10px;margin-bottom:10px}
  .live-demo__scenario-summary strong{font-size:10px}.live-demo__runtime{font-size:8px}
  .live-demo__body[data-demo-focus="operations"] .live-demo__outcome.is-visible{display:grid}
}
@media(max-width:560px){
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-bar{padding:16px 13px;gap:17px}
  .live-demo__setup-intro strong{font-size:17px}.live-demo__setup-intro p{font-size:11px}
  .live-demo__scenario-tabs button,.live-demo__channel-tabs button{min-height:48px;font-size:11px}
  .live-demo__body:not([data-demo-focus="setup"]) .live-demo__scenario-summary span{display:none}
  .live-demo__body:not([data-demo-focus="setup"]) .live-demo__scenario-summary strong{font-size:9px;line-height:1.35}
  .live-demo__body:not([data-demo-focus="setup"]) .live-demo__runtime small{display:none}
}
@media(max-width:900px){.live-demo__body[data-demo-focus="owner"] .live-demo__outcome{display:none!important}}


/* v1.35.0 — flagship interactive demo CTA */
.hero-demo-link{
  position:relative;
  isolation:isolate;
  min-height:58px;
  padding:0 17px 0 14px;
  gap:12px;
  border:1px solid rgba(80,151,255,.62);
  border-radius:10px;
  background:linear-gradient(135deg,rgba(6,106,255,.18),rgba(6,106,255,.055));
  color:#fff;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 10px 30px rgba(0,30,78,.18);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.hero-demo-link::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(105deg,transparent 0%,transparent 36%,rgba(120,181,255,.17) 48%,transparent 60%,transparent 100%);
  transform:translateX(-130%);
  animation:heroDemoSignal 5.2s ease-in-out infinite;
  pointer-events:none;
}
.hero-demo-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42%;
  height:2px;
  background:linear-gradient(90deg,var(--blue),rgba(93,161,255,.28),transparent);
  opacity:.95;
  pointer-events:none;
}
.hero-demo-link__beacon{
  position:relative;
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(112,170,255,.46);
  background:rgba(6,106,255,.13);
}
.hero-demo-link__beacon::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#3f91ff;
  box-shadow:0 0 12px rgba(63,145,255,.78);
}
.hero-demo-link__beacon span{
  position:absolute;
  inset:5px;
  border-radius:50%;
  border:1px solid rgba(91,160,255,.38);
  animation:heroDemoPulse 2.6s ease-out infinite;
}
.hero-demo-link__copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.08;min-width:0}
.hero-demo-link__copy small{font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.15em;color:#80afff;margin-bottom:5px;white-space:nowrap}
.hero-demo-link__copy strong{font-size:13px;font-weight:750;color:#fff;white-space:nowrap}
.hero-demo-link__arrow{font-size:12px;color:#8db8ff;margin-left:2px;transition:transform .22s ease,color .22s ease}
.hero-demo-link:hover{
  background:linear-gradient(135deg,rgba(6,106,255,.28),rgba(6,106,255,.10));
  border-color:rgba(105,168,255,.92);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 14px 38px rgba(0,52,135,.28);
}
.hero-demo-link:hover .hero-demo-link__arrow{transform:translateX(4px);color:#fff}
.hero-demo-link:active{transform:translateY(0)}
@keyframes heroDemoSignal{0%,58%{transform:translateX(-130%)}78%,100%{transform:translateX(130%)}}
@keyframes heroDemoPulse{0%{transform:scale(.72);opacity:.8}68%,100%{transform:scale(1.45);opacity:0}}
@media(max-width:760px){
  .hero-demo-link{min-height:72px;width:100%;justify-content:flex-start;padding:0 18px;gap:14px;border-radius:12px}
  .hero-demo-link__beacon{width:38px;height:38px;flex-basis:38px}
  .hero-demo-link__copy small{font-size:8px;margin-bottom:6px}
  .hero-demo-link__copy strong{font-size:15px}
  .hero-demo-link__arrow{margin-left:auto;font-size:14px}
}
@media(prefers-reduced-motion:reduce){
  .hero-demo-link::before,.hero-demo-link__beacon span{animation:none}
}

/* v1.36.0 — balanced hero CTA sizing */
.hero__actions .btn--hero-primary,
.hero__actions .hero-demo-link{
  width:400px;
  max-width:100%;
  min-height:58px;
}
.hero-demo-link{padding:0 17px 0 14px}
@media(max-width:760px){
  .hero__actions{align-items:flex-start}
  .hero__actions .btn--hero-primary,
  .hero__actions .hero-demo-link{
    width:min(400px,100%);
    min-height:58px;
  }
  .hero-demo-link{justify-content:flex-start;padding:0 15px;gap:11px;border-radius:10px}
  .hero-demo-link__beacon{width:32px;height:32px;flex-basis:32px}
  .hero-demo-link__copy small{font-size:7px;margin-bottom:4px}
  .hero-demo-link__copy strong{font-size:13px}
  .hero-demo-link__arrow{margin-left:auto;font-size:12px}
}


/* v1.37.0 — less clutter + explicit current-action focus */
.live-demo__guide{position:relative;display:block;padding:13px 118px 13px 14px;margin:-2px 0 16px}
.live-demo__guide>strong{display:block;font-size:13px;line-height:1.35;margin-bottom:5px}
.live-demo__guide>p{margin:0;max-width:760px;color:#8192a0;font-size:10px;line-height:1.5}
.live-demo__guide>.live-demo__step-counter{position:absolute;top:13px;right:14px;font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#6fa0ff;white-space:nowrap}
.live-demo__footer{display:none;justify-content:flex-end;margin-top:14px;padding-top:0;border-top:0}
.live-demo__footer.is-visible{display:flex}
.live-demo__footer .btn{font-size:11px;padding:12px 16px}
.live-demo__decision,.live-demo__op-card,.live-demo__contact-card,.live-demo__outcome,.live-demo__owner{position:relative}
.live-demo__decision.is-current-action,.live-demo__op-card.is-current-action,.live-demo__contact-card.is-current-action,.live-demo__outcome.is-current-action,.live-demo__owner.is-current-action{
  border-color:rgba(6,106,255,.82)!important;
  box-shadow:0 0 0 1px rgba(6,106,255,.26),0 0 26px rgba(6,106,255,.18),inset 0 0 22px rgba(6,106,255,.045)!important;
  animation:fonetikaActionFocus 1.65s ease-in-out infinite;
}
.live-demo__decision.is-current-action::after,.live-demo__op-card.is-current-action::after,.live-demo__contact-card.is-current-action::after,.live-demo__outcome.is-current-action::after,.live-demo__owner.is-current-action::after{
  content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;border:1px solid rgba(111,160,255,.65);opacity:.45;animation:fonetikaActionRing 1.65s ease-out infinite
}
@keyframes fonetikaActionFocus{0%,100%{box-shadow:0 0 0 1px rgba(6,106,255,.20),0 0 18px rgba(6,106,255,.12),inset 0 0 16px rgba(6,106,255,.035)}50%{box-shadow:0 0 0 1px rgba(6,106,255,.34),0 0 34px rgba(6,106,255,.24),inset 0 0 28px rgba(6,106,255,.06)}}
@keyframes fonetikaActionRing{0%{opacity:.65;transform:scale(1)}70%,100%{opacity:0;transform:scale(1.018)}}
@media(max-width:900px){
  .live-demo__guide{padding:12px 100px 12px 12px;margin-bottom:12px}
  .live-demo__guide>strong{font-size:13px;margin-bottom:4px}
  .live-demo__guide>p{font-size:9.5px;line-height:1.45}
  .live-demo__guide>.live-demo__step-counter{top:12px;right:12px;font-size:7.5px}
  .live-demo__footer{padding:4px 0 0;margin-top:10px}
  .live-demo__footer.is-visible{display:block}
  .live-demo__footer .btn{width:100%;justify-content:center}
}
@media(max-width:560px){
  .live-demo__guide{padding-right:92px}
  .live-demo__guide>p{max-width:none}
  .live-demo__guide>.live-demo__step-counter{font-size:7px;letter-spacing:.12em}
}
@media(prefers-reduced-motion:reduce){
  .is-current-action{animation:none!important}
  .is-current-action::after{animation:none!important;opacity:.45!important;transform:none!important}
}


/* v1.38.0 — move demo step counter to top */
.live-demo__body{position:relative}
.live-demo__step-counter--top{position:absolute;top:14px;right:16px;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(111,160,255,.18);background:rgba(5,12,22,.78);font:600 8px/1 "IBM Plex Mono",monospace;letter-spacing:.16em;color:#6fa0ff;white-space:nowrap}
.live-demo__guide>.live-demo__step-counter{display:none}
.live-demo__guide{padding-right:120px}
@media(max-width:900px){
  .live-demo__step-counter--top{top:12px;right:12px;min-height:26px;padding:0 9px;font-size:7.5px}
  .live-demo__guide{padding-right:108px}
}
@media(max-width:560px){
  .live-demo__step-counter--top{top:10px;right:10px;min-height:24px;padding:0 8px;font-size:7px;letter-spacing:.12em}
  .live-demo__guide{padding-right:96px}
}


/* v1.40.1 — desktop setup screen refinement; mobile intentionally unchanged */
@media (min-width:901px){
  .live-demo__body[data-demo-focus="setup"]{
    padding:34px 32px 38px;
    overflow:auto;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__step-counter--top{
    top:16px;
    right:24px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-bar{
    width:min(1120px,100%);
    margin:16px auto 0;
    padding:30px 34px 32px;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
    grid-template-areas:
      "intro intro"
      "business channel"
      "start start";
    gap:26px 34px;
    align-items:start;
    border-radius:20px;
    border:1px solid rgba(6,106,255,.24);
    background:
      radial-gradient(circle at 12% 0%,rgba(6,106,255,.10),transparent 36%),
      rgba(10,18,27,.86);
    box-shadow:0 28px 80px rgba(0,0,0,.16);
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-intro{
    grid-area:intro;
    max-width:760px;
    padding-bottom:2px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-intro>span{
    margin-bottom:10px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-intro strong{
    font-size:clamp(22px,2vw,30px);
    line-height:1.18;
    letter-spacing:-.025em;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-intro p{
    margin-top:9px;
    max-width:650px;
    font-size:12px;
    line-height:1.65;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-group:nth-of-type(2){grid-area:business}
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-group:nth-of-type(3){grid-area:channel}
  .live-demo__body[data-demo-focus="setup"] .live-demo__setup-group>span{
    margin-bottom:12px;
    font-size:9px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__channel-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-tabs button,
  .live-demo__body[data-demo-focus="setup"] .live-demo__channel-tabs button{
    min-height:56px;
    width:100%;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    border-radius:12px;
    font-size:12px;
    background:rgba(255,255,255,.025);
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-tabs button i,
  .live-demo__body[data-demo-focus="setup"] .live-demo__channel-tabs button i{
    width:18px;
    margin-right:10px;
    text-align:center;
    color:#8298ad;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__scenario-tabs button.is-active i,
  .live-demo__body[data-demo-focus="setup"] .live-demo__channel-tabs button.is-active i{
    color:#fff;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__start{
    grid-area:start;
    justify-self:center;
    min-width:250px;
    min-height:52px;
    margin-top:2px;
    padding:0 24px;
    border-radius:12px;
    font-size:12px;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__runtime,
  .live-demo__body[data-demo-focus="setup"] .live-demo__guide,
  .live-demo__body[data-demo-focus="setup"] .live-demo__progress{
    display:none!important;
  }
}

/* v1.40.2 — mobile step counter gets its own row so it never covers content */
@media (max-width:900px){
  .live-demo__step-counter--top{
    position:relative;
    top:auto;
    right:auto;
    z-index:2;
    align-self:flex-end;
    margin:0 0 8px;
    min-height:26px;
    padding:0 10px;
  }
}
@media (max-width:560px){
  .live-demo__step-counter--top{
    top:auto;
    right:auto;
    margin-bottom:8px;
    min-height:24px;
    padding:0 9px;
  }
}

/* v1.40.5 — larger desktop demo typography */
@media (min-width:901px){
  /* Counter gets its own row on desktop too; never overlays scenario/status content. */
  .live-demo__step-counter--top{
    position:relative;
    top:auto;
    right:auto;
    z-index:2;
    align-self:flex-end;
    margin:0 0 9px;
    min-height:30px;
    padding:0 12px;
    font-size:9px;
    letter-spacing:.14em;
  }
  .live-demo__body[data-demo-focus="setup"] .live-demo__step-counter--top{
    top:auto;
    right:auto;
    margin:0 0 10px;
  }

  /* Larger type throughout the running demo — designed to be readable at normal desktop distance. */
  .live-demo__scenario-summary span{font-size:11px}
  .live-demo__scenario-summary strong{font-size:15px}
  .live-demo__runtime{font-size:12px}
  .live-demo__guide>strong{font-size:17px}
  .live-demo__guide>p{font-size:13px;line-height:1.55}
  .live-demo__panel-head{font-size:11px}
  .live-demo__contact-person strong{font-size:16px}
  .live-demo__contact-person span{font-size:13px}
  .live-demo__contact-state{font-size:12px}
  .live-demo__message p{font-size:16px;line-height:1.5}
  .live-demo__channel-row span{font-size:11px}
  .live-demo__plain-note{font-size:13px;line-height:1.55}
  .live-demo__brain-copy strong{font-size:20px}
  .live-demo__brain-copy p{font-size:13.5px;line-height:1.55}
  .live-demo__decision strong{font-size:12.5px}
  .live-demo__decision span{font-size:12px}
  .live-demo__difference span{font-size:10px}
  .live-demo__difference p{font-size:12.5px;line-height:1.5}
  .live-demo__op-card span{font-size:10px}
  .live-demo__op-card strong{font-size:13.5px}
  .live-demo__op-card small{font-size:11px}
  .live-demo__activity-head span{font-size:10.5px}
  .live-demo__activity-head small{font-size:9.5px}
  .live-demo__activity-row span{font-size:11.5px}
  .live-demo__activity-row time{font-size:9.5px}
  .live-demo__owner-heading span{font-size:10.5px}
  .live-demo__owner-heading h3{font-size:21px}
  .live-demo__owner-chips button{font-size:11px}
  .live-demo__owner-answer p{font-size:13px;line-height:1.55}
}

/* v1.40.6 hero viewport fit refinements */
@media (min-width:981px){
  .display{font-size:clamp(34px,4.05vw,58px);max-width:790px}
  .hero__inner{padding-top:132px;padding-bottom:42px;gap:26px}
  .hero .eyebrow{margin-bottom:18px}
  .hero__lead{margin:18px 0 24px;line-height:1.55}
  .hero__proof{margin-top:20px}
  .hero__proof div{padding-top:16px}
}
@media (max-width:980px){
  .hero__inner{padding-top:108px;padding-bottom:28px}
  .hero .eyebrow{margin-bottom:14px}
  .display{font-size:clamp(32px,7.6vw,46px);line-height:1.02}
  .hero__lead{margin:18px 0 24px;line-height:1.5}
}
@media (max-width:760px){
  .hero__inner{padding-top:94px;padding-bottom:28px}
  .hero .eyebrow{margin-bottom:12px}
  .display{font-size:clamp(31px,9vw,39px);line-height:1.03;letter-spacing:-.04em}
  .hero__lead{font-size:15px;line-height:1.5;margin:16px 0 22px}
  .hero__actions{gap:10px}
  .hero__proof{margin-top:34px}
}
@media (max-width:420px){
  .hero__inner{padding-top:84px}
  .display{font-size:clamp(29px,8.6vw,36px)}
  .hero .eyebrow{font-size:10px;line-height:1.55}
  .hero__lead{font-size:14px;line-height:1.46}
}

/* v1.40.7 — homepage services portfolio */
.services-intro{max-width:900px;margin:0 auto 50px;text-align:center}.services-intro .section-copy{max-width:820px;margin:0 auto}.services-grid{align-items:stretch}.services-grid .service-card{min-height:315px}.service-card__link{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:28px;font-size:13px;font-weight:700}.service-card__link i{transition:transform .2s}.service-card:hover .service-card__link i{transform:translateX(4px)}.services-bridge{max-width:980px;margin:56px auto 0;padding:34px 40px;border-top:1px solid var(--line);text-align:center}.services-bridge h3{font-size:clamp(24px,2.2vw,36px);line-height:1.15;letter-spacing:-.035em;margin:8px 0 12px}.services-bridge p{max-width:760px;margin:0 auto;color:var(--soft);font-size:17px;line-height:1.65}
@media(max-width:760px){.services-intro{text-align:left;margin-bottom:34px}.services-grid .service-card{min-height:250px}.services-bridge{margin-top:38px;padding:28px 0 0;text-align:left}.services-bridge p{font-size:16px}}


/* v1.40.9 — compact premium services grid + snap offset fix */
#usluge.section{padding:58px 0 52px}
.services-intro{max-width:820px;margin:0 auto 32px;text-align:center}
.services-intro .section-title{font-size:clamp(36px,4.2vw,62px);line-height:1.02;margin:10px 0 16px}
.services-intro .section-copy{max-width:760px;margin:0 auto;font-size:16px;line-height:1.6}
.services-grid{align-items:stretch;gap:12px}
.services-grid .service-card{
  min-height:210px;
  padding:24px 26px 22px;
  border:1px solid var(--line);
  box-shadow:none;
  transform:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.services-grid .service-card:hover{
  transform:none;
  box-shadow:inset 0 2px 0 var(--blue);
  border-color:rgba(6,106,255,.42);
  background:#fff;
}
.services-grid .service-card__icon{
  width:38px;height:38px;
  margin-bottom:18px;
  color:var(--blue);
  border-color:rgba(6,106,255,.22);
  background:rgba(6,106,255,.035);
  font-size:14px;
}
.services-grid .service-card h3{font-size:21px;line-height:1.15;margin:0 0 8px}
.services-grid .service-card p{font-size:13.5px;line-height:1.55}
.service-card__link{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin-top:auto;padding-top:16px;font-size:12.5px;font-weight:700;
  transition:color .2s ease;
}
.service-card:hover .service-card__link{color:var(--blue)}
.service-card__link i{transition:transform .2s ease,color .2s ease}
.service-card:hover .service-card__link i{transform:translateX(3px);color:var(--blue)}
.services-bridge{max-width:900px;margin:34px auto 0;padding:22px 28px 0;border-top:1px solid var(--line);text-align:center}
.services-bridge .eyebrow{font-size:10px}
.services-bridge h3{font-size:clamp(21px,1.8vw,30px);line-height:1.16;margin:7px 0 8px}
.services-bridge p{max-width:720px;margin:0 auto;color:var(--soft);font-size:15px;line-height:1.55}
@media (min-width:761px) and (max-height:900px){
  #usluge.section{padding:44px 0 40px}
  .services-intro{margin-bottom:24px}
  .services-intro .section-title{font-size:clamp(34px,3.7vw,54px);margin:8px 0 12px}
  .services-intro .section-copy{font-size:15px;line-height:1.5}
  .services-grid .service-card{min-height:188px;padding:20px 22px 18px}
  .services-grid .service-card__icon{width:34px;height:34px;margin-bottom:14px}
  .services-grid .service-card h3{font-size:19px}
  .services-grid .service-card p{font-size:12.8px;line-height:1.48}
  .service-card__link{padding-top:12px}
  .services-bridge{margin-top:24px;padding-top:18px}
}
@media(max-width:760px){
  #usluge.section{padding:58px 0}
  .services-intro{text-align:left;margin-bottom:28px}
  .services-intro .section-title{font-size:clamp(34px,10vw,46px)}
  .services-grid{gap:12px}
  .services-grid .service-card{min-height:210px;padding:24px}
  .services-bridge{margin-top:32px;padding:24px 0 0;text-align:left}
  .services-bridge p{font-size:15px}
}

@media(max-width:760px){
  html{scroll-padding-top:76px;}
  main#main > section{scroll-margin-top:76px;}
}

/* v1.41.2 — refined problem CTA band */
.band--problem{padding:44px 0}
.band--problem .band__inner{gap:56px}
.band--problem h2{
  max-width:820px;
  font-size:clamp(28px,2.55vw,42px);
  line-height:.98;
  letter-spacing:-.045em;
}
.btn--problem{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  min-height:48px;
  padding:0 22px;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 10px 26px rgba(6,106,255,.18);
}
.btn--problem i{transition:transform .2s ease}
.btn--problem:hover{
  background:#1977ff;
  border-color:#1977ff;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(6,106,255,.26);
}
.btn--problem:hover i{transform:translateX(4px)}

@media(max-width:760px){
  .band--problem{padding:38px 0}
  .band--problem .band__inner{gap:24px}
  .band--problem h2{
    max-width:100%;
    font-size:clamp(27px,8.5vw,36px);
    line-height:1.02;
  }
  .btn--problem{width:auto;min-width:0}
}

/* v1.41.3 — revised business-problem section */
.problem-section{padding:86px 0 92px;background:#fff}
.problem-section__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:72px;align-items:start}
.problem-section__lead{max-width:820px}
.problem-section__title{font-size:clamp(40px,4.1vw,64px);line-height:1.01;letter-spacing:-.048em;margin:10px 0 20px;font-weight:680}
.problem-section__intro{font-size:17px;color:var(--soft);margin:0 0 8px}
.problem-list--revised{grid-template-columns:1fr;margin-top:10px;gap:0}
.problem-list--revised .problem-item{padding:15px 0;font-size:15px;line-height:1.55;border-top:1px solid var(--line)}
.problem-list--revised .problem-item:first-child{border-top:0}
.problem-list--revised .problem-item i{font-size:14px;margin-top:5px}
.problem-section__cost{font-size:18px;line-height:1.55;font-weight:650;color:var(--text);margin:26px 0 0;max-width:760px}
.problem-solution{position:sticky;top:120px;border:1px solid var(--line);border-radius:22px;padding:34px 34px 32px;background:#f7f9fb;box-shadow:0 18px 50px rgba(10,20,32,.05)}
.problem-solution__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(6,106,255,.08);color:var(--blue);font-size:18px;margin-bottom:24px}
.problem-solution h3{font-size:clamp(28px,2.35vw,38px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 18px}
.problem-solution p{font-size:16px;line-height:1.7;color:var(--soft);margin:0}
.problem-solution__cta{margin-top:28px}

@media(max-width:980px){
  .problem-section__grid{grid-template-columns:1fr;gap:38px}
  .problem-solution{position:static;max-width:none}
}
@media(max-width:760px){
  .problem-section{padding:64px 0 68px}
  .problem-section__title{font-size:clamp(36px,10.2vw,48px);line-height:1.02;margin-top:8px}
  .problem-section__intro{font-size:16px}
  .problem-list--revised .problem-item{font-size:15px;padding:14px 0}
  .problem-section__cost{font-size:17px;margin-top:22px}
  .problem-solution{padding:26px 22px;border-radius:18px}
  .problem-solution h3{font-size:29px}
  .problem-solution p{font-size:15px}
}


/* v1.41.7 — real-work showcase */
.showcase-section{background:#fff;overflow:hidden}
.showcase-head{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:70px;align-items:end;margin-bottom:44px}
.showcase-head .section-title{max-width:880px;margin:10px 0 0}
.showcase-head .section-copy{margin:0 0 7px;max-width:590px}
.showcase-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(420px,.84fr);gap:18px;align-items:stretch}
.showcase-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.showcase-card{position:relative;border:1px solid #dfe4e9;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 14px 45px rgba(12,22,34,.05)}
.showcase-card--crm{display:flex;flex-direction:column;min-height:620px;background:#0b1118;color:#fff;border-color:#182432}
.showcase-card__topline{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px 0;font:700 9px/1 "IBM Plex Mono",monospace;letter-spacing:.14em;color:#71859a}
.showcase-live{display:flex;align-items:center;gap:7px;color:#83aaf0}.showcase-live i{width:7px;height:7px;border-radius:50%;background:#22d69a;box-shadow:0 0 12px rgba(34,214,154,.45)}
.showcase-crm-preview{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:34px 22px 12px;padding:32px 0 24px}
.showcase-crm-preview::before{content:"";position:absolute;left:9%;right:9%;top:62px;height:2px;background:#223345}
.showcase-crm-preview__signal{position:absolute;left:9%;top:62px;width:52%;height:2px;background:linear-gradient(90deg,var(--blue),#69a6ff);box-shadow:0 0 16px rgba(6,106,255,.38)}
.showcase-crm-node{position:relative;z-index:2;min-width:0;padding-top:0;text-align:center}.showcase-crm-node i{width:54px;height:54px;margin:0 auto 16px;border-radius:16px;display:grid;place-items:center;background:#101c28;border:1px solid #26384a;color:#7f9bb7;font-size:19px}.showcase-crm-node.is-active i{background:rgba(6,106,255,.18);border-color:#176fdc;color:#7eb2ff;box-shadow:0 0 0 5px rgba(6,106,255,.07)}.showcase-crm-node span{display:block;font-size:14px;font-weight:800}.showcase-crm-node small{display:block;margin-top:5px;color:#78899a;font-size:10px;line-height:1.35}
.showcase-card__copy{margin-top:auto;padding:30px 30px 32px}.showcase-card--crm .showcase-card__copy{border-top:1px solid rgba(255,255,255,.08)}.showcase-card__copy h3{font-size:clamp(28px,2.3vw,40px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 12px}.showcase-card__copy p{margin:0;color:#718191;font-size:15px;line-height:1.65}.showcase-card--crm .showcase-card__copy p{color:#9cabb9}.showcase-card--crm .kicker{color:#7fa8e8}
.showcase-action{margin-top:24px;padding:0;border:0;background:transparent;color:#fff;display:inline-flex;align-items:center;gap:12px;font:700 13px/1 Manrope,sans-serif;cursor:pointer}.showcase-action span{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:3px}.showcase-action i{color:#69a6ff;transition:transform .2s}.showcase-action:hover i{transform:translateX(5px)}.showcase-action:hover span{border-color:#69a6ff;color:#90bdff}
.showcase-card--video{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(215px,1fr) auto}
.showcase-video{position:relative;display:block;width:100%;min-height:230px;padding:0;border:0;background:#0c131b;color:#fff;overflow:hidden;cursor:pointer;text-align:left}.showcase-video--iframe{border:0;aspect-ratio:16/9;min-height:230px}
.showcase-video::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,9,14,.32));pointer-events:none}.showcase-video__hint{position:absolute;left:18px;bottom:16px;z-index:3;font:700 8px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#9bb1c5}.showcase-video__play{position:absolute;right:18px;bottom:14px;z-index:4;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#07101a;box-shadow:0 10px 28px rgba(0,0,0,.25);transition:.2s}.showcase-video:hover .showcase-video__play{background:var(--blue);color:#fff;transform:scale(1.06)}.showcase-video.is-waiting .showcase-video__play{animation:showcaseNudge .5s ease 2}@keyframes showcaseNudge{50%{transform:scale(.9)}}
.showcase-card__copy--compact{padding:22px 24px 25px}.showcase-card__copy--compact h3{font-size:23px;margin:7px 0 8px}.showcase-card__copy--compact p{font-size:13px;line-height:1.55}
.showcase-video__ui{position:absolute;inset:0;padding:26px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 72% 18%,rgba(6,106,255,.18),transparent 42%),#0b121a}
.showcase-video__ui--orb{gap:24px;justify-content:flex-start}.showcase-orb{position:relative;width:74px;height:74px;flex:0 0 74px;border-radius:22px;display:grid;place-items:center;background:#0f1c29;border:1px solid rgba(96,157,255,.35);box-shadow:0 0 0 9px rgba(6,106,255,.05)}.showcase-orb img{width:42px;height:42px}.showcase-orb span{position:absolute;width:9px;height:9px;right:10px;bottom:10px;border-radius:50%;background:#22d69a;box-shadow:0 0 12px rgba(34,214,154,.5)}
.showcase-dialogue{display:grid;gap:9px;max-width:290px}.showcase-dialogue div{padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#101a24}.showcase-dialogue div.is-answer{border-color:rgba(6,106,255,.34);background:rgba(6,106,255,.1)}.showcase-dialogue small{display:block;margin-bottom:4px;font:700 7px/1 "IBM Plex Mono",monospace;letter-spacing:.13em;color:#6fa0ff}.showcase-dialogue strong{font-size:11px;line-height:1.35}
.showcase-video__ui--operations{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:22px}.showcase-ops-sidebar{align-self:stretch;border-radius:9px;background:#0a1017;border:1px solid rgba(255,255,255,.05);padding:12px 9px}.showcase-ops-sidebar b{display:block;height:8px;border-radius:4px;background:#172536;margin-bottom:10px}.showcase-ops-main{align-self:stretch;padding:13px;border-radius:10px;background:#101a25;border:1px solid rgba(255,255,255,.07)}.showcase-ops-bar{display:flex;gap:7px}.showcase-ops-bar span{height:7px;flex:1;border-radius:4px;background:#223448}.showcase-ops-cards{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:13px}.showcase-ops-cards i{height:37px;border-radius:6px;background:linear-gradient(145deg,#16283a,#111c28);border:1px solid rgba(91,151,255,.12)}.showcase-ops-list{display:grid;gap:6px;margin-top:12px}.showcase-ops-list i{height:8px;border-radius:4px;background:#1a2a3b}.showcase-ops-list i:nth-child(2){width:82%}.showcase-ops-list i:nth-child(3){width:65%}
.showcase-bridge{display:flex;align-items:center;gap:16px;margin:30px 0 0;padding:0 6px}.showcase-bridge__line{width:52px;height:2px;background:var(--blue);flex:0 0 auto}.showcase-bridge p{margin:0;color:#6d7b88;font-size:14px}.showcase-bridge strong{color:#0b1118}
@media(max-width:1100px){.showcase-head{grid-template-columns:1fr;gap:18px}.showcase-grid{grid-template-columns:1fr}.showcase-card--crm{min-height:540px}.showcase-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.showcase-card--video{min-width:0}}
@media(max-width:760px){.showcase-section{padding-top:70px}.showcase-head{margin-bottom:28px}.showcase-head .section-title{font-size:clamp(36px,10.4vw,48px)}.showcase-head .section-copy{font-size:15px}.showcase-grid{display:flex;flex-direction:column;gap:16px}.showcase-card--crm{min-height:auto;order:1;border-radius:18px}.showcase-stack{display:contents}.showcase-card--video{order:2;border-radius:18px}.showcase-stack .showcase-card--video:last-child{order:3}.showcase-crm-preview{grid-template-columns:repeat(2,1fr);gap:20px 12px;margin:24px 18px 8px;padding:18px 0}.showcase-crm-preview::before,.showcase-crm-preview__signal{display:none}.showcase-crm-node{padding:12px 6px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:#0e1721}.showcase-crm-node i{width:44px;height:44px;margin-bottom:10px}.showcase-card__copy{padding:24px 20px 25px}.showcase-card__copy h3{font-size:28px}.showcase-card__copy p{font-size:14px}.showcase-card--video{grid-template-rows:auto auto}.showcase-video,.showcase-video--iframe{min-height:220px}.showcase-card__copy--compact{padding:20px}.showcase-card__copy--compact h3{font-size:24px}.showcase-video__ui--orb{padding:20px;gap:17px}.showcase-orb{width:62px;height:62px;flex-basis:62px}.showcase-orb img{width:36px}.showcase-dialogue strong{font-size:10px}.showcase-bridge{align-items:flex-start;margin-top:24px}.showcase-bridge p{font-size:13px;line-height:1.55}}

/* v1.42.1 — rebuilt CRM showcase: image first, compact live flow, integrated copy */
.showcase-card--crm{
  display:flex;
  flex-direction:column;
  min-height:0;
  background:#081018;
  color:#fff;
  border-color:#182432;
  overflow:hidden;
}
.showcase-card--crm .showcase-card__topline{
  position:absolute;
  z-index:4;
  top:18px;
  left:20px;
  right:20px;
  padding:0;
  color:rgba(222,234,246,.78);
  text-shadow:0 1px 12px rgba(0,0,0,.5);
}
.showcase-card--crm .showcase-card__visual{
  position:relative;
  min-height:350px;
  background:
    linear-gradient(180deg,rgba(4,9,14,.08) 0%,rgba(4,9,14,.08) 56%,rgba(4,9,14,.52) 82%,rgba(4,9,14,.92) 100%),
    url('../images/showcase-fonetika-office.webp') center 46%/cover no-repeat;
}
.showcase-card--crm .showcase-card__visual::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(180deg,rgba(8,16,24,0),#081018);
  pointer-events:none;
}
.showcase-card--crm .showcase-crm-preview{
  position:relative;
  z-index:2;
  margin:-26px 18px 0;
  padding:18px 14px 16px;
  border:1px solid rgba(117,166,255,.16);
  border-radius:16px;
  background:rgba(8,15,22,.88);
  backdrop-filter:blur(10px);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.showcase-card--crm .showcase-crm-preview::before,
.showcase-card--crm .showcase-crm-preview__signal{top:46px}
.showcase-card--crm .showcase-crm-node i{
  width:42px;
  height:42px;
  margin-bottom:10px;
  border-radius:13px;
  font-size:16px;
}
.showcase-card--crm .showcase-crm-node span{font-size:13px}
.showcase-card--crm .showcase-crm-node small{font-size:9px}
.showcase-card--crm .showcase-card__copy{
  margin-top:0;
  padding:24px 28px 28px;
  border-top:0;
  background:#081018;
}
.showcase-card--crm .showcase-card__copy h3{
  max-width:700px;
  font-size:clamp(28px,2.15vw,36px);
  margin:8px 0 10px;
}
.showcase-card--crm .showcase-card__copy p{
  max-width:700px;
  color:#9aaaba;
  font-size:14px;
}
.showcase-card--crm .showcase-action{
  min-height:46px;
  margin-top:20px;
  padding:0 18px;
  border:1px solid var(--blue);
  border-radius:9px;
  background:var(--blue);
  color:#fff;
  gap:10px;
  box-shadow:0 10px 26px rgba(6,106,255,.18);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.showcase-card--crm .showcase-action span{border:0;padding:0}
.showcase-card--crm .showcase-action i{color:#fff}
.showcase-card--crm .showcase-action:hover{
  background:#1977ff;
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(6,106,255,.28);
}

@media(max-width:1100px){
  .showcase-card--crm .showcase-card__visual{min-height:330px;background-position:center 44%}
}

@media(max-width:760px){
  .showcase-card--crm .showcase-card__topline{top:15px;left:16px;right:16px}
  .showcase-card--crm .showcase-card__visual{
    min-height:255px;
    background-position:56% 44%;
  }
  .showcase-card--crm .showcase-crm-preview{
    order:3;
    grid-template-columns:repeat(4,minmax(118px,1fr));
    gap:8px;
    overflow-x:auto;
    scrollbar-width:none;
    margin:-18px 14px 0;
    padding:14px;
    border-radius:14px;
  }
  .showcase-card--crm .showcase-crm-preview::-webkit-scrollbar{display:none}
  .showcase-card--crm .showcase-crm-preview::before,
  .showcase-card--crm .showcase-crm-preview__signal{display:block;top:39px;left:8%;right:8%}
  .showcase-card--crm .showcase-crm-preview__signal{right:auto;width:48%}
  .showcase-card--crm .showcase-crm-node{
    min-width:118px;
    padding:0;
    border:0;
    background:transparent;
  }
  .showcase-card--crm .showcase-card__copy{
    order:2;
    padding:22px 18px 24px;
  }
  .showcase-card--crm .showcase-card__copy h3{font-size:27px}
  .showcase-card--crm .showcase-card__copy p{font-size:14px}
  .showcase-card--crm .showcase-action{width:100%;justify-content:center}
}

/* v1.42.2 — balanced CRM showcase composition */
.showcase-card--crm{
  min-height:0;
  display:grid;
  grid-template-rows:360px auto auto;
  background:#0b1118;
}
.showcase-card--crm .showcase-card__topline{
  top:16px;
  left:18px;
  right:18px;
  z-index:5;
  padding:0;
  pointer-events:none;
}
.showcase-card--crm .showcase-card__visual{
  min-height:360px;
  height:360px;
  background-position:center 44%;
}
.showcase-card--crm .showcase-card__visual::after{
  background:
    linear-gradient(180deg,rgba(5,9,14,.05) 0%,rgba(5,9,14,.02) 58%,rgba(5,9,14,.68) 100%);
}
.showcase-card--crm .showcase-crm-preview{
  margin:0;
  padding:18px 22px 17px;
  min-height:118px;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg,rgba(11,17,24,.96),rgba(8,13,19,.99));
  border-radius:0;
}
.showcase-card--crm .showcase-crm-preview::before{
  left:10%;
  right:10%;
  top:42px;
}
.showcase-card--crm .showcase-crm-preview__signal{
  left:10%;
  top:42px;
  width:50%;
}
.showcase-card--crm .showcase-crm-node i{
  width:40px;
  height:40px;
  margin-bottom:10px;
  border-radius:12px;
  font-size:15px;
}
.showcase-card--crm .showcase-crm-node span{
  font-size:12px;
}
.showcase-card--crm .showcase-crm-node small{
  margin-top:4px;
  font-size:9px;
}
.showcase-card--crm .showcase-card__copy{
  margin:0;
  padding:22px 24px 24px;
  background:#0b1118;
  border-top:0;
}
.showcase-card--crm .showcase-card__copy h3{
  max-width:620px;
  margin:6px 0 8px;
  font-size:30px;
  line-height:1.05;
}
.showcase-card--crm .showcase-card__copy p{
  max-width:660px;
  font-size:13px;
  line-height:1.55;
}
.showcase-card--crm .showcase-action{
  min-height:44px;
  margin-top:18px;
  padding:0 17px;
  border-radius:9px;
  background:var(--blue);
  box-shadow:none;
}
.showcase-card--crm .showcase-action:hover{
  background:#1977ff;
  transform:translateY(-1px);
}
.showcase-grid{
  align-items:start;
}
.showcase-stack{
  align-self:start;
}

@media(max-width:1100px){
  .showcase-card--crm{
    grid-template-rows:330px auto auto;
  }
  .showcase-card--crm .showcase-card__visual{
    min-height:330px;
    height:330px;
  }
}
@media(max-width:760px){
  .showcase-card--crm{
    display:flex;
    flex-direction:column;
  }
  .showcase-card--crm .showcase-card__visual{
    order:1;
    min-height:270px;
    height:270px;
    background-position:54% 42%;
  }
  .showcase-card--crm .showcase-card__topline{
    top:13px;
    left:14px;
    right:14px;
  }
  .showcase-card--crm .showcase-crm-preview{
    order:2;
    display:grid;
    grid-template-columns:repeat(4,155px);
    gap:10px;
    min-height:108px;
    padding:15px 14px 14px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .showcase-card--crm .showcase-crm-preview::-webkit-scrollbar{display:none}
  .showcase-card--crm .showcase-crm-preview::before,
  .showcase-card--crm .showcase-crm-preview__signal{
    display:none;
  }
  .showcase-card--crm .showcase-crm-node{
    padding:10px 8px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    background:#0e1721;
  }
  .showcase-card--crm .showcase-card__copy{
    order:3;
    padding:20px 18px 21px;
  }
  .showcase-card--crm .showcase-card__copy h3{
    font-size:25px;
  }
  .showcase-card--crm .showcase-action{
    width:100%;
    justify-content:center;
  }
}

/* v1.42.4 — compact showcase section so the full block fits within the viewport more comfortably */
#u-radu.section{padding:56px 0 42px;scroll-margin-top:96px}
#u-radu .container{min-height:calc(100svh - 88px);display:grid;align-content:center}
.showcase-head{grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:34px;align-items:end;margin-bottom:26px}
.showcase-head .section-title{max-width:760px;font-size:clamp(42px,4.2vw,64px);line-height:1.02;letter-spacing:-.045em}
.showcase-head .section-copy{max-width:500px;margin:0;font-size:15px;line-height:1.55}
.showcase-grid{grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);gap:16px;align-items:start}
.showcase-stack{gap:16px;align-self:start}
.showcase-card{border-radius:20px}
.showcase-card--crm{grid-template-rows:280px auto auto}
.showcase-card--crm .showcase-card__visual{min-height:280px;height:280px;background-position:center 42%}
.showcase-card--crm .showcase-crm-preview{padding:16px 18px 14px;min-height:102px}
.showcase-card--crm .showcase-crm-preview::before{top:38px}
.showcase-card--crm .showcase-crm-preview__signal{top:38px}
.showcase-card--crm .showcase-crm-node i{width:36px;height:36px;margin-bottom:8px;font-size:14px}
.showcase-card--crm .showcase-crm-node span{font-size:11px}
.showcase-card--crm .showcase-crm-node small{margin-top:3px;font-size:8px;line-height:1.35}
.showcase-card--crm .showcase-card__copy{padding:18px 22px 20px}
.showcase-card--crm .showcase-card__copy h3{max-width:560px;font-size:22px;line-height:1.08;margin:6px 0 8px}
.showcase-card--crm .showcase-card__copy p{max-width:620px;font-size:13px;line-height:1.5}
.showcase-card--crm .showcase-action{min-height:40px;margin-top:14px;padding:0 15px;font-size:12px}
.showcase-card--video{grid-template-rows:minmax(170px,1fr) auto}
.showcase-video,.showcase-video--iframe{min-height:170px}
.showcase-video__ui{padding:22px}
.showcase-video__hint{left:16px;bottom:14px}
.showcase-video__play{right:16px;bottom:14px;width:38px;height:38px}
.showcase-orb{width:64px;height:64px;flex-basis:64px}
.showcase-orb img{width:36px;height:36px}
.showcase-dialogue{gap:8px;max-width:240px}
.showcase-dialogue div{padding:10px 11px}
.showcase-dialogue strong{font-size:10px}
.showcase-card__copy--compact{padding:18px 20px 20px}
.showcase-card__copy--compact .kicker{font-size:10px}
.showcase-card__copy--compact h3{font-size:18px;line-height:1.15;margin:6px 0 7px}
.showcase-card__copy--compact p{font-size:12px;line-height:1.5}
.showcase-ops-main{padding:11px}
.showcase-ops-cards i{height:34px}
.showcase-bridge{margin-top:18px}
.showcase-bridge p{font-size:13px;line-height:1.45}

@media(max-width:1260px){
  #u-radu.section{padding:52px 0 40px}
  .showcase-head{gap:26px}
  .showcase-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr)}
  .showcase-card--crm{grid-template-rows:250px auto auto}
  .showcase-card--crm .showcase-card__visual{min-height:250px;height:250px}
  .showcase-card--crm .showcase-card__copy h3{font-size:20px}
}

@media(max-width:760px){
  #u-radu.section{padding:70px 0 38px;scroll-margin-top:76px}
  #u-radu .container{min-height:0;display:block}
}

/* v1.42.5 — FonetikaCRM logo in CRM showcase topline */
.showcase-card__brand{display:flex;align-items:center;min-width:0}
.showcase-brand-logo{display:block;width:clamp(140px,18vw,270px);height:auto;max-width:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}
.showcase-card--crm .showcase-card__topline{align-items:flex-start}
@media(max-width:760px){
  .showcase-brand-logo{width:min(52vw,210px)}
}

/* v1.42.6 — hero title + balanced compact CTA alignment */
.hero__actions{gap:10px}
.hero__actions .btn--hero-primary,
.hero__actions .hero-demo-link{
  position:relative;
  width:340px;
  max-width:100%;
  min-height:50px;
  padding:0 52px;
  border-radius:9px;
  justify-content:center;
}
.hero__actions .btn--hero-primary{
  font-size:13px;
  text-align:center;
}
.hero__actions .btn--hero-primary > i{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  margin:0;
}
.hero-demo-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}
.hero-demo-link__label{
  display:block;
  width:100%;
  text-align:center;
  font-size:13px;
  font-weight:750;
  line-height:1;
  color:#fff;
  white-space:nowrap;
}
.hero-demo-link__beacon{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  flex:0 0 30px;
}
.hero-demo-link__arrow{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  margin:0;
  font-size:12px;
}
.hero-demo-link:hover .hero-demo-link__arrow{
  transform:translate(4px,-50%);
}

@media(max-width:760px){
  .hero__inner{padding-top:116px;padding-bottom:28px}
  .hero__actions{gap:9px}
  .hero__actions .btn--hero-primary,
  .hero__actions .hero-demo-link{
    width:100%;
    min-height:50px;
    padding:0 50px;
    border-radius:9px;
  }
  .hero__actions .btn--hero-primary{font-size:13px}
  .hero-demo-link__label{font-size:13px}
  .hero-demo-link__beacon{left:14px;width:30px;height:30px;flex-basis:30px}
  .hero-demo-link__arrow{right:18px;font-size:12px}
}
@media(max-width:420px){
  .hero__inner{padding-top:110px}
}

/* v1.43.1 — mobile showcase repair + tighter desktop CRM showcase */
@media(max-width:1100px){
  .showcase-head{
    grid-template-columns:1fr;
    gap:14px;
    align-items:start;
  }
  .showcase-head .section-copy{
    max-width:680px;
  }
}

@media(max-width:760px){
  #u-radu.section{
    padding:54px 0 34px;
    overflow:hidden;
  }
  .showcase-head{
    display:block;
    margin-bottom:22px;
  }
  .showcase-head .eyebrow{
    display:block;
    margin-bottom:10px;
    font-size:9px;
    line-height:1.35;
    letter-spacing:.15em;
    white-space:normal;
  }
  .showcase-head .section-title{
    max-width:none;
    margin:0 0 14px;
    font-size:clamp(32px,9vw,42px);
    line-height:1.02;
    letter-spacing:-.045em;
  }
  .showcase-head .section-copy{
    position:static;
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    font-size:14px;
    line-height:1.55;
  }
  .showcase-grid{
    width:100%;
    gap:14px;
  }
  .showcase-card--crm{
    width:100%;
    min-width:0;
    overflow:hidden;
  }
  .showcase-card--crm .showcase-card__visual{
    min-height:225px;
    height:225px;
    background-position:52% 42%;
  }
  .showcase-brand-logo{
    width:min(46vw,180px);
  }
  .showcase-card--crm .showcase-crm-preview{
    order:2;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    min-height:0;
    margin:0;
    padding:14px;
    overflow:visible;
    border-radius:0;
  }
  .showcase-card--crm .showcase-crm-preview::before,
  .showcase-card--crm .showcase-crm-preview__signal{
    display:none;
  }
  .showcase-card--crm .showcase-crm-node{
    min-width:0;
    padding:11px 8px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:12px;
    background:#0e1721;
  }
  .showcase-card--crm .showcase-crm-node i{
    width:38px;
    height:38px;
    margin-bottom:8px;
  }
  .showcase-card--crm .showcase-crm-node span{
    font-size:11px;
  }
  .showcase-card--crm .showcase-crm-node small{
    font-size:8px;
  }
  .showcase-card--crm .showcase-card__copy{
    order:3;
    padding:18px 16px 18px;
  }
  .showcase-card--crm .showcase-card__copy h3{
    max-width:none;
    font-size:23px;
    line-height:1.08;
  }
  .showcase-card--crm .showcase-card__copy p{
    font-size:13px;
    line-height:1.5;
  }
  .showcase-card--crm .showcase-action{
    width:100%;
    min-height:42px;
    margin-top:14px;
    justify-content:center;
    font-size:12px;
  }
  .showcase-card--video{
    width:100%;
    min-width:0;
  }
  .showcase-video,.showcase-video--iframe{
    min-height:190px;
  }
  .showcase-card__copy--compact{
    padding:18px 16px 19px;
  }
  .showcase-card__copy--compact h3{
    font-size:21px;
  }
  .showcase-card__copy--compact p{
    font-size:13px;
  }
  .showcase-bridge{
    gap:12px;
    margin-top:18px;
    padding:0;
  }
}

/* v1.42.8 — smaller mobile section headings */
@media(max-width:760px){
  .section-title{
    font-size:clamp(28px,8.4vw,38px);
    line-height:1.06;
    letter-spacing:-.04em;
  }
  .services-intro .section-title{
    font-size:clamp(28px,8.6vw,38px);
    line-height:1.05;
    margin:8px 0 14px;
  }
  .showcase-head .section-title{
    font-size:clamp(30px,8.8vw,40px);
    line-height:1.04;
  }
  .services-bridge h3,
  .band h2{
    font-size:clamp(24px,7.2vw,32px);
    line-height:1.08;
  }
}
@media(max-width:420px){
  .section-title{
    font-size:clamp(26px,8vw,34px);
  }
  .services-intro .section-title,
  .showcase-head .section-title{
    font-size:clamp(27px,8.2vw,35px);
  }
}

/* v1.42.9 — tighter mobile section sizing so sections fit in view better */
@media(max-width:760px){
  .section{
    padding-top:48px;
    padding-bottom:48px;
  }
  .section-title{
    font-size:clamp(24px,7.3vw,32px);
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .section-copy{
    font-size:14px;
    line-height:1.58;
  }
  .services-intro{
    margin-bottom:20px;
  }
  .services-intro .section-title{
    font-size:clamp(24px,7.5vw,31px);
    line-height:1.08;
    margin:6px 0 12px;
  }
  .services-intro .section-copy{
    font-size:14px;
    line-height:1.55;
  }
  .showcase-head{
    margin-bottom:18px;
  }
  .showcase-head .section-title{
    font-size:clamp(25px,7.7vw,33px);
    line-height:1.07;
    margin-bottom:12px;
  }
  .showcase-head .section-copy{
    font-size:14px;
    line-height:1.55;
  }
  .services-bridge h3,
  .band h2{
    font-size:clamp(22px,6.8vw,28px);
    line-height:1.1;
  }
}
@media(max-width:420px){
  .section{
    padding-top:42px;
    padding-bottom:42px;
  }
  .section-title,
  .services-intro .section-title,
  .showcase-head .section-title{
    font-size:clamp(22px,7vw,28px);
    line-height:1.1;
  }
  .section-copy,
  .services-intro .section-copy,
  .showcase-head .section-copy{
    font-size:13.5px;
    line-height:1.52;
  }
}

/* v1.43.0 — tighter desktop CRM showcase so the whole section fits in view more comfortably */
#u-radu.section{
  padding:40px 0 26px;
}
#u-radu .container{
  min-height:calc(100svh - 88px);
  align-content:start;
}
.showcase-head{
  grid-template-columns:minmax(0,1fr) minmax(300px,.6fr);
  gap:24px;
  margin-bottom:18px;
}
.showcase-head .section-title{
  max-width:740px;
  font-size:clamp(34px,3.6vw,54px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.showcase-head .section-copy{
  max-width:470px;
  font-size:14px;
  line-height:1.48;
}
.showcase-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(320px,.7fr);
  gap:14px;
}
.showcase-stack{
  gap:14px;
}
.showcase-card{border-radius:18px}
.showcase-card--crm{
  grid-template-rows:230px auto auto;
}
.showcase-card--crm .showcase-card__topline{
  top:14px;
  left:16px;
  right:16px;
}
.showcase-card--crm .showcase-card__visual{
  min-height:230px;
  height:230px;
  background-position:center 41%;
}
.showcase-brand-logo{
  width:clamp(118px,15vw,220px);
}
.showcase-card--crm .showcase-crm-preview{
  padding:12px 16px 11px;
  min-height:88px;
}
.showcase-card--crm .showcase-crm-preview::before,
.showcase-card--crm .showcase-crm-preview__signal{
  top:34px;
}
.showcase-card--crm .showcase-crm-node i{
  width:34px;
  height:34px;
  margin-bottom:6px;
  border-radius:11px;
  font-size:13px;
}
.showcase-card--crm .showcase-crm-node span{
  font-size:10px;
}
.showcase-card--crm .showcase-crm-node small{
  font-size:8px;
  margin-top:2px;
}
.showcase-card--crm .showcase-card__copy{
  padding:15px 18px 16px;
}
.showcase-card--crm .showcase-card__copy .kicker{
  font-size:11px;
}
.showcase-card--crm .showcase-card__copy h3{
  max-width:520px;
  font-size:18px;
  line-height:1.12;
  margin:4px 0 6px;
}
.showcase-card--crm .showcase-card__copy p{
  max-width:580px;
  font-size:12px;
  line-height:1.45;
}
.showcase-card--crm .showcase-action{
  min-height:36px;
  margin-top:10px;
  padding:0 13px;
  font-size:11px;
  border-radius:8px;
}
.showcase-card--video{
  grid-template-rows:minmax(145px,1fr) auto;
}
.showcase-video,
.showcase-video--iframe{
  min-height:145px;
}
.showcase-video__ui{
  padding:18px;
}
.showcase-video__hint{
  left:14px;
  bottom:12px;
}
.showcase-video__play{
  width:34px;
  height:34px;
  right:14px;
  bottom:12px;
}
.showcase-orb{
  width:56px;
  height:56px;
  flex-basis:56px;
  border-radius:18px;
}
.showcase-orb img{
  width:32px;
  height:32px;
}
.showcase-dialogue{
  gap:7px;
  max-width:210px;
}
.showcase-dialogue div{
  padding:8px 10px;
}
.showcase-dialogue strong{
  font-size:9px;
  line-height:1.3;
}
.showcase-card__copy--compact{
  padding:14px 16px 16px;
}
.showcase-card__copy--compact .kicker{
  font-size:9px;
}
.showcase-card__copy--compact h3{
  font-size:16px;
  line-height:1.14;
  margin:5px 0 6px;
}
.showcase-card__copy--compact p{
  font-size:11px;
  line-height:1.42;
}
.showcase-video__ui--operations{
  grid-template-columns:44px 1fr;
  gap:10px;
  padding:16px;
}
.showcase-ops-sidebar{padding:10px 8px}
.showcase-ops-sidebar b{height:7px;margin-bottom:8px}
.showcase-ops-main{padding:10px}
.showcase-ops-bar span{height:6px}
.showcase-ops-cards{gap:6px;margin-top:10px}
.showcase-ops-cards i{height:30px}
.showcase-ops-list{gap:5px;margin-top:10px}
.showcase-ops-list i{height:7px}

@media(max-width:1260px){
  #u-radu.section{padding:36px 0 24px}
  .showcase-head .section-title{font-size:clamp(32px,3.4vw,48px)}
  .showcase-card--crm{grid-template-rows:210px auto auto}
  .showcase-card--crm .showcase-card__visual{min-height:210px;height:210px}
}

@media(max-width:760px){
  #u-radu.section{padding:54px 0 28px}
  #u-radu .container{min-height:0;display:block}
}

/* v1.43.2 — equal three-card showcase */
#u-radu.section{padding:38px 0 24px}
.showcase-head{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:28px;margin-bottom:18px;align-items:end}
.showcase-head .section-title{max-width:700px;font-size:clamp(32px,3.35vw,50px);line-height:1.02}
.showcase-head .section-copy{max-width:420px;font-size:14px;line-height:1.5}
.showcase-grid--equal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.showcase-card--equal{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff;color:#0b1118;border-color:#dfe4e9}
.showcase-media,.showcase-video--equal{position:relative;display:block;width:100%;height:215px;min-height:215px;border:0;padding:0;overflow:hidden;cursor:pointer;text-align:left;background:#0b1118}
.showcase-media--crm{background:
  linear-gradient(180deg,rgba(4,9,14,.03),rgba(4,9,14,.22)),
  url('../images/showcase-fonetika-office.webp') center 43%/cover no-repeat}
.showcase-media--crm::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,9,14,.04),transparent 55%,rgba(4,9,14,.28));pointer-events:none}
.showcase-media__brand{position:absolute;z-index:2;top:16px;left:16px;width:min(50%,190px);height:auto;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3))}
.showcase-media--crm .showcase-live{position:absolute;z-index:2;top:17px;right:16px;font:700 8px/1 "IBM Plex Mono",monospace;letter-spacing:.12em}
.showcase-media__action{position:absolute;z-index:3;right:16px;bottom:14px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#07101a;box-shadow:0 10px 24px rgba(0,0,0,.22);transition:.2s}
.showcase-media--crm:hover .showcase-media__action{background:var(--blue);color:#fff;transform:translateX(3px)}
.showcase-video--equal .showcase-video__ui{padding:20px}
.showcase-video--equal .showcase-video__play{width:36px;height:36px;right:16px;bottom:14px}
.showcase-video--equal .showcase-video__hint{left:16px;bottom:14px}
.showcase-card__copy--equal{display:flex;flex-direction:column;flex:1;margin:0;padding:18px 18px 20px;background:#fff;color:#0b1118;border-top:0}
.showcase-card__copy--equal .kicker{font-size:9px;color:#7d8996}
.showcase-card__copy--equal h3{font-size:20px;line-height:1.14;letter-spacing:-.03em;margin:6px 0 8px}
.showcase-card__copy--equal p{margin:0;color:#718191;font-size:12px;line-height:1.5}
.showcase-inline-link{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding:14px 0 0;border:0;background:transparent;color:var(--blue);font:700 12px/1 Manrope,sans-serif;cursor:pointer;width:max-content}
.showcase-inline-link i{font-size:11px;transition:transform .2s}.showcase-inline-link:hover i{transform:translateX(4px)}
.showcase-bridge{margin-top:16px}

@media(max-width:1100px){
  .showcase-grid--equal{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .showcase-media,.showcase-video--equal{height:190px;min-height:190px}
  .showcase-card__copy--equal h3{font-size:18px}
  .showcase-card__copy--equal p{font-size:11.5px}
}

@media(max-width:760px){
  #u-radu.section{padding:46px 0 28px}
  .showcase-grid--equal{display:flex;flex-direction:column;gap:14px}
  .showcase-card--equal{width:100%;border-radius:18px}
  .showcase-media,.showcase-video--equal{height:220px;min-height:220px}
  .showcase-media__brand{width:min(52%,190px);top:14px;left:14px}
  .showcase-media--crm .showcase-live{top:15px;right:14px}
  .showcase-card__copy--equal{padding:17px 16px 18px}
  .showcase-card__copy--equal h3{font-size:20px}
  .showcase-card__copy--equal p{font-size:13px}
}

/* v1.43.3 — unified dark styling for all three equal showcase cards */
.showcase-card--equal{
  background:#0b1118;
  color:#fff;
  border-color:#1d2a38;
  box-shadow:0 14px 38px rgba(7,14,22,.12);
}
.showcase-card--equal .showcase-media,
.showcase-card--equal .showcase-video--equal{
  border-bottom:1px solid rgba(255,255,255,.07);
}
.showcase-card__copy--equal{
  background:#0b1118;
  color:#fff;
}
.showcase-card__copy--equal .kicker{
  color:#7fa8e8;
}
.showcase-card__copy--equal h3{
  color:#fff;
}
.showcase-card__copy--equal p{
  color:#9aabba;
}
.showcase-inline-link{
  color:#6fa8ff;
}
.showcase-inline-link:hover{
  color:#9bc2ff;
}
.showcase-card--equal:hover{
  border-color:rgba(6,106,255,.38);
  box-shadow:0 16px 42px rgba(7,14,22,.16);
}

/* v1.43.4 — full-screen desktop sections + bidirectional native snap */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  :root{--fonetika-header-h:82px;--fonetika-snap-h:calc(100svh - var(--fonetika-header-h))}
  html{scroll-snap-type:y mandatory;scroll-padding-top:var(--fonetika-header-h);scroll-behavior:auto}
  body{overscroll-behavior-y:none}
  .snap-page{
    height:var(--fonetika-snap-h);
    min-height:var(--fonetika-snap-h);
    max-height:var(--fonetika-snap-h);
    scroll-snap-align:start;
    scroll-snap-stop:always;
    overflow:hidden;
  }
  main#main > section,.site-footer{scroll-margin-top:0}

  /* Screen 1 — hero */
  .snap-page--hero{min-height:var(--fonetika-snap-h)!important;height:var(--fonetika-snap-h)!important}
  .snap-page--hero .hero__inner{min-height:100%;height:100%}

  /* Screen 2 — services */
  .snap-page--services{padding:0!important}
  .snap-page--services>.container{height:100%;display:grid;align-content:center}
  .snap-page--services .services-intro{margin-bottom:22px}
  .snap-page--services .services-bridge{margin-top:22px;padding-top:20px}

  /* Screen 3 — problem hook + diagnosis as one black/white section */
  .snap-page--problem{display:grid;grid-template-rows:118px 1fr;background:#fff}
  .snap-page--problem>.band--problem{height:100%;padding:0;display:flex;align-items:center}
  .snap-page--problem>.band--problem .band__inner{width:100%;gap:40px}
  .snap-page--problem>.band--problem h2{font-size:clamp(27px,2.35vw,38px);line-height:1.06;max-width:920px}
  .snap-page--problem>.problem-section{height:100%;padding:0;display:flex;align-items:center}
  .snap-page--problem .problem-section__grid{width:100%;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:52px;align-items:center}
  .snap-page--problem .problem-section__title{font-size:clamp(36px,3.25vw,50px);margin:8px 0 14px}
  .snap-page--problem .problem-section__intro{font-size:15px;margin-bottom:4px}
  .snap-page--problem .problem-list--revised{gap:0}
  .snap-page--problem .problem-item{padding:11px 0;font-size:13px}
  .snap-page--problem .problem-section__cost{font-size:15px;margin-top:16px}
  .snap-page--problem .problem-solution{padding:28px 30px}
  .snap-page--problem .problem-solution__icon{margin-bottom:20px}
  .snap-page--problem .problem-solution h3{font-size:clamp(28px,2.4vw,38px);line-height:1.06;margin:10px 0 14px}
  .snap-page--problem .problem-solution p{font-size:14px;line-height:1.55}
  .snap-page--problem .problem-solution__cta{margin-top:20px}

  /* Screen 4 — connected flow */
  .snap-page--flow{padding:0!important;display:flex;align-items:center}
  .snap-page--flow>.container{width:var(--container)}
  .snap-page--flow .section-title{font-size:clamp(38px,3.7vw,58px);max-width:1040px;margin-bottom:14px}
  .snap-page--flow .body-lg{font-size:16px;max-width:820px}
  .snap-page--flow .flow{margin-top:34px}
  .snap-page--flow .flow-step{min-height:205px;padding:18px 16px 18px}
  .snap-page--flow .flow-step strong{font-size:19px}
  .snap-page--flow .flow-step small{font-size:12px;line-height:1.5}

  /* Screen 5 — use the full window for the 3-card real-work showcase */
  .snap-page--showcase{padding:0!important}
  .snap-page--showcase>.container{height:100%;display:flex;flex-direction:column;justify-content:center}
  .snap-page--showcase .showcase-head{margin-bottom:24px;grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);gap:34px}
  .snap-page--showcase .showcase-head .section-title{font-size:clamp(38px,3.7vw,56px);max-width:760px}
  .snap-page--showcase .showcase-head .section-copy{font-size:15px;max-width:470px}
  .snap-page--showcase .showcase-grid--equal{gap:18px}
  .snap-page--showcase .showcase-media,
  .snap-page--showcase .showcase-video--equal{height:235px;min-height:235px}
  .snap-page--showcase .showcase-card__copy--equal{padding:20px 20px 22px}
  .snap-page--showcase .showcase-card__copy--equal h3{font-size:21px}
  .snap-page--showcase .showcase-card__copy--equal p{font-size:12.5px;line-height:1.55}
  .snap-page--showcase .showcase-bridge{margin-top:18px}

  /* Screen 6 — process. Keep current design, just make it a real snap page for now. */
  .snap-page--process{padding:0!important}
  .snap-page--process>.container{height:100%;display:grid;align-content:center}
  .snap-page--process .section-title{font-size:clamp(40px,4vw,62px);margin-bottom:0}
  .snap-page--process .process{margin-top:34px}
  .snap-page--process .process-step{min-height:185px;padding:28px}
  .snap-page--process .process-step h3{margin:28px 0 8px}

  /* Screen 7 — CTA + footer together in a single snap target. */
  .snap-page--final{display:grid;grid-template-rows:34% 66%;background:#080d13}
  .snap-page--final>.band--final{height:100%;padding:0;display:flex;align-items:center}
  .snap-page--final>.band--final .band__inner{width:100%}
  .snap-page--final>.site-footer{height:100%;min-height:0;padding-top:48px;padding-bottom:20px;display:grid;align-content:center}
  .snap-page--final>.site-footer .footer-grid{margin-bottom:36px}
}

/* Mobile/tablet remains natural document flow: no forced viewport sections or snap. */
@media (max-width:980px), (prefers-reduced-motion:reduce){
  .snap-page{height:auto;min-height:0;max-height:none;overflow:visible}
  .snap-page--problem{display:block}
}

/* v1.43.5 — corrected viewport snap geometry.
   Each desktop snap page is a true browser-window height; the fixed header
   occupies space inside that window instead of shortening every snap target. */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  :root{--fonetika-header-h:82px;--fonetika-snap-h:100dvh}

  html{
    scroll-snap-type:y mandatory;
    scroll-padding-top:0;
    scroll-behavior:auto;
  }
  body{overscroll-behavior-y:none}

  .snap-page{
    box-sizing:border-box;
    width:100%;
    height:100dvh;
    min-height:100dvh;
    max-height:100dvh;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    overflow:hidden;
  }

  /* The hero already accounts for the fixed header internally. */
  .snap-page--hero{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
  .snap-page--hero .hero__inner{
    height:100%;
    min-height:100%;
  }

  /* All following screens reserve the header area inside the viewport. */
  .snap-page--services,
  .snap-page--problem,
  .snap-page--flow,
  .snap-page--showcase,
  .snap-page--process,
  .snap-page--final{
    padding-top:var(--fonetika-header-h)!important;
  }

  /* Screen 2 — services */
  .snap-page--services{
    padding-right:0!important;
    padding-bottom:0!important;
    padding-left:0!important;
  }
  .snap-page--services>.container{
    height:calc(100dvh - var(--fonetika-header-h));
    display:grid;
    align-content:center;
  }
  .snap-page--services .services-intro{margin-bottom:20px}
  .snap-page--services .services-bridge{margin-top:18px;padding-top:16px}

  /* Screen 3 — black hook + white diagnosis together, one viewport. */
  .snap-page--problem{
    display:grid;
    grid-template-rows:112px minmax(0,1fr);
    background:#fff;
  }
  .snap-page--problem>.band--problem{
    min-height:0;
    height:112px;
    padding:0;
    display:flex;
    align-items:center;
  }
  .snap-page--problem>.problem-section{
    min-height:0;
    height:auto;
    padding:0;
    display:flex;
    align-items:center;
  }
  .snap-page--problem>.problem-section>.container{
    width:var(--container);
  }
  .snap-page--problem .problem-section__grid{
    gap:46px;
    align-items:center;
  }
  .snap-page--problem .problem-section__title{
    font-size:clamp(34px,3vw,46px);
    line-height:1.04;
    margin:7px 0 12px;
  }
  .snap-page--problem .problem-item{padding:9px 0}
  .snap-page--problem .problem-section__cost{margin-top:13px}
  .snap-page--problem .problem-solution{padding:24px 28px}
  .snap-page--problem .problem-solution__icon{margin-bottom:14px}

  /* Screen 4 — connected flow */
  .snap-page--flow{
    padding-right:0!important;
    padding-bottom:0!important;
    padding-left:0!important;
    display:flex;
    align-items:center;
  }
  .snap-page--flow>.container{
    width:var(--container);
    transform:translateY(-4px);
  }
  .snap-page--flow .section-title{
    font-size:clamp(36px,3.45vw,54px);
    margin-bottom:12px;
  }
  .snap-page--flow .flow{margin-top:28px}
  .snap-page--flow .flow-step{min-height:190px}

  /* Screen 5 — use the full visible area rather than leaving a large white tail. */
  .snap-page--showcase{
    padding-right:0!important;
    padding-bottom:0!important;
    padding-left:0!important;
  }
  .snap-page--showcase>.container{
    height:calc(100dvh - var(--fonetika-header-h));
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .snap-page--showcase .showcase-head{
    margin-bottom:22px;
    grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);
    gap:36px;
  }
  .snap-page--showcase .showcase-head .section-title{
    font-size:clamp(38px,3.55vw,54px);
    max-width:760px;
  }
  .snap-page--showcase .showcase-grid--equal{gap:18px}
  .snap-page--showcase .showcase-media,
  .snap-page--showcase .showcase-video--equal{
    height:250px;
    min-height:250px;
  }
  .snap-page--showcase .showcase-card__copy--equal{padding:20px 20px 22px}
  .snap-page--showcase .showcase-card__copy--equal h3{font-size:21px}
  .snap-page--showcase .showcase-card__copy--equal p{font-size:12.5px}
  .snap-page--showcase .showcase-bridge{margin-top:18px}

  /* Screen 6 — current process design, vertically centered inside its own window. */
  .snap-page--process{
    padding-right:0!important;
    padding-bottom:0!important;
    padding-left:0!important;
  }
  .snap-page--process>.container{
    height:calc(100dvh - var(--fonetika-header-h));
    display:grid;
    align-content:center;
  }
  .snap-page--process .section-title{
    font-size:clamp(38px,3.7vw,58px);
    margin-bottom:0;
  }
  .snap-page--process .process{margin-top:28px}
  .snap-page--process .process-step{min-height:172px;padding:25px 28px}
  .snap-page--process .process-step h3{margin:22px 0 8px}

  /* Screen 7 — CTA and footer are one single viewport. */
  .snap-page--final{
    display:grid;
    grid-template-rows:28% 72%;
    background:#080d13;
  }
  .snap-page--final>.band--final{
    height:auto;
    min-height:0;
    padding:0;
    display:flex;
    align-items:center;
  }
  .snap-page--final>.site-footer{
    height:auto;
    min-height:0;
    padding:32px 0 18px;
    display:grid;
    align-content:center;
  }
  .snap-page--final>.site-footer .footer-grid{margin-bottom:26px}
}

/* v1.43.6 — rebalance screen 3 and screen 7 inside their snap viewport */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){

  /* Screen 3 — keep the black hook and diagnosis together, but remove the dead white void. */
  .snap-page--problem{
    grid-template-rows:104px minmax(0,1fr);
  }
  .snap-page--problem>.band--problem{
    height:104px;
  }
  .snap-page--problem>.band--problem .band__inner{
    min-height:104px;
  }
  .snap-page--problem>.problem-section{
    align-items:flex-start;
  }
  .snap-page--problem>.problem-section>.container{
    height:100%;
    display:flex;
    align-items:flex-start;
    padding-top:54px;
    padding-bottom:28px;
  }
  .snap-page--problem .problem-section__grid{
    width:100%;
    align-items:start;
  }
  .snap-page--problem .problem-section__title{
    font-size:clamp(32px,2.8vw,44px);
  }
  .snap-page--problem .problem-solution{
    align-self:start;
  }

  /* Screen 7 — CTA + footer should read as one designed screen, not two islands. */
  .snap-page--final{
    grid-template-rows:190px minmax(0,1fr);
  }
  .snap-page--final>.band--final{
    min-height:190px;
    height:190px;
    border-bottom:1px solid rgba(255,255,255,.055);
  }
  .snap-page--final>.band--final .band__inner{
    min-height:190px;
    align-items:center;
  }
  .snap-page--final>.band--final h2{
    max-width:980px;
    font-size:clamp(30px,2.75vw,44px);
    line-height:1.06;
  }
  .snap-page--final>.site-footer{
    padding:42px 0 18px;
    display:flex;
    align-items:flex-start;
  }
  .snap-page--final>.site-footer>.container{
    width:var(--container);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:calc(100dvh - var(--fonetika-header-h) - 190px - 60px);
  }
  .snap-page--final>.site-footer .footer-grid{
    margin:0;
    padding-top:8px;
  }
  .snap-page--final>.site-footer .footer-bottom{
    margin-top:auto;
  }
}

/* v1.43.7 — screen 3: restore container padding and vertically centre the white diagnosis */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  .snap-page--problem{
    grid-template-rows:118px minmax(0,1fr);
  }

  /* The band's inner element is also .container. Never stretch it to 100%. */
  .snap-page--problem>.band--problem{
    height:118px;
    min-height:118px;
    padding:0;
    display:flex;
    align-items:center;
  }
  .snap-page--problem>.band--problem .band__inner{
    width:var(--container);
    max-width:none;
    min-height:118px;
    margin-inline:auto;
    padding:0;
    gap:40px;
    align-items:center;
  }
  .snap-page--problem>.band--problem h2{
    margin:0;
    max-width:920px;
    font-size:clamp(27px,2.35vw,38px);
    line-height:1.06;
  }

  /* Use the entire remaining white area and centre its actual content vertically. */
  .snap-page--problem>.problem-section{
    height:100%;
    min-height:0;
    padding:0;
    display:flex;
    align-items:center;
  }
  .snap-page--problem>.problem-section>.container{
    width:var(--container);
    height:auto;
    margin-inline:auto;
    padding:0;
    display:block;
  }
  .snap-page--problem .problem-section__grid{
    width:100%;
    margin:0;
    grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
    gap:52px;
    align-items:center;
  }
  .snap-page--problem .problem-section__lead,
  .snap-page--problem .problem-solution{
    align-self:center;
  }
}

/* v1.43.8 — definitive screen 3 layout repair */
@media (min-width:900px){

  .snap-page--problem{
    display:grid;
    grid-template-rows:118px minmax(0,1fr);
    height:100dvh;
    min-height:100dvh;
    overflow:hidden;
  }

  .snap-page--problem > .band--problem{
    height:118px;
    min-height:118px;
    padding:0;
  }

  .snap-page--problem > .band--problem .band__inner{
    width:var(--container);
    min-height:118px;
    margin-inline:auto;
    padding-inline:0;
    align-items:center;
  }

  .snap-page--problem > .problem-section{
    height:auto;
    min-height:0;
    padding:0;
    display:flex;
    align-items:center;
  }

  .snap-page--problem > .problem-section > .container{
    width:var(--container);
    margin-inline:auto;
    padding:0;
  }

  .snap-page--problem .problem-section__grid{
    display:grid !important;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr) !important;
    gap:48px !important;
    align-items:center !important;
    width:100%;
    margin:0;
  }

  .snap-page--problem .problem-section__lead{
    max-width:none;
    align-self:center;
  }

  .snap-page--problem .problem-solution{
    position:static !important;
    align-self:center !important;
    width:100%;
    max-width:none !important;
    margin:0 !important;
  }

  .snap-page--problem .problem-section__title{
    font-size:clamp(34px,3vw,46px);
    line-height:1.03;
    margin:8px 0 12px;
  }

  .snap-page--problem .problem-section__intro{
    font-size:14px;
    margin-bottom:2px;
  }

  .snap-page--problem .problem-item{
    padding:9px 0;
    font-size:13px;
  }

  .snap-page--problem .problem-section__cost{
    margin-top:14px;
    font-size:14px;
  }

  .snap-page--problem .problem-solution{
    padding:26px 28px;
  }

  .snap-page--problem .problem-solution__icon{
    margin-bottom:14px;
  }

  .snap-page--problem .problem-solution h3{
    font-size:clamp(27px,2.25vw,35px);
    line-height:1.08;
    margin:8px 0 12px;
  }

  .snap-page--problem .problem-solution p{
    font-size:14px;
    line-height:1.52;
  }

  .snap-page--problem .problem-solution__cta{
    margin-top:18px;
  }
}

/* v1.43.9 — repair final CTA + footer snap screen */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  .snap-page--final{
    display:grid;
    grid-template-rows:176px minmax(0,1fr);
    background:#080d12;
  }

  .snap-page--final > .band--final{
    height:176px;
    min-height:176px;
    padding:0;
    display:flex;
    align-items:center;
    border-bottom:1px solid rgba(255,255,255,.07);
    background:#0b1118;
  }

  .snap-page--final > .band--final .band__inner{
    width:var(--container);
    max-width:none;
    min-height:0;
    height:auto;
    margin-inline:auto;
    padding:0;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    gap:40px;
  }

  .snap-page--final > .band--final .band__inner > div{
    min-width:0;
    max-width:980px;
  }

  .snap-page--final > .band--final h2{
    margin:6px 0 0;
    max-width:980px;
    font-size:clamp(30px,2.65vw,42px);
    line-height:1.06;
  }

  .snap-page--final > .band--final .btn{
    flex:0 0 auto;
    min-width:190px;
  }

  .snap-page--final > .site-footer{
    height:100%;
    min-height:0;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#080d12;
  }

  /* Restore the footer containers to their intended layouts. Earlier generic
     .site-footer > .container rules incorrectly turned both into columns. */
  .snap-page--final > .site-footer > .footer-grid{
    width:var(--container);
    margin-inline:auto;
    padding:0;
    display:grid;
    grid-template-columns:1.5fr .7fr .7fr;
    gap:70px;
    min-height:0;
  }

  .snap-page--final > .site-footer > .footer-bottom{
    width:var(--container);
    margin:44px auto 0;
    padding-top:18px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid var(--line-dark);
  }

  .snap-page--final .footer-logo{
    width:210px;
    margin-bottom:18px;
  }

  .snap-page--final .footer-grid p{
    margin:0;
    max-width:520px;
  }
}

/* v1.44.0 — designed final CTA + footer screen */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){

  .snap-page--final{
    display:grid;
    grid-template-rows:210px minmax(0,1fr);
    height:100dvh;
    min-height:100dvh;
    background:#080d12;
    overflow:hidden;
  }

  /* CTA becomes a real accent band. */
  .snap-page--final > .band--final{
    height:210px;
    min-height:210px;
    padding:0;
    display:flex;
    align-items:center;
    background:var(--blue);
    border:0;
  }

  .snap-page--final > .band--final .band__inner{
    width:var(--container);
    margin-inline:auto;
    padding:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:56px;
    align-items:center;
  }

  .snap-page--final > .band--final .eyebrow{
    color:rgba(255,255,255,.72);
  }

  .snap-page--final > .band--final h2{
    max-width:900px;
    margin:8px 0 0;
    color:#fff;
    font-size:clamp(34px,3vw,48px);
    line-height:1.04;
    letter-spacing:-.04em;
  }

  .snap-page--final > .band--final .btn{
    min-width:190px;
    min-height:52px;
    background:#fff;
    color:#07101a;
    border-color:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.14);
  }

  .snap-page--final > .band--final .btn:hover{
    background:#f3f7ff;
    transform:translateY(-2px);
  }

  /* Footer: one compact composition, not scattered islands. */
  .snap-page--final > .site-footer{
    height:100%;
    min-height:0;
    padding:0;
    background:#080d12;
    display:flex;
    align-items:center;
  }

  .snap-page--final > .site-footer > .footer-grid{
    width:var(--container);
    margin:0 auto;
    padding:0;
    display:grid;
    grid-template-columns:minmax(360px,1.35fr) minmax(180px,.5fr) minmax(180px,.5fr);
    column-gap:96px;
    align-items:start;
  }

  .snap-page--final .footer-logo{
    width:190px;
    margin:0 0 20px;
  }

  .snap-page--final .footer-grid > div{
    gap:8px;
  }

  .snap-page--final .footer-grid p{
    max-width:470px;
    margin:0;
    color:#8f9ba7;
    font-size:13px;
    line-height:1.65;
  }

  .snap-page--final .footer-title{
    margin:2px 0 10px;
    font-size:10px;
    letter-spacing:.16em;
  }

  .snap-page--final .footer-grid a{
    font-size:13px;
    line-height:1.5;
  }

  .snap-page--final > .site-footer > .footer-bottom{
    position:absolute;
    left:50%;
    bottom:24px;
    transform:translateX(-50%);
    width:var(--container);
    margin:0;
    padding-top:16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid rgba(255,255,255,.10);
    color:#627080;
  }

  .snap-page--final > .site-footer{
    position:relative;
    padding-bottom:76px;
  }
}

/* Keep the final section sane outside desktop snap mode too. */
@media (max-width:980px){
  .band--final{
    background:var(--blue);
  }
  .band--final .eyebrow{
    color:rgba(255,255,255,.72);
  }
  .band--final h2{
    color:#fff;
  }
  .band--final .btn{
    background:#fff;
    color:#07101a;
  }
}

/* v1.44.1 — final-screen footer geometry cleanup */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){

  .snap-page--final{
    grid-template-rows:210px minmax(0,1fr);
  }

  .snap-page--final > .site-footer{
    position:relative;
    height:100%;
    min-height:0;
    padding:46px 0 20px;
    display:grid;
    grid-template-rows:minmax(0,1fr) auto;
    align-items:stretch;
    background:#080d12;
  }

  .snap-page--final > .site-footer > .footer-grid{
    width:var(--container);
    margin:0 auto;
    padding:0;
    align-self:center;
    display:grid;
    grid-template-columns:minmax(360px,1.4fr) minmax(170px,.45fr) minmax(170px,.45fr);
    column-gap:90px;
    align-items:start;
  }

  .snap-page--final .footer-logo{
    width:190px;
    margin:0 0 18px;
  }

  .snap-page--final .footer-grid p{
    max-width:500px;
    font-size:13px;
    line-height:1.62;
    color:#8f9ba7;
  }

  .snap-page--final .footer-grid > div{
    gap:8px;
  }

  .snap-page--final .footer-title{
    margin:2px 0 10px;
  }

  .snap-page--final > .site-footer > .footer-bottom{
    position:static !important;
    left:auto !important;
    bottom:auto !important;
    transform:none !important;
    width:var(--container);
    margin:0 auto;
    padding-top:16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid rgba(255,255,255,.10);
    color:#627080;
  }

  .snap-page--final > .site-footer > .footer-bottom span{
    white-space:nowrap;
  }
}

/* v1.44.2 — authoritative final-screen layout reset */
@media (min-width:981px) and (prefers-reduced-motion:no-preference){
  .snap-page--final{
    box-sizing:border-box;
    display:grid!important;
    grid-template-rows:210px minmax(0,1fr)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    padding-top:var(--fonetika-header-h)!important;
    background:#080d12!important;
    overflow:hidden!important;
  }

  .snap-page--final > .band--final{
    box-sizing:border-box;
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    padding:0!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    background:var(--blue)!important;
    border:0!important;
  }

  .snap-page--final > .band--final > .band__inner{
    width:var(--container)!important;
    max-width:var(--container)!important;
    min-height:0!important;
    height:auto!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:56px!important;
    align-items:center!important;
  }

  .snap-page--final > .band--final h2{
    max-width:900px!important;
    margin:8px 0 0!important;
    color:#fff!important;
    font-size:clamp(34px,3vw,48px)!important;
    line-height:1.04!important;
    letter-spacing:-.04em!important;
  }

  .snap-page--final > .band--final .eyebrow{
    color:rgba(255,255,255,.72)!important;
  }

  .snap-page--final > .band--final .btn{
    flex:0 0 auto!important;
    min-width:190px!important;
    min-height:52px!important;
    background:#fff!important;
    color:#07101a!important;
    border-color:#fff!important;
    box-shadow:0 12px 30px rgba(0,0,0,.14)!important;
  }

  .snap-page--final > .site-footer{
    box-sizing:border-box;
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:34px 0 20px!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    align-items:stretch!important;
    align-content:stretch!important;
    background:#080d12!important;
    overflow:hidden!important;
  }

  .snap-page--final > .site-footer > .footer-grid{
    box-sizing:border-box;
    width:var(--container)!important;
    max-width:var(--container)!important;
    margin:0 auto!important;
    padding:0!important;
    align-self:center!important;
    display:grid!important;
    grid-template-columns:minmax(360px,1.35fr) minmax(170px,.45fr) minmax(170px,.45fr)!important;
    column-gap:88px!important;
    row-gap:0!important;
    align-items:start!important;
  }

  .snap-page--final .footer-grid > div{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
    min-width:0!important;
  }

  .snap-page--final .footer-logo{
    display:block!important;
    width:190px!important;
    height:auto!important;
    margin:0 0 18px!important;
  }

  .snap-page--final .footer-grid p{
    max-width:500px!important;
    margin:0!important;
    color:#8f9ba7!important;
    font-size:13px!important;
    line-height:1.62!important;
  }

  .snap-page--final .footer-title{
    margin:2px 0 10px!important;
    font-size:10px!important;
    letter-spacing:.16em!important;
  }

  .snap-page--final .footer-grid a{
    font-size:13px!important;
    line-height:1.45!important;
  }

  .snap-page--final > .site-footer > .footer-bottom{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    box-sizing:border-box;
    width:var(--container)!important;
    max-width:var(--container)!important;
    margin:0 auto!important;
    padding:16px 0 0!important;
    display:flex!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:20px!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    color:#627080!important;
  }
}

/* v1.44.3 — isolated final CTA/footer layout; dedicated footer-shell prevents legacy cascade conflicts */
.footer-shell{width:var(--container);margin:0 auto}

@media (min-width:981px) and (prefers-reduced-motion:no-preference){

  .snap-page--final{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-rows:210px minmax(0,1fr)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    padding-top:var(--fonetika-header-h)!important;
    overflow:hidden!important;
    background:#080d12!important;
  }

  .snap-page--final > .band--final{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    padding:0!important;
    margin:0!important;
    background:var(--blue)!important;
    display:flex!important;
    align-items:center!important;
  }

  .snap-page--final > .band--final > .band__inner{
    width:var(--container)!important;
    max-width:var(--container)!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:56px!important;
    align-items:center!important;
  }

  .snap-page--final > .band--final h2{
    max-width:900px!important;
    margin:8px 0 0!important;
    color:#fff!important;
    font-size:clamp(34px,3vw,48px)!important;
    line-height:1.04!important;
    letter-spacing:-.04em!important;
  }

  .snap-page--final > .band--final .eyebrow{
    color:rgba(255,255,255,.72)!important;
  }

  .snap-page--final > .band--final .btn{
    min-width:190px!important;
    min-height:52px!important;
    background:#fff!important;
    color:#07101a!important;
    border-color:#fff!important;
    box-shadow:0 12px 30px rgba(0,0,0,.14)!important;
  }

  .snap-page--final > .site-footer{
    box-sizing:border-box!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    background:#080d12!important;
    overflow:hidden!important;
    display:block!important;
  }

  .snap-page--final > .site-footer > .footer-shell{
    box-sizing:border-box!important;
    width:var(--container)!important;
    max-width:var(--container)!important;
    height:100%!important;
    margin:0 auto!important;
    padding:44px 0 20px!important;
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    gap:20px!important;
  }

  .snap-page--final .footer-shell > .footer-grid{
    align-self:center!important;
    display:grid!important;
    grid-template-columns:minmax(380px,1.35fr) minmax(180px,.45fr) minmax(180px,.45fr)!important;
    column-gap:88px!important;
    align-items:start!important;
    margin:0!important;
    padding:0!important;
  }

  .snap-page--final .footer-grid > div{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:8px!important;
    min-width:0!important;
  }

  .snap-page--final .footer-logo{
    display:block!important;
    width:190px!important;
    height:auto!important;
    margin:0 0 18px!important;
  }

  .snap-page--final .footer-grid p{
    max-width:500px!important;
    margin:0!important;
    color:#8f9ba7!important;
    font-size:13px!important;
    line-height:1.62!important;
  }

  .snap-page--final .footer-title{
    margin:2px 0 10px!important;
    font-size:10px!important;
    letter-spacing:.16em!important;
  }

  .snap-page--final .footer-grid a{
    font-size:13px!important;
    line-height:1.45!important;
  }

  .snap-page--final .footer-shell > .footer-bottom{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    margin:0!important;
    padding:16px 0 0!important;
    display:flex!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:20px!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    color:#627080!important;
  }
}

@media (max-width:980px){
  .footer-shell{width:var(--container)}
}

/* v1.44.3.1 — distress figure added to problem/solution section */
.problem-section{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.problem-section__grid{
  position:relative;
  z-index:2;
}
.problem-section__figure{
  position:absolute;
  z-index:1;
  pointer-events:none;
  top:50%;
  right:-5.5%;
  width:min(36vw,560px);
  height:min(86%,640px);
  transform:translateY(-46%);
  background:url('../images/problem-chaos-woman.png') right center / contain no-repeat;
}
.problem-solution{
  position:relative;
  z-index:2;
}
@media (max-width: 1100px){
  .problem-section__figure{
    width:min(40vw,460px);
    right:-8%;
    height:min(78%,520px);
    transform:translateY(-44%);
    opacity:.98;
  }
}
@media (max-width: 760px){
  .problem-section{
    overflow:visible;
  }
  .problem-section__figure{
    width:56vw;
    min-width:180px;
    max-width:260px;
    height:240px;
    top:auto;
    bottom:14px;
    right:-10vw;
    transform:none;
    background-position:right bottom;
    opacity:.96;
  }
  .problem-section__grid{
    position:relative;
  }
  .problem-solution{
    padding-right:72px;
  }
}

/* v1.44.3.2 — match approved problem-section mockup composition */
@media (min-width:1101px){
  .problem-section{
    overflow:hidden;
  }

  .problem-section__figure{
    top:50%;
    right:-2.5%;
    width:min(47vw,760px);
    height:94%;
    transform:translateY(-45%);
    background-size:contain;
    background-position:right center;
    opacity:1;
  }

  .snap-page--problem .problem-section__grid{
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;
    gap:46px!important;
  }

  .snap-page--problem .problem-solution{
    max-width:600px!important;
    justify-self:end!important;
    margin-right:8%!important;
    background:rgba(247,249,251,.96)!important;
    backdrop-filter:blur(2px);
  }
}

@media (min-width:761px) and (max-width:1100px){
  .problem-section__figure{
    top:52%;
    right:-7%;
    width:min(49vw,520px);
    height:88%;
    transform:translateY(-44%);
  }

  .problem-solution{
    position:relative;
    z-index:3;
    background:rgba(247,249,251,.97);
  }
}

@media (max-width:760px){
  .problem-section{
    overflow:hidden!important;
  }

  .problem-section__figure{
    width:72vw!important;
    max-width:330px!important;
    height:360px!important;
    right:-18vw!important;
    bottom:-18px!important;
    top:auto!important;
    transform:none!important;
    background-position:right bottom!important;
    opacity:1!important;
    z-index:1!important;
  }

  .problem-section__grid{
    position:relative;
    z-index:2;
  }

  .problem-solution{
    position:relative;
    z-index:3;
    padding-right:110px!important;
    background:rgba(247,249,251,.96)!important;
  }
}

/* v1.44.3.3 — services section: restrained technical visual layer, no photography */
.snap-page--services{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(6,106,255,.055), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(6,106,255,.04), transparent 30%),
    #f5f6f7;
}
.snap-page--services::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(15,29,43,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,29,43,.028) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, transparent 1%, #000 18%, #000 84%, transparent 100%);
}
.snap-page--services::after{
  content:"";
  position:absolute;
  z-index:0;
  width:520px;
  height:520px;
  right:-205px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
  border:1px solid rgba(6,106,255,.075);
  border-radius:46px;
  box-shadow:
    0 0 0 70px rgba(6,106,255,.018),
    0 0 0 140px rgba(6,106,255,.012);
  pointer-events:none;
}
.snap-page--services > .container{
  position:relative;
  z-index:1;
}

.snap-page--services .service-card{
  background:rgba(255,255,255,.94);
  border-color:rgba(14,28,42,.11);
  box-shadow:0 8px 24px rgba(12,24,36,.025);
  backdrop-filter:blur(2px);
}
.snap-page--services .service-card::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid transparent;
  pointer-events:none;
  transition:border-color .22s ease, box-shadow .22s ease;
}
.snap-page--services .service-card:hover{
  transform:translateY(-2px);
  border-color:rgba(6,106,255,.34);
  box-shadow:0 12px 30px rgba(8,27,48,.075);
}
.snap-page--services .service-card:hover::before{
  border-color:rgba(6,106,255,.12);
}
.snap-page--services .service-card__icon{
  color:var(--blue);
  border-color:rgba(6,106,255,.22);
  background:rgba(6,106,255,.045);
  box-shadow:0 0 0 0 rgba(6,106,255,0);
  transition:background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.snap-page--services .service-card:hover .service-card__icon{
  background:rgba(6,106,255,.08);
  box-shadow:0 0 0 5px rgba(6,106,255,.035);
  transform:translateY(-1px);
}
.snap-page--services .service-card__link{
  transition:color .2s ease;
}
.snap-page--services .service-card:hover .service-card__link{
  color:var(--blue);
}

@media(max-width:760px){
  .snap-page--services::before{
    background-size:48px 48px;
    opacity:.65;
  }
  .snap-page--services::after{
    width:300px;
    height:300px;
    right:-185px;
    top:38%;
    border-radius:34px;
    box-shadow:
      0 0 0 44px rgba(6,106,255,.014),
      0 0 0 88px rgba(6,106,255,.009);
  }
  .snap-page--services .service-card{
    background:rgba(255,255,255,.96);
  }
}

@media(prefers-reduced-motion:reduce){
  .snap-page--services .service-card,
  .snap-page--services .service-card__icon{
    transition:none;
  }
}

/* v1.44.3.4 — mobile problem-section figure overlays the solution card without covering text */
@media (max-width:760px){
  .problem-section{
    overflow:hidden!important;
  }

  .problem-section__grid{
    position:relative;
    z-index:2;
  }

  .problem-solution{
    position:relative;
    z-index:2;
    overflow:visible;
    isolation:isolate;
    padding:26px 126px 28px 22px!important;
    background:rgba(247,249,251,.95)!important;
    backdrop-filter:blur(1.5px);
  }

  .problem-solution > *{
    position:relative;
    z-index:3;
  }

  .problem-section__figure{
    width:min(50vw,190px)!important;
    min-width:140px!important;
    max-width:190px!important;
    height:300px!important;
    top:18px!important;
    bottom:auto!important;
    right:-11vw!important;
    transform:none!important;
    background-position:right top!important;
    background-size:contain!important;
    opacity:1!important;
    z-index:2!important;
  }
}

/* v1.44.3.5 — mobile figure belongs with the solution card, not the problem headline/list */
@media (max-width:760px){

  .problem-section{
    overflow:hidden!important;
  }

  /* Reserve the figure only in the solution-card area. */
  .problem-section__figure{
    top:auto!important;
    bottom:22px!important;
    right:-16vw!important;
    width:min(58vw,220px)!important;
    min-width:170px!important;
    max-width:220px!important;
    height:330px!important;
    transform:none!important;
    background-position:right bottom!important;
    background-size:contain!important;
    opacity:1!important;
    z-index:4!important;
  }

  .problem-section__lead{
    position:relative;
    z-index:5!important;
  }

  .problem-solution{
    position:relative!important;
    z-index:3!important;
    overflow:hidden!important;
    isolation:isolate;
    padding:26px 118px 28px 22px!important;
    background:rgba(247,249,251,.97)!important;
  }

  .problem-solution > *{
    position:relative;
    z-index:6!important;
  }

  /* Give the figure a soft fade into the card so it never fights the copy. */
  .problem-solution::after{
    content:"";
    position:absolute;
    z-index:5;
    inset:0 0 0 auto;
    width:46%;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(247,249,251,0),rgba(247,249,251,.18) 35%,rgba(247,249,251,.02));
  }
}

/* v1.44.3.6 — restore hero image presence on mobile */
@media (max-width:760px){
  .hero{
    position:relative;
    overflow:hidden;
    background:#071018;
  }

  .hero__image{
    inset:0!important;
    opacity:.72!important;
    background-position:68% center!important;
    background-size:cover!important;
    filter:saturate(.92) contrast(1.02);
    transform:none!important;
  }

  /* Keep copy readable, but stop burying the photography under a near-black veil. */
  .hero::before{
    background:
      linear-gradient(90deg,
        rgba(4,9,14,.96) 0%,
        rgba(4,9,14,.90) 42%,
        rgba(4,9,14,.62) 68%,
        rgba(4,9,14,.34) 100%
      )!important;
  }

  .hero::after{
    opacity:.28!important;
  }

  .hero__inner{
    position:relative;
    z-index:2;
  }
}

@media (max-width:420px){
  .hero__image{
    opacity:.78!important;
    background-position:72% center!important;
  }

  .hero::before{
    background:
      linear-gradient(90deg,
        rgba(4,9,14,.97) 0%,
        rgba(4,9,14,.91) 46%,
        rgba(4,9,14,.58) 72%,
        rgba(4,9,14,.28) 100%
      )!important;
  }
}

/* v1.44.3.7 — mobile typography scale refinement */
@media (max-width:760px){
  /* Keep section headlines strong without letting them dominate a phone viewport. */
  .section-title{
    font-size:clamp(28px,8.2vw,36px)!important;
    line-height:1.055!important;
    letter-spacing:-.038em!important;
  }

  .services-intro .section-title{
    font-size:clamp(28px,8.3vw,36px)!important;
    line-height:1.05!important;
  }

  .showcase-head .section-title{
    font-size:clamp(29px,8.4vw,37px)!important;
    line-height:1.045!important;
  }

  /* Problem / solution card shown in the supplied mobile screenshot. */
  .snap-page--problem .problem-solution,
  .problem-solution{
    padding:22px 112px 24px 20px!important;
  }
  .problem-solution__icon{
    width:44px!important;
    height:44px!important;
    margin-bottom:18px!important;
  }
  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    font-size:clamp(24px,7.1vw,30px)!important;
    line-height:1.08!important;
    letter-spacing:-.032em!important;
    margin:8px 0 14px!important;
  }
  .snap-page--problem .problem-solution p,
  .problem-solution p{
    font-size:14px!important;
    line-height:1.55!important;
  }

  /* Dark 'Jedan tok' screen. */
  .snap-page--flow .section-title,
  .flow-section .section-title{
    font-size:clamp(28px,8.1vw,36px)!important;
    line-height:1.055!important;
    max-width:100%!important;
    margin-bottom:12px!important;
  }

  .services-bridge h3,
  .band h2{
    font-size:clamp(24px,7vw,30px)!important;
    line-height:1.08!important;
  }
}

@media (max-width:420px){
  .section-title,
  .services-intro .section-title{
    font-size:clamp(26px,7.9vw,33px)!important;
  }
  .showcase-head .section-title,
  .snap-page--flow .section-title,
  .flow-section .section-title{
    font-size:clamp(27px,8vw,34px)!important;
  }
  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    font-size:clamp(23px,6.9vw,28px)!important;
  }
}

/* v1.44.3.8 — mobile problem/solution composition: remove dead space, move figure left, keep full body visible */
.problem-solution__figure-mobile{display:none}

@media (max-width:760px){
  .snap-page--problem .problem-section,
  .problem-section{
    padding:42px 0 44px!important;
  }

  .snap-page--problem .problem-section__grid,
  .problem-section__grid{
    gap:18px!important;
  }

  /* Desktop/tablet figure is not used on phone; the figure now belongs to the card itself. */
  .problem-section > .problem-section__figure{
    display:none!important;
  }

  .snap-page--problem .problem-solution,
  .problem-solution{
    position:relative!important;
    overflow:hidden!important;
    min-height:520px;
    padding:24px 20px 24px 132px!important;
    border-radius:18px!important;
    background:#f7f9fb!important;
  }

  .problem-solution__figure-mobile{
    display:block;
    position:absolute;
    z-index:1;
    left:-158px;
    bottom:-4px;
    height:94%;
    width:auto;
    max-width:none;
    object-fit:contain;
    object-position:left bottom;
    pointer-events:none;
    user-select:none;
  }

  .problem-solution > *:not(.problem-solution__figure-mobile){
    position:relative;
    z-index:3!important;
  }

  .problem-solution::after{
    content:"";
    position:absolute;
    z-index:2;
    inset:0 auto 0 0;
    width:46%;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(247,249,251,.04),rgba(247,249,251,.58) 72%,rgba(247,249,251,0));
  }

  .problem-solution__icon{
    margin-left:0!important;
  }

  .problem-solution h3,
  .problem-solution p,
  .problem-solution .eyebrow{
    max-width:none!important;
  }

  .problem-solution__cta{
    width:100%;
    justify-content:center;
  }
}

@media (max-width:420px){
  .snap-page--problem .problem-solution,
  .problem-solution{
    min-height:500px;
    padding-left:122px!important;
  }
  .problem-solution__figure-mobile{
    left:-164px;
    height:92%;
  }
}

/* v1.44.3.9 — definitive mobile problem/solution layout: compact gap, figure left, copy clear */
@media (max-width:760px){
  .snap-page--problem .problem-section,
  .problem-section{
    padding:34px 0 38px!important;
  }

  .snap-page--problem .problem-section__grid,
  .problem-section__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:start!important;
  }

  .problem-section__lead{
    margin:0!important;
    padding:0!important;
  }

  .problem-section__cost{
    margin:18px 0 0!important;
  }

  .problem-section > .problem-section__figure{
    display:none!important;
  }

  .snap-page--problem .problem-solution,
  .problem-solution{
    display:grid!important;
    grid-template-columns:42% 58%!important;
    grid-template-rows:auto auto auto auto 1fr!important;
    column-gap:14px!important;
    row-gap:0!important;
    min-height:500px!important;
    margin:0!important;
    padding:20px 18px 20px 0!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#f7f9fb!important;
    align-items:start!important;
  }

  .problem-solution__figure-mobile{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    grid-column:1!important;
    grid-row:1 / -1!important;
    align-self:stretch!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    min-width:0!important;
    object-fit:cover!important;
    object-position:52% bottom!important;
    pointer-events:none!important;
    z-index:1!important;
  }

  .problem-solution::after{
    display:none!important;
    content:none!important;
  }

  .problem-solution__icon,
  .problem-solution > .eyebrow,
  .problem-solution > h3,
  .problem-solution > p,
  .problem-solution__cta{
    grid-column:2!important;
    position:relative!important;
    z-index:2!important;
    max-width:none!important;
  }

  .problem-solution__icon{
    grid-row:1!important;
    width:40px!important;
    height:40px!important;
    margin:0 0 16px!important;
  }

  .problem-solution > .eyebrow{
    grid-row:2!important;
    margin:0 0 8px!important;
    font-size:9px!important;
    line-height:1.45!important;
    letter-spacing:.13em!important;
  }

  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    grid-row:3!important;
    margin:0 0 12px!important;
    font-size:clamp(21px,6.2vw,25px)!important;
    line-height:1.07!important;
    letter-spacing:-.035em!important;
  }

  .snap-page--problem .problem-solution p,
  .problem-solution p{
    grid-row:4!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1.48!important;
  }

  .problem-solution__cta{
    grid-row:5!important;
    align-self:end!important;
    width:100%!important;
    min-height:42px!important;
    margin:16px 0 0!important;
    padding:0 12px!important;
    font-size:11px!important;
    justify-content:center!important;
  }
}

@media (max-width:420px){
  .snap-page--problem .problem-solution,
  .problem-solution{
    grid-template-columns:40% 60%!important;
    min-height:480px!important;
    padding-right:14px!important;
    column-gap:12px!important;
  }
  .problem-solution__figure-mobile{
    object-position:50% bottom!important;
  }
  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    font-size:clamp(20px,6vw,23px)!important;
  }
  .snap-page--problem .problem-solution p,
  .problem-solution p{
    font-size:12.5px!important;
  }
}


/* v1.44.3.10 — mobile problem/solution card: figure on the right, above the copy, no text overlap */
@media (max-width:760px){
  .snap-page--problem .problem-solution,
  .problem-solution{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    min-height:0!important;
    padding:18px 16px 20px!important;
    gap:0!important;
    overflow:hidden!important;
  }

  .problem-solution__figure-mobile{
    display:block!important;
    order:1!important;
    width:118%!important;
    max-width:none!important;
    height:264px!important;
    margin:0 -34px 12px auto!important;
    object-fit:contain!important;
    object-position:right bottom!important;
    position:relative!important;
    inset:auto!important;
    pointer-events:none!important;
    z-index:1!important;
    align-self:flex-end!important;
  }

  .problem-solution__icon,
  .problem-solution > .eyebrow,
  .problem-solution > h3,
  .problem-solution > p,
  .problem-solution__cta{
    grid-column:auto!important;
    grid-row:auto!important;
    position:relative!important;
    z-index:2!important;
    max-width:none!important;
  }

  .problem-solution__icon{order:2!important;margin:0 0 14px!important;width:40px!important;height:40px!important}
  .problem-solution > .eyebrow{order:3!important;margin:0 0 8px!important;font-size:9px!important;line-height:1.45!important;letter-spacing:.13em!important}
  .snap-page--problem .problem-solution h3,
  .problem-solution h3{order:4!important;margin:0 0 12px!important;font-size:clamp(21px,6.1vw,25px)!important;line-height:1.07!important;letter-spacing:-.035em!important}
  .snap-page--problem .problem-solution p,
  .problem-solution p{order:5!important;margin:0!important;font-size:13px!important;line-height:1.5!important}
  .problem-solution__cta{order:6!important;width:100%!important;min-height:42px!important;margin:16px 0 0!important;padding:0 12px!important;font-size:11px!important;justify-content:center!important}
}

@media (max-width:420px){
  .problem-solution__figure-mobile{
    width:120%!important;
    height:248px!important;
    margin:0 -44px 10px auto!important;
  }

  .snap-page--problem .problem-solution,
  .problem-solution{
    padding:16px 14px 18px!important;
  }

  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    font-size:clamp(19px,5.9vw,23px)!important;
  }

  .snap-page--problem .problem-solution p,
  .problem-solution p{
    font-size:12.5px!important;
  }
}


/* v1.44.3.11 — mobile problem/solution card: layered composition, image on right, text unobstructed */
@media (max-width:760px){
  .snap-page--problem .problem-solution,
  .problem-solution{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,58%) minmax(110px,42%)!important;
    grid-auto-rows:auto!important;
    align-items:start!important;
    min-height:0!important;
    padding:16px 16px 18px!important;
    gap:0!important;
    overflow:hidden!important;
    background:
      linear-gradient(180deg, rgba(247,249,251,.985) 0%, rgba(247,249,251,.985) 100%),
      radial-gradient(circle at 82% 24%, rgba(31,109,255,.08), rgba(31,109,255,0) 48%)!important;
  }

  .problem-solution__figure-mobile{
    display:block!important;
    position:absolute!important;
    right:-50px!important;
    top:20px!important;
    bottom:0!important;
    width:auto!important;
    height:82%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:right bottom!important;
    pointer-events:none!important;
    z-index:1!important;
    margin:0!important;
  }

  .problem-solution > *:not(.problem-solution__figure-mobile){
    position:relative!important;
    z-index:2!important;
  }

  .problem-solution__icon,
  .problem-solution > .eyebrow,
  .problem-solution > h3,
  .problem-solution > p,
  .problem-solution__cta{
    grid-column:1 / 2!important;
    max-width:none!important;
  }

  .problem-solution__icon{margin:0 0 14px!important;width:40px!important;height:40px!important}
  .problem-solution > .eyebrow{margin:0 0 10px!important;font-size:9px!important;line-height:1.45!important;letter-spacing:.13em!important}
  .snap-page--problem .problem-solution h3,
  .problem-solution h3{margin:0 0 12px!important;font-size:clamp(20px,6.2vw,24px)!important;line-height:1.08!important;letter-spacing:-.033em!important;max-width:11ch!important}
  .snap-page--problem .problem-solution p,
  .problem-solution p{margin:0!important;font-size:13px!important;line-height:1.55!important;max-width:17ch!important}
  .problem-solution__cta{margin:16px 0 0!important;width:100%!important;min-height:42px!important;padding:0 12px!important;font-size:11px!important;justify-content:center!important}
}

@media (max-width:420px){
  .snap-page--problem .problem-solution,
  .problem-solution{
    grid-template-columns:minmax(0,56%) minmax(118px,44%)!important;
    padding:14px 14px 16px!important;
  }

  .problem-solution__figure-mobile{
    right:-62px!important;
    top:18px!important;
    height:80%!important;
  }

  .snap-page--problem .problem-solution h3,
  .problem-solution h3{
    font-size:clamp(18px,5.8vw,22px)!important;
    max-width:10.5ch!important;
  }

  .snap-page--problem .problem-solution p,
  .problem-solution p{
    font-size:12.5px!important;
    max-width:16ch!important;
  }
}
