:root{
  --bg:#08101d;--bg2:#0b1424;--panel:#101b2f;--panel2:#0d1728;--line:rgba(255,255,255,.095);--line2:rgba(255,255,255,.16);
  --text:#f5f8ff;--muted:#98a6ba;--soft:#c9d3e3;--accent:#70a7ff;--accent2:#9f7cff;--cyan:#70e7ff;--green:#74d7b1;
  --shadow:0 28px 90px rgba(0,0,0,.28);--radius:28px;--radius-sm:18px;--max:1240px;--header:78px;
  --ease:cubic-bezier(.22,.61,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 50% -10%,#122447 0,#0a1425 34%,#08101d 66%);color:var(--text);font-family:"Onest",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;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:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 75%);z-index:-2}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ambient{position:fixed;pointer-events:none;filter:blur(90px);opacity:.23;z-index:-1;border-radius:50%}.ambient-a{width:520px;height:520px;background:#365dff;left:-220px;top:24vh}.ambient-b{width:420px;height:420px;background:#8150ff;right:-180px;top:58vh}.page-progress{position:fixed;left:0;top:0;height:2px;width:0;background:linear-gradient(90deg,var(--accent),var(--cyan));z-index:9999;transition:width .35s ease,opacity .25s}.page-progress.active{width:72%}.page-progress.done{width:100%;opacity:0}
.site-header{position:fixed;z-index:1000;left:0;right:0;top:0;height:var(--header);transition:transform .32s var(--ease),background .3s,border-color .3s;background:linear-gradient(to bottom,rgba(8,16,29,.9),rgba(8,16,29,.52),transparent);border-bottom:1px solid transparent}.site-header.scrolled{background:rgba(8,16,29,.82);backdrop-filter:blur(24px);border-bottom-color:var(--line)}.site-header.hidden{transform:translateY(-100%)}.header-inner{max-width:var(--max);height:100%;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding:0 28px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(112,167,255,.24),rgba(159,124,255,.16));border:1px solid rgba(112,167,255,.42);font-size:18px;font-weight:800;color:#dce9ff;box-shadow:inset 0 1px rgba(255,255,255,.15),0 10px 35px rgba(70,106,255,.13)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{font-size:16px;letter-spacing:-.02em}.brand-copy small{margin-top:5px;color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:6px}.nav-link{border:0;background:transparent;padding:11px 12px;color:#c7d1df;font-size:13px;border-radius:12px;display:flex;align-items:center;gap:5px;cursor:pointer;transition:.2s}.nav-link svg{font-size:12px}.nav-link:hover,.nav-link.active{color:white;background:rgba(255,255,255,.055)}.nav-mega-trigger{position:relative}.nav-mega-trigger:hover .mega-menu,.nav-mega-trigger:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega-menu{position:absolute;top:calc(100% + 12px);left:50%;width:640px;padding:18px;background:rgba(12,22,39,.97);border:1px solid var(--line2);border-radius:24px;box-shadow:var(--shadow);backdrop-filter:blur(24px);opacity:0;visibility:hidden;transform:translate(-50%,-8px);transition:.24s var(--ease)}.mega-menu:before{content:"";position:absolute;height:20px;top:-20px;left:0;right:0}.mega-head{display:flex;justify-content:space-between;padding:4px 6px 16px;border-bottom:1px solid var(--line);align-items:center}.mega-head span{font-size:10px;letter-spacing:.16em;color:var(--accent)}.mega-head p{margin:0;color:var(--muted);font-size:12px}.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px}.mega-grid a{display:flex;gap:13px;padding:15px;border-radius:16px;transition:.2s}.mega-grid a:hover{background:rgba(112,167,255,.075)}.mega-grid a>svg{width:20px;height:20px;color:var(--accent);margin-top:2px}.mega-grid a div{display:flex;flex-direction:column}.mega-grid b{font-size:13px}.mega-grid span{font-size:11px;color:var(--muted);margin-top:5px}.header-actions{display:flex;align-items:center;gap:8px}.lang-switch{position:relative}.lang-switch>button{height:42px;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:13px;padding:0 12px;display:flex;align-items:center;gap:5px;font-size:11px;cursor:pointer}.lang-switch>div{position:absolute;right:0;top:calc(100% + 8px);display:grid;background:#101b2f;border:1px solid var(--line2);padding:6px;border-radius:13px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}.lang-switch:hover>div,.lang-switch:focus-within>div{opacity:1;visibility:visible;transform:none}.lang-switch a{padding:9px 18px;border-radius:9px;font-size:11px}.lang-switch a:hover{background:rgba(255,255,255,.06)}.menu-btn{display:none;width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.035);place-items:center;cursor:pointer}.menu-btn svg{font-size:20px}
.btn{height:48px;border-radius:15px;border:1px solid transparent;padding:0 18px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:transform .2s var(--ease),background .2s,border-color .2s,box-shadow .2s}.btn svg{font-size:17px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#6e9fff,#7b7df9);color:white;box-shadow:0 12px 34px rgba(92,116,255,.24),inset 0 1px rgba(255,255,255,.24)}.btn-primary:hover{box-shadow:0 16px 40px rgba(92,116,255,.32)}.btn-soft{background:rgba(255,255,255,.045);border-color:var(--line);color:#e4ebf6}.btn-soft:hover{background:rgba(255,255,255,.075);border-color:var(--line2)}.btn-small{height:42px;padding:0 14px;font-size:12px}.btn-block{width:100%}.text-link,.text-action{display:inline-flex;align-items:center;gap:8px;color:#dce7f8;font-weight:700;font-size:13px;background:none;border:0;padding:0;cursor:pointer}.text-link svg,.text-action svg{font-size:17px;transition:transform .2s}.text-link:hover svg,.text-action:hover svg{transform:translateX(4px)}
.page-shell{max-width:var(--max);margin:0 auto;padding:calc(var(--header) + 42px) 28px 0;min-height:72vh;transition:opacity .14s,transform .14s}.page-shell.page-out{opacity:0;transform:translateY(4px)}.section{padding:92px 0}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#86afff;font-size:10px;line-height:1.2;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.eyebrow:before{content:"";width:14px;height:1px;background:currentColor}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.section-head>div{max-width:760px}.section-head h2{font-size:clamp(31px,4.2vw,57px);letter-spacing:-.052em;line-height:1.02;margin:12px 0 0}.section-head p{margin:15px 0 0;max-width:690px;color:var(--muted);font-size:15px;line-height:1.7}.crumbs{display:flex;align-items:center;gap:8px;margin:8px 0 36px;color:#65758c;font-size:11px}.crumbs a:hover{color:white}.crumbs b{font-weight:600;color:#8fa0b5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60vw}
.home-hero{min-height:670px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:46px;padding:34px 0 56px}.hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.065em;margin:17px 0 24px;max-width:810px}.hero-copy>p,.solution-hero-copy>p,.page-hero>p,.about-hero>div>p{color:#a6b4c7;font-size:17px;line-height:1.72;max-width:690px;margin:0 0 24px}.hero-copy ul,.solution-hero-copy ul{list-style:none;padding:0;margin:23px 0 0;display:grid;gap:10px}.hero-copy li,.solution-hero-copy li{display:flex;align-items:center;gap:10px;color:#d7e0eb;font-size:13px}.hero-copy li svg,.solution-hero-copy li svg{color:var(--green);font-size:16px}.hero-actions{display:flex;align-items:center;gap:10px;margin-top:31px}.hero-system{position:relative;aspect-ratio:1/1;max-width:590px;margin-left:auto;border-radius:50%;display:grid;place-items:center}.hero-system:before{content:"";position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle,rgba(68,113,228,.13),transparent 66%);border:1px solid rgba(112,167,255,.1);box-shadow:inset 0 0 90px rgba(91,130,255,.06)}.system-orbit{position:absolute;border:1px solid rgba(132,167,224,.14);border-radius:50%}.orbit-1{inset:18%}.orbit-2{inset:6%;border-style:dashed;animation:spin 30s linear infinite}.system-core{position:relative;z-index:2;width:170px;height:170px;border-radius:48px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(145deg,#132542,#101b31);border:1px solid rgba(126,168,255,.3);box-shadow:0 35px 100px rgba(46,78,166,.34),inset 0 1px rgba(255,255,255,.15)}.system-core span{font-size:38px;font-weight:800;color:#b8d1ff}.system-core b{font-size:12px;letter-spacing:.12em;margin-top:5px}.system-core small{font-size:9px;color:#71839c;margin-top:5px}.system-node{position:absolute;width:94px;height:94px;border-radius:27px;background:rgba(16,29,50,.9);border:1px solid rgba(255,255,255,.11);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 22px 50px rgba(0,0,0,.23);backdrop-filter:blur(12px);transition:.28s var(--ease)}.system-node:hover{transform:translateY(-5px) scale(1.03);border-color:rgba(112,167,255,.35)}.system-node svg{font-size:23px;color:#87b0ff}.system-node span{font-size:10px;letter-spacing:.11em;font-weight:800}.node-1{left:4%;top:23%}.node-2{right:4%;top:19%}.node-3{right:9%;bottom:15%}.node-4{left:8%;bottom:12%}.system-chip{position:absolute;bottom:2%;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:.14em;color:#8fa9cf;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(8,16,29,.7)}@keyframes spin{to{transform:rotate(360deg)}}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-card{min-height:330px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));padding:24px;position:relative;overflow:hidden;transition:.28s var(--ease)}.product-card:before{content:"";position:absolute;inset:auto -30% -45% 15%;height:220px;background:radial-gradient(circle,rgba(88,127,255,.15),transparent 67%);opacity:0;transition:.3s}.product-card:hover{transform:translateY(-6px);border-color:rgba(112,167,255,.25);background:linear-gradient(180deg,rgba(112,167,255,.055),rgba(255,255,255,.018))}.product-card:hover:before{opacity:1}.product-icon{width:48px;height:48px;border-radius:16px;border:1px solid rgba(112,167,255,.18);background:rgba(112,167,255,.08);display:grid;place-items:center;color:#8bb4ff;font-size:21px}.product-no{position:absolute;right:22px;top:24px;color:#5f7087;font-size:10px;letter-spacing:.12em}.product-card h3{font-size:21px;letter-spacing:-.03em;margin:54px 0 8px}.product-card>p{margin:0;color:var(--muted);font-size:13px}.product-bottom{position:absolute;left:24px;right:24px;bottom:23px;padding-top:17px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.product-bottom>span{font-size:11px;color:#7f92aa}.product-bottom a{font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px}.product-bottom svg{font-size:14px}
.case-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:13px}.case-card{border:1px solid var(--line);border-radius:27px;overflow:hidden;background:#0d1829;min-height:470px;transition:.28s var(--ease)}.case-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.17)}.case-visual{height:255px;position:relative;overflow:hidden;background:linear-gradient(145deg,#15213a,#0c1422)}.case-nanu .case-visual{background:linear-gradient(145deg,#f3f5f8,#dfe5ec)}.browser{position:absolute;inset:24px 18px 0;border-radius:16px 16px 0 0;background:white;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.browser-bar{height:30px;background:#f0f2f6;display:flex;align-items:center;gap:4px;padding:0 10px}.browser-bar i{width:6px;height:6px;border-radius:50%;background:#c4c9d2}.browser-bar span{margin-left:8px;color:#87909e;font-size:8px}.nanu-mock{padding:18px}.n-logo{font-size:13px;color:#ec6608;font-weight:900}.n-hero{height:58px;border-radius:9px;background:linear-gradient(90deg,#f3d5bc,#f8eee5);margin:12px 0}.n-products{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.n-products i{height:70px;border:1px solid #e7e9ec;border-radius:8px;background:linear-gradient(180deg,#fafafa,#eceff2)}.case-lab .case-visual{background:radial-gradient(circle at 65% 35%,#263c82 0,#101934 34%,#0b1120 68%)}.lab-orb{position:absolute;width:190px;height:190px;border-radius:50%;right:-30px;top:-25px;background:radial-gradient(circle at 35% 35%,#6e9fff,#544ce4 38%,rgba(49,45,145,.1) 72%);filter:blur(.1px);box-shadow:0 0 70px rgba(81,83,255,.3)}.lab-console{position:absolute;left:24px;right:24px;bottom:25px;border:1px solid rgba(255,255,255,.14);background:rgba(6,11,23,.68);padding:17px;border-radius:15px;backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:6px}.lab-console small{font-size:8px;letter-spacing:.14em;color:#7197e9}.lab-console b{font-size:13px;letter-spacing:.06em}.lab-console span{font-size:9px;color:#718199}.case-next .case-visual{background:linear-gradient(145deg,#101a2c,#0b1322)}.next-plus{position:absolute;inset:0;display:grid;place-items:center;font-size:110px;font-weight:200;color:rgba(137,174,255,.2)}.next-grid{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:28px 28px;mask-image:radial-gradient(circle,black,transparent 72%)}.case-body{padding:21px}.case-meta{display:flex;justify-content:space-between;color:#64768d;font-size:9px;letter-spacing:.08em}.case-body h3{font-size:21px;margin:11px 0 13px}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:23px}.tag-row span{font-size:9px;color:#90a1b8;border:1px solid var(--line);border-radius:999px;padding:6px 8px}.case-body>a,.case-body>button{font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:7px}.case-body svg{font-size:14px}.case-grid-full{grid-template-columns:repeat(3,1fr)}.case-grid-full .case-card{min-height:530px}.case-grid-full .case-visual{height:300px}.portfolio-filters,.blog-filters{display:flex;gap:7px;margin:0 0 26px;flex-wrap:wrap}.portfolio-filters button,.blog-filters button,.filter-row button{border:1px solid var(--line);background:rgba(255,255,255,.025);color:#8fa0b6;border-radius:999px;padding:9px 13px;font-size:11px;cursor:pointer}.portfolio-filters button.active,.blog-filters button.active,.filter-row button.active{background:rgba(112,167,255,.12);border-color:rgba(112,167,255,.32);color:#dce8ff}.capability-marquee{margin:92px 0 15px;border-block:1px solid var(--line);overflow:hidden}.capability-marquee div{display:flex;min-width:max-content;gap:38px;padding:20px 0;animation:marquee 25s linear infinite}.capability-marquee span{font-size:11px;letter-spacing:.14em;color:#60738b}.capability-marquee span:after{content:"·";margin-left:38px;color:#41536b}@keyframes marquee{to{transform:translateX(-35%)}}
.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.022);overflow:hidden}.metric-strip>div{padding:23px 25px;display:flex;align-items:center;gap:15px;border-right:1px solid var(--line)}.metric-strip>div:last-child{border:0}.metric-strip strong{font-size:26px;letter-spacing:-.04em;color:#d8e6ff}.metric-strip span{font-size:11px;line-height:1.4;color:#778aa3;max-width:130px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.plan-grid article{padding:27px;border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.025);min-height:330px;position:relative}.plan-grid article.featured{background:linear-gradient(160deg,rgba(112,167,255,.12),rgba(159,124,255,.06));border-color:rgba(112,167,255,.26)}.plan-grid article>span{font-size:9px;letter-spacing:.13em;color:#6f82a0}.plan-grid h3{font-size:21px;margin:28px 0 6px}.plan-grid strong{font-size:38px;letter-spacing:-.05em}.plan-grid p{color:var(--muted);font-size:12px;min-height:38px}.plan-grid ul{list-style:none;padding:16px 0;margin:18px 0;border-block:1px solid var(--line);display:grid;gap:8px}.plan-grid li{font-size:11px;color:#a5b2c5}.plan-grid a{position:absolute;left:27px;bottom:25px;color:#bdd0f0;font-weight:700;font-size:11px}.contact-section{margin:35px 0 0;border:1px solid rgba(112,167,255,.2);border-radius:30px;padding:40px;background:linear-gradient(135deg,rgba(112,167,255,.105),rgba(159,124,255,.055));display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.contact-copy h2{font-size:clamp(34px,4vw,56px);letter-spacing:-.05em;line-height:1.02;margin:13px 0}.contact-copy p{color:var(--muted);font-size:14px;line-height:1.7}.contact-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px}.contact-links a{font-size:11px;font-weight:700;display:flex;align-items:center;gap:7px}.inline-lead{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inline-lead label,.lead-form label{display:flex;flex-direction:column;gap:7px}.inline-lead label.wide{grid-column:1/-1}.inline-lead label span,.lead-form label span{font-size:10px;color:#778aa2}.inline-lead input,.lead-form input,.lead-form textarea,.lead-form select{width:100%;border:1px solid var(--line);background:rgba(7,14,25,.72);color:white;border-radius:13px;outline:0;padding:13px 14px;transition:.2s}.inline-lead input:focus,.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:rgba(112,167,255,.55);box-shadow:0 0 0 3px rgba(112,167,255,.08)}.inline-lead .btn{grid-column:1/-1}.form-status{grid-column:1/-1;font-size:11px;min-height:16px;color:#889bb3}.form-status.success{color:var(--green)}.form-status.error{color:#ff9c9c}
.page-hero{padding:20px 0 70px}.page-hero.compact{max-width:900px;padding:24px 0 58px}.page-hero.compact h1{font-size:clamp(47px,6vw,76px)}.solution-hero{min-height:600px;display:grid;grid-template-columns:.94fr 1.06fr;gap:54px;align-items:center;padding:15px 0 62px}.solution-hero-visual{position:relative;padding:26px}.solution-badge{position:absolute;z-index:5;left:5px;top:0;display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(112,167,255,.25);border-radius:999px;background:rgba(10,19,34,.85);backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:10px;font-weight:700}.solution-badge svg{color:var(--accent);font-size:16px}.floating-chip{position:absolute;z-index:5;font-size:8px;letter-spacing:.13em;color:#8da4c3;padding:9px 12px;border-radius:999px;background:rgba(8,16,29,.8);border:1px solid var(--line)}.chip-a{right:6px;top:18%}.chip-b{left:10%;bottom:5%}.feature-stage{height:400px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(145deg,#12223c,#0b1424);box-shadow:0 35px 100px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.08);overflow:hidden;position:relative}.feature-stage:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-100px;background:radial-gradient(circle,rgba(89,127,255,.22),transparent 68%)}.feature-app:after{background:radial-gradient(circle,rgba(159,124,255,.25),transparent 68%)}.feature-b2b:after{background:radial-gradient(circle,rgba(112,231,255,.18),transparent 68%)}.feature-hub:after{background:radial-gradient(circle,rgba(116,215,177,.16),transparent 68%)}.stage-top{height:44px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-size:8px;letter-spacing:.14em;color:#6980a0}.stage-ui{height:calc(100% - 44px);display:grid;grid-template-columns:72px 1fr}.stage-ui aside{border-right:1px solid var(--line);padding:19px 14px;display:grid;align-content:start;gap:15px}.stage-ui aside i{height:8px;border-radius:999px;background:#33455e}.stage-ui aside i:first-child{background:#6f9eff}.stage-ui main{padding:25px}.stage-title{width:38%;height:19px;border-radius:5px;background:#dce8f8}.stage-search{width:70%;height:34px;border-radius:10px;background:rgba(255,255,255,.07);margin:18px 0}.stage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stage-cards i{height:110px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:linear-gradient(150deg,rgba(255,255,255,.07),rgba(255,255,255,.02))}.stage-lines{display:grid;gap:8px;margin-top:17px}.stage-lines i{height:7px;border-radius:999px;background:rgba(255,255,255,.07)}.stage-lines i:nth-child(2){width:70%}.stage-lines i:nth-child(3){width:46%}.feature-explorer{display:grid;grid-template-columns:310px 1fr;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.02)}.feature-tabs{padding:11px;border-right:1px solid var(--line);display:grid;align-content:start}.feature-tab{display:grid;grid-template-columns:34px 1fr;text-align:left;align-items:center;padding:14px 12px;border:0;background:transparent;color:#7f91a9;border-radius:13px;cursor:pointer}.feature-tab span{font-size:9px}.feature-tab b{font-size:12px;font-weight:600}.feature-tab.active{background:rgba(112,167,255,.09);color:#e8effa}.feature-display{padding:22px;display:grid;grid-template-columns:1.4fr .6fr;gap:22px;align-items:center}.feature-stage-wrap{position:relative;min-height:340px}.feature-stage-wrap .feature-slide{position:absolute;inset:0;opacity:0;transform:translateY(5px) scale(.995);pointer-events:none;transition:.25s}.feature-stage-wrap .feature-slide.active{opacity:1;transform:none;pointer-events:auto}.feature-stage-wrap .feature-stage{height:340px;border-radius:20px}.feature-copy{position:relative;min-height:220px}.feature-copy-item{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(8px);transition:.25s}.feature-copy-item.active{opacity:1;transform:none}.feature-copy-item>span{font-size:10px;letter-spacing:.12em;color:#637893}.feature-copy-item h3{font-size:27px;letter-spacing:-.04em;margin:9px 0}.feature-copy-item p{color:var(--muted);font-size:13px;line-height:1.65}.process-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.process-list li{display:grid;grid-template-columns:85px 1fr 80px;align-items:center;min-height:80px;border-bottom:1px solid var(--line);position:relative}.process-list span{color:#61738c;font-size:10px}.process-list b{font-size:16px;font-weight:600}.process-list i{height:1px;background:linear-gradient(90deg,rgba(112,167,255,.2),transparent);width:0;transition:width .4s}.process-list li:hover i{width:100%}.split-price{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(112,167,255,.2);border-radius:28px;background:linear-gradient(135deg,rgba(112,167,255,.085),rgba(255,255,255,.015));overflow:hidden;margin:20px 0 45px}.split-price>div{padding:36px}.split-price>div+div{border-left:1px solid var(--line)}.split-price h2{font-size:48px;letter-spacing:-.05em;margin:10px 0 4px}.split-price p{color:#8193aa;font-size:12px}.included-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.included-list div{display:flex;align-items:center;gap:9px;color:#b7c4d5;font-size:12px}.included-list svg{color:var(--green);font-size:16px}
.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;min-height:82px;display:grid;grid-template-columns:64px 1fr 30px;align-items:center;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:9px;color:#62748c}.faq-item summary b{font-size:15px;font-weight:600}.faq-item summary i{font-style:normal;font-size:21px;color:#61738b;transition:.2s}.faq-item[open] summary i{transform:rotate(45deg);color:var(--accent)}.faq-item>div{padding:0 30px 25px 64px}.faq-item p{max-width:760px;color:var(--muted);line-height:1.7;font-size:13px;margin:0}.cta-band{margin:80px 0 100px;border-radius:30px;padding:42px;background:linear-gradient(135deg,rgba(94,137,255,.13),rgba(127,93,255,.09));border:1px solid rgba(112,167,255,.22);display:flex;justify-content:space-between;align-items:center;gap:35px;position:relative;overflow:hidden}.cta-band:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-100px;top:-120px;background:radial-gradient(circle,rgba(112,167,255,.2),transparent 68%)}.cta-band h2{font-size:clamp(31px,4vw,54px);letter-spacing:-.05em;line-height:1.02;margin:12px 0 0;max-width:720px}.cta-band p{color:#91a1b7;font-size:13px;max-width:620px}.cta-actions{position:relative;z-index:2;display:flex;gap:9px;min-width:max-content}
.integration-browser{border:1px solid var(--line);border-radius:27px;background:rgba(255,255,255,.017);overflow:hidden}.integration-toolbar{padding:20px;border-bottom:1px solid var(--line)}.search-box{height:52px;border:1px solid var(--line);background:rgba(6,13,24,.7);border-radius:15px;display:flex;align-items:center;gap:10px;padding:0 15px}.search-box svg{font-size:18px;color:#657c9b}.search-box input{border:0;outline:0;background:transparent;color:white;width:100%;font-size:13px}.filter-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.integration-card{min-height:125px;background:#0d1728;padding:18px;display:grid;grid-template-columns:45px 1fr auto;gap:12px;align-items:center;transition:.2s}.integration-card:hover{background:#111e33}.integration-card[hidden]{display:none}.integration-mark{width:44px;height:44px;border-radius:14px;background:rgba(112,167,255,.08);border:1px solid rgba(112,167,255,.14);display:grid;place-items:center;color:#93b9ff;font-size:11px;font-weight:800;letter-spacing:.04em}.integration-card>div:nth-child(2){display:flex;flex-direction:column;gap:4px;min-width:0}.integration-card strong{font-size:12px}.integration-card span{font-size:9px;color:#74869e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.integration-card small{font-size:8px;color:#51637b}.integration-empty{padding:50px;text-align:center;color:#6f8098}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini-grid article{padding:24px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.02)}.mini-grid h3{margin:0 0 10px;font-size:16px}.mini-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.pricing-builder{display:grid;grid-template-columns:1fr 370px;gap:22px;align-items:start}.pricing-steps{border:1px solid var(--line);border-radius:27px;overflow:hidden}.price-step{display:grid;grid-template-columns:76px 1fr;border-bottom:1px solid var(--line);background:rgba(255,255,255,.015)}.price-step:last-child{border-bottom:0}.step-no{padding:30px 24px;font-size:11px;color:#63758e;border-right:1px solid var(--line)}.step-content{padding:28px}.step-content h2{font-size:22px;margin:0 0 19px;letter-spacing:-.03em}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.price-choice{min-height:150px;padding:16px;text-align:left;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.02);color:#cbd5e2;cursor:pointer;display:flex;flex-direction:column;transition:.2s}.price-choice>span{font-size:8px;color:#63758d}.price-choice b{font-size:13px;margin-top:13px}.price-choice p{font-size:10px;color:#73849c;line-height:1.4;margin:5px 0 14px}.price-choice strong{font-size:18px;margin-top:auto}.price-choice.active{border-color:rgba(112,167,255,.4);background:rgba(112,167,255,.08);box-shadow:inset 0 0 0 1px rgba(112,167,255,.08)}.addon-list{display:grid;gap:8px}.addon-list label{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:15px;cursor:pointer}.addon-list input{position:absolute;opacity:0}.fake-check{width:20px;height:20px;border:1px solid #4c607b;border-radius:7px;position:relative}.addon-list input:checked+.fake-check{background:#6f9fff;border-color:#6f9fff}.addon-list input:checked+.fake-check:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border-right:2px solid white;border-bottom:2px solid white;transform:rotate(45deg)}.addon-list b{font-size:12px}.addon-list p{font-size:10px;color:#6f8198;margin:4px 0 0}.addon-list strong{font-size:12px}.period-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.period{height:62px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02);cursor:pointer;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px}.period small{font-size:8px;color:#70829a}.period.active{background:rgba(112,167,255,.08);border-color:rgba(112,167,255,.35)}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.support-choice{padding:15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.support-choice b{font-size:11px}.support-choice strong{font-size:10px;color:#8da0b9}.support-choice.active{background:rgba(112,167,255,.08);border-color:rgba(112,167,255,.35)}.estimate-card{position:sticky;top:100px;border:1px solid rgba(112,167,255,.24);border-radius:25px;background:linear-gradient(160deg,#101e35,#0c1728);padding:24px;box-shadow:0 25px 70px rgba(0,0,0,.2)}.estimate-items{display:grid;gap:9px;margin:21px 0;padding-bottom:19px;border-bottom:1px solid var(--line)}.estimate-items div{display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#8294aa}.estimate-items b{color:#b8c6d8;font-weight:600}.estimate-total,.estimate-monthly{display:flex;justify-content:space-between;align-items:end;margin:16px 0}.estimate-total span,.estimate-monthly span{font-size:10px;color:#708299}.estimate-total strong{font-size:34px;letter-spacing:-.05em}.estimate-monthly strong{font-size:18px}.estimate-card>.btn{margin-top:18px}.estimate-card>p{font-size:9px;color:#64758a;line-height:1.5;margin:12px 0 0}.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.included-grid article{display:flex;align-items:center;gap:11px;padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)}.included-grid svg{font-size:18px;color:#85adfa}.included-grid b{font-size:11px}
.roadmap-list{border-top:1px solid var(--line)}.roadmap-item{display:grid;grid-template-columns:145px 130px 1fr 55px;gap:18px;align-items:start;padding:27px 0;border-bottom:1px solid var(--line)}.roadmap-status{display:flex;align-items:center;gap:8px;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.roadmap-status i{width:8px;height:8px;border-radius:50%;background:#66768d;box-shadow:0 0 0 5px rgba(102,118,141,.08)}.roadmap-item.done .roadmap-status{color:var(--green)}.roadmap-item.done .roadmap-status i{background:var(--green);box-shadow:0 0 0 5px rgba(116,215,177,.08)}.roadmap-item.active .roadmap-status{color:var(--accent)}.roadmap-item.active .roadmap-status i{background:var(--accent);box-shadow:0 0 0 5px rgba(112,167,255,.08);animation:pulse 1.8s infinite}.roadmap-date{font-size:10px;color:#62758e;padding-top:3px}.roadmap-copy h2{font-size:20px;margin:0 0 8px}.roadmap-copy p{font-size:12px;color:var(--muted);line-height:1.65;margin:0;max-width:700px}.roadmap-index{font-size:10px;color:#4f6077;text-align:right}.release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.release-grid article{padding:23px;border:1px solid var(--line);border-radius:19px;background:rgba(255,255,255,.018)}.release-grid span{font-size:8px;color:#64768e}.release-grid h3{font-size:15px;margin:12px 0 8px}.release-grid p{font-size:11px;color:var(--muted);line-height:1.55;margin:0}@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(112,167,255,0)}}
.about-hero{min-height:570px;display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:center;padding:20px 0 60px}.about-portrait{height:430px;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at 65% 35%,#20366d 0,#0f1a31 32%,#0a1323 70%);position:relative;overflow:hidden}.about-portrait:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:35px 35px;mask-image:linear-gradient(black,transparent)}.portrait-code{position:absolute;left:35px;right:35px;bottom:35px;border:1px solid rgba(255,255,255,.14);background:rgba(5,10,20,.56);border-radius:19px;padding:24px;backdrop-filter:blur(14px);display:flex;flex-direction:column}.portrait-code span{font-size:9px;color:#7897cf}.portrait-code b{font-size:27px;line-height:1.05;margin:13px 0;letter-spacing:-.04em}.portrait-code small{font-size:9px;color:#768aa7}.mission-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.mission-copy h2{font-size:42px;line-height:1.05;letter-spacing:-.05em;margin:13px 0}.mission-copy p{font-size:13px;line-height:1.7;color:var(--muted)}.mission-points{border-top:1px solid var(--line)}.mission-points article{display:grid;grid-template-columns:55px 190px 1fr;gap:18px;padding:21px 0;border-bottom:1px solid var(--line)}.mission-points span{font-size:9px;color:#62758e}.mission-points h3{font-size:14px;margin:0}.mission-points p{font-size:11px;color:var(--muted);line-height:1.55;margin:0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.why-grid article{padding:23px;border:1px solid var(--line);border-radius:19px;background:rgba(255,255,255,.02)}.why-grid svg{font-size:20px;color:#8eb5ff}.why-grid h3{font-size:15px;margin:27px 0 8px}.why-grid p{font-size:11px;color:var(--muted);line-height:1.6;margin:0}
.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.partner-card{min-height:300px;padding:24px;border:1px solid var(--line);border-radius:23px;background:rgba(255,255,255,.02);position:relative;overflow:hidden}.partner-mark{width:48px;height:48px;border-radius:15px;background:rgba(112,167,255,.08);border:1px solid rgba(112,167,255,.18);display:grid;place-items:center;font-size:11px;color:#9abaff;font-weight:800}.partner-card>span{display:block;font-size:9px;color:#647790;margin-top:42px;text-transform:uppercase;letter-spacing:.08em}.partner-card h3{font-size:20px;margin:8px 0}.partner-card p{font-size:11px;line-height:1.6;color:var(--muted)}.partner-line{position:absolute;height:2px;left:24px;right:24px;bottom:0;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(0);transform-origin:left;transition:.3s}.partner-card:hover .partner-line{transform:scaleX(1)}
.blog-browser{padding-bottom:90px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.blog-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:rgba(255,255,255,.018);min-height:435px;transition:.25s}.blog-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.16)}.blog-card>a{display:block}.blog-art{height:180px;position:relative;padding:18px;display:flex;justify-content:space-between;align-items:flex-start;overflow:hidden}.blog-art:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-45px;bottom:-80px;border:1px solid rgba(255,255,255,.13);box-shadow:0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.018)}.art-1{background:linear-gradient(145deg,#183058,#101b32)}.art-2{background:linear-gradient(145deg,#32245e,#17172e)}.art-3{background:linear-gradient(145deg,#1a3b42,#111f28)}.art-4{background:linear-gradient(145deg,#382c3e,#1b1923)}.blog-art span{font-size:8px;letter-spacing:.12em;color:#a2b3cb}.blog-art b{font-size:31px;letter-spacing:-.06em;color:rgba(255,255,255,.78)}.blog-meta{display:flex;justify-content:space-between;padding:17px 19px 0;color:#667a94;font-size:8px}.blog-card h2{font-size:17px;line-height:1.25;letter-spacing:-.02em;padding:0 19px;margin:12px 0 8px}.blog-card p{font-size:11px;color:var(--muted);line-height:1.55;padding:0 19px;margin:0}.read-more{display:flex;align-items:center;gap:7px;padding:18px 19px;font-size:10px;font-weight:700}.read-more svg{font-size:13px}.load-more{margin:26px auto 0;display:flex}.article-page{max-width:980px;margin:0 auto}.article-hero{padding:10px 0 45px}.article-meta{display:flex;gap:12px;flex-wrap:wrap;color:#6c7f98;font-size:9px;letter-spacing:.08em}.article-hero h1{font-size:clamp(45px,6vw,76px);line-height:1;letter-spacing:-.06em;margin:18px 0}.article-hero>p{font-size:16px;line-height:1.65;color:#a0aec0;max-width:790px}.article-art{height:300px;border-radius:27px;margin-top:35px}.article-art b{font-size:80px}.article-layout{display:grid;grid-template-columns:180px 1fr;gap:50px;align-items:start}.article-layout aside{position:sticky;top:110px;display:grid;gap:10px}.article-layout aside span{font-size:8px;letter-spacing:.13em;color:#60738b;margin-bottom:8px}.article-layout aside a{font-size:10px;color:#71839a}.article-layout aside a:hover{color:white}.article-content{max-width:720px}.article-content h2{font-size:28px;letter-spacing:-.04em;margin:48px 0 15px;scroll-margin-top:110px}.article-content p{font-size:14px;line-height:1.9;color:#a5b1c1}.article-content blockquote{margin:28px 0;border-left:2px solid var(--accent);padding:15px 0 15px 20px;font-size:23px;letter-spacing:-.03em;color:#dce8f8}.article-callout{padding:20px;border:1px solid rgba(112,167,255,.2);border-radius:16px;background:rgba(112,167,255,.06);display:flex;gap:20px}.article-callout b{font-size:10px;color:var(--accent)}.article-callout span{font-size:12px;color:#b2c0d2}.article-content pre{padding:18px;border:1px solid var(--line);border-radius:15px;background:#070e19;overflow:auto;color:#9ab9ec;font-size:11px}
.legal-page{max-width:960px;margin:auto}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.legal-card{padding:26px;border:1px solid var(--line);border-radius:21px;background:rgba(255,255,255,.02)}.legal-card>span{font-size:8px;color:#62758e}.legal-card h2{font-size:19px;margin:20px 0 8px}.legal-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.legal-note{margin:20px 0 90px;padding:18px;border:1px solid rgba(255,198,112,.15);border-radius:16px;background:rgba(255,198,112,.04);color:#a89a82;font-size:10px;line-height:1.6}.not-found{min-height:560px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.not-found>span{font-size:120px;font-weight:800;letter-spacing:-.08em;color:rgba(112,167,255,.15)}.not-found h1{font-size:48px;margin:-15px 0 10px}.not-found p{color:var(--muted)}
.site-footer{margin-top:30px;border-top:1px solid var(--line);background:rgba(5,11,20,.56)}.footer-main{max-width:var(--max);margin:auto;padding:58px 28px 45px;display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:36px}.footer-brand p{max-width:350px;color:#71839a;font-size:11px;line-height:1.65;margin:20px 0}.made-line{font-size:9px;color:#66788e}.footer-col{display:flex;flex-direction:column;gap:11px}.footer-col>b{font-size:10px;color:#a9b8cb;margin-bottom:4px}.footer-col a,.footer-col button{border:0;background:transparent;padding:0;text-align:left;color:#6f8198;font-size:10px;cursor:pointer}.footer-col a:hover,.footer-col button:hover{color:white}.footer-bottom{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:18px 28px 24px;display:flex;justify-content:space-between;color:#4d5f75;font-size:8px;letter-spacing:.06em}.mobile-dock{display:none}
.mobile-panel{position:fixed;z-index:1500;inset:0;background:rgba(7,14,25,.98);backdrop-filter:blur(24px);padding:18px 20px 30px;transform:translateX(100%);transition:.3s var(--ease);overflow:auto}.mobile-panel.open{transform:none}.mobile-panel-head{display:flex;justify-content:space-between;align-items:center}.mobile-panel-head .brand b{font-size:15px}.mobile-panel-head>button{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.04);display:grid;place-items:center}.mobile-panel nav{display:grid;margin-top:34px}.mobile-panel nav>span{font-size:8px;letter-spacing:.14em;color:#58708e;margin:20px 0 8px}.mobile-panel nav>a{padding:13px 2px;border-bottom:1px solid var(--line);font-size:17px;display:flex;justify-content:space-between}.mobile-panel nav small{font-size:9px;color:#647891}.mobile-langs{display:flex;gap:7px;margin:25px 0}.mobile-langs a{padding:9px 14px;border:1px solid var(--line);border-radius:999px;font-size:10px}.mobile-langs a.active{background:rgba(112,167,255,.1);border-color:rgba(112,167,255,.3)}
.lead-modal,.cookie-modal{position:fixed;z-index:2000;inset:0;background:rgba(2,7,14,.72);backdrop-filter:blur(14px);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.23s}.lead-modal.open,.cookie-modal.open{opacity:1;visibility:visible}.lead-dialog{width:min(900px,100%);max-height:min(760px,92vh);overflow:auto;border:1px solid var(--line2);border-radius:28px;background:#0d1728;display:grid;grid-template-columns:.85fr 1.15fr;box-shadow:var(--shadow);position:relative;transform:translateY(10px) scale(.99);transition:.25s var(--ease)}.lead-modal.open .lead-dialog{transform:none}.modal-close{position:absolute;right:15px;top:15px;width:40px;height:40px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.04);display:grid;place-items:center;cursor:pointer;z-index:3}.lead-aside{padding:38px;border-right:1px solid var(--line);background:radial-gradient(circle at 20% 20%,rgba(112,167,255,.1),transparent 50%)}.lead-aside h2{font-size:37px;line-height:1.05;letter-spacing:-.05em;margin:16px 0}.lead-aside p{font-size:12px;line-height:1.7;color:var(--muted)}.lead-direct{display:flex;align-items:center;gap:11px;margin-top:45px;padding-top:20px;border-top:1px solid var(--line)}.lead-direct i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(116,215,177,.07)}.lead-direct div{display:flex;flex-direction:column}.lead-direct span{font-size:9px;color:#6e8199}.lead-direct b{font-size:11px;margin-top:3px}.lead-form{padding:38px;display:grid;gap:13px}.lead-form .hp{position:absolute;left:-9999px}.lead-form textarea{resize:vertical;min-height:115px}.form-status{font-size:10px}.cookie-banner{position:fixed;z-index:1900;left:50%;bottom:22px;transform:translate(-50%,20px);width:min(900px,calc(100% - 32px));border:1px solid var(--line2);border-radius:20px;background:rgba(11,20,36,.96);backdrop-filter:blur(22px);box-shadow:0 22px 65px rgba(0,0,0,.32);padding:17px;display:flex;align-items:center;justify-content:space-between;gap:20px;opacity:0;transition:.25s}.cookie-banner.show{opacity:1;transform:translate(-50%,0)}.cookie-banner b{font-size:12px}.cookie-banner p{font-size:9px;color:#71839a;margin:4px 0 0}.cookie-actions{display:flex;gap:7px;min-width:max-content}.cookie-dialog{width:min(540px,100%);border:1px solid var(--line2);border-radius:25px;background:#0d1728;padding:30px;position:relative;box-shadow:var(--shadow)}.cookie-dialog h2{font-size:30px;letter-spacing:-.04em}.cookie-option{display:grid;grid-template-columns:1fr auto auto;gap:13px;align-items:center;padding:15px 0;border-top:1px solid var(--line);position:relative}.cookie-option b{font-size:12px}.cookie-option p{font-size:9px;color:#6d8098;margin:4px 0 0}.cookie-option.locked>span{font-size:9px;color:#74879f}.cookie-option input{position:absolute;opacity:0}.switch{width:42px;height:24px;border-radius:999px;background:#28384d;position:relative;transition:.2s}.switch:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#8798ae;transition:.2s}.cookie-option input:checked+.switch{background:#5e8fff}.cookie-option input:checked+.switch:after{left:21px;background:white}.cookie-dialog>.btn{margin-top:10px}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.visible{opacity:1;transform:none}[hidden]{display:none!important}.modal-open,.menu-open{overflow:hidden}
@media(max-width:1100px){.desktop-nav{display:none}.menu-btn{display:grid}.header-inner{grid-template-columns:auto 1fr}.header-actions{justify-self:end}.home-hero,.solution-hero,.about-hero{grid-template-columns:1fr;min-height:auto}.hero-system{width:min(620px,100%);margin:15px auto 0}.solution-hero-visual{width:min(760px,100%);margin:auto}.product-grid{grid-template-columns:1fr 1fr}.case-grid,.case-grid-full{grid-template-columns:1fr 1fr}.case-grid .case-card:first-child{grid-column:1/-1}.integration-grid{grid-template-columns:repeat(3,1fr)}.pricing-builder{grid-template-columns:1fr}.estimate-card{position:relative;top:auto}.mission-section{grid-template-columns:1fr}.footer-main{grid-template-columns:1.7fr repeat(2,1fr)}.footer-brand{grid-row:span 2}.why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){:root{--header:66px;--radius:22px}.site-header{height:var(--header)}.header-inner{padding:0 15px}.brand-mark{width:38px;height:38px;border-radius:12px}.brand-copy small{display:none}.header-actions .btn,.header-actions .lang-switch{display:none}.page-shell{padding:calc(var(--header) + 25px) 15px 0}.section{padding:64px 0}.crumbs{margin-bottom:24px;overflow:hidden}.home-hero{padding:18px 0 35px;gap:28px}.hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1{font-size:clamp(42px,13.3vw,61px);line-height:.98}.hero-copy>p,.solution-hero-copy>p,.page-hero>p,.about-hero>div>p{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.hero-system{aspect-ratio:1/1;transform:scale(.97)}.system-core{width:125px;height:125px;border-radius:36px}.system-node{width:76px;height:76px;border-radius:23px}.system-node svg{font-size:19px}.system-node span{font-size:8px}.section-head{display:block}.section-head .text-link{margin-top:18px}.product-grid{grid-template-columns:1fr}.product-card{min-height:270px}.product-card h3{margin-top:35px}.case-grid,.case-grid-full{grid-template-columns:1fr}.case-grid .case-card:first-child{grid-column:auto}.case-card,.case-grid-full .case-card{min-height:450px}.case-visual,.case-grid-full .case-visual{height:250px}.metric-strip{grid-template-columns:1fr 1fr}.metric-strip>div{border-bottom:1px solid var(--line)}.metric-strip>div:nth-child(2){border-right:0}.plan-grid{grid-template-columns:1fr}.contact-section{grid-template-columns:1fr;padding:24px}.inline-lead{grid-template-columns:1fr}.inline-lead label.wide,.inline-lead .btn{grid-column:auto}.solution-hero{padding-bottom:35px}.solution-hero-visual{padding:0}.solution-badge{top:-17px;left:10px}.feature-stage{height:300px;border-radius:22px}.floating-chip{display:none}.feature-explorer{grid-template-columns:1fr}.feature-tabs{border-right:0;border-bottom:1px solid var(--line);display:flex;overflow:auto}.feature-tab{min-width:max-content;grid-template-columns:auto auto;gap:8px}.feature-display{grid-template-columns:1fr;padding:13px}.feature-stage-wrap{min-height:260px}.feature-stage-wrap .feature-stage{height:260px}.feature-copy{min-height:150px}.feature-copy-item{justify-content:flex-start;padding-top:15px}.process-list li{grid-template-columns:48px 1fr 30px}.split-price{grid-template-columns:1fr}.split-price>div+div{border-left:0;border-top:1px solid var(--line)}.included-list{grid-template-columns:1fr}.cta-band{display:block;padding:26px;margin:60px 0 75px}.cta-actions{margin-top:22px;flex-direction:column}.cta-actions .btn{width:100%}.integration-grid{grid-template-columns:1fr 1fr}.integration-card{grid-template-columns:42px 1fr;min-height:108px}.integration-card small{display:none}.filter-row{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.filter-row button{min-width:max-content}.price-step{grid-template-columns:48px 1fr}.step-no{padding:25px 14px}.step-content{padding:23px 17px}.choice-grid,.period-row,.support-grid{grid-template-columns:1fr}.price-choice{min-height:130px}.estimate-card{border-radius:20px}.included-grid{grid-template-columns:1fr 1fr}.roadmap-item{grid-template-columns:1fr 40px;gap:12px}.roadmap-status,.roadmap-date{grid-column:1}.roadmap-copy{grid-column:1}.roadmap-index{grid-column:2;grid-row:1/4}.release-grid{grid-template-columns:1fr}.about-portrait{height:330px}.mission-points article{grid-template-columns:35px 1fr}.mission-points p{grid-column:2}.why-grid{grid-template-columns:1fr}.partner-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{display:none}.article-art{height:230px}.legal-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;padding:45px 15px 100px}.footer-brand{grid-column:1/-1;grid-row:auto}.footer-bottom{padding:16px 15px 82px;display:grid;gap:6px}.mobile-dock{position:fixed;z-index:900;display:grid;grid-template-columns:repeat(4,1fr);left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(9,17,30,.92);backdrop-filter:blur(20px);box-shadow:0 18px 45px rgba(0,0,0,.35);padding:6px}.mobile-dock a,.mobile-dock button{border:0;background:transparent;color:#7589a4;display:flex;flex-direction:column;align-items:center;gap:4px;padding:7px 3px;font-size:7px}.mobile-dock span{font-size:14px;color:#a6bde0}.lead-dialog{grid-template-columns:1fr;max-height:92vh}.lead-aside{padding:27px;border-right:0;border-bottom:1px solid var(--line)}.lead-aside h2{font-size:30px}.lead-direct{display:none}.lead-form{padding:24px}.cookie-banner{bottom:85px;display:block}.cookie-actions{margin-top:13px;display:grid;grid-template-columns:1fr 1fr}.cookie-actions .btn:last-child{grid-column:1/-1}.cookie-actions .btn{width:100%}.site-footer{margin-bottom:0}}
@media(max-width:420px){.integration-grid{grid-template-columns:1fr}.metric-strip{grid-template-columns:1fr}.metric-strip>div{border-right:0}.included-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-col{padding-top:10px;border-top:1px solid var(--line)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   ADEPTDEV UI SYSTEM v3 — calm product-first light interface
   ========================================================= */
:root{
  --bg:#f6f8fc;
  --bg2:#eef2f8;
  --panel:#ffffff;
  --panel2:#f9fafc;
  --line:#e3e8f0;
  --line2:#d5dce7;
  --text:#141a27;
  --muted:#667085;
  --soft:#344054;
  --accent:#3158f6;
  --accent2:#6f5df4;
  --cyan:#2d9dff;
  --green:#169b6b;
  --shadow:0 24px 70px rgba(20,29,47,.09);
  --shadow-sm:0 10px 34px rgba(20,29,47,.07);
  --radius:26px;
  --radius-sm:16px;
  --max:1220px;
  --header:76px;
}
html{background:var(--bg)}
body{
  background:
    radial-gradient(circle at 77% 3%,rgba(49,88,246,.08),transparent 28%),
    linear-gradient(180deg,#fbfcfe 0,#f6f8fc 42%,#f8f9fc 100%);
  color:var(--text);
  letter-spacing:-.008em;
}
body:before{display:none}
.ambient{display:none}
.page-progress{height:3px;background:var(--accent)}

/* header */
.site-header,
.site-header.scrolled{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(220,226,236,.88);
  box-shadow:0 1px 0 rgba(255,255,255,.65);
  backdrop-filter:blur(18px);
}
.header-inner{gap:28px;padding:0 24px}
.brand{gap:10px}
.brand-mark{
  width:54px;height:40px;border-radius:0;
  display:grid;place-items:center;
  background:transparent;border:0;color:inherit;
  box-shadow:none;overflow:visible;
  flex:0 0 54px;
}
.brand-mark img{
  display:block;width:54px;height:auto;max-height:38px;object-fit:contain;
  filter:drop-shadow(0 7px 14px rgba(49,88,246,.18));
}
.brand-copy b{font-size:15px;color:var(--text)}
.brand-copy small{font-size:9px;color:#8a94a6;letter-spacing:.11em}
.desktop-nav{gap:2px}
.nav-link{padding:10px 11px;color:#4c5668;font-size:12px;border-radius:10px;font-weight:600}
.nav-link:hover,.nav-link.active{color:var(--text);background:#f1f4f9}
.mega-menu{
  width:650px;background:rgba(255,255,255,.985);border-color:var(--line);
  box-shadow:0 28px 80px rgba(31,42,68,.13);backdrop-filter:blur(22px);
}
.mega-head{border-color:var(--line)}
.mega-head span{color:var(--accent);font-weight:800}
.mega-head p{color:var(--muted)}
.mega-grid a:hover{background:#f4f6fb}
.mega-grid a>svg{color:var(--accent)}
.mega-grid b{color:var(--text)}
.mega-grid span{color:var(--muted)}
.lang-switch>button,.menu-btn{background:#fff;border-color:var(--line);color:#465166}
.lang-switch>div{background:#fff;border-color:var(--line);box-shadow:var(--shadow-sm)}
.lang-switch a{color:#4c5668}
.lang-switch a:hover{background:#f4f6fb;color:var(--text)}

/* buttons and links */
.btn{height:48px;border-radius:13px;font-size:12px;letter-spacing:-.005em}
.btn-primary{
  background:var(--accent);color:#fff;
  box-shadow:0 10px 24px rgba(49,88,246,.20);
}
.btn-primary:hover{background:#254be0;box-shadow:0 14px 30px rgba(49,88,246,.24)}
.btn-soft{background:#fff;border-color:var(--line);color:#2f394a;box-shadow:0 2px 8px rgba(31,42,68,.03)}
.btn-soft:hover{background:#f6f8fc;border-color:#d5dce7}
.text-link,.text-action{color:#2f4dc9}

/* layout / typography */
.page-shell{padding:calc(var(--header) + 46px) 24px 0}
.section{padding:82px 0}
.eyebrow{color:#5267b8;font-size:9px;letter-spacing:.15em}
.eyebrow:before{width:18px;background:#9aa8d8}
.section-head{margin-bottom:30px;align-items:flex-end}
.section-head>div{max-width:720px}
.section-head h2{font-size:clamp(31px,4vw,54px);line-height:1.01;letter-spacing:-.047em;margin-top:12px;color:var(--text)}
.section-head p{color:var(--muted);font-size:14px;line-height:1.65;margin-top:12px}
.crumbs{color:#98a2b3;margin-bottom:32px}
.crumbs a:hover{color:var(--accent)}
.crumbs b{color:#667085}

/* home hero */
.home-hero{
  min-height:650px;grid-template-columns:.92fr 1.08fr;gap:70px;
  padding:44px 0 72px;position:relative;
}
.hero-copy{padding-top:2px}
.hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1{
  color:var(--text);font-size:clamp(48px,5.7vw,76px);line-height:.98;
  letter-spacing:-.058em;margin:16px 0 22px;
}
.hero-copy>p,.solution-hero-copy>p,.page-hero>p,.about-hero>div>p{
  color:#5f6b7e;font-size:16px;line-height:1.67;max-width:650px;margin-bottom:24px;
}
.hero-copy ul,.solution-hero-copy ul{gap:9px;margin-top:22px}
.hero-copy li,.solution-hero-copy li{color:#344054;font-size:12px}
.hero-copy li svg,.solution-hero-copy li svg{color:var(--green)}
.hero-actions{margin-top:29px}
.hero-services{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:30px;color:#8a94a6;font-size:8px;letter-spacing:.12em;font-weight:800}
.hero-services i{width:3px;height:3px;border-radius:50%;background:#c2c9d4}
.hero-platform{position:relative;min-height:510px;display:flex;align-items:center;justify-content:center}
.platform-window{
  width:min(620px,100%);border:1px solid #dbe2ec;border-radius:27px;background:#fff;
  box-shadow:0 30px 75px rgba(28,40,68,.12);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);
}
.platform-bar{height:47px;padding:0 15px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #e6eaf0;background:#fbfcfe}
.platform-bar>div{display:flex;gap:6px}
.platform-bar i{width:7px;height:7px;border-radius:50%;background:#d1d7e0}
.platform-bar span{font-size:9px;color:#8d97a7;letter-spacing:.08em}
.platform-bar b{justify-self:end;color:#168866;background:#eaf8f2;border:1px solid #d0efe3;border-radius:999px;padding:5px 8px;font-size:7px;letter-spacing:.10em}
.platform-layout{display:grid;grid-template-columns:58px 1fr;min-height:430px}
.platform-layout>aside{border-right:1px solid #edf0f4;background:#fafbfc;display:flex;flex-direction:column;align-items:center;padding:17px 0;gap:13px}
.platform-layout>aside strong{width:29px;height:29px;border-radius:9px;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:11px;margin-bottom:7px}
.platform-layout>aside span{width:24px;height:24px;border-radius:8px;background:#eef1f5;position:relative}
.platform-layout>aside span:before{content:"";position:absolute;inset:8px;border-radius:4px;background:#c6cedb}
.platform-layout>aside span.active{background:#e9edff}
.platform-layout>aside span.active:before{background:var(--accent)}
.platform-layout>main{padding:22px;background:#fff}
.platform-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.platform-heading div{display:flex;flex-direction:column;gap:3px}
.platform-heading small{color:#9aa3b2;font-size:8px}
.platform-heading b{font-size:16px;letter-spacing:-.03em}
.platform-heading button{border:1px solid #e1e6ee;background:#fff;border-radius:9px;padding:7px 10px;color:#6c7688;font-size:8px}
.platform-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.platform-kpis article{border:1px solid #e7ebf1;border-radius:13px;padding:12px;background:#fff;box-shadow:0 4px 14px rgba(31,42,68,.025)}
.platform-kpis span{display:block;color:#8a94a6;font-size:7px}
.platform-kpis b{display:block;margin-top:8px;font-size:17px;letter-spacing:-.04em}
.platform-kpis small{display:block;margin-top:4px;color:#169b6b;font-size:7px}
.platform-chart{height:135px;margin:10px 0;position:relative;border:1px solid #e7ebf1;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#fcfdff,#f8faff)}
.chart-grid{position:absolute;inset:0;background-image:linear-gradient(#edf0f5 1px,transparent 1px),linear-gradient(90deg,#edf0f5 1px,transparent 1px);background-size:100% 33.333%,20% 100%}
.platform-chart svg{position:absolute;left:12px;right:12px;bottom:18px;width:calc(100% - 24px);height:90px;overflow:visible}
.platform-chart path{fill:none;stroke:var(--accent);stroke-width:3;vector-effect:non-scaling-stroke;filter:drop-shadow(0 5px 6px rgba(49,88,246,.16))}
.platform-orders{border:1px solid #e7ebf1;border-radius:14px;overflow:hidden}
.platform-orders>div{min-height:33px;display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:8px;padding:0 11px;border-bottom:1px solid #edf0f4;color:#596579;font-size:8px}
.platform-orders>div:first-child{grid-template-columns:1fr auto;background:#fafbfc;color:#929cab}
.platform-orders>div:last-child{border-bottom:0}
.platform-orders i{width:7px;height:7px;border-radius:50%;background:#d7def0}
.platform-orders b{font-size:7px;color:#168866;background:#eef8f4;border-radius:999px;padding:4px 7px}
.platform-float{position:absolute;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dfe5ee;border-radius:14px;padding:10px 13px;box-shadow:0 14px 35px rgba(31,42,68,.11)}
.platform-float>span{width:31px;height:31px;border-radius:10px;background:#eef1ff;color:var(--accent);display:grid;place-items:center}
.platform-float div{display:flex;flex-direction:column;gap:2px}
.platform-float b{font-size:9px}.platform-float small{font-size:7px;color:#8a94a6}
.platform-float-a{left:-16px;top:88px}.platform-float-b{right:-12px;bottom:80px}

/* product hierarchy */
.product-grid{display:none}
.product-showcase{display:grid;gap:14px}
.product-feature{display:grid;grid-template-columns:.9fr 1.1fr;min-height:470px;border:1px solid var(--line);border-radius:27px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(31,42,68,.035)}
.product-feature-copy{padding:34px 34px 30px;display:flex;flex-direction:column}
.product-feature-top,.product-mini-head{display:flex;align-items:center;justify-content:space-between}
.product-index{font-size:9px;color:#98a2b3;letter-spacing:.12em;font-weight:700}
.product-type{font-size:8px;color:#7080b9;letter-spacing:.12em;font-weight:800;text-transform:uppercase}
.product-feature .product-icon,.product-mini .product-icon{background:#eef1ff;border-color:#dde3ff;color:var(--accent);box-shadow:none}
.product-feature .product-icon{margin-top:38px}
.product-feature h3{font-size:32px;letter-spacing:-.04em;margin:16px 0 10px}
.product-feature p{font-size:13px;line-height:1.65;color:var(--muted);max-width:460px;margin:0}
.product-feature-points{display:grid;gap:8px;margin-top:22px}
.product-feature-points span{display:flex;gap:8px;align-items:center;font-size:10px;color:#465166}
.product-feature-points svg{color:var(--green)}
.product-feature-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:24px;border-top:1px solid var(--line)}
.product-feature-bottom>div{display:flex;flex-direction:column;gap:3px}
.product-feature-bottom small{font-size:8px;color:#98a2b3}.product-feature-bottom strong{font-size:22px;letter-spacing:-.04em}
.commerce-preview{position:relative;background:linear-gradient(145deg,#eef2ff 0,#f4f6fd 43%,#eef4fb 100%);display:grid;place-items:center;padding:42px}
.commerce-window{width:100%;border:1px solid #d7deea;background:#fff;border-radius:20px;box-shadow:0 24px 55px rgba(31,42,68,.12);overflow:hidden}
.commerce-window-top{height:36px;background:#fafbfc;border-bottom:1px solid #e8ebf0;display:flex;align-items:center;gap:5px;padding:0 10px}
.commerce-window-top i{width:6px;height:6px;border-radius:50%;background:#d0d6df}.commerce-window-top span{margin-left:7px;font-size:7px;color:#9aa3b1}
.commerce-window-body{display:grid;grid-template-columns:42px 1fr;min-height:255px}
.commerce-window-body aside{border-right:1px solid #edf0f4;background:#fafbfc;padding:9px;display:flex;flex-direction:column;align-items:center;gap:9px}
.commerce-window-body aside b{width:23px;height:23px;border-radius:8px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:8px;margin-bottom:5px}
.commerce-window-body aside i{width:18px;height:18px;border-radius:6px;background:#e8ecf2}
.commerce-window-body main{padding:14px}
.commerce-toolbar{display:flex;align-items:center;justify-content:space-between}.commerce-toolbar span{width:85px;height:10px;background:#e7ebf1;border-radius:4px}.commerce-toolbar b{width:50px;height:18px;background:var(--accent);border-radius:6px}
.commerce-hero-mini{height:62px;border-radius:10px;background:linear-gradient(90deg,#e8edff,#f4f6ff);margin:13px 0;display:flex;align-items:center;justify-content:space-between;padding:12px}.commerce-hero-mini span{width:42%;height:8px;border-radius:4px;background:#c7d1fb}.commerce-hero-mini i{width:60px;height:38px;border-radius:9px;background:#dfe6ff}
.commerce-products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.commerce-products article{border:1px solid #e8ebf0;border-radius:9px;padding:7px}.commerce-products article i{display:block;height:66px;background:#f2f4f7;border-radius:7px}.commerce-products article span{display:block;width:75%;height:6px;background:#dfe4eb;border-radius:3px;margin:7px 0}.commerce-products article b{display:block;width:42%;height:7px;background:#cbd3df;border-radius:3px}
.commerce-float{position:absolute;background:#fff;border:1px solid #dce3ed;border-radius:12px;padding:9px 11px;box-shadow:0 13px 30px rgba(31,42,68,.11);display:flex;flex-direction:column}.commerce-float span{font-size:11px;font-weight:800;color:var(--accent)}.commerce-float small{font-size:7px;color:#98a2b3;margin-top:2px}.commerce-float-a{right:18px;top:27px}.commerce-float-b{left:22px;bottom:26px}
.product-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.product-mini{min-height:290px;padding:27px;border:1px solid var(--line);border-radius:24px;background:#fff;display:flex;flex-direction:column;transition:.22s var(--ease);box-shadow:0 7px 24px rgba(31,42,68,.025)}
.product-mini:hover{transform:translateY(-4px);border-color:#ccd5e3;box-shadow:var(--shadow-sm)}
.product-mini .product-type{margin-top:37px}.product-mini h3{font-size:21px;letter-spacing:-.035em;margin:9px 0 7px}.product-mini p{font-size:11px;line-height:1.58;color:var(--muted);margin:0}
.product-mini-bottom{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.product-mini-bottom strong{font-size:11px;color:#5d687b}.product-mini-bottom a{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;color:var(--accent)}

/* portfolio */
.case-grid{gap:14px}
.case-card{background:#fff;border-color:var(--line);box-shadow:0 7px 24px rgba(31,42,68,.025)}
.case-card:hover{border-color:#cfd7e4;box-shadow:var(--shadow-sm)}
.case-visual{background:linear-gradient(145deg,#eef2f8,#e5eaf2)}
.case-lab .case-visual{background:linear-gradient(145deg,#1d2945,#263d7f)}
.case-next .case-visual{background:linear-gradient(145deg,#f3f5fa,#e8edf5)}
.next-plus{color:rgba(49,88,246,.24)}
.next-grid{background-image:linear-gradient(rgba(49,88,246,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(49,88,246,.06) 1px,transparent 1px)}
.case-body{background:#fff;color:var(--text)}
.case-meta span{color:#98a2b3}
.case-body h3{color:var(--text)}
.tag-row span{background:#f5f7fa;border-color:#e6eaf0;color:#667085}
.case-body>a,.case-body .text-action{color:#3152d8}

/* metrics / pricing preview / contact */
.metric-strip{background:#fff;border-color:var(--line);box-shadow:0 6px 22px rgba(31,42,68,.025)}
.metric-strip>div{border-color:var(--line)}
.metric-strip strong{color:var(--text)}
.metric-strip span{color:#7b8799}
.plan-grid{gap:14px}
.plan-grid article{background:#fff;border-color:var(--line);box-shadow:0 7px 24px rgba(31,42,68,.025)}
.plan-grid article.featured{background:linear-gradient(160deg,#f1f4ff,#ffffff);border-color:#ccd5ff;box-shadow:0 14px 34px rgba(49,88,246,.08)}
.plan-grid article>span{color:#7f8ca0}.plan-grid h3,.plan-grid strong{color:var(--text)}.plan-grid p{color:var(--muted)}.plan-grid ul{border-color:var(--line)}.plan-grid li{color:#667085}.plan-grid a{color:#3152d8}
.contact-section{border-color:#d9e0eb;background:linear-gradient(135deg,#ffffff,#f1f4ff);box-shadow:0 18px 52px rgba(31,42,68,.06)}
.contact-copy p{color:var(--muted)}
.contact-links a{color:#3152d8}
.inline-lead label span,.lead-form label span{color:#7b8799}
.inline-lead input,.lead-form input,.lead-form textarea,.lead-form select{background:#fff;border-color:#dfe4ec;color:var(--text)}
.inline-lead input:focus,.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:#8ea4ff;box-shadow:0 0 0 3px rgba(49,88,246,.08)}

/* generic page heroes and solution pages */
.page-hero{padding-bottom:62px}
.page-hero.compact{max-width:880px}
.solution-hero{border-bottom-color:var(--line)}
.solution-badge{background:#fff;border-color:var(--line);box-shadow:var(--shadow-sm);color:var(--text)}
.solution-hero-visual{background:linear-gradient(145deg,#eef2ff,#f8faff);border-color:#dbe2ed}
.feature-stage{background:#fff;border-color:#d9e1ec;box-shadow:0 12px 35px rgba(31,42,68,.06)}
.stage-top{background:#fafbfc;border-color:#e7ebf1;color:#8994a5}
.stage-ui>aside{background:#f6f8fb;border-color:#e8ebf0}
.stage-ui>aside i{background:#dfe5ee}
.stage-ui>main{background:#fff}
.stage-title,.stage-search,.stage-cards i,.stage-lines i{background:#e8ecf2}
.stage-search{border-color:#dfe5ee;background:#f8f9fb}
.stage-cards i{border-color:#e4e8ef}
.floating-chip{background:#fff;border-color:#dce3ed;color:#5d687b;box-shadow:var(--shadow-sm)}
.feature-explorer{background:#fff;border-color:var(--line);box-shadow:0 8px 30px rgba(31,42,68,.035)}
.feature-tabs{border-color:var(--line);background:#fafbfc}
.feature-tab{color:#758195}
.feature-tab.active{background:#eef1ff;color:#2e46a5}
.feature-copy-item>span{color:#8e99aa}.feature-copy-item h3{color:var(--text)}.feature-copy-item p{color:var(--muted)}
.process-list,.process-list li{border-color:var(--line)}
.process-list span{color:#98a2b3}.process-list b{color:var(--text)}
.split-price{background:linear-gradient(135deg,#f5f7ff,#fff);border-color:#d9e1f1}
.split-price>div+div{border-color:var(--line)}
.split-price p{color:var(--muted)}
.included-list>div{border-color:var(--line);background:#fff;color:#465166}

/* integrations */
.integration-browser{background:#fff;border-color:var(--line);box-shadow:0 10px 34px rgba(31,42,68,.04)}
.integration-toolbar{border-color:var(--line);background:#fff}
.search-box{background:#f8f9fb;border-color:#dfe4ec}
.search-box svg{color:#8390a3}.search-box input{color:var(--text)}
.filter-row button,.blog-filters button{background:#fff;border-color:var(--line);color:#667085}
.filter-row button.active,.blog-filters button.active{background:#eef1ff;border-color:#ccd5ff;color:#2f4dc9}
.integration-grid{background:var(--line)}
.integration-card{background:#fff}
.integration-card:hover{background:#f8f9fc}
.integration-mark{background:#eef1ff;border-color:#dfe3ff;color:var(--accent)}
.integration-card strong{color:var(--text)}.integration-card span{color:#7b8799}.integration-card small{color:#98a2b3}
.mini-grid article{background:#fff;border-color:var(--line)}.mini-grid h3{color:var(--text)}.mini-grid p{color:var(--muted)}

/* pricing calculator */
.pricing-steps{background:#fff;border-color:var(--line);box-shadow:0 8px 30px rgba(31,42,68,.035)}
.price-step{background:#fff;border-color:var(--line)}
.step-no{background:#fafbfc;border-color:var(--line);color:#98a2b3}
.step-content h2{color:var(--text)}
.price-choice,.period,.support-choice{background:#fff;border-color:#dfe4ec;color:#465166}
.price-choice>span,.price-choice p,.period small,.support-choice span{color:#7d899b}
.price-choice b,.price-choice strong,.support-choice b{color:var(--text)}
.price-choice.active,.period.active,.support-choice.active{background:#eef1ff;border-color:#aebcff;box-shadow:inset 0 0 0 1px rgba(49,88,246,.05)}
.addon-list label{background:#fff;border-color:#dfe4ec}.addon-list b,.addon-list strong{color:var(--text)}.addon-list p{color:#7b8799}.fake-check{border-color:#bdc6d4}.addon-list input:checked+.fake-check{background:var(--accent);border-color:var(--accent)}
.estimate-card{background:#182237;border-color:#182237;color:#fff;box-shadow:0 24px 65px rgba(20,29,47,.18)}
.estimate-card .eyebrow{color:#9fb2ff}.estimate-card h2,.estimate-card strong{color:#fff}.estimate-card p,.estimate-card span,.estimate-card small{color:#aeb8ca}
.estimate-items>div,.estimate-total,.estimate-monthly{border-color:rgba(255,255,255,.11)}
.included-grid>div{background:#fff;border-color:var(--line);color:#465166}

/* FAQ */
.faq-list{border-color:var(--line)}
.faq-item{border-color:var(--line)}
.faq-item summary{color:var(--text)}
.faq-item summary span{color:#98a2b3}.faq-item summary i{color:#6f7b8e}
.faq-item p{color:var(--muted)}

/* roadmap / about / partners / blog / legal */
.roadmap-list,.roadmap-item{border-color:var(--line)}
.roadmap-item{background:transparent}.roadmap-date,.roadmap-status,.roadmap-index{color:#8994a5}.roadmap-copy h2{color:var(--text)}.roadmap-copy p{color:var(--muted)}
.release-grid article,.why-grid article,.partner-card,.legal-card,.article-callout{background:#fff;border-color:var(--line);box-shadow:0 6px 22px rgba(31,42,68,.025)}
.release-grid h3,.why-grid h3,.partner-card h3,.legal-card h2{color:var(--text)}
.release-grid p,.why-grid p,.partner-card p,.legal-card p{color:var(--muted)}
.about-hero,.mission-section{border-color:var(--line)}
.about-portrait{background:linear-gradient(145deg,#edf1fb,#f9fafc);border-color:#dde3ed}
.portrait-code{color:#7a879b}
.mission-points article{border-color:var(--line)}
.mission-points b{color:var(--text)}.mission-points p{color:var(--muted)}
.partner-line{border-color:var(--line)}
.partner-mark{background:#eef1ff;border-color:#dfe4ff;color:var(--accent)}
.blog-card{background:#fff;border-color:var(--line);box-shadow:0 6px 22px rgba(31,42,68,.025)}
.blog-card h2{color:var(--text)}.blog-card p,.blog-meta{color:var(--muted)}
.blog-art{border-color:#dce3ed}.art-1,.art-2,.art-3,.art-4{background:linear-gradient(145deg,#edf1ff,#f8faff);color:#5269c8}
.article-page{color:var(--text)}.article-meta{color:#8792a4}.article-hero p,.article-content p{color:var(--muted)}
.article-layout aside{border-color:var(--line)}.article-layout aside a{color:#7b8799}.article-layout aside a:hover{color:var(--accent)}
.article-content blockquote{background:#f3f5ff;border-color:#cbd5ff;color:#344054}.article-content pre{background:#182237;color:#dce5ff;border-color:#182237}
.legal-note{background:#f1f4ff;border-color:#dce3ff;color:#667085}

/* CTA */
.cta-band{background:#182237;border-color:#182237;box-shadow:0 24px 70px rgba(20,29,47,.16)}
.cta-band .eyebrow{color:#a8b8ff}.cta-band h2{color:#fff}.cta-band p{color:#aeb8ca}.cta-band .btn-soft{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}

/* footer */
.site-footer{margin-top:60px;background:#fff;border-color:var(--line)}
.footer-main{padding-top:52px}
.footer-brand p{color:#7b8799}.made-line{color:#8792a4}
.footer-col>b{color:#475467}.footer-col a,.footer-col button{color:#7b8799}.footer-col a:hover,.footer-col button:hover{color:var(--accent)}
.footer-bottom{border-color:var(--line);color:#98a2b3}

/* overlays / mobile */
.mobile-panel{background:rgba(255,255,255,.985);color:var(--text)}
.mobile-panel-head>button{background:#fff;border-color:var(--line);color:#465166}
.mobile-panel nav>span{color:#8a94a6}.mobile-panel nav>a{border-color:var(--line);color:var(--text)}.mobile-panel nav small{color:#98a2b3}
.mobile-langs a{border-color:var(--line);color:#667085}.mobile-langs a.active{background:#eef1ff;border-color:#ccd5ff;color:#3152d8}
.lead-modal,.cookie-modal{background:rgba(20,26,39,.52);backdrop-filter:blur(10px)}
.lead-dialog,.cookie-dialog{background:#fff;border-color:var(--line);box-shadow:0 30px 90px rgba(20,29,47,.20)}
.modal-close{background:#fff;border-color:var(--line);color:#596579}
.lead-aside{background:linear-gradient(145deg,#f1f4ff,#fafbff);border-color:var(--line)}
.lead-aside h2,.cookie-dialog h2{color:var(--text)}.lead-aside p{color:var(--muted)}
.lead-direct{border-color:var(--line)}.lead-direct span{color:#98a2b3}.lead-direct b{color:var(--text)}
.cookie-banner{background:rgba(255,255,255,.97);border-color:var(--line);box-shadow:0 20px 60px rgba(20,29,47,.13)}
.cookie-banner b{color:var(--text)}.cookie-banner p{color:#7b8799}
.cookie-option{border-color:var(--line)}.cookie-option b{color:var(--text)}.cookie-option p,.cookie-option.locked>span{color:#7b8799}
.switch{background:#d4dae4}.switch:after{background:#fff;box-shadow:0 1px 4px rgba(20,29,47,.18)}.cookie-option input:checked+.switch{background:var(--accent)}

@media(max-width:1100px){
  .home-hero{gap:38px}
  .hero-platform{width:min(760px,100%);margin:auto}
  .product-feature{grid-template-columns:1fr}
  .commerce-preview{min-height:390px}
  .product-mini-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  :root{--header:66px}
  .page-shell{padding:calc(var(--header) + 24px) 15px 0}
  .section{padding:62px 0}
  .home-hero{padding:20px 0 42px;gap:34px}
  .hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1{font-size:clamp(39px,12.6vw,58px);letter-spacing:-.052em}
  .hero-platform{min-height:auto;margin-top:3px}
  .platform-window{transform:none;border-radius:20px}
  .platform-layout{grid-template-columns:42px 1fr;min-height:350px}
  .platform-layout>main{padding:13px}
  .platform-layout>aside{gap:9px}.platform-layout>aside span{width:20px;height:20px}.platform-layout>aside span:before{inset:7px}
  .platform-kpis{gap:5px}.platform-kpis article{padding:8px}.platform-kpis b{font-size:13px}.platform-chart{height:105px}.platform-orders>div{font-size:7px;padding-inline:8px}
  .platform-float{display:none}
  .hero-services{margin-top:24px}
  .product-feature{min-height:auto;border-radius:21px}
  .product-feature-copy{padding:24px}.product-feature .product-icon{margin-top:26px}.product-feature h3{font-size:27px}.product-feature-bottom{margin-top:28px}
  .commerce-preview{min-height:300px;padding:25px 16px}
  .commerce-window-body{min-height:220px}.commerce-products article i{height:48px}.commerce-float{display:none}
  .product-mini-grid{grid-template-columns:1fr}.product-mini{min-height:245px;border-radius:20px}
  .case-card,.case-grid-full .case-card{min-height:430px}
  .metric-strip{background:#fff}
  .contact-section{padding:24px;background:linear-gradient(145deg,#fff,#f4f6ff)}
  .mobile-dock{border-color:#dce2eb;background:rgba(255,255,255,.94);box-shadow:0 16px 40px rgba(20,29,47,.14)}
  .mobile-dock a,.mobile-dock button{color:#7c8798}.mobile-dock span{color:#526bc9}
  .footer-main{padding-bottom:100px}
}
@media(max-width:420px){
  .platform-kpis article:nth-child(3){display:none}.platform-kpis{grid-template-columns:1fr 1fr}
  .commerce-window-body{grid-template-columns:34px 1fr}.commerce-preview{padding:20px 12px}
}


/* AdeptDEV: real work + services */
.adept-product-groups{display:grid;gap:48px}
.products-group{display:grid;gap:22px}
.products-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:0 2px}
.products-group-head>div:first-child{max-width:760px}
.products-group-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#eef8f2;border:1px solid #d7eee0;color:#2f7951;font-size:9px;font-weight:900;letter-spacing:.11em}
.products-group-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:#45a873;box-shadow:0 0 0 4px rgba(69,168,115,.11)}
.products-group-pill.soft{background:#f1f4ff;border-color:#dde4ff;color:var(--accent)}
.products-group-pill.soft:before{background:var(--accent);box-shadow:0 0 0 4px rgba(76,105,255,.09)}
.products-group-head h3{font-size:clamp(25px,3.2vw,39px);letter-spacing:-.045em;line-height:1.04;margin:13px 0 0}
.products-group-head p{max-width:680px;color:var(--muted);font-size:13px;line-height:1.66;margin:10px 0 0}
.products-group-count{font-size:54px;line-height:.82;font-weight:800;letter-spacing:-.06em;color:#e3e7ef}
.real-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.real-product-card{min-height:330px;border:1px solid var(--line);background:#fff;border-radius:24px;padding:24px;display:flex;flex-direction:column;box-shadow:0 7px 24px rgba(31,42,68,.025);transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease)}
.real-product-card:hover{transform:translateY(-4px);border-color:#ccd5e3;box-shadow:var(--shadow-sm)}
.real-product-featured{grid-column:span 2;background:linear-gradient(135deg,#fff 0%,#f7f9ff 100%);min-height:360px}
.real-product-top,.order-product-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.real-product-icon{width:43px;height:43px;border:1px solid #dde4ff;border-radius:13px;background:#f1f4ff;color:var(--accent);display:grid;place-items:center;flex:0 0 auto}
.real-product-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.real-product-status{font-size:8px;font-weight:800;letter-spacing:.095em;color:#7d8999;text-transform:uppercase;text-align:right}
.real-product-type{display:block;margin-top:29px;color:#7d8ba0;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.real-product-card h4,.order-product-card h4{font-size:21px;line-height:1.07;letter-spacing:-.035em;margin:8px 0 9px}
.real-product-featured h4{font-size:29px}
.real-product-card>p,.order-product-card>p{font-size:11.5px;line-height:1.63;color:var(--muted);margin:0}
.real-product-featured>p{max-width:650px;font-size:12.5px}
.real-product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:19px}
.real-product-tags span{padding:6px 9px;border:1px solid #e5e9f0;background:#fafbfc;border-radius:999px;font-size:8px;font-weight:750;color:#606d80}
.real-product-foot{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:19px;border-top:1px solid var(--line)}
.real-product-foot>span{font-size:8px;font-weight:850;letter-spacing:.085em;color:#7890a5}
.real-product-foot a,.plain-action,.order-product-action{border:0;background:transparent;padding:0;color:var(--accent);font-size:9px;font-weight:800;display:inline-flex;align-items:center;gap:7px;cursor:pointer}
.real-product-foot svg,.plain-action svg,.order-product-action svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.order-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.order-product-card{min-height:285px;padding:24px;border:1px solid var(--line);background:#fff;border-radius:24px;display:flex;flex-direction:column;box-shadow:0 7px 24px rgba(31,42,68,.025);transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease)}
.order-product-card:hover{transform:translateY(-4px);border-color:#ccd5e3;box-shadow:var(--shadow-sm)}
.order-product-head>div{display:flex;flex-direction:column;align-items:flex-end;gap:2px}
.order-product-head small{font-size:8px;color:#9aa5b5;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.order-product-head strong{font-size:14px;letter-spacing:-.025em;color:#303c50}
.order-product-card h4{margin-top:29px}
.order-product-action{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);width:100%;justify-content:space-between}
@media(max-width:980px){
  .real-products-grid,.order-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .real-product-featured{grid-column:span 2}
}
@media(max-width:620px){
  .adept-product-groups{gap:36px}
  .products-group-head{align-items:flex-start}
  .products-group-count{display:none}
  .real-products-grid,.order-products-grid{grid-template-columns:1fr}
  .real-product-featured{grid-column:auto;min-height:330px}
  .real-product-card,.order-product-card{border-radius:20px;padding:21px}
  .real-product-featured h4{font-size:25px}
  .products-group-head h3{font-size:28px}
}

/* AdeptDEV v5 — pricing / modules */
.pricing-builder-v5 .step-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.pricing-builder-v5 .step-title-row>div>p,.pricing-builder-v5 .step-description{margin:7px 0 0;color:#7d899b;font-size:11px;line-height:1.55;max-width:640px}.modules-lock-note{flex:0 0 auto;padding:7px 10px;border:1px solid #dfe4ec;border-radius:999px;background:#f5f7fa;color:#7d899b;font-size:9px;font-weight:700}.module-list label{transition:opacity .2s,border-color .2s,background .2s}.module-list label.is-disabled{opacity:.47;cursor:not-allowed;background:#f7f8fa}.module-list label.is-disabled *{cursor:not-allowed}.module-list input:disabled+.fake-check{background:#eef1f5;border-color:#d4dbe5}.extensions-link{margin-top:12px;padding:15px 16px;border:1px solid #dfe4ec;border-radius:16px;background:#f8faff;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--text);transition:.2s}.extensions-link:hover{border-color:#aebcff;background:#f1f4ff;transform:translateY(-1px)}.extensions-link>div{display:flex;align-items:center;gap:12px}.extensions-link>div>svg{width:22px;height:22px;color:#3158f6}.extensions-link span{display:grid;gap:4px}.extensions-link b{font-size:12px}.extensions-link small{font-size:9px;color:#7d899b;font-weight:500;line-height:1.45}.extensions-link>strong{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:10px;color:#3158f6}.extensions-link>strong svg{width:15px;height:15px}.turnkey-toggle{margin-top:18px;padding:16px;border:1px solid #dfe4ec;border-radius:17px;background:#fff;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;cursor:pointer}.turnkey-toggle.is-disabled{opacity:.48;cursor:not-allowed;background:#f7f8fa}.turnkey-toggle input{position:absolute;opacity:0;pointer-events:none}.fake-switch{width:44px;height:26px;border-radius:999px;background:#dce2eb;position:relative;transition:.2s}.fake-switch:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 2px 7px rgba(20,29,47,.15);transition:.2s}.turnkey-toggle input:checked+.fake-switch{background:#3158f6}.turnkey-toggle input:checked+.fake-switch:after{transform:translateX(18px)}.turnkey-toggle div{display:grid;gap:4px}.turnkey-toggle b{font-size:12px}.turnkey-toggle p{margin:0;font-size:11px;font-weight:800;color:#3158f6}.turnkey-toggle small{font-size:9px;color:#7d899b}.site-period-note{margin:12px 0 0;padding:11px 13px;border-radius:13px;background:#f5f7fa;color:#758197;font-size:10px;line-height:1.45}.period:disabled{opacity:.45;cursor:not-allowed}.price-choice strong small{font-size:9px;font-weight:700;color:#7d899b}.estimate-line{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid rgba(255,255,255,.11)}.estimate-line span{font-size:10px}.estimate-line strong{font-size:14px}.turnkey-summary{margin:12px 0 0;padding:11px 12px;border-radius:13px;background:rgba(159,178,255,.1);border:1px solid rgba(159,178,255,.18);font-size:9px;line-height:1.45;color:#dbe3ff}.extension-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.extension-card{min-height:300px;padding:20px;border:1px solid #dfe4ec;border-radius:20px;background:#fff;display:flex;flex-direction:column;gap:15px}.extension-icon{width:42px;height:42px;border-radius:13px;background:#eef1ff;display:grid;place-items:center;color:#3158f6}.extension-icon svg{width:20px;height:20px}.extension-card h3{font-size:17px;line-height:1.15;margin:0 0 7px;letter-spacing:-.025em}.extension-card p{font-size:10px;line-height:1.55;color:#7d899b;margin:0}.extension-price{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid #edf0f4}.extension-price strong{font-size:20px;letter-spacing:-.03em}.extension-price span{font-size:9px;color:#7d899b}.extension-card .btn{width:100%}
@media(max-width:900px){.extension-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.pricing-builder-v5 .step-title-row{display:block}.modules-lock-note{display:inline-flex;margin-top:10px}.extensions-link{align-items:flex-start;flex-direction:column}.extensions-link>strong{width:100%;justify-content:space-between}.extension-grid{grid-template-columns:1fr}.extension-card{min-height:0}.turnkey-toggle{grid-template-columns:auto 1fr}.estimate-line{gap:14px}.estimate-line strong{text-align:right}}

/* pricing calculator v9 */
.pricing-builder-v5 .pricing-steps{border:1px solid #e3e8f0;border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(20,29,47,.05)}
.pricing-builder-v5 .price-step{grid-template-columns:76px 1fr;background:#fff}
.pricing-builder-v5 .step-no{padding:0;border-right:1px solid #eef1f5;display:grid;align-content:start;justify-items:center}
.pricing-builder-v5 .step-no span{display:grid;place-items:center;width:34px;height:34px;margin-top:28px;border-radius:50%;background:#131722;color:#fff;font-size:15px;font-weight:800;box-shadow:0 8px 18px rgba(20,29,47,.12)}
.pricing-builder-v5 .step-content h2{font-size:17px;letter-spacing:-.03em;margin-bottom:14px}
.pricing-builder-v5 .step-description{margin:4px 0 16px;color:#667085;font-size:12px;line-height:1.55;max-width:620px}
.pricing-builder-v5 .choice-grid{gap:12px}.pricing-builder-v5 .price-choice{min-height:166px;border-radius:18px;border-color:#dde3ec;background:#fff;color:#141a27;box-shadow:0 6px 18px rgba(20,29,47,.03)}
.pricing-builder-v5 .price-choice>span{font-size:10px;color:#94a0b2}.pricing-builder-v5 .price-choice b{font-size:26px;line-height:1.1;margin-top:24px;letter-spacing:-.03em}.pricing-builder-v5 .price-choice p{font-size:12px;color:#667085;margin:8px 0 18px}.pricing-builder-v5 .price-choice strong{font-size:20px;color:#141a27}.pricing-builder-v5 .price-choice.active{border-color:#cdd8ff;background:#f5f8ff;box-shadow:inset 0 0 0 1px #d8e0ff,0 12px 30px rgba(49,88,246,.08)}
.pricing-builder-v5 .period-row{gap:12px}.pricing-builder-v5 .period{height:56px;border-radius:18px;background:#f4f6fa;border-color:#edf1f5;color:#141a27;font-size:14px;font-weight:800;justify-content:space-between;padding:0 16px}
.pricing-builder-v5 .period small{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:#4d3df7;color:#fff;font-size:10px;font-weight:800;min-width:56px}
.pricing-builder-v5 .period:first-child small{background:#e9edf5;color:#7b8799}
.pricing-builder-v5 .period.active{background:#fff;border-color:#d6def0;box-shadow:0 12px 28px rgba(20,29,47,.08)}
.pricing-builder-v5 .site-period-note{margin-top:14px}
.estimate-card-v2{position:sticky;top:98px;padding:26px;border:1px solid #dde4ee;border-radius:28px;background:#fff;color:#141a27;box-shadow:0 24px 70px rgba(20,29,47,.08)}
.estimate-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:18px;border-bottom:1px solid #edf1f5}.estimate-head h3{margin:0;font-size:19px;letter-spacing:-.03em}
.estimate-discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#e9f8ef;color:#169b6b;font-size:12px;font-weight:800}
.estimate-solution{padding:18px 0;border-bottom:1px solid #edf1f5}.estimate-solution>span{display:block;font-size:12px;color:#667085;margin-bottom:10px}.estimate-pills{display:flex;flex-wrap:wrap;gap:8px}.estimate-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:800}.estimate-pill:not(.is-primary){background:#f1f4f8;color:#141a27}
.estimate-items{margin:16px 0;padding-bottom:16px;border-bottom:1px solid #edf1f5}.estimate-items div{font-size:12px;color:#667085}.estimate-items b{color:#141a27}
.estimate-card-v2 .estimate-line{padding:12px 0;border-top:1px solid #edf1f5;align-items:flex-start}.estimate-card-v2 .estimate-line:first-of-type{border-top:0}.estimate-card-v2 .estimate-line span{font-size:13px;color:#475467;line-height:1.4}.estimate-card-v2 .estimate-line strong{font-size:15px;color:#141a27;letter-spacing:-.02em;text-align:right}
.estimate-line-discount span,.estimate-line-discount strong{color:#169b6b!important}
.estimate-inline-note{padding:12px 0 0;font-size:12px;line-height:1.6;color:#667085}
.estimate-pay-card{margin-top:16px;padding:18px;border-radius:18px;background:#f4f7fb;border:1px solid #e7edf6}.estimate-pay-card small{display:block;font-size:12px;color:#667085;margin-bottom:8px}.estimate-pay-card strong{display:block;font-size:32px;line-height:1;letter-spacing:-.05em;color:#141a27}.estimate-pay-card span{display:block;margin-top:10px;font-size:12px;color:#667085;line-height:1.5}
.estimate-card-v2 .btn-primary{margin-top:18px;background:#111827;box-shadow:none}.estimate-card-v2 .btn-primary:hover{box-shadow:none;background:#1b2232}
.pricing-builder-v5 .extensions-link{margin-top:14px}
@media(max-width:760px){.pricing-builder-v5 .price-step{grid-template-columns:58px 1fr}.pricing-builder-v5 .step-no span{margin-top:24px}.estimate-card-v2{padding:20px}.estimate-pay-card strong{font-size:28px}.estimate-head{padding-bottom:14px}.estimate-solution{padding:14px 0}.pricing-builder-v5 .price-choice b{font-size:23px}}

/* =========================================================
   ADEPTDEV PRICING v10 — readable, product-first calculator
   ========================================================= */
.pricing-builder-v5{
  grid-template-columns:minmax(0,1fr) 390px;
  gap:28px;
  align-items:start;
}
.pricing-builder-v5 .pricing-steps{
  overflow:hidden;
  border:1px solid #dfe5ee;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(20,29,47,.055);
}
.pricing-builder-v5 .price-step{
  grid-template-columns:72px minmax(0,1fr);
  background:#fff;
  border-bottom:1px solid #e8edf3;
}
.pricing-builder-v5 .price-step:last-child{border-bottom:0}
.pricing-builder-v5 .step-no{
  min-height:100%;
  padding:0;
  border-right:1px solid #edf1f5;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}
.pricing-builder-v5 .step-no span{
  width:34px;height:34px;margin-top:32px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#151a24;color:#fff;
  font-size:14px;font-weight:800;line-height:1;
  box-shadow:0 8px 18px rgba(20,29,47,.13);
}
.pricing-builder-v5 .step-content{padding:30px 28px 32px}
.pricing-builder-v5 .step-heading{margin-bottom:20px}
.pricing-builder-v5 .step-heading-split{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}
.pricing-builder-v5 .step-heading h2{
  margin:0;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.035em;
  color:#141a27;
}
.pricing-builder-v5 .step-heading p{
  max-width:700px;
  margin:8px 0 0;
  font-size:13px;
  line-height:1.55;
  color:#667085;
}
.pricing-builder-v5 .choice-grid{gap:12px}
.pricing-builder-v5 .price-choice{
  min-height:178px;
  padding:18px;
  border:1px solid #dde4ed;
  border-radius:18px;
  background:#fff;
  color:#141a27;
  box-shadow:none;
}
.pricing-builder-v5 .price-choice .choice-kicker{
  font-size:10px;
  font-weight:700;
  color:#98a2b3;
}
.pricing-builder-v5 .price-choice b{
  margin-top:22px;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.02em;
  color:#141a27;
}
.pricing-builder-v5 .price-choice p{
  margin:7px 0 16px;
  min-height:36px;
  font-size:12px;
  line-height:1.5;
  color:#7b8798;
}
.pricing-builder-v5 .price-choice strong{
  margin-top:auto;
  font-size:21px;
  line-height:1.2;
  color:#141a27;
}
.pricing-builder-v5 .price-choice strong small{
  font-size:10px;
  font-weight:700;
  color:#7b8798;
}
.pricing-builder-v5 .price-choice.active{
  background:#f3f6ff;
  border-color:#9eb1ff;
  box-shadow:inset 0 0 0 1px rgba(49,88,246,.08);
}
.pricing-builder-v5 .price-choice:hover:not(.active){
  border-color:#c8d2df;
  background:#fbfcfe;
}
.pricing-builder-v5 .modules-lock-note{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid #e1e6ee;
  background:#f5f7fa;
  color:#7b8798;
  font-size:10px;
  font-weight:700;
}
.pricing-builder-v5 .module-list{gap:10px}
.pricing-builder-v5 .module-list label{
  grid-template-columns:24px minmax(0,1fr) auto;
  gap:14px;
  min-height:78px;
  padding:15px 16px;
  border:1px solid #dfe5ee;
  border-radius:16px;
  background:#fff;
}
.pricing-builder-v5 .module-list label:hover:not(.is-disabled){
  border-color:#bfcbed;
  background:#fafbff;
}
.pricing-builder-v5 .module-list b{
  display:block;
  font-size:14px;
  line-height:1.3;
  color:#141a27;
}
.pricing-builder-v5 .module-list p{
  margin:5px 0 0;
  max-width:560px;
  font-size:11px;
  line-height:1.5;
  color:#7b8798;
}
.pricing-builder-v5 .module-list strong{
  white-space:nowrap;
  font-size:14px;
  line-height:1.25;
  color:#141a27;
}
.pricing-builder-v5 .module-list strong small{
  font-size:10px;
  color:#7b8798;
}
.pricing-builder-v5 .fake-check{
  width:22px;height:22px;
  border-radius:7px;
  border-color:#b9c4d2;
  background:#fff;
}
.pricing-builder-v5 .extensions-link{
  margin-top:12px;
  padding:16px;
  border-radius:16px;
  background:#f6f8ff;
  border-color:#dbe2f4;
}
.pricing-builder-v5 .extensions-link b{font-size:13px}
.pricing-builder-v5 .extensions-link small{font-size:10px;line-height:1.5}
.pricing-builder-v5 .extensions-link>strong{font-size:11px}
.pricing-builder-v5 .period-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:6px;
  border-radius:18px;
  background:#f2f4f8;
}
.pricing-builder-v5 .period{
  min-width:0;
  height:60px;
  padding:0 14px;
  border:1px solid transparent;
  border-radius:14px;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#141a27;
  box-shadow:none;
}
.pricing-builder-v5 .period>span{
  font-size:12px;
  font-weight:800;
  line-height:1.25;
  text-align:center;
}
.pricing-builder-v5 .period small{
  padding:4px 7px;
  min-width:auto;
  border-radius:999px;
  background:#e4e8ef;
  color:#788497;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.pricing-builder-v5 .period.active{
  background:#fff;
  border-color:#e0e5ed;
  box-shadow:0 6px 18px rgba(20,29,47,.08);
}
.pricing-builder-v5 .period.active small{
  background:#3158f6;
  color:#fff;
}
.pricing-builder-v5 .period:disabled{opacity:.45}
.pricing-builder-v5 .period-benefit{
  margin-top:14px;
  padding:13px 14px;
  border-radius:14px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  background:#f6f8fb;
  border:1px solid #e8edf3;
}
.pricing-builder-v5 .period-benefit>span{
  flex:0 0 auto;
  width:22px;height:22px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#e7f7ef;
  color:#169b6b;
}
.pricing-builder-v5 .period-benefit svg{width:13px;height:13px}
.pricing-builder-v5 .period-benefit p{
  margin:1px 0 0;
  font-size:11px;
  line-height:1.5;
  color:#667085;
}
.pricing-builder-v5 .turnkey-toggle{
  margin-top:0;
  min-height:86px;
  padding:16px;
  border:1px solid #dfe5ee;
  border-radius:17px;
  background:#fff;
  grid-template-columns:auto minmax(0,1fr);
}
.pricing-builder-v5 .turnkey-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.pricing-builder-v5 .turnkey-title-row b{font-size:14px;color:#141a27}
.pricing-builder-v5 .turnkey-title-row em{
  padding:5px 8px;
  border-radius:999px;
  background:#f0f2f6;
  color:#7b8798;
  font-size:9px;
  font-style:normal;
  font-weight:800;
}
.pricing-builder-v5 .turnkey-copy>p{
  margin:5px 0 0;
  font-size:15px;
  font-weight:800;
  color:#3158f6;
}
.pricing-builder-v5 .turnkey-copy>small{
  margin-top:4px;
  font-size:10px;
  line-height:1.45;
  color:#7b8798;
}
.pricing-builder-v5 .turnkey-details{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.pricing-builder-v5 .turnkey-details>div{
  padding:14px;
  border:1px solid #e5eaf0;
  border-radius:15px;
  background:#fafbfc;
}
.pricing-builder-v5 .turnkey-details span{
  display:block;
  margin-bottom:7px;
  font-size:10px;
  font-weight:800;
  color:#667085;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.pricing-builder-v5 .turnkey-details strong{
  font-size:17px;
  color:#141a27;
}
.pricing-builder-v5 .turnkey-details strong small{font-size:9px;color:#7b8798}
.pricing-builder-v5 .turnkey-details p{
  margin:6px 0 0;
  font-size:10px;
  line-height:1.5;
  color:#7b8798;
}

/* right calculation card — force light UI, even with old cached theme rules */
.pricing-builder-v5 .estimate-card.estimate-card-v3{
  position:sticky;
  top:98px;
  padding:26px;
  border:1px solid #dfe5ee !important;
  border-radius:28px;
  background:#fff !important;
  color:#141a27 !important;
  box-shadow:0 24px 70px rgba(20,29,47,.09) !important;
}
.pricing-builder-v5 .estimate-card-v3 *{box-sizing:border-box}
.pricing-builder-v5 .estimate-card-v3 .estimate-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-bottom:18px;
  border-bottom:1px solid #edf1f5;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-overline{
  display:block;
  margin-bottom:5px;
  color:#3158f6 !important;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-head h3{
  margin:0;
  color:#141a27 !important;
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-discount-badge{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:#e9f8ef;
  color:#12845c !important;
  font-size:10px;
  font-weight:800;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-solution{
  padding:18px 0 16px;
  border-bottom:1px solid #edf1f5;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-solution>span{
  display:block;
  margin-bottom:10px;
  color:#667085 !important;
  font-size:12px;
  font-weight:600;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pills{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pill{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  background:#f0f3f7;
  color:#273142 !important;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  white-space:normal;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pill.is-primary{
  background:#171c26;
  color:#fff !important;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-items{
  margin:0;
  padding:0;
  border:0;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-items:not(:empty){
  padding:15px 0;
  border-bottom:1px solid #edf1f5;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-items div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:14px;
  padding:5px 0;
  color:#667085 !important;
  font-size:11px;
  line-height:1.45;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-items b{
  color:#141a27 !important;
  font-size:11px;
  font-weight:800;
  text-align:right;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-breakdown{padding-top:8px}
.pricing-builder-v5 .estimate-card-v3 .estimate-line{
  min-height:48px;
  padding:13px 0;
  border-top:1px solid #edf1f5;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-line:first-child{border-top:0}
.pricing-builder-v5 .estimate-card-v3 .estimate-line span{
  color:#475467 !important;
  font-size:12px;
  line-height:1.4;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-line strong{
  color:#141a27 !important;
  font-size:15px;
  line-height:1.25;
  letter-spacing:-.02em;
  text-align:right;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-line-discount span,
.pricing-builder-v5 .estimate-card-v3 .estimate-line-discount strong{color:#169b6b !important}
.pricing-builder-v5 .estimate-card-v3 .estimate-line-total{
  border-top:1px solid #dfe5ee;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-line-total span,
.pricing-builder-v5 .estimate-card-v3 .estimate-line-total strong{font-weight:800}
.pricing-builder-v5 .estimate-card-v3 .estimate-average{
  margin-top:10px;
  padding:12px 13px;
  border-radius:13px;
  background:#f6f8fb;
  color:#667085 !important;
  font-size:11px;
  line-height:1.55;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pay-card{
  margin-top:14px;
  padding:18px;
  border:1px solid #e3e9f2;
  border-radius:18px;
  background:#f2f5fa;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pay-card small{
  display:block;
  margin-bottom:7px;
  color:#667085 !important;
  font-size:11px;
  font-weight:600;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pay-card strong{
  display:block;
  color:#18233a !important;
  font-size:31px;
  line-height:1.04;
  letter-spacing:-.05em;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-pay-card span{
  display:block;
  margin-top:8px;
  color:#667085 !important;
  font-size:11px;
  line-height:1.45;
}
.pricing-builder-v5 .estimate-card-v3 .turnkey-summary{
  margin-top:12px;
  padding:11px 12px;
  border-radius:13px;
  border:1px solid #dce5ff;
  background:#f2f6ff;
  color:#3158f6 !important;
  font-size:10px;
  line-height:1.5;
  font-weight:700;
}
.pricing-builder-v5 .estimate-card-v3 .btn-primary{
  width:100%;
  height:52px;
  margin-top:16px;
  border-radius:14px;
  background:#3158f6 !important;
  color:#fff !important;
  box-shadow:0 12px 28px rgba(49,88,246,.22) !important;
  font-size:13px;
}
.pricing-builder-v5 .estimate-card-v3 .btn-primary:hover{
  background:#2649d8 !important;
  box-shadow:0 15px 34px rgba(49,88,246,.28) !important;
}
.pricing-builder-v5 .estimate-card-v3 .estimate-footnote{
  margin:11px 0 0;
  color:#7b8798 !important;
  font-size:9px;
  line-height:1.5;
}
@media(max-width:1100px){
  .pricing-builder-v5{grid-template-columns:1fr}
  .pricing-builder-v5 .estimate-card.estimate-card-v3{position:relative;top:auto}
}
@media(max-width:760px){
  .pricing-builder-v5 .price-step{grid-template-columns:54px minmax(0,1fr)}
  .pricing-builder-v5 .step-no span{width:30px;height:30px;margin-top:24px;font-size:12px}
  .pricing-builder-v5 .step-content{padding:24px 16px 26px}
  .pricing-builder-v5 .step-heading h2{font-size:20px}
  .pricing-builder-v5 .step-heading p{font-size:12px}
  .pricing-builder-v5 .step-heading-split{display:block}
  .pricing-builder-v5 .modules-lock-note{display:inline-flex;margin-top:10px}
  .pricing-builder-v5 .choice-grid{grid-template-columns:1fr}
  .pricing-builder-v5 .price-choice{min-height:145px}
  .pricing-builder-v5 .module-list label{grid-template-columns:24px minmax(0,1fr);align-items:start}
  .pricing-builder-v5 .module-list strong{grid-column:2;margin-top:2px}
  .pricing-builder-v5 .period-row{grid-template-columns:1fr;padding:5px}
  .pricing-builder-v5 .period{justify-content:space-between;padding:0 14px}
  .pricing-builder-v5 .turnkey-details{grid-template-columns:1fr}
  .pricing-builder-v5 .extensions-link{flex-direction:column;align-items:flex-start}
  .pricing-builder-v5 .extensions-link>strong{width:100%;justify-content:space-between}
  .pricing-builder-v5 .estimate-card.estimate-card-v3{padding:20px;border-radius:22px}
  .pricing-builder-v5 .estimate-card-v3 .estimate-head h3{font-size:21px}
  .pricing-builder-v5 .estimate-card-v3 .estimate-pay-card strong{font-size:28px}
}


/* =========================================================
   ADEPTDEV TYPOGRAPHY v11 — Onest
   ========================================================= */
html,body,button,input,textarea,select{
  font-family:"Onest",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body{
  font-weight:400;
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
/* Headings: strong but not over-condensed */
h1,h2,h3,h4,h5,h6,
.hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1,
.section-head h2,.estimate-head h3{
  font-family:"Onest",ui-sans-serif,sans-serif;
  font-weight:800;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.hero-copy h1,.solution-hero h1,.about-hero h1,.page-hero h1{
  font-weight:900;
  letter-spacing:-.055em;
}
p,li,.price-choice p,.addon-list p,.extension-card p,.estimate-card p{
  font-weight:400;
  letter-spacing:-.008em;
}
.nav-link,.btn,.text-link,.text-action,
.price-choice b,.addon-list b,.period,.estimate-pill,
.extension-card h3,.turnkey-toggle b{
  font-weight:700;
  letter-spacing:-.018em;
}
.price-choice strong,.addon-list strong,.extension-price strong,
.estimate-line strong,.estimate-pay-card strong{
  font-weight:800;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.03em;
}
.eyebrow,.step-no,.modules-lock-note,.price-choice>span{
  font-weight:700;
}
/* Better small-text readability with Onest */
.price-choice p,.addon-list p,.extensions-link small,
.turnkey-toggle small,.estimate-card-v2 .estimate-line span,
.estimate-inline-note,.estimate-pay-card small,.estimate-pay-card span{
  line-height:1.55;
}

/* =========================================================
   ADEPTDEV PRICING CONFIGURATOR v12
   ========================================================= */
.pricing-builder-v12{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:28px;
  align-items:start;
  margin-bottom:96px;
}
.pricing-builder-v12 .pricing-steps{
  display:grid;
  gap:16px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
}
.pricing-builder-v12 .calculator-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:26px 28px;
  border:1px solid #e3e8f0;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 22%,rgba(49,88,246,.12),transparent 32%),
    linear-gradient(135deg,#fff 0%,#fbfcff 100%);
  box-shadow:0 14px 38px rgba(20,29,47,.055);
}
.pricing-builder-v12 .calculator-kicker{
  display:block;
  margin-bottom:7px;
  color:#3158f6;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
}
.pricing-builder-v12 .calculator-intro h2{
  margin:0;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.045em;
}
.pricing-builder-v12 .calculator-intro p{
  max-width:620px;
  margin:10px 0 0;
  color:#667085;
  font-size:14px;
  line-height:1.6;
}
.pricing-builder-v12 .calculator-live,
.pricing-builder-v12 .estimate-live-dot{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid #dce5ff;
  border-radius:999px;
  background:#f5f8ff;
  color:#3158f6;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.pricing-builder-v12 .calculator-live i,
.pricing-builder-v12 .estimate-live-dot i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#25b47e;
  box-shadow:0 0 0 5px rgba(37,180,126,.10);
}
.pricing-builder-v12 .price-step{
  display:block;
  border:1px solid #e3e8f0;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 34px rgba(20,29,47,.045);
}
.pricing-builder-v12 .step-no{display:none}
.pricing-builder-v12 .step-content{padding:27px 28px 30px}
.pricing-builder-v12 .step-heading{margin-bottom:19px}
.pricing-builder-v12 .step-heading-split{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.pricing-builder-v12 .step-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  color:#3158f6;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.pricing-builder-v12 .step-heading h2{
  margin:0;
  color:#141a27;
  font-size:23px;
  line-height:1.14;
  letter-spacing:-.04em;
}
.pricing-builder-v12 .step-heading p{
  max-width:650px;
  margin:8px 0 0;
  color:#667085;
  font-size:13px;
  line-height:1.6;
}
.pricing-builder-v12 .modules-lock-note{
  flex:0 0 auto;
  padding:8px 11px;
  border:1px solid #e3e7ed;
  border-radius:999px;
  background:#f5f6f8;
  color:#7b8797;
  font-size:11px;
  font-weight:700;
}

/* project type */
.pricing-builder-v12 .choice-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.pricing-builder-v12 .price-choice{
  position:relative;
  min-height:225px;
  padding:18px;
  border:1px solid #dfe5ee;
  border-radius:20px;
  background:#fff;
  color:#141a27;
  text-align:left;
  display:flex;
  flex-direction:column;
  cursor:pointer;
  overflow:hidden;
  transition:transform .22s var(--ease),border-color .22s,box-shadow .22s,background .22s;
}
.pricing-builder-v12 .price-choice:before{
  content:"";
  position:absolute;
  inset:auto -45px -70px auto;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(49,88,246,.06);
  transition:.25s;
}
.pricing-builder-v12 .price-choice:hover{
  transform:translateY(-3px);
  border-color:#cdd7e8;
  box-shadow:0 16px 32px rgba(20,29,47,.08);
}
.pricing-builder-v12 .price-choice.active{
  border-color:#9fb1ff;
  background:linear-gradient(180deg,#f9faff,#f4f7ff);
  box-shadow:inset 0 0 0 1px rgba(49,88,246,.08),0 18px 35px rgba(49,88,246,.10);
}
.pricing-builder-v12 .price-choice.active:before{background:rgba(49,88,246,.10)}
.pricing-builder-v12 .plan-icon{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#f1f4f8;
  color:#3158f6;
  margin-bottom:18px;
}
.pricing-builder-v12 .plan-icon svg{width:20px;height:20px}
.pricing-builder-v12 .choice-kicker{
  position:absolute;
  top:18px;
  right:18px;
  color:#a0a9b8;
  font-size:10px;
  font-weight:800;
}
.pricing-builder-v12 .price-choice b{
  margin:0;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.025em;
}
.pricing-builder-v12 .price-choice p{
  margin:7px 0 20px;
  color:#707d90;
  font-size:12px;
  line-height:1.5;
}
.pricing-builder-v12 .plan-price{
  margin-top:auto;
  display:flex;
  align-items:baseline;
  gap:6px;
  position:relative;
  z-index:1;
}
.pricing-builder-v12 .plan-price strong{
  color:#141a27;
  font-size:21px;
  font-weight:800;
  letter-spacing:-.035em;
}
.pricing-builder-v12 .plan-price small{color:#7b8798;font-size:11px;font-weight:600}
.pricing-builder-v12 .plan-select{
  position:absolute;
  right:15px;
  bottom:15px;
  width:28px;
  height:28px;
  border:1px solid #dbe1ea;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:transparent;
  background:#fff;
  transition:.2s;
}
.pricing-builder-v12 .plan-select svg{width:14px;height:14px}
.pricing-builder-v12 .price-choice.active .plan-select{background:#3158f6;border-color:#3158f6;color:#fff}

/* monthly modules */
.pricing-builder-v12 .module-list{display:grid;gap:10px}
.pricing-builder-v12 .module-list label{
  position:relative;
  min-height:92px;
  padding:15px 16px;
  border:1px solid #e1e6ee;
  border-radius:18px;
  background:#fff;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto 44px;
  align-items:center;
  gap:14px;
  cursor:pointer;
  transition:.2s;
}
.pricing-builder-v12 .module-list label:hover{border-color:#cdd7e7;background:#fbfcfe}
.pricing-builder-v12 .module-list label.is-selected{
  border-color:#b9c7ff;
  background:#f7f9ff;
  box-shadow:inset 0 0 0 1px rgba(49,88,246,.04);
}
.pricing-builder-v12 .module-list label.is-disabled{opacity:.50;cursor:not-allowed;background:#fafbfc}
.pricing-builder-v12 .module-list input{position:absolute;opacity:0;pointer-events:none}
.pricing-builder-v12 .module-icon{
  width:44px;
  height:44px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#eef2ff;
  color:#3158f6;
}
.pricing-builder-v12 .module-icon svg{width:20px;height:20px}
.pricing-builder-v12 .module-list b{display:block;color:#141a27;font-size:14px;line-height:1.35}
.pricing-builder-v12 .module-list p{margin:5px 0 0;color:#758197;font-size:12px;line-height:1.5}
.pricing-builder-v12 .module-list strong{color:#141a27;font-size:13px;font-weight:800;white-space:nowrap}
.pricing-builder-v12 .module-list strong small{color:#7b8798;font-size:10px}
.pricing-builder-v12 .module-list .fake-check{
  width:42px;
  height:25px;
  border:0;
  border-radius:999px;
  background:#dfe4eb;
  position:relative;
}
.pricing-builder-v12 .module-list .fake-check:after{
  content:"";
  position:absolute;
  width:19px;
  height:19px;
  left:3px;
  top:3px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 7px rgba(20,29,47,.15);
  transform:none;
  transition:.2s;
}
.pricing-builder-v12 .module-list input:checked~.fake-check{background:#3158f6}
.pricing-builder-v12 .module-list input:checked~.fake-check:after{transform:translateX(17px)}
.pricing-builder-v12 .module-list label.is-included .fake-check{background:#169b6b}
.pricing-builder-v12 .extensions-link{
  margin-top:12px;
  padding:16px;
  border:1px solid #dce5ff;
  border-radius:18px;
  background:linear-gradient(135deg,#f7f9ff,#f3f7ff);
}
.pricing-builder-v12 .extensions-link>div>svg{width:23px;height:23px}
.pricing-builder-v12 .extensions-link b{font-size:13px}
.pricing-builder-v12 .extensions-link small{font-size:11px;line-height:1.5}
.pricing-builder-v12 .extensions-link>strong{font-size:11px}

/* period cards with live calculation */
.pricing-builder-v12 .period-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  padding:0;
  background:transparent;
}
.pricing-builder-v12 .period{
  position:relative;
  min-height:142px;
  padding:17px;
  border:1px solid #e0e6ee;
  border-radius:19px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:0;
  text-align:left;
  cursor:pointer;
  overflow:hidden;
  transition:.2s;
}
.pricing-builder-v12 .period:hover{transform:translateY(-2px);border-color:#cbd5e5;box-shadow:0 12px 26px rgba(20,29,47,.06)}
.pricing-builder-v12 .period.active{
  border-color:#9fb1ff;
  background:#f7f9ff;
  box-shadow:inset 0 0 0 1px rgba(49,88,246,.06),0 14px 30px rgba(49,88,246,.08);
}
.pricing-builder-v12 .period:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
.pricing-builder-v12 .period-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}
.pricing-builder-v12 .period-top b{color:#141a27;font-size:13px;font-weight:800}
.pricing-builder-v12 .period-top small{
  padding:5px 7px;
  border-radius:999px;
  background:#edf0f5;
  color:#758197;
  font-size:9px;
  font-weight:800;
}
.pricing-builder-v12 .period:nth-child(2) .period-top small,
.pricing-builder-v12 .period:nth-child(3) .period-top small{background:#e9f8ef;color:#12845c}
.pricing-builder-v12 .period>strong{
  margin-top:22px;
  color:#141a27;
  font-size:20px;
  line-height:1;
  letter-spacing:-.035em;
}
.pricing-builder-v12 .period>em{
  min-height:17px;
  margin-top:7px;
  color:#169b6b;
  font-size:10px;
  line-height:1.35;
  font-style:normal;
  font-weight:700;
}
.pricing-builder-v12 .period-recommend{
  position:absolute;
  top:0;
  right:0;
  padding:6px 9px;
  border-bottom-left-radius:10px;
  background:#3158f6;
  color:#fff;
  font-size:8px;
  font-weight:800;
  letter-spacing:.06em;
}
.pricing-builder-v12 .period-best .period-top{padding-right:48px}
.pricing-builder-v12 .site-period-note{margin:13px 0 0;padding:13px 14px;font-size:12px;line-height:1.5}
.pricing-builder-v12 .smart-tip{
  margin-top:12px;
  padding:13px 14px;
  border:1px solid #dce5ff;
  border-radius:15px;
  background:#f5f8ff;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.pricing-builder-v12 .smart-tip>span{flex:0 0 auto;width:25px;height:25px;border-radius:9px;background:#e5ebff;color:#3158f6;display:grid;place-items:center}
.pricing-builder-v12 .smart-tip svg{width:14px;height:14px}
.pricing-builder-v12 .smart-tip p{margin:2px 0 0;color:#52617a;font-size:12px;line-height:1.5}

/* turnkey */
.pricing-builder-v12 .turnkey-toggle{
  margin:0;
  min-height:96px;
  padding:16px;
  border:1px solid #e0e6ee;
  border-radius:19px;
  background:#fff;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 48px;
  gap:14px;
  align-items:center;
}
.pricing-builder-v12 .turnkey-toggle.is-selected{border-color:#afbdff;background:#f7f9ff}
.pricing-builder-v12 .turnkey-icon{width:44px;height:44px;border-radius:13px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}
.pricing-builder-v12 .turnkey-icon svg{width:20px;height:20px}
.pricing-builder-v12 .turnkey-title-row b{font-size:14px}
.pricing-builder-v12 .turnkey-title-row em{font-size:10px}
.pricing-builder-v12 .turnkey-copy>p{font-size:14px}
.pricing-builder-v12 .turnkey-copy>small{font-size:11px;line-height:1.45}
.pricing-builder-v12 .turnkey-toggle .fake-switch{justify-self:end}
.pricing-builder-v12 .turnkey-details{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.pricing-builder-v12 .turnkey-details>div{padding:15px;border-radius:17px;background:#fafbfc;opacity:.52;transition:.2s}
.pricing-builder-v12 .turnkey-details>div.is-current{opacity:1;border-color:#d5dfff;background:#f7f9ff}
.pricing-builder-v12 .turnkey-details span{font-size:10px}
.pricing-builder-v12 .turnkey-details strong{font-size:18px}
.pricing-builder-v12 .turnkey-details p{font-size:11px;line-height:1.5}

/* intelligent summary */
.pricing-builder-v12 .estimate-card.estimate-card-v4{
  position:sticky;
  top:96px;
  padding:22px;
  border:1px solid #dce3ed !important;
  border-radius:26px;
  background:rgba(255,255,255,.98) !important;
  color:#141a27 !important;
  box-shadow:0 28px 72px rgba(20,29,47,.11) !important;
  overflow:hidden;
}
.pricing-builder-v12 .estimate-card-v4:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#3158f6,#6b72ff,#7b8dff);
}
.pricing-builder-v12 .estimate-card-v4 .estimate-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:6px 0 16px;
  border-bottom:1px solid #edf1f5;
}
.pricing-builder-v12 .estimate-overline{display:block;margin-bottom:4px;color:#7b8798 !important;font-size:9px;font-weight:800;letter-spacing:.11em}
.pricing-builder-v12 .estimate-head h3{margin:0;color:#141a27 !important;font-size:23px;line-height:1.1}
.pricing-builder-v12 .estimate-live-dot{padding:7px 9px;font-size:10px}
.pricing-builder-v12 .estimate-solution{padding:15px 0 14px;border-bottom:1px solid #edf1f5}
.pricing-builder-v12 .estimate-solution>span{display:block;margin-bottom:8px;color:#667085 !important;font-size:11px;font-weight:600}
.pricing-builder-v12 .estimate-pills{display:flex;flex-wrap:wrap;gap:6px}
.pricing-builder-v12 .estimate-pill{padding:7px 9px;border-radius:999px;background:#f1f3f6;color:#263043 !important;font-size:10px;font-weight:800}
.pricing-builder-v12 .estimate-pill.is-primary{background:#182237;color:#fff !important}
.pricing-builder-v12 .estimate-main-total{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:19px 0 15px;
}
.pricing-builder-v12 .estimate-main-total small{display:block;color:#667085 !important;font-size:11px;font-weight:600}
.pricing-builder-v12 .estimate-main-total strong{display:block;margin-top:6px;color:#152039 !important;font-size:34px;line-height:1;letter-spacing:-.055em;font-variant-numeric:tabular-nums}
.pricing-builder-v12 .estimate-main-total>div>span{display:block;margin-top:8px;color:#667085 !important;font-size:11px;line-height:1.4}
.pricing-builder-v12 .estimate-discount-badge{flex:0 0 auto;padding:7px 9px;border-radius:999px;background:#e8f8ef;color:#12845c !important;font-size:9px;font-weight:800;white-space:nowrap}
.pricing-builder-v12 .estimate-smart{
  margin-bottom:13px;
  padding:12px;
  border:1px solid #dce5ff;
  border-radius:14px;
  background:#f5f8ff;
  display:flex;
  align-items:flex-start;
  gap:9px;
}
.pricing-builder-v12 .estimate-smart>span{flex:0 0 auto;width:24px;height:24px;border-radius:8px;background:#e6ecff;color:#3158f6;display:grid;place-items:center}
.pricing-builder-v12 .estimate-smart svg{width:13px;height:13px}
.pricing-builder-v12 .estimate-smart p{margin:1px 0 0;color:#53617a !important;font-size:11px;line-height:1.5}
.pricing-builder-v12 .estimate-items{margin:0;padding:0;border:0}
.pricing-builder-v12 .estimate-items:not(:empty){padding:12px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}
.pricing-builder-v12 .estimate-items div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:5px 0;color:#667085 !important;font-size:11px;line-height:1.4}
.pricing-builder-v12 .estimate-items b{color:#141a27 !important;font-size:11px;text-align:right}
.pricing-builder-v12 .estimate-breakdown{padding-top:7px}
.pricing-builder-v12 .estimate-line{min-height:45px;padding:11px 0;border-top:1px solid #edf1f5;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}
.pricing-builder-v12 .estimate-line:first-child{border-top:0}
.pricing-builder-v12 .estimate-line span{color:#566176 !important;font-size:12px}
.pricing-builder-v12 .estimate-line strong{color:#141a27 !important;font-size:14px;text-align:right}
.pricing-builder-v12 .estimate-line-discount span,.pricing-builder-v12 .estimate-line-discount strong{color:#169b6b !important}
.pricing-builder-v12 .estimate-line-total{border-top:1px solid #dfe5ed}
.pricing-builder-v12 .estimate-line-total span,.pricing-builder-v12 .estimate-line-total strong{font-weight:800}
.pricing-builder-v12 .estimate-average{margin-top:10px;padding:11px 12px;border-radius:13px;background:#f6f8fb;color:#667085 !important;font-size:11px;line-height:1.5}
.pricing-builder-v12 .turnkey-summary{margin-top:10px;padding:11px 12px;border:1px solid #dce5ff;border-radius:13px;background:#f3f6ff;color:#3158f6 !important;font-size:10px;line-height:1.45;font-weight:700}
.pricing-builder-v12 .estimate-card-v4 .btn-primary{height:52px;margin-top:15px;border-radius:15px;background:linear-gradient(135deg,#3158f6,#516cf6) !important;color:#fff !important;box-shadow:0 13px 28px rgba(49,88,246,.22) !important;font-size:13px}
.pricing-builder-v12 .estimate-card-v4 .btn-primary:hover{box-shadow:0 17px 35px rgba(49,88,246,.28) !important}
.pricing-builder-v12 .estimate-footnote{margin:10px 2px 0;color:#7b8798 !important;font-size:9px;line-height:1.5}

@media(max-width:1100px){
  .pricing-builder-v12{grid-template-columns:1fr;gap:18px}
  .pricing-builder-v12 .estimate-card.estimate-card-v4{position:relative;top:auto}
}
@media(max-width:760px){
  .pricing-builder-v12{margin-bottom:70px}
  .pricing-builder-v12 .calculator-intro{display:block;padding:22px 20px;border-radius:20px}
  .pricing-builder-v12 .calculator-intro h2{font-size:24px}
  .pricing-builder-v12 .calculator-intro p{font-size:13px}
  .pricing-builder-v12 .calculator-live{margin-top:15px}
  .pricing-builder-v12 .price-step{border-radius:20px}
  .pricing-builder-v12 .step-content{padding:22px 18px 24px}
  .pricing-builder-v12 .step-heading h2{font-size:21px}
  .pricing-builder-v12 .step-heading p{font-size:12px}
  .pricing-builder-v12 .step-heading-split{display:block}
  .pricing-builder-v12 .modules-lock-note{display:inline-flex;margin-top:10px}
  .pricing-builder-v12 .choice-grid{grid-template-columns:1fr}
  .pricing-builder-v12 .price-choice{min-height:170px}
  .pricing-builder-v12 .module-list label{grid-template-columns:42px minmax(0,1fr) 42px;gap:11px}
  .pricing-builder-v12 .module-list strong{grid-column:2;grid-row:2;margin-top:-3px}
  .pricing-builder-v12 .module-list .fake-check{grid-column:3;grid-row:1/3;align-self:center}
  .pricing-builder-v12 .period-row{grid-template-columns:1fr}
  .pricing-builder-v12 .period{min-height:112px}
  .pricing-builder-v12 .turnkey-toggle{grid-template-columns:42px minmax(0,1fr) 44px}
  .pricing-builder-v12 .turnkey-details{grid-template-columns:1fr}
  .pricing-builder-v12 .estimate-card.estimate-card-v4{padding:20px;border-radius:22px}
  .pricing-builder-v12 .estimate-main-total strong{font-size:31px}
}

/* =========================================================
   ADEPTDEV PRICING v13 — single current turnkey package
   ========================================================= */
.pricing-builder-v12 .turnkey-toggle{
  min-height:92px;
  padding:17px 18px;
  border-radius:20px;
  border:1px solid #dfe5ee;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,29,47,.035);
}
.pricing-builder-v12 .turnkey-toggle.is-selected{
  border-color:#aebcff;
  background:linear-gradient(135deg,#f8faff,#f3f6ff);
  box-shadow:0 12px 28px rgba(49,88,246,.07);
}
.pricing-builder-v12 .turnkey-copy{min-width:0}
.pricing-builder-v12 .turnkey-copy>small{
  display:block;
  margin-top:6px;
  color:#667085;
  font-size:12px;
  line-height:1.5;
}
.pricing-builder-v12 .turnkey-details{display:none!important}
.pricing-builder-v12 .turnkey-selected-plan{
  margin-top:12px;
  padding:20px;
  border:1px solid #e0e6ef;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#fafbfe 100%);
  box-shadow:0 10px 30px rgba(20,29,47,.04);
  transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;
}
.pricing-builder-v12 .turnkey-selected-plan.is-active{
  border-color:#aebcff;
  background:linear-gradient(145deg,#f8faff,#f3f6ff);
  box-shadow:0 18px 40px rgba(49,88,246,.09);
  transform:translateY(-1px);
}
.pricing-builder-v12 .turnkey-selected-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  padding-bottom:17px;
  border-bottom:1px solid #e9edf4;
}
.pricing-builder-v12 .turnkey-selected-head>div:first-child{min-width:0}
.pricing-builder-v12 .turnkey-selected-head span{
  display:block;
  color:#8a96a8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.pricing-builder-v12 .turnkey-selected-head h3{
  margin:6px 0 0;
  color:#111827;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.pricing-builder-v12 .turnkey-once{text-align:right;white-space:nowrap}
.pricing-builder-v12 .turnkey-once strong{
  display:block;
  color:#111827;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
}
.pricing-builder-v12 .turnkey-once small{
  display:block;
  margin-top:6px;
  color:#7c8798;
  font-size:10px;
  font-weight:700;
}
.pricing-builder-v12 .turnkey-selected-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.pricing-builder-v12 .turnkey-selected-stats>div{
  min-width:0;
  padding:13px 14px;
  border:1px solid #e8ecf3;
  border-radius:15px;
  background:#fff;
}
.pricing-builder-v12 .turnkey-selected-stats small{
  display:block;
  color:#8a96a8;
  font-size:10px;
  line-height:1.35;
}
.pricing-builder-v12 .turnkey-selected-stats strong{
  display:block;
  margin-top:5px;
  color:#25314a;
  font-size:13px;
  line-height:1.35;
}
.pricing-builder-v12 .turnkey-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.pricing-builder-v12 .turnkey-benefits span{
  display:flex;
  align-items:flex-start;
  gap:7px;
  padding:10px 11px;
  border-radius:13px;
  background:#f4f7fb;
  color:#526079;
  font-size:10px;
  line-height:1.42;
}
.pricing-builder-v12 .turnkey-benefits svg{
  flex:0 0 auto;
  width:13px;
  height:13px;
  margin-top:1px;
  color:#3158f6;
}
@media(max-width:760px){
  .pricing-builder-v12 .turnkey-selected-head{display:block}
  .pricing-builder-v12 .turnkey-once{margin-top:14px;text-align:left}
  .pricing-builder-v12 .turnkey-selected-stats{grid-template-columns:1fr}
  .pricing-builder-v12 .turnkey-benefits{grid-template-columns:1fr}
}


/* v14 plan help */
.compare-modal{position:fixed;z-index:2050;inset:0;background:rgba(20,26,39,.52);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.23s}
.compare-modal.open{opacity:1;visibility:visible}
.compare-dialog{width:min(760px,100%);position:relative;border:1px solid #dbe3ef;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(20,29,47,.18);padding:28px 28px 24px;transform:translateY(10px) scale(.99);transition:.25s var(--ease)}
.compare-modal.open .compare-dialog{transform:none}
.compare-head h2{margin:12px 0 10px;color:#141a27;font-size:34px;line-height:1.02;letter-spacing:-.05em}
.compare-head p{margin:0;color:#667085;font-size:14px;line-height:1.6}
.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.compare-grid article{padding:18px;border:1px solid #e3e8f0;border-radius:20px;background:linear-gradient(180deg,#ffffff 0,#f8faff 100%)}
.compare-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#3158f6;font-size:12px;font-weight:800}
.compare-grid h3{margin:16px 0 8px;color:#141a27;font-size:18px;line-height:1.15}
.compare-grid p{margin:0;color:#667085;font-size:13px;line-height:1.6}
.compare-foot{margin-top:16px;padding:14px 16px;border-radius:16px;background:#f6f8fb;border:1px solid #e7ecf4}
.compare-foot span{display:flex;gap:10px;align-items:flex-start;color:#4b5a72;font-size:13px;line-height:1.6}
.compare-foot svg{flex:0 0 auto;width:18px;height:18px;color:#3158f6;margin-top:1px}
.pricing-builder-v12 .plan-help-btn{flex:0 0 auto;height:42px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;display:inline-flex;align-items:center;gap:8px;padding:0 15px;color:#3158f6;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(20,29,47,.04);transition:.2s}
.pricing-builder-v12 .plan-help-btn svg{width:16px;height:16px}
.pricing-builder-v12 .plan-help-btn:hover{transform:translateY(-1px);border-color:#c4d2f7;background:#f8faff;box-shadow:0 12px 26px rgba(49,88,246,.08)}
@media(max-width:760px){.compare-dialog{padding:22px 18px 18px;border-radius:22px}.compare-head h2{font-size:28px}.compare-grid{grid-template-columns:1fr}.pricing-builder-v12 .plan-help-btn{margin-top:10px;height:40px;font-size:12px;padding:0 13px}}

/* v15 reliability: pricing content must never disappear if JS fails to initialise */
.page-hero.reveal + .pricing-builder.reveal,
.page-hero.compact.reveal{
  opacity:1;
  transform:none;
}


/* v16 — free Privacy & Cookie Center for AdeptDEV clients */
.pricing-builder-v12 .module-list label.module-free{border-color:#cfe8dc;background:linear-gradient(180deg,#fff 0,#f7fdf9 100%)}
.pricing-builder-v12 .module-list label.module-free:hover{border-color:#a9d8c0;background:#f4fbf7}
.pricing-builder-v12 .module-list label.module-free .module-icon{background:#e9f8ef;color:#169b6b}
.pricing-builder-v12 .module-list .free-module-price{color:#12845c!important;font-size:13px;font-weight:900}
.pricing-builder-v12 .module-list label.module-free.is-selected{border-color:#8dceb0;background:#f1fbf5;box-shadow:0 0 0 3px rgba(22,155,107,.07)}


/* =========================================================
   ADEPTDEV PRIVACY CENTER v17
   ========================================================= */
.privacy-center.cookie-modal{
  z-index:2400;
  padding:24px;
  background:rgba(15,23,42,.48);
  backdrop-filter:blur(16px) saturate(125%);
}
.privacy-center .privacy-dialog{
  width:min(760px,100%);
  max-height:min(820px,calc(100vh - 48px));
  overflow:auto;
  position:relative;
  border:1px solid #dbe3ef;
  border-radius:30px;
  background:#fff;
  color:#141a27;
  box-shadow:0 36px 110px rgba(20,29,47,.22),0 2px 8px rgba(20,29,47,.06);
  transform:translateY(14px) scale(.985);
  opacity:.96;
  transition:transform .28s var(--ease),opacity .28s var(--ease);
}
.privacy-center.open .privacy-dialog{transform:none;opacity:1}
.privacy-close{
  position:absolute;z-index:4;right:20px;top:20px;
  width:42px;height:42px;border-radius:50%;
  border:1px solid #e1e7f0;background:#fff;color:#667085;
  display:grid;place-items:center;cursor:pointer;
  box-shadow:0 8px 22px rgba(20,29,47,.06);transition:.2s;
}
.privacy-close:hover{color:#3158f6;border-color:#cbd7ff;background:#f7f9ff;transform:rotate(4deg)}
.privacy-close svg{width:17px;height:17px}
.privacy-head{padding:30px 76px 24px 30px;border-bottom:1px solid #edf1f5;position:relative}
.privacy-head:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(#3158f6,#6b7cff)}
.privacy-brand{display:inline-flex;align-items:center;gap:8px;color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.13em}
.privacy-brand:before{content:"";width:8px;height:8px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 5px #edf1ff}
.privacy-head h2{margin:13px 0 9px;font-size:31px;line-height:1.05;letter-spacing:-.045em;color:#141a27}
.privacy-head p{max-width:610px;margin:0;color:#667085;font-size:13px;line-height:1.65}
.privacy-version{position:absolute;right:30px;bottom:24px;color:#98a2b3;font-size:10px;font-weight:700}
.privacy-options{padding:6px 30px 0}
.privacy-option{
  position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;
  gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid #edf1f5;
  cursor:pointer;transition:.2s;
}
.privacy-option:last-child{border-bottom:0}
.privacy-option:not(.is-required):hover .privacy-option-icon{background:#eef2ff;color:#3158f6;transform:translateY(-1px)}
.privacy-option-icon{width:44px;height:44px;border-radius:14px;background:#f4f6fa;color:#61708a;display:grid;place-items:center;transition:.2s}
.privacy-option-icon svg{width:19px;height:19px}
.privacy-option.is-required .privacy-option-icon{background:#eaf8f1;color:#169b6b}
.privacy-option-copy{min-width:0}
.privacy-option-title{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.privacy-option-title b{font-size:14px;line-height:1.25;color:#141a27}
.privacy-option-title span{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:9px;font-weight:800}
.privacy-option.is-required .privacy-option-title span{background:#eaf8f1;color:#12845c}
.privacy-option-copy p{margin:6px 0 0;color:#7a8699;font-size:11px;line-height:1.55}
.privacy-option>input{position:absolute;opacity:0;pointer-events:none}
.privacy-switch{flex:0 0 auto;width:48px;height:28px;border-radius:999px;background:#d9dfe8;position:relative;box-shadow:inset 0 0 0 1px rgba(20,29,47,.04);transition:.22s}
.privacy-switch i{position:absolute;left:4px;top:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(20,29,47,.16);transition:.22s}
.privacy-option>input:checked+.privacy-switch{background:#3158f6}
.privacy-option>input:checked+.privacy-switch i{transform:translateX(20px)}
.privacy-switch.is-on{background:#22a875}
.privacy-switch.is-on i{transform:translateX(20px)}
.privacy-switch.is-locked{opacity:.95}
.privacy-note{margin:14px 30px 0;padding:14px 15px;border:1px solid #e1e7f1;border-radius:15px;background:#f8faff;display:flex;align-items:flex-start;gap:10px}
.privacy-note>svg{flex:0 0 auto;width:17px;height:17px;margin-top:1px;color:#3158f6}
.privacy-note p{margin:0;color:#667085;font-size:11px;line-height:1.6}
.privacy-note a{color:#3158f6;font-weight:700;text-decoration:underline;text-decoration-color:#c3ceff;text-underline-offset:2px}
.privacy-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:18px 30px 28px}
.privacy-btn{height:48px;border-radius:14px;padding:0 16px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.2s}
.privacy-btn:hover{transform:translateY(-1px)}
.privacy-btn-secondary{border:1px solid #dce3ed;background:#fff;color:#344054}
.privacy-btn-secondary:hover{border-color:#c7d1df;background:#f9fafb}
.privacy-btn-soft{border:1px solid #ccd7ff;background:#f5f7ff;color:#3158f6}
.privacy-btn-soft:hover{background:#edf1ff;border-color:#aebeff}
.privacy-btn-primary{border:1px solid #3158f6;background:linear-gradient(135deg,#3158f6,#506cf6);color:#fff;box-shadow:0 12px 28px rgba(49,88,246,.22)}
.privacy-btn-primary:hover{box-shadow:0 16px 34px rgba(49,88,246,.28)}
@media(max-width:700px){
  .privacy-center.cookie-modal{padding:12px;align-items:end}
  .privacy-center .privacy-dialog{width:100%;max-height:calc(100dvh - 18px);border-radius:25px 25px 18px 18px}
  .privacy-head{padding:24px 58px 20px 20px}.privacy-head:before{top:22px;bottom:22px}.privacy-head h2{font-size:26px}.privacy-head p{font-size:12px}.privacy-version{display:none}
  .privacy-close{right:16px;top:16px;width:38px;height:38px}
  .privacy-options{padding:4px 20px 0}.privacy-option{grid-template-columns:39px minmax(0,1fr) auto;gap:11px;padding:15px 0}.privacy-option-icon{width:39px;height:39px;border-radius:12px}.privacy-option-title b{font-size:13px}.privacy-option-copy p{font-size:10px}.privacy-switch{width:44px;height:26px}.privacy-switch i{width:18px;height:18px}.privacy-option>input:checked+.privacy-switch i,.privacy-switch.is-on i{transform:translateX(18px)}
  .privacy-note{margin:12px 20px 0}.privacy-actions{grid-template-columns:1fr;padding:14px 20px 20px}.privacy-btn{height:46px}.privacy-btn-primary{order:-1}
}
@media(max-width:420px){
  .privacy-option{grid-template-columns:36px minmax(0,1fr) 42px}.privacy-option-icon{width:36px;height:36px}.privacy-option-copy p{line-height:1.45}.privacy-option-title span{font-size:8px}
}


/* =========================================================
   ADEPTDEV PRIVACY ENTRY v18 — compact first-touch banner
   ========================================================= */
.privacy-banner{
  position:fixed;z-index:1980;left:50%;bottom:22px;
  width:min(1040px,calc(100% - 36px));
  transform:translate(-50%,22px);opacity:0;
  transition:opacity .28s ease,transform .32s cubic-bezier(.22,.61,.36,1);
  pointer-events:none;
}
.privacy-banner.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.privacy-banner-inner{
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;
  padding:18px 18px 18px 20px;border:1px solid rgba(207,217,233,.9);border-radius:22px;
  background:rgba(255,255,255,.96);backdrop-filter:blur(24px) saturate(1.15);
  box-shadow:0 24px 70px rgba(28,42,72,.16),0 3px 12px rgba(28,42,72,.06);
}
.privacy-banner-copy{display:flex;align-items:center;gap:18px;min-width:0}
.privacy-banner-brand{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:999px;
  background:#f2f5ff;color:#3158f6;font-size:9px;font-weight:900;letter-spacing:.10em;white-space:nowrap;
}
.privacy-banner-brand i{width:7px;height:7px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 4px #e1e7ff}
.privacy-banner-copy>div{min-width:0}
.privacy-banner-copy h3{margin:0 0 5px;color:#141a27;font-size:16px;line-height:1.25;letter-spacing:-.025em}
.privacy-banner-copy p{margin:0;max-width:680px;color:#69758a;font-size:11px;line-height:1.55}
.privacy-banner-copy a{color:#3158f6;font-weight:750;text-decoration:none;white-space:nowrap}
.privacy-banner-copy a:hover{text-decoration:underline;text-underline-offset:2px}
.privacy-banner-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.privacy-banner-btn{
  height:44px;padding:0 15px;border-radius:13px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;transition:.2s ease;
}
.privacy-banner-btn:hover{transform:translateY(-1px)}
.privacy-banner-btn svg{width:15px;height:15px}
.privacy-banner-btn.is-secondary{border:1px solid #dbe2ec;background:#fff;color:#344054}
.privacy-banner-btn.is-secondary:hover{border-color:#c8d1df;background:#fafbfd}
.privacy-banner-btn.is-configure{border:1px solid #d5defe;background:#f7f9ff;color:#3158f6}
.privacy-banner-btn.is-configure:hover{background:#eef2ff;border-color:#becaff}
.privacy-banner-btn.is-primary{border:1px solid #3158f6;background:linear-gradient(135deg,#3158f6,#506cf6);color:#fff;box-shadow:0 10px 24px rgba(49,88,246,.20)}
.privacy-banner-btn.is-primary:hover{box-shadow:0 13px 28px rgba(49,88,246,.26)}
@media(max-width:900px){
  .privacy-banner{bottom:14px;width:calc(100% - 24px)}
  .privacy-banner-inner{grid-template-columns:1fr;gap:14px;padding:17px;border-radius:20px}
  .privacy-banner-copy{align-items:flex-start;gap:12px;flex-direction:column}
  .privacy-banner-brand{padding:7px 9px}
  .privacy-banner-actions{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}
  .privacy-banner-btn{padding:0 10px}
}
@media(max-width:560px){
  .privacy-banner{bottom:max(82px,calc(env(safe-area-inset-bottom) + 72px));width:calc(100% - 20px)}
  .privacy-banner-inner{padding:16px 14px 14px;gap:13px;border-radius:19px}
  .privacy-banner-copy h3{font-size:15px}
  .privacy-banner-copy p{font-size:10px;line-height:1.5}
  .privacy-banner-actions{grid-template-columns:1fr 1fr;gap:7px}
  .privacy-banner-btn{height:42px;font-size:10px}
  .privacy-banner-btn.is-primary{grid-column:1/-1;order:-1}
}

/* ADEPTDEV PRIVACY LEGAL CENTER v19 */
.privacy-legal-page{max-width:1160px;margin:0 auto 110px}.privacy-legal-hero{display:grid;grid-template-columns:minmax(0,1.55fr) .55fr;gap:20px;align-items:stretch;padding:10px 0 24px}.privacy-legal-hero-copy{padding:34px 0 24px}.privacy-legal-kicker{display:inline-flex;align-items:center;gap:8px;color:#3158f6;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.privacy-legal-kicker svg{width:17px;height:17px}.privacy-legal-hero h1{margin:18px 0;max-width:860px;color:#141a27;font-size:clamp(54px,6.4vw,88px);line-height:.94;letter-spacing:-.065em}.privacy-legal-hero-copy>p{max-width:760px;margin:0;color:#667085;font-size:17px;line-height:1.72}.privacy-legal-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.privacy-legal-badges span{padding:8px 11px;border:1px solid #dfe5ef;border-radius:999px;background:#fff;color:#53617a;font-size:10px;font-weight:800}.privacy-version-card{align-self:center;min-height:220px;padding:25px;border:1px solid #dce3ef;border-radius:24px;background:linear-gradient(155deg,#fff 0,#f0f4ff 100%);box-shadow:0 18px 50px rgba(20,29,47,.06);display:flex;flex-direction:column;justify-content:center}.privacy-version-card>span{color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.1em}.privacy-version-card strong{display:block;margin:11px 0 10px;color:#141a27;font-size:31px;letter-spacing:-.05em}.privacy-version-card p{margin:0;color:#667085;font-size:12px;line-height:1.6}.privacy-transition{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;margin:0 0 28px;padding:18px 20px;border:1px solid #d8e1ff;border-radius:20px;background:linear-gradient(90deg,#f3f6ff,#fbfcff);box-shadow:0 10px 28px rgba(49,88,246,.05)}.privacy-transition-icon{width:42px;height:42px;border-radius:14px;background:#3158f6;color:#fff;display:grid;place-items:center}.privacy-transition-icon svg{width:19px;height:19px}.privacy-transition strong{display:block;color:#141a27;font-size:14px}.privacy-transition p{margin:5px 0 0;color:#657188;font-size:12px;line-height:1.55}.privacy-transition-dates{display:grid;gap:6px;min-width:210px}.privacy-transition-dates span{display:flex;justify-content:space-between;gap:10px;color:#667085;font-size:10px}.privacy-transition-dates b{color:#141a27}.privacy-legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:start}.privacy-legal-nav{position:sticky;top:98px;padding:18px;border:1px solid #e0e6ef;border-radius:21px;background:rgba(255,255,255,.94);box-shadow:0 16px 42px rgba(20,29,47,.05);backdrop-filter:blur(14px);display:grid;gap:4px}.privacy-legal-nav>span{padding:6px 8px 10px;color:#8792a4;font-size:9px;font-weight:900;letter-spacing:.12em}.privacy-legal-nav a{padding:9px 10px;border-radius:11px;color:#526078;font-size:11px;font-weight:650;transition:.18s}.privacy-legal-nav a:hover{background:#f3f6ff;color:#3158f6;transform:translateX(2px)}.privacy-legal-nav button{margin-top:9px;min-height:45px;padding:10px 12px;border:1px solid #ccd8ff;border-radius:13px;background:#eef2ff;color:#3158f6;display:flex;align-items:center;gap:8px;text-align:left;font-size:10px;font-weight:850;cursor:pointer}.privacy-legal-nav button svg{width:16px;height:16px}.privacy-legal-content{display:grid;gap:16px}.privacy-section{scroll-margin-top:105px;display:grid;grid-template-columns:58px minmax(0,1fr);border:1px solid #e0e6ef;border-radius:24px;background:#fff;box-shadow:0 10px 34px rgba(20,29,47,.035);overflow:hidden}.privacy-section-no{padding:25px 0;text-align:center;border-right:1px solid #edf0f5;color:#3158f6;font-size:10px;font-weight:900}.privacy-section>div:last-child{padding:27px 28px 29px}.privacy-section-label{color:#7d8ba2;font-size:9px;font-weight:900;letter-spacing:.12em}.privacy-section h2{margin:7px 0 11px;color:#141a27;font-size:28px;line-height:1.1;letter-spacing:-.04em}.privacy-section>div:last-child>p{margin:0;color:#667085;font-size:13px;line-height:1.75}.privacy-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.privacy-contact-grid a,.privacy-contact-grid button{min-height:76px;padding:14px;border:1px solid #e3e8f0;border-radius:15px;background:#fafbfc;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#141a27;cursor:pointer;text-align:left}.privacy-contact-grid small{color:#8994a5;font-size:8px;font-weight:900;letter-spacing:.1em}.privacy-contact-grid strong{margin-top:5px;font-size:12px}.privacy-principles{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.privacy-principles span{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #e4e9f0;border-radius:999px;background:#fafbfc;color:#45526a;font-size:10px;font-weight:700}.privacy-principles i{font-style:normal;color:#3158f6;font-size:8px;font-weight:900}.privacy-table{margin-top:18px;border:1px solid #e4e9f0;border-radius:17px;overflow:hidden}.privacy-table-row{display:grid;grid-template-columns:150px minmax(0,1fr) 210px;gap:14px;padding:15px 16px;border-top:1px solid #edf0f4;align-items:start}.privacy-table-row:first-child{border-top:0}.privacy-table-row strong{color:#141a27;font-size:12px}.privacy-table-row span{color:#58657b;font-size:11px;line-height:1.55}.privacy-table-row small{color:#7b8799;font-size:10px;line-height:1.55}.privacy-assurance{display:flex;gap:13px;margin-top:13px;padding:14px 15px;border:1px solid #dceee7;border-radius:15px;background:#f4fbf8}.privacy-assurance>span{flex:0 0 auto;width:34px;height:34px;border-radius:11px;background:#def5e9;color:#169b6b;display:grid;place-items:center}.privacy-assurance svg{width:17px;height:17px}.privacy-assurance b{color:#176f52;font-size:12px}.privacy-assurance p{margin:4px 0 0;color:#527062;font-size:10px;line-height:1.55}.privacy-purpose-list{display:grid;gap:8px;margin-top:17px}.privacy-purpose-list article{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;padding:14px 15px;border:1px solid #e6eaf1;border-radius:15px;background:#fbfcfe}.privacy-purpose-list article>div{display:grid;gap:4px}.privacy-purpose-list strong{font-size:12px;color:#141a27}.privacy-purpose-list span{font-size:9px;color:#7b8799;line-height:1.45}.privacy-purpose-list p{margin:0;color:#5f6b80;font-size:11px;line-height:1.6}.privacy-consent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:17px}.privacy-consent-grid article{padding:13px;border:1px solid #e4e9f0;border-radius:15px;background:#fafbfc;display:flex;align-items:center;gap:9px}.privacy-consent-grid article>span{width:32px;height:32px;border-radius:10px;background:#edf1ff;color:#3158f6;display:grid;place-items:center}.privacy-consent-grid article.is-required>span{background:#e6f8ef;color:#169b6b}.privacy-consent-grid svg{width:16px;height:16px}.privacy-consent-grid b{display:block;color:#141a27;font-size:10px}.privacy-consent-grid small{display:block;margin-top:3px;color:#7b8799;font-size:8px}.privacy-open-settings{margin-top:13px;min-height:44px;padding:0 14px;border:0;border-radius:13px;background:#3158f6;color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:850;cursor:pointer;box-shadow:0 10px 24px rgba(49,88,246,.18)}.privacy-open-settings svg{width:16px;height:16px}.privacy-mini-note{display:flex;align-items:flex-start;gap:8px;margin-top:13px;padding:12px 13px;border-radius:13px;background:#f6f8fb;color:#667085;font-size:10px;line-height:1.55}.privacy-mini-note svg{flex:0 0 auto;width:15px;height:15px;color:#3158f6}.privacy-retention-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.privacy-retention-grid article{padding:17px;border:1px solid #e4e9f0;border-radius:17px;background:#fafbfc}.privacy-retention-grid b{display:block;color:#3158f6;font-size:24px;letter-spacing:-.04em}.privacy-retention-grid p{margin:8px 0 0;color:#667085;font-size:11px;line-height:1.6}.privacy-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.privacy-security-grid span{padding:12px 13px;border:1px solid #e4e9f0;border-radius:13px;background:#fafbfc;display:flex;align-items:center;gap:8px;color:#4c5a71;font-size:10px;font-weight:700}.privacy-security-grid svg{width:15px;height:15px;color:#3158f6}.privacy-rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.privacy-rights-grid article{padding:16px;border:1px solid #e3e8f0;border-radius:16px;background:#fbfcfe}.privacy-rights-grid article>span{color:#3158f6;font-size:8px;font-weight:900}.privacy-rights-grid h3{margin:8px 0 5px;color:#141a27;font-size:13px}.privacy-rights-grid p{margin:0;color:#667085;font-size:10px;line-height:1.6}.privacy-authority-card{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:17px;padding:17px 18px;border:1px solid #dce3ff;border-radius:17px;background:#f5f7ff}.privacy-authority-card span{color:#3158f6;font-size:9px;font-weight:900;letter-spacing:.1em}.privacy-authority-card h3{margin:5px 0;color:#141a27;font-size:14px}.privacy-authority-card p{margin:0;color:#667085;font-size:10px}.privacy-authority-card a{flex:0 0 auto;display:flex;align-items:center;gap:7px;color:#3158f6;font-size:10px;font-weight:850}.privacy-sources{padding:25px;border:1px solid #e0e6ef;border-radius:24px;background:#fff;box-shadow:0 10px 34px rgba(20,29,47,.035)}.privacy-sources-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:15px}.privacy-sources-head>span{width:34px;height:34px;border-radius:50%;background:#141a27;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.privacy-sources-head small{color:#7d8ba2;font-size:8px;font-weight:900;letter-spacing:.12em}.privacy-sources-head h2{margin:4px 0 0;color:#141a27;font-size:24px;letter-spacing:-.04em}.privacy-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.privacy-source-grid a{min-height:65px;padding:12px 14px;border:1px solid #e4e9f0;border-radius:14px;background:#fafbfc;display:flex;align-items:center;justify-content:space-between;gap:10px}.privacy-source-grid b{display:block;color:#141a27;font-size:10px}.privacy-source-grid span{display:inline-flex;margin-top:5px;color:#3158f6;font-size:7px;font-weight:900;letter-spacing:.08em}.privacy-source-grid svg{width:16px;height:16px;color:#3158f6}.privacy-legal-note{display:flex;gap:10px;align-items:flex-start;padding:14px 15px;border:1px solid #e1e7ef;border-radius:14px;background:#f7f9fb;color:#6b7688}.privacy-legal-note svg{flex:0 0 auto;width:16px;height:16px;color:#3158f6}.privacy-legal-note p{margin:0;font-size:9px;line-height:1.6}
@media(max-width:980px){.privacy-legal-hero{grid-template-columns:1fr}.privacy-version-card{min-height:0}.privacy-legal-layout{grid-template-columns:1fr}.privacy-legal-nav{position:relative;top:auto;display:flex;overflow:auto;gap:5px}.privacy-legal-nav>span{display:none}.privacy-legal-nav a,.privacy-legal-nav button{flex:0 0 auto;white-space:nowrap;margin:0}.privacy-transition{grid-template-columns:auto 1fr}.privacy-transition-dates{grid-column:2}}
@media(max-width:720px){.privacy-legal-page{margin-bottom:80px}.privacy-legal-hero-copy{padding-top:18px}.privacy-legal-hero h1{font-size:clamp(42px,13vw,61px)}.privacy-legal-hero-copy>p{font-size:14px}.privacy-transition{padding:15px;grid-template-columns:auto 1fr}.privacy-transition-dates{grid-column:1/-1;min-width:0}.privacy-section{grid-template-columns:42px 1fr;border-radius:19px}.privacy-section-no{padding-top:22px}.privacy-section>div:last-child{padding:22px 17px}.privacy-section h2{font-size:23px}.privacy-contact-grid,.privacy-retention-grid,.privacy-rights-grid,.privacy-source-grid{grid-template-columns:1fr}.privacy-table-row{grid-template-columns:1fr;gap:5px}.privacy-purpose-list article{grid-template-columns:1fr;gap:8px}.privacy-consent-grid{grid-template-columns:1fr 1fr}.privacy-security-grid{grid-template-columns:1fr}.privacy-authority-card{display:block}.privacy-authority-card a{margin-top:13px}}
@media(max-width:430px){.privacy-consent-grid{grid-template-columns:1fr}.privacy-legal-badges span{font-size:8px}}


/* v20 privacy in-page navigation — no page reload/history hash */
.privacy-legal-nav a.active,
.privacy-legal-nav a[aria-current="true"]{
  background:#eef2ff;
  color:#3158f6;
  box-shadow:inset 0 0 0 1px #dce4ff;
  transform:translateX(2px);
}
.privacy-legal-nav a.active:before,
.privacy-legal-nav a[aria-current="true"]:before{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:7px;
  border-radius:50%;
  background:#3158f6;
  vertical-align:1px;
  box-shadow:0 0 0 4px rgba(49,88,246,.09);
}
@media(max-width:980px){
  .privacy-legal-nav a.active,
  .privacy-legal-nav a[aria-current="true"]{transform:none}
}

/* =========================================================
   ADEPTDEV HOME v21 — product-first premium homepage
   ========================================================= */
.home-hero-v21{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center;min-height:690px;padding:52px 0 66px;position:relative}
.home-hero-v21:before{content:"";position:absolute;right:-140px;top:-80px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.12),rgba(49,88,246,.035) 42%,transparent 70%);pointer-events:none;z-index:-1}
.home-kicker-v21{display:inline-flex;align-items:center;gap:9px;color:#5267b8;font-size:10px;font-weight:800;letter-spacing:.16em}.home-kicker-v21 i{width:8px;height:8px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 6px rgba(49,88,246,.08)}
.home-hero-copy-v21 h1{max-width:11ch;margin:16px 0 20px;color:#141a27;font-size:clamp(46px,5.1vw,74px);line-height:.98;letter-spacing:-.058em;font-weight:900;text-wrap:balance}
.home-hero-copy-v21>p{max-width:650px;margin:0;color:#5f6b7e;font-size:17px;line-height:1.72}
.home-bullets-v21{display:grid;gap:10px;margin-top:24px}.home-bullets-v21 span{display:flex;align-items:flex-start;gap:10px;color:#344054;font-size:13px;line-height:1.5}.home-bullets-v21 svg{flex:0 0 auto;width:17px;height:17px;margin-top:1px;color:#169b6b}
.home-actions-v21{margin-top:30px}.home-actions-v21 .btn{min-width:168px}
.home-proof-v21{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:9px;margin-top:30px}.home-proof-v21>a,.home-proof-v21>div{min-height:78px;padding:13px 14px;border:1px solid #e0e6ef;border-radius:16px;background:rgba(255,255,255,.76);box-shadow:0 8px 24px rgba(31,42,68,.035);display:flex;flex-direction:column;justify-content:center;transition:.2s}.home-proof-v21>a:hover{transform:translateY(-2px);border-color:#c9d4f3;box-shadow:0 12px 30px rgba(49,88,246,.08)}.home-proof-v21 small{color:#98a2b3;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.home-proof-v21 b{margin-top:4px;color:#141a27;font-size:13px}.home-proof-v21 span{display:flex;align-items:center;gap:5px;margin-top:3px;color:#3158f6;font-size:9px}.home-proof-v21 span svg{width:12px;height:12px}
.home-showcase-v21{position:relative;min-height:535px;display:grid;place-items:center;perspective:1400px}
.home-window-v21{width:min(650px,100%);border:1px solid #dce3ed;border-radius:28px;background:#fff;box-shadow:0 34px 90px rgba(29,43,75,.14);overflow:hidden;transform:rotateY(-2deg) rotateX(1deg);transition:transform .25s ease}
.home-window-bar-v21{height:48px;padding:0 15px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #e8ecf2;background:#fbfcfe}.home-window-bar-v21>div{display:flex;gap:6px}.home-window-bar-v21 i{width:7px;height:7px;border-radius:50%;background:#d0d7e1}.home-window-bar-v21 span{color:#8792a4;font-size:9px;letter-spacing:.06em}.home-window-bar-v21 em{justify-self:end;padding:5px 8px;border:1px solid #dce4ff;border-radius:999px;background:#eef2ff;color:#3158f6;font-size:7px;font-style:normal;font-weight:900;letter-spacing:.1em}
.home-window-body-v21{padding:24px}.home-window-head-v21{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.home-window-head-v21 small{display:block;color:#98a2b3;font-size:9px}.home-window-head-v21 h3{margin:4px 0 0;color:#141a27;font-size:24px;letter-spacing:-.04em}.home-window-head-v21>span{display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:12px;background:#f1f4ff;color:#3158f6;font-size:9px;font-weight:900;letter-spacing:.08em}.home-window-head-v21>span svg{width:14px;height:14px}
.home-client-grid-v21{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.home-client-grid-v21 article{min-height:128px;padding:15px;border:1px solid #e5eaf1;border-radius:17px;background:linear-gradient(180deg,#fff,#fafbfe);position:relative;overflow:hidden;transition:.22s}.home-client-grid-v21 article:hover{transform:translateY(-2px);border-color:#cdd8f6;box-shadow:0 11px 25px rgba(49,88,246,.06)}.home-client-grid-v21 article>span{width:34px;height:34px;border-radius:11px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home-client-grid-v21 article>span svg{width:17px;height:17px}.home-client-grid-v21 b{display:block;margin-top:12px;color:#141a27;font-size:13px}.home-client-grid-v21 i{display:block;height:7px;border-radius:999px;background:#edf0f5;margin-top:9px}.home-client-grid-v21 i:last-child{width:62%;margin-top:6px}.home-client-grid-v21 article:nth-child(2)>span{background:#eef8f4;color:#169b6b}.home-client-grid-v21 article:nth-child(3)>span{background:#fff5e9;color:#d57a17}.home-client-grid-v21 article:nth-child(4)>span{background:#f3efff;color:#7251cf}
.home-admin-v21{margin-top:12px;padding:15px;border:1px solid #e3e8ef;border-radius:17px;background:#f7f9fc}.home-admin-v21>small{display:block;color:#7b8799;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.home-admin-v21>div{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:10px}.home-admin-v21 span{min-height:39px;padding:0 9px;border:1px solid #e1e6ed;border-radius:11px;background:#fff;color:#455168;font-size:9px;font-weight:700;display:flex;align-items:center;gap:7px}.home-admin-v21 span svg{width:14px;height:14px;color:#3158f6}
.home-live-card-v21,.home-free-card-v21{position:absolute;z-index:3;border:1px solid #dce4ee;border-radius:17px;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(31,42,68,.12);transition:.22s}.home-live-card-v21{right:-22px;top:72px;width:166px;padding:13px 14px}.home-live-card-v21>span{position:absolute;right:12px;top:12px;width:27px;height:27px;border-radius:9px;background:#3158f6;color:#fff;display:grid;place-items:center}.home-live-card-v21>span svg{width:13px;height:13px}.home-live-card-v21 small,.home-free-card-v21 small{display:block;color:#98a2b3;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.home-live-card-v21 b,.home-free-card-v21 b{display:block;margin-top:5px;color:#141a27;font-size:12px}.home-live-card-v21 em{display:block;margin-top:2px;color:#3158f6;font-size:9px;font-style:normal}.home-live-card-v21:hover{transform:translateY(-3px)}
.home-free-card-v21{left:-26px;bottom:72px;min-width:190px;padding:13px 14px 13px 53px}.home-free-card-v21>span{position:absolute;left:13px;top:13px;width:31px;height:31px;border-radius:10px;background:#eaf8f2;color:#169b6b;display:grid;place-items:center}.home-free-card-v21>span svg{width:16px;height:16px}
.home-trust-v21{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e0e6ef;border-radius:23px;background:#fff;overflow:hidden;box-shadow:0 9px 28px rgba(31,42,68,.035);margin:0 0 12px}.home-trust-v21 article{min-height:112px;padding:20px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;border-right:1px solid #e8ecf2}.home-trust-v21 article:last-child{border-right:0}.home-trust-v21 article>span{width:38px;height:38px;border-radius:12px;background:#f0f3ff;color:#3158f6;display:grid;place-items:center}.home-trust-v21 article>span svg{width:18px;height:18px}.home-trust-v21 b{display:block;color:#141a27;font-size:12px}.home-trust-v21 p{margin:5px 0 0;color:#7b8799;font-size:10px;line-height:1.5}
.home-section-v21{padding-top:82px}
.home-process-v21{position:relative}.home-process-grid-v21{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}.home-process-grid-v21:before{content:"";position:absolute;left:10%;right:10%;top:45px;height:1px;background:linear-gradient(90deg,transparent,#d8deea 8%,#d8deea 92%,transparent);z-index:0}.home-process-grid-v21 article{position:relative;z-index:1;min-height:270px;padding:23px;border:1px solid #e0e6ef;border-radius:22px;background:#fff;box-shadow:0 7px 24px rgba(31,42,68,.025)}.home-process-grid-v21 article>span{color:#a0a9b8;font-size:9px;font-weight:800;letter-spacing:.1em}.home-process-icon-v21{width:48px;height:48px;margin-top:17px;border-radius:15px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;box-shadow:0 0 0 7px #fff}.home-process-icon-v21 svg{width:21px;height:21px}.home-process-grid-v21 h3{margin:24px 0 9px;color:#141a27;font-size:18px;letter-spacing:-.035em}.home-process-grid-v21 p{margin:0;color:#667085;font-size:12px;line-height:1.62}
.home-work-v21 .case-grid{grid-template-columns:1.45fr 1fr 1fr}.home-work-v21 .case-card{border-radius:25px}.home-work-v21 .case-nanu{box-shadow:0 18px 42px rgba(31,42,68,.07)}
.home-price-grid-v21{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.home-price-grid-v21 article{position:relative;min-height:350px;padding:26px;border:1px solid #e0e6ef;border-radius:24px;background:#fff;display:flex;flex-direction:column;box-shadow:0 7px 24px rgba(31,42,68,.025);transition:.22s}.home-price-grid-v21 article:hover{transform:translateY(-3px);border-color:#cfd8e7;box-shadow:0 16px 38px rgba(31,42,68,.07)}.home-price-grid-v21 article.featured{border-color:#c8d3ff;background:linear-gradient(160deg,#f3f6ff,#fff 54%);box-shadow:0 17px 42px rgba(49,88,246,.09)}.home-price-grid-v21 article>span{color:#a0a9b8;font-size:9px;font-weight:800}.home-price-grid-v21 article>em{position:absolute;right:17px;top:17px;padding:6px 8px;border-radius:999px;background:#3158f6;color:#fff;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.08em}.home-price-icon-v21{width:44px;height:44px;margin-top:24px;border-radius:14px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home-price-icon-v21 svg{width:20px;height:20px}.home-price-grid-v21 h3{margin:19px 0 11px;color:#141a27;font-size:23px;letter-spacing:-.04em}.home-price-v21{display:flex;align-items:baseline;gap:7px}.home-price-v21 strong{color:#141a27;font-size:31px;letter-spacing:-.05em}.home-price-v21 small{color:#7b8799;font-size:11px;font-weight:600}.home-price-grid-v21 p{margin:13px 0 24px;color:#667085;font-size:12px;line-height:1.6}.home-price-grid-v21 a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:17px;border-top:1px solid #e7ebf1;color:#3158f6;font-size:11px;font-weight:800}.home-price-grid-v21 a svg{width:15px;height:15px}
.home-discount-note-v21{margin-top:13px;padding:14px 16px;border:1px solid #dce4ff;border-radius:16px;background:#f6f8ff;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:10px}.home-discount-note-v21>svg{width:18px;height:18px;color:#3158f6}.home-discount-note-v21 span{color:#52617a;font-size:11px;line-height:1.5}.home-discount-note-v21 a{display:flex;align-items:center;gap:7px;color:#3158f6;font-size:10px;font-weight:800;white-space:nowrap}.home-discount-note-v21 a svg{width:13px;height:13px}
.home-contact-v21{margin-top:34px;grid-template-columns:.92fr 1.08fr;padding:42px;border-radius:29px;background:linear-gradient(135deg,#fff,#f2f5ff);border-color:#d9e1ef}.home-contact-v21 .contact-copy h2{max-width:520px}.home-contact-v21 .inline-lead{padding:18px;border:1px solid #e1e6ef;border-radius:20px;background:rgba(255,255,255,.75)}
.home-faq-v21{padding-bottom:82px}
@media(max-width:1100px){.home-hero-v21{grid-template-columns:1fr;gap:34px;min-height:0}.home-showcase-v21{width:min(760px,100%);margin:auto}.home-trust-v21{grid-template-columns:1fr 1fr}.home-trust-v21 article:nth-child(2){border-right:0}.home-trust-v21 article:nth-child(-n+2){border-bottom:1px solid #e8ecf2}.home-process-grid-v21{grid-template-columns:1fr 1fr}.home-process-grid-v21:before{display:none}.home-work-v21 .case-grid{grid-template-columns:1fr 1fr}.home-work-v21 .case-grid .case-card:first-child{grid-column:1/-1}.home-price-grid-v21{grid-template-columns:1fr 1fr}.home-price-grid-v21 article:last-child{grid-column:1/-1}.home-contact-v21{grid-template-columns:1fr}}
@media(max-width:760px){.home-hero-v21{padding:24px 0 42px;gap:30px}.home-hero-copy-v21 h1{max-width:9ch;font-size:clamp(38px,11.6vw,54px);line-height:1}.home-hero-copy-v21>p{font-size:14px}.home-proof-v21{grid-template-columns:1fr}.home-proof-v21>a,.home-proof-v21>div{min-height:68px}.home-showcase-v21{min-height:390px}.home-window-v21{transform:none;border-radius:21px}.home-window-body-v21{padding:15px}.home-client-grid-v21{gap:7px}.home-client-grid-v21 article{min-height:112px;padding:12px}.home-client-grid-v21 b{font-size:11px}.home-admin-v21>div{grid-template-columns:1fr 1fr}.home-live-card-v21{right:-5px;top:56px;transform:scale(.9);transform-origin:right top}.home-free-card-v21{left:-5px;bottom:22px;transform:scale(.9);transform-origin:left bottom}.home-trust-v21{grid-template-columns:1fr}.home-trust-v21 article{border-right:0!important;border-bottom:1px solid #e8ecf2!important;min-height:92px}.home-trust-v21 article:last-child{border-bottom:0!important}.home-process-grid-v21,.home-price-grid-v21{grid-template-columns:1fr}.home-price-grid-v21 article:last-child{grid-column:auto}.home-process-grid-v21 article{min-height:220px}.home-work-v21 .case-grid{grid-template-columns:1fr}.home-work-v21 .case-grid .case-card:first-child{grid-column:auto}.home-discount-note-v21{grid-template-columns:24px 1fr}.home-discount-note-v21 a{grid-column:2}.home-contact-v21{padding:24px}.home-contact-v21 .inline-lead{padding:14px}}
@media(max-width:430px){.home-showcase-v21{min-height:360px}.home-window-bar-v21 span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-live-card-v21{display:none}.home-free-card-v21{display:none}.home-client-grid-v21 article{min-height:104px}.home-admin-v21 span{font-size:8px}}


/* footer cleanup v23 */
.site-footer{margin-top:56px}
.footer-main{gap:34px}
.footer-brand p{max-width:390px;font-size:13px;line-height:1.75;margin:18px 0 16px}
.made-line{font-size:11px}
.footer-col{gap:12px}
.footer-col>b{font-size:12px;margin-bottom:6px}
.footer-col a,.footer-col button{font-size:13px;line-height:1.55}
.footer-bottom{font-size:11px;letter-spacing:.02em}
@media(max-width:760px){.footer-brand p{font-size:13px}.footer-col a,.footer-col button{font-size:13px}.footer-bottom{font-size:11px}}


/* integrations refresh v24 */
.integration-intro-v24{padding-top:12px;padding-bottom:18px}
.integration-intro-v24 .mini-grid article{min-height:180px;padding:26px;border-radius:22px;box-shadow:0 10px 28px rgba(31,42,68,.04)}
.integration-intro-v24 .mini-grid h3{font-size:18px;letter-spacing:-.03em}
.integration-browser{box-shadow:0 14px 40px rgba(31,42,68,.05)}
.integration-toolbar{padding:20px 20px 18px}
.search-box{height:54px;border-radius:18px;background:#fff}
.search-box input{font-size:14px;color:var(--text)}
.filter-row{gap:10px;margin-top:14px}
.filter-row button{padding:11px 14px;border-radius:999px;font-size:13px;border:1px solid var(--line);background:#fff;color:#667085;transition:.2s}
.filter-row button.active,.filter-row button:hover{border-color:#cfd9ff;background:#f4f7ff;color:var(--accent)}
.integration-grid{grid-template-columns:repeat(3,1fr)}
.integration-card{min-height:120px;padding:18px 16px;border-bottom:1px solid var(--line)}
.integration-card strong{font-size:15px;line-height:1.2}
.integration-card span{font-size:12px;line-height:1.55;white-space:normal;overflow:visible;text-overflow:unset}
.integration-card small{font-size:10px;font-weight:700;letter-spacing:.08em}
.integration-mark{width:46px;height:46px;border-radius:16px;font-size:12px}
@media(max-width:1100px){.integration-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.integration-intro-v24 .mini-grid article{min-height:auto;padding:22px}.integration-toolbar{padding:16px}.search-box{height:50px}.integration-grid{grid-template-columns:1fr}.integration-card{grid-template-columns:44px 1fr auto}}


/* real capabilities v25 */
.capabilities-hero-v25{padding-bottom:42px}
.capability-proof-v25{margin-top:24px;max-width:720px;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid #dbe4ff;border-radius:18px;background:#f6f8ff;color:#3158f6}
.capability-proof-v25>svg{flex:0 0 auto;width:19px;height:19px;margin-top:2px}.capability-proof-v25 div{display:flex;flex-direction:column;gap:4px}.capability-proof-v25 b{color:#1c2940;font-size:13px}.capability-proof-v25 span{color:#667085;font-size:12px;line-height:1.55}
.capabilities-section-v25{padding-top:34px}.capabilities-section-v25.is-soft{margin-top:24px;padding:52px 28px;border:1px solid #e3e8f0;border-radius:30px;background:linear-gradient(180deg,#fbfcff,#f5f8ff)}
.capability-grid-v25{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.capability-card-v25{min-height:220px;padding:22px;border:1px solid #e1e7f0;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(31,42,68,.045);transition:.22s ease}
.capability-card-v25:hover{transform:translateY(-3px);border-color:#cfd9f5;box-shadow:0 16px 34px rgba(31,42,68,.08)}
.capability-card-v25.is-done{background:linear-gradient(180deg,#fff 0,#fbfcff 100%)}
.capability-card-v25.is-custom{background:rgba(255,255,255,.86)}
.capability-top-v25{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:36px}
.capability-icon-v25{display:grid;place-items:center;min-width:46px;height:46px;padding:0 11px;border-radius:15px;background:#eef2ff;color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.04em}
.capability-card-v25.is-custom .capability-icon-v25{background:#f1f4f8;color:#4b5a72}
.capability-status-v25{padding:6px 8px;border-radius:999px;background:#eaf8f0;color:#168c64;font-size:9px;font-weight:800;letter-spacing:.06em}
.capability-card-v25.is-custom .capability-status-v25{background:#eef2ff;color:#3158f6}
.capability-card-v25 h3{margin:0 0 10px;color:#141a27;font-size:18px;line-height:1.2;letter-spacing:-.03em}
.capability-card-v25 p{margin:0;color:#667085;font-size:13px;line-height:1.65}
.capability-process-v25 .mini-grid article{position:relative;min-height:190px;padding:26px}
.capability-process-v25 .mini-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#111827;color:#fff;font-size:10px;font-weight:800;margin-bottom:24px}
.capability-process-v25 .mini-grid h3{font-size:18px}.capability-process-v25 .mini-grid p{font-size:13px}
@media(max-width:1100px){.capability-grid-v25{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.capabilities-section-v25.is-soft{padding:32px 16px;border-radius:24px}.capability-grid-v25{grid-template-columns:1fr}.capability-card-v25{min-height:auto;padding:20px}.capability-top-v25{margin-bottom:26px}.capability-card-v25 h3{font-size:17px}}


/* existing website redesign option v26 */
.pricing-builder-v12 .existing-site-card-v26{margin-top:18px;padding:20px;border:1px solid #dce4f2;border-radius:22px;background:linear-gradient(135deg,#f8faff 0%,#ffffff 58%,#f5f8ff 100%);display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center;position:relative;overflow:hidden;box-shadow:0 10px 28px rgba(31,42,68,.045)}
.pricing-builder-v12 .existing-site-card-v26:after{content:"";position:absolute;right:-75px;top:-100px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.10),transparent 68%);pointer-events:none}
.pricing-builder-v12 .existing-site-icon-v26{width:48px;height:48px;border-radius:15px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;position:relative;z-index:1}
.pricing-builder-v12 .existing-site-icon-v26 svg{width:21px;height:21px}
.pricing-builder-v12 .existing-site-copy-v26{min-width:0;position:relative;z-index:1}
.pricing-builder-v12 .existing-site-kicker-v26{display:block;margin-bottom:5px;color:#3158f6;font-size:10px;font-weight:800;letter-spacing:.12em}
.pricing-builder-v12 .existing-site-copy-v26 h3{margin:0;color:#141a27;font-size:17px;line-height:1.25;letter-spacing:-.025em}
.pricing-builder-v12 .existing-site-copy-v26 p{margin:7px 0 0;max-width:720px;color:#667085;font-size:12px;line-height:1.6}
.pricing-builder-v12 .existing-site-tags-v26{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}
.pricing-builder-v12 .existing-site-tags-v26 span{padding:6px 9px;border:1px solid #e0e6f1;border-radius:999px;background:#fff;color:#59667a;font-size:10px;font-weight:700}
.pricing-builder-v12 .existing-site-action-v26{min-width:190px;display:flex;flex-direction:column;align-items:flex-end;gap:9px;position:relative;z-index:1}
.pricing-builder-v12 .existing-site-action-v26 small{color:#7c8798;font-size:10px;text-align:right}
.pricing-builder-v12 .existing-site-action-v26 .btn{height:43px;padding:0 15px;border-radius:13px;white-space:nowrap;color:#3158f6;background:#fff;border-color:#d5dded;box-shadow:0 7px 18px rgba(49,88,246,.06)}
.pricing-builder-v12 .existing-site-action-v26 .btn:hover{background:#f4f7ff;border-color:#c3d0fa;transform:translateY(-1px)}
@media(max-width:760px){.pricing-builder-v12 .existing-site-card-v26{grid-template-columns:44px 1fr;padding:18px;gap:12px}.pricing-builder-v12 .existing-site-icon-v26{width:44px;height:44px}.pricing-builder-v12 .existing-site-action-v26{grid-column:1/-1;align-items:stretch;min-width:0;margin-top:2px}.pricing-builder-v12 .existing-site-action-v26 small{text-align:left}.pricing-builder-v12 .existing-site-action-v26 .btn{width:100%;justify-content:center}.pricing-builder-v12 .existing-site-copy-v26 h3{font-size:16px}}


/* existing site redesign — visible placement v27 */
.pricing-builder-v12 .existing-site-strip-v27{margin-top:18px;padding:18px 20px;border:1px solid #cad6ff;border-radius:22px;background:linear-gradient(135deg,#f0f4ff 0%,#f8faff 52%,#ffffff 100%);display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:16px;align-items:center;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(49,88,246,.07)}
.pricing-builder-v12 .existing-site-strip-v27:before{content:"";position:absolute;right:-45px;top:-80px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.12),transparent 68%);pointer-events:none}
.pricing-builder-v12 .existing-site-strip-icon-v27{width:46px;height:46px;border-radius:15px;background:#fff;color:#3158f6;display:grid;place-items:center;border:1px solid #dbe3ff;box-shadow:0 7px 18px rgba(49,88,246,.08);position:relative;z-index:1}
.pricing-builder-v12 .existing-site-strip-icon-v27 svg{width:20px;height:20px}
.pricing-builder-v12 .existing-site-strip-copy-v27{min-width:0;position:relative;z-index:1}
.pricing-builder-v12 .existing-site-strip-copy-v27>span{display:block;margin-bottom:4px;color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.12em}
.pricing-builder-v12 .existing-site-strip-copy-v27 h3{margin:0;color:#141a27;font-size:18px;line-height:1.2;letter-spacing:-.03em}
.pricing-builder-v12 .existing-site-strip-copy-v27 p{max-width:690px;margin:6px 0 0;color:#667085;font-size:12px;line-height:1.55}
.pricing-builder-v12 .existing-site-strip-tags-v27{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.pricing-builder-v12 .existing-site-strip-tags-v27 b{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid #dde5fb;color:#52617a;font-size:10px;font-weight:700}
.pricing-builder-v12 .existing-site-strip-tags-v27 svg{width:12px;height:12px;color:#3158f6}
.pricing-builder-v12 .existing-site-strip-btn-v27{position:relative;z-index:1;min-height:46px;padding:0 16px;border:0;border-radius:14px;background:#3158f6;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 12px 24px rgba(49,88,246,.20);transition:.2s}
.pricing-builder-v12 .existing-site-strip-btn-v27:hover{transform:translateY(-1px);background:#274ce5;box-shadow:0 15px 30px rgba(49,88,246,.25)}
.pricing-builder-v12 .existing-site-strip-btn-v27 svg{width:16px;height:16px}
@media(max-width:900px){.pricing-builder-v12 .existing-site-strip-v27{grid-template-columns:46px 1fr}.pricing-builder-v12 .existing-site-strip-btn-v27{grid-column:1/-1;width:100%}}
@media(max-width:760px){.pricing-builder-v12 .existing-site-strip-v27{padding:16px;gap:12px;border-radius:18px}.pricing-builder-v12 .existing-site-strip-copy-v27 h3{font-size:16px}.pricing-builder-v12 .existing-site-strip-copy-v27 p{font-size:11px}.pricing-builder-v12 .existing-site-strip-tags-v27 b{font-size:9px}}


/* turnkey switch state sync v28 */
.pricing-builder-v12 .turnkey-toggle input:checked ~ .fake-switch,
.pricing-builder-v12 .turnkey-toggle .fake-switch.is-on{
  background:#3158f6;
  border-color:#3158f6;
  box-shadow:0 0 0 4px rgba(49,88,246,.10);
}
.pricing-builder-v12 .turnkey-toggle input:checked ~ .fake-switch:after,
.pricing-builder-v12 .turnkey-toggle .fake-switch.is-on:after{
  transform:translateX(18px);
}
.pricing-builder-v12 .turnkey-toggle .fake-switch{
  flex:0 0 auto;
  width:44px;
  height:26px;
  border:1px solid #d6dde8;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.pricing-builder-v12 .turnkey-toggle .fake-switch:after{
  transition:transform .2s ease,box-shadow .2s ease;
}
.pricing-builder-v12 .turnkey-toggle .fake-switch.is-disabled{
  opacity:.72;
  box-shadow:none;
}
.pricing-builder-v12 .turnkey-toggle:not(.is-disabled):hover .fake-switch{
  border-color:#b8c5db;
}


/* about refresh v29 */
.about-hero-v29{min-height:auto;align-items:start;gap:34px;padding:12px 0 52px}
.about-copy-v29{display:flex;flex-direction:column;justify-content:center}
.about-copy-v29 h1{max-width:12ch}
.about-copy-v29>p{max-width:700px;color:#5a6880}
.about-chips-v29{display:grid;gap:10px;margin:8px 0 4px}
.about-chips-v29 span{display:inline-flex;align-items:center;gap:10px;width:fit-content;max-width:100%;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dde3ed;color:#24324b;font-size:13px;line-height:1.45;box-shadow:0 8px 24px rgba(31,42,68,.04)}
.about-chips-v29 svg{width:16px;height:16px;color:#3f61ff;flex:0 0 auto}
.about-portrait-v29{height:auto;min-height:0;padding:0;display:grid;grid-template-rows:auto auto;align-content:start;gap:14px;overflow:visible;background:transparent;border:0;box-shadow:none;border-radius:0;position:relative;align-self:start}
.about-portrait-v29:after{content:none}
.about-panel-v29{position:relative;z-index:2;width:100%;padding:24px;border:1px solid #dce4f2;border-radius:26px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(31,42,68,.08)}
.about-panel-v29 h3{font-size:30px;line-height:1.05;letter-spacing:-.045em;color:#141a27;margin:12px 0 10px}
.about-panel-v29 p{font-size:14px;line-height:1.72;color:#5e6c85;margin:0}
.about-steps-v29{display:grid;gap:12px;margin-top:18px}
.about-steps-v29 article{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid #e5ebf4;border-radius:18px;background:#fff}
.about-steps-v29 b{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#eef2ff;color:#3559f4;font-size:14px;font-weight:900}
.about-steps-v29 span{font-size:13px;line-height:1.55;color:#24324b}
.about-floating-note-v29{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;width:100%;padding:15px 17px;border:1px solid #d9e3f1;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(31,42,68,.06)}
.about-floating-note-v29 span{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#eff6f2;color:#20a36c}
.about-floating-note-v29 span svg{width:18px;height:18px}
.about-floating-note-v29 b{display:block;color:#141a27;font-size:13px;margin-bottom:4px}
.about-floating-note-v29 small{display:block;color:#64748b;font-size:11px;line-height:1.55}
.about-proof-grid-v29{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.about-proof-grid-v29 article,.why-grid-v29 article{padding:24px;border-radius:22px;background:#fff;border:1px solid #e0e7f0;box-shadow:0 8px 26px rgba(31,42,68,.035)}
.about-proof-grid-v29 svg,.why-grid-v29 svg{width:22px;height:22px;color:#3f61ff}
.about-proof-grid-v29 h3,.why-grid-v29 h3{font-size:18px;line-height:1.2;letter-spacing:-.03em;margin:20px 0 9px;color:#141a27}
.about-proof-grid-v29 p,.why-grid-v29 p{font-size:13px;line-height:1.7;color:#627087;margin:0}
.mission-section-v29{gap:42px;align-items:start}
.mission-section-v29 .mission-copy{padding-top:8px}
.mission-section-v29 .mission-copy h2{font-size:46px;line-height:1.02;margin:12px 0 12px;color:#141a27}
.mission-section-v29 .mission-copy p{font-size:14px;line-height:1.75;color:#617086;max-width:560px}
.mission-section-v29 .mission-points{border-top:0;display:grid;gap:12px}
.mission-section-v29 .mission-points article{grid-template-columns:56px 210px 1fr;padding:18px;border:1px solid #e3e9f2;border-radius:20px;background:#fff;box-shadow:0 6px 22px rgba(31,42,68,.025)}
.mission-section-v29 .mission-points span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#eef2ff;color:#375cf5;font-size:12px;font-weight:800}
.mission-section-v29 .mission-points h3{font-size:16px;color:#141a27;align-self:center}
.mission-section-v29 .mission-points p{font-size:13px;line-height:1.7;color:#627087}
.why-grid-v29{gap:14px}
@media(max-width:1100px){.about-proof-grid-v29{grid-template-columns:1fr 1fr}.about-portrait-v29{height:auto;min-height:0}}
@media(max-width:760px){.about-copy-v29 h1{max-width:11ch}.about-chips-v29 span{width:100%;white-space:normal;border-radius:18px}.about-portrait-v29{padding:0;gap:12px;min-height:auto}.about-panel-v29{padding:18px;border-radius:22px}.about-panel-v29 h3{font-size:24px}.about-steps-v29 article{grid-template-columns:42px 1fr;padding:12px}.about-steps-v29 b{width:42px;height:42px;border-radius:13px}.about-floating-note-v29{grid-template-columns:34px 1fr;padding:12px 14px;border-radius:16px}.about-proof-grid-v29{grid-template-columns:1fr}.mission-section-v29 .mission-copy h2{font-size:34px}.mission-section-v29 .mission-points article{grid-template-columns:42px 1fr;padding:14px}.mission-section-v29 .mission-points h3,.mission-section-v29 .mission-points p{grid-column:2}.why-grid-v29{grid-template-columns:1fr}}


/* pricing plan-aware modules v34 */
.pricing-builder-v12 .module-list label.is-plan-hidden{display:none!important}
.pricing-builder-v12 .module-list label.module-required{cursor:default;border-color:#b8dfca;background:linear-gradient(180deg,#fff 0,#f4fbf7 100%);box-shadow:0 8px 24px rgba(22,155,107,.045)}
.pricing-builder-v12 .module-list label.module-required:hover{border-color:#b8dfca;background:linear-gradient(180deg,#fff 0,#f4fbf7 100%)}
.pricing-builder-v12 .module-list label.module-required .fake-check{background:#169b6b}
.pricing-builder-v12 .module-list label.module-required .fake-check:after{transform:translateX(17px)}
.pricing-builder-v12 .module-list label.module-required.is-included .fake-check{background:#169b6b}
.pricing-builder-v12 .module-list label.module-required .free-module-price{color:#12845c!important}
.pricing-builder-v12 [data-extensions-link][hidden]{display:none!important}


/* v36 — pricing polish */
.pricing-builder-v12 .step-heading p{max-width:760px}
.pricing-builder-v12 .module-copy{min-width:0}
.pricing-builder-v12 .module-copy-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pricing-builder-v12 .module-copy-head b{margin:0}
.pricing-builder-v12 .module-badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.pricing-builder-v12 .module-badge.is-green{background:#eaf8ef;color:#12845c;border:1px solid #cfe8dc}
.pricing-builder-v12 .module-badge.is-blue{background:#eef2ff;color:#3158f6;border:1px solid #d7e0ff}
.pricing-builder-v12 .module-badge.is-gray{background:#f5f7fb;color:#6f7d92;border:1px solid #e1e6ef}
.pricing-builder-v12 .module-list label{min-height:102px}
.pricing-builder-v12 .module-list label.is-selected{box-shadow:0 10px 26px rgba(49,88,246,.08), inset 0 0 0 1px rgba(49,88,246,.05)}
.pricing-builder-v12 .module-list strong{padding-left:10px;font-size:14px}
.pricing-builder-v12 .module-list strong small{display:inline-block;margin-left:2px}
.pricing-builder-v12 .module-list label.module-required{box-shadow:0 10px 28px rgba(22,155,107,.06)}
.pricing-builder-v12 .existing-site-strip-v27{align-items:center}
.pricing-builder-v12 .existing-site-strip-copy-v27 p{font-size:12px;line-height:1.65;max-width:620px}
.pricing-builder-v12 .existing-site-strip-btn-v27{min-width:188px}


/* v37 — included with every subscription */
.subscription-included-v37{margin-top:22px;padding:28px;border:1px solid #dfe5ee;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);box-shadow:0 18px 46px rgba(20,29,47,.045)}
.subscription-included-head-v37{text-align:center;max-width:820px;margin:0 auto 20px}
.subscription-included-head-v37 .eyebrow{justify-content:center}
.subscription-included-head-v37 h2{margin:10px 0 10px;color:#141a27;font-size:40px;line-height:1.02;letter-spacing:-.05em}
.subscription-included-head-v37 p{margin:0 auto;color:#6a768b;font-size:14px;line-height:1.7;max-width:760px}
.subscription-included-grid-v37{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.subscription-item-v37{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:flex-start;padding:18px 18px;border:1px solid #e2e8f0;border-radius:20px;background:linear-gradient(180deg,#f8faff 0%,#ffffff 100%);transition:.22s;box-shadow:0 8px 22px rgba(20,29,47,.03)}
.subscription-item-v37:hover{transform:translateY(-2px);border-color:#cfdaed;box-shadow:0 16px 34px rgba(49,88,246,.08)}
.subscription-item-icon-v37{width:48px;height:48px;border-radius:14px;background:#edf2ff;color:#3158f6;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(49,88,246,.05)}
.subscription-item-icon-v37 svg{width:20px;height:20px}
.subscription-item-v37 b{display:block;color:#141a27;font-size:16px;line-height:1.22;letter-spacing:-.02em;margin-bottom:5px}
.subscription-item-v37 p{margin:0;color:#748197;font-size:12px;line-height:1.6}
@media(max-width:1100px){.subscription-included-grid-v37{grid-template-columns:repeat(2,1fr)}.subscription-included-head-v37 h2{font-size:34px}}
@media(max-width:760px){.subscription-included-v37{margin-top:18px;padding:20px;border-radius:22px}.subscription-included-head-v37{text-align:left;margin-bottom:16px}.subscription-included-head-v37 .eyebrow{justify-content:flex-start}.subscription-included-head-v37 h2{font-size:28px;line-height:1.06}.subscription-included-head-v37 p{font-size:13px;max-width:none}.subscription-included-grid-v37{grid-template-columns:1fr;gap:10px}.subscription-item-v37{grid-template-columns:42px 1fr;padding:16px;border-radius:18px}.subscription-item-icon-v37{width:42px;height:42px;border-radius:12px}.subscription-item-v37 b{font-size:15px}.subscription-item-v37 p{font-size:11px}}


/* v40 — trust strip refresh */
.home-trust-v21{border-radius:26px;box-shadow:0 16px 38px rgba(31,42,68,.055);border-color:#dce3ee;background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%)}
.home-trust-v21 article{min-height:126px;padding:22px 20px;grid-template-columns:42px 1fr;gap:13px;transition:.22s;background:transparent}
.home-trust-v21 article:hover{background:#f8faff}
.home-trust-v21 article>span{width:42px;height:42px;border-radius:14px;background:linear-gradient(180deg,#eef2ff,#f7f9ff);box-shadow:inset 0 0 0 1px rgba(49,88,246,.05)}
.home-trust-v21 article>span svg{width:19px;height:19px}
.home-trust-v21 b{font-size:14px;line-height:1.3;letter-spacing:-.02em}
.home-trust-v21 p{font-size:11px;line-height:1.62;color:#6f7d92;margin-top:6px}
.home-trust-v21 article:last-child{background:linear-gradient(180deg,#f7f9ff 0%,#ffffff 100%)}
.home-trust-v21 article:last-child>span{background:#edf2ff;color:#3158f6}
.home-trust-v21 article:last-child b{color:#3158f6}
@media(max-width:760px){.home-trust-v21 article{min-height:100px;padding:18px 16px}.home-trust-v21 b{font-size:13px}.home-trust-v21 p{font-size:11px}}

/* AdeptDEV v43 — premium direct-contact lead modal */
.lead-dialog-v43{width:min(1020px,100%);grid-template-columns:.9fr 1.1fr;border-radius:32px;overflow:hidden;background:#fff;border:1px solid rgba(31,47,77,.10);box-shadow:0 34px 110px rgba(27,37,57,.28)}
.lead-dialog-v43 .modal-close{width:42px;height:42px;right:16px;top:16px;border-radius:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 8px 30px rgba(35,48,76,.08)}
.lead-aside-v43{padding:48px 42px 38px;background:radial-gradient(circle at 0 0,rgba(60,91,246,.13),transparent 38%),linear-gradient(145deg,#f1f4ff 0%,#f8f9ff 58%,#f5f7ff 100%);border-right:1px solid rgba(37,55,88,.09);display:flex;flex-direction:column;min-height:610px}
.lead-modal-kicker{display:flex;align-items:center;gap:9px;font-size:9px;line-height:1;font-weight:800;letter-spacing:.16em;color:#5268ca;text-transform:uppercase}
.lead-modal-kicker>span{width:19px;height:1px;background:currentColor;opacity:.55}
.lead-aside-v43 h2{max-width:400px;font-size:clamp(38px,4vw,54px);line-height:.98;letter-spacing:-.055em;margin:24px 0 16px;color:#121827}
.lead-aside-v43>p{max-width:390px;font-size:13px;line-height:1.72;color:#6f7b91;margin:0}
.lead-telegram-card{margin-top:34px;display:grid;grid-template-columns:52px 1fr 34px;align-items:center;gap:14px;padding:15px 16px;border-radius:20px;background:#fff;border:1px solid rgba(56,82,196,.13);box-shadow:0 14px 34px rgba(46,65,128,.09);transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease)}
.lead-telegram-card:hover{transform:translateY(-2px);border-color:rgba(56,82,196,.27);box-shadow:0 20px 48px rgba(46,65,128,.15)}
.lead-telegram-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#3b5bff,#5270ff);color:#fff;box-shadow:0 10px 24px rgba(59,91,255,.23)}
.lead-telegram-icon svg{width:24px;height:24px;fill:currentColor;stroke:none}
.lead-telegram-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.lead-telegram-copy small{font-size:9px;color:#8b96aa}.lead-telegram-copy strong{font-size:13px;color:#172033;letter-spacing:-.01em}.lead-telegram-copy>span{font-size:10px;color:#64718a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lead-telegram-arrow{width:32px;height:32px;border-radius:11px;background:#f3f5ff;color:#415ad4;display:grid;place-items:center}.lead-telegram-arrow svg{width:15px;height:15px}
.lead-direct-v43{margin-top:auto;padding-top:28px;border-top:1px solid rgba(42,61,96,.10);display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#7b8799;font-size:10px}
.lead-direct-v43>span{display:flex;align-items:center;gap:8px}.lead-direct-v43 i{width:8px;height:8px;border-radius:50%;background:#25a879;box-shadow:0 0 0 5px rgba(37,168,121,.09)}.lead-direct-v43 svg{width:14px;height:14px;color:#25a879}
.lead-form-panel{padding:42px 42px 34px;display:flex;flex-direction:column;background:#fff}
.lead-form-intro{padding-right:46px;margin-bottom:23px}.lead-form-intro>span{font-size:9px;font-weight:800;letter-spacing:.14em;color:#8793aa}.lead-form-intro h3{font-size:25px;line-height:1.08;letter-spacing:-.035em;color:#151c2b;margin:9px 0 7px}.lead-form-intro p{font-size:11px;line-height:1.55;color:#7d899e;margin:0;max-width:520px}
.lead-form-v43{padding:0;gap:12px}.lead-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form-v43 label{gap:7px}.lead-form-v43 label>span{font-size:9px;font-weight:650;color:#78859b}.lead-form-v43 input,.lead-form-v43 textarea{background:#fbfcff;border:1px solid #dfe4ee;border-radius:15px;color:#151c2b;padding:13px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.lead-form-v43 input{height:49px}.lead-form-v43 textarea{min-height:108px;resize:vertical}.lead-form-v43 input::placeholder,.lead-form-v43 textarea::placeholder{color:#a2abba}.lead-form-v43 input:focus,.lead-form-v43 textarea:focus{background:#fff;border-color:#7186f5;box-shadow:0 0 0 4px rgba(64,91,238,.08)}
.lead-submit-v43{height:50px;margin-top:2px;border-radius:15px;box-shadow:0 12px 25px rgba(49,76,226,.17)}
.lead-form-foot{display:flex;align-items:flex-start;gap:8px;margin-top:2px;color:#8a95a8}.lead-form-foot>span{display:grid;place-items:center;margin-top:1px}.lead-form-foot svg{width:13px;height:13px}.lead-form-foot p{font-size:9px;line-height:1.45;margin:0}
.lead-form-v43 .form-status{min-height:14px;margin-top:-2px;font-size:10px}.lead-form-v43 .form-status.success{color:#258a67}.lead-form-v43 .form-status.error{color:#c65353}
@media(max-width:760px){.lead-modal{padding:10px}.lead-dialog-v43{grid-template-columns:1fr;border-radius:24px;max-height:calc(100dvh - 20px)}.lead-dialog-v43 .modal-close{right:12px;top:12px;width:38px;height:38px}.lead-aside-v43{min-height:0;padding:28px 20px 20px;border-right:0;border-bottom:1px solid rgba(37,55,88,.09)}.lead-modal-kicker{padding-right:45px}.lead-aside-v43 h2{font-size:34px;margin:17px 0 11px;max-width:330px}.lead-aside-v43>p{font-size:11px;line-height:1.6;padding-right:12px}.lead-telegram-card{margin-top:20px;grid-template-columns:45px 1fr 30px;padding:11px 12px;border-radius:17px}.lead-telegram-icon{width:45px;height:45px;border-radius:14px}.lead-telegram-copy small{font-size:8px}.lead-telegram-copy strong{font-size:12px}.lead-telegram-copy>span{font-size:9px}.lead-direct-v43{display:none}.lead-form-panel{padding:20px}.lead-form-intro{padding-right:20px;margin-bottom:16px}.lead-form-intro h3{font-size:21px}.lead-form-intro p{font-size:10px}.lead-form-row{grid-template-columns:1fr}.lead-form-v43 input{height:47px}.lead-form-v43 textarea{min-height:92px}.lead-form-foot{display:none}}
@media(max-width:390px){.lead-aside-v43 h2{font-size:30px}.lead-telegram-card{grid-template-columns:43px 1fr 28px;gap:10px}.lead-telegram-icon{width:43px;height:43px}.lead-form-panel{padding:17px}.lead-form-intro p{display:none}}


/* AdeptDEV v46 — AJAX lead submit state */
.ajax-lead-submit{position:relative!important;overflow:hidden;isolation:isolate;min-height:50px;transition:transform .2s var(--ease),background .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)!important}
.ajax-lead-submit:disabled{cursor:default;opacity:1!important}
.ajax-lead-submit .ajax-submit-state{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;opacity:0;transform:translateY(9px) scale(.98);transition:opacity .22s var(--ease),transform .22s var(--ease);pointer-events:none;font-weight:700}
.ajax-lead-submit .ajax-submit-state svg{width:17px;height:17px;flex:0 0 auto}
.ajax-lead-submit[data-state="idle"] .ajax-submit-idle,.ajax-lead-submit:not([data-state]) .ajax-submit-idle,.ajax-lead-submit[data-state="sending"] .ajax-submit-loading,.ajax-lead-submit[data-state="success"] .ajax-submit-success,.ajax-lead-submit[data-state="error"] .ajax-submit-error{opacity:1;transform:none}
.ajax-lead-submit[data-state="sending"]{transform:translateY(1px);box-shadow:0 8px 22px rgba(49,76,226,.13)!important}
.ajax-lead-submit[data-state="sending"]:before{content:"";position:absolute;z-index:-1;inset:-45% -30%;background:linear-gradient(100deg,transparent 34%,rgba(255,255,255,.17) 49%,transparent 64%);animation:adeptLeadSweep 1.25s linear infinite}
.ajax-submit-spinner{width:17px;height:17px;border-radius:50%;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;animation:adeptLeadSpin .72s linear infinite;flex:0 0 auto}
.ajax-lead-submit[data-state="success"]{background:#22946d!important;border-color:#22946d!important;box-shadow:0 13px 30px rgba(34,148,109,.24)!important}
.ajax-lead-submit[data-state="success"] .ajax-submit-success svg{width:18px;height:18px;animation:adeptLeadCheck .38s cubic-bezier(.2,.9,.25,1.25)}
.ajax-lead-submit[data-state="error"]{background:#c85f62!important;border-color:#c85f62!important;box-shadow:0 13px 30px rgba(200,95,98,.20)!important}
.ajax-lead-submit[data-state="error"] .ajax-submit-error>span:first-child{display:grid;place-items:center;width:18px;height:18px;border:1.5px solid rgba(255,255,255,.75);border-radius:50%;font-size:12px;line-height:1}
.lead-form-v43 .form-status,.inline-lead .form-status{transition:color .2s ease,opacity .2s ease;line-height:1.45}
@keyframes adeptLeadSpin{to{transform:rotate(360deg)}}
@keyframes adeptLeadSweep{from{transform:translateX(-50%)}to{transform:translateX(50%)}}
@keyframes adeptLeadCheck{0%{transform:scale(.55);opacity:.15}100%{transform:scale(1);opacity:1}}
@media(prefers-reduced-motion:reduce){.ajax-lead-submit,.ajax-lead-submit .ajax-submit-state{transition:none!important}.ajax-submit-spinner,.ajax-lead-submit[data-state="sending"]:before,.ajax-lead-submit[data-state="success"] .ajax-submit-success svg{animation:none!important}}


/* AdeptDEV v47 — premium lead success card */
.form-status.success{color:inherit!important}
.form-status.success .lead-success-card{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;width:100%;padding:10px 12px;border:1px solid rgba(34,148,109,.16);border-radius:14px;background:linear-gradient(135deg,rgba(34,148,109,.075),rgba(34,148,109,.025));box-shadow:0 8px 22px rgba(34,148,109,.07);animation:adeptLeadSuccessCard .34s cubic-bezier(.2,.8,.2,1) both}
.lead-success-card-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#22946d;box-shadow:0 7px 16px rgba(34,148,109,.2);color:#fff}
.lead-success-card-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.lead-success-card-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.lead-success-card-copy strong{font-size:11px;line-height:1.25;letter-spacing:-.01em;color:#1d5f4b;font-weight:760}
.lead-success-card-copy small{font-size:9px;line-height:1.45;color:#6f8d82}
.lead-form-v43 .form-status.success{min-height:0;margin-top:2px}
.lead-form-v43 .form-status.success .lead-success-card{padding:10px 12px;background:linear-gradient(135deg,#f1fbf7,#f8fcfa);border-color:#d7eee5}
.inline-lead .form-status.success .lead-success-card{background:rgba(34,148,109,.08);border-color:rgba(116,215,177,.18);box-shadow:none}
.inline-lead .form-status.success .lead-success-card-copy strong{color:#bfe9d9}
.inline-lead .form-status.success .lead-success-card-copy small{color:#87ae9f}
@keyframes adeptLeadSuccessCard{0%{opacity:0;transform:translateY(6px) scale(.985)}100%{opacity:1;transform:none}}
@media(max-width:760px){.form-status.success .lead-success-card{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:9px 10px}.lead-success-card-icon{width:34px;height:34px;border-radius:11px}.lead-success-card-copy strong{font-size:10px}.lead-success-card-copy small{font-size:8.5px}}
@media(prefers-reduced-motion:reduce){.form-status.success .lead-success-card{animation:none!important}}

/* AdeptDEV v48 — premium post-request flow, replaces direct Telegram CTA */
.lead-flow-card{position:relative;margin-top:30px;padding:15px;border:1px solid rgba(62,82,183,.14);border-radius:23px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(247,249,255,.88));box-shadow:0 18px 46px rgba(48,64,128,.10);overflow:hidden;isolation:isolate}
.lead-flow-card:before{content:"";position:absolute;inset:-80px auto auto -72px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(70,91,246,.18),rgba(70,91,246,0) 68%);z-index:-1;pointer-events:none}
.lead-flow-card:after{content:"";position:absolute;right:-52px;bottom:-68px;width:190px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(117,93,244,.12),rgba(117,93,244,0) 70%);z-index:-1;pointer-events:none}
.lead-flow-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:2px 2px 13px}
.lead-flow-orb{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#3d59f5,#7058ee);box-shadow:0 10px 23px rgba(65,79,225,.23)}
.lead-flow-orb svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.lead-flow-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.lead-flow-head small{font-size:8px;letter-spacing:.13em;font-weight:800;color:#7f8aa2}.lead-flow-head strong{font-size:14px;line-height:1.15;color:#172033;letter-spacing:-.025em}
.lead-flow-live{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:#f2fbf7;border:1px solid #dff2e9;color:#45876f;font-size:8px;font-weight:700;white-space:nowrap}.lead-flow-live i{width:6px;height:6px;border-radius:50%;background:#28aa7b;box-shadow:0 0 0 4px rgba(40,170,123,.09)}
.lead-flow-steps{display:grid;gap:7px;position:relative}.lead-flow-step{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:10px 10px 10px 9px;border-radius:15px;border:1px solid rgba(52,72,151,.08);background:rgba(255,255,255,.73);transition:transform .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease)}
.lead-flow-step:hover{transform:translateX(2px);border-color:rgba(61,89,245,.16);background:#fff}
.lead-flow-no{width:32px;height:32px;border-radius:11px;display:grid;place-items:center;background:#f1f4ff;color:#455ddd;font-size:9px;font-weight:800;letter-spacing:.04em}
.lead-flow-step>div{min-width:0}.lead-flow-step b{display:block;color:#202a3d;font-size:10px;line-height:1.25;margin-bottom:2px}.lead-flow-step p{margin:0;color:#7b879c;font-size:8.5px;line-height:1.42}
.lead-flow-check,.lead-flow-arrow{width:26px;height:26px;border-radius:9px;display:grid;place-items:center}.lead-flow-check{background:#edf9f4;color:#26966f}.lead-flow-arrow{background:#eef1ff;color:#4860df}.lead-flow-check svg,.lead-flow-arrow svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.lead-flow-card{margin-top:18px;padding:12px;border-radius:19px}.lead-flow-head{grid-template-columns:38px minmax(0,1fr) auto;gap:9px;padding-bottom:10px}.lead-flow-orb{width:38px;height:38px;border-radius:12px}.lead-flow-head strong{font-size:12px}.lead-flow-step{grid-template-columns:31px minmax(0,1fr) 25px;padding:8px;gap:8px}.lead-flow-no{width:29px;height:29px;border-radius:10px}.lead-flow-step b{font-size:9.5px}.lead-flow-step p{font-size:8px}.lead-flow-check,.lead-flow-arrow{width:24px;height:24px;border-radius:8px}}
@media(max-width:390px){.lead-flow-live{display:none}.lead-flow-head{grid-template-columns:36px minmax(0,1fr)}.lead-flow-orb{width:36px;height:36px}.lead-flow-step p{display:none}.lead-flow-step{min-height:46px}}
@media(prefers-reduced-motion:reduce){.lead-flow-step{transition:none!important}}


/* AdeptDEV v49 — modal matched to approved premium mockup */
.lead-dialog-v49{
  width:min(1180px,calc(100vw - 36px));
  grid-template-columns:.92fr 1.08fr;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(26,40,72,.10);
  box-shadow:0 38px 120px rgba(20,30,52,.31);
}
.lead-dialog-v49 .modal-close{
  width:44px;height:44px;right:18px;top:18px;border-radius:15px;
  color:#536078;background:rgba(255,255,255,.92);
  border:1px solid #e3e8f1;backdrop-filter:blur(14px);
  box-shadow:0 10px 32px rgba(31,44,74,.08)
}
.lead-dialog-v49 .modal-close:hover{transform:translateY(-1px);border-color:#cfd8ea;background:#fff}
.lead-aside-v49{
  position:relative;min-height:690px;padding:50px 46px 34px;
  background:
    radial-gradient(circle at 7% 7%,rgba(67,91,244,.14),transparent 31%),
    radial-gradient(circle at 91% 56%,rgba(121,96,246,.08),transparent 32%),
    linear-gradient(150deg,#f1f4ff 0%,#f8f9ff 56%,#f4f7ff 100%);
  border-right:1px solid rgba(43,58,93,.09);
  display:flex;flex-direction:column;overflow:hidden
}
.lead-aside-v49:after{
  content:"";position:absolute;left:-80px;right:0;bottom:-86px;height:220px;pointer-events:none;opacity:.65;
  background:
    radial-gradient(ellipse at 20% 30%,rgba(73,94,246,.06) 0 1px,transparent 2px) 0 0/11px 11px,
    linear-gradient(115deg,transparent 0 30%,rgba(76,96,241,.035) 30.5% 31%,transparent 31.5% 100%);
  mask-image:linear-gradient(to top,#000,transparent)
}
.lead-aside-v49 .lead-modal-kicker{position:relative;z-index:1;font-size:9px;color:#4964dc}
.lead-aside-v49 h2{
  position:relative;z-index:1;max-width:470px;font-size:clamp(43px,4vw,60px);
  line-height:.98;letter-spacing:-.058em;margin:25px 0 18px;color:#111827
}
.lead-aside-v49>.lead-aside-intro{
  position:relative;z-index:1;max-width:465px;margin:0;color:#69768d;font-size:13px;line-height:1.75
}

/* Main visual module: same richness as mockup, but shows post-request flow */
.lead-flow-hero-v49{
  position:relative;z-index:1;margin-top:27px;padding:16px;border-radius:24px;overflow:hidden;isolation:isolate;
  border:1px solid rgba(79,96,228,.18);
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(241,244,255,.92)),
    #fff;
  box-shadow:0 18px 46px rgba(53,67,135,.11),inset 0 1px 0 rgba(255,255,255,.9)
}
.lead-flow-hero-v49:before{
  content:"";position:absolute;left:-28px;top:-62px;width:270px;height:190px;border-radius:50%;
  background:radial-gradient(circle,rgba(65,89,248,.20),rgba(65,89,248,.04) 46%,transparent 70%);z-index:-2
}
.lead-flow-hero-v49:after{
  content:"";position:absolute;right:-60px;bottom:-105px;width:300px;height:235px;border-radius:50%;
  background:radial-gradient(circle,rgba(117,87,244,.17),rgba(117,87,244,.04) 46%,transparent 70%);z-index:-2
}
.lead-flow-hero-glow{position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none;z-index:-1}
.lead-flow-hero-glow-a{width:220px;height:58px;left:84px;top:42px;transform:rotate(-11deg);border:1px solid rgba(94,105,235,.13)}
.lead-flow-hero-glow-b{width:180px;height:48px;right:3px;bottom:39px;transform:rotate(16deg);border:1px solid rgba(105,94,240,.10)}
.lead-flow-hero-head{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:13px;padding:1px 1px 14px}
.lead-flow-hero-icon{
  width:50px;height:50px;border-radius:17px;display:grid;place-items:center;color:#fff;
  background:linear-gradient(145deg,#3f5cf6,#6d55ef);
  box-shadow:0 12px 28px rgba(69,82,225,.28),inset 0 1px 0 rgba(255,255,255,.28)
}
.lead-flow-hero-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75}
.lead-flow-hero-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}
.lead-flow-hero-head small{font-size:8px;letter-spacing:.14em;font-weight:800;color:#6576cf}
.lead-flow-hero-head strong{font-size:15px;letter-spacing:-.025em;line-height:1.15;color:#141c2d}
.lead-flow-hero-v49 .lead-flow-live{padding:6px 9px;background:rgba(244,253,249,.86);border-color:#d8f0e6}
.lead-flow-hero-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.lead-flow-hero-steps article{
  position:relative;min-width:0;min-height:108px;padding:10px 10px 9px;border-radius:16px;
  border:1px solid rgba(63,79,150,.08);background:rgba(255,255,255,.72);
  backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:flex-start;
  transition:transform .2s var(--ease),border-color .2s var(--ease),background .2s var(--ease)
}
.lead-flow-hero-steps article:hover{transform:translateY(-2px);border-color:rgba(66,88,229,.17);background:rgba(255,255,255,.94)}
.lead-flow-hero-no{
  display:grid;place-items:center;width:31px;height:31px;border-radius:11px;margin-bottom:8px;
  background:#eef1ff;color:#455ddd;font-size:8.5px;font-weight:850;letter-spacing:.04em
}
.lead-flow-hero-steps b{display:block;font-size:9.5px;line-height:1.25;color:#20283a;margin-bottom:3px}
.lead-flow-hero-steps p{margin:0;padding-right:18px;font-size:7.8px;line-height:1.45;color:#7b879b}
.lead-flow-hero-steps article>i{
  position:absolute;right:8px;bottom:8px;width:23px;height:23px;border-radius:8px;display:grid;place-items:center;
  color:#29936d;background:#edf9f4
}
.lead-flow-hero-steps article>i.arrow{color:#4b60dd;background:#eef1ff}
.lead-flow-hero-steps article>i svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Work chips + privacy */
.lead-work-v49{position:relative;z-index:1;margin-top:14px}
.lead-work-v49>strong{display:block;margin-bottom:8px;color:#303b51;font-size:9px}
.lead-work-v49>div{display:flex;flex-wrap:wrap;gap:6px}
.lead-work-v49 span{
  display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(60,76,127,.10);
  background:rgba(255,255,255,.56);border-radius:999px;color:#67748a;font-size:8px;line-height:1
}
.lead-work-v49 span svg{width:12px;height:12px;color:#516ae0;fill:none;stroke:currentColor;stroke-width:1.8}
.lead-work-v49 span:nth-child(2) svg{color:#477be8}.lead-work-v49 span:nth-child(3) svg{color:#8a5dd2}
.lead-flag{font-style:normal;font-size:10px;line-height:1}
.lead-secure-v49{
  position:relative;z-index:1;margin-top:10px;display:grid;grid-template-columns:30px minmax(0,1fr) 31px;align-items:center;gap:9px;
  padding:9px 10px;border:1px solid rgba(55,74,127,.10);border-radius:15px;background:rgba(255,255,255,.50)
}
.lead-secure-v49>span,.lead-secure-v49>i{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;color:#6074a7;background:rgba(241,244,253,.84)}
.lead-secure-v49>i{font-style:normal;color:#6f7f9f;background:rgba(255,255,255,.74);border:1px solid rgba(70,87,135,.08)}
.lead-secure-v49 svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.lead-secure-v49 b{display:block;color:#2b3549;font-size:8.5px;margin-bottom:1px}.lead-secure-v49 small{display:block;color:#8190a5;font-size:7.4px;line-height:1.35}

/* Right side */
.lead-form-panel-v49{padding:50px 46px 35px;background:linear-gradient(180deg,#fff 0%,#fff 72%,#fcfefd 100%)}
.lead-form-intro-v49{padding-right:50px;margin-bottom:18px}
.lead-form-intro-v49>span{color:#78869f;font-size:9px}
.lead-form-intro-v49 h3{font-size:30px;line-height:1.03;letter-spacing:-.045em;margin:10px 0 8px}
.lead-form-intro-v49 p{font-size:11px;line-height:1.55;color:#78869c}
.lead-form-chips-v49{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}
.lead-form-chips-v49 span{
  display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#f4f6fb;
  color:#697690;border:1px solid #edf0f6;font-size:8px;line-height:1
}
.lead-form-chips-v49 span:first-child{background:#f2f4ff;color:#5269df}
.lead-form-chips-v49 span.green{background:#eef9f4;color:#268765}
.lead-form-chips-v49 svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.9}

.lead-form-v49{gap:12px}
.lead-form-v49 label>span{font-size:9px;font-weight:700;color:#67758d}
.lead-input-wrap-v49{position:relative}
.lead-input-wrap-v49>i{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);z-index:2;width:17px;height:17px;
  display:grid;place-items:center;color:#7383a4;font-style:normal;pointer-events:none
}
.lead-input-wrap-v49>i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lead-form-v49 .lead-input-wrap-v49 input{
  height:54px;padding:13px 15px 13px 44px;border-radius:16px;background:#fdfdff;border-color:#dfe5ef;
  font-size:13px;box-shadow:0 1px 0 rgba(255,255,255,.8) inset
}
.lead-textarea-wrap-v49>i{top:17px;transform:none}
.lead-form-v49 .lead-textarea-wrap-v49 textarea{
  min-height:122px;padding:15px 15px 15px 44px;border-radius:16px;background:#fdfdff;border-color:#dfe5ef;font-size:13px
}
.lead-form-v49 .lead-input-wrap-v49:focus-within>i{color:#5269e6}
.lead-submit-v49{
  height:58px!important;border-radius:17px!important;margin-top:1px;
  background:linear-gradient(100deg,#3d5af5 0%,#3158f6 54%,#4d62ee 100%)!important;
  box-shadow:0 16px 34px rgba(49,88,246,.24)!important;font-size:13px
}
.lead-submit-v49:hover{transform:translateY(-1px);box-shadow:0 19px 38px rgba(49,88,246,.29)!important}
.lead-form-foot-v49{margin-top:0;align-items:center}.lead-form-foot-v49 p{font-size:8.5px;color:#8894a7}

/* Larger success card, matching approved mockup */
.lead-form-v49 .form-status{min-height:0;margin-top:0}
.lead-form-v49 .form-status.success{margin-top:2px}
.lead-form-v49 .form-status.success .lead-success-card{
  position:relative;overflow:hidden;grid-template-columns:48px minmax(0,1fr);gap:13px;
  min-height:76px;padding:13px 15px;border-radius:17px;border-color:#ccebdd;
  background:linear-gradient(135deg,#eefaf5 0%,#f8fcfa 72%,#effaf6 100%);
  box-shadow:0 12px 30px rgba(38,146,105,.08)
}
.lead-form-v49 .form-status.success .lead-success-card:after{
  content:"";position:absolute;right:-22px;bottom:-40px;width:135px;height:100px;border-radius:50%;
  border:1px dashed rgba(45,162,118,.12);transform:rotate(-12deg)
}
.lead-form-v49 .lead-success-card-icon{
  width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#25aa78,#1d9167);
  box-shadow:0 9px 20px rgba(34,148,109,.22)
}
.lead-form-v49 .lead-success-card-icon svg{width:21px;height:21px}
.lead-form-v49 .lead-success-card-copy{gap:3px}
.lead-form-v49 .lead-success-card-copy strong{font-size:12px;color:#17805a}
.lead-form-v49 .lead-success-card-copy small{font-size:9.5px;color:#6c8a7f}

/* Keep legacy v48 component hidden if some cached markup remains */
.lead-dialog-v49 .lead-flow-card{display:none}

@media(max-width:1050px){
  .lead-dialog-v49{width:min(980px,calc(100vw - 24px));grid-template-columns:.92fr 1.08fr}
  .lead-aside-v49{padding:42px 34px 28px}.lead-form-panel-v49{padding:44px 34px 30px}
  .lead-aside-v49 h2{font-size:48px}.lead-flow-hero-steps p{padding-right:0}
}
@media(max-width:820px){
  .lead-modal{padding:10px}
  .lead-dialog-v49{grid-template-columns:1fr;max-height:calc(100dvh - 20px);border-radius:25px;width:100%}
  .lead-dialog-v49 .modal-close{right:12px;top:12px;width:39px;height:39px;border-radius:13px}
  .lead-aside-v49{min-height:0;padding:29px 20px 20px;border-right:0;border-bottom:1px solid rgba(43,58,93,.09)}
  .lead-aside-v49 h2{font-size:35px;max-width:360px;margin:17px 0 11px}
  .lead-aside-v49>.lead-aside-intro{font-size:11px;line-height:1.6;padding-right:28px}
  .lead-flow-hero-v49{margin-top:18px;padding:12px;border-radius:19px}
  .lead-flow-hero-head{grid-template-columns:40px minmax(0,1fr) auto;gap:9px;padding-bottom:10px}
  .lead-flow-hero-icon{width:40px;height:40px;border-radius:13px}
  .lead-flow-hero-head strong{font-size:12px}
  .lead-flow-hero-steps{gap:5px}
  .lead-flow-hero-steps article{min-height:88px;padding:8px;border-radius:13px}
  .lead-flow-hero-no{width:27px;height:27px;margin-bottom:5px}
  .lead-flow-hero-steps b{font-size:8.5px}.lead-flow-hero-steps p{display:none}
  .lead-work-v49{display:none}.lead-secure-v49{display:none}
  .lead-form-panel-v49{padding:21px 20px 20px}
  .lead-form-intro-v49{padding-right:24px;margin-bottom:15px}
  .lead-form-intro-v49 h3{font-size:23px}.lead-form-intro-v49 p{font-size:10px}
  .lead-form-chips-v49{margin-top:10px}
  .lead-form-row{grid-template-columns:1fr}
  .lead-form-v49 .lead-input-wrap-v49 input{height:48px}
  .lead-form-v49 .lead-textarea-wrap-v49 textarea{min-height:92px}
  .lead-submit-v49{height:52px!important}
  .lead-form-foot-v49{display:none}
  .lead-form-v49 .form-status.success .lead-success-card{min-height:64px;grid-template-columns:40px minmax(0,1fr);padding:10px 12px}
  .lead-form-v49 .lead-success-card-icon{width:40px;height:40px}
}
@media(max-width:430px){
  .lead-aside-v49{padding:26px 17px 17px}
  .lead-aside-v49 h2{font-size:31px}
  .lead-flow-hero-v49{padding:10px}
  .lead-flow-hero-head .lead-flow-live{display:none}
  .lead-flow-hero-head{grid-template-columns:38px minmax(0,1fr)}
  .lead-flow-hero-icon{width:38px;height:38px}
  .lead-flow-hero-steps article{min-height:73px;padding:7px}
  .lead-flow-hero-steps article>i{display:none}
  .lead-flow-hero-no{width:25px;height:25px}
  .lead-form-panel-v49{padding:18px 17px}
  .lead-form-chips-v49 span{padding:5px 7px;font-size:7.5px}
}
@media(prefers-reduced-motion:reduce){
  .lead-dialog-v49 .modal-close,.lead-flow-hero-steps article,.lead-submit-v49{transition:none!important}
}


/* === AdeptDEV Lead Modal v50 — readability + real Moldova flag === */
.lead-dialog-v49{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Left column: preserve soft premium look, increase real-world readability */
.lead-aside-v49 .lead-modal-kicker{
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.12em;
  color:#405bd3;
}
.lead-aside-v49>.lead-aside-intro{
  color:#55647c;
  font-size:14px;
  line-height:1.68;
}
.lead-flow-hero-head small{
  font-size:9.5px;
  color:#5368c9;
}
.lead-flow-hero-head strong{
  font-size:16px;
  color:#121a2b;
}
.lead-flow-hero-v49 .lead-flow-live{
  font-size:9.5px;
  font-weight:800;
  color:#267e60;
}
.lead-flow-hero-no{
  font-size:10px;
  color:#3f56d5;
}
.lead-flow-hero-steps b{
  font-size:11px;
  line-height:1.28;
  color:#151e31;
}
.lead-flow-hero-steps p{
  padding-right:20px;
  font-size:9.4px;
  line-height:1.45;
  color:#59677d;
}
.lead-work-v49>strong{
  font-size:10.5px;
  color:#202b40;
}
.lead-work-v49 span{
  padding:7px 10px;
  color:#526078;
  font-size:9.3px;
  font-weight:650;
  border-color:rgba(60,76,127,.13);
  background:rgba(255,255,255,.72);
}

/* Real CSS-rendered Moldova flag: never degrades to the letters “MD”. */
.lead-flag-md{
  position:relative;
  flex:0 0 auto;
  display:inline-block;
  width:15px;
  height:11px;
  overflow:hidden;
  border-radius:2px;
  background:linear-gradient(90deg,#0046ae 0 33.333%,#ffd200 33.333% 66.666%,#cc092f 66.666% 100%);
  box-shadow:0 0 0 1px rgba(21,34,62,.10),0 1px 2px rgba(21,34,62,.10);
}
.lead-flag-md>i{
  position:absolute;
  left:50%;
  top:50%;
  width:3px;
  height:4px;
  transform:translate(-50%,-50%);
  border-radius:50% 50% 45% 45%;
  background:#a96322;
  box-shadow:0 -1px 0 rgba(99,54,16,.55) inset;
}

.lead-secure-v49 b{
  font-size:10px;
  color:#202b40;
}
.lead-secure-v49 small{
  font-size:8.8px;
  line-height:1.4;
  color:#5f6d82;
}

/* Right column */
.lead-form-intro-v49>span{
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.10em;
  color:#65738b;
}
.lead-form-intro-v49 p{
  font-size:12.2px;
  line-height:1.55;
  color:#5e6c82;
}
.lead-form-chips-v49 span{
  padding:7px 10px;
  font-size:9.3px;
  font-weight:650;
  color:#5a6780;
}
.lead-form-v49 label>span{
  font-size:10.5px;
  font-weight:750;
  color:#4f5e76;
}
.lead-form-v49 .lead-input-wrap-v49 input,
.lead-form-v49 .lead-textarea-wrap-v49 textarea{
  color:#182033;
}
.lead-form-v49 .lead-input-wrap-v49 input::placeholder,
.lead-form-v49 .lead-textarea-wrap-v49 textarea::placeholder{
  color:#8793a8;
  opacity:1;
}
.lead-form-foot-v49 p{
  font-size:9.7px;
  line-height:1.45;
  color:#66748a;
}
.lead-form-v49 .lead-success-card-copy strong{
  font-size:13px;
  color:#137a55;
}
.lead-form-v49 .lead-success-card-copy small{
  font-size:10.5px;
  color:#58786c;
}

/* Keep compact layouts readable too — do not drop back to 7–8 px. */
@media(max-width:1050px){
  .lead-flow-hero-steps b{font-size:10.5px}
  .lead-flow-hero-steps p{font-size:9px}
}
@media(max-width:820px){
  .lead-aside-v49>.lead-aside-intro{font-size:12px;color:#55647c}
  .lead-flow-hero-head small{font-size:9px}
  .lead-flow-hero-head strong{font-size:13px}
  .lead-flow-hero-steps b{font-size:9.8px}
  .lead-form-intro-v49 p{font-size:11px;color:#5e6c82}
  .lead-form-chips-v49 span{font-size:8.8px}
  .lead-form-v49 label>span{font-size:10px}
}
@media(max-width:430px){
  .lead-form-chips-v49 span{font-size:8.5px}
}

/* === AdeptDEV Lead Modal v52 — compact left rail after benefit-strip removal === */
.lead-flow-hero-v49 .lead-flow-live{
  color:#3d6f62;
  background:rgba(245,251,249,.92);
}

/* AdeptDEV v53 — dedicated premium calculator lead modal */
.calc-request-btn-v53{position:relative;overflow:hidden;isolation:isolate}
.calc-request-btn-v53:before{content:"";position:absolute;inset:-60% auto -60% -35%;width:34%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:left .55s var(--ease);z-index:-1}
.calc-request-btn-v53:hover:before{left:115%}
.calc-lead-modal-v53{position:fixed;inset:0;z-index:10080;padding:24px;display:grid;place-items:center;background:rgba(17,24,39,.58);backdrop-filter:blur(13px) saturate(.9);-webkit-backdrop-filter:blur(13px) saturate(.9);opacity:0;visibility:hidden;transition:opacity .24s var(--ease),visibility .24s var(--ease)}
.calc-lead-modal-v53.open{opacity:1;visibility:visible}
.calc-lead-dialog-v53{position:relative;width:min(1120px,calc(100vw - 42px));max-height:min(820px,calc(100dvh - 42px));display:grid;grid-template-columns:.92fr 1.08fr;overflow:auto;border:1px solid rgba(202,212,233,.9);border-radius:32px;background:#fff;box-shadow:0 38px 110px rgba(15,23,42,.28),0 5px 24px rgba(15,23,42,.08);transform:translateY(16px) scale(.985);transition:transform .28s cubic-bezier(.2,.8,.2,1)}
.calc-lead-modal-v53.open .calc-lead-dialog-v53{transform:none}
.calc-lead-close-v53{position:absolute;right:18px;top:18px;z-index:8;width:46px;height:46px;display:grid;place-items:center;border:1px solid #dde4ef;border-radius:15px;background:rgba(255,255,255,.9);color:#64748b;cursor:pointer;box-shadow:0 10px 30px rgba(15,23,42,.06);transition:.2s var(--ease)}
.calc-lead-close-v53:hover{transform:translateY(-1px);color:#1f2937;border-color:#cbd5e1;background:#fff}
.calc-lead-close-v53 svg{width:18px;height:18px}
.calc-lead-summary-v53{position:relative;min-width:0;padding:46px 42px 36px;overflow:hidden;border-right:1px solid #dce3ef;background:linear-gradient(145deg,#f4f6ff 0%,#f8f9ff 54%,#eef2ff 100%)}
.calc-lead-summary-v53:before{content:"";position:absolute;inset:auto -14% -28% -4%;height:58%;background:repeating-radial-gradient(ellipse at bottom left,rgba(49,88,246,.06) 0 1px,transparent 1px 12px);opacity:.45;pointer-events:none}
.calc-lead-orb-v53{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.calc-lead-orb-a-v53{right:-105px;top:-115px;width:310px;height:310px;background:radial-gradient(circle,rgba(86,105,255,.22),rgba(86,105,255,.05) 50%,transparent 72%)}
.calc-lead-orb-b-v53{left:-90px;bottom:70px;width:220px;height:220px;background:radial-gradient(circle,rgba(151,118,255,.15),transparent 70%)}
.calc-lead-kicker-v53{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#4964dc;font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em}
.calc-lead-kicker-v53:before{content:"";width:24px;height:1px;background:currentColor;opacity:.55}
.calc-lead-summary-v53>h2{position:relative;z-index:1;margin:0;color:#111827;font-size:39px;line-height:1.03;letter-spacing:-.045em;font-weight:850}
.calc-lead-summary-intro-v53{position:relative;z-index:1;max-width:470px;margin:15px 0 25px;color:#65738b;font-size:13px;line-height:1.7}
.calc-lead-plan-v53{position:relative;z-index:1;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px 16px;border:1px solid rgba(189,201,237,.9);border-radius:21px;background:rgba(255,255,255,.82);box-shadow:0 15px 38px rgba(49,88,246,.08);backdrop-filter:blur(7px)}
.calc-lead-plan-icon-v53{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(145deg,#526df8,#6747ef);color:#fff;box-shadow:0 12px 27px rgba(74,82,232,.25)}
.calc-lead-plan-icon-v53 svg{width:24px;height:24px}
.calc-lead-plan-v53>div{min-width:0;display:flex;flex-direction:column}
.calc-lead-plan-v53 small{margin-bottom:3px;color:#7a88a2;font-size:8.5px;font-weight:900;letter-spacing:.12em}
.calc-lead-plan-v53 strong{overflow:hidden;text-overflow:ellipsis;color:#172033;font-size:17px;line-height:1.25;font-weight:850}
.calc-lead-plan-v53 div>span{margin-top:3px;color:#64748b;font-size:10px;font-weight:650}
.calc-lead-plan-v53>em{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #cfe8dc;border-radius:999px;background:#effaf4;color:#17855e;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.09em}
.calc-lead-plan-v53>em:before{content:"";width:6px;height:6px;border-radius:50%;background:#20aa78;box-shadow:0 0 0 4px rgba(32,170,120,.1)}
.calc-lead-modules-v53{position:relative;z-index:1;margin-top:17px;padding:15px;border:1px solid #dce4f3;border-radius:19px;background:rgba(255,255,255,.68)}
.calc-lead-section-title-v53{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.calc-lead-section-title-v53>span{color:#303a4d;font-size:10px;font-weight:850}
.calc-lead-section-title-v53>small{min-width:25px;height:25px;display:grid;place-items:center;border-radius:9px;background:#eef2ff;color:#4261ee;font-size:9px;font-weight:900}
.calc-lead-module-list-v53{display:flex;flex-direction:column;gap:7px;max-height:132px;overflow:auto;padding-right:3px}
.calc-lead-module-v53{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid #e5eaf3;border-radius:12px;background:#fff}
.calc-lead-module-v53 span{min-width:0;color:#4f5c72;font-size:10px;line-height:1.35;font-weight:700}
.calc-lead-module-v53 b{flex:0 0 auto;color:#26334a;font-size:9px;line-height:1.3;font-weight:850;white-space:nowrap}
.calc-lead-costs-v53{position:relative;z-index:1;margin-top:17px;padding:14px 15px 15px;border:1px solid #d9e1f1;border-radius:21px;background:#fff;box-shadow:0 15px 34px rgba(42,56,92,.055)}
.calc-lead-cost-row-v53{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 2px;border-bottom:1px solid #edf0f5}
.calc-lead-cost-row-v53[hidden]{display:none!important}
.calc-lead-cost-row-v53 span{color:#6c788c;font-size:10px;font-weight:650}
.calc-lead-cost-row-v53 strong{color:#26334a;font-size:11px;font-weight:850;white-space:nowrap}
.calc-lead-discount-row-v53 strong{color:#16885f}
.calc-lead-total-v53{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:15px 16px;border-radius:16px;background:linear-gradient(115deg,#3158f6,#4d61ed 58%,#684ee8);color:#fff;box-shadow:0 14px 30px rgba(49,88,246,.23)}
.calc-lead-total-v53:after{content:"";position:absolute;right:-22px;top:-54px;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 18px rgba(255,255,255,.035),0 0 0 38px rgba(255,255,255,.025)}
.calc-lead-total-v53>div{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px}
.calc-lead-total-v53 small{font-size:8px;font-weight:850;letter-spacing:.1em;opacity:.75}
.calc-lead-total-v53 strong{font-size:26px;line-height:1.05;letter-spacing:-.035em;font-weight:900}
.calc-lead-total-v53>span{position:relative;z-index:1;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.12)}
.calc-lead-total-v53 svg{width:17px;height:17px}
.calc-lead-secure-v53{position:relative;z-index:1;display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:center;margin-top:14px;padding:10px 12px;border:1px solid rgba(211,220,239,.9);border-radius:14px;background:rgba(255,255,255,.58)}
.calc-lead-secure-v53>svg{width:17px;height:17px;color:#5770dd;margin-left:6px}
.calc-lead-secure-v53>div{display:flex;flex-direction:column;gap:2px}
.calc-lead-secure-v53 b{color:#3d4a60;font-size:9.5px;font-weight:800}
.calc-lead-secure-v53 small{color:#8490a3;font-size:8.5px;line-height:1.4}
.calc-lead-contact-v53{min-width:0;padding:53px 45px 38px;background:#fff}
.calc-lead-form-head-v53{padding-right:50px}
.calc-lead-form-head-v53>span{display:block;margin-bottom:8px;color:#6e7e99;font-size:9px;font-weight:900;letter-spacing:.15em}
.calc-lead-form-head-v53 h3{margin:0;color:#111827;font-size:30px;line-height:1.08;letter-spacing:-.04em;font-weight:850}
.calc-lead-form-head-v53 p{max-width:560px;margin:9px 0 0;color:#6b778b;font-size:11.5px;line-height:1.65}
.calc-lead-mini-flow-v53{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;margin:20px 0 22px;padding:10px 12px;border:1px solid #e3e8f1;border-radius:14px;background:#fafbfe}
.calc-lead-mini-flow-v53 span{display:inline-flex;align-items:center;gap:6px;color:#78869b;font-size:8.5px;font-weight:800;white-space:nowrap}
.calc-lead-mini-flow-v53 span i{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#eef1f6;color:#7c889b;font-size:7.5px;font-style:normal;font-weight:900}
.calc-lead-mini-flow-v53 span.active{color:#237a5d}.calc-lead-mini-flow-v53 span.active i{background:#e9f8f1;color:#1e9169}
.calc-lead-mini-flow-v53>b{height:1px;background:linear-gradient(90deg,#dfe5ef,#ccd6e7)}
.calc-lead-form-v53{display:flex;flex-direction:column;gap:13px}
.calc-lead-form-row-v53{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.calc-lead-form-v53 label{display:flex;flex-direction:column;gap:7px;color:#56647a;font-size:9.5px;font-weight:800}
.calc-lead-field-v53{position:relative}
.calc-lead-field-v53>i{position:absolute;z-index:1;left:15px;top:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateY(-50%);color:#7c8ba7;font-style:normal;pointer-events:none}
.calc-lead-field-v53>i svg{width:16px;height:16px}
.calc-lead-field-v53 input,.calc-lead-field-v53 textarea{width:100%;border:1px solid #d9e1ed;border-radius:15px;background:#fbfcfe;color:#172033;font-family:inherit;font-size:12px;outline:0;transition:border-color .18s,box-shadow .18s,background .18s}
.calc-lead-field-v53 input{height:52px;padding:0 15px 0 45px}
.calc-lead-field-v53 textarea{min-height:104px;padding:15px 15px 15px 45px;line-height:1.55;resize:vertical}
.calc-lead-field-v53 input::placeholder,.calc-lead-field-v53 textarea::placeholder{color:#9aa6b9}
.calc-lead-field-v53:focus-within input,.calc-lead-field-v53:focus-within textarea{border-color:#9eb0fb;background:#fff;box-shadow:0 0 0 4px rgba(49,88,246,.07)}
.calc-lead-textarea-v53>i{top:17px;transform:none}
.calc-lead-submit-v53{height:56px!important;margin-top:3px;border-radius:16px!important;background:linear-gradient(105deg,#3158f6,#4b5cf0 60%,#684ee8)!important;box-shadow:0 16px 34px rgba(49,88,246,.24)!important;font-size:12px!important}
.calc-lead-submit-v53:hover{transform:translateY(-1px);box-shadow:0 20px 40px rgba(49,88,246,.29)!important}
.calc-lead-privacy-v53{display:flex;align-items:center;gap:7px;margin-top:-2px;color:#8a96a8;font-size:8.5px;line-height:1.4}
.calc-lead-privacy-v53 svg{width:14px;height:14px;flex:0 0 auto;color:#7183a6}
.calc-lead-form-v53 .form-status{min-height:0;margin:0}
.calc-lead-form-v53 .form-status.success .lead-success-card{min-height:68px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#f0fbf6,#f8fcfa);border-color:#d4ede2;box-shadow:none}
.calc-lead-form-v53 .form-status.success .lead-success-card-copy strong{font-size:11px;color:#23664f}.calc-lead-form-v53 .form-status.success .lead-success-card-copy small{font-size:9px;color:#708e82}
@media(max-width:980px){
  .calc-lead-dialog-v53{grid-template-columns:.95fr 1.05fr;width:min(960px,calc(100vw - 26px))}
  .calc-lead-summary-v53{padding:42px 27px 30px}.calc-lead-contact-v53{padding:50px 29px 32px}
  .calc-lead-summary-v53>h2{font-size:33px}.calc-lead-form-head-v53 h3{font-size:27px}
}
@media(max-width:760px){
  .calc-lead-modal-v53{padding:10px;place-items:start center;overflow:auto}
  .calc-lead-dialog-v53{width:100%;max-height:none;grid-template-columns:1fr;border-radius:25px;overflow:visible}
  .calc-lead-close-v53{position:fixed;right:20px;top:20px;width:40px;height:40px;border-radius:13px}
  .calc-lead-summary-v53{padding:31px 18px 21px;border-right:0;border-bottom:1px solid #dce3ef;border-radius:25px 25px 0 0}
  .calc-lead-kicker-v53{padding-right:45px}.calc-lead-summary-v53>h2{font-size:30px}.calc-lead-summary-intro-v53{font-size:11px;margin:11px 0 17px}
  .calc-lead-plan-v53{grid-template-columns:46px minmax(0,1fr) auto;padding:12px;border-radius:17px}.calc-lead-plan-icon-v53{width:46px;height:46px;border-radius:14px}.calc-lead-plan-v53 strong{font-size:14px}.calc-lead-plan-v53>em{font-size:7px;padding:6px 7px}
  .calc-lead-modules-v53{margin-top:12px;padding:12px;border-radius:16px}.calc-lead-module-list-v53{max-height:112px}.calc-lead-module-v53{padding:8px 9px}.calc-lead-module-v53 span{font-size:9.5px}.calc-lead-module-v53 b{font-size:8.5px}
  .calc-lead-costs-v53{margin-top:12px;padding:12px;border-radius:17px}.calc-lead-cost-row-v53{padding:7px 1px}.calc-lead-total-v53{padding:13px 14px}.calc-lead-total-v53 strong{font-size:23px}
  .calc-lead-secure-v53{display:none}
  .calc-lead-contact-v53{padding:24px 18px 22px}.calc-lead-form-head-v53{padding-right:36px}.calc-lead-form-head-v53 h3{font-size:25px}.calc-lead-form-head-v53 p{font-size:10px}.calc-lead-mini-flow-v53{margin:16px 0;padding:8px 9px;gap:5px}.calc-lead-mini-flow-v53 span{font-size:7.5px}.calc-lead-mini-flow-v53 span i{width:20px;height:20px}
  .calc-lead-form-row-v53{grid-template-columns:1fr}.calc-lead-form-v53{gap:11px}.calc-lead-field-v53 input{height:49px}.calc-lead-field-v53 textarea{min-height:92px}.calc-lead-submit-v53{height:52px!important}
}
@media(max-width:430px){.calc-lead-mini-flow-v53>b{display:none}.calc-lead-mini-flow-v53{grid-template-columns:repeat(3,1fr)}.calc-lead-mini-flow-v53 span{justify-content:center}.calc-lead-plan-v53>em{display:none}}
@media(prefers-reduced-motion:reduce){.calc-lead-modal-v53,.calc-lead-dialog-v53,.calc-lead-close-v53{transition:none!important}}


/* AdeptDEV logo v54 */
@media(max-width:760px){
  .brand-mark{width:48px;height:34px;flex-basis:48px;border-radius:0}
  .brand-mark img{width:48px;max-height:34px}
  .mobile-panel-head .brand{gap:9px}
}


/* AdeptDEV v55 — calculator lead modal reliability & contact UX */
.hp-field{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  opacity:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

@media(min-width:821px){
  .calc-lead-modal-v53{padding:14px 20px}
  .calc-lead-dialog-v53{
    width:min(1120px,calc(100vw - 40px));
    max-height:calc(100dvh - 28px);
    overflow:hidden;
  }
  .calc-lead-summary-v53{padding:39px 38px 28px}
  .calc-lead-summary-intro-v53{margin:12px 0 19px;line-height:1.58}
  .calc-lead-plan-v53{padding:13px 15px}
  .calc-lead-modules-v53{margin-top:13px;padding:13px}
  .calc-lead-module-list-v53{max-height:118px}
  .calc-lead-costs-v53{margin-top:13px;padding:12px 14px 13px}
  .calc-lead-cost-row-v53{padding:7px 2px}
  .calc-lead-total-v53{margin-top:10px;padding:13px 15px}
  .calc-lead-secure-v53{margin-top:11px;padding:9px 11px}

  .calc-lead-contact-v53{padding:42px 39px 27px}
  .calc-lead-form-head-v53 h3{font-size:29px}
  .calc-lead-form-head-v53 p{margin-top:7px;line-height:1.52}
  .calc-lead-mini-flow-v53{margin:15px 0 16px;padding:9px 11px}
  .calc-lead-form-v53{gap:11px}
  .calc-lead-form-v53 label{gap:6px}
  .calc-lead-field-v53 input{height:50px}
  .calc-lead-field-v53 textarea{min-height:92px;max-height:128px;resize:vertical}
  .calc-lead-submit-v53{height:54px!important;margin-top:1px}
  .calc-lead-privacy-v53{margin-top:-1px}

  .calc-lead-form-v53 .form-status.success{margin-top:0}
  .calc-lead-form-v53 .form-status.success .lead-success-card{
    min-height:58px;
    grid-template-columns:38px minmax(0,1fr);
    gap:10px;
    padding:9px 12px;
    border-radius:14px;
    background:linear-gradient(135deg,#eefaf5,#f8fcfa);
    border-color:#cfeadf;
    box-shadow:0 10px 24px rgba(38,146,105,.07);
  }
  .calc-lead-form-v53 .form-status.success .lead-success-card-icon{
    width:38px;height:38px;border-radius:12px;
  }
  .calc-lead-form-v53 .form-status.success .lead-success-card-copy{display:flex;flex-direction:column;gap:2px}
  .calc-lead-form-v53 .form-status.success .lead-success-card-copy strong{display:block;font-size:11px;line-height:1.25;color:#1f6c51}
  .calc-lead-form-v53 .form-status.success .lead-success-card-copy small{display:block;font-size:9px;line-height:1.4;color:#648579}
  .calc-lead-form-v53:has(.form-status.success) .calc-lead-privacy-v53{display:none}
}

/* Short desktop viewports: let the overlay scroll, never the white dialog itself. */
@media(min-width:821px) and (max-height:780px){
  .calc-lead-modal-v53{place-items:start center;overflow-y:auto;padding:10px 18px}
  .calc-lead-dialog-v53{max-height:none;margin:auto;overflow:hidden}
  .calc-lead-summary-v53{padding-top:31px;padding-bottom:23px}
  .calc-lead-contact-v53{padding-top:33px;padding-bottom:22px}
  .calc-lead-summary-v53>h2{font-size:34px}
  .calc-lead-summary-intro-v53{margin:10px 0 15px;font-size:11.5px}
  .calc-lead-modules-v53,.calc-lead-costs-v53{margin-top:10px}
  .calc-lead-secure-v53{display:none}
  .calc-lead-mini-flow-v53{margin:12px 0 13px}
  .calc-lead-field-v53 textarea{min-height:82px}
}

/* AdeptDEV v56 — premium website-redesign block + dedicated redesign modal */
.pricing-builder-v12 .existing-site-redesign-v56{margin-top:20px;padding:24px;border:1px solid #d8e1f4;border-radius:28px;background:linear-gradient(145deg,#f5f7ff 0%,#ffffff 55%,#f6f9ff 100%);box-shadow:0 18px 46px rgba(49,88,246,.08);position:relative;overflow:hidden}
.pricing-builder-v12 .existing-site-redesign-v56:before{content:"";position:absolute;right:-80px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.14),transparent 68%);pointer-events:none}
.pricing-builder-v12 .existing-site-redesign-head-v56{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}
.pricing-builder-v12 .existing-site-kicker-v56{display:inline-flex;align-items:center;gap:9px;color:#4964dc;font-size:10px;font-weight:900;letter-spacing:.16em}
.pricing-builder-v12 .existing-site-kicker-v56:before{content:"";width:22px;height:1px;background:currentColor;opacity:.5}
.pricing-builder-v12 .existing-site-redesign-head-v56 h3{margin:9px 0 0;color:#141a27;font-size:30px;line-height:1.08;letter-spacing:-.04em;max-width:620px}
.pricing-builder-v12 .existing-site-redesign-head-v56 p{max-width:770px;margin:11px 0 0;color:#667085;font-size:13px;line-height:1.7}
.pricing-builder-v12 .existing-site-action-v56{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:54px;padding:0 20px;border:0;border-radius:16px;background:linear-gradient(105deg,#3158f6,#5362ef 58%,#6a4fe8);color:#fff;font-family:inherit;font-size:12px;font-weight:850;white-space:nowrap;cursor:pointer;box-shadow:0 16px 34px rgba(49,88,246,.22);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.pricing-builder-v12 .existing-site-action-v56:hover{transform:translateY(-1px);box-shadow:0 20px 38px rgba(49,88,246,.28)}
.pricing-builder-v12 .existing-site-action-v56 svg{width:16px;height:16px}
.pricing-builder-v12 .existing-site-layout-v56{position:relative;z-index:1;display:grid;grid-template-columns:1.07fr .93fr;gap:18px;margin-top:20px}
.pricing-builder-v12 .existing-site-benefits-v56{display:grid;gap:12px}
.pricing-builder-v12 .existing-site-benefits-v56 article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:15px 16px;border:1px solid #e2e8f5;border-radius:18px;background:rgba(255,255,255,.84)}
.pricing-builder-v12 .existing-site-benefits-v56 article i{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#eef2ff,#ffffff);color:#4360ea;border:1px solid #dce4f8;box-shadow:0 10px 20px rgba(49,88,246,.08)}
.pricing-builder-v12 .existing-site-benefits-v56 article i svg{width:21px;height:21px}
.pricing-builder-v12 .existing-site-benefits-v56 article b{display:block;color:#192132;font-size:13px;line-height:1.35}
.pricing-builder-v12 .existing-site-benefits-v56 article p{margin:5px 0 0;color:#6b778c;font-size:11px;line-height:1.6}
.pricing-builder-v12 .existing-site-preview-card-v56{height:100%;padding:18px;border:1px solid #dbe3f4;border-radius:22px;background:linear-gradient(150deg,rgba(255,255,255,.95),rgba(245,248,255,.98));box-shadow:0 14px 34px rgba(36,56,94,.06)}
.pricing-builder-v12 .existing-site-preview-head-v56{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #e5eaf4}
.pricing-builder-v12 .existing-site-preview-head-v56>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#4d69f5,#6a50e8);color:#fff;box-shadow:0 12px 24px rgba(49,88,246,.22)}
.pricing-builder-v12 .existing-site-preview-head-v56>span svg{width:20px;height:20px}
.pricing-builder-v12 .existing-site-preview-head-v56 small{display:block;color:#7a89a4;font-size:8.5px;font-weight:900;letter-spacing:.13em}
.pricing-builder-v12 .existing-site-preview-head-v56 strong{display:block;margin-top:2px;color:#172033;font-size:15px;line-height:1.3}
.pricing-builder-v12 .existing-site-preview-list-v56{display:grid;gap:10px;margin-top:16px}
.pricing-builder-v12 .existing-site-preview-list-v56 div{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;padding:10px 0;border-bottom:1px dashed #e5ebf5}
.pricing-builder-v12 .existing-site-preview-list-v56 div:last-child{padding-bottom:0;border-bottom:0}
.pricing-builder-v12 .existing-site-preview-list-v56 b{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4261ee;font-size:9px;font-weight:900}
.pricing-builder-v12 .existing-site-preview-list-v56 span{color:#5c697f;font-size:11px;line-height:1.55;font-weight:700}
.pricing-builder-v12 .existing-site-chip-row-v56{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.pricing-builder-v12 .existing-site-chip-row-v56 span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid #dde5f7;background:#fff;color:#5a667c;font-size:10px;font-weight:800}
.pricing-builder-v12 .existing-site-chip-row-v56 svg{width:13px;height:13px;color:#4360ea}

.redesign-lead-modal-v56{position:fixed;inset:0;z-index:10090;padding:22px;display:grid;place-items:center;background:rgba(17,24,39,.58);backdrop-filter:blur(13px) saturate(.9);-webkit-backdrop-filter:blur(13px) saturate(.9);opacity:0;visibility:hidden;transition:opacity .24s var(--ease),visibility .24s var(--ease)}
.redesign-lead-modal-v56.open{opacity:1;visibility:visible}
.redesign-lead-dialog-v56{position:relative;width:min(1140px,calc(100vw - 40px));max-height:min(860px,calc(100dvh - 36px));display:grid;grid-template-columns:.95fr 1.05fr;overflow:auto;border:1px solid rgba(208,217,235,.95);border-radius:32px;background:#fff;box-shadow:0 38px 110px rgba(15,23,42,.28),0 5px 24px rgba(15,23,42,.08);transform:translateY(16px) scale(.985);transition:transform .28s cubic-bezier(.2,.8,.2,1)}
.redesign-lead-modal-v56.open .redesign-lead-dialog-v56{transform:none}
.redesign-lead-close-v56{position:absolute;right:18px;top:18px;z-index:5;width:46px;height:46px;display:grid;place-items:center;border:1px solid #dde4ef;border-radius:15px;background:rgba(255,255,255,.92);color:#64748b;cursor:pointer;box-shadow:0 10px 30px rgba(15,23,42,.06);transition:.2s var(--ease)}
.redesign-lead-close-v56:hover{transform:translateY(-1px);color:#1f2937;border-color:#cbd5e1;background:#fff}
.redesign-lead-close-v56 svg{width:18px;height:18px}
.redesign-lead-aside-v56{position:relative;min-width:0;padding:46px 40px 36px;border-right:1px solid #dce3ef;background:linear-gradient(145deg,#f4f6ff 0%,#f8f9ff 54%,#eef2ff 100%);overflow:hidden}
.redesign-lead-aside-v56:before{content:"";position:absolute;inset:auto -14% -28% -4%;height:60%;background:repeating-radial-gradient(ellipse at bottom left,rgba(49,88,246,.06) 0 1px,transparent 1px 12px);opacity:.45;pointer-events:none}
.redesign-lead-kicker-v56{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#4964dc;font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em}
.redesign-lead-kicker-v56:before{content:"";width:24px;height:1px;background:currentColor;opacity:.55}
.redesign-lead-aside-v56 h2{position:relative;z-index:1;margin:0;color:#111827;font-size:38px;line-height:1.05;letter-spacing:-.045em;font-weight:850;max-width:480px}
.redesign-lead-aside-v56>p{position:relative;z-index:1;max-width:510px;margin:14px 0 22px;color:#65738b;font-size:13px;line-height:1.7}
.redesign-audit-card-v56{position:relative;z-index:1;padding:16px;border:1px solid #dce4f3;border-radius:22px;background:rgba(255,255,255,.8);box-shadow:0 15px 38px rgba(49,88,246,.08)}
.redesign-audit-card-v56 header{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #e6ebf4}
.redesign-audit-card-v56 header>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#526df8,#6747ef);color:#fff;box-shadow:0 12px 27px rgba(74,82,232,.25)}
.redesign-audit-card-v56 header>span svg{width:21px;height:21px}
.redesign-audit-card-v56 header small{display:block;color:#7b88a0;font-size:8.5px;font-weight:900;letter-spacing:.13em}
.redesign-audit-card-v56 header strong{display:block;margin-top:2px;color:#182135;font-size:16px;line-height:1.3}
.redesign-audit-list-v56{display:grid;gap:10px;margin-top:15px}
.redesign-audit-list-v56 article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;padding:10px 0;border-bottom:1px dashed #e5ebf5}
.redesign-audit-list-v56 article:last-child{padding-bottom:0;border-bottom:0}
.redesign-audit-list-v56 article>b{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4261ee;font-size:9px;font-weight:900}
.redesign-audit-list-v56 article strong{display:block;color:#1f2937;font-size:12px;line-height:1.35}
.redesign-audit-list-v56 article p{margin:4px 0 0;color:#6b778c;font-size:10px;line-height:1.55}
.redesign-focus-v56{position:relative;z-index:1;margin-top:16px;padding:14px 15px;border:1px solid rgba(211,220,239,.9);border-radius:17px;background:rgba(255,255,255,.6)}
.redesign-focus-v56 strong{display:block;color:#303a4d;font-size:10px;font-weight:850}
.redesign-focus-v56>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.redesign-focus-v56 span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #dde5f7;color:#5a667c;font-size:9.5px;font-weight:800}
.redesign-lead-form-wrap-v56{min-width:0;padding:52px 44px 38px;background:#fff}
.redesign-lead-form-head-v56{padding-right:50px}
.redesign-lead-form-head-v56>span{display:block;margin-bottom:8px;color:#6e7e99;font-size:9px;font-weight:900;letter-spacing:.15em}
.redesign-lead-form-head-v56 h3{margin:0;color:#111827;font-size:30px;line-height:1.08;letter-spacing:-.04em;font-weight:850}
.redesign-lead-form-head-v56 p{max-width:560px;margin:9px 0 0;color:#6b778b;font-size:11.5px;line-height:1.65}
.redesign-mini-flow-v56{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;margin:20px 0 22px;padding:10px 12px;border:1px solid #e3e8f1;border-radius:14px;background:#fafbfe}
.redesign-mini-flow-v56 span{display:inline-flex;align-items:center;gap:6px;color:#78869b;font-size:8.5px;font-weight:800;white-space:nowrap}
.redesign-mini-flow-v56 span i{width:23px;height:23px;display:grid;place-items:center;border-radius:8px;background:#eef1f6;color:#7c889b;font-size:7.5px;font-style:normal;font-weight:900}
.redesign-mini-flow-v56 span.active{color:#237a5d}.redesign-mini-flow-v56 span.active i{background:#e9f8f1;color:#1e9169}
.redesign-mini-flow-v56>b{height:1px;background:linear-gradient(90deg,#dfe5ef,#ccd6e7)}
.redesign-lead-form-v56{display:flex;flex-direction:column;gap:13px}
.redesign-form-row-v56{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.redesign-lead-form-v56 label{display:flex;flex-direction:column;gap:7px;color:#56647a;font-size:9.5px;font-weight:800}
.redesign-field-v56{position:relative}
.redesign-field-v56>i{position:absolute;z-index:1;left:15px;top:50%;width:18px;height:18px;display:grid;place-items:center;transform:translateY(-50%);color:#7c8ba7;font-style:normal;pointer-events:none}
.redesign-field-v56>i svg{width:16px;height:16px}
.redesign-field-v56 input,.redesign-field-v56 textarea{width:100%;border:1px solid #d9e1ed;border-radius:15px;background:#fbfcfe;color:#172033;font-family:inherit;font-size:12px;outline:0;transition:border-color .18s,box-shadow .18s,background .18s}
.redesign-field-v56 input{height:52px;padding:0 15px 0 45px}
.redesign-field-v56 textarea{min-height:120px;padding:15px 15px 15px 45px;line-height:1.55;resize:vertical}
.redesign-field-v56 input::placeholder,.redesign-field-v56 textarea::placeholder{color:#9aa6b9}
.redesign-field-v56:focus-within input,.redesign-field-v56:focus-within textarea{border-color:#9eb0fb;background:#fff;box-shadow:0 0 0 4px rgba(49,88,246,.07)}
.redesign-textarea-v56>i{top:17px;transform:none}
.redesign-submit-v56{height:56px!important;margin-top:3px;border-radius:16px!important;background:linear-gradient(105deg,#3158f6,#4b5cf0 60%,#684ee8)!important;box-shadow:0 16px 34px rgba(49,88,246,.24)!important;font-size:12px!important}
.redesign-submit-v56:hover{transform:translateY(-1px);box-shadow:0 20px 40px rgba(49,88,246,.29)!important}
.redesign-lead-note-v56{display:flex;align-items:flex-start;gap:8px;margin-top:-1px;color:#8a96a8;font-size:8.8px;line-height:1.45}
.redesign-lead-note-v56 svg{width:14px;height:14px;flex:0 0 auto;color:#7183a6;margin-top:1px}
.redesign-lead-form-v56 .form-status{min-height:0;margin:0}
.redesign-lead-form-v56 .form-status.success .lead-success-card{min-height:64px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#eefaf5,#f8fcfa);border-color:#cfeadf;box-shadow:0 10px 24px rgba(38,146,105,.07)}
.redesign-lead-form-v56 .form-status.success .lead-success-card-copy strong{font-size:11px;color:#1f6c51}.redesign-lead-form-v56 .form-status.success .lead-success-card-copy small{font-size:9px;color:#648579}

@media(max-width:980px){
  .pricing-builder-v12 .existing-site-redesign-head-v56{grid-template-columns:1fr}
  .pricing-builder-v12 .existing-site-layout-v56{grid-template-columns:1fr}
  .pricing-builder-v12 .existing-site-action-v56{width:100%}
  .redesign-lead-dialog-v56{grid-template-columns:.95fr 1.05fr;width:min(960px,calc(100vw - 26px))}
  .redesign-lead-aside-v56{padding:42px 28px 30px}.redesign-lead-form-wrap-v56{padding:48px 30px 32px}
  .redesign-lead-aside-v56 h2{font-size:34px}.redesign-lead-form-head-v56 h3{font-size:27px}
}
@media(max-width:760px){
  .pricing-builder-v12 .existing-site-redesign-v56{padding:18px;border-radius:22px}
  .pricing-builder-v12 .existing-site-redesign-head-v56 h3{font-size:24px}
  .pricing-builder-v12 .existing-site-redesign-head-v56 p{font-size:12px;line-height:1.65}
  .pricing-builder-v12 .existing-site-benefits-v56 article{grid-template-columns:40px 1fr;padding:13px 14px}
  .pricing-builder-v12 .existing-site-benefits-v56 article i{width:40px;height:40px;border-radius:13px}
  .pricing-builder-v12 .existing-site-preview-card-v56{padding:15px;border-radius:18px}
  .pricing-builder-v12 .existing-site-chip-row-v56 span{font-size:9px}

  .redesign-lead-modal-v56{padding:10px;place-items:start center;overflow:auto}
  .redesign-lead-dialog-v56{width:100%;max-height:none;grid-template-columns:1fr;border-radius:25px;overflow:visible}
  .redesign-lead-close-v56{position:fixed;right:20px;top:20px;width:40px;height:40px;border-radius:13px}
  .redesign-lead-aside-v56{padding:31px 18px 21px;border-right:0;border-bottom:1px solid #dce3ef;border-radius:25px 25px 0 0}
  .redesign-lead-kicker-v56{padding-right:45px}.redesign-lead-aside-v56 h2{font-size:29px}.redesign-lead-aside-v56>p{font-size:11px;margin:11px 0 17px}
  .redesign-audit-card-v56{padding:13px;border-radius:18px}.redesign-focus-v56{padding:12px;border-radius:15px}
  .redesign-lead-form-wrap-v56{padding:24px 18px 22px}.redesign-lead-form-head-v56{padding-right:36px}.redesign-lead-form-head-v56 h3{font-size:25px}.redesign-lead-form-head-v56 p{font-size:10px}
  .redesign-mini-flow-v56{margin:16px 0;padding:8px 9px;gap:5px}.redesign-mini-flow-v56 span{font-size:7.5px}.redesign-mini-flow-v56 span i{width:20px;height:20px}
  .redesign-form-row-v56{grid-template-columns:1fr}.redesign-lead-form-v56{gap:11px}.redesign-field-v56 input{height:49px}.redesign-field-v56 textarea{min-height:104px}.redesign-submit-v56{height:52px!important}
}
@media(max-width:430px){.redesign-mini-flow-v56>b{display:none}.redesign-mini-flow-v56{grid-template-columns:repeat(3,1fr)}.redesign-mini-flow-v56 span{justify-content:center}}
@media(prefers-reduced-motion:reduce){.redesign-lead-modal-v56,.redesign-lead-dialog-v56,.redesign-lead-close-v56,.pricing-builder-v12 .existing-site-action-v56{transition:none!important}}

/* AdeptDEV v57 — animated calculator flow */
.calc-lead-mini-flow-v53{
  position:relative;
  overflow:hidden;
  border:1px solid #dde4ef;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfcff 0%,#f7f9fe 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 22px rgba(34,57,106,.05);
}
.calc-lead-mini-flow-v53::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at left center,rgba(85,103,255,.08),transparent 36%);
  opacity:.8;
  pointer-events:none;
}
.calc-lead-mini-flow-v53 span,
.calc-lead-mini-flow-v53 b{position:relative;z-index:1}
.calc-lead-mini-flow-v53 span{
  justify-content:flex-start;
  min-height:34px;
  padding:6px 8px;
  border-radius:12px;
  transition:transform .28s var(--ease),color .28s var(--ease),background-color .28s var(--ease),box-shadow .28s var(--ease),opacity .24s var(--ease);
}
.calc-lead-mini-flow-v53 span i{
  transition:transform .28s var(--ease),background-color .28s var(--ease),color .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease);
  border:1px solid transparent;
}
.calc-lead-mini-flow-v53 b{
  position:relative;
  overflow:hidden;
  height:2px;
  border-radius:999px;
  background:#dfe5ef;
}
.calc-lead-mini-flow-v53 b::after{
  content:"";
  position:absolute;
  inset:0;
  transform-origin:left center;
  transform:scaleX(0);
  background:linear-gradient(90deg,#4d68f6,#6c55ea);
  transition:transform .42s cubic-bezier(.2,.75,.2,1);
}
.calc-lead-mini-flow-v53[data-step="1"] span:nth-child(1),
.calc-lead-mini-flow-v53[data-step="2"] span:nth-child(3),
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(5){
  color:#1c2740;
  background:rgba(255,255,255,.95);
  box-shadow:0 8px 22px rgba(49,88,246,.12);
  transform:translateY(-1px);
}
.calc-lead-mini-flow-v53[data-step="1"] span:nth-child(1) i,
.calc-lead-mini-flow-v53[data-step="2"] span:nth-child(3) i,
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(5) i{
  background:linear-gradient(145deg,#536ef8,#6648ee);
  color:#fff;
  border-color:rgba(255,255,255,.3);
  box-shadow:0 10px 18px rgba(80,92,241,.28);
  transform:scale(1.05);
}
.calc-lead-mini-flow-v53[data-step="2"] span:nth-child(1),
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(1),
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(3),
.calc-lead-mini-flow-v53 span.done{
  color:#1f7d5d;
}
.calc-lead-mini-flow-v53[data-step="2"] span:nth-child(1) i,
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(1) i,
.calc-lead-mini-flow-v53[data-step="3"] span:nth-child(3) i,
.calc-lead-mini-flow-v53 span.done i{
  background:#e9f8f1;
  color:#16805c;
  border-color:#cfe8dc;
  box-shadow:none;
}
.calc-lead-mini-flow-v53[data-step="2"] b:nth-child(2)::after,
.calc-lead-mini-flow-v53[data-step="3"] b:nth-child(2)::after,
.calc-lead-mini-flow-v53[data-step="3"] b:nth-child(4)::after{
  transform:scaleX(1);
}
.calc-lead-mini-flow-v53.is-locked span:nth-child(5){
  animation:calcFlowPulse57 1.2s ease-in-out infinite;
}
@keyframes calcFlowPulse57{
  0%,100%{box-shadow:0 8px 22px rgba(49,88,246,.14);transform:translateY(-1px) scale(1)}
  50%{box-shadow:0 12px 28px rgba(49,88,246,.2);transform:translateY(-2px) scale(1.012)}
}
@media(max-width:760px){
  .calc-lead-mini-flow-v53{border-radius:15px}
  .calc-lead-mini-flow-v53 span{min-height:30px;padding:5px 6px}
}

/* AdeptDEV v58 — simplify existing-site block + "what is included" modal */
.pricing-builder-v12 .existing-site-redesign-v58{padding:22px 24px;background:linear-gradient(145deg,#f7f8ff 0%,#fbfcff 52%,#f6f8ff 100%)}
.pricing-builder-v12 .existing-site-redesign-head-v58{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}
.pricing-builder-v12 .existing-site-redesign-head-v58 h3{max-width:650px;margin-top:8px}
.pricing-builder-v12 .existing-site-redesign-head-v58 p{max-width:760px;margin-top:12px;font-size:13px;line-height:1.72}
.pricing-builder-v12 .existing-site-actions-v58{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}
.pricing-builder-v12 .existing-site-info-btn-v58{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 18px;border-radius:16px;border:1px solid #d9e1f4;background:rgba(255,255,255,.95);box-shadow:0 12px 28px rgba(49,88,246,.08);color:#2b3650;font:inherit;cursor:pointer;font-size:12px;font-weight:850;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}
.pricing-builder-v12 .existing-site-info-btn-v58 span{width:26px;height:26px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4662ed}
.pricing-builder-v12 .existing-site-info-btn-v58 span svg{width:15px;height:15px}
.pricing-builder-v12 .existing-site-info-btn-v58:hover{transform:translateY(-1px);border-color:#cbd7f3;box-shadow:0 16px 34px rgba(49,88,246,.12)}
.pricing-builder-v12 .existing-site-summary-v58{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #e3e8f4}
.pricing-builder-v12 .existing-site-summary-v58 span{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid #dee5f5;border-radius:999px;background:rgba(255,255,255,.88);color:#59667c;font-size:11px;font-weight:800}
.pricing-builder-v12 .existing-site-summary-v58 svg{width:14px;height:14px;color:#4762ec}

.redesign-info-modal-v58{position:fixed;inset:0;z-index:10088;padding:18px;display:grid;place-items:center;background:rgba(17,24,39,.5);backdrop-filter:blur(10px) saturate(.9);-webkit-backdrop-filter:blur(10px) saturate(.9);opacity:0;visibility:hidden;transition:opacity .24s var(--ease),visibility .24s var(--ease)}
.redesign-info-modal-v58.open{opacity:1;visibility:visible}
.redesign-info-dialog-v58{position:relative;width:min(940px,calc(100vw - 36px));max-height:min(780px,calc(100dvh - 36px));overflow:auto;padding:28px 28px 24px;border:1px solid #dbe3f1;border-radius:28px;background:linear-gradient(145deg,#ffffff 0%,#f8faff 100%);box-shadow:0 36px 90px rgba(15,23,42,.24),0 5px 24px rgba(15,23,42,.08);transform:translateY(14px) scale(.985);transition:transform .26s cubic-bezier(.2,.8,.2,1)}
.redesign-info-modal-v58.open .redesign-info-dialog-v58{transform:none}
.redesign-info-close-v58{position:absolute;right:16px;top:16px;width:44px;height:44px;display:grid;place-items:center;border:1px solid #dde4ef;border-radius:15px;background:#fff;color:#64748b;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:.2s var(--ease)}
.redesign-info-close-v58:hover{transform:translateY(-1px);color:#1f2937;border-color:#cbd5e1}.redesign-info-close-v58 svg{width:18px;height:18px}
.redesign-info-head-v58{padding-right:56px}.redesign-info-head-v58>span{display:inline-block;color:#6b7a95;font-size:10px;font-weight:900;letter-spacing:.14em}.redesign-info-head-v58 h3{margin:8px 0 0;color:#131a28;font-size:30px;line-height:1.1;letter-spacing:-.04em}.redesign-info-head-v58 p{margin:10px 0 0;color:#667085;font-size:12px;line-height:1.65}
.redesign-info-grid-v58{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}
.redesign-info-grid-v58 article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;padding:15px 16px;border:1px solid #dfe6f4;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(49,88,246,.05)}
.redesign-info-grid-v58 article i{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#eef2ff,#ffffff);color:#4963ed;border:1px solid #dce3f7;font-style:normal}
.redesign-info-grid-v58 article i svg{width:18px;height:18px}
.redesign-info-grid-v58 article b{display:block;color:#1c2436;font-size:13px;line-height:1.35}.redesign-info-grid-v58 article p{margin:5px 0 0;color:#6e7a8f;font-size:10.5px;line-height:1.55}
.redesign-info-note-v58{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid #e5eaf4}
.redesign-info-note-v58>span{display:inline-flex;align-items:center;gap:8px;color:#5f6c82;font-size:10.5px;font-weight:700}.redesign-info-note-v58 svg{width:14px;height:14px;color:#4762ec}
.redesign-info-cta-v58{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(105deg,#3158f6,#5362ef 58%,#6a4fe8);color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer;box-shadow:0 14px 28px rgba(49,88,246,.2)}
.redesign-info-cta-v58:hover{transform:translateY(-1px)}

@media(max-width:860px){
  .pricing-builder-v12 .existing-site-redesign-head-v58{grid-template-columns:1fr}
  .pricing-builder-v12 .existing-site-actions-v58{justify-content:flex-start}
  .redesign-info-grid-v58{grid-template-columns:1fr}
}
@media(max-width:760px){
  .pricing-builder-v12 .existing-site-redesign-v58{padding:18px;border-radius:22px}
  .pricing-builder-v12 .existing-site-redesign-head-v58 p{font-size:12px}
  .pricing-builder-v12 .existing-site-actions-v58{width:100%}
  .pricing-builder-v12 .existing-site-info-btn-v58,.pricing-builder-v12 .existing-site-action-v56{width:100%;justify-content:center}
  .pricing-builder-v12 .existing-site-summary-v58{gap:8px}
  .pricing-builder-v12 .existing-site-summary-v58 span{width:100%;justify-content:flex-start}
  .redesign-info-modal-v58{padding:10px;place-items:start center;overflow:auto}
  .redesign-info-dialog-v58{width:100%;max-height:none;padding:22px 16px 18px;border-radius:24px}
  .redesign-info-head-v58 h3{font-size:25px}
  .redesign-info-note-v58{align-items:stretch}.redesign-info-cta-v58{width:100%}
}

/* AdeptDEV v59 — compact existing-site redesign strip */
.pricing-builder-v12 .existing-site-redesign-v58{
  padding:17px 18px 15px;
  border-radius:22px;
}
.pricing-builder-v12 .existing-site-redesign-head-v58{
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
}
.pricing-builder-v12 .existing-site-redesign-head-v58 h3{
  max-width:560px;
  margin-top:6px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.038em;
}
.pricing-builder-v12 .existing-site-redesign-head-v58 p{
  max-width:630px;
  margin-top:7px;
  font-size:11.5px;
  line-height:1.55;
}
.pricing-builder-v12 .existing-site-kicker-v56{
  font-size:9px;
}
.pricing-builder-v12 .existing-site-actions-v58{
  gap:8px;
  flex-wrap:nowrap;
}
.pricing-builder-v12 .existing-site-info-btn-v58{
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  font-size:11px;
}
.pricing-builder-v12 .existing-site-info-btn-v58 span{
  width:24px;
  height:24px;
  border-radius:9px;
}
.pricing-builder-v12 .existing-site-action-v56{
  min-height:44px;
  padding:0 15px;
  border-radius:14px;
  font-size:11px;
  box-shadow:0 12px 26px rgba(49,88,246,.18);
}
.pricing-builder-v12 .existing-site-summary-v58{
  gap:7px;
  margin-top:12px;
  padding-top:11px;
}
.pricing-builder-v12 .existing-site-summary-v58 span{
  padding:7px 9px;
  font-size:9.5px;
}
.pricing-builder-v12 .existing-site-summary-v58 svg{
  width:12px;
  height:12px;
}
@media(max-width:860px){
  .pricing-builder-v12 .existing-site-redesign-head-v58{grid-template-columns:1fr}
  .pricing-builder-v12 .existing-site-actions-v58{justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:760px){
  .pricing-builder-v12 .existing-site-redesign-v58{padding:15px;border-radius:19px}
  .pricing-builder-v12 .existing-site-redesign-head-v58 h3{font-size:21px}
  .pricing-builder-v12 .existing-site-redesign-head-v58 p{font-size:11px}
  .pricing-builder-v12 .existing-site-actions-v58{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .pricing-builder-v12 .existing-site-info-btn-v58,
  .pricing-builder-v12 .existing-site-action-v56{width:100%;min-height:43px}
  .pricing-builder-v12 .existing-site-summary-v58{display:grid;grid-template-columns:1fr;gap:6px}
  .pricing-builder-v12 .existing-site-summary-v58 span{width:100%;padding:7px 9px}
}

/* AdeptDEV v60 — prettier and more factual plan-help modal */
.compare-dialog-v60{width:min(900px,100%);padding:30px 30px 24px;border-radius:30px;background:linear-gradient(145deg,#ffffff 0%,#fbfcff 100%);box-shadow:0 34px 90px rgba(20,29,47,.2)}
.compare-head-v60{padding-right:54px}
.compare-head-v60 h2{margin:12px 0 10px;color:#141a27;font-size:36px;line-height:1.03;letter-spacing:-.055em}
.compare-head-v60 p{max-width:700px;color:#667085;font-size:14px;line-height:1.65}
.compare-grid-v60{gap:14px;margin-top:24px}
.compare-grid-v60 article{padding:18px 18px 16px;border:1px solid #dfe6f3;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8faff 100%);box-shadow:0 12px 28px rgba(49,88,246,.05)}
.compare-card-top-v60{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.compare-card-top-v60 h3{margin:0;color:#141a27;font-size:18px;line-height:1.15}
.compare-lead-v60{margin:0;color:#4e5b71;font-size:13px;line-height:1.6;font-weight:700}
.compare-points-v60{list-style:none;margin:12px 0 0;padding:12px 0 0;border-top:1px dashed #e4eaf4;display:grid;gap:8px}
.compare-points-v60 li{position:relative;padding-left:18px;color:#68758b;font-size:12px;line-height:1.55}
.compare-points-v60 li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:999px;background:linear-gradient(145deg,#4f69f5,#6a50e8);box-shadow:0 0 0 4px rgba(79,105,245,.08)}
.compare-foot-v60{margin-top:18px;padding:15px 17px;border-radius:18px;background:linear-gradient(180deg,#f6f8fc 0%,#fbfcff 100%);border:1px solid #e6ebf4}
.compare-foot-v60 span{font-size:13px;line-height:1.65;color:#4d5a70}
@media(max-width:760px){
  .compare-dialog-v60{padding:22px 18px 18px;border-radius:24px}
  .compare-head-v60{padding-right:42px}
  .compare-head-v60 h2{font-size:29px}
  .compare-head-v60 p{font-size:13px}
  .compare-grid-v60{grid-template-columns:1fr;gap:12px}
  .compare-grid-v60 article{padding:16px}
  .compare-card-top-v60 h3{font-size:17px}
  .compare-lead-v60{font-size:12px}
  .compare-points-v60 li,.compare-foot-v60 span{font-size:11.5px}
}

/* AdeptDEV v61 — APP module pricing + required turnkey state */
.pricing-builder-v12 .module-app-v61{position:relative}
.pricing-builder-v12 .module-app-v61.is-selected{border-color:#aebcff;background:linear-gradient(180deg,#fff 0%,#f6f8ff 100%);box-shadow:0 12px 30px rgba(49,88,246,.10),inset 0 0 0 1px rgba(49,88,246,.05)}
.pricing-builder-v12 .module-app-v61 .module-icon{background:linear-gradient(145deg,#eef2ff,#f7f8ff);color:#4964dc}
.pricing-builder-v12 .module-app-note-v61{display:block;margin-top:7px;color:#5268ca;font-size:9.5px;line-height:1.45;font-weight:800}
.pricing-builder-v12 .module-app-v61.is-selected .module-app-note-v61{color:#3158f6}
.pricing-builder-v12 .turnkey-toggle.is-forced-app-v61{border-color:#c7d4ff;background:linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%);box-shadow:0 10px 28px rgba(49,88,246,.08);cursor:default}
.pricing-builder-v12 .turnkey-toggle.is-forced-app-v61 .turnkey-icon{background:linear-gradient(145deg,#526df8,#6747ef);color:#fff}
.pricing-builder-v12 .turnkey-toggle.is-forced-app-v61 [data-turnkey-mode-note]{color:#3158f6;background:#eef2ff;border-color:#d7e0ff}
.pricing-builder-v12 .turnkey-toggle.is-forced-app-v61 .fake-switch{background:#3158f6!important;box-shadow:0 0 0 4px rgba(49,88,246,.10)}
.pricing-builder-v12 .turnkey-toggle.is-forced-app-v61 .fake-switch:after{transform:translateX(18px);background:#fff}
@media(max-width:760px){
  .pricing-builder-v12 .module-app-note-v61{font-size:9px}
}

/* AdeptDEV v63 — split APP + turnkey summary clearly */
.turnkey-summary-title-v63{margin-bottom:10px;color:#3550e8;font-size:11px;font-weight:900;letter-spacing:.04em}
.turnkey-summary-grid-v63{display:grid;grid-template-columns:1fr;gap:8px}
.turnkey-summary-grid-v63 div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border:1px solid #dbe3f4;border-radius:12px;background:rgba(255,255,255,.88)}
.turnkey-summary-grid-v63 span{color:#5d6a80;font-size:11px;line-height:1.35;font-weight:700}
.turnkey-summary-grid-v63 b{color:#172033;font-size:11px;line-height:1.35;font-weight:900;text-align:right}
.turnkey-summary-note-v63{margin:10px 0 0;color:#60708a;font-size:10px;line-height:1.55}
@media(max-width:760px){
  .turnkey-summary-grid-v63 div{padding:8px 10px}
  .turnkey-summary-grid-v63 span,.turnkey-summary-grid-v63 b{font-size:10px}
  .turnkey-summary-note-v63{font-size:9.5px}
}

/* AdeptDEV v65 — use the cleaner breakdown card everywhere */
.pricing-builder-v12 .estimate-breakdown,
.pricing-builder-v12 .estimate-average{display:none}
.pricing-builder-v12 .turnkey-summary{
  margin-top:12px;
  padding:14px;
  border:1px solid #dce5ff;
  border-radius:16px;
  background:linear-gradient(180deg,#f5f8ff 0%,#f8faff 100%);
  color:#3158f6 !important;
  font-size:10px;
  line-height:1.45;
  font-weight:700;
}
.turnkey-summary-title-v63{
  margin-bottom:10px;
  color:#3550e8;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
}
.turnkey-summary-grid-v63{display:grid;grid-template-columns:1fr;gap:8px}
.turnkey-summary-grid-v63 div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:1px solid #dbe3f4;
  border-radius:12px;
  background:rgba(255,255,255,.92);
}
.turnkey-summary-grid-v63 span{color:#5d6a80;font-size:11px;line-height:1.35;font-weight:700}
.turnkey-summary-grid-v63 b{color:#172033;font-size:11px;line-height:1.35;font-weight:900;text-align:right}
.turnkey-summary-note-v63{margin:10px 0 0;color:#60708a;font-size:10px;line-height:1.55}
@media(max-width:760px){
  .pricing-builder-v12 .turnkey-summary{padding:12px;border-radius:14px}
  .turnkey-summary-title-v63{font-size:11px}
  .turnkey-summary-grid-v63 div{padding:9px 10px}
  .turnkey-summary-grid-v63 span,.turnkey-summary-grid-v63 b{font-size:10px}
  .turnkey-summary-note-v63{font-size:9.5px}
}

/* AdeptDEV v67 — module list mobile polish after helper cleanup */
@media(max-width:760px){.pricing-builder-v12 .module-copy-head{gap:8px}.pricing-builder-v12 .module-badge{font-size:9px;padding:4px 7px}.pricing-builder-v12 .module-list label{min-height:0}}

/* AdeptDEV v67 — cleaner turnkey package, 2 extensions of choice, no B2B */
.pricing-builder-v12 .turnkey-promo-v67{
  margin-top:16px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:14px 15px;
  border:1px solid #dbe4ff;
  border-radius:17px;
  background:linear-gradient(135deg,#f4f7ff 0%,#fbfcff 100%);
}
.pricing-builder-v12 .turnkey-promo-v67>span{
  width:44px;height:44px;display:grid;place-items:center;border-radius:14px;
  background:linear-gradient(145deg,#526df8,#684eea);color:#fff;
  box-shadow:0 10px 22px rgba(73,88,235,.2)
}
.pricing-builder-v12 .turnkey-promo-v67>span svg{width:19px;height:19px}
.pricing-builder-v12 .turnkey-promo-v67 b{display:block;color:#172033;font-size:12px;line-height:1.3}
.pricing-builder-v12 .turnkey-promo-v67 small{display:block;margin-top:4px;color:#6b7890;font-size:10px;line-height:1.5}
.pricing-builder-v12 .turnkey-scope-v67{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px
}
.pricing-builder-v12 .turnkey-scope-v67 span{
  min-height:46px;display:flex;align-items:center;gap:9px;padding:10px 12px;
  border:1px solid #e1e7f2;border-radius:14px;background:#fff;color:#4e5b70
}
.pricing-builder-v12 .turnkey-scope-v67 svg{width:16px;height:16px;color:#4964ee;flex:0 0 auto}
.pricing-builder-v12 .turnkey-scope-v67 b{font-size:10.5px;line-height:1.35}
.pricing-builder-v12 .module-list label.is-included:not(.module-required){
  border-color:#c8d7ff;background:linear-gradient(180deg,#f7f9ff 0%,#fff 100%)
}
@media(max-width:760px){
  .pricing-builder-v12 .turnkey-scope-v67{grid-template-columns:1fr}
  .pricing-builder-v12 .turnkey-promo-v67{grid-template-columns:40px 1fr;padding:12px}
  .pricing-builder-v12 .turnkey-promo-v67>span{width:40px;height:40px;border-radius:13px}
}

/* AdeptDEV v68 — compact turnkey implementation list, based on latest reference */
.pricing-builder-v12 .turnkey-toggle-v68{margin-bottom:12px}
.pricing-builder-v12 .turnkey-selected-plan-v68{margin-top:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.pricing-builder-v12 .turnkey-selected-plan-v68[hidden]{display:none!important}
.pricing-builder-v12 .turnkey-lines-v68{border-top:1px solid #e6ebf3}
.pricing-builder-v12 .turnkey-line-v68{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px 2px;border-bottom:1px solid #e6ebf3}
.pricing-builder-v12 .turnkey-line-copy-v68{min-width:0}
.pricing-builder-v12 .turnkey-line-copy-v68 strong{display:block;color:#20293a;font-size:13px;line-height:1.35}
.pricing-builder-v12 .turnkey-line-copy-v68 small{display:block;margin-top:4px;color:#7a869a;font-size:10.5px;line-height:1.45}
.pricing-builder-v12 .turnkey-line-v68>b{color:#111827;font-size:15px;line-height:1.2;font-weight:900;white-space:nowrap;text-align:right}
.pricing-builder-v12 .turnkey-line-status-v68{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f1f4f8;color:#6a7486;font-size:9px;font-weight:900;white-space:nowrap}
.pricing-builder-v12 .turnkey-line-status-v68.is-required{background:#eef0ff;color:#4c55ef}
.pricing-builder-v12 .turnkey-app-line-v68{background:linear-gradient(90deg,rgba(78,89,238,.035),rgba(79,105,245,.01));padding-left:8px;padding-right:8px}
.pricing-builder-v12 .turnkey-app-line-v68[hidden]{display:none!important}
.pricing-builder-v12 .turnkey-promo-v68{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:14px;padding:13px 14px;border:1px solid #dbe4ff;border-radius:16px;background:linear-gradient(135deg,#f6f8ff 0%,#fbfcff 100%)}
.pricing-builder-v12 .turnkey-promo-v68>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#526df8,#6649ee);color:#fff;box-shadow:0 10px 22px rgba(82,94,236,.2)}
.pricing-builder-v12 .turnkey-promo-v68>span svg{width:19px;height:19px}
.pricing-builder-v12 .turnkey-promo-v68 b{display:block;color:#1b2435;font-size:12px;line-height:1.35}
.pricing-builder-v12 .turnkey-promo-v68 small{display:block;margin-top:4px;color:#6d7990;font-size:10px;line-height:1.45}
.pricing-builder-v12 .turnkey-promo-v68 em{font-style:normal;color:#5965df;background:#eef1ff;border:1px solid #dce2ff;border-radius:999px;padding:7px 9px;font-size:8.5px;font-weight:900;white-space:nowrap}
@media(max-width:760px){
  .pricing-builder-v12 .turnkey-line-v68{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px 0}
  .pricing-builder-v12 .turnkey-line-status-v68{grid-column:1;grid-row:2;justify-self:start}
  .pricing-builder-v12 .turnkey-line-v68>b{grid-column:2;grid-row:1/3;align-self:center;font-size:13px}
  .pricing-builder-v12 .turnkey-promo-v68{grid-template-columns:38px minmax(0,1fr);padding:12px}
  .pricing-builder-v12 .turnkey-promo-v68>span{width:38px;height:38px;border-radius:12px}
  .pricing-builder-v12 .turnkey-promo-v68 em{grid-column:2;justify-self:start}
}

/* AdeptDEV v70 — interactive module catalog inside pricing calculator */
.pricing-extra-modules-state-v70{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.extensions-link-v70{width:100%;appearance:none;-webkit-appearance:none;text-align:initial;font:inherit;cursor:pointer}
.extensions-link-v70 strong{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}

.module-catalog-modal-v70{position:fixed;inset:0;z-index:10120;padding:18px;display:grid;place-items:center;background:rgba(17,24,39,.58);backdrop-filter:blur(13px) saturate(.92);-webkit-backdrop-filter:blur(13px) saturate(.92);opacity:0;visibility:hidden;transition:opacity .24s var(--ease),visibility .24s var(--ease)}
.module-catalog-modal-v70.open{opacity:1;visibility:visible}
.module-catalog-dialog-v70{position:relative;width:min(1120px,calc(100vw - 36px));max-height:min(880px,calc(100dvh - 36px));overflow:auto;padding:31px 30px 24px;border:1px solid #d9e2f1;border-radius:30px;background:linear-gradient(145deg,#fff 0%,#fafbff 100%);box-shadow:0 38px 110px rgba(15,23,42,.28),0 5px 24px rgba(15,23,42,.08);transform:translateY(16px) scale(.985);transition:transform .27s cubic-bezier(.2,.8,.2,1)}
.module-catalog-modal-v70.open .module-catalog-dialog-v70{transform:none}
.module-catalog-close-v70{position:absolute;right:17px;top:17px;width:44px;height:44px;display:grid;place-items:center;border:1px solid #dce4ef;border-radius:15px;background:rgba(255,255,255,.95);color:#69778d;cursor:pointer;box-shadow:0 9px 25px rgba(15,23,42,.06);transition:.2s var(--ease)}
.module-catalog-close-v70:hover{transform:translateY(-1px);color:#1f2937;border-color:#cbd5e1}.module-catalog-close-v70 svg{width:18px;height:18px}
.module-catalog-head-v70{padding-right:58px}
.module-catalog-head-v70>span{display:block;color:#5367de;font-size:9.5px;font-weight:900;letter-spacing:.16em}
.module-catalog-head-v70 h2{max-width:720px;margin:8px 0 0;color:#121927;font-size:34px;line-height:1.06;letter-spacing:-.045em;font-weight:850}
.module-catalog-head-v70>p{max-width:720px;margin:10px 0 0;color:#66758b;font-size:12.5px;line-height:1.65}
.module-catalog-promo-v70{display:flex;align-items:flex-start;gap:9px;max-width:820px;margin-top:17px;padding:11px 13px;border:1px solid #dce5ff;border-radius:14px;background:#f4f7ff;color:#566680;font-size:10.5px;line-height:1.55;font-weight:700}
.module-catalog-promo-v70>svg{width:16px;height:16px;flex:0 0 auto;color:#4b63ed;margin-top:1px}
.module-catalog-sections-v70{display:grid;gap:22px;margin-top:24px}
.module-catalog-sections-v70>section{padding-top:20px;border-top:1px solid #e6ebf4}.module-catalog-sections-v70>section:first-child{padding-top:0;border-top:0}
.module-catalog-section-head-v70{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.module-catalog-section-head-v70>div{display:flex;align-items:center;gap:10px}.module-catalog-section-head-v70 small{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#eef2ff;color:#4961e9;font-size:9px;font-weight:900}.module-catalog-section-head-v70 h3{margin:0;color:#1b2435;font-size:17px;letter-spacing:-.02em}.module-catalog-section-head-v70>span{color:#8a96a8;font-size:10px;font-weight:750}
.module-catalog-grid-v70{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.module-catalog-card-v70{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:start;padding:16px;border:1px solid #dfe6f2;border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(42,61,99,.045);transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease),opacity .2s}
.module-catalog-card-v70:hover{transform:translateY(-1px);border-color:#cfdaf3;box-shadow:0 15px 34px rgba(49,88,246,.08)}
.module-catalog-card-v70.is-selected{border-color:#91a6ff;background:linear-gradient(145deg,#f7f9ff,#fff);box-shadow:0 15px 36px rgba(49,88,246,.12)}
.module-catalog-card-v70.is-disabled{opacity:.58;transform:none}
.module-catalog-card-v70>i{width:46px;height:46px;display:grid;place-items:center;border:1px solid #dce4f5;border-radius:15px;background:linear-gradient(145deg,#eef2ff,#fff);color:#4861ec;font-style:normal;box-shadow:0 9px 20px rgba(49,88,246,.07)}
.module-catalog-card-v70>i svg{width:20px;height:20px}
.module-catalog-copy-v70{min-width:0}.module-catalog-copy-v70>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.module-catalog-copy-v70 h4{margin:1px 0 0;color:#172033;font-size:13px;line-height:1.3}.module-catalog-copy-v70 em{display:inline-flex;padding:5px 7px;border-radius:999px;background:#f0f3f8;color:#718096;font-size:7.5px;font-style:normal;font-weight:850;line-height:1}.module-catalog-copy-v70 p{margin:7px 0 0;color:#6c788c;font-size:10.5px;line-height:1.55}
.module-catalog-price-v70{min-width:130px;display:flex;flex-direction:column;align-items:flex-end;gap:9px;text-align:right}.module-catalog-price-v70 strong{color:#172033;font-size:11px;line-height:1.45}.module-catalog-price-v70 strong small{color:#728096;font-size:9px;font-weight:700}.module-catalog-price-v70 button{min-width:104px;height:35px;padding:0 12px;border:1px solid #d7e0f2;border-radius:11px;background:#fff;color:#4059dd;font:inherit;font-size:9.5px;font-weight:850;cursor:pointer;transition:.18s var(--ease)}.module-catalog-price-v70 button:hover:not(:disabled){border-color:#9fb1fa;background:#f5f7ff;transform:translateY(-1px)}.module-catalog-card-v70.is-selected .module-catalog-price-v70 button{border-color:#98d8c0;background:#edf9f4;color:#17805c}.module-catalog-price-v70 button:disabled{cursor:default;color:#8b96a8;background:#f3f5f8;border-color:#e1e6ee}
.module-catalog-foot-v70{position:sticky;bottom:-24px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:24px -30px -24px;padding:15px 30px 18px;border-top:1px solid #e1e7f1;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.module-catalog-foot-v70>span{display:flex;align-items:center;gap:8px;color:#637086;font-size:10.5px;font-weight:700}.module-catalog-foot-v70>span svg{width:15px;height:15px;color:#4460ea}.module-catalog-foot-v70>button{min-width:118px;height:42px;border:0;border-radius:13px;background:linear-gradient(105deg,#3158f6,#5c55eb);color:#fff;font:inherit;font-size:11px;font-weight:850;cursor:pointer;box-shadow:0 12px 27px rgba(49,88,246,.2)}

@media(max-width:860px){.module-catalog-grid-v70{grid-template-columns:1fr}.module-catalog-card-v70{grid-template-columns:44px minmax(0,1fr) auto}}
@media(max-width:760px){
  .module-catalog-modal-v70{padding:8px;place-items:start center;overflow:auto}
  .module-catalog-dialog-v70{width:100%;max-height:none;padding:24px 14px 18px;border-radius:24px;overflow:visible}
  .module-catalog-close-v70{position:fixed;right:18px;top:18px;width:40px;height:40px;border-radius:13px}
  .module-catalog-head-v70{padding-right:44px}.module-catalog-head-v70 h2{font-size:27px}.module-catalog-head-v70>p{font-size:11.5px}.module-catalog-promo-v70{font-size:9.5px}
  .module-catalog-section-head-v70>span{display:none}.module-catalog-grid-v70{gap:10px}
  .module-catalog-card-v70{grid-template-columns:40px minmax(0,1fr);gap:11px;padding:13px;border-radius:16px}.module-catalog-card-v70>i{width:40px;height:40px;border-radius:13px}.module-catalog-price-v70{grid-column:2;min-width:0;width:100%;flex-direction:row;align-items:center;justify-content:space-between;text-align:left}.module-catalog-price-v70 button{min-width:96px}.module-catalog-copy-v70 p{font-size:10px}
  .module-catalog-foot-v70{bottom:0;margin:20px -14px -18px;padding:12px 14px 14px}.module-catalog-foot-v70>span{font-size:9px}.module-catalog-foot-v70>button{min-width:90px}
}

/* AdeptDEV v71 — prettier module catalog + billing choice for automation modules */
.module-catalog-dialog-v70{
  width:min(1180px,calc(100vw - 40px));
  max-height:min(900px,calc(100dvh - 34px));
  padding:34px 32px 26px;
  border:1px solid #dbe3f2;
  background:linear-gradient(180deg,#fcfdff 0%,#f7f9fe 100%);
}
.module-catalog-head-v70 h2{font-size:40px;letter-spacing:-.06em}
.module-catalog-head-v70>p{font-size:13px;color:#5f6d83}
.module-catalog-promo-v70{padding:13px 15px;border-radius:16px;background:linear-gradient(180deg,#f6f8ff 0%,#eef3ff 100%);font-size:11px}
.module-catalog-sections-v70{gap:24px}
.module-catalog-sections-v70>section{padding:18px 18px 0;border:1px solid #e1e7f2;border-radius:24px;background:rgba(255,255,255,.82);box-shadow:0 14px 30px rgba(34,52,93,.04)}
.module-catalog-section-head-v70{margin-bottom:16px}
.module-catalog-section-head-v70 small{width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#eef2ff,#fff);border:1px solid #dce4f5;font-size:10px}
.module-catalog-section-head-v70 h3{font-size:19px}
.module-catalog-section-head-v70>span{font-size:11px}
.module-catalog-grid-v70{gap:14px}
.module-catalog-card-v70{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);border-color:#dde5f2;box-shadow:0 14px 34px rgba(42,61,99,.045)}
.module-catalog-card-v70>i{width:50px;height:50px;border-radius:16px}
.module-catalog-copy-v70 h4{font-size:14px}
.module-catalog-copy-v70 em{padding:6px 8px;border-radius:999px;background:#f1f4f9;color:#708098;font-size:8px}
.module-catalog-copy-v70 p{font-size:11px;color:#68748a}
.module-catalog-price-v70{min-width:146px;gap:10px}
.module-catalog-price-v70 strong{font-size:12px}
.module-catalog-price-v70 strong small{font-size:9px}
.module-catalog-price-v70 button{min-width:106px;height:38px;border-radius:12px;font-size:10px}
.module-catalog-card-rich-v71{align-items:stretch}
.module-catalog-card-rich-v71 .module-catalog-copy-v70{display:flex;flex-direction:column;gap:10px}
.module-catalog-billing-v71{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px}
.module-catalog-billing-v71 button{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;min-height:60px;padding:10px 12px;border:1px solid #dfe6f4;border-radius:14px;background:#f9fbff;color:#55657f;cursor:pointer;transition:.18s var(--ease)}
.module-catalog-billing-v71 button span{font-size:8.5px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#71819a}
.module-catalog-billing-v71 button b{font-size:12px;line-height:1.25;color:#182133}
.module-catalog-billing-v71 button b small{font-size:9px;color:#6f7f96;font-weight:800}
.module-catalog-billing-v71 button:hover:not(:disabled){transform:translateY(-1px);border-color:#a9bbfb;background:#f4f7ff}
.module-catalog-billing-v71 button.is-active{border-color:#8fa7ff;background:linear-gradient(180deg,#eef3ff 0%,#f8fbff 100%);box-shadow:inset 0 0 0 1px rgba(79,105,245,.06)}
.module-catalog-billing-v71 button.is-active span,.module-catalog-billing-v71 button.is-active b{color:#3550e8}
.module-catalog-billing-v71 button:disabled{opacity:.55;cursor:default;transform:none}
.module-catalog-card-v70.is-selected{border-color:#94a9ff;background:linear-gradient(145deg,#f6f9ff,#fff);box-shadow:0 18px 40px rgba(49,88,246,.11)}
.module-catalog-card-v70.is-selected .module-catalog-price-v70 button{border-color:#98d8c0;background:#edf9f4;color:#17805c}
.module-catalog-foot-v70{bottom:-26px;margin:26px -32px -26px;padding:15px 32px 18px;background:rgba(255,255,255,.97)}
.module-catalog-foot-v70>button{min-width:126px;height:44px;border-radius:14px;font-size:12px}
@media(max-width:860px){
  .module-catalog-dialog-v70{padding:24px 16px 18px;width:min(100%,calc(100vw - 16px))}
  .module-catalog-head-v70 h2{font-size:30px}
  .module-catalog-sections-v70>section{padding:14px 14px 0;border-radius:20px}
  .module-catalog-card-v70{grid-template-columns:44px minmax(0,1fr);padding:14px;border-radius:18px}
  .module-catalog-card-v70>i{width:44px;height:44px}
  .module-catalog-price-v70{grid-column:2;min-width:0;width:100%;padding-top:2px}
}
@media(max-width:760px){
  .module-catalog-dialog-v70{border-radius:24px}
  .module-catalog-head-v70>p{font-size:12px}
  .module-catalog-billing-v71{grid-template-columns:1fr}
  .module-catalog-billing-v71 button{min-height:54px}
  .module-catalog-foot-v70{margin:20px -16px -18px;padding:12px 16px 14px}
}

/* AdeptDEV v72 — full visible redesign of module catalog */
.module-catalog-modal-v70{
  overflow:auto;
  place-items:start center;
  padding:22px 18px;
  background:rgba(17,24,39,.62);
}
.module-catalog-dialog-v70{
  width:min(1220px,calc(100vw - 36px));
  max-height:none;
  overflow:visible;
  margin:auto 0;
  padding:0;
  border:1px solid #dce3f1;
  border-radius:32px;
  background:#f7f9fd;
  box-shadow:0 42px 120px rgba(15,23,42,.32);
}
.module-catalog-close-v70{
  top:22px;
  right:22px;
  width:48px;
  height:48px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.module-catalog-head-v70{
  position:relative;
  padding:38px 38px 28px;
  border-bottom:1px solid #e3e8f2;
  border-radius:32px 32px 0 0;
  background:
    radial-gradient(circle at 86% 12%,rgba(80,101,246,.12),transparent 28%),
    linear-gradient(145deg,#ffffff 0%,#f4f7ff 100%);
}
.module-catalog-head-v70>span{font-size:10px;letter-spacing:.18em;color:#5368df}
.module-catalog-head-v70 h2{max-width:760px;margin-top:10px;font-size:42px;line-height:1.03;letter-spacing:-.06em}
.module-catalog-head-v70>p{max-width:760px;margin-top:11px;font-size:13.5px;line-height:1.65;color:#617087}
.module-catalog-promo-v70{
  max-width:none;
  margin-top:20px;
  padding:13px 15px;
  border:1px solid #d7e1ff;
  border-radius:16px;
  background:rgba(240,244,255,.82);
}
.module-catalog-toolbar-v72{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:18px;
}
.module-catalog-tabs-v72{display:flex;gap:8px;flex-wrap:wrap}
.module-catalog-tabs-v72 button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 13px;
  border:1px solid #dbe3f3;
  border-radius:12px;
  background:#fff;
  color:#65738a;
  font:inherit;
  font-size:10px;
  font-weight:850;
  cursor:pointer;
  transition:.18s var(--ease);
}
.module-catalog-tabs-v72 button span{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#f0f3f9;
  color:#6c7b93;
  font-size:8px;
  font-weight:900;
}
.module-catalog-tabs-v72 button:hover,.module-catalog-tabs-v72 button.is-active{
  border-color:#9fb1fb;
  background:#f3f6ff;
  color:#3550e8;
  box-shadow:0 8px 18px rgba(49,88,246,.08);
}
.module-catalog-tabs-v72 button.is-active span{background:#e8eeff;color:#3550e8}
.module-catalog-selected-v72{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid #d9e4ef;
  border-radius:999px;
  background:#fff;
  color:#65738a;
  font-size:10px;
  white-space:nowrap;
}
.module-catalog-selected-v72 i{width:8px;height:8px;border-radius:50%;background:#26a77a;box-shadow:0 0 0 5px rgba(38,167,122,.1)}
.module-catalog-selected-v72 b{color:#1b2435;font-size:12px}
.module-catalog-sections-v70{
  gap:18px;
  margin:0;
  padding:24px 28px 28px;
}
.module-catalog-sections-v70>section{
  scroll-margin-top:18px;
  padding:20px;
  border:1px solid #dfe6f1;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(31,45,76,.05);
}
.module-catalog-sections-v70>section:first-child{padding-top:20px;border-top:1px solid #dfe6f1}
.module-catalog-section-head-v70{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #e8edf5}
.module-catalog-section-head-v70 small{width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#eff3ff,#fff);border:1px solid #dce4f6;color:#4762eb}
.module-catalog-section-head-v70 h3{font-size:20px}
.module-catalog-section-head-v70>span{font-size:10.5px}
.module-catalog-grid-v70{gap:14px}
.module-catalog-card-v70{
  min-height:136px;
  padding:18px;
  border:1px solid #dfe6f1;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
  box-shadow:none;
}
.module-catalog-card-v70:hover{transform:translateY(-2px);border-color:#c9d6f2;box-shadow:0 14px 28px rgba(49,88,246,.08)}
.module-catalog-card-v70.is-selected{
  border-color:#819cff;
  background:linear-gradient(145deg,#f3f6ff 0%,#fff 100%);
  box-shadow:0 16px 32px rgba(49,88,246,.12);
}
.module-catalog-card-v70>i{
  width:52px;
  height:52px;
  border-radius:17px;
  background:linear-gradient(145deg,#eef2ff,#fff);
  border:1px solid #d8e1f5;
  color:#4661ec;
}
.module-catalog-copy-v70 h4{font-size:14px;letter-spacing:-.015em}
.module-catalog-copy-v70 em{padding:5px 8px;background:#f0f3f8;color:#75839a}
.module-catalog-copy-v70 p{margin-top:8px;font-size:11px;line-height:1.6}
.module-catalog-price-v70{min-width:150px;justify-content:space-between;align-self:stretch}
.module-catalog-price-v70 strong{font-size:12px;line-height:1.5}
.module-catalog-price-v70 button{min-width:110px;height:40px;border-radius:12px;background:#fff;font-size:10px}
.module-catalog-card-rich-v71{
  min-height:205px;
  grid-template-columns:52px minmax(0,1fr) 150px;
}
.module-catalog-card-rich-v71 .module-catalog-copy-v70{gap:10px}
.module-catalog-billing-v71{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:auto;
}
.module-catalog-billing-v71 button{
  min-height:66px;
  padding:10px 12px;
  border-radius:14px;
  background:#f8faff;
}
.module-catalog-billing-v71 button span{font-size:8.5px}
.module-catalog-billing-v71 button b{font-size:12px}
.module-catalog-billing-v71 button.is-active{
  border-color:#8098ff;
  background:linear-gradient(145deg,#eaf0ff,#f7f9ff);
  box-shadow:0 8px 18px rgba(49,88,246,.08);
}
.module-catalog-foot-v70{
  position:sticky;
  bottom:0;
  z-index:5;
  margin:0;
  padding:15px 28px 18px;
  border-top:1px solid #e0e6f0;
  border-radius:0 0 32px 32px;
  background:rgba(255,255,255,.96);
  box-shadow:0 -8px 24px rgba(15,23,42,.05);
}
.module-catalog-foot-v70>button{height:44px;min-width:124px;border-radius:14px}
@media(max-width:860px){
  .module-catalog-modal-v70{padding:8px}
  .module-catalog-dialog-v70{width:100%;border-radius:24px}
  .module-catalog-head-v70{padding:28px 18px 20px;border-radius:24px 24px 0 0}
  .module-catalog-head-v70 h2{font-size:30px;padding-right:42px}
  .module-catalog-toolbar-v72{align-items:flex-start;flex-direction:column}
  .module-catalog-tabs-v72{width:100%}.module-catalog-tabs-v72 button{flex:1;justify-content:center}
  .module-catalog-sections-v70{padding:16px;gap:14px}
  .module-catalog-sections-v70>section{padding:14px;border-radius:20px}
  .module-catalog-grid-v70{grid-template-columns:1fr}
  .module-catalog-card-v70,.module-catalog-card-rich-v71{grid-template-columns:44px minmax(0,1fr);min-height:auto;padding:14px}
  .module-catalog-card-v70>i{width:44px;height:44px;border-radius:14px}
  .module-catalog-price-v70{grid-column:2;min-width:0;width:100%;flex-direction:row;align-items:center;justify-content:space-between}
  .module-catalog-foot-v70{padding:12px 16px 14px;border-radius:0 0 24px 24px}
}
@media(max-width:560px){
  .module-catalog-tabs-v72{display:grid;grid-template-columns:1fr}
  .module-catalog-selected-v72{align-self:flex-start}
  .module-catalog-billing-v71{grid-template-columns:1fr}
}

/* v73 AdeptChat */
.module-chat-note-v73{display:block;margin-top:6px;font-size:11px;line-height:1.45;color:#4b63e6;font-weight:700}
.module-catalog-card-chat-v73 .module-catalog-copy-v70 em{background:#eef3ff;color:#4d60df}
.module-catalog-card-chat-v73 .module-catalog-price-v70 strong small{display:block;margin-top:2px}

/* v74 roadmap redesign */
.roadmap-hero-v74{padding-bottom:34px}
.roadmap-stats-v74{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:32px}
.roadmap-stats-v74 article{padding:20px 22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,rgba(240,244,255,.78));box-shadow:0 18px 44px rgba(34,56,112,.06)}
.roadmap-stats-v74 article.is-wide{background:linear-gradient(135deg,rgba(76,98,229,.07),#fff)}
.roadmap-stats-v74 small{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#6b7ba0;margin-bottom:10px}
.roadmap-stats-v74 strong{display:block;font-size:34px;line-height:1;margin-bottom:6px;color:var(--text)}
.roadmap-stats-v74 span{display:block;font-size:13px;color:var(--muted);line-height:1.55}
.roadmap-overview-v74{padding-top:10px}
.roadmap-board-v74{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.roadmap-card-v74{padding:22px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,#fff,rgba(247,249,255,.84));box-shadow:0 20px 50px rgba(26,40,84,.05);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}
.roadmap-card-v74:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(26,40,84,.1);border-color:rgba(76,98,229,.22)}
.roadmap-card-top-v74{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.roadmap-status-pill-v74{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--line);background:#fff;color:#60708f}
.roadmap-status-pill-v74 i{width:8px;height:8px;border-radius:50%;background:#8ca0bf;box-shadow:0 0 0 6px rgba(140,160,191,.12)}
.roadmap-status-pill-v74.done{background:rgba(116,215,177,.12);border-color:rgba(116,215,177,.28);color:#239461}.roadmap-status-pill-v74.done i{background:#23b267;box-shadow:0 0 0 6px rgba(35,178,103,.12)}
.roadmap-status-pill-v74.active{background:rgba(76,98,229,.11);border-color:rgba(76,98,229,.22);color:#4c62e5}.roadmap-status-pill-v74.active i{background:#4c62e5;box-shadow:0 0 0 6px rgba(76,98,229,.13)}
.roadmap-status-pill-v74.next{background:rgba(55,54,54,.06);border-color:rgba(55,54,54,.08);color:#556272}.roadmap-status-pill-v74.next i{background:#7f8c9f;box-shadow:0 0 0 6px rgba(127,140,159,.13)}
.roadmap-card-meta-v74{display:flex;align-items:center;gap:14px;color:#70809d}.roadmap-card-meta-v74 span{font-size:12px;font-weight:700}.roadmap-card-meta-v74 b{font-size:12px;color:#95a3bb}
.roadmap-card-v74 h3{margin:0 0 10px;font-size:24px;line-height:1.1;color:var(--text)}
.roadmap-card-v74 p{margin:0 0 18px;font-size:14px;line-height:1.65;color:var(--muted)}
.roadmap-progress-v74{display:grid;grid-template-columns:auto auto;gap:8px 12px;align-items:center;margin-bottom:16px}
.roadmap-progress-v74 span,.roadmap-progress-v74 b{font-size:12px;font-weight:800;color:#677996}
.roadmap-progress-v74 b{justify-self:end;color:var(--text)}
.roadmap-progress-v74 div{grid-column:1/-1;height:10px;border-radius:999px;background:#edf1f8;overflow:hidden;box-shadow:inset 0 1px 2px rgba(23,35,57,.06)}
.roadmap-progress-v74 div i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4c62e5,#7a5cff)}
.roadmap-card-v74.done .roadmap-progress-v74 div i{background:linear-gradient(90deg,#23b267,#54d39b)}
.roadmap-card-v74.next .roadmap-progress-v74 div i{background:linear-gradient(90deg,#aeb8c8,#7d8aa2)}
.roadmap-tags-v74{display:flex;flex-wrap:wrap;gap:8px}
.roadmap-tags-v74 span{padding:8px 11px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:11px;font-weight:700;color:#60708f}
.release-grid-v74{gap:16px}
.release-grid-v74 article{padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,rgba(247,249,255,.84));box-shadow:0 18px 46px rgba(26,40,84,.05)}
.release-grid-v74 h3{font-size:18px;line-height:1.25}
.release-grid-v74 p{font-size:13px;line-height:1.65}
@media(max-width:980px){.roadmap-board-v74,.roadmap-stats-v74{grid-template-columns:1fr}.roadmap-stats-v74 article.is-wide{grid-column:auto}.roadmap-card-top-v74{align-items:flex-start;flex-direction:column}.roadmap-card-meta-v74{width:100%;justify-content:space-between}}
@media(max-width:760px){.roadmap-hero-v74{padding-bottom:10px}.roadmap-stats-v74{margin-top:22px}.roadmap-card-v74{padding:18px;border-radius:22px}.roadmap-card-v74 h3{font-size:21px}.roadmap-card-v74 p{font-size:13px}.roadmap-tags-v74 span{font-size:10px;padding:7px 10px}.release-grid-v74 article{padding:20px}}

/* v75 roadmap polish */
.roadmap-hero-v75{padding-bottom:22px}
.roadmap-hero-v75 h1{max-width:920px;font-size:clamp(48px,6vw,78px);line-height:.96;letter-spacing:-.06em}
.roadmap-hero-v75>p{max-width:760px;font-size:16px;line-height:1.7;color:var(--muted)}
.roadmap-stats-v75{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}
.roadmap-stats-v75 article{padding:18px 20px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,rgba(247,249,255,.84));box-shadow:0 14px 36px rgba(25,39,78,.05);min-height:124px}
.roadmap-stats-v75 article.is-wide{background:linear-gradient(135deg,rgba(76,98,229,.07),#fff)}
.roadmap-stats-v75 small{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#7c8aa3;margin-bottom:12px}
.roadmap-stats-v75 strong{display:block;font-size:34px;line-height:1.02;color:var(--text);margin-bottom:8px}
.roadmap-stats-v75 article.is-wide strong{font-size:24px;max-width:220px}
.roadmap-stats-v75 span{display:block;font-size:13px;line-height:1.55;color:var(--muted)}
.roadmap-overview-v75{padding-top:8px}
.roadmap-board-v75{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.roadmap-card-v75{padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,rgba(248,250,255,.86));box-shadow:0 16px 42px rgba(23,37,75,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.roadmap-card-v75:hover{transform:translateY(-4px);box-shadow:0 24px 56px rgba(23,37,75,.085);border-color:rgba(76,98,229,.24)}
.roadmap-card-top-v75{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.roadmap-status-pill-v75{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#677892;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.roadmap-status-pill-v75 i{width:8px;height:8px;border-radius:50%;background:#97a5bd;box-shadow:0 0 0 6px rgba(151,165,189,.13)}
.roadmap-status-pill-v75.done{background:rgba(116,215,177,.12);border-color:rgba(116,215,177,.28);color:#239461}.roadmap-status-pill-v75.done i{background:#23b267;box-shadow:0 0 0 6px rgba(35,178,103,.12)}
.roadmap-status-pill-v75.active{background:rgba(76,98,229,.11);border-color:rgba(76,98,229,.22);color:#4c62e5}.roadmap-status-pill-v75.active i{background:#4c62e5;box-shadow:0 0 0 6px rgba(76,98,229,.12)}
.roadmap-status-pill-v75.next{background:rgba(55,54,54,.06);border-color:rgba(55,54,54,.09);color:#677892}.roadmap-status-pill-v75.next i{background:#7f8c9f;box-shadow:0 0 0 6px rgba(127,140,159,.12)}
.roadmap-card-meta-v75{display:flex;align-items:center;gap:10px;color:#72839d}.roadmap-card-meta-v75 span{font-size:12px;font-weight:700}.roadmap-card-meta-v75 b{font-size:12px;color:#98a5bb}
.roadmap-card-v75 h3{margin:0 0 9px;font-size:22px;line-height:1.12;color:var(--text)}
.roadmap-card-v75 p{margin:0 0 16px;font-size:13px;line-height:1.7;color:var(--muted)}
.roadmap-progress-v75{display:grid;grid-template-columns:auto auto;gap:8px 12px;align-items:center;margin-bottom:15px}
.roadmap-progress-v75 span,.roadmap-progress-v75 b{font-size:11px;font-weight:800;color:#6d7b93}.roadmap-progress-v75 b{justify-self:end;color:var(--text)}
.roadmap-progress-v75 div{grid-column:1/-1;height:9px;border-radius:999px;background:#edf1f7;overflow:hidden;box-shadow:inset 0 1px 2px rgba(20,30,60,.06)}
.roadmap-progress-v75 div i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4c62e5,#6a59ff)}
.roadmap-card-v75.done .roadmap-progress-v75 div i{background:linear-gradient(90deg,#23b267,#56d09d)}
.roadmap-card-v75.next .roadmap-progress-v75 div i{background:linear-gradient(90deg,#9ca9ba,#7687a1)}
.roadmap-tags-v75{display:flex;flex-wrap:wrap;gap:8px}.roadmap-tags-v75 span{padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:10px;font-weight:800;color:#687892}
.release-grid-v75{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.release-grid-v75 article{padding:22px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,rgba(247,249,255,.84));box-shadow:0 14px 40px rgba(23,37,75,.045)}
.release-grid-v75 span{font-size:10px;color:#70809a;letter-spacing:.08em;text-transform:uppercase}.release-grid-v75 h3{font-size:18px;line-height:1.28;margin:11px 0 8px}.release-grid-v75 p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}
@media(max-width:1180px){.roadmap-board-v75{grid-template-columns:repeat(2,minmax(0,1fr))}.release-grid-v75{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.roadmap-stats-v75{grid-template-columns:1fr}.roadmap-stats-v75 article.is-wide strong{max-width:none}.roadmap-board-v75,.release-grid-v75{grid-template-columns:1fr}.roadmap-card-top-v75{flex-direction:column;align-items:flex-start}.roadmap-card-meta-v75{width:100%;justify-content:space-between}}
@media(max-width:760px){.roadmap-hero-v75 h1{font-size:clamp(40px,11vw,58px)}.roadmap-hero-v75>p{font-size:14px}.roadmap-card-v75{padding:18px;border-radius:22px}.roadmap-card-v75 h3{font-size:20px}}

/* =========================================================
   ADEPTDEV PRICING v79 — premium calculator polish
   ========================================================= */
.pricing-builder-v12{
  gap:24px;
  align-items:start;
}
.pricing-builder-v12 .pricing-steps{
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  display:grid;
  gap:18px;
}
.pricing-builder-v12 .calculator-intro{
  position:relative;
  overflow:hidden;
  padding:30px 30px 28px;
  border-color:#e2e8f2;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 14%,rgba(75,117,255,.18),transparent 25%),
    radial-gradient(circle at 78% 120%,rgba(120,89,255,.10),transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#fbfcff 56%,#f6f8ff 100%);
  box-shadow:0 18px 44px rgba(20,29,47,.06), inset 0 1px 0 rgba(255,255,255,.75);
}
.pricing-builder-v12 .calculator-intro:before{
  content:"";
  position:absolute;
  right:-40px;
  top:-55px;
  width:210px;
  height:210px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(49,88,246,.14),rgba(49,88,246,0) 72%);
  pointer-events:none;
}
.pricing-builder-v12 .calculator-intro h2{
  font-size:32px;
  line-height:1.04;
}
.pricing-builder-v12 .calculator-intro p{
  max-width:680px;
  margin-top:12px;
  font-size:14px;
  line-height:1.7;
}
.pricing-builder-v12 .calculator-live,
.pricing-builder-v12 .estimate-live-dot{
  box-shadow:0 10px 24px rgba(49,88,246,.10);
}
.pricing-builder-v12 .price-step{
  position:relative;
  border-color:#e5ebf3;
  border-radius:28px;
  box-shadow:0 16px 42px rgba(20,29,47,.055);
}
.pricing-builder-v12 .price-step:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.pricing-builder-v12 .step-content{
  padding:30px;
}
.pricing-builder-v12 .step-heading{
  margin-bottom:22px;
}
.pricing-builder-v12 .step-label{
  margin-bottom:10px;
}
.pricing-builder-v12 .step-heading h2{
  font-size:25px;
}
.pricing-builder-v12 .step-heading p{
  margin-top:10px;
  font-size:13px;
  line-height:1.65;
}
.pricing-builder-v12 .plan-help-btn,
.pricing-builder-v12 .modules-lock-note{
  box-shadow:0 8px 20px rgba(20,29,47,.04);
}
.pricing-builder-v12 .choice-grid{
  gap:14px;
}
.pricing-builder-v12 .price-choice{
  min-height:240px;
  padding:20px;
  border-radius:24px;
  box-shadow:0 10px 24px rgba(20,29,47,.03);
}
.pricing-builder-v12 .price-choice:after{
  content:"";
  position:absolute;
  inset:auto 18px 18px 18px;
  height:1px;
  background:linear-gradient(90deg,rgba(49,88,246,.12),rgba(49,88,246,0));
  pointer-events:none;
}
.pricing-builder-v12 .price-choice:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 38px rgba(20,29,47,.10);
}
.pricing-builder-v12 .price-choice.active{
  border-color:#aebdff;
  background:
    radial-gradient(circle at 100% 0,rgba(49,88,246,.10),transparent 30%),
    linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%);
  box-shadow:0 22px 40px rgba(49,88,246,.12), inset 0 0 0 1px rgba(49,88,246,.05);
}
.pricing-builder-v12 .plan-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(145deg,#eef2ff,#f7f9ff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.pricing-builder-v12 .price-choice.active .plan-icon{
  background:linear-gradient(145deg,#3158f6,#6a6fff);
  color:#fff;
  box-shadow:0 12px 26px rgba(49,88,246,.22);
}
.pricing-builder-v12 .choice-kicker{
  top:20px;
  right:20px;
  padding:6px 8px;
  border-radius:999px;
  background:#f3f5f9;
  color:#8090a8;
}
.pricing-builder-v12 .price-choice.active .choice-kicker{
  background:#e8eeff;
  color:#3158f6;
}
.pricing-builder-v12 .price-choice b{
  font-size:19px;
  letter-spacing:-.03em;
}
.pricing-builder-v12 .price-choice p{
  font-size:12px;
  line-height:1.6;
}
.pricing-builder-v12 .plan-price strong{
  font-size:25px;
}
.pricing-builder-v12 .plan-select{
  width:32px;
  height:32px;
  right:18px;
  bottom:18px;
}
.pricing-builder-v12 .module-list{
  gap:12px;
}
.pricing-builder-v12 .module-list label{
  min-height:100px;
  padding:17px 18px;
  border-radius:22px;
  box-shadow:0 8px 20px rgba(20,29,47,.03);
}
.pricing-builder-v12 .module-list label:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(20,29,47,.06);
}
.pricing-builder-v12 .module-list label.is-selected{
  box-shadow:0 16px 34px rgba(49,88,246,.10), inset 0 0 0 1px rgba(49,88,246,.05);
}
.pricing-builder-v12 .module-copy-head{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.pricing-builder-v12 .module-list b{
  font-size:15px;
}
.pricing-builder-v12 .module-list p{
  font-size:12px;
  line-height:1.6;
}
.pricing-builder-v12 .module-list strong{
  font-size:14px;
}
.pricing-builder-v12 .module-list .fake-check{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.pricing-builder-v12 .module-badge{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.pricing-builder-v12 .extensions-link{
  padding:18px;
  border-radius:20px;
  box-shadow:0 14px 30px rgba(49,88,246,.06);
}
.pricing-builder-v12 .period-row{
  gap:14px;
}
.pricing-builder-v12 .period{
  min-height:152px;
  padding:19px;
  border-radius:22px;
  box-shadow:0 10px 24px rgba(20,29,47,.03);
}
.pricing-builder-v12 .period:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(20,29,47,.07);
}
.pricing-builder-v12 .period.active{
  background:
    radial-gradient(circle at 100% 0,rgba(49,88,246,.09),transparent 28%),
    linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%);
  box-shadow:0 20px 38px rgba(49,88,246,.10), inset 0 0 0 1px rgba(49,88,246,.05);
}
.pricing-builder-v12 .period-top b{
  font-size:15px;
}
.pricing-builder-v12 .period>strong{
  margin-top:24px;
  font-size:24px;
  font-variant-numeric:tabular-nums;
}
.pricing-builder-v12 .period>em{
  min-height:30px;
  margin-top:9px;
  font-size:10px;
  line-height:1.45;
}
.pricing-builder-v12 .period-recommend{
  padding:7px 10px;
  box-shadow:0 10px 22px rgba(49,88,246,.24);
}
.pricing-builder-v12 .site-period-note,
.pricing-builder-v12 .smart-tip{
  border-radius:18px;
}
.pricing-builder-v12 .smart-tip{
  box-shadow:0 12px 28px rgba(49,88,246,.05);
}
.pricing-builder-v12 .turnkey-toggle,
.pricing-builder-v12 .turnkey-selected-plan-v68{
  box-shadow:0 10px 26px rgba(20,29,47,.03);
}
.pricing-builder-v12 .turnkey-toggle{
  min-height:102px;
  border-radius:22px;
}
.pricing-builder-v12 .turnkey-toggle.is-selected{
  box-shadow:0 16px 34px rgba(49,88,246,.10);
}
.pricing-builder-v12 .turnkey-selected-plan-v68{
  border-radius:24px;
}
.pricing-builder-v12 .estimate-card.estimate-card-v4{
  top:92px;
  padding:24px;
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,252,255,.98)) !important;
  box-shadow:0 30px 72px rgba(20,29,47,.13), 0 10px 24px rgba(20,29,47,.05) !important;
  backdrop-filter:blur(12px);
}
.pricing-builder-v12 .estimate-card-v4:before{
  height:5px;
}
.pricing-builder-v12 .estimate-head{
  padding-bottom:18px;
}
.pricing-builder-v12 .estimate-head h3{
  font-size:24px;
}
.pricing-builder-v12 .estimate-solution{
  padding:16px 0 15px;
}
.pricing-builder-v12 .estimate-main-total{
  margin-top:2px;
  padding:18px;
  border:1px solid #e8edf5;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.pricing-builder-v12 .estimate-main-total strong{
  font-size:42px;
}
.pricing-builder-v12 .estimate-discount-badge{
  align-self:flex-start;
  box-shadow:0 8px 18px rgba(22,155,107,.12);
}
.pricing-builder-v12 .estimate-smart{
  padding:14px;
  border-radius:18px;
}
.pricing-builder-v12 .estimate-items:not(:empty){
  display:grid;
  gap:8px;
  padding:14px 0;
}
.pricing-builder-v12 .estimate-items div{
  padding:10px 12px;
  border:1px solid #edf1f5;
  border-radius:14px;
  background:#fbfcfe;
}
.pricing-builder-v12 .estimate-items b{
  font-size:12px;
}
.pricing-builder-v12 .estimate-breakdown{
  display:grid;
  gap:8px;
  padding-top:10px;
}
.pricing-builder-v12 .estimate-line{
  min-height:0;
  padding:12px 14px;
  border:1px solid #edf1f5;
  border-radius:16px;
  background:#fff;
}
.pricing-builder-v12 .estimate-line:first-child{
  border-top:1px solid #edf1f5;
}
.pricing-builder-v12 .estimate-line-total{
  background:linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%);
  border-color:#dce5ff;
}
.pricing-builder-v12 .estimate-average{
  margin-top:12px;
  padding:13px 14px;
  border-radius:16px;
}
.pricing-builder-v12 .turnkey-summary{
  margin-top:12px;
  padding:14px;
  border-radius:18px;
  box-shadow:0 12px 26px rgba(49,88,246,.06);
}
.pricing-builder-v12 .estimate-card-v4 .btn-primary{
  height:56px;
  margin-top:17px;
  border-radius:18px;
  font-size:14px;
  letter-spacing:-.01em;
  box-shadow:0 18px 34px rgba(49,88,246,.24) !important;
}
.pricing-builder-v12 .estimate-footnote{
  margin:12px 4px 0;
  font-size:10px;
  line-height:1.6;
}
.pricing-builder-v12 .turnkey-summary-grid-v63{
  display:grid;
  gap:8px;
  margin-top:10px;
}
.pricing-builder-v12 .turnkey-summary-grid-v63>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(49,88,246,.10);
}
.pricing-builder-v12 .turnkey-summary-title-v63{
  font-size:12px;
  font-weight:800;
  letter-spacing:-.02em;
}
@media(max-width:1100px){
  .pricing-builder-v12 .pricing-steps{gap:16px}
  .pricing-builder-v12 .estimate-card.estimate-card-v4{top:auto}
}
@media(max-width:760px){
  .pricing-builder-v12{gap:18px}
  .pricing-builder-v12 .pricing-steps{gap:14px}
  .pricing-builder-v12 .calculator-intro{padding:22px 20px;border-radius:24px}
  .pricing-builder-v12 .calculator-intro h2{font-size:26px}
  .pricing-builder-v12 .price-step{border-radius:24px}
  .pricing-builder-v12 .step-content{padding:22px 18px 24px}
  .pricing-builder-v12 .price-choice{min-height:185px;padding:18px}
  .pricing-builder-v12 .plan-price strong{font-size:22px}
  .pricing-builder-v12 .module-list label{padding:16px;border-radius:18px}
  .pricing-builder-v12 .period{min-height:125px;padding:17px;border-radius:18px}
  .pricing-builder-v12 .period>strong{font-size:22px}
  .pricing-builder-v12 .estimate-card.estimate-card-v4{padding:20px;border-radius:24px}
  .pricing-builder-v12 .estimate-main-total{padding:16px;border-radius:18px}
  .pricing-builder-v12 .estimate-main-total strong{font-size:34px}
  .pricing-builder-v12 .estimate-line{padding:12px;border-radius:14px}
  .pricing-builder-v12 .estimate-card-v4 .btn-primary{height:54px;border-radius:16px}
}

/* =========================================================
   ADEPTDEV v80 — real project examples in portfolio + pricing
   ========================================================= */
.case-bigshop .case-visual,
.case-shop .case-visual{background:linear-gradient(145deg,#f7f9fd 0%,#e9eef8 100%)}
.project-browser{inset:22px 18px 0;border-radius:18px 18px 0 0;box-shadow:0 24px 60px rgba(31,42,68,.16)}
.project-browser .browser-bar{height:32px;background:#f1f4f8}
.project-browser .browser-bar span{font-size:8px;color:#78869a}
.project-big-mock,.project-store-mock{padding:14px;background:#fff;height:100%}
.project-big-head,.project-store-nav{display:flex;align-items:center;gap:8px;height:26px}
.project-big-head b,.project-store-nav b{font-size:8px;letter-spacing:.11em;color:#3158f6}
.project-big-head span,.project-store-nav span{width:42px;height:5px;border-radius:999px;background:#e8edf5}
.project-big-head i,.project-store-nav i{margin-left:auto;width:24px;height:24px;border-radius:8px;background:#eef2ff;border:1px solid #e0e6f2}
.project-big-search{height:30px;margin:9px 0 10px;border:1px solid #e4e9f2;border-radius:10px;background:linear-gradient(180deg,#fff,#fafbfe)}
.project-big-layout{display:grid;grid-template-columns:74px 1fr;gap:9px}
.project-big-layout aside{display:grid;gap:6px;padding:8px;border-radius:10px;background:#f6f8fb}
.project-big-layout aside i{height:6px;border-radius:999px;background:#dfe5ee}
.project-big-banner{height:44px;border-radius:10px;background:linear-gradient(120deg,#edf2ff,#f7f9ff);border:1px solid #e0e7f6;margin-bottom:8px}
.project-big-products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.project-big-products i{height:50px;border:1px solid #e8ecf2;border-radius:9px;background:linear-gradient(180deg,#fff,#f5f7fa)}
.project-store-nav{margin-bottom:10px}
.project-store-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;min-height:82px;padding:12px;border-radius:13px;background:linear-gradient(135deg,#f4f7ff,#eef2ff)}
.project-store-hero div{display:flex;flex-direction:column;justify-content:center}
.project-store-hero small{font-size:7px;letter-spacing:.12em;color:#7a8aa5}.project-store-hero strong{font-size:18px;line-height:1;color:#1b2740;margin:4px 0}.project-store-hero em{display:block;width:48px;height:7px;border-radius:999px;background:#3158f6}
.project-store-hero>i{border-radius:12px;background:linear-gradient(145deg,#dfe7ff,#fff);border:1px solid #dfe6f6}
.project-store-products{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}
.project-store-products i{height:72px;border-radius:10px;border:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#f6f8fb)}
.case-bigshop,.case-shop{box-shadow:0 20px 48px rgba(31,42,68,.08)}
.case-bigshop:hover,.case-shop:hover{box-shadow:0 28px 58px rgba(31,42,68,.13)}
.case-bigshop .case-body>a,.case-shop .case-body>a{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:4px 9px;color:#3158f6}
.case-bigshop .case-body>a span,.case-shop .case-body>a span{font-weight:800}
.case-bigshop .case-body>a small,.case-shop .case-body>a small{grid-column:1;font-size:9px;color:#7a8799;font-weight:600}
.case-bigshop .case-body>a svg,.case-shop .case-body>a svg{grid-column:2;grid-row:1/3;align-self:center}

.pricing-builder-v12 .plan-live-example-v80{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:-8px 0 14px;padding:6px 9px;border:1px solid #e1e7f3;border-radius:999px;background:#f7f9fd;color:#66758c;font-size:9px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1}
.pricing-builder-v12 .price-choice.active .plan-live-example-v80{background:#edf2ff;border-color:#d4ddff;color:#3158f6}
.pricing-project-examples-v80{margin-top:16px;padding:18px;border:1px solid #dfe6f2;border-radius:22px;background:linear-gradient(145deg,#fbfcff,#f6f8ff);box-shadow:0 14px 34px rgba(34,52,93,.045)}
.pricing-project-examples-head-v80{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}
.pricing-project-examples-head-v80>div>span{display:block;margin-bottom:5px;color:#3158f6;font-size:9px;font-weight:900;letter-spacing:.12em}
.pricing-project-examples-head-v80 b{display:block;color:#172033;font-size:15px;letter-spacing:-.025em}
.pricing-project-examples-head-v80>small{max-width:310px;color:#7a8799;font-size:10px;line-height:1.45;text-align:right}
.pricing-project-examples-grid-v80{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pricing-project-example-v80{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 28px;gap:11px;align-items:start;padding:14px;border:1px solid #e0e6ef;border-radius:18px;background:#fff;color:inherit;text-decoration:none;transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease)}
.pricing-project-example-v80:hover{transform:translateY(-2px);border-color:#c5d1f4;box-shadow:0 16px 30px rgba(49,88,246,.08)}
.pricing-project-example-v80.is-big{background:linear-gradient(145deg,#fbfcff,#f5f7ff)}
.pricing-project-example-icon-v80{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eef2ff;color:#3158f6}
.pricing-project-example-icon-v80 svg{width:19px;height:19px}
.pricing-project-example-v80 small{display:block;color:#7d8aa0;font-size:8px;font-weight:900;letter-spacing:.08em}
.pricing-project-example-v80 strong{display:block;margin-top:3px;color:#172033;font-size:13px;line-height:1.25}
.pricing-project-example-v80 p{margin:6px 0 8px;color:#69778d;font-size:10px;line-height:1.5}
.pricing-project-example-v80 div>div{display:flex;flex-wrap:wrap;gap:5px}
.pricing-project-example-v80 em{padding:5px 7px;border-radius:999px;background:#f3f5f8;color:#6e7b91;font-size:8px;font-style:normal;font-weight:800}
.pricing-project-example-v80.is-big em{background:#eef2ff;color:#5166d8}
.pricing-project-example-v80>i{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#f5f7fb;color:#3158f6;font-style:normal}
.pricing-project-example-v80>i svg{width:14px;height:14px}
@media(max-width:900px){.pricing-project-examples-grid-v80{grid-template-columns:1fr}.pricing-project-examples-head-v80{align-items:flex-start;flex-direction:column}.pricing-project-examples-head-v80>small{text-align:left}}
@media(max-width:760px){.pricing-project-examples-v80{padding:14px;border-radius:18px}.pricing-project-example-v80{grid-template-columns:38px minmax(0,1fr) 26px;padding:12px}.pricing-project-example-icon-v80{width:38px;height:38px}.pricing-project-examples-head-v80 b{font-size:14px}.case-bigshop .case-body>a,.case-shop .case-body>a{width:100%;grid-template-columns:1fr auto}}

/* v81 project examples showcase */
.project-showcase-v81{
  margin-top:22px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(49,88,246,.08),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 18px 44px rgba(20,29,47,.05);
}
.project-showcase-head-v81{max-width:760px;margin-bottom:18px}
.project-showcase-head-v81 h3{font-size:30px;line-height:1.06;margin:10px 0 10px;letter-spacing:-.04em}
.project-showcase-head-v81 p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.project-showcase-grid-v81{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.project-showcase-card-v81{
  position:relative;
  padding:22px;
  border:1px solid #e4eaf4;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fbfcff);
  box-shadow:0 14px 34px rgba(20,29,47,.04);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.project-showcase-card-v81:hover{transform:translateY(-4px);box-shadow:0 22px 42px rgba(20,29,47,.09);border-color:#d4def8}
.project-showcase-card-v81.is-big{background:linear-gradient(180deg,#fff,#f6f9ff)}
.project-showcase-type-v81{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#eef2ff;color:#4c62e5;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.project-showcase-card-v81 h4{margin:14px 0 10px;font-size:26px;line-height:1.05;letter-spacing:-.04em}
.project-showcase-card-v81 p{margin:0 0 14px;font-size:14px;line-height:1.68;color:var(--muted)}
.project-showcase-card-v81 b{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#687b9b}
.project-showcase-tags-v81{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.project-showcase-tags-v81 span{padding:8px 11px;border-radius:999px;border:1px solid #e5eaf3;background:#fff;font-size:11px;font-weight:700;color:#5f7292}
.project-showcase-card-v81 a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#3158f6}
.project-showcase-card-v81 a svg{font-size:15px}
@media(max-width:760px){
  .project-showcase-v81{padding:18px;border-radius:22px}
  .project-showcase-head-v81 h3{font-size:24px}
  .project-showcase-grid-v81{grid-template-columns:1fr}
  .project-showcase-card-v81{padding:18px;border-radius:20px}
  .project-showcase-card-v81 h4{font-size:22px}
  .project-showcase-card-v81 p{font-size:13px}
}

/* v82 pricing compare + fit labels */
.plan-fit-label-v82{
  display:inline-flex;
  align-items:center;
  margin-top:10px;
  padding:7px 10px;
  border-radius:999px;
  background:#f4f7fc;
  border:1px solid #e6ebf4;
  color:#617391;
  font-size:10px;
  font-weight:800;
  line-height:1.4;
}
.price-choice.active .plan-fit-label-v82{
  background:#ebf1ff;
  border-color:#d7e2ff;
  color:#3158f6;
}
.pricing-compare-v82{
  margin-top:18px;
  padding:22px;
  border:1px solid #e5ebf4;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 16px 40px rgba(20,29,47,.045);
}
.pricing-compare-head-v82{max-width:760px;margin-bottom:16px}
.pricing-compare-head-v82 span{display:inline-flex;margin-bottom:10px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#6077ff}
.pricing-compare-head-v82 h3{margin:0 0 10px;font-size:24px;line-height:1.08;letter-spacing:-.04em}
.pricing-compare-head-v82 p{margin:0;font-size:13px;line-height:1.7;color:var(--muted)}
.pricing-compare-grid-v82{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pricing-compare-card-v82{
  padding:20px;
  border:1px solid #e7edf5;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,29,47,.035);
}
.pricing-compare-card-v82.is-big{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.pricing-compare-card-v82 small{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4a61e7;font-size:10px;font-weight:900;letter-spacing:.08em}
.pricing-compare-card-v82 h4{margin:0 0 10px;font-size:24px;line-height:1.06;letter-spacing:-.04em}
.pricing-compare-card-v82 ul{margin:0 0 14px;padding:0;list-style:none;display:grid;gap:10px}
.pricing-compare-card-v82 li{position:relative;padding-left:22px;font-size:13px;line-height:1.65;color:#5f708b}
.pricing-compare-card-v82 li:before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#4f5dff,#7b6dff);box-shadow:0 0 0 4px rgba(79,93,255,.08)}
.pricing-compare-card-v82 a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#3158f6}
.pricing-compare-card-v82 a svg{font-size:15px}
@media(max-width:760px){
  .plan-fit-label-v82{margin-top:8px;font-size:9px}
  .pricing-compare-v82{padding:18px;border-radius:20px}
  .pricing-compare-head-v82 h3{font-size:22px}
  .pricing-compare-grid-v82{grid-template-columns:1fr}
  .pricing-compare-card-v82{padding:18px;border-radius:18px}
  .pricing-compare-card-v82 h4{font-size:22px}
}

/* =========================================================
   ADEPTDEV HOME v83 — premium, client-first homepage
   ========================================================= */
.home83-hero{position:relative;display:grid;grid-template-columns:.94fr 1.06fr;gap:56px;align-items:center;min-height:690px;padding:58px 0 64px}
.home83-hero:before{content:"";position:absolute;right:-140px;top:-120px;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.14),rgba(49,88,246,.04) 42%,transparent 70%);pointer-events:none;z-index:-1}
.home83-copy{position:relative;z-index:2}
.home83-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #dce5ff;border-radius:999px;background:#f6f8ff;color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.11em}
.home83-kicker i{width:7px;height:7px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 5px rgba(49,88,246,.09)}
.home83-copy h1{max-width:720px;margin:20px 0 18px;font-size:clamp(52px,5.6vw,78px);line-height:.95;letter-spacing:-.065em;color:#141a27}
.home83-copy h1 span,.home83-copy h1 strong{display:block}
.home83-copy h1 strong{font-weight:850;color:#3158f6}
.home83-copy>p{max-width:670px;margin:0;color:#667085;font-size:15px;line-height:1.72}
.home83-actions{display:flex;align-items:center;gap:12px;margin-top:28px}
.home83-actions .btn{min-height:50px;padding:0 20px;border-radius:15px}
.home83-actions .btn-primary{background:linear-gradient(135deg,#3158f6,#526df7);box-shadow:0 15px 30px rgba(49,88,246,.22)}
.home83-actions .btn-soft{background:#fff;border:1px solid #dfe5ee;color:#25324a;box-shadow:0 10px 24px rgba(31,42,68,.05)}
.home83-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:26px}
.home83-proof article{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:12px;border:1px solid #e7ebf2;border-radius:16px;background:rgba(255,255,255,.74)}
.home83-proof article>span{width:34px;height:34px;border-radius:11px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}
.home83-proof svg{width:16px;height:16px}.home83-proof b{display:block;font-size:11px;color:#182133}.home83-proof small{display:block;margin-top:3px;color:#7a8799;font-size:9px}

.home83-visual{position:relative;min-height:560px;perspective:1100px;isolation:isolate;transition:transform .24s ease}
.home83-visual:before{content:"";position:absolute;inset:8% 6%;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.17),rgba(49,88,246,.04) 44%,transparent 72%);filter:blur(2px);z-index:-2}
.home83-orbit{position:absolute;border:1px solid rgba(49,88,246,.20);border-radius:50%;z-index:-1}
.home83-orbit:before,.home83-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 5px rgba(49,88,246,.08)}
.home83-orbit-a{inset:74px 12px 64px 14px;transform:rotate(-9deg)}.home83-orbit-a:before{right:8%;top:14%}.home83-orbit-a:after{left:4%;bottom:22%}
.home83-orbit-b{inset:120px 52px 94px 68px;transform:rotate(13deg);border-color:rgba(94,114,247,.16)}.home83-orbit-b:before{left:28%;top:-4px}.home83-orbit-b:after{right:14%;bottom:-4px}
.home83-core{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:112px;height:112px;border-radius:36px;background:radial-gradient(circle at 32% 24%,#71a7ff,#3158f6 45%,#203dba 100%);display:grid;place-items:center;box-shadow:0 28px 70px rgba(49,88,246,.35),inset 0 0 0 1px rgba(255,255,255,.35);z-index:4}
.home83-core:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.22);border-radius:28px}.home83-core img{width:72px;height:auto;filter:brightness(0) invert(1);object-fit:contain}
.home83-float{position:absolute;padding:16px;border:1px solid rgba(220,229,244,.96);border-radius:20px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);box-shadow:0 22px 48px rgba(33,49,87,.13);transition:transform .25s ease,box-shadow .25s ease}
.home83-float:hover{transform:translateY(-5px);box-shadow:0 30px 58px rgba(33,49,87,.17)}
.home83-float small{display:block;color:#7b8799;font-size:9px;font-weight:700}.home83-float strong{display:block;color:#182133;letter-spacing:-.04em}
.home83-sales{left:4%;top:6%;width:190px;transform:rotate(-2deg)}.home83-sales strong{margin:7px 0;color:#18a770;font-size:24px}.home83-line{height:48px;display:flex;align-items:flex-end;gap:5px}.home83-line i{flex:1;border-top:2px solid #3158f6;transform-origin:left center}.home83-line i:nth-child(1){height:14px;transform:rotate(-11deg)}.home83-line i:nth-child(2){height:25px;transform:rotate(15deg)}.home83-line i:nth-child(3){height:20px;transform:rotate(-10deg)}.home83-line i:nth-child(4){height:34px;transform:rotate(10deg)}.home83-line i:nth-child(5){height:41px}
.home83-orders{right:4%;top:7%;width:150px;transform:rotate(2deg)}.home83-orders strong{margin-top:7px;font-size:26px}.home83-orders em{display:block;margin-top:5px;color:#18a770;font-size:10px;font-style:normal;font-weight:800}
.home83-product{left:12%;top:33%;width:190px}.home83-product>span{width:46px;height:46px;border-radius:14px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;margin-bottom:12px}.home83-product svg{width:21px;height:21px}.home83-product strong{margin:8px 0 11px;font-size:19px}.home83-product button{height:34px;width:100%;border:0;border-radius:10px;background:#3158f6;color:#fff;font-size:10px;font-weight:800;pointer-events:none}
.home83-mods{right:0;top:29%;width:205px}.home83-mods>small{margin-bottom:10px;font-weight:800;color:#53617a}.home83-mods>span{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-top:1px solid #eef1f5;color:#31405a;font-size:10px;font-weight:700}.home83-mods i{width:8px;height:8px;border-radius:50%;background:#21b87b;box-shadow:0 0 0 4px rgba(33,184,123,.08)}
.home83-score{left:26%;bottom:5%;width:160px;transform:rotate(1deg)}.home83-score strong{margin:7px 0;font-size:27px;color:#3158f6}.home83-score sup{font-size:11px;color:#7c8899}.home83-score>div{height:7px;border-radius:999px;background:#edf1f5;overflow:hidden}.home83-score>div i{display:block;width:97%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1fb67a,#58d2a2)}
.home83-growth{right:12%;bottom:4%;width:175px;transform:rotate(-1deg)}.home83-growth strong{margin:7px 0;color:#18a770;font-size:24px}.home83-bars{height:45px;display:flex;gap:7px;align-items:flex-end}.home83-bars i{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#6ea2ff,#3158f6)}.home83-bars i:nth-child(1){height:18px}.home83-bars i:nth-child(2){height:26px}.home83-bars i:nth-child(3){height:21px}.home83-bars i:nth-child(4){height:35px}.home83-bars i:nth-child(5){height:43px}

.home83-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 14px;border:1px solid #e1e7f0;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 16px 38px rgba(31,42,68,.05);overflow:hidden}
.home83-trust article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;min-height:118px;padding:21px;border-right:1px solid #e9edf3;transition:.2s}.home83-trust article:last-child{border-right:0}.home83-trust article:hover{background:#f8faff}
.home83-trust article>span{width:42px;height:42px;border-radius:14px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home83-trust svg{width:19px;height:19px}.home83-trust b{display:block;color:#182133;font-size:13px}.home83-trust p{margin:6px 0 0;color:#708096;font-size:11px;line-height:1.55}

.home83-section{padding-top:82px}.home83-section-head{max-width:760px;margin-bottom:24px}.home83-section-head>span,.home83-section-head>div>span{display:inline-block;margin-bottom:8px;color:#3158f6;font-size:10px;font-weight:900;letter-spacing:.12em}.home83-section-head h2{margin:0;color:#141a27;font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.055em}.home83-section-head p{max-width:720px;margin:12px 0 0;color:#667085;font-size:14px;line-height:1.7}.home83-section-head.is-row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.home83-section-head.is-row>div{max-width:760px}.home83-section-head.is-row>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;color:#3158f6;font-size:11px;font-weight:800}

.home83-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home83-services article{position:relative;min-height:390px;padding:24px;border:1px solid #e1e7f0;border-radius:25px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 14px 36px rgba(31,42,68,.04);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home83-services article:before{content:"";position:absolute;right:-80px;bottom:-110px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.10),transparent 70%)}.home83-services article:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(31,42,68,.09);border-color:#d1dbef}.home83-services article.is-featured{border-color:#bdcaff;background:linear-gradient(155deg,#f3f6ff,#fff 58%);box-shadow:0 22px 48px rgba(49,88,246,.10)}
.home83-service-top{display:flex;align-items:center;justify-content:space-between}.home83-service-top>span{width:52px;height:52px;border-radius:17px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home83-service-top svg{width:23px;height:23px}.home83-service-top em{padding:7px 9px;border-radius:999px;background:#f2f4f8;color:#93a0b4;font-size:9px;font-style:normal;font-weight:900}.home83-services article.is-featured .home83-service-top>span{background:linear-gradient(145deg,#3158f6,#6a6fff);color:#fff;box-shadow:0 14px 28px rgba(49,88,246,.22)}
.home83-services h3{margin:22px 0 10px;color:#141a27;font-size:25px;letter-spacing:-.04em}.home83-services p{margin:0;color:#667085;font-size:12px;line-height:1.65}.home83-services article>small{display:block;margin:14px 0 0;padding:9px 11px;border-radius:12px;background:#f6f8fb;color:#5d6e87;font-size:10px;font-weight:700}.home83-service-price{display:flex;align-items:baseline;gap:7px;margin-top:auto;padding-top:24px}.home83-service-price strong{color:#141a27;font-size:30px;letter-spacing:-.05em}.home83-service-price span{color:#7c8798;font-size:11px;font-weight:700}.home83-services article>a{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:17px;padding-top:15px;border-top:1px solid #e8ecf2;color:#3158f6;font-size:11px;font-weight:800}.home83-services article>a svg{width:15px;height:15px}

.home83-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home83-project-card{display:grid;grid-template-columns:1.04fr .96fr;min-height:390px;border:1px solid #e1e7f0;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 16px 40px rgba(31,42,68,.05);transition:.25s}.home83-project-card:hover{transform:translateY(-4px);box-shadow:0 26px 54px rgba(31,42,68,.10)}.home83-project-card.is-big{background:linear-gradient(160deg,#f7f9ff,#fff 48%)}
.home83-project-browser{margin:18px 0 18px 18px;border:1px solid #dde4ee;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 16px 34px rgba(31,42,68,.12)}.home83-project-browser>div{height:31px;display:flex;align-items:center;gap:5px;padding:0 10px;background:#f0f3f7}.home83-project-browser>div i{width:6px;height:6px;border-radius:50%;background:#c8cfda}.home83-project-browser>div span{margin-left:7px;color:#7f8b9c;font-size:8px}.home83-project-browser main{display:grid;grid-template-columns:48px 1fr;min-height:250px;padding:10px;background:#fbfcfe}.home83-project-browser main aside{border-radius:8px;background:linear-gradient(180deg,#eef2f8,#f6f8fb)}.home83-project-browser main section{padding:10px}.home83-project-browser main section>b{display:block;height:64px;border-radius:10px;background:linear-gradient(135deg,#e9eefc,#f8faff)}.home83-project-browser main section>div{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:9px}.home83-project-browser main section i{height:74px;border:1px solid #e6eaf0;border-radius:9px;background:linear-gradient(180deg,#fff,#eef2f6)}.home83-project-card.is-big .home83-project-browser main section>b{background:linear-gradient(135deg,#dfe9ff,#eff4ff)}
.home83-project-copy{display:flex;flex-direction:column;padding:24px}.home83-project-copy>small{color:#3158f6;font-size:9px;font-weight:900;letter-spacing:.1em}.home83-project-copy h3{margin:10px 0 9px;color:#141a27;font-size:22px;letter-spacing:-.04em}.home83-project-copy p{margin:0;color:#667085;font-size:12px;line-height:1.65}.home83-project-copy>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.home83-project-copy>div span{padding:6px 8px;border:1px solid #e1e7f0;border-radius:999px;background:#fff;color:#6b7990;font-size:9px;font-weight:700}.home83-project-copy>a{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:#3158f6;font-size:11px;font-weight:800}.home83-project-copy>a svg{width:14px;height:14px}

.home83-module-filter{display:flex;gap:6px;padding:5px;border:1px solid #e1e7f0;border-radius:14px;background:#f7f9fc}.home83-module-filter button{height:34px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#76849a;font-size:10px;font-weight:800;cursor:pointer;transition:.2s}.home83-module-filter button.active{background:#fff;color:#3158f6;box-shadow:0 5px 14px rgba(31,42,68,.08)}
.home83-modules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home83-modules article{min-height:182px;padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(31,42,68,.035);transition:opacity .22s ease,transform .22s ease,box-shadow .22s ease}.home83-modules article:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(31,42,68,.07)}.home83-modules article.is-filtered-out{display:none}.home83-module-icon{width:42px;height:42px;border-radius:13px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;margin-bottom:14px}.home83-module-icon svg{width:19px;height:19px}.home83-module-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.home83-module-title h3{margin:0;color:#141a27;font-size:14px;line-height:1.3}.home83-module-title span{flex:0 0 auto;padding:5px 7px;border-radius:999px;font-size:8px;font-weight:900;white-space:nowrap}.home83-module-title .is-ready{background:#e9f8f1;color:#1d9367}.home83-module-title .is-final{background:#fff3dd;color:#b87400}.home83-module-title .is-dev{background:#edf2ff;color:#3158f6}.home83-modules p{margin:9px 0 0;color:#6e7b90;font-size:10.5px;line-height:1.6}

.home83-calculator{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) auto auto;gap:20px;align-items:center;margin:82px 0 0;padding:26px 28px;border-radius:27px;overflow:hidden;background:linear-gradient(120deg,#1238a6 0%,#3158f6 47%,#6559ee 100%);box-shadow:0 28px 60px rgba(49,88,246,.24);color:#fff}.home83-calculator:after{content:"";position:absolute;right:-80px;top:-120px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 40px rgba(255,255,255,.035),0 0 0 82px rgba(255,255,255,.022)}.home83-calc-icon{position:relative;z-index:2;width:64px;height:64px;border-radius:20px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;backdrop-filter:blur(10px)}.home83-calc-icon svg{width:28px;height:28px}.home83-calculator>div:nth-child(2){position:relative;z-index:2}.home83-calculator>div:nth-child(2)>span{display:block;margin-bottom:5px;color:#dce5ff;font-size:9px;font-weight:900;letter-spacing:.1em}.home83-calculator h2{margin:0;font-size:25px;letter-spacing:-.04em}.home83-calculator p{max-width:620px;margin:7px 0 0;color:#e3e8ff;font-size:11px;line-height:1.55}.home83-calc-pills{position:relative;z-index:2;display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.home83-calc-pills span{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);color:#fff;font-size:9px;font-weight:800;white-space:nowrap}.home83-calculator>a{position:relative;z-index:2;min-height:46px;padding:0 17px;border:0;border-radius:14px;background:#fff;color:#3158f6;font-size:10px;font-weight:900;box-shadow:0 14px 26px rgba(21,36,96,.18)}

.home83-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.home83-compare article{position:relative;min-height:330px;padding:24px;border:1px solid #e1e7f0;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(31,42,68,.04);overflow:hidden}.home83-compare article.is-big{background:linear-gradient(150deg,#f3f6ff,#fff 60%);border-color:#cfd9ff}.home83-compare article>span{width:48px;height:48px;border-radius:15px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home83-compare article>span svg{width:22px;height:22px}.home83-compare h3{margin:17px 0 15px;color:#141a27;font-size:24px;letter-spacing:-.04em}.home83-compare ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.home83-compare li{position:relative;padding-left:21px;color:#5f6f88;font-size:12px;line-height:1.55}.home83-compare li:before{content:"";position:absolute;left:0;top:.45em;width:9px;height:9px;border-radius:50%;background:#2eb67f;box-shadow:0 0 0 4px rgba(46,182,127,.08)}.home83-compare article.is-big li:before{background:#3158f6;box-shadow:0 0 0 4px rgba(49,88,246,.08)}.home83-compare a{position:absolute;left:24px;bottom:22px;display:inline-flex;align-items:center;gap:7px;color:#3158f6;font-size:11px;font-weight:800}.home83-compare a svg{width:14px;height:14px}

.home83-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative}.home83-process:before{content:"";position:absolute;left:12%;right:12%;top:48px;height:1px;background:linear-gradient(90deg,transparent,#d7dfed 8%,#d7dfed 92%,transparent)}.home83-process article{position:relative;z-index:1;min-height:260px;padding:22px;border:1px solid #e1e7f0;border-radius:23px;background:#fff;box-shadow:0 12px 32px rgba(31,42,68,.035)}.home83-process article>b{color:#98a5b9;font-size:9px;letter-spacing:.1em}.home83-process article>span{width:48px;height:48px;margin-top:15px;border-radius:15px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;box-shadow:0 0 0 7px #fff}.home83-process article>span svg{width:20px;height:20px}.home83-process h3{margin:24px 0 9px;color:#141a27;font-size:18px;letter-spacing:-.035em}.home83-process p{margin:0;color:#667085;font-size:11px;line-height:1.62}

.home83-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:84px 0 14px;padding:36px 38px;border-radius:29px;overflow:hidden;background:linear-gradient(120deg,#143aa7,#3158f6 48%,#5a55e9);box-shadow:0 28px 60px rgba(49,88,246,.23);color:#fff}.home83-cta:after{content:"";position:absolute;right:-90px;top:-90px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 50px rgba(255,255,255,.035),0 0 0 100px rgba(255,255,255,.02)}.home83-cta>div{position:relative;z-index:2}.home83-cta>div:first-child{max-width:720px}.home83-cta>div:first-child>span{display:block;margin-bottom:8px;color:#dbe4ff;font-size:9px;font-weight:900;letter-spacing:.12em}.home83-cta h2{margin:0;font-size:38px;line-height:1;letter-spacing:-.05em}.home83-cta p{margin:10px 0 0;color:#e3e8ff;font-size:12px;line-height:1.65}.home83-cta>div:last-child{display:flex;gap:9px;flex:0 0 auto}.home83-cta .btn{min-height:48px;padding:0 17px;border-radius:14px;font-size:10px;font-weight:900}.home83-cta-primary{background:#fff!important;color:#3158f6!important;border:0!important}.home83-cta-secondary{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important}

@media(max-width:1150px){
  .home83-hero{grid-template-columns:1fr;gap:28px;min-height:0}.home83-visual{width:min(760px,100%);margin:auto}.home83-trust{grid-template-columns:1fr 1fr}.home83-trust article:nth-child(2){border-right:0}.home83-trust article:nth-child(-n+2){border-bottom:1px solid #e9edf3}.home83-project-card{grid-template-columns:1fr}.home83-project-browser{margin:18px 18px 0}.home83-project-copy{min-height:250px}.home83-modules{grid-template-columns:repeat(2,minmax(0,1fr))}.home83-calculator{grid-template-columns:64px minmax(0,1fr) auto}.home83-calc-pills{grid-column:2;justify-content:flex-start}.home83-calculator>a{grid-column:3;grid-row:1/3}.home83-process:before{display:none}
}
@media(max-width:820px){
  .home83-copy h1{font-size:clamp(44px,10vw,64px)}.home83-proof{grid-template-columns:1fr}.home83-services,.home83-project-grid,.home83-compare,.home83-process{grid-template-columns:1fr}.home83-services article{min-height:340px}.home83-project-copy{min-height:220px}.home83-section-head.is-row{display:block}.home83-section-head.is-row>a,.home83-module-filter{margin-top:15px}.home83-modules{grid-template-columns:1fr}.home83-calculator{grid-template-columns:56px 1fr}.home83-calc-icon{width:56px;height:56px}.home83-calc-pills{grid-column:1/-1;justify-content:flex-start}.home83-calculator>a{grid-column:1/-1;grid-row:auto;width:100%;justify-content:center}.home83-cta{display:block}.home83-cta>div:last-child{margin-top:22px}.home83-compare article{min-height:300px}
}
@media(max-width:760px){
  .home83-hero{padding:26px 0 42px}.home83-copy h1{font-size:clamp(40px,12.2vw,56px);line-height:.98}.home83-copy>p{font-size:13px}.home83-actions{align-items:stretch;flex-direction:column}.home83-actions .btn{width:100%;justify-content:center}.home83-visual{min-height:430px;transform:scale(.96);transform-origin:center top}.home83-sales{left:0;top:2%;width:155px}.home83-orders{right:0;top:4%;width:125px}.home83-product{left:5%;top:34%;width:155px}.home83-mods{right:0;top:31%;width:165px}.home83-score{left:20%;bottom:1%;width:135px}.home83-growth{right:4%;bottom:0;width:145px}.home83-core{width:88px;height:88px;border-radius:28px}.home83-core img{width:56px}.home83-trust{grid-template-columns:1fr}.home83-trust article{border-right:0!important;border-bottom:1px solid #e9edf3!important;min-height:95px}.home83-trust article:last-child{border-bottom:0!important}.home83-section{padding-top:64px}.home83-section-head h2{font-size:36px}.home83-services article{padding:20px;border-radius:22px}.home83-project-card{border-radius:22px}.home83-project-browser{margin:14px 14px 0}.home83-project-copy{padding:20px}.home83-module-filter{overflow:auto;max-width:100%}.home83-calculator{margin-top:64px;padding:20px;border-radius:22px}.home83-calculator h2{font-size:22px}.home83-compare article,.home83-process article{border-radius:21px}.home83-cta{margin-top:64px;padding:28px 22px;border-radius:24px}.home83-cta h2{font-size:32px}.home83-cta>div:last-child{flex-direction:column}.home83-cta .btn{width:100%;justify-content:center}
}

/* =========================================================
   ADEPTDEV HOME v84 — hero readability + trust polish
   ========================================================= */
.home83-hero{
  grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);
  gap:40px;
  min-height:640px;
  padding:46px 0 54px;
}
.home83-copy{
  max-width:840px;
  padding-top:6px;
}
.home83-kicker{
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#f5f7ff);
  border:1px solid #e3e8f3;
  box-shadow:0 10px 24px rgba(20,29,47,.04);
}
.home83-copy h1{
  max-width:860px;
  margin:18px 0 18px;
  font-size:clamp(46px,4.9vw,76px);
  line-height:1.02;
  letter-spacing:-.058em;
  color:#141a27;
}
.home83-copy h1 span,.home83-copy h1 strong{
  display:block;
}
.home83-copy h1 span+strong,
.home83-copy h1 strong+span{
  margin-top:4px;
}
.home83-copy h1 strong{
  font-weight:900;
  color:#3158f6;
  text-wrap:balance;
}
.home83-copy>p{
  max-width:620px;
  font-size:16px;
  line-height:1.78;
  color:#64748b;
}
.home83-actions{
  margin-top:26px;
}
.home83-actions .btn{
  min-width:198px;
  height:52px;
  border-radius:16px;
  font-size:14px;
}
.home83-proof{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.home83-proof article{
  min-height:84px;
  padding:16px 16px 15px;
  border-radius:18px;
  border:1px solid #e6ebf4;
  background:linear-gradient(180deg,#fff,#fbfcff);
  box-shadow:0 14px 30px rgba(20,29,47,.04);
}
.home83-proof article span{
  width:38px;
  height:38px;
  border-radius:13px;
  background:#eef2ff;
}
.home83-proof article b{
  font-size:13px;
}
.home83-proof article small{
  margin-top:5px;
  font-size:11px;
  line-height:1.55;
}
.home83-trust{
  margin:8px 0 12px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.home83-trust article{
  grid-template-columns:52px 1fr;
  gap:16px;
  min-height:148px;
  padding:24px;
  border:1px solid #e3e8f2;
  border-right:1px solid #e3e8f2;
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#f9fbff 100%);
  box-shadow:0 18px 38px rgba(20,29,47,.045);
}
.home83-trust article:hover{
  background:linear-gradient(180deg,#ffffff 0%,#f5f8ff 100%);
  transform:translateY(-4px);
  box-shadow:0 24px 44px rgba(20,29,47,.08);
}
.home83-trust article>span{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(145deg,#eef2ff,#f8faff);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.home83-trust svg{
  width:21px;
  height:21px;
}
.home83-trust b{
  font-size:18px;
  line-height:1.16;
  letter-spacing:-.02em;
}
.home83-trust p{
  margin:10px 0 0;
  color:#6b7b91;
  font-size:13px;
  line-height:1.72;
}
@media(max-width:1180px){
  .home83-hero{grid-template-columns:1fr;gap:28px;min-height:0;padding:38px 0 46px}
  .home83-copy{max-width:none}
  .home83-copy h1{max-width:760px}
}
@media(max-width:900px){
  .home83-proof{grid-template-columns:1fr}
}
@media(max-width:760px){
  .home83-copy h1{font-size:clamp(38px,11.2vw,52px);line-height:1.03;letter-spacing:-.05em}
  .home83-copy>p{font-size:14px;line-height:1.7}
  .home83-proof article{min-height:76px;padding:14px;border-radius:16px}
  .home83-trust{grid-template-columns:1fr;gap:14px;margin-top:4px}
  .home83-trust article{min-height:0;padding:18px;border-radius:20px;grid-template-columns:46px 1fr;gap:14px;border-right:1px solid #e3e8f2!important;border-bottom:1px solid #e3e8f2!important}
  .home83-trust article>span{width:46px;height:46px;border-radius:14px}
  .home83-trust b{font-size:16px}
  .home83-trust p{font-size:12px;line-height:1.65}
}


/* v92: safe card cleanup for step 01 */
.pricing-builder-v12 .choice-grid{gap:12px}
.pricing-builder-v12 .price-choice{
  min-height:185px;
  padding:18px 18px 16px;
  border-radius:20px;
}
.pricing-builder-v12 .price-choice:after{
  inset:auto 16px 16px 16px;
}
.pricing-builder-v12 .plan-icon{
  width:44px;
  height:44px;
  border-radius:14px;
}
.pricing-builder-v12 .choice-kicker{
  top:18px;
  right:18px;
  padding:5px 7px;
  font-size:8px;
}
.pricing-builder-v12 .price-choice b{
  margin-top:14px;
  font-size:17px;
  line-height:1.15;
}
.pricing-builder-v12 .price-choice p{
  margin:6px 0 0;
  font-size:11px;
  line-height:1.5;
  max-width:94%;
}
.pricing-builder-v12 .plan-fit-label-v82,
.pricing-builder-v12 .plan-live-example-v80{
  display:none !important;
}
.pricing-builder-v12 .plan-price{
  left:18px;
  right:18px;
  bottom:16px;
}
.pricing-builder-v12 .plan-price strong{
  font-size:22px;
  line-height:1.02;
}
.pricing-builder-v12 .plan-price small{
  font-size:10px;
}
.pricing-builder-v12 .plan-select{
  width:30px;
  height:30px;
  right:16px;
  bottom:16px;
}
.pricing-project-examples-v80{
  margin-top:12px;
  padding:16px;
  border-radius:18px;
}
.pricing-project-examples-head-v80 b{
  font-size:18px;
}
.pricing-project-example-v80 p{
  font-size:10px;
  line-height:1.45;
}
@media(max-width:760px){
  .pricing-builder-v12 .price-choice{
    min-height:165px;
    padding:16px 16px 14px;
  }
  .pricing-builder-v12 .price-choice b{
    font-size:16px;
  }
  .pricing-builder-v12 .price-choice p{
    font-size:10px;
  }
  .pricing-builder-v12 .plan-price strong{
    font-size:20px;
  }
}


/* v93: text/layout fix for plan cards only */
.pricing-builder-v12 .price-choice:after{display:none !important;}
.pricing-builder-v12 .price-choice{
  overflow:hidden;
}
.pricing-builder-v12 .plan-price{
  left:18px;
  right:56px;
  bottom:16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:8px;
}
.pricing-builder-v12 .plan-price strong{
  min-width:0;
  margin:0;
  line-height:1;
  white-space:nowrap;
}
.pricing-builder-v12 .plan-price small{
  display:block;
  margin:0;
  line-height:1.15;
  white-space:nowrap;
  text-align:right;
}
.pricing-builder-v12 .plan-select{
  right:16px;
  bottom:16px;
}
@media (max-width: 1100px){
  .pricing-builder-v12 .plan-price strong{font-size:20px;}
  .pricing-builder-v12 .plan-price small{font-size:9px;}
}
@media (max-width: 760px){
  .pricing-builder-v12 .plan-price{
    right:52px;
    gap:6px;
  }
  .pricing-builder-v12 .plan-price strong{font-size:18px;}
  .pricing-builder-v12 .plan-price small{font-size:8px;}
}

/* v94: definitive plan price text fix — no relative offsets */
.pricing-builder-v12 .plan-price{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:calc(100% - 42px);
  margin-top:auto !important;
  padding:12px 0 0 !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  align-items:start !important;
  gap:3px !important;
  box-sizing:border-box;
}
.pricing-builder-v12 .plan-price strong{
  display:block !important;
  margin:0 !important;
  color:#141a27 !important;
  font-size:21px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  white-space:nowrap !important;
}
.pricing-builder-v12 .plan-price small{
  display:block !important;
  margin:0 !important;
  color:#7b8798 !important;
  font-size:8px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  text-align:left !important;
}
.pricing-builder-v12 .plan-select{
  right:16px !important;
  bottom:16px !important;
}
.pricing-builder-v12 .price-choice p{
  margin-bottom:10px !important;
}
@media(max-width:1100px){
  .pricing-builder-v12 .plan-price strong{font-size:20px !important;}
}
@media(max-width:760px){
  .pricing-builder-v12 .plan-price{width:calc(100% - 38px);padding-top:10px !important;}
  .pricing-builder-v12 .plan-price strong{font-size:19px !important;}
  .pricing-builder-v12 .plan-price small{font-size:8px !important;}
}

/* =========================================================
   ADEPTDEV PRICING EXPERIENCE v100
   Premium pricing / configurator redesign. Scoped to pricing.
   ========================================================= */
[data-page="pricing"] .page-shell{
  max-width:1320px;
  padding-top:calc(var(--header) + 26px);
}
[data-page="pricing"] .crumbs{
  max-width:1240px;
  margin:4px auto 24px;
  padding:0 8px;
}

/* hero */
.pricing-hero-v100{
  position:relative;
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);
  gap:52px;
  align-items:center;
  overflow:hidden;
  padding:64px 66px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:38px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 18%,rgba(98,123,255,.34),transparent 32%),
    radial-gradient(circle at 25% 100%,rgba(60,156,255,.15),transparent 30%),
    linear-gradient(135deg,#0d1730 0%,#101d3a 48%,#11192d 100%);
  box-shadow:0 34px 100px rgba(21,34,67,.19);
  isolation:isolate;
}
.pricing-hero-v100:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.30;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to right,rgba(0,0,0,.35),rgba(0,0,0,.9));
}
.pricing-hero-v100:after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-200px;
  width:560px;
  height:560px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.022),0 0 0 140px rgba(255,255,255,.014);
  z-index:-1;
}
.pricing-hero-copy-v100{position:relative;z-index:2;max-width:690px}
.pricing-hero-kicker-v100{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#b9c8ec;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
}
.pricing-hero-kicker-v100 span{
  width:7px;height:7px;border-radius:50%;background:#81a8ff;box-shadow:0 0 0 5px rgba(129,168,255,.10)
}
.pricing-hero-copy-v100 h1{
  max-width:720px;
  margin:24px 0 20px;
  font-size:clamp(52px,5.7vw,80px);
  line-height:.97;
  letter-spacing:-.066em;
  font-weight:780;
}
.pricing-hero-copy-v100 h1 span{
  display:block;
  color:#8eb0ff;
  background:linear-gradient(110deg,#9bb9ff,#8d90ff 60%,#b6a2ff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.pricing-hero-copy-v100>p{
  max-width:640px;
  margin:0;
  color:#aebbd4;
  font-size:16px;
  line-height:1.75;
}
.pricing-hero-actions-v100{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap}
.pricing-hero-actions-v100 .btn{height:54px;border-radius:15px;padding-inline:22px}
.pricing-hero-actions-v100 .btn-primary{background:#fff;color:#17203a;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.pricing-hero-actions-v100 .btn-primary:hover{background:#f1f4ff}
.pricing-hero-actions-v100 .btn-soft{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13);color:#fff;box-shadow:none}
.pricing-hero-actions-v100 .btn-soft:hover{background:rgba(255,255,255,.11)}
.pricing-hero-facts-v100{display:flex;gap:18px 24px;flex-wrap:wrap;margin-top:29px}
.pricing-hero-facts-v100 span{display:flex;align-items:center;gap:7px;color:#9cabc4;font-size:10px}
.pricing-hero-facts-v100 svg{color:#85a9ff;font-size:14px}
.pricing-hero-facts-v100 b{font-weight:650;color:#c6d0e2}

.pricing-hero-visual-v100{position:relative;min-height:430px;display:grid;place-items:center;z-index:2}
.pricing-hero-glow-v100{position:absolute;width:380px;height:250px;border-radius:50%;background:#536fff;filter:blur(75px);opacity:.22;transform:translate(30px,30px)}
.pricing-quote-v100{
  position:relative;
  z-index:2;
  width:min(100%,445px);
  min-height:390px;
  padding:28px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
  box-shadow:0 34px 80px rgba(1,8,28,.34),inset 0 1px rgba(255,255,255,.13);
  backdrop-filter:blur(22px);
  transform:rotate(1.3deg);
}
.pricing-quote-top-v100{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.11)}
.pricing-quote-top-v100 span{display:flex;align-items:center;gap:9px;color:#aebbd4;font-size:9px;letter-spacing:.13em;font-weight:800}
.pricing-quote-top-v100 i{width:7px;height:7px;background:#72d9ad;border-radius:50%;box-shadow:0 0 0 5px rgba(114,217,173,.10)}
.pricing-quote-top-v100>b{font-size:9px;letter-spacing:.12em;color:#8eaefd;border:1px solid rgba(142,174,253,.22);background:rgba(112,150,255,.09);padding:6px 9px;border-radius:999px}
.pricing-quote-project-v100{padding:26px 0 20px}
.pricing-quote-project-v100 small{display:block;color:#7182a3;font-size:9px;font-weight:800;letter-spacing:.14em}
.pricing-quote-project-v100 strong{display:block;margin-top:8px;font-size:26px;letter-spacing:-.04em}
.pricing-quote-lines-v100{display:grid;gap:8px}
.pricing-quote-lines-v100 div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 13px;border-radius:13px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);font-size:10px}
.pricing-quote-lines-v100 span{color:#8e9db8}.pricing-quote-lines-v100 b{font-size:10px;color:#dbe4f5}
.pricing-quote-total-v100{display:flex;align-items:end;justify-content:space-between;margin-top:21px;padding-top:21px;border-top:1px solid rgba(255,255,255,.11)}
.pricing-quote-total-v100 small{display:block;color:#7182a3;font-size:8px;font-weight:800;letter-spacing:.12em;margin-bottom:4px}
.pricing-quote-total-v100 strong{font-size:30px;letter-spacing:-.045em}.pricing-quote-total-v100>span{color:#7889a6;font-size:10px;padding-bottom:5px}
.pricing-quote-progress-v100{display:grid;grid-template-columns:1.45fr 1fr .68fr .45fr;gap:5px;margin-top:20px}
.pricing-quote-progress-v100 span{height:4px;border-radius:999px;background:rgba(255,255,255,.09)}
.pricing-quote-progress-v100 span:nth-child(1),.pricing-quote-progress-v100 span:nth-child(2){background:linear-gradient(90deg,#6b8cff,#9d89ff)}
.pricing-floating-card-v100{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(10,19,40,.80);box-shadow:0 18px 45px rgba(0,0,0,.24);backdrop-filter:blur(18px)}
.pricing-floating-card-v100 svg{font-size:18px;color:#91aeff}.pricing-floating-card-v100 div{display:grid;gap:1px}.pricing-floating-card-v100 b{font-size:11px}.pricing-floating-card-v100 small{font-size:8px;color:#8090aa}
.pricing-floating-card-a-v100{left:-14px;top:82px;transform:rotate(-4deg)}.pricing-floating-card-b-v100{right:-8px;bottom:54px;transform:rotate(5deg)}

/* trust rail */
.pricing-proof-rail-v100{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0 72px;border:1px solid #dfe5ef;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(31,42,68,.055);overflow:hidden}
.pricing-proof-rail-v100 article{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:20px 22px;border-right:1px solid #e8ecf3}
.pricing-proof-rail-v100 article:last-child{border-right:0}.pricing-proof-rail-v100 article>span{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;background:#f0f4ff;color:#3158f6;font-size:9px;font-weight:850}
.pricing-proof-rail-v100 article div{display:grid;gap:4px}.pricing-proof-rail-v100 b{font-size:11px;color:#1b2434}.pricing-proof-rail-v100 small{color:#7c8798;font-size:9px;line-height:1.35}

/* calculator stage */
.pricing-stage-v100{margin:0 0 84px;padding:28px;border:1px solid #dee5f0;border-radius:34px;background:linear-gradient(180deg,#f7f9fd,#f1f4f9);box-shadow:0 22px 70px rgba(20,29,47,.07)}
.pricing-stage-head-v100{display:flex;justify-content:space-between;align-items:end;gap:35px;padding:14px 15px 28px}
.pricing-stage-head-v100>div{max-width:760px}.pricing-stage-head-v100 h2{margin:10px 0 0;font-size:clamp(32px,4.1vw,54px);line-height:1.02;letter-spacing:-.055em}.pricing-stage-head-v100>p{max-width:390px;margin:0;color:#6b7688;font-size:12px;line-height:1.65}
.pricing-stage-v100 .pricing-builder-v12{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;align-items:start;margin:0}
.pricing-stage-v100 .pricing-steps{display:grid;gap:12px}
.pricing-stage-v100 .calculator-intro{padding:24px 26px;border:1px solid #e1e6ef;border-radius:22px;background:#fff;box-shadow:0 8px 20px rgba(34,47,78,.035)}
.pricing-stage-v100 .calculator-intro h2{font-size:29px;letter-spacing:-.045em}.pricing-stage-v100 .calculator-intro p{font-size:11px;line-height:1.6;color:#788398}
.pricing-stage-v100 .calculator-live{background:#f4f8f6;border-color:#dfece6;color:#4b6b5c}
.pricing-stage-v100 .calculator-live i{background:#27a875}

.pricing-stage-v100 .price-step{overflow:hidden;border:1px solid #e0e6ef;border-radius:22px;background:#fff;box-shadow:0 8px 26px rgba(34,47,78,.035)}
.pricing-stage-v100 .step-no{background:#f8faff;border-color:#e7ebf2;color:#90a0b8}
.pricing-stage-v100 .step-no span{background:#eef3ff;color:#3158f6;border:1px solid #dfe6ff}
.pricing-stage-v100 .step-content{padding:28px 27px 30px}
.pricing-stage-v100 .step-heading h2{font-size:22px;color:#172033}.pricing-stage-v100 .step-heading p{color:#7b8799;line-height:1.55}.pricing-stage-v100 .step-label{color:#3158f6}
.pricing-stage-v100 .plan-help-btn{background:#f7f9fc;border-color:#e1e6ef;color:#526078}.pricing-stage-v100 .plan-help-btn:hover{background:#eef3ff;border-color:#d8e1ff;color:#3158f6}

.pricing-stage-v100 .choice-grid{gap:10px}
.pricing-stage-v100 .price-choice{min-height:215px;padding:19px;border-radius:18px;border-color:#e2e7ef;background:#fbfcfe;color:#1b2434;box-shadow:none}
.pricing-stage-v100 .price-choice:hover{transform:translateY(-2px);border-color:#cfd8eb;background:#fff;box-shadow:0 13px 30px rgba(31,42,68,.07)}
.pricing-stage-v100 .price-choice.active{border-color:#819bff;background:linear-gradient(180deg,#f6f8ff,#f9faff);box-shadow:0 0 0 2px rgba(49,88,246,.08),0 16px 34px rgba(49,88,246,.09)}
.pricing-stage-v100 .plan-icon{background:#f0f4ff;border-color:#dee5ff;color:#3158f6}
.pricing-stage-v100 .price-choice.active .plan-icon{background:#3158f6;color:#fff;border-color:#3158f6;box-shadow:0 8px 20px rgba(49,88,246,.2)}
.pricing-stage-v100 .choice-kicker{color:#9aa5b5}.pricing-stage-v100 .price-choice b{font-size:14px;color:#182133}.pricing-stage-v100 .price-choice p{color:#748096;font-size:10px}
.pricing-stage-v100 .plan-fit-label-v82,.pricing-stage-v100 .plan-live-example-v80{background:#f3f6fb;border-color:#e1e6ef;color:#748096}
.pricing-stage-v100 .price-choice.active .plan-fit-label-v82,.pricing-stage-v100 .price-choice.active .plan-live-example-v80{background:#eef2ff;border-color:#d7e0ff;color:#3158f6}
.pricing-stage-v100 .plan-price{border-top-color:#e4e9f1}.pricing-stage-v100 .plan-price strong{color:#141c2a}.pricing-stage-v100 .plan-price small{color:#8995a7}.pricing-stage-v100 .plan-select{background:#fff;border-color:#dce3ef;color:#a2afc0}.pricing-stage-v100 .price-choice.active .plan-select{background:#3158f6;border-color:#3158f6;color:#fff}

.pricing-stage-v100 .module-list label{border-color:#e2e7ef;background:#fbfcfe;border-radius:16px}.pricing-stage-v100 .module-list label:hover{border-color:#cad5ea;background:#fff}.pricing-stage-v100 .module-list label.is-selected{border-color:#aabaff;background:#f5f7ff}
.pricing-stage-v100 .module-list b{color:#20293a}.pricing-stage-v100 .module-list p{color:#7a8597}.pricing-stage-v100 .module-list strong{color:#253046}.pricing-stage-v100 .module-list .fake-check{border-color:#cfd8e6;background:#fff}.pricing-stage-v100 .module-badge{background:#eef3ff;color:#3158f6;border-color:#dbe3ff}
.pricing-stage-v100 .extensions-link{border-radius:14px;border-color:#dfe5ef;background:#f8faff;color:#3158f6}
.pricing-stage-v100 .extensions-link:hover{background:#eef3ff;border-color:#d2dcff}

.pricing-stage-v100 .turnkey-toggle,.pricing-stage-v100 .turnkey-selected-plan-v68{border-color:#e1e6ef;background:#fbfcfe}.pricing-stage-v100 .turnkey-toggle.is-selected{background:#f3f6ff;border-color:#bdcaff}.pricing-stage-v100 .fake-switch{background:#d8dfeb}.pricing-stage-v100 .turnkey-toggle input:checked~.fake-switch{background:#3158f6}
.pricing-stage-v100 .period{border-color:#e1e6ef;background:#fbfcfe;color:#1c2638}.pricing-stage-v100 .period:hover{border-color:#cad5ea;background:#fff}.pricing-stage-v100 .period.active{border-color:#849cff;background:#f4f7ff;box-shadow:0 0 0 2px rgba(49,88,246,.07)}.pricing-stage-v100 .period>em{background:#e9f8f1;color:#16865d}.pricing-stage-v100 .period-recommend{color:#3158f6;background:#eef2ff}.pricing-stage-v100 .site-period-note,.pricing-stage-v100 .smart-tip{border-color:#e0e6ef;background:#f8faff;color:#66758a}

/* calculator summary becomes premium dark dashboard */
.pricing-stage-v100 .estimate-card.estimate-card-v4{
  position:sticky;top:96px;
  overflow:hidden;
  padding:25px;
  border:1px solid #17264c;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 0,rgba(89,113,255,.26),transparent 35%),
    linear-gradient(155deg,#101b35,#0c162a 70%);
  box-shadow:0 24px 60px rgba(23,35,68,.22);
}
.pricing-stage-v100 .estimate-card-v4:before{height:3px;background:linear-gradient(90deg,#6f8eff,#987cff,#6fd4ff)}
.pricing-stage-v100 .estimate-head h3{color:#fff;font-size:18px}.pricing-stage-v100 .estimate-head span,.pricing-stage-v100 .estimate-head small{color:#7d8da9}
.pricing-stage-v100 .estimate-solution{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.055);color:#c8d3e6}
.pricing-stage-v100 .estimate-main-total{background:linear-gradient(135deg,rgba(97,126,255,.20),rgba(128,98,255,.10));border-color:rgba(132,153,255,.20)}
.pricing-stage-v100 .estimate-main-total span{color:#899ab8}.pricing-stage-v100 .estimate-main-total strong{color:#fff}.pricing-stage-v100 .estimate-discount-badge{background:rgba(80,210,153,.12);border-color:rgba(80,210,153,.20);color:#7fe1b7}
.pricing-stage-v100 .estimate-smart{color:#8fa1bd;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.08)}
.pricing-stage-v100 .estimate-items:not(:empty){border-color:rgba(255,255,255,.09)}.pricing-stage-v100 .estimate-items div{color:#8292ad}.pricing-stage-v100 .estimate-items b{color:#d7e0ef}
.pricing-stage-v100 .estimate-breakdown{border-color:rgba(255,255,255,.09)}.pricing-stage-v100 .estimate-line{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.055);color:#8495b0}.pricing-stage-v100 .estimate-line strong{color:#eef3fb}.pricing-stage-v100 .estimate-line-total{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.08)}
.pricing-stage-v100 .estimate-average{color:#8798b4}.pricing-stage-v100 .turnkey-summary{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08);color:#c8d4e7}
.pricing-stage-v100 .estimate-card-v4 .btn-primary{background:#fff;color:#14203a;box-shadow:0 12px 28px rgba(0,0,0,.16)}.pricing-stage-v100 .estimate-card-v4 .btn-primary:hover{background:#eef2ff}.pricing-stage-v100 .estimate-footnote{color:#7384a0}

/* value section */
.pricing-value-v100{display:grid;grid-template-columns:.83fr 1.17fr;gap:52px;align-items:start;margin:0 0 92px;padding:58px;border:1px solid #dfe5ee;border-radius:32px;background:#fff;box-shadow:0 20px 60px rgba(31,42,68,.055)}
.pricing-value-head-v100{position:sticky;top:105px}.pricing-value-head-v100 h2{margin:12px 0 18px;font-size:clamp(34px,4.2vw,54px);line-height:1.02;letter-spacing:-.055em}.pricing-value-head-v100>p{max-width:490px;margin:0;color:#6f7a8c;font-size:13px;line-height:1.75}
.pricing-value-grid-v100{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pricing-value-grid-v100 article{position:relative;min-height:235px;padding:24px;border:1px solid #e3e8ef;border-radius:20px;background:linear-gradient(180deg,#fbfcfe,#f7f9fc);overflow:hidden}.pricing-value-grid-v100 article>span{position:absolute;right:18px;top:16px;color:#c1c9d6;font-size:9px;font-weight:850}.pricing-value-grid-v100 i{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dbe3ff;border-radius:13px;background:#eef3ff;color:#3158f6;font-style:normal}.pricing-value-grid-v100 i svg{font-size:19px}.pricing-value-grid-v100 h3{font-size:15px;letter-spacing:-.025em;margin:38px 0 10px}.pricing-value-grid-v100 p{margin:0;color:#778294;font-size:10px;line-height:1.65}

/* included section upgraded without breaking existing markup */
[data-page="pricing"] .subscription-included-v37{margin:0 0 92px;padding:54px;border:1px solid #dfe5ef;border-radius:32px;background:linear-gradient(140deg,#f7f9fd,#fff);box-shadow:0 18px 55px rgba(31,42,68,.05)}
[data-page="pricing"] .subscription-included-head-v37{max-width:780px;margin-bottom:30px}[data-page="pricing"] .subscription-included-head-v37 h2{font-size:clamp(34px,4.3vw,55px);letter-spacing:-.055em;line-height:1.02}[data-page="pricing"] .subscription-included-head-v37 p{max-width:660px;color:#727e90;line-height:1.7}
[data-page="pricing"] .subscription-included-grid-v37{gap:10px}[data-page="pricing"] .subscription-item-v37{border-color:#e2e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(31,42,68,.03)}[data-page="pricing"] .subscription-item-icon-v37{background:#eef3ff;border-color:#dce4ff;color:#3158f6}

/* faq */
.pricing-faq-v100{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;margin:0 0 92px;padding:58px;border-radius:32px;background:#101a31;color:#fff;box-shadow:0 28px 75px rgba(25,37,67,.16)}
.pricing-faq-copy-v100{align-self:start;position:sticky;top:105px}.pricing-faq-copy-v100 .eyebrow{color:#88a9ff}.pricing-faq-copy-v100 h2{margin:12px 0 14px;font-size:clamp(36px,4vw,52px);line-height:1.01;letter-spacing:-.055em}.pricing-faq-copy-v100 p{max-width:420px;margin:0;color:#95a4bd;font-size:12px;line-height:1.7}.pricing-faq-copy-v100 .btn{margin-top:25px;background:#fff;color:#15203a;box-shadow:none}.pricing-faq-copy-v100 .btn:hover{background:#eef2ff}
.pricing-faq-list-v100{display:grid;align-content:start}.pricing-faq-list-v100 details{border-bottom:1px solid rgba(255,255,255,.10)}.pricing-faq-list-v100 summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:14px;padding:22px 0;font-size:14px;font-weight:700;color:#e8edf6}.pricing-faq-list-v100 summary::-webkit-details-marker{display:none}.pricing-faq-list-v100 summary>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:rgba(117,146,255,.12);color:#91adff;font-size:8px}.pricing-faq-list-v100 summary:after{content:"+";display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.12);color:#8999b3;font-size:16px;font-weight:400}.pricing-faq-list-v100 details[open] summary:after{content:"–";color:#fff}.pricing-faq-list-v100 details p{margin:-4px 0 24px 48px;max-width:760px;color:#92a1b9;font-size:11px;line-height:1.75}

/* final CTA */
.pricing-final-cta-v100{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;margin:0 0 96px;padding:42px 45px;border:1px solid #dce3ee;border-radius:28px;background:linear-gradient(120deg,#eef3ff 0,#fff 50%,#f4f1ff 100%);box-shadow:0 16px 50px rgba(31,42,68,.055)}
.pricing-final-cta-v100>div:first-child>span{display:block;color:#3158f6;font-size:9px;font-weight:850;letter-spacing:.15em}.pricing-final-cta-v100 h2{max-width:760px;margin:9px 0 0;font-size:clamp(25px,3vw,38px);line-height:1.08;letter-spacing:-.045em}.pricing-final-actions-v100{display:flex;gap:9px}.pricing-final-actions-v100 .btn-soft{background:#fff}

/* pricing modals feel native to the redesign */
[data-page="pricing"] .module-catalog-dialog-v70,[data-page="pricing"] .compare-dialog-v60,[data-page="pricing"] .calc-lead-dialog-v53{border-radius:28px;box-shadow:0 32px 100px rgba(16,31,67,.22)}

@media(max-width:1120px){
  .pricing-hero-v100{grid-template-columns:1fr;padding:56px;gap:26px}.pricing-hero-visual-v100{min-height:400px}.pricing-quote-v100{width:min(540px,88%)}
  .pricing-proof-rail-v100{grid-template-columns:1fr 1fr}.pricing-proof-rail-v100 article:nth-child(2){border-right:0}.pricing-proof-rail-v100 article:nth-child(-n+2){border-bottom:1px solid #e8ecf3}
  .pricing-stage-v100 .pricing-builder-v12{grid-template-columns:1fr}.pricing-stage-v100 .estimate-card.estimate-card-v4{position:relative;top:auto}
  .pricing-value-v100{grid-template-columns:1fr}.pricing-value-head-v100,.pricing-faq-copy-v100{position:relative;top:auto}.pricing-faq-v100{grid-template-columns:1fr;gap:25px}
}
@media(max-width:760px){
  [data-page="pricing"] .page-shell{padding-top:calc(var(--header) + 16px)}[data-page="pricing"] .crumbs{padding:0;margin-bottom:17px}
  .pricing-hero-v100{min-height:auto;padding:31px 23px 28px;border-radius:27px;gap:20px}.pricing-hero-copy-v100 h1{font-size:clamp(43px,12vw,60px);margin:19px 0 17px}.pricing-hero-copy-v100>p{font-size:13px;line-height:1.65}.pricing-hero-actions-v100{display:grid;grid-template-columns:1fr;margin-top:23px}.pricing-hero-actions-v100 .btn{width:100%}.pricing-hero-facts-v100{gap:10px;margin-top:22px;display:grid}.pricing-hero-visual-v100{min-height:330px}.pricing-quote-v100{width:94%;min-height:315px;padding:20px;border-radius:23px;transform:none}.pricing-quote-project-v100{padding:20px 0 16px}.pricing-quote-project-v100 strong{font-size:21px}.pricing-quote-lines-v100 div{padding:9px 10px}.pricing-quote-total-v100{margin-top:16px;padding-top:16px}.pricing-quote-total-v100 strong{font-size:25px}.pricing-floating-card-a-v100{left:-5px;top:63px}.pricing-floating-card-b-v100{right:-4px;bottom:27px}.pricing-floating-card-v100{padding:9px 11px;border-radius:13px}
  .pricing-proof-rail-v100{grid-template-columns:1fr;margin:14px 0 52px}.pricing-proof-rail-v100 article,.pricing-proof-rail-v100 article:nth-child(2){border-right:0;border-bottom:1px solid #e8ecf3;padding:16px 17px}.pricing-proof-rail-v100 article:last-child{border-bottom:0}
  .pricing-stage-v100{margin-bottom:62px;padding:10px;border-radius:25px}.pricing-stage-head-v100{display:block;padding:19px 13px 20px}.pricing-stage-head-v100 h2{font-size:34px}.pricing-stage-head-v100>p{margin-top:12px}.pricing-stage-v100 .calculator-intro{padding:20px 17px;border-radius:19px}.pricing-stage-v100 .calculator-intro h2{font-size:24px}.pricing-stage-v100 .price-step{border-radius:19px}.pricing-stage-v100 .step-content{padding:21px 15px 23px}.pricing-stage-v100 .choice-grid{grid-template-columns:1fr}.pricing-stage-v100 .price-choice{min-height:174px}.pricing-stage-v100 .estimate-card.estimate-card-v4{padding:19px;border-radius:20px}
  .pricing-value-v100,[data-page="pricing"] .subscription-included-v37,.pricing-faq-v100{margin-bottom:62px;padding:27px 20px;border-radius:25px}.pricing-value-grid-v100{grid-template-columns:1fr}.pricing-value-grid-v100 article{min-height:200px}.pricing-value-head-v100 h2,.pricing-faq-copy-v100 h2,[data-page="pricing"] .subscription-included-head-v37 h2{font-size:36px}.pricing-faq-list-v100 summary{grid-template-columns:30px 1fr auto;gap:10px;font-size:12px}.pricing-faq-list-v100 details p{margin-left:40px}
  .pricing-final-cta-v100{display:block;margin-bottom:70px;padding:28px 21px;border-radius:24px}.pricing-final-actions-v100{display:grid;margin-top:22px}.pricing-final-actions-v100 .btn{width:100%}
}
@media(max-width:420px){
  .pricing-hero-v100{padding-inline:18px}.pricing-hero-kicker-v100{font-size:8px}.pricing-hero-copy-v100 h1{font-size:42px}.pricing-hero-visual-v100{min-height:306px}.pricing-quote-v100{width:100%}.pricing-floating-card-v100{display:none}.pricing-quote-lines-v100 div{font-size:9px}.pricing-stage-v100{padding:8px}.pricing-stage-head-v100 h2{font-size:31px}
}

/* =========================================================
   ADEPTDEV PRICING v101 — commerce-first rebuild
   Goal: choose -> configure -> order. No presentation clutter.
   ========================================================= */
[data-page="pricing"] .page-shell{
  max-width:1240px;
  padding-top:calc(var(--header) + 22px);
}
[data-page="pricing"] .crumbs{
  margin:4px 0 18px;
  color:#8a94a6;
}

.pricing-top-v101{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:34px;
  padding:24px 0 30px;
  border-bottom:1px solid #e4e9f1;
}
.pricing-top-copy-v101{max-width:760px}
.pricing-top-kicker-v101{
  display:block;
  margin-bottom:10px;
  color:#3158f6;
  font-size:10px;
  line-height:1;
  font-weight:850;
  letter-spacing:.14em;
}
.pricing-top-v101 h1{
  margin:0;
  color:#141a27;
  font-size:clamp(38px,4.8vw,61px);
  line-height:1;
  letter-spacing:-.058em;
  font-weight:790;
}
.pricing-top-v101 p{
  max-width:680px;
  margin:15px 0 0;
  color:#697588;
  font-size:14px;
  line-height:1.65;
}
.pricing-top-flow-v101{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px;
  border:1px solid #e0e6ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(31,42,68,.04);
}
.pricing-top-flow-v101 span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 10px;
  color:#5d687b;
  white-space:nowrap;
  font-size:10px;
  font-weight:700;
}
.pricing-top-flow-v101 b{
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:8px;
  background:#eef2ff;
  color:#3158f6;
  font-size:9px;
  font-weight:900;
}
.pricing-top-flow-v101 i{color:#bbc3cf;font-size:12px;font-style:normal}

.pricing-commerce-shell-v101{
  margin:28px 0 34px;
}
.pricing-commerce-shell-v101 .pricing-builder-v12{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  align-items:start;
  gap:18px;
  margin:0;
}
.pricing-commerce-shell-v101 .pricing-steps{
  display:grid;
  gap:14px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
}
.pricing-commerce-shell-v101 .pricing-intro-v101{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:78px;
  margin:0;
  padding:18px 20px;
  border:1px solid #e1e7f0;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(31,42,68,.04);
}
.pricing-commerce-shell-v101 .pricing-intro-v101 h2{
  margin:5px 0 0;
  color:#141a27;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.pricing-commerce-shell-v101 .calculator-kicker{
  color:#3158f6;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}
.pricing-commerce-shell-v101 .calculator-live{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border:1px solid #d8eee4;
  border-radius:999px;
  background:#f6fbf8;
  color:#41705d;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.pricing-commerce-shell-v101 .calculator-live i{
  width:7px;height:7px;border-radius:50%;background:#25a875;box-shadow:0 0 0 4px rgba(37,168,117,.09)
}

.pricing-commerce-shell-v101 .price-step{
  position:relative;
  display:block;
  border:1px solid #e1e7f0;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(31,42,68,.035);
}
.pricing-commerce-shell-v101 .price-step:last-child{border-bottom:1px solid #e1e7f0}
.pricing-commerce-shell-v101 .step-no{
  position:absolute;
  z-index:2;
  top:22px;
  left:22px;
  padding:0;
  border:0;
  background:transparent;
}
.pricing-commerce-shell-v101 .step-no span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid #dce4ff;
  border-radius:10px;
  background:#eef2ff;
  color:#3158f6;
  font-size:10px;
  font-weight:900;
}
.pricing-commerce-shell-v101 .step-content{
  padding:22px;
}
.pricing-commerce-shell-v101 .step-heading,
.pricing-commerce-shell-v101 .step-heading-split{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  min-height:38px;
  margin:0 0 17px;
  padding-left:46px;
}
.pricing-commerce-shell-v101 .step-heading>div{max-width:700px}
.pricing-commerce-shell-v101 .step-label{display:none}
.pricing-commerce-shell-v101 .step-heading h2{
  margin:0;
  color:#151c2a;
  font-size:19px;
  line-height:1.2;
  letter-spacing:-.035em;
}
.pricing-commerce-shell-v101 .step-heading p{
  max-width:620px;
  margin:5px 0 0;
  color:#7a8698;
  font-size:10.5px;
  line-height:1.48;
}
.pricing-commerce-shell-v101 .plan-help-btn{
  height:34px;
  padding:0 10px;
  border:1px solid #e1e7f0;
  border-radius:10px;
  background:#f8f9fc;
  color:#617086;
  font-size:9px;
  font-weight:800;
}

/* plan cards */
.pricing-commerce-shell-v101 .pricing-plan-grid-v101{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.pricing-commerce-shell-v101 .pricing-plan-v101{
  position:relative;
  min-height:238px;
  padding:17px;
  border:1px solid #e0e6ef;
  border-radius:19px;
  background:#fff;
  color:#141a27;
  box-shadow:none;
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-v101:hover{
  transform:translateY(-2px);
  border-color:#cbd5e7;
  box-shadow:0 12px 28px rgba(31,42,68,.06);
}
.pricing-commerce-shell-v101 .pricing-plan-v101.active{
  border-color:#5a72f7;
  background:linear-gradient(180deg,#fbfcff 0,#f4f6ff 100%);
  box-shadow:0 14px 32px rgba(49,88,246,.10),inset 0 0 0 1px rgba(49,88,246,.06);
}
.pricing-plan-top-v101{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}
.pricing-commerce-shell-v101 .pricing-plan-v101 .plan-icon{
  width:40px;height:40px;border-radius:12px;background:#f1f4fa;color:#59677d;box-shadow:none;
}
.pricing-commerce-shell-v101 .pricing-plan-v101.active .plan-icon{
  background:#3158f6;color:#fff;box-shadow:0 8px 20px rgba(49,88,246,.18)
}
.pricing-commerce-shell-v101 .pricing-plan-v101 .plan-select{
  position:static;
  width:26px;height:26px;border:1px solid #dce2ec;background:#fff;color:transparent;
}
.pricing-commerce-shell-v101 .pricing-plan-v101.active .plan-select{background:#3158f6;border-color:#3158f6;color:#fff}
.pricing-commerce-shell-v101 .pricing-plan-v101>b{
  display:block;
  margin:0;
  color:#151c2a;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.pricing-commerce-shell-v101 .pricing-plan-v101>p{
  min-height:45px;
  margin:7px 0 12px;
  color:#788496;
  font-size:10.5px;
  line-height:1.45;
}
.pricing-plan-tags-v101{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 18px}
.pricing-plan-tags-v101 span{
  padding:5px 7px;
  border-radius:999px;
  background:#f4f6fa;
  color:#6b778b;
  font-size:8px;
  font-weight:750;
}
.pricing-commerce-shell-v101 .pricing-plan-v101.active .pricing-plan-tags-v101 span{background:#e9edff;color:#425bd4}
.pricing-commerce-shell-v101 .pricing-plan-v101 .plan-price{
  display:flex;
  align-items:baseline;
  gap:6px;
  width:auto;
  margin-top:auto;
  padding:14px 0 0;
  border-top:1px solid #edf0f5;
}
.pricing-commerce-shell-v101 .pricing-plan-v101 .plan-price strong{
  margin:0;
  color:#141a27;
  font-size:20px;
  line-height:1;
  letter-spacing:-.035em;
}
.pricing-commerce-shell-v101 .pricing-plan-v101 .plan-price small{font-size:9px;color:#8792a4;font-weight:650}

/* modules */
.pricing-commerce-shell-v101 .modules-lock-note{display:none}
.pricing-commerce-shell-v101 .module-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.pricing-commerce-shell-v101 .module-list label{
  min-height:118px;
  padding:14px;
  border:1px solid #e1e6ef;
  border-radius:17px;
  background:#fff;
  grid-template-columns:36px minmax(0,1fr) 34px;
  grid-template-rows:auto auto;
  gap:8px 10px;
  box-shadow:none;
  transform:none;
}
.pricing-commerce-shell-v101 .module-list label:hover{transform:none;border-color:#cbd5e7;box-shadow:none;background:#fbfcfe}
.pricing-commerce-shell-v101 .module-list label.is-selected{border-color:#aebcff;background:#f7f8ff;box-shadow:inset 0 0 0 1px rgba(49,88,246,.04)}
.pricing-commerce-shell-v101 .module-list label.module-required{border-color:#cee5da;background:#f8fcfa;box-shadow:none}
.pricing-commerce-shell-v101 .module-icon{
  grid-column:1;
  grid-row:1/3;
  align-self:start;
  width:36px;
  height:36px;
  border-radius:11px;
  background:#eef2ff;
}
.pricing-commerce-shell-v101 .module-icon svg{width:16px;height:16px}
.pricing-commerce-shell-v101 .module-copy{grid-column:2;grid-row:1;min-width:0}
.pricing-commerce-shell-v101 .module-copy-head{gap:6px}
.pricing-commerce-shell-v101 .module-list b{font-size:12.5px;line-height:1.28}
.pricing-commerce-shell-v101 .module-list p{margin:4px 0 0;font-size:9.5px;line-height:1.42;color:#7a8798}
.pricing-commerce-shell-v101 .module-badge{padding:3px 6px;min-height:18px;font-size:7.5px}
.pricing-commerce-shell-v101 .module-list strong{
  grid-column:2;
  grid-row:2;
  align-self:end;
  padding:0;
  color:#263248;
  font-size:11px;
  white-space:normal;
}
.pricing-commerce-shell-v101 .module-list strong small{font-size:8px}
.pricing-commerce-shell-v101 .module-list .fake-check{
  grid-column:3;
  grid-row:1/3;
  align-self:center;
  justify-self:end;
  width:32px;
  height:19px;
}
.pricing-commerce-shell-v101 .module-list .fake-check:after{width:13px;height:13px;left:3px;top:3px}
.pricing-commerce-shell-v101 .module-list input:checked~.fake-check:after,
.pricing-commerce-shell-v101 .module-list label.module-required .fake-check:after{transform:translateX(13px)}
.pricing-commerce-shell-v101 .module-app-note-v61,.pricing-commerce-shell-v101 .module-chat-note-v73{display:none}
.pricing-commerce-shell-v101 .extensions-link{
  margin-top:10px;
  min-height:60px;
  padding:11px 13px;
  border:1px dashed #cfd8e8;
  border-radius:15px;
  background:#fafbfe;
  box-shadow:none;
}
.pricing-commerce-shell-v101 .extensions-link:hover{transform:none;background:#f5f7ff;border-color:#aebcff}
.pricing-commerce-shell-v101 .extensions-link>div>svg{width:18px;height:18px}
.pricing-commerce-shell-v101 .extensions-link b{font-size:11px}
.pricing-commerce-shell-v101 .extensions-link small{font-size:8.5px}
.pricing-commerce-shell-v101 .extensions-link>strong{font-size:9px}

/* billing period */
.pricing-commerce-shell-v101 .period-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.pricing-commerce-shell-v101 .period{
  min-height:92px;
  padding:13px;
  border:1px solid #e1e6ef;
  border-radius:16px;
  background:#fff;
  box-shadow:none;
  transform:none;
}
.pricing-commerce-shell-v101 .period:hover{transform:none;border-color:#cbd5e7;box-shadow:none}
.pricing-commerce-shell-v101 .period.active{border-color:#5c73f7;background:#f5f7ff;box-shadow:inset 0 0 0 1px rgba(49,88,246,.05)}
.pricing-commerce-shell-v101 .period-best{overflow:hidden}
.pricing-commerce-shell-v101 .period-recommend{top:8px;right:8px;font-size:6.8px;padding:4px 6px}
.pricing-commerce-shell-v101 .period-top b{font-size:11px}
.pricing-commerce-shell-v101 .period-top small{font-size:8px}
.pricing-commerce-shell-v101 .period>strong{margin-top:13px;font-size:16px}
.pricing-commerce-shell-v101 .period>em{margin-top:3px;font-size:7.5px}
.pricing-commerce-shell-v101 .site-period-note{display:none}
.pricing-commerce-shell-v101 .smart-tip{
  margin-top:9px;
  padding:9px 11px;
  border:0;
  border-radius:11px;
  background:#f7f8fb;
  color:#7a8597;
  font-size:8.5px;
}
.pricing-commerce-shell-v101 .smart-tip svg{width:13px;height:13px;color:#3158f6}

/* turnkey */
.pricing-commerce-shell-v101 [data-turnkey-step]{transition:opacity .18s ease}
.pricing-commerce-shell-v101 .turnkey-toggle{
  margin:0;
  min-height:72px;
  padding:12px 13px;
  border-radius:15px;
  grid-template-columns:36px 1fr auto;
  background:#fbfcfe;
}
.pricing-commerce-shell-v101 .turnkey-toggle .turnkey-icon{width:36px;height:36px;border-radius:11px}
.pricing-commerce-shell-v101 .turnkey-copy b{font-size:11px}
.pricing-commerce-shell-v101 .turnkey-copy small{font-size:8.5px;line-height:1.4}
.pricing-commerce-shell-v101 .turnkey-selected-plan{margin-top:9px;border-radius:15px}
.pricing-commerce-shell-v101 .turnkey-promo-v68{display:none}

/* sticky order summary */
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{
  position:sticky;
  top:96px;
  padding:20px;
  border:0;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 100% 0,rgba(120,145,255,.33),transparent 35%),
    linear-gradient(145deg,#2947c8 0%,#253aa3 54%,#1c2d7f 100%);
  box-shadow:0 22px 52px rgba(39,60,154,.22);
}
.pricing-commerce-shell-v101 .estimate-head{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}
.pricing-commerce-shell-v101 .estimate-overline{color:#bfcaff;font-size:7.5px;letter-spacing:.14em}
.pricing-commerce-shell-v101 .estimate-head h3{margin:4px 0 0;color:#fff;font-size:18px}
.pricing-commerce-shell-v101 .estimate-live-dot{font-size:7.5px;color:#dbe3ff;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14)}
.pricing-commerce-shell-v101 .estimate-live-dot i{background:#77dfb6}
.pricing-commerce-shell-v101 .estimate-solution{margin:0 0 13px;padding:0;border:0}
.pricing-commerce-shell-v101 .estimate-solution>span{color:#b8c4ef;font-size:8px}
.pricing-commerce-shell-v101 .estimate-pills{margin-top:7px;gap:5px}
.pricing-commerce-shell-v101 .estimate-pills span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.09);color:#edf1ff;font-size:7.5px}
.pricing-commerce-shell-v101 .estimate-main-total{
  margin:0 0 13px;
  padding:15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(255,255,255,.08);
}
.pricing-commerce-shell-v101 .estimate-main-total small{color:#b9c4ed;font-size:8px}
.pricing-commerce-shell-v101 .estimate-main-total strong{margin-top:4px;color:#fff;font-size:31px;letter-spacing:-.05em}
.pricing-commerce-shell-v101 .estimate-main-total span{color:#c7d0ef;font-size:8px}
.pricing-commerce-shell-v101 .estimate-discount-badge{background:#dcf8ea;border-color:#dcf8ea;color:#16865e;font-size:7px}
.pricing-commerce-shell-v101 .estimate-smart{display:none}
.pricing-commerce-shell-v101 .estimate-items{margin:0 0 10px;padding:0 0 9px;border-bottom:1px solid rgba(255,255,255,.11);gap:6px}
.pricing-commerce-shell-v101 .estimate-items div{color:#b9c4e5;font-size:8.5px}
.pricing-commerce-shell-v101 .estimate-items b{color:#fff;font-size:8.5px}
.pricing-commerce-shell-v101 .estimate-breakdown{display:grid;gap:6px;padding:0;border:0}
.pricing-commerce-shell-v101 .estimate-line{
  min-height:36px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:10px;
  background:rgba(255,255,255,.055);
  color:#c0cae9;
}
.pricing-commerce-shell-v101 .estimate-line span{font-size:8.5px}
.pricing-commerce-shell-v101 .estimate-line strong{color:#fff;font-size:10px}
.pricing-commerce-shell-v101 .estimate-line-total{background:rgba(255,255,255,.10)}
.pricing-commerce-shell-v101 .estimate-average{margin:9px 0 0;color:#b7c2e4;font-size:8px;line-height:1.4}
.pricing-commerce-shell-v101 .turnkey-summary{margin-top:9px;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
.pricing-commerce-shell-v101 .estimate-card-v4 .btn-primary{
  min-height:49px;
  margin-top:14px;
  border:0;
  border-radius:13px;
  background:#fff;
  color:#2947c8;
  box-shadow:0 10px 22px rgba(12,24,81,.18);
  font-size:11px;
  font-weight:850;
}
.pricing-commerce-shell-v101 .estimate-card-v4 .btn-primary:hover{background:#f3f5ff;box-shadow:0 12px 24px rgba(12,24,81,.22)}
.pricing-commerce-shell-v101 .estimate-footnote{margin:9px 1px 0;color:#bcc6e7;font-size:7.8px;line-height:1.45;text-align:center}

.pricing-assurance-v101{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0 0 70px;
}
.pricing-assurance-v101 span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:10px 12px;
  border:1px solid #e1e6ef;
  border-radius:14px;
  background:#fff;
  color:#647186;
  font-size:9px;
  font-weight:700;
  text-align:center;
}
.pricing-assurance-v101 svg{flex:0 0 auto;width:14px;height:14px;color:#3158f6}

/* advanced-module modal: keep it optional and concise-looking */
[data-page="pricing"] .module-catalog-dialog-v70{border-radius:22px}
[data-page="pricing"] .module-catalog-head-v70{padding-bottom:16px}
[data-page="pricing"] .module-catalog-head-v70>p{max-width:650px}
[data-page="pricing"] .module-catalog-promo-v70{display:none}
[data-page="pricing"] .module-catalog-card-v70{border-radius:16px;box-shadow:none}

@media(max-width:1100px){
  .pricing-top-v101{grid-template-columns:1fr;align-items:start}
  .pricing-top-flow-v101{justify-self:start}
  .pricing-commerce-shell-v101 .pricing-builder-v12{grid-template-columns:1fr}
  .pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{position:relative;top:auto}
}
@media(max-width:760px){
  [data-page="pricing"] .page-shell{padding-top:calc(var(--header) + 14px)}
  [data-page="pricing"] .crumbs{margin-bottom:11px}
  .pricing-top-v101{padding:14px 0 21px;gap:18px}
  .pricing-top-v101 h1{font-size:40px}
  .pricing-top-v101 p{margin-top:11px;font-size:12px}
  .pricing-top-flow-v101{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;padding:6px;gap:4px}
  .pricing-top-flow-v101 i{display:none}
  .pricing-top-flow-v101 span{justify-content:center;min-height:38px;padding:0 4px;font-size:7.5px}
  .pricing-top-flow-v101 b{width:21px;height:21px;font-size:8px}
  .pricing-commerce-shell-v101{margin-top:16px}
  .pricing-commerce-shell-v101 .pricing-intro-v101{min-height:66px;padding:14px 15px;border-radius:17px}
  .pricing-commerce-shell-v101 .pricing-intro-v101 h2{font-size:20px}
  .pricing-commerce-shell-v101 .calculator-live{min-height:32px;padding:0 9px;font-size:7.5px}
  .pricing-commerce-shell-v101 .price-step{border-radius:18px}
  .pricing-commerce-shell-v101 .step-no{top:17px;left:15px}
  .pricing-commerce-shell-v101 .step-no span{width:27px;height:27px;border-radius:9px}
  .pricing-commerce-shell-v101 .step-content{padding:17px 14px}
  .pricing-commerce-shell-v101 .step-heading,.pricing-commerce-shell-v101 .step-heading-split{padding-left:38px;margin-bottom:14px;min-height:30px}
  .pricing-commerce-shell-v101 .step-heading h2{font-size:17px}
  .pricing-commerce-shell-v101 .step-heading p{font-size:9px}
  .pricing-commerce-shell-v101 .plan-help-btn span{display:none}
  .pricing-commerce-shell-v101 .pricing-plan-grid-v101{grid-template-columns:1fr;gap:8px}
  .pricing-commerce-shell-v101 .pricing-plan-v101{min-height:0;padding:14px;border-radius:16px}
  .pricing-commerce-shell-v101 .pricing-plan-v101>p{min-height:0;margin-bottom:10px}
  .pricing-commerce-shell-v101 .pricing-plan-v101 .plan-price{padding-top:11px}
  .pricing-commerce-shell-v101 .module-list{grid-template-columns:1fr}
  .pricing-commerce-shell-v101 .module-list label{min-height:96px}
  .pricing-commerce-shell-v101 .period-row{grid-template-columns:1fr 1fr 1fr;gap:6px}
  .pricing-commerce-shell-v101 .period{min-height:82px;padding:10px 8px;border-radius:14px}
  .pricing-commerce-shell-v101 .period-top{display:grid;gap:2px}
  .pricing-commerce-shell-v101 .period-top b{font-size:9.5px}
  .pricing-commerce-shell-v101 .period-top small{font-size:7px}
  .pricing-commerce-shell-v101 .period>strong{font-size:13px;margin-top:11px}
  .pricing-commerce-shell-v101 .period-recommend{font-size:5.8px}
  .pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{padding:17px;border-radius:18px}
  .pricing-commerce-shell-v101 .estimate-main-total strong{font-size:28px}
  .pricing-assurance-v101{grid-template-columns:1fr;margin-bottom:58px}
}
@media(max-width:420px){
  .pricing-top-v101 h1{font-size:36px}
  .pricing-top-flow-v101 span{font-size:7px;gap:5px}
  .pricing-commerce-shell-v101 .calculator-live{display:none}
  .pricing-commerce-shell-v101 .period-row{grid-template-columns:1fr}
  .pricing-commerce-shell-v101 .period{min-height:70px}
}
/* v101 cleanup: avoid duplicate breakdown and dark legacy chips */
.pricing-commerce-shell-v101 .turnkey-summary{display:none!important}
.pricing-commerce-shell-v101 #calcSolutionPills span,
.pricing-commerce-shell-v101 #calcSolutionPills b,
.pricing-commerce-shell-v101 #calcSolutionPills em{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:#f3f6ff!important;
}

/* =========================================================
   ADEPTDEV HOME v85 — focused premium hero
   Rebuilds only the homepage hero; the rest of the accepted
   homepage remains untouched.
   ========================================================= */
.home85-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  align-items:center;
  gap:54px;
  min-height:610px;
  padding:46px 0 58px;
  isolation:isolate;
}
.home85-hero:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-120px;
  top:-80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(49,88,246,.115) 0,rgba(77,97,247,.045) 43%,transparent 70%);
  filter:blur(2px);
  pointer-events:none;
  z-index:-2;
}
.home85-hero:after{
  content:"";
  position:absolute;
  right:2%;
  top:12%;
  width:42%;
  height:70%;
  opacity:.22;
  background-image:linear-gradient(rgba(82,105,214,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(82,105,214,.13) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:radial-gradient(circle at 52% 48%,#000 20%,transparent 72%);
  mask-image:radial-gradient(circle at 52% 48%,#000 20%,transparent 72%);
  pointer-events:none;
  z-index:-3;
}
.home85-copy{position:relative;z-index:4;max-width:690px}
.home85-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:32px;
  padding:0 12px;
  border:1px solid #e1e6f1;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 9px 26px rgba(31,42,68,.045);
  color:#53647d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  backdrop-filter:blur(12px);
}
.home85-kicker i{width:7px;height:7px;border-radius:50%;background:#3158f6;box-shadow:0 0 0 5px rgba(49,88,246,.085)}
.home85-copy h1{
  max-width:680px;
  margin:20px 0 18px;
  color:#141a27;
  font-size:clamp(47px,4.65vw,70px);
  line-height:1.005;
  letter-spacing:-.058em;
  font-weight:900;
  text-wrap:balance;
}
.home85-copy h1 span,.home85-copy h1 strong{display:block}
.home85-copy h1 span+span,.home85-copy h1 span+strong{margin-top:2px}
.home85-copy h1 strong{
  color:#3158f6;
  font-weight:900;
  background:linear-gradient(110deg,#3158f6 8%,#5368f7 55%,#6259ee 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.home85-copy>p{max-width:610px;margin:0;color:#66758a;font-size:15px;line-height:1.78}
.home85-actions{display:flex;align-items:center;gap:11px;margin-top:27px}
.home85-actions .btn{min-height:50px;padding:0 19px;border-radius:15px;font-size:13px;font-weight:850}
.home85-actions .btn-primary{background:linear-gradient(135deg,#3158f6,#5268f7);border-color:#3158f6;box-shadow:0 15px 32px rgba(49,88,246,.22)}
.home85-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(49,88,246,.27)}
.home85-actions .btn-soft{background:rgba(255,255,255,.9);border:1px solid #dfe5ee;color:#25324a;box-shadow:0 10px 24px rgba(31,42,68,.045)}
.home85-capabilities{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:20px}
.home85-capabilities>span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid #e7ebf2;border-radius:11px;background:rgba(255,255,255,.66);color:#66758a;font-size:10px;font-weight:800}
.home85-capabilities svg{width:13px;height:13px;color:#3158f6;fill:none;stroke:currentColor;stroke-width:1.8}

.home85-visual{
  position:relative;
  min-height:520px;
  perspective:1200px;
  transform-style:preserve-3d;
  transition:transform .26s cubic-bezier(.2,.8,.2,1);
  isolation:isolate;
}
.home85-aura{
  position:absolute;
  inset:7% 5% 3%;
  border-radius:44%;
  background:radial-gradient(circle at 52% 48%,rgba(68,101,246,.18),rgba(66,91,222,.055) 42%,transparent 70%);
  filter:blur(4px);
  z-index:-2;
}
.home85-window{
  position:absolute;
  left:50%;
  top:49%;
  width:min(620px,94%);
  transform:translate(-50%,-50%) rotateY(-2.4deg) rotateX(1.2deg);
  border:1px solid rgba(208,218,238,.92);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.95);
  box-shadow:0 38px 95px rgba(30,44,86,.18),0 12px 30px rgba(31,42,68,.07),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(16px);
  z-index:2;
}
.home85-window:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.55),transparent 34%,rgba(49,88,246,.025));pointer-events:none;z-index:4}
.home85-windowbar{position:relative;z-index:5;height:48px;padding:0 15px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;border-bottom:1px solid #e8edf4;background:linear-gradient(180deg,#fbfcff,#f6f8fc)}
.home85-dots{display:flex;gap:6px}.home85-dots i{width:7px;height:7px;border-radius:50%;background:#d3d9e5}.home85-dots i:nth-child(2){background:#c7d2f8}.home85-dots i:nth-child(3){background:#3158f6}
.home85-address{justify-self:center;display:flex;align-items:center;gap:5px;min-width:150px;min-height:26px;padding:0 11px;border:1px solid #e5e9f1;border-radius:9px;background:#fff;color:#8a96a8;font-size:8px}.home85-address span{color:#40506a;font-weight:850}.home85-address b{font-weight:650}
.home85-live{display:inline-flex;align-items:center;gap:6px;color:#5f6e84;font-size:7px;font-weight:900;letter-spacing:.09em}.home85-live i{width:6px;height:6px;border-radius:50%;background:#22b77d;box-shadow:0 0 0 4px rgba(34,183,125,.09)}
.home85-app{position:relative;display:grid;grid-template-columns:62px 1fr;min-height:365px;background:linear-gradient(180deg,#fff,#fbfcff)}
.home85-side{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:9px;padding:13px 9px;border-right:1px solid #e8edf4;background:#f8faff}
.home85-brand{width:42px;height:42px;margin-bottom:7px;border-radius:14px;background:linear-gradient(145deg,#3158f6,#5b62ee);box-shadow:0 11px 24px rgba(49,88,246,.23);display:grid;place-items:center;position:relative;overflow:hidden}.home85-brand img{width:30px;height:auto;filter:brightness(0) invert(1);object-fit:contain}.home85-brand b{display:none}
.home85-side>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#8895a8;border:1px solid transparent;transition:.2s}.home85-side>span.is-active{color:#3158f6;background:#fff;border-color:#dfe6ff;box-shadow:0 9px 20px rgba(49,88,246,.08)}.home85-side svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.home85-main{padding:20px 20px 19px;min-width:0}
.home85-mainhead{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid #edf0f5}.home85-mainhead small{display:block;color:#8b98aa;font-size:7px;font-weight:900;letter-spacing:.12em}.home85-mainhead strong{display:block;margin-top:5px;color:#172033;font-size:20px;letter-spacing:-.04em}.home85-mainhead button{display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:0 10px;border:1px solid #dce4ff;border-radius:10px;background:#f5f7ff;color:#4157ca;font-size:7.5px;font-weight:850;pointer-events:none}.home85-mainhead button svg{width:12px;height:12px;fill:none;stroke:currentColor}
.home85-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
.home85-kpi{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:8px;min-height:64px;padding:10px;border:1px solid #e7ebf2;border-radius:14px;background:#fff;box-shadow:0 8px 18px rgba(31,42,68,.025)}.home85-kpi>span{width:34px;height:34px;border-radius:11px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home85-kpi svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.home85-kpi small{display:block;color:#8b98aa;font-size:6.5px;font-weight:900;letter-spacing:.05em}.home85-kpi b{display:block;margin-top:4px;color:#31405a;font-size:8px;line-height:1.35}
.home85-workspace{display:grid;grid-template-columns:1.03fr .97fr;gap:9px;margin-top:9px}
.home85-catalog,.home85-flow{min-height:155px;padding:13px;border:1px solid #e6ebf2;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfcff)}
.home85-blockhead b{display:block;color:#26344c;font-size:9px}.home85-blockhead span{display:block;margin-top:3px;color:#8b98aa;font-size:6.5px}
.home85-products{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.home85-products i{position:relative;display:block;height:83px;border:1px solid #e7ebf2;border-radius:12px;background:linear-gradient(180deg,#f5f7fb 0 53%,#fff 53%)}.home85-products i:before{content:"";position:absolute;left:10px;right:10px;bottom:22px;height:5px;border-radius:5px;background:#dce3ef;box-shadow:0 10px 0 #edf0f5}.home85-products i:after{content:"";position:absolute;left:50%;top:11px;width:24px;height:27px;border-radius:8px;background:linear-gradient(145deg,#dce5ff,#f0f3ff);transform:translateX(-50%)}
.home85-flowline{display:grid;grid-template-columns:27px 1fr 27px 1fr 27px;align-items:center;margin:26px 3px 8px}.home85-flowline span{width:27px;height:27px;border-radius:9px;background:#eef2ff;color:#3158f6;display:grid;place-items:center;border:1px solid #dce4ff}.home85-flowline span.done{background:#eaf9f3;color:#1aa36e;border-color:#d4f0e4}.home85-flowline span svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}.home85-flowline>i{height:1px;background:linear-gradient(90deg,#cfd8f9,#dfe5f3);position:relative;overflow:hidden}.home85-flowline>i:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#3158f6,transparent);transform:translateX(-100%);animation:home85-flow 3.6s ease-in-out infinite}
.home85-flowlabels{display:flex;justify-content:space-between;gap:6px}.home85-flowlabels small{color:#7d899b;font-size:6.5px;font-weight:800}

.home85-chip{position:absolute;z-index:6;display:grid;grid-template-columns:34px 1fr 8px;align-items:center;gap:9px;min-width:178px;padding:10px 11px;border:1px solid rgba(217,225,239,.98);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(31,42,68,.13);backdrop-filter:blur(14px);will-change:transform}
.home85-chip>span{width:34px;height:34px;border-radius:11px;background:#eef2ff;color:#3158f6;display:grid;place-items:center}.home85-chip>span svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.home85-chip small{display:block;color:#8a97a9;font-size:6.5px;font-weight:900;letter-spacing:.08em}.home85-chip b{display:block;margin-top:3px;color:#2c3a52;font-size:8px}.home85-chip>i{width:7px;height:7px;border-radius:50%;background:#21b77b;box-shadow:0 0 0 4px rgba(33,183,123,.08)}
.home85-chip-a{left:-8px;top:92px;animation:home85-float-a 5.8s ease-in-out infinite}
.home85-chip-b{right:-2px;top:185px;animation:home85-float-b 6.4s ease-in-out infinite .35s}
.home85-chip-c{left:26px;bottom:18px;animation:home85-float-c 6s ease-in-out infinite .7s}

@keyframes home85-float-a{0%,100%{transform:translate3d(0,0,18px) rotate(-1.2deg)}50%{transform:translate3d(0,-8px,28px) rotate(.4deg)}}
@keyframes home85-float-b{0%,100%{transform:translate3d(0,0,20px) rotate(1deg)}50%{transform:translate3d(0,7px,30px) rotate(-.5deg)}}
@keyframes home85-float-c{0%,100%{transform:translate3d(0,0,16px) rotate(.8deg)}50%{transform:translate3d(0,-7px,26px) rotate(-.3deg)}}
@keyframes home85-flow{0%,35%{transform:translateX(-110%)}70%,100%{transform:translateX(110%)}}

@media(max-width:1180px){
  .home85-hero{grid-template-columns:1fr;gap:28px;min-height:0;padding:38px 0 48px}
  .home85-copy{max-width:760px}
  .home85-copy h1{max-width:760px;font-size:clamp(46px,7vw,68px)}
  .home85-visual{width:min(760px,100%);margin:0 auto;min-height:520px}
}
@media(max-width:820px){
  .home85-copy h1{font-size:clamp(42px,9vw,60px)}
  .home85-visual{min-height:470px}
  .home85-window{width:92%}
  .home85-chip-a{left:0}.home85-chip-b{right:0}.home85-chip-c{left:12px}
}
@media(max-width:620px){
  .home85-hero{padding:24px 0 36px;gap:26px}
  .home85-copy h1{max-width:11ch;margin:17px 0 15px;font-size:clamp(39px,11.5vw,52px);line-height:1.015;letter-spacing:-.052em}
  .home85-copy>p{font-size:13px;line-height:1.68}
  .home85-actions{flex-direction:column;align-items:stretch;margin-top:22px}
  .home85-actions .btn{width:100%;justify-content:center;min-height:49px}
  .home85-capabilities{gap:6px}.home85-capabilities>span{flex:1 1 auto;justify-content:center;padding:0 8px;font-size:9px}
  .home85-visual{min-height:392px;width:calc(100% + 4px);margin-left:-2px}
  .home85-window{width:100%;top:49%;border-radius:22px;transform:translate(-50%,-50%);box-shadow:0 26px 58px rgba(30,44,86,.14)}
  .home85-windowbar{height:42px;grid-template-columns:48px 1fr auto;padding:0 10px}.home85-address{min-width:0;padding:0 8px}.home85-live{font-size:0}.home85-live i{margin-right:2px}
  .home85-app{grid-template-columns:47px 1fr;min-height:296px}.home85-side{padding:9px 5px;gap:6px}.home85-brand{width:34px;height:34px;border-radius:11px}.home85-brand img{width:24px}.home85-side>span{width:32px;height:32px;border-radius:10px}.home85-side>span:nth-of-type(n+5){display:none}
  .home85-main{padding:14px 12px}.home85-mainhead{padding-bottom:12px}.home85-mainhead strong{font-size:16px}.home85-mainhead button{display:none}
  .home85-overview{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}.home85-kpi{min-height:55px;padding:8px;grid-template-columns:29px 1fr}.home85-kpi:nth-child(3){display:none}.home85-kpi>span{width:29px;height:29px;border-radius:9px}.home85-kpi b{font-size:7px}
  .home85-workspace{grid-template-columns:1fr;margin-top:6px}.home85-catalog{display:none}.home85-flow{min-height:112px;padding:11px}.home85-flowline{margin:20px 3px 7px}.home85-flowlabels small{font-size:6px}
  .home85-chip{min-width:148px;padding:8px;grid-template-columns:29px 1fr 7px;border-radius:13px}.home85-chip>span{width:29px;height:29px;border-radius:9px}.home85-chip b{font-size:7px}.home85-chip small{font-size:6px}
  .home85-chip-a{left:-4px;top:38px}.home85-chip-b{right:-3px;top:130px}.home85-chip-c{left:11px;bottom:-2px}
}
@media(max-width:430px){
  .home85-copy h1{max-width:none;font-size:clamp(37px,11vw,47px)}
  .home85-capabilities>span{font-size:8px}
  .home85-visual{min-height:365px}
  .home85-chip-a{top:34px}.home85-chip-b{top:122px}.home85-chip-c{bottom:-4px}
}
@media(prefers-reduced-motion:reduce){
  .home85-chip,.home85-flowline>i:after{animation:none!important}
  .home85-visual{transition:none!important}
}

/* ============================================================
   ADEPTDEV v104 — real project showcase
   ============================================================ */
.home104-projects{position:relative}
.home104-projects:before{content:"";position:absolute;left:50%;top:120px;width:min(980px,86vw);height:420px;transform:translateX(-50%);background:radial-gradient(circle at 50% 30%,rgba(49,88,246,.08),rgba(49,88,246,0) 70%);pointer-events:none;z-index:-1}
.home104-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
.home104-project-card{position:relative;overflow:hidden;border:1px solid #dde4ee;border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(23,37,69,.065);transition:transform .34s var(--ease),box-shadow .34s var(--ease),border-color .34s var(--ease)}
.home104-project-card:hover{transform:translateY(-6px);border-color:#cfd9eb;box-shadow:0 30px 70px rgba(23,37,69,.13)}
.home104-project-card.is-featured{border-color:#d4def8;background:linear-gradient(180deg,#fbfcff 0,#fff 64%)}
.home104-project-media{position:relative;display:block;margin:12px 12px 0;overflow:hidden;border:1px solid #dce3ee;border-radius:20px;background:#f3f6fb;box-shadow:0 16px 34px rgba(25,39,71,.10)}
.home104-browserbar{height:38px;display:grid;grid-template-columns:70px 1fr 70px;align-items:center;padding:0 12px;border-bottom:1px solid #e4e9f1;background:rgba(248,250,253,.96);backdrop-filter:blur(16px)}
.home104-dots{display:flex;gap:5px}.home104-dots i{display:block;width:7px;height:7px;border-radius:50%;background:#c9d1dd}.home104-browserbar>span{justify-self:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#78879b;font-size:9px;font-weight:700;letter-spacing:-.01em}.home104-browserbar>em{justify-self:end;display:inline-flex;align-items:center;gap:5px;color:#2b875c;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.08em}.home104-browserbar>em i{width:7px;height:7px;border-radius:50%;background:#28b477;box-shadow:0 0 0 4px rgba(40,180,119,.10)}
.home104-project-shot{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(145deg,#edf2f9,#f8faff)}
.home104-project-shot:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 62%,rgba(16,26,51,.10));z-index:2;pointer-events:none}
.home104-project-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;transform:scale(1.002);transition:transform .85s cubic-bezier(.2,.75,.18,1),filter .4s ease;will-change:transform}
.home104-project-card:hover .home104-project-shot img{transform:scale(1.045) translateY(-5px)}
.home104-shot-shine{position:absolute;inset:-45% -70%;z-index:3;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.38) 50%,transparent 58%);transform:translateX(-45%) rotate(4deg);opacity:0;pointer-events:none}.home104-project-card:hover .home104-shot-shine{animation:home104Shine 1.05s ease both}@keyframes home104Shine{0%{opacity:0;transform:translateX(-45%) rotate(4deg)}24%{opacity:.65}100%{opacity:0;transform:translateX(45%) rotate(4deg)}}
.home104-open-float{position:absolute;right:16px;bottom:16px;z-index:4;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#3158f6;border:1px solid rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(17,31,63,.16);backdrop-filter:blur(12px);transform:translateY(8px) scale(.96);opacity:0;transition:.28s var(--ease)}
.home104-open-float svg{width:16px;height:16px}.home104-project-card:hover .home104-open-float{opacity:1;transform:translateY(0) scale(1)}
.home104-project-copy{padding:22px 24px 24px}.home104-project-kicker{display:flex;align-items:center;gap:9px;margin-bottom:9px}.home104-project-kicker>span{display:grid;place-items:center;min-width:28px;height:22px;padding:0 7px;border-radius:8px;background:#eef3ff;color:#3158f6;font-size:8px;font-weight:900}.home104-project-kicker>small{color:#7f8ba0;font-size:9px;font-weight:900;letter-spacing:.1em}.home104-project-card h3{margin:0;color:#141a27;font-size:25px;letter-spacing:-.045em}.home104-project-card p{max-width:620px;margin:10px 0 18px;color:#6a778b;font-size:12px;line-height:1.68}
.home104-project-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.home104-tags{display:flex;flex-wrap:wrap;gap:6px}.home104-tags span{padding:6px 9px;border:1px solid #e0e6ef;border-radius:999px;background:#fafbfe;color:#6f7d92;font-size:9px;font-weight:700;white-space:nowrap}.home104-project-bottom>a{flex:none;display:inline-flex;align-items:center;gap:7px;color:#3158f6;font-size:10px;font-weight:900;white-space:nowrap}.home104-project-bottom>a svg{width:14px;height:14px;transition:transform .2s}.home104-project-bottom>a:hover svg{transform:translateX(3px)}
.home104-project-card.is-nanu .home104-project-kicker>span{background:#fff3e9;color:#d95a00}.home104-project-card.is-nanu .home104-project-media{border-color:#e8dfd7}.home104-project-card.is-big .home104-project-kicker>span{background:#eef3ff;color:#3158f6}.home104-project-card.is-dev .home104-project-kicker>span{background:#f2efff;color:#6844df}
.home104-project-cta{margin-top:18px;padding:18px 20px;border:1px solid #dce4ef;border-radius:22px;background:linear-gradient(100deg,#f7f9ff,#fff);display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 12px 34px rgba(31,42,68,.045)}.home104-project-cta>div{display:flex;align-items:center;gap:13px}.home104-project-cta>div>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#edf2ff;color:#3158f6}.home104-project-cta>div>span svg{width:18px;height:18px}.home104-project-cta strong{display:block;color:#151c2b;font-size:15px;letter-spacing:-.02em}.home104-project-cta p{margin:4px 0 0;color:#738096;font-size:11px}.home104-project-cta .btn{flex:none}
@media(max-width:980px){.home104-project-grid{grid-template-columns:1fr}.home104-project-shot{aspect-ratio:16/8.8}.home104-project-bottom{align-items:flex-start}.home104-project-cta{align-items:flex-start}}
@media(max-width:640px){.home104-project-grid{gap:14px;margin-top:22px}.home104-project-card{border-radius:22px}.home104-project-media{margin:9px 9px 0;border-radius:16px}.home104-browserbar{height:34px;grid-template-columns:54px 1fr 54px;padding:0 9px}.home104-browserbar>span{font-size:8px}.home104-browserbar>em{font-size:7px}.home104-project-shot{aspect-ratio:16/10}.home104-open-float{display:none}.home104-project-copy{padding:18px}.home104-project-card h3{font-size:21px}.home104-project-card p{font-size:11px;margin:8px 0 15px}.home104-project-bottom{display:block}.home104-tags{margin-bottom:15px}.home104-project-bottom>a{font-size:10px}.home104-project-cta{display:block;padding:17px;border-radius:19px}.home104-project-cta .btn{width:100%;justify-content:center;margin-top:15px}.home104-project-cta strong{font-size:14px}.home104-project-cta p{font-size:10px;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.home104-project-card,.home104-project-shot img,.home104-open-float{transition:none}.home104-project-card:hover{transform:none}.home104-project-card:hover .home104-project-shot img{transform:none}.home104-project-card:hover .home104-shot-shine{animation:none}}

/* ============================================================
   ADEPTDEV v105 — portfolio + AdeptAPP launch + real module UI
   ============================================================ */
.site-app-readybar{position:relative;z-index:46;border-bottom:1px solid #dfe6f2;background:linear-gradient(90deg,#f8faff 0,#eef3ff 48%,#f8faff 100%)}
.site-app-readybar>a{width:min(1180px,calc(100% - 40px));min-height:42px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:13px;color:#172033;text-decoration:none;font-size:11px;line-height:1.2}
.site-app-readybar-new{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #cbd8ff;border-radius:999px;background:#fff;color:#3158f6;font-size:8px;font-weight:950;letter-spacing:.12em}
.site-app-readybar-new i{width:6px;height:6px;border-radius:50%;background:#25b97a;box-shadow:0 0 0 4px rgba(37,185,122,.12)}
.site-app-readybar strong{font-size:11px;font-weight:900;white-space:nowrap}.site-app-readybar-text{color:#6e7b91}.site-app-readybar b{display:inline-flex;align-items:center;gap:5px;color:#3158f6;font-size:10px;font-weight:900;white-space:nowrap}.site-app-readybar b svg{width:13px;height:13px;transition:transform .2s}.site-app-readybar>a:hover b svg{transform:translateX(3px)}

.portfolio105-hero{position:relative;overflow:hidden;margin:18px 0 18px;padding:58px 62px;border:1px solid #dbe3f0;border-radius:34px;background:linear-gradient(126deg,#fff 0,#f7f9ff 54%,#edf3ff 100%);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:44px;align-items:end;box-shadow:0 22px 70px rgba(25,39,71,.07)}
.portfolio105-hero:before{content:"";position:absolute;right:-140px;top:-210px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(63,95,255,.15) 0,rgba(63,95,255,0) 68%);pointer-events:none}
.portfolio105-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(49,88,246,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(49,88,246,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,transparent 38%,#000);pointer-events:none}
.portfolio105-hero-copy,.portfolio105-hero-stats{position:relative;z-index:2}.portfolio105-hero h1{max-width:820px;margin:13px 0 18px;color:#141a27;font-size:clamp(42px,5.1vw,74px);line-height:.96;letter-spacing:-.063em}.portfolio105-hero p{max-width:760px;margin:0;color:#66748a;font-size:15px;line-height:1.72}.portfolio105-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.portfolio105-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portfolio105-hero-stats>div{min-height:122px;padding:22px;border:1px solid rgba(211,221,239,.95);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 12px 32px rgba(24,37,69,.06);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:flex-end}.portfolio105-hero-stats>div:first-child{grid-row:span 2;min-height:254px;background:linear-gradient(145deg,#15213a,#1d315a);border-color:#243961;color:#fff}.portfolio105-hero-stats strong{font-size:42px;letter-spacing:-.06em;line-height:1}.portfolio105-hero-stats span{margin-top:8px;color:#7b879a;font-size:10px;font-weight:800;line-height:1.4}.portfolio105-hero-stats>div:first-child span{color:#9baac6}.portfolio105-hero-stats .is-app strong{color:#3158f6}

.portfolio105-section{padding:58px 0}.portfolio105-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.portfolio105-section-head>div{max-width:760px}.portfolio105-section-head h2{margin:10px 0 10px;color:#151b29;font-size:clamp(32px,4vw,52px);letter-spacing:-.055em;line-height:1}.portfolio105-section-head p{max-width:680px;margin:0;color:#718096;font-size:13px;line-height:1.7}
.portfolio105-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.portfolio105-project{overflow:hidden;border:1px solid #dce4ef;border-radius:28px;background:#fff;box-shadow:0 16px 48px rgba(24,38,70,.06);transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}.portfolio105-project:hover{transform:translateY(-5px);border-color:#cbd7eb;box-shadow:0 28px 68px rgba(24,38,70,.12)}.portfolio105-project.is-featured{grid-column:span 2}.portfolio105-project-media{display:block;margin:11px 11px 0;overflow:hidden;border:1px solid #dce4ef;border-radius:20px;background:#eef2f8;color:inherit}.portfolio105-browser{height:39px;padding:0 12px;display:grid;grid-template-columns:80px 1fr 100px;align-items:center;border-bottom:1px solid #e4e9f1;background:#f9fbfd}.portfolio105-browser>span{display:flex;gap:5px}.portfolio105-browser>span i{width:7px;height:7px;border-radius:50%;background:#c8d0dc}.portfolio105-browser>b{justify-self:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#8290a4;font-size:9px;font-weight:800;white-space:nowrap}.portfolio105-browser>em{justify-self:end;display:flex;align-items:center;gap:5px;color:#478267;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.08em}.portfolio105-browser>em i{width:6px;height:6px;border-radius:50%;background:#28b477;box-shadow:0 0 0 4px rgba(40,180,119,.1)}
.portfolio105-project-shot{position:relative;overflow:hidden;aspect-ratio:16/8.8;background:linear-gradient(145deg,#edf2f9,#f9fbff)}.portfolio105-project.is-featured .portfolio105-project-shot{aspect-ratio:16/7}.portfolio105-project-shot:after{content:"";position:absolute;inset:58% 0 0;background:linear-gradient(180deg,transparent,rgba(10,18,34,.12));pointer-events:none}.portfolio105-project-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .85s cubic-bezier(.2,.75,.18,1)}.portfolio105-project:hover .portfolio105-project-shot img{transform:scale(1.035) translateY(-4px)}.portfolio105-view{position:absolute;right:16px;bottom:16px;z-index:3;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#3158f6;box-shadow:0 12px 30px rgba(15,27,56,.18);backdrop-filter:blur(12px);opacity:0;transform:translateY(7px);transition:.26s}.portfolio105-view svg{width:16px}.portfolio105-project:hover .portfolio105-view{opacity:1;transform:none}
.portfolio105-project-copy{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:22px 24px 26px}.portfolio105-project-no{padding-top:4px;color:#a6b1c2;font-size:10px;font-weight:950;letter-spacing:.12em}.portfolio105-project h3{margin:0;color:#151b29;font-size:25px;letter-spacing:-.045em}.portfolio105-project p{max-width:760px;margin:9px 0 15px;color:#6c7a90;font-size:11px;line-height:1.65}.portfolio105-tags{display:flex;flex-wrap:wrap;gap:6px}.portfolio105-tags span{padding:6px 9px;border:1px solid #e0e6ef;border-radius:999px;background:#fafbfe;color:#718096;font-size:8px;font-weight:800}.portfolio105-project-copy a{display:inline-flex;align-items:center;gap:6px;margin-top:17px;color:#3158f6;font-size:10px;font-weight:950}.portfolio105-project-copy a svg{width:13px;height:13px;transition:transform .2s}.portfolio105-project-copy a:hover svg{transform:translateX(3px)}

.portfolio105-app{position:relative;overflow:hidden;margin:36px 0 30px;min-height:560px;padding:58px 60px;border-radius:34px;background:linear-gradient(128deg,#0e1728 0,#142541 48%,#203d72 100%);display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:42px;color:#fff;box-shadow:0 30px 90px rgba(19,37,73,.2)}.portfolio105-app:before{content:"";position:absolute;right:-100px;top:-180px;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(91,124,255,.34),rgba(91,124,255,0) 66%)}.portfolio105-app:after{content:"";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:48px 48px;mask-image:linear-gradient(90deg,transparent 18%,#000);pointer-events:none}.portfolio105-app-copy,.portfolio105-phones{position:relative;z-index:2}.portfolio105-app-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(151,174,255,.25);border-radius:999px;background:rgba(255,255,255,.07);color:#c9d5ff;font-size:8px;font-weight:950;letter-spacing:.12em}.portfolio105-app-kicker i{width:7px;height:7px;border-radius:50%;background:#39d795;box-shadow:0 0 0 5px rgba(57,215,149,.1)}.portfolio105-app h2{margin:16px 0 17px;font-size:clamp(40px,4.9vw,66px);letter-spacing:-.06em;line-height:.98}.portfolio105-app h2 strong{display:block;background:linear-gradient(90deg,#fff,#8ea8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.portfolio105-app p{max-width:620px;margin:0;color:#aebbd3;font-size:13px;line-height:1.75}.portfolio105-app-tags{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0 28px}.portfolio105-app-tags span{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 13px;border:1px solid rgba(155,177,239,.16);border-radius:13px;background:rgba(255,255,255,.055);color:#dce5f7;font-size:10px;font-weight:800}.portfolio105-app-tags svg{width:15px;height:15px;color:#8ea8ff}.portfolio105-app .btn-primary{background:#fff;color:#14213a;box-shadow:none}.portfolio105-app .btn-primary:hover{background:#f1f5ff}
.portfolio105-phones{height:460px;perspective:1200px}.portfolio105-phone{position:absolute;top:50%;margin:0;width:230px;height:446px;padding:8px;border:1px solid rgba(255,255,255,.16);border-radius:36px;background:#0b101a;box-shadow:0 30px 70px rgba(3,8,17,.44);overflow:hidden;transition:transform .45s var(--ease),filter .45s}.portfolio105-phone>span{position:absolute;z-index:3;left:50%;top:10px;width:76px;height:18px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:#090d13}.portfolio105-phone img{width:100%;height:100%;display:block;border-radius:29px;object-fit:cover;object-position:top center}.portfolio105-phone.p1{left:8%;transform:translateY(-48%) rotate(-8deg) scale(.92);z-index:1;filter:brightness(.87)}.portfolio105-phone.p2{left:36%;transform:translateY(-51%) rotate(1deg);z-index:3}.portfolio105-phone.p3{left:65%;transform:translateY(-47%) rotate(8deg) scale(.92);z-index:2;filter:brightness(.9)}.portfolio105-app:hover .portfolio105-phone.p1{transform:translate(-8px,-50%) rotate(-10deg) scale(.94)}.portfolio105-app:hover .portfolio105-phone.p2{transform:translateY(-54%) rotate(0) scale(1.015)}.portfolio105-app:hover .portfolio105-phone.p3{transform:translate(8px,-49%) rotate(10deg) scale(.94)}.portfolio105-app-ready{position:absolute;z-index:5;right:0;bottom:22px;display:grid;grid-template-columns:8px 1fr;column-gap:7px;align-items:center;padding:10px 13px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(10,18,34,.74);box-shadow:0 16px 35px rgba(0,0,0,.25);backdrop-filter:blur(14px)}.portfolio105-app-ready>i{width:8px;height:8px;border-radius:50%;background:#39d795;box-shadow:0 0 0 5px rgba(57,215,149,.12)}.portfolio105-app-ready b{font-size:9px;letter-spacing:.12em}.portfolio105-app-ready small{grid-column:2;color:#8998b5;font-size:8px}

.portfolio105-modules{padding-top:54px}.portfolio105-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.portfolio105-module{overflow:hidden;border:1px solid #dce4ee;border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(21,35,65,.055);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.portfolio105-module:hover{transform:translateY(-4px);border-color:#ccd8ea;box-shadow:0 24px 55px rgba(21,35,65,.11)}.portfolio105-module.is-wide{grid-column:span 1}.portfolio105-module-media{position:relative;display:block;width:calc(100% - 16px);margin:8px 8px 0;padding:0;overflow:hidden;aspect-ratio:16/9;border:0;border-radius:17px;background:#0c1422;cursor:zoom-in}.portfolio105-module-media:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(180deg,transparent,rgba(7,13,24,.42));pointer-events:none}.portfolio105-module-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center;transition:transform .55s cubic-bezier(.2,.75,.18,1),filter .3s}.portfolio105-module:hover .portfolio105-module-media img{transform:scale(1.035)}.portfolio105-module-media>span{position:absolute;z-index:3;right:11px;bottom:11px;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:11px;background:rgba(255,255,255,.92);color:#3158f6;font-size:8px;font-weight:900;opacity:0;transform:translateY(5px);transition:.22s;box-shadow:0 10px 24px rgba(8,16,30,.18)}.portfolio105-module-media>span svg{width:12px;height:12px}.portfolio105-module:hover .portfolio105-module-media>span{opacity:1;transform:none}.portfolio105-module-copy{padding:17px 18px 19px}.portfolio105-module-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.portfolio105-module h3{margin:0;color:#151c2b;font-size:17px;letter-spacing:-.035em}.portfolio105-module-top em{flex:none;padding:5px 7px;border-radius:8px;background:#ecfbf4;color:#23865d;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.08em}.portfolio105-module-top em.is-dev{background:#fff5e8;color:#b16b16}.portfolio105-module p{margin:9px 0 14px;color:#6c7a90;font-size:10px;line-height:1.62}.portfolio105-crm{display:flex;flex-direction:column}.portfolio105-crm-visual{position:relative;display:flex;align-items:center;justify-content:center;width:calc(100% - 16px);margin:8px 8px 0;aspect-ratio:16/9;border-radius:17px;overflow:hidden;background:linear-gradient(135deg,#101a2e,#1b2f55);color:#fff}.portfolio105-crm-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px}.portfolio105-crm-visual span{position:relative;font-size:38px;font-weight:950;letter-spacing:-.06em;color:#7896ff}.portfolio105-crm-visual i{position:absolute;bottom:24px;left:24px;right:24px;height:5px;border-radius:999px;background:rgba(255,255,255,.09)}.portfolio105-crm-visual i:after{content:"";display:block;width:65%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3158f6,#839bff)}.portfolio105-crm-visual b{position:absolute;right:22px;bottom:38px;font-size:10px;color:#aab9d6}
.portfolio105-final{margin:26px 0 60px;padding:28px 30px;border:1px solid #dce4ef;border-radius:26px;background:linear-gradient(110deg,#f7f9ff,#fff);display:flex;align-items:center;justify-content:space-between;gap:30px}.portfolio105-final>div:first-child{max-width:750px}.portfolio105-final h2{margin:8px 0 8px;color:#151c2b;font-size:30px;letter-spacing:-.045em}.portfolio105-final p{margin:0;color:#6d7b90;font-size:11px;line-height:1.65}.portfolio105-final>div:last-child{display:flex;gap:9px;flex:none}

.portfolio105-lightbox{position:fixed;z-index:4200;inset:0;padding:28px;display:flex;align-items:center;justify-content:center;background:rgba(6,11,21,.78);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:.24s}.portfolio105-lightbox.is-open{opacity:1;visibility:visible}.portfolio105-lightbox>button{position:absolute;right:24px;top:22px;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;cursor:pointer}.portfolio105-lightbox>button svg{width:18px}.portfolio105-lightbox-card{width:min(1180px,94vw);max-height:90vh;overflow:auto;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:#0e1727;color:#fff;box-shadow:0 35px 100px rgba(0,0,0,.45)}.portfolio105-lightbox-image{padding:12px 12px 0}.portfolio105-lightbox-image img{display:block;width:100%;max-height:70vh;object-fit:contain;object-position:center;border-radius:18px;background:#080d16}.portfolio105-lightbox-card>div:last-child{padding:20px 24px 24px}.portfolio105-lightbox-card span{color:#829cff;font-size:8px;font-weight:950;letter-spacing:.12em}.portfolio105-lightbox-card h3{margin:7px 0 6px;font-size:24px;letter-spacing:-.04em}.portfolio105-lightbox-card p{margin:0;color:#9facbf;font-size:11px;line-height:1.6}.portfolio105-lightbox.is-open~*{pointer-events:none}

@media(max-width:1080px){.portfolio105-hero{grid-template-columns:1fr;padding:46px}.portfolio105-hero-stats{grid-template-columns:repeat(3,1fr)}.portfolio105-hero-stats>div:first-child{grid-row:auto;min-height:122px}.portfolio105-app{grid-template-columns:1fr;padding:46px}.portfolio105-phones{height:430px;max-width:760px;width:100%;margin:0 auto}.portfolio105-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.site-app-readybar>a{width:calc(100% - 24px);min-height:46px;justify-content:flex-start;gap:8px}.site-app-readybar-text{display:none}.site-app-readybar b{margin-left:auto}.portfolio105-hero{margin-top:10px;padding:30px 22px;border-radius:25px;gap:27px}.portfolio105-hero h1{font-size:39px;line-height:1}.portfolio105-hero p{font-size:12px}.portfolio105-hero-actions{margin-top:21px}.portfolio105-hero-actions .btn{flex:1;justify-content:center;min-width:145px}.portfolio105-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.portfolio105-hero-stats>div,.portfolio105-hero-stats>div:first-child{min-height:88px;padding:13px;border-radius:16px}.portfolio105-hero-stats strong{font-size:27px}.portfolio105-hero-stats span{font-size:8px}.portfolio105-section{padding:38px 0}.portfolio105-section-head{display:block;margin-bottom:20px}.portfolio105-section-head h2{font-size:34px}.portfolio105-section-head p{font-size:11px}.portfolio105-section-head>.btn{margin-top:16px}.portfolio105-project-grid{grid-template-columns:1fr;gap:13px}.portfolio105-project.is-featured{grid-column:auto}.portfolio105-project{border-radius:22px}.portfolio105-project-media{margin:8px 8px 0;border-radius:15px}.portfolio105-browser{height:34px;grid-template-columns:62px 1fr 76px;padding:0 9px}.portfolio105-browser>b{font-size:8px}.portfolio105-project-shot,.portfolio105-project.is-featured .portfolio105-project-shot{aspect-ratio:16/10}.portfolio105-view{display:none}.portfolio105-project-copy{grid-template-columns:34px 1fr;padding:17px 18px 20px}.portfolio105-project h3{font-size:20px}.portfolio105-project p{font-size:10px}.portfolio105-app{min-height:0;margin:18px 0;padding:30px 20px 20px;border-radius:25px;gap:20px}.portfolio105-app h2{font-size:39px}.portfolio105-app p{font-size:11px}.portfolio105-app-tags{grid-template-columns:1fr 1fr;margin:19px 0 22px}.portfolio105-app-tags span{font-size:9px;padding:0 10px}.portfolio105-phones{height:315px}.portfolio105-phone{width:150px;height:292px;border-radius:25px;padding:5px}.portfolio105-phone>span{top:7px;width:54px;height:12px}.portfolio105-phone img{border-radius:20px}.portfolio105-phone.p1{left:0}.portfolio105-phone.p2{left:31%}.portfolio105-phone.p3{left:61%}.portfolio105-app-ready{right:2px;bottom:8px}.portfolio105-module-grid{grid-template-columns:1fr}.portfolio105-module{border-radius:20px}.portfolio105-module-media{border-radius:14px}.portfolio105-module-media>span{opacity:1;transform:none}.portfolio105-final{display:block;padding:22px;border-radius:22px}.portfolio105-final h2{font-size:25px}.portfolio105-final>div:last-child{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}.portfolio105-final .btn{justify-content:center}.portfolio105-lightbox{padding:12px}.portfolio105-lightbox>button{right:12px;top:12px}.portfolio105-lightbox-card{border-radius:20px}.portfolio105-lightbox-image{padding:8px 8px 0}.portfolio105-lightbox-image img{border-radius:14px}}
@media(max-width:430px){.site-app-readybar-new{display:none}.site-app-readybar strong{font-size:10px}.site-app-readybar b{font-size:9px}.portfolio105-hero-stats span{font-size:7px}.portfolio105-phones{height:284px}.portfolio105-phone{width:136px;height:265px}.portfolio105-phone.p1{left:-2%}.portfolio105-phone.p2{left:29%}.portfolio105-phone.p3{left:60%}.portfolio105-app-tags{grid-template-columns:1fr}.portfolio105-app-tags span{min-height:39px}.portfolio105-final>div:last-child{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.portfolio105-project,.portfolio105-project-shot img,.portfolio105-module,.portfolio105-module-media img,.portfolio105-phone,.site-app-readybar b svg{transition:none!important}.portfolio105-project:hover,.portfolio105-module:hover{transform:none}.portfolio105-project:hover .portfolio105-project-shot img,.portfolio105-module:hover .portfolio105-module-media img{transform:none}}
.p105-lock{overflow:hidden}

/* v105 — real AdeptAPP screens on the app product page */
.solution-app-real{position:relative;width:min(100%,610px);height:460px;margin:auto;perspective:1000px}
.solution-app-real:before{content:"";position:absolute;left:50%;top:50%;width:390px;height:390px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(49,88,246,.2),rgba(49,88,246,0) 68%);filter:blur(8px)}
.solution-app-real figure{position:absolute;top:50%;width:205px;height:414px;margin:0;padding:6px;overflow:hidden;border:1px solid #cfd9e8;border-radius:32px;background:#0c111b;box-shadow:0 28px 60px rgba(20,35,68,.18);transition:transform .4s var(--ease)}
.solution-app-real figure:before{content:"";position:absolute;z-index:2;left:50%;top:7px;width:64px;height:14px;transform:translateX(-50%);border-radius:0 0 10px 10px;background:#0a0f17}
.solution-app-real figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:25px}
.solution-app-real figure:nth-child(1){left:4%;z-index:1;transform:translateY(-48%) rotate(-8deg) scale(.9)}
.solution-app-real figure:nth-child(2){left:33%;z-index:3;transform:translateY(-51%)}
.solution-app-real figure:nth-child(3){left:62%;z-index:2;transform:translateY(-48%) rotate(8deg) scale(.9)}
.solution-app-real:hover figure:nth-child(1){transform:translate(-7px,-50%) rotate(-10deg) scale(.92)}
.solution-app-real:hover figure:nth-child(2){transform:translateY(-53%) scale(1.015)}
.solution-app-real:hover figure:nth-child(3){transform:translate(7px,-50%) rotate(10deg) scale(.92)}
.solution-app-real>span{position:absolute;z-index:6;right:2%;bottom:22px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #dbe4f1;border-radius:12px;background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(20,34,67,.11);backdrop-filter:blur(12px);color:#1b2740;font-size:8px;font-weight:950;letter-spacing:.09em}
.solution-app-real>span i{width:7px;height:7px;border-radius:50%;background:#29b97a;box-shadow:0 0 0 4px rgba(41,185,122,.1)}
@media(max-width:760px){.solution-app-real{height:320px}.solution-app-real figure{width:142px;height:286px;border-radius:23px;padding:4px}.solution-app-real figure img{border-radius:18px}.solution-app-real figure:nth-child(1){left:0}.solution-app-real figure:nth-child(2){left:30%}.solution-app-real figure:nth-child(3){left:60%}.solution-app-real>span{right:0;bottom:3px}}

/* v106 — AdeptAPP real screen gallery + premium module showcase; visible UI is RU/RO only */
.portfolio106-app{grid-template-columns:minmax(320px,.78fr) minmax(620px,1.22fr);gap:28px;padding-right:38px}
.portfolio106-phones{position:relative;z-index:2;height:500px;min-width:0;perspective:1500px}
.portfolio106-phones:before{content:"";position:absolute;inset:6% 5% 8%;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(91,124,255,.24),rgba(91,124,255,.06) 38%,transparent 68%);filter:blur(10px)}
.portfolio106-phone{position:absolute;top:50%;width:184px;height:422px;margin:0;padding:7px;border:1px solid rgba(255,255,255,.19);border-radius:33px;background:linear-gradient(180deg,#141a25,#080c13);box-shadow:0 26px 68px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.04);overflow:hidden;transition:transform .5s cubic-bezier(.2,.78,.2,1),filter .35s,box-shadow .35s;transform-style:preserve-3d}
.portfolio106-phone img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:26px;background:#f6f7f9}
.portfolio106-notch{position:absolute;z-index:4;left:50%;top:7px;width:62px;height:15px;transform:translateX(-50%);border-radius:0 0 11px 11px;background:#080c13;box-shadow:0 1px 0 rgba(255,255,255,.05)}
.portfolio106-phone figcaption{position:absolute;z-index:5;left:50%;bottom:14px;transform:translateX(-50%);max-width:84%;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(9,15,27,.82);backdrop-filter:blur(10px);color:#fff;font-size:8px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.portfolio106-phone.app-screen-club{left:0;z-index:1;transform:translateY(-47%) rotate(-11deg) scale(.84);filter:brightness(.82)}
.portfolio106-phone.app-screen-catalog{left:17%;z-index:2;transform:translateY(-50%) rotate(-5deg) scale(.92);filter:brightness(.9)}
.portfolio106-phone.app-screen-product{left:39%;z-index:5;width:202px;height:454px;transform:translateY(-52%) rotate(0deg);box-shadow:0 34px 85px rgba(0,0,0,.52),0 0 0 1px rgba(116,145,255,.14)}
.portfolio106-phone.app-screen-card{left:62%;z-index:3;transform:translateY(-50%) rotate(5deg) scale(.92);filter:brightness(.91)}
.portfolio106-phone.app-screen-profile{left:79%;z-index:1;transform:translateY(-47%) rotate(11deg) scale(.84);filter:brightness(.83)}
.portfolio106-app:hover .app-screen-club{transform:translate(-10px,-48%) rotate(-13deg) scale(.86)}
.portfolio106-app:hover .app-screen-catalog{transform:translate(-5px,-52%) rotate(-6deg) scale(.94)}
.portfolio106-app:hover .app-screen-product{transform:translateY(-54%) scale(1.018)}
.portfolio106-app:hover .app-screen-card{transform:translate(5px,-52%) rotate(6deg) scale(.94)}
.portfolio106-app:hover .app-screen-profile{transform:translate(10px,-48%) rotate(13deg) scale(.86)}
.portfolio106-phones .portfolio105-app-ready{right:2%;bottom:8px}

.portfolio106-module-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.portfolio106-module-grid>.portfolio105-module{grid-column:span 4}
.portfolio106-module-grid>.portfolio105-module:nth-child(1),.portfolio106-module-grid>.portfolio105-module:nth-child(2){grid-column:span 6}
.portfolio106-module-media{aspect-ratio:16/9;background:linear-gradient(145deg,#08111f,#101d33);isolation:isolate}
.portfolio106-module-media:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(8,14,25,.05) 35%,rgba(8,14,25,.5) 100%);pointer-events:none}
.portfolio106-module-media img{filter:saturate(.94) contrast(1.02)}
.portfolio106-module-media:hover img{filter:saturate(1.03) contrast(1.03)}
.portfolio106-module-media .portfolio106-media-label{position:absolute;z-index:4;left:12px;top:12px;right:auto;bottom:auto;display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(8,15,28,.76);backdrop-filter:blur(10px);color:#dbe5ff;font-size:7px;font-weight:950;letter-spacing:.1em;opacity:1;transform:none;box-shadow:none}
.portfolio106-module-media .portfolio106-preview{position:absolute;z-index:4;right:12px;bottom:12px;left:auto;top:auto;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.94);color:#3158f6;font-size:8px;font-weight:900;opacity:0;transform:translateY(5px);transition:.22s;box-shadow:0 10px 24px rgba(8,16,30,.18)}
.portfolio106-module-media:hover .portfolio106-preview,.portfolio105-module:hover .portfolio106-preview{opacity:1;transform:none}
.portfolio106-module-grid .portfolio105-module:nth-child(1) .portfolio105-module-media,.portfolio106-module-grid .portfolio105-module:nth-child(2) .portfolio105-module-media{aspect-ratio:16/8.35}
.portfolio106-module-grid .portfolio105-module-copy{min-height:150px}

/* AdeptAPP product page: five real phone-mode screens instead of the old three screenshots */
.solution-app-real-v106{width:min(100%,760px);height:500px}
.solution-app-real-v106:before{width:520px;height:420px}
.solution-app-real-v106 figure{width:170px;height:390px;padding:6px;border-radius:29px}
.solution-app-real-v106 figure img{border-radius:23px;object-fit:cover;object-position:top center}
.solution-app-real-v106 figure:before{width:56px;height:13px}
.solution-app-real-v106 figure figcaption{position:absolute;z-index:4;left:50%;bottom:13px;transform:translateX(-50%);max-width:84%;padding:6px 9px;border-radius:999px;background:rgba(8,14,25,.84);color:#fff;font-size:7px;font-weight:900;white-space:nowrap;backdrop-filter:blur(9px)}
.solution-app-real-v106 figure:nth-child(1){left:1%;z-index:1;transform:translateY(-46%) rotate(-10deg) scale(.84)}
.solution-app-real-v106 figure:nth-child(2){left:18%;z-index:2;transform:translateY(-49%) rotate(-5deg) scale(.91)}
.solution-app-real-v106 figure:nth-child(3){left:39%;z-index:5;width:188px;height:425px;transform:translateY(-52%)}
.solution-app-real-v106 figure:nth-child(4){left:62%;z-index:3;transform:translateY(-49%) rotate(5deg) scale(.91)}
.solution-app-real-v106 figure:nth-child(5){left:79%;z-index:1;transform:translateY(-46%) rotate(10deg) scale(.84)}
.solution-app-real-v106:hover figure:nth-child(1){transform:translate(-8px,-48%) rotate(-12deg) scale(.86)}
.solution-app-real-v106:hover figure:nth-child(2){transform:translate(-4px,-51%) rotate(-6deg) scale(.93)}
.solution-app-real-v106:hover figure:nth-child(3){transform:translateY(-54%) scale(1.015)}
.solution-app-real-v106:hover figure:nth-child(4){transform:translate(4px,-51%) rotate(6deg) scale(.93)}
.solution-app-real-v106:hover figure:nth-child(5){transform:translate(8px,-48%) rotate(12deg) scale(.86)}
.solution-app-real-v106>span{right:3%;bottom:12px}

@media(max-width:1180px){
 .portfolio106-app{grid-template-columns:1fr;padding:46px 34px}
 .portfolio106-phones{width:min(100%,780px);margin:0 auto}
 .portfolio106-module-grid>.portfolio105-module{grid-column:span 6}
 .portfolio106-module-grid>.portfolio105-module:nth-child(1),.portfolio106-module-grid>.portfolio105-module:nth-child(2){grid-column:span 6}
}
@media(max-width:760px){
 .portfolio106-app{padding:28px 18px 20px}
 .portfolio106-phones{display:flex;height:auto;width:calc(100% + 18px);margin:4px -9px 0;padding:8px 9px 34px;gap:11px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;perspective:none;scrollbar-width:none}
 .portfolio106-phones::-webkit-scrollbar{display:none}
 .portfolio106-phone,.portfolio106-phone.app-screen-product{position:relative;left:auto;top:auto;flex:0 0 63%;width:auto;height:auto;aspect-ratio:207/515;transform:none!important;filter:none!important;border-radius:27px;padding:5px;scroll-snap-align:center;box-shadow:0 18px 42px rgba(0,0,0,.3)}
 .portfolio106-phone img{border-radius:21px}
 .portfolio106-phone.app-screen-product,.portfolio106-phone.app-screen-catalog{aspect-ratio:232/661}
 .portfolio106-notch{top:5px;width:52px;height:12px}
 .portfolio106-phone figcaption{bottom:11px;font-size:7px}
 .portfolio106-phones .portfolio105-app-ready{position:sticky;right:auto;left:0;bottom:0;align-self:flex-end;flex:0 0 auto}
 .portfolio106-module-grid{grid-template-columns:1fr}
 .portfolio106-module-grid>.portfolio105-module,.portfolio106-module-grid>.portfolio105-module:nth-child(1),.portfolio106-module-grid>.portfolio105-module:nth-child(2){grid-column:auto}
 .portfolio106-module-grid .portfolio105-module-copy{min-height:0}
 .portfolio106-module-media .portfolio106-preview{opacity:1;transform:none}
 .solution-app-real-v106{display:flex;width:calc(100% + 12px);height:auto;margin:0 -6px;padding:8px 6px 34px;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;perspective:none;scrollbar-width:none}
 .solution-app-real-v106::-webkit-scrollbar{display:none}
 .solution-app-real-v106:before{display:none}
 .solution-app-real-v106 figure,.solution-app-real-v106 figure:nth-child(3){position:relative;left:auto;top:auto;flex:0 0 62%;width:auto;height:auto;aspect-ratio:207/515;transform:none!important;border-radius:26px;scroll-snap-align:center}
 .solution-app-real-v106 figure:nth-child(2),.solution-app-real-v106 figure:nth-child(3){aspect-ratio:232/661}
 .solution-app-real-v106 figure img{border-radius:20px}
 .solution-app-real-v106>span{position:sticky;left:0;right:auto;bottom:0;align-self:flex-end;flex:0 0 auto}
}
@media(prefers-reduced-motion:reduce){.portfolio106-phone,.solution-app-real-v106 figure{transition:none!important}}

/* v107 — AdeptAPP phone scene geometry fix: keep every real screen visible */
@media (min-width:761px){
  .solution-app-real-v106{
    width:min(100%,700px);
    height:510px;
    margin:12px auto 0;
    overflow:visible;
    isolation:isolate;
  }
  .solution-app-real-v106:before{
    left:50%;top:49%;width:min(78%,520px);height:410px;
    transform:translate(-50%,-50%);
  }
  .solution-app-real-v106 figure,
  .solution-app-real-v106 figure:nth-child(3){
    top:50%;
    left:50%;
    width:148px;
    height:360px;
    padding:5px;
    border-radius:27px;
    transform-origin:center center;
    filter:none;
  }
  .solution-app-real-v106 figure img{border-radius:21px}
  .solution-app-real-v106 figure:before{top:6px;width:52px;height:12px}
  .solution-app-real-v106 figure figcaption{bottom:10px;padding:6px 8px;font-size:7px}

  .solution-app-real-v106 figure:nth-child(1){
    left:13%;z-index:1;
    transform:translate(-50%,-46%) rotate(-9deg) scale(.82);
    filter:brightness(.94);
  }
  .solution-app-real-v106 figure:nth-child(2){
    left:31%;z-index:3;
    width:158px;height:385px;
    transform:translate(-50%,-50%) rotate(-4deg) scale(.94);
  }
  .solution-app-real-v106 figure:nth-child(3){
    left:50%;z-index:6;
    width:174px;height:420px;
    transform:translate(-50%,-52%);
    box-shadow:0 34px 76px rgba(22,38,74,.26),0 0 0 1px rgba(49,88,246,.10);
  }
  .solution-app-real-v106 figure:nth-child(4){
    left:69%;z-index:4;
    width:158px;height:385px;
    transform:translate(-50%,-50%) rotate(4deg) scale(.94);
  }
  .solution-app-real-v106 figure:nth-child(5){
    left:87%;z-index:1;
    transform:translate(-50%,-46%) rotate(9deg) scale(.82);
    filter:brightness(.94);
  }

  .solution-app-real-v106:hover figure:nth-child(1){transform:translate(-54%,-48%) rotate(-10deg) scale(.84)}
  .solution-app-real-v106:hover figure:nth-child(2){transform:translate(-52%,-52%) rotate(-5deg) scale(.96)}
  .solution-app-real-v106:hover figure:nth-child(3){transform:translate(-50%,-54%) scale(1.012)}
  .solution-app-real-v106:hover figure:nth-child(4){transform:translate(-48%,-52%) rotate(5deg) scale(.96)}
  .solution-app-real-v106:hover figure:nth-child(5){transform:translate(-46%,-48%) rotate(10deg) scale(.84)}
  .solution-app-real-v106>span{right:5%;bottom:7px}

  /* same safe composition inside portfolio */
  .portfolio106-phones{
    width:min(100%,760px);
    height:500px;
    margin:0 auto;
    overflow:visible;
  }
  .portfolio106-phone,
  .portfolio106-phone.app-screen-product{
    top:50%;left:50%;width:150px;height:365px;
    transform-origin:center center;
  }
  .portfolio106-phone.app-screen-club{left:12%;transform:translate(-50%,-46%) rotate(-9deg) scale(.82)}
  .portfolio106-phone.app-screen-catalog{left:31%;width:160px;height:390px;transform:translate(-50%,-50%) rotate(-4deg) scale(.94)}
  .portfolio106-phone.app-screen-product{left:50%;z-index:6;width:176px;height:425px;transform:translate(-50%,-52%)}
  .portfolio106-phone.app-screen-card{left:69%;width:160px;height:390px;transform:translate(-50%,-50%) rotate(4deg) scale(.94)}
  .portfolio106-phone.app-screen-profile{left:88%;transform:translate(-50%,-46%) rotate(9deg) scale(.82)}
  .portfolio106-app:hover .app-screen-club{transform:translate(-54%,-48%) rotate(-10deg) scale(.84)}
  .portfolio106-app:hover .app-screen-catalog{transform:translate(-52%,-52%) rotate(-5deg) scale(.96)}
  .portfolio106-app:hover .app-screen-product{transform:translate(-50%,-54%) scale(1.012)}
  .portfolio106-app:hover .app-screen-card{transform:translate(-48%,-52%) rotate(5deg) scale(.96)}
  .portfolio106-app:hover .app-screen-profile{transform:translate(-46%,-48%) rotate(10deg) scale(.84)}
}

@media (min-width:761px) and (max-width:1180px){
  .solution-app-real-v106{width:min(100%,650px);height:490px}
  .solution-app-real-v106 figure,
  .solution-app-real-v106 figure:nth-child(3){width:140px;height:340px}
  .solution-app-real-v106 figure:nth-child(2),
  .solution-app-real-v106 figure:nth-child(4){width:150px;height:365px}
  .solution-app-real-v106 figure:nth-child(3){width:166px;height:402px}
  .portfolio106-phones{width:min(100%,700px);height:475px}
}

/* =========================================================
   AdeptDEV v1.2.0 — restored multi-page architecture
   pricing pages: real URLs, global header preserved
   ========================================================= */

/* Keep transformed reveal wrappers from interfering with native sticky. */
.sticky-parent-v120.visible,
.sticky-parent-v120{transform:none!important;overflow:visible!important}

/* Secondary navigation belongs to pricing area only. It never replaces the global site header. */
.pricing-local-nav-v120{
  position:relative;
  z-index:20;
  display:flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  gap:5px;
  margin:-10px 0 30px;
  padding:5px;
  border:1px solid #dfe5ee;
  border-radius:16px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 30px rgba(31,42,68,.055);
  backdrop-filter:blur(16px);
  overflow:auto;
  scrollbar-width:none;
}
.pricing-local-nav-v120::-webkit-scrollbar{display:none}
.pricing-local-nav-v120 a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:11px;
  color:#6e7b8e;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
  transition:background .2s,color .2s,box-shadow .2s;
}
.pricing-local-nav-v120 a:hover{color:#243047;background:#f4f6fb}
.pricing-local-nav-v120 a.active{
  color:#fff;
  background:linear-gradient(135deg,#3158f6,#6559f5);
  box-shadow:0 8px 20px rgba(49,88,246,.22);
}

/* Pricing overview: compact, decision-first, no giant marketing hero. */
.pricing-overview-hero-v120{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  align-items:end;
  gap:48px;
  padding:32px 0 46px;
}
.pricing-overview-hero-v120>div{max-width:780px}
.pricing-overview-hero-v120 h1,
.pricing-workhead-v120 h1{
  margin:14px 0 0;
  color:#151b28;
  font-size:clamp(42px,5vw,68px);
  line-height:.98;
  letter-spacing:-.06em;
}
.pricing-overview-hero-v120 p,
.pricing-workhead-v120 p{
  max-width:720px;
  margin:20px 0 0;
  color:#6d798c;
  font-size:14px;
  line-height:1.7;
}
.pricing-overview-note-v120{
  position:relative;
  min-height:184px;
  padding:28px;
  border:1px solid #e0e6ef;
  border-radius:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0,rgba(49,88,246,.12),transparent 48%),
    #fff;
  box-shadow:0 18px 50px rgba(31,42,68,.065);
}
.pricing-overview-note-v120>span{
  position:absolute;right:20px;top:10px;
  color:#edf1f7;font-size:72px;font-weight:900;letter-spacing:-.08em
}
.pricing-overview-note-v120 b{position:relative;display:block;max-width:190px;color:#1b2333;font-size:17px;line-height:1.25}
.pricing-overview-note-v120 p{position:relative;margin:13px 0 0;color:#768297;font-size:11px;line-height:1.6}

.pricing-plan-overview-v120{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 18px;
}
.pricing-plan-card-v120{
  display:flex;
  flex-direction:column;
  min-height:465px;
  padding:24px;
  border:1px solid #e0e6ef;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 42px rgba(31,42,68,.045);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.pricing-plan-card-v120:hover{transform:translateY(-4px);border-color:#cfd8e7;box-shadow:0 22px 56px rgba(31,42,68,.08)}
.pricing-plan-card-v120.is-featured{border-color:#aebcff;background:linear-gradient(180deg,#fff 0,#f5f7ff 100%);box-shadow:0 20px 55px rgba(49,88,246,.10)}
.pricing-plan-card-head-v120{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:34px}
.pricing-plan-card-head-v120>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f0f3f8;color:#59677b;font-size:9px;font-weight:900}
.pricing-plan-card-v120.is-featured .pricing-plan-card-head-v120>span{background:#3158f6;color:#fff}
.pricing-plan-card-head-v120 em{padding:6px 8px;border-radius:999px;background:#e9edff;color:#4059d4;font-size:7.5px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.pricing-plan-card-v120 h2{margin:0;color:#151c29;font-size:25px;line-height:1.05;letter-spacing:-.045em}
.pricing-plan-card-v120>p{min-height:78px;margin:12px 0 18px;color:#748196;font-size:11px;line-height:1.58}
.pricing-plan-card-price-v120{display:flex;align-items:baseline;gap:8px;padding:18px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}
.pricing-plan-card-price-v120 strong{color:#3158f6;font-size:25px;letter-spacing:-.04em}
.pricing-plan-card-price-v120 small{color:#8894a6;font-size:9px;font-weight:700}
.pricing-plan-card-v120 ul{list-style:none;display:grid;gap:10px;margin:20px 0 24px;padding:0}
.pricing-plan-card-v120 li{display:flex;align-items:flex-start;gap:9px;color:#49576c;font-size:10.5px;line-height:1.4}
.pricing-plan-card-v120 li svg{flex:0 0 auto;width:15px;height:15px;color:#3158f6}
.pricing-plan-card-v120>.btn{width:100%;margin-top:auto}

.pricing-included-strip-v120{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:10px;
  margin:0 0 82px;
  padding:10px;
  border:1px solid #dfe5ed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 36px rgba(31,42,68,.045);
}
.pricing-included-strip-v120>div{display:flex;align-items:center;gap:11px;min-height:64px;padding:10px 14px;border-radius:14px;background:#f8fafc}
.pricing-included-strip-v120>div>svg{width:21px;height:21px;color:#3158f6}
.pricing-included-strip-v120 span{display:flex;flex-direction:column;gap:3px}
.pricing-included-strip-v120 b{color:#222b3c;font-size:11px}
.pricing-included-strip-v120 small{color:#7c899b;font-size:9px}
.pricing-included-strip-v120>a{display:flex;align-items:center;gap:7px;min-height:50px;padding:0 16px;border-radius:13px;color:#3158f6;font-size:10px;font-weight:850;white-space:nowrap}
.pricing-included-strip-v120>a:hover{background:#eef2ff}

/* Work pages share a quiet header so the tool itself starts quickly. */
.pricing-workhead-v120{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  padding:26px 0 28px;
}
.pricing-workhead-v120>div{max-width:850px}
.pricing-workhead-v120 h1{font-size:clamp(36px,4.5vw,58px)}
.pricing-workhead-status-v120{
  display:flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid #d9ece4;border-radius:999px;background:#f1faf6;color:#25845f;font-size:9px;font-weight:850;white-space:nowrap
}
.pricing-workhead-status-v120 i{width:7px;height:7px;border-radius:50%;background:#35bb88;box-shadow:0 0 0 4px rgba(53,187,136,.1)}

/* Native sticky summary — stays with the user, but stops at calculator end. */
.pricing-commerce-shell-v101{position:relative;overflow:visible!important}
.pricing-commerce-shell-v101 .pricing-builder-v12{overflow:visible!important}
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:calc(var(--header) + 18px)!important;
  align-self:start!important;
  max-height:calc(100vh - var(--header) - 36px);
  overflow:auto;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.25) transparent;
}
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4::-webkit-scrollbar{width:5px}
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:999px}

/* Comparison page */
.pricing-compare-v120{overflow:hidden;margin:10px 0 24px;border:1px solid #dfe5ee;border-radius:24px;background:#fff;box-shadow:0 16px 46px rgba(31,42,68,.055)}
.pricing-compare-head-v120,.pricing-compare-row-v120{display:grid;grid-template-columns:175px repeat(3,minmax(0,1fr));align-items:stretch}
.pricing-compare-head-v120{background:#f4f6fb;border-bottom:1px solid #dfe5ee}
.pricing-compare-head-v120>*{padding:17px 18px;border-left:1px solid #e5eaf1}
.pricing-compare-head-v120>*:first-child{border-left:0}
.pricing-compare-head-v120 b{color:#2b3547;font-size:11px}
.pricing-compare-head-v120 b:nth-child(3){color:#3158f6;background:#eef2ff}
.pricing-compare-row-v120{border-bottom:1px solid #edf0f5}
.pricing-compare-row-v120:last-child{border-bottom:0}
.pricing-compare-row-v120>*{padding:17px 18px;border-left:1px solid #edf0f5;font-size:10.5px;line-height:1.5}
.pricing-compare-row-v120>*:first-child{border-left:0}
.pricing-compare-row-v120 strong{color:#344054;background:#fafbfc}
.pricing-compare-row-v120 span{color:#66758a}
.pricing-compare-row-v120 span:nth-child(3){background:#fafbff;color:#40506b}
.pricing-compare-callout-v120{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:20px 0 80px;padding:20px;border:1px solid #dfe5ee;border-radius:20px;background:#fff}
.pricing-compare-callout-v120>div{display:flex;align-items:center;gap:13px}
.pricing-compare-callout-v120>div>svg{width:26px;height:26px;color:#3158f6}
.pricing-compare-callout-v120 p{display:flex;flex-direction:column;gap:4px;margin:0}
.pricing-compare-callout-v120 b{color:#243047;font-size:12px}
.pricing-compare-callout-v120 span{color:#778498;font-size:10px;line-height:1.5}

/* Pricing FAQ: real page, not one more section on an endless landing. */
.pricing-faq-v120{display:grid;gap:9px;margin:8px 0 24px}
.pricing-faq-v120 details{border:1px solid #dfe5ed;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(31,42,68,.035)}
.pricing-faq-v120 summary{display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:12px;min-height:76px;padding:0 20px;cursor:pointer;list-style:none}
.pricing-faq-v120 summary::-webkit-details-marker{display:none}
.pricing-faq-v120 summary>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eef2ff;color:#3158f6;font-size:8px;font-weight:900}
.pricing-faq-v120 summary b{color:#263044;font-size:13px;line-height:1.35}
.pricing-faq-v120 summary svg{color:#7b889b;transition:transform .2s}
.pricing-faq-v120 details[open] summary svg{transform:rotate(180deg)}
.pricing-faq-v120 details p{margin:0;padding:0 20px 22px 70px;color:#6d7a8f;font-size:11.5px;line-height:1.7}

/* Restore global header visibility/identity on every page. */
.site-header{z-index:1200}
.desktop-nav .nav-link.active{color:#3158f6;background:#eef2ff}
.site-app-readybar{z-index:1090}

@media(max-width:1100px){
  .pricing-overview-hero-v120{grid-template-columns:1fr;gap:20px}
  .pricing-overview-note-v120{min-height:130px}
  .pricing-plan-overview-v120{grid-template-columns:1fr 1fr}
  .pricing-plan-card-v120:last-child{grid-column:1/-1}
  .pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{position:relative!important;top:auto!important;max-height:none;overflow:visible}
  .pricing-compare-head-v120,.pricing-compare-row-v120{grid-template-columns:150px repeat(3,minmax(190px,1fr));min-width:850px}
  .pricing-compare-v120{overflow:auto}
}
@media(max-width:760px){
  .pricing-local-nav-v120{width:calc(100% + 30px);max-width:none;margin:-4px -15px 20px;padding:5px 15px;border-left:0;border-right:0;border-radius:0;background:rgba(255,255,255,.95)}
  .pricing-overview-hero-v120{padding:18px 0 30px}
  .pricing-overview-hero-v120 h1,.pricing-workhead-v120 h1{font-size:40px}
  .pricing-overview-note-v120{padding:20px;border-radius:19px}
  .pricing-plan-overview-v120{grid-template-columns:1fr}
  .pricing-plan-card-v120,.pricing-plan-card-v120:last-child{grid-column:auto;min-height:0;padding:20px;border-radius:20px}
  .pricing-plan-card-v120>p{min-height:0}
  .pricing-included-strip-v120{grid-template-columns:1fr;margin-bottom:58px;border-radius:18px}
  .pricing-included-strip-v120>a{justify-content:center}
  .pricing-workhead-v120{display:block;padding:18px 0 20px}
  .pricing-workhead-status-v120{width:max-content;margin-top:16px}
  .pricing-compare-callout-v120{align-items:stretch;flex-direction:column;margin-bottom:58px}
  .pricing-compare-callout-v120 .btn{width:100%}
  .pricing-faq-v120 summary{grid-template-columns:32px 1fr 20px;padding:0 14px}
  .pricing-faq-v120 details p{padding:0 14px 18px 58px}
}

/* v1.2.0 module catalog — show the real product before selling it. */
.extension-grid-v120{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.extension-card-v120{min-height:0;padding:0;overflow:hidden;border-radius:22px;gap:0;background:#fff}
.extension-card-body-v120{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:18px}
.extension-card-body-v120 .extension-icon{grid-column:1;grid-row:1}
.extension-card-body-v120>div:nth-child(2){grid-column:2;grid-row:1}
.extension-card-body-v120 .extension-price{grid-column:1/-1;margin-top:6px}
.extension-card-body-v120>.btn{grid-column:1/-1}
.extension-visual-v120,
.extension-visual-placeholder-v120{
  position:relative;display:block;width:100%;height:235px;border:0;border-bottom:1px solid #e6eaf1;background:#0e1728;overflow:hidden;color:#fff;text-align:left
}
.extension-visual-v120{padding:0;cursor:pointer}
.extension-visual-v120 img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s cubic-bezier(.22,.61,.36,1),filter .3s}
.extension-visual-v120:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(7,14,28,.72));pointer-events:none}
.extension-visual-v120>span{position:absolute;z-index:2;right:12px;bottom:12px;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(8,16,29,.72);backdrop-filter:blur(12px);font-size:8px;font-weight:850}
.extension-visual-v120>span svg{width:13px;height:13px}
.extension-visual-v120:hover img{transform:scale(1.035);filter:brightness(1.03)}
.extension-visual-placeholder-v120{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:22px;background:radial-gradient(circle at 85% 15%,rgba(86,110,255,.35),transparent 40%),linear-gradient(145deg,#101b31,#0b1425)}
.extension-visual-placeholder-v120>svg{position:absolute;right:22px;top:22px;width:54px;height:54px;color:#7899ff;opacity:.6}
.extension-visual-placeholder-v120>b{font-size:44px;line-height:1;color:#b7c8ff;letter-spacing:-.06em}
.extension-visual-placeholder-v120>span{color:#91a1bb;font-size:10px}
@media(max-width:900px){.extension-grid-v120{grid-template-columns:1fr}.extension-visual-v120,.extension-visual-placeholder-v120{height:220px}}
@media(max-width:560px){.extension-visual-v120,.extension-visual-placeholder-v120{height:190px}.extension-card-body-v120{padding:16px}}

/* =========================================================
   ADEPTDEV 2026 — approved homepage system (01–08)
   Built from the user-approved visual direction. Do not simplify.
   ========================================================= */
body{font-family:"Manrope",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html[data-page="home"]{scroll-padding-top:90px}
html[data-page="home"] body{background:#f9fbfe;color:#0e1a31}
html[data-page="home"] .ambient{display:none}
html[data-page="home"] .site-app-readybar{display:none!important}
html[data-page="home"] .mobile-dock{display:none!important}
html[data-page="home"] .page-shell{max-width:none;padding:var(--header) 0 0;overflow:clip}
html[data-page="home"] .reveal{transform:translateY(22px) scale(.995);transition:opacity .75s cubic-bezier(.2,.72,.25,1),transform .75s cubic-bezier(.2,.72,.25,1)}
html[data-page="home"] .reveal.visible{transform:none}

.site-header,.site-header.scrolled{height:76px;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(207,218,233,.68);box-shadow:0 8px 40px rgba(40,64,108,.035);backdrop-filter:blur(20px) saturate(150%)}
.site-header:not(.scrolled){background:rgba(255,255,255,.76)}
.header-inner{max-width:1380px;padding:0 44px;gap:38px}
.brand-copy small{display:none}
.brand-mark,.brand-mark img{width:57px!important;max-height:42px!important;flex-basis:57px}
.desktop-nav{gap:7px}
.nav-link{font-size:13px;font-weight:600;color:#101a30;padding:10px 12px;border-radius:11px}
.nav-link:hover,.nav-link.active{background:#edf4ff;color:#1054c7}
.header-actions{gap:12px}
.lang-switch>button{border:0;background:transparent;font-size:12px;font-weight:700;padding:0 5px;color:#13223a}
.header-actions .btn-primary{height:42px;border-radius:10px;background:linear-gradient(135deg,#0e254b,#1255c6 78%);box-shadow:0 10px 26px rgba(18,71,162,.22);padding:0 18px;font-size:12px}
.header-actions .btn-primary:hover{background:linear-gradient(135deg,#102c56,#0f61dc);transform:translateY(-1px)}
.mega-menu{border-radius:20px}

.ad26-home{--ad-blue:#1262d7;--ad-blue2:#2d7ff0;--ad-navy:#0d1a31;--ad-text:#111d34;--ad-muted:#56657b;--ad-line:#dce5f0;--ad-soft:#f4f8fd;--ad-shadow:0 26px 70px rgba(24,61,110,.11);max-width:1440px;margin:0 auto;padding:0 48px;position:relative}
.ad26-home *{box-sizing:border-box}
.ad26-home h1,.ad26-home h2,.ad26-home h3,.ad26-home p{margin-top:0}
.ad26-section{position:relative;padding:88px 34px;border-top:1px solid rgba(188,203,221,.42)}
.ad26-section:before,.ad26-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(45,102,173,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(45,102,173,.045) 1px,transparent 1px);background-size:160px 100%,160px 100%;mask-image:linear-gradient(90deg,rgba(0,0,0,.55),transparent 18%,transparent 82%,rgba(0,0,0,.4));opacity:.36}
.ad26-section-index{display:block;font-size:11px;line-height:1.2;letter-spacing:.08em;font-weight:700;color:#476884;text-transform:uppercase;margin-bottom:18px}
.ad26-section-head{position:relative;z-index:1;display:flex;justify-content:space-between;gap:48px;margin-bottom:46px}
.ad26-section-head>div{max-width:910px}
.ad26-section-head h2{font-size:clamp(36px,4.25vw,62px);line-height:1.02;letter-spacing:-.055em;color:var(--ad-text);font-weight:650;margin-bottom:16px}
.ad26-section-head p{max-width:720px;color:var(--ad-muted);font-size:15px;line-height:1.65;margin:0}
.ad26-section-head-row{align-items:end}

/* Hero */
.ad26-hero{position:relative;min-height:730px;padding:66px 34px 0;display:grid;grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr);grid-template-rows:1fr auto;column-gap:34px;align-items:center;background:radial-gradient(circle at 78% 42%,rgba(66,150,255,.18),transparent 33%),linear-gradient(180deg,#fbfdff 0%,#f5f9fe 100%);border-bottom:1px solid rgba(188,203,221,.4);overflow:hidden}
.ad26-tech-corner{position:absolute;width:180px;height:180px;opacity:.48;pointer-events:none}
.ad26-tech-corner-a{left:-85px;bottom:35px;border-right:1px solid #d9e4f0;transform:rotate(45deg)}
.ad26-tech-corner-b{right:-74px;top:80px;border-left:1px solid #d9e4f0;transform:rotate(-45deg)}
.ad26-hero-copy{position:relative;z-index:2;align-self:center;padding:6px 0 35px}
.ad26-hero-copy h1{font-size:clamp(50px,4.45vw,68px);line-height:1.04;letter-spacing:-.057em;color:var(--ad-navy);font-weight:700;max-width:720px;margin-bottom:26px}.ad26-nowrap{white-space:nowrap}
.ad26-hero-copy p{max-width:660px;color:#26374f;font-size:17px;line-height:1.58;margin-bottom:26px}
.ad26-hero-actions{display:flex;align-items:center;gap:28px}
.ad26-btn{border:0;min-height:50px;border-radius:10px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.ad26-btn svg{font-size:16px}
.ad26-btn-primary{color:#fff;background:linear-gradient(135deg,#0c4ab0,#1974e7);box-shadow:0 14px 34px rgba(22,98,210,.24),inset 0 1px rgba(255,255,255,.2)}
.ad26-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(22,98,210,.31);background:linear-gradient(135deg,#0b55c8,#2585f4)}
.ad26-link-arrow{display:inline-flex;align-items:center;gap:9px;border:0;background:none;padding:6px 0;color:#24344d;font-size:14px;font-weight:600;cursor:pointer}
.ad26-link-arrow svg{font-size:17px;transition:transform .22s ease}.ad26-link-arrow:hover svg{transform:translateX(5px)}
.ad26-hero-visual{position:relative;z-index:2;height:540px;align-self:center;perspective:1400px;transform-style:preserve-3d;transition:transform .16s ease-out;will-change:transform}
.ad26-hero-blueprint{position:absolute;inset:34px 8px 22px 78px;background-image:linear-gradient(rgba(55,118,197,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(55,118,197,.13) 1px,transparent 1px);background-size:42px 42px;border:1px solid rgba(92,143,207,.18);border-radius:2px;opacity:.62;transform:translateZ(-40px)}
.ad26-hero-blueprint:before{content:"";position:absolute;inset:12% 11%;border:1px solid rgba(44,119,210,.17);border-radius:50%}
.ad26-tech-label{position:absolute;z-index:4;font-size:9px;letter-spacing:.07em;color:#6e829a;text-transform:uppercase}.ad26-label-commerce{left:72px;top:22px}.ad26-label-crm{left:51%;top:22px}.ad26-label-ai{right:0;top:22px}
.ad26-main-ui{position:absolute;z-index:3;left:80px;top:72px;width:610px;max-width:calc(100% - 72px);height:385px;background:#fff;border:1px solid #cbd9e8;border-radius:15px;box-shadow:0 28px 80px rgba(34,74,125,.17);overflow:hidden;transform:translateZ(30px) rotateY(-1deg)}
.ad26-ui-top{height:39px;border-bottom:1px solid #e7edf4;background:#fbfdff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 12px;gap:15px}.ad26-ui-brand{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:700}.ad26-ui-brand img{width:22px;height:16px;object-fit:contain}.ad26-ui-search{height:17px;max-width:190px;justify-self:center;width:100%;border-radius:7px;background:#f0f3f7;border:1px solid #e3e8ef}.ad26-ui-actions{display:flex;gap:6px}.ad26-ui-actions i{width:6px;height:6px;border-radius:50%;background:#cbd4df}
.ad26-ui-body{height:calc(100% - 39px);display:grid;grid-template-columns:46px 1fr}.ad26-ui-body aside{border-right:1px solid #e8edf3;background:#f8fafc;display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 0}.ad26-ui-body aside b{width:25px;height:25px;border-radius:7px;background:#0f294e;color:#fff;display:grid;place-items:center;font-size:8px;margin-bottom:5px}.ad26-ui-body aside span{width:20px;height:20px;border-radius:6px;background:#edf1f5;position:relative}.ad26-ui-body aside span:after{content:"";position:absolute;inset:7px;border-radius:2px;background:#bac6d4}.ad26-ui-body aside span.is-active{background:#e3efff}.ad26-ui-body aside span.is-active:after{background:#1970dd}
.ad26-ui-body main{padding:15px 16px;background:#fff}.ad26-ui-title{display:flex;justify-content:space-between;align-items:center}.ad26-ui-title div{display:flex;flex-direction:column;gap:2px}.ad26-ui-title small{font-size:6px;color:#8795a8}.ad26-ui-title strong{font-size:12px;color:#15243a}.ad26-ui-title button{border:0;border-radius:6px;background:#1772de;color:#fff;font-size:6px;height:22px;padding:0 8px}.ad26-ui-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:11px}.ad26-ui-kpis article{border:1px solid #e5ebf2;border-radius:9px;padding:8px;background:#fff}.ad26-ui-kpis small{display:block;color:#8895a6;font-size:6px}.ad26-ui-kpis b{display:block;font-size:14px;margin-top:3px}.ad26-ui-kpis em{display:block;font-style:normal;color:#159568;font-size:5px;margin-top:3px}.ad26-ui-chart{height:89px;margin-top:8px;border:1px solid #e7edf3;border-radius:9px;position:relative;overflow:hidden;background:linear-gradient(#fff,#f9fbff)}.ad26-ui-chart i{position:absolute;inset:0;background-image:linear-gradient(#eef2f6 1px,transparent 1px),linear-gradient(90deg,#eef2f6 1px,transparent 1px);background-size:100% 25%,20% 100%}.ad26-ui-chart svg{position:absolute;inset:9px;width:calc(100% - 18px);height:calc(100% - 18px)}.ad26-ui-chart path{fill:none;stroke:#1b72df;stroke-width:2.4;vector-effect:non-scaling-stroke;filter:drop-shadow(0 4px 4px rgba(27,114,223,.2))}.ad26-ui-table{margin-top:8px;border:1px solid #e6ecf2;border-radius:9px;overflow:hidden}.ad26-ui-table>div{display:grid;grid-template-columns:1.3fr .8fr .7fr;align-items:center;min-height:25px;padding:0 8px;border-bottom:1px solid #edf1f5;font-size:6px;color:#47566a}.ad26-ui-table>div:last-child{border-bottom:0}.ad26-ui-table .head{background:#f9fbfd;color:#8895a6}.ad26-ui-table span:first-child{display:flex;align-items:center;gap:5px}.ad26-ui-table span i{width:5px;height:5px;border-radius:50%;background:#8fb1e2}.ad26-ui-table b{font-weight:700;color:#168965;background:#edf9f5;border-radius:99px;padding:3px 5px}
.ad26-float-card{position:absolute;z-index:5;min-width:176px;background:rgba(255,255,255,.96);border:1px solid #d8e2ed;border-radius:12px;box-shadow:0 16px 42px rgba(31,71,122,.15);padding:11px 13px;display:flex;align-items:center;gap:10px;backdrop-filter:blur(14px);animation:ad26Float 5.6s ease-in-out infinite}.ad26-float-card>span{width:32px;height:32px;border-radius:9px;background:#edf5ff;color:#176bd0;display:grid;place-items:center}.ad26-float-card div{display:flex;flex-direction:column;gap:2px}.ad26-float-card small{font-size:7px;color:#66788f}.ad26-float-card b{font-size:9px;color:#17253b}.ad26-float-card em{font-size:6px;font-style:normal;color:#7c8a9e}.ad26-float-crm{left:18px;top:216px;animation-delay:-1.4s}.ad26-float-ai{right:6px;bottom:44px}.ad26-capabilities{grid-column:1/-1;position:relative;z-index:2;height:68px;border-top:1px solid rgba(181,199,219,.7);display:flex;align-items:center;gap:16px;overflow:hidden;white-space:nowrap;color:#18263c;font-weight:600;font-size:14px}.ad26-capabilities i{width:4px;height:4px;border-radius:50%;background:#99a9bb}
@keyframes ad26Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* Services / software */
.ad26-capability-section{background:linear-gradient(180deg,#fff 0,#f7fbff 100%)}
.ad26-services-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:285px 230px;gap:12px}.ad26-service{border:1px solid #dce6f0;background:rgba(255,255,255,.92);border-radius:13px;padding:22px;position:relative;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.ad26-service:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(33,73,122,.09);border-color:#c9daed}.ad26-service-commerce{grid-row:1/3;display:grid;grid-template-rows:1fr auto;gap:20px;background:linear-gradient(145deg,#fff,#f4f9ff)}.ad26-service-custom{grid-column:2/4;display:grid;grid-template-columns:1fr .85fr;align-items:center}.ad26-service-crm{grid-column:2}.ad26-service-ai{grid-column:3}.ad26-service-growth{position:absolute;right:0;bottom:-102px;width:calc((100% - 24px)/3 * 2 + 12px);height:90px;display:flex;align-items:center;justify-content:space-between;padding:17px 22px}.ad26-services-grid{margin-bottom:126px}.ad26-service-copy>span{display:block;color:#53708c;font-size:9px;letter-spacing:.09em;font-weight:700;margin-bottom:9px}.ad26-service h3{color:#18253a;font-size:21px;letter-spacing:-.035em;margin-bottom:8px}.ad26-service p{color:#657287;font-size:12px;line-height:1.55;margin:0;max-width:480px}.ad26-service-visual{min-height:250px}.ad26-commerce-mini{align-self:stretch;border:1px solid #dce5ef;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 14px 32px rgba(35,74,121,.08)}.ad26-commerce-mini .bar{height:32px;border-bottom:1px solid #e7edf3;display:flex;align-items:center;padding:0 10px;gap:6px;font-size:7px}.ad26-commerce-mini .bar b{margin-right:auto}.ad26-commerce-mini .bar span{width:6px;height:6px;border-radius:50%;background:#cad5df}.ad26-commerce-mini .body{display:grid;grid-template-columns:42px 1fr;height:calc(100% - 32px)}.ad26-commerce-mini aside{background:#102541}.ad26-commerce-mini main{padding:14px}.mini-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.mini-kpis i{height:54px;border-radius:8px;background:linear-gradient(180deg,#f9fbfd,#eef5fc);border:1px solid #e4ebf2}.mini-graph{height:78px;border:1px solid #e5ebf2;border-radius:8px;margin-top:8px;background:linear-gradient(180deg,rgba(43,123,226,.05),transparent),repeating-linear-gradient(0deg,#f1f4f7 0 1px,transparent 1px 22px)}.mini-lines{display:grid;gap:6px;margin-top:8px}.mini-lines span{height:14px;border-radius:5px;background:#f0f3f7}.ad26-flow-mini{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:9px;color:#47637f;font-size:8px}.ad26-flow-mini i{height:1px;background:#a9c1da;position:relative}.ad26-flow-mini i:after{content:"";position:absolute;right:-1px;top:-2px;width:5px;height:5px;border-top:1px solid #7897b7;border-right:1px solid #7897b7;transform:rotate(45deg)}.ad26-crm-mini{margin-top:18px;display:flex;gap:6px;flex-wrap:wrap}.ad26-crm-mini span{display:inline-flex;align-items:center;gap:5px;border:1px solid #dce5ef;border-radius:8px;padding:7px 8px;font-size:8px;color:#455b75}.ad26-crm-mini i{width:6px;height:6px;border-radius:50%;background:#2b78d8}.ad26-ai-checks{display:grid;gap:5px;margin-top:16px}.ad26-ai-checks span{font-size:8px;color:#3d5977}.ad26-release-line{display:flex;align-items:center;gap:3px}.ad26-release-line i{width:34px;height:5px;border-radius:99px;background:#dce7f3}.ad26-release-line i:nth-child(-n+3){background:#3b82e6}
.ad26-software-block{position:relative;z-index:1;margin:0 -34px -88px;padding:78px 34px 88px;background:linear-gradient(150deg,#edf6ff 0,#f5faff 48%,#eef6ff 100%);border-top:1px solid #d8e6f3}.ad26-software-grid{display:grid;grid-template-columns:1.28fr .72fr .72fr;gap:12px}.ad26-software-feature{grid-row:1/3;border:1px solid #d3e0ee;border-radius:14px;background:#fff;padding:18px;display:grid;grid-template-rows:1fr auto;gap:15px;box-shadow:0 16px 46px rgba(41,82,132,.07)}.ad26-software-ui{min-height:285px;border:1px solid #dae4ee;border-radius:11px;display:grid;grid-template-columns:52px 1fr;overflow:hidden;background:#fff}.ad26-software-ui aside{background:#0f2a4c;padding:14px 10px;display:flex;flex-direction:column;gap:10px}.ad26-software-ui aside b{color:#fff;font-size:10px}.ad26-software-ui aside span{height:17px;border-radius:5px;background:rgba(255,255,255,.13)}.ad26-software-ui main{padding:15px}.software-top{display:flex;align-items:center;justify-content:space-between}.software-top b{font-size:12px}.software-top small{font-size:7px;color:#8795a8}.software-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.software-columns>div{border:1px solid #e3eaf1;background:#f9fbfd;border-radius:9px;padding:8px;display:grid;gap:7px}.software-columns span{height:50px;border:1px solid #e1e8ef;background:#fff;border-radius:7px;box-shadow:0 3px 10px rgba(44,71,105,.04)}.ad26-software-copy{display:grid;grid-template-columns:1fr auto;align-items:end}.ad26-software-copy>span{grid-column:1/-1;font-size:8px;letter-spacing:.09em;color:#617890}.ad26-software-copy h3{font-size:25px;margin:8px 0 5px}.ad26-software-copy p{margin:0;color:#64748a;font-size:11px}.ad26-software-copy a{color:#1c61bd;font-size:10px;font-weight:700;display:inline-flex;gap:6px;align-items:center}.ad26-software-mini{border:1px solid #d4e1ee;background:rgba(255,255,255,.9);border-radius:14px;padding:14px;min-height:208px}.ad26-software-mini h3{font-size:14px;margin:12px 0 5px}.ad26-software-mini p{font-size:9px;line-height:1.5;color:#66778b;margin:0}.ad26-software-mini-visual{height:108px;border-radius:10px;background:#f7faff;border:1px solid #e1e9f2;padding:11px;display:grid;gap:5px;align-content:start;font-size:7px;color:#435a72}.ad26-software-mini-visual b{font-size:9px;color:#1b416d}.ad26-software-mini-visual.ai span:before{content:"✓";color:#159568;margin-right:5px}.import-bar{height:7px;border-radius:99px;background:#e5edf6;overflow:hidden}.import-bar i{display:block;width:82%;height:100%;background:#2b78de}.ad26-software-mini-visual.modules{display:grid;grid-template-columns:auto 1fr auto;align-content:center;align-items:center}.ad26-software-mini-visual.modules span:last-of-type{grid-column:3}.ad26-software-mini-visual.modules i{height:1px;background:#93afd0}

/* Case study */
.ad26-case-section{background:#fbfdff;padding-bottom:100px}.ad26-case-head{position:relative;z-index:2;display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:start;margin-bottom:42px}.ad26-case-head h2{font-size:clamp(48px,5vw,72px);letter-spacing:-.055em;line-height:1;margin:0 0 14px}.ad26-case-head p{max-width:650px;font-size:15px;line-height:1.65;color:#4d5e74}.ad26-case-meta{display:flex;flex-direction:column;align-items:flex-end;gap:28px}.ad26-case-meta>div{max-width:520px;display:flex;justify-content:flex-end;gap:7px 13px;flex-wrap:wrap;color:#28394f;font-size:12px}.ad26-case-meta span:not(:last-child):after{content:" ·";color:#9aa8b8}.ad26-case-canvas{position:relative;height:760px;border-top:1px solid #dce5ef;border-bottom:1px solid #dce5ef;background-image:linear-gradient(rgba(57,110,178,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(57,110,178,.07) 1px,transparent 1px);background-size:160px 100%,160px 100%;overflow:hidden}.ad26-case-shot{position:absolute;margin:0;background:#fff;border:1px solid #d5e0eb;border-radius:11px;box-shadow:0 18px 50px rgba(32,68,112,.12);overflow:visible;transition:transform .35s cubic-bezier(.2,.7,.25,1),box-shadow .35s}.ad26-case-shot:hover{transform:translateY(-6px);box-shadow:0 27px 60px rgba(32,68,112,.17);z-index:10}.ad26-case-shot img{display:block;width:100%;height:100%;object-fit:cover;border-radius:10px}.ad26-case-shot figcaption{position:absolute;z-index:4;top:-28px;left:0;border:1px solid #dce6ef;background:#f4f8fc;border-radius:999px;padding:6px 10px;color:#344e69;font-size:9px;letter-spacing:.04em}.ad26-case-main{left:22%;top:62px;width:56%;height:330px;z-index:4}.ad26-case-main img{object-position:top}.ad26-case-mobile{right:4%;top:112px;width:15%;height:328px;z-index:6}.ad26-case-mobile img{object-fit:cover;object-position:top}.ad26-case-products{left:3%;top:415px;width:31%;height:190px;z-index:3}.ad26-case-products img{object-position:top}.ad26-case-category{left:36%;top:420px;width:31%;height:185px;z-index:5}.ad26-case-category img{object-position:top}.ad26-case-catalog{left:2%;top:64px;width:18%;height:320px;z-index:2}.ad26-case-catalog img{object-position:center}.ad26-case-admin{right:3%;top:470px;width:29%;height:180px;z-index:4}.ad26-case-admin img{object-position:top}

/* Calculator */
.ad26-calculator{background:linear-gradient(180deg,#fff,#f6faff)}.ad26-calc-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}.ad26-calc-config{display:grid;gap:28px}.ad26-calc-step{display:grid;gap:14px}.ad26-calc-step-title{display:flex;align-items:center;gap:10px}.ad26-calc-step-title span{font-size:10px;color:#5d7189;letter-spacing:.08em}.ad26-calc-step-title h3{font-size:18px;margin:0;color:#17253b}.ad26-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ad26-plan{min-height:112px;border:1px solid #d7e1eb;background:#fff;border-radius:11px;padding:14px;text-align:left;color:#19273b;cursor:pointer;transition:.22s ease;box-shadow:0 5px 15px rgba(42,71,104,.025)}.ad26-plan b{display:block;font-size:12px;margin-bottom:7px}.ad26-plan span{display:block;font-size:8px;line-height:1.45;color:#637388}.ad26-plan:hover{border-color:#adc8e6;transform:translateY(-2px)}.ad26-plan.is-active{background:linear-gradient(135deg,#1d67c9,#246ee0);border-color:#1760c2;color:#fff;box-shadow:0 14px 30px rgba(28,104,207,.22)}.ad26-plan.is-active span{color:#eaf4ff}.ad26-module-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ad26-module{min-height:82px;border:1px solid #d8e2ec;background:#fff;border-radius:11px;padding:11px 12px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#18273d;transition:.2s ease}.ad26-module:hover{border-color:#b8cde3}.ad26-module.is-selected{border-color:#8fb8e9;background:#f4f9ff;box-shadow:inset 0 0 0 1px rgba(46,119,206,.08)}.ad26-module.is-auto{cursor:default;background:#fbfdff}.ad26-module-icon{width:36px;height:36px;border-radius:9px;background:#edf5fe;color:#1769ca;display:grid;place-items:center}.ad26-module-copy{display:flex;flex-direction:column;gap:3px}.ad26-module-copy b{font-size:11px}.ad26-module-copy small{font-size:7.5px;color:#687a90;line-height:1.35}.ad26-module em{font-style:normal;font-size:7px;color:#2b708f;background:#e8f6ff;border-radius:999px;padding:5px 7px;white-space:nowrap}.ad26-toggle{width:32px;height:18px;border-radius:99px;background:#d8e0e9;position:relative}.ad26-toggle:after{content:"";position:absolute;width:12px;height:12px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:.2s}.ad26-module.is-selected .ad26-toggle{background:#176bd0}.ad26-module.is-selected .ad26-toggle:after{left:17px}.ad26-periods{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ad26-periods button{height:44px;border:1px solid #d8e2ec;background:#fff;border-radius:9px;color:#25364b;font-size:10px;cursor:pointer}.ad26-periods button.is-active{border-color:#5d94cf;background:#f0f7ff;box-shadow:inset 0 0 0 1px rgba(32,109,195,.08);color:#0d57ac;font-weight:700}.ad26-calc-summary{position:sticky;top:96px;border:1px solid #bdcede;border-radius:13px;background:linear-gradient(160deg,rgba(255,255,255,.96),rgba(239,247,255,.93));box-shadow:0 24px 60px rgba(28,70,122,.14);padding:22px;display:grid;gap:12px;backdrop-filter:blur(16px)}.ad26-summary-kicker{font-size:21px;font-weight:700;letter-spacing:-.035em}.ad26-summary-row{display:grid;grid-template-columns:1fr 1.15fr;gap:10px;padding-bottom:11px;border-bottom:1px solid #dfe7ef}.ad26-summary-row small{font-size:9px;color:#53667d}.ad26-summary-row b,.ad26-summary-row div{font-size:9px;text-align:right;color:#1b2c43;font-weight:600;line-height:1.45}.ad26-summary-price{display:grid;gap:5px;padding:6px 0 4px}.ad26-summary-price small{font-size:8px;color:#6f8196}.ad26-summary-price strong{font-size:17px;letter-spacing:-.03em}.ad26-summary-price span{font-size:10px;color:#445a73;margin-top:5px}.ad26-summary-price>b{font-size:32px;letter-spacing:-.055em;color:#10213a}.ad26-summary-price em{font-style:normal;font-size:8px;color:#986b22;background:#fff8e8;border:1px solid #f3ddb0;padding:6px 8px;border-radius:8px}.ad26-calc-summary .ad26-btn{width:100%}.ad26-summary-link{border:0;background:none;color:#25384f;font-size:10px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;padding:4px}.ad26-summary-link svg{font-size:13px}

/* Process */
.ad26-process{background:#fbfdff}.ad26-process-canvas{position:relative;z-index:1;height:640px;margin-top:20px}.ad26-process-line{position:absolute;inset:30px 10px 0;width:calc(100% - 20px);height:560px;overflow:visible}.ad26-process-line path{fill:none;stroke:#b5c9de;stroke-width:1.2;stroke-dasharray:7 8;vector-effect:non-scaling-stroke}.ad26-process-node{position:absolute;max-width:315px}.ad26-process-node>span{display:block;font-size:10px;color:#536b85;margin-bottom:7px;font-weight:700}.ad26-process-node h3{font-size:19px;margin-bottom:7px;letter-spacing:-.03em}.ad26-process-node p{font-size:9px;line-height:1.5;color:#596b7f;margin-bottom:12px}.ad26-process-node.node-1{left:0;top:4px}.ad26-process-node.node-2{right:0;top:8px}.ad26-process-node.node-3{left:36%;top:145px;max-width:390px}.ad26-process-node.node-4{left:0;top:275px}.ad26-process-node.node-5{right:0;top:285px}.ad26-process-node.node-6{left:30%;bottom:4px}.ad26-discovery-board{width:300px;height:88px;border:1px solid #dce5ef;background:#fff;border-radius:9px;padding:9px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.ad26-discovery-board i{border-radius:5px;background:#f4f7fa;border:1px solid #e6ebf1}.ad26-wireframes{display:flex;gap:7px}.ad26-wireframes i{width:78px;height:75px;border:1px solid #d8e2ec;background:linear-gradient(135deg,transparent 49%,#e4ebf2 50% 51%,transparent 52%),linear-gradient(45deg,transparent 49%,#e4ebf2 50% 51%,transparent 52%);border-radius:5px}.ad26-dev-stack{width:355px;border:1px solid #d4e1ed;background:#fff;border-radius:10px;padding:12px;display:grid;grid-template-columns:120px 1fr;gap:7px;box-shadow:0 14px 32px rgba(32,73,123,.09)}.ad26-dev-stack b{grid-row:1/5;background:#0e2b50;color:#fff;border-radius:7px;display:grid;place-items:center}.ad26-dev-stack span{border:1px solid #dae5ee;border-radius:6px;padding:6px 8px;font-size:7px;color:#4e6279}.ad26-test-list{display:flex;gap:7px}.ad26-test-list span{border:1px solid #dce5ee;background:#fff;border-radius:7px;padding:7px 8px;font-size:7px;color:#4c6278}.ad26-launch-status{width:190px;border-radius:9px;background:#0f2a4c;color:#fff;padding:12px 13px;display:grid;grid-template-columns:auto 1fr;column-gap:8px}.ad26-launch-status i{width:8px;height:8px;background:#25b479;border-radius:50%;margin-top:2px}.ad26-launch-status b{font-size:9px}.ad26-launch-status small{grid-column:2;font-size:6px;color:#9fc0db;margin-top:3px}.ad26-growth-track{display:flex;align-items:center;gap:7px}.ad26-growth-track span{font-size:7px;border:1px solid #dce5ee;background:#fff;padding:5px 7px;border-radius:7px}.ad26-growth-track i{width:42px;height:1px;background:#a7bdd4}.ad26-process-statement{position:absolute;right:0;bottom:18px;max-width:510px;font-size:24px;line-height:1.2;letter-spacing:-.035em;color:#10213a}

/* Why */
.ad26-why{background:linear-gradient(180deg,#fff,#f8fbff)}.ad26-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:50px}.ad26-why-points{display:grid;grid-template-columns:1fr 1fr;gap:34px 28px;align-content:start}.ad26-why-points article{min-height:175px;border-top:1px solid #dce6ef;padding-top:14px}.ad26-why-points h3{font-size:17px;margin-bottom:7px}.ad26-why-points p{color:#5f7084;font-size:9px;line-height:1.55;margin-bottom:15px}.ad26-direct-flow{display:flex;align-items:center;gap:8px}.ad26-direct-flow span{font-size:7px;border:1px solid #d5e2ee;background:#fff;padding:6px 8px;border-radius:6px}.ad26-direct-flow i{width:22px;height:1px;background:#9fb8d0}.ad26-system-map{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:275px}.ad26-system-map span{font-size:6.5px;text-align:center;border:1px solid #d9e3ec;border-radius:6px;padding:6px;background:#fff}.ad26-release-dots{display:flex;gap:3px}.ad26-release-dots i{width:36px;height:5px;border-radius:99px;background:#dce5ef}.ad26-release-dots i:nth-child(-n+3){background:#2a78da}.ad26-eu-card{border:1px solid #cddce9;background:rgba(255,255,255,.92);border-radius:13px;padding:22px;box-shadow:0 22px 55px rgba(31,69,116,.1)}.ad26-eu-top{display:flex;justify-content:space-between;align-items:start}.ad26-eu-top>div{display:flex;flex-direction:column;font-size:20px;line-height:1.1}.ad26-eu-top strong{font-size:21px}.ad26-eu-top em{font-style:normal;font-size:7px;border:1px solid #dbe5ef;padding:5px 7px;border-radius:999px}.ad26-map{position:relative;height:300px;margin:8px 0 3px}.ad26-map svg{width:100%;height:100%}.ad26-map .grid path{fill:none;stroke:#e1e9f0;stroke-width:1}.ad26-map .link{fill:none;stroke:#5e8fca;stroke-width:1.3;stroke-dasharray:5 5}.ad26-map-label{position:absolute;font-size:6.5px;color:#334c66}.ad26-map-label.moldova{right:4%;top:44%}.ad26-map-label.eu{left:28%;bottom:7%}.ad26-eu-copy{border-top:1px solid #dbe5ed;padding-top:13px}.ad26-eu-copy h3{font-size:18px;margin-bottom:6px}.ad26-eu-copy p{font-size:9px;color:#617287;line-height:1.5;margin:0}.ad26-why-statement{display:block;margin-top:18px;font-size:19px;line-height:1.2;letter-spacing:-.03em}

/* FAQ */
.ad26-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:82px;background:#fbfdff}.ad26-faq-intro{position:relative;z-index:1}.ad26-faq-intro h2{font-size:clamp(36px,4vw,56px);line-height:1.02;letter-spacing:-.05em;margin-bottom:14px}.ad26-faq-intro p{font-size:14px;line-height:1.6;color:#5c6c7f;max-width:450px;margin-bottom:170px}.ad26-faq-intro .ad26-link-arrow{font-size:11px}.ad26-faq-list{position:relative;z-index:1}.ad26-faq-item{border-top:1px solid #d7e2ec}.ad26-faq-item:last-child{border-bottom:1px solid #d7e2ec}.ad26-faq-item summary{list-style:none;cursor:pointer;min-height:56px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px;color:#17263c}.ad26-faq-item summary::-webkit-details-marker{display:none}.ad26-faq-item summary i{width:16px;height:16px;position:relative;flex:0 0 16px}.ad26-faq-item summary i:before,.ad26-faq-item summary i:after{content:"";position:absolute;background:#1e3147}.ad26-faq-item summary i:before{width:12px;height:1px;left:2px;top:7px}.ad26-faq-item summary i:after{height:12px;width:1px;left:7px;top:2px;transition:transform .2s}.ad26-faq-item[open] summary i:after{transform:scaleY(0)}.ad26-faq-item>div{padding:0 50px 22px 0}.ad26-faq-item p{font-size:11px;line-height:1.55;color:#516378;margin:0;max-width:650px}.ad26-faq-item[open]{background:linear-gradient(90deg,transparent,#f4f9ff 55%,transparent)}

/* Final CTA */
.ad26-final-cta{position:relative;margin:0 0 0;padding:80px 34px 86px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;border-top:1px solid #dbe4ed;background:linear-gradient(135deg,#fbfdff,#f4f9ff);overflow:hidden}.ad26-final-cta:after{content:"AD";position:absolute;right:-18px;bottom:-70px;font-size:210px;font-weight:800;color:#0c56ba;opacity:.025;letter-spacing:-.08em}.ad26-final-copy{position:relative;z-index:1}.ad26-final-copy h2{font-size:clamp(45px,5.2vw,74px);line-height:1.02;letter-spacing:-.058em;margin-bottom:18px}.ad26-final-copy p{font-size:14px;line-height:1.6;color:#53657a;max-width:630px;margin:0}.ad26-final-actions{position:relative;z-index:1;border-top:1px solid #cfdce8;border-bottom:1px solid #cfdce8;padding:24px 0;display:grid;gap:13px}.ad26-final-actions .ad26-btn{width:100%}.ad26-final-actions>a,.ad26-final-email{display:flex;justify-content:center;align-items:center;gap:7px;border:0;background:none;color:#24384f;font-size:11px;cursor:pointer}.ad26-final-actions svg{font-size:13px}

/* Approved footer */
.ad26-site-footer{margin:0;background:#0b1f3b!important;color:#fff;border:0!important;position:relative;overflow:hidden}.ad26-footer-main{max-width:1440px;margin:0 auto;padding:58px 82px 42px;display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:45px;border-bottom:1px solid rgba(255,255,255,.09)}.ad26-footer-brand .brand{margin-bottom:14px}.ad26-footer-brand .brand-copy b{color:#fff}.ad26-footer-brand p{margin:0 0 6px;color:#e9f1fa;font-size:10px}.ad26-footer-brand>span{color:#9db0c8;font-size:9px}.ad26-footer-col{display:flex;flex-direction:column;gap:9px}.ad26-footer-col b{font-size:12px;margin-bottom:5px}.ad26-footer-col a,.ad26-footer-col button{color:#d6e1ee;background:none;border:0;text-align:left;padding:0;font-size:9px;cursor:pointer;transition:color .2s,transform .2s}.ad26-footer-col a:hover,.ad26-footer-col button:hover{color:#fff;transform:translateX(2px)}.ad26-footer-word{max-width:1440px;margin:0 auto;padding:8px 82px 0;font-size:92px;line-height:1;font-weight:700;letter-spacing:-.07em;color:rgba(59,123,207,.22);user-select:none}.ad26-footer-bottom{max-width:1440px;margin:0 auto;padding:20px 82px 26px;display:flex;align-items:center;gap:22px;color:#b8c7da;font-size:8px;border-top:1px solid rgba(255,255,255,.06)}.ad26-footer-bottom span:nth-child(2){margin-left:auto}.ad26-footer-bottom a{color:inherit}.site-footer .brand-mark img{filter:none}

/* Responsive */
@media(max-width:1180px){
  .header-inner{padding:0 24px}.ad26-home{padding:0 24px}.ad26-hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.ad26-hero-copy{max-width:820px}.ad26-hero-visual{width:min(850px,100%);margin:0 auto}.ad26-capabilities{margin-top:15px;overflow:auto}.ad26-services-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.ad26-service-commerce{grid-row:auto;grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:auto}.ad26-service-custom{grid-column:1/-1}.ad26-service-crm{grid-column:1}.ad26-service-ai{grid-column:2}.ad26-service-growth{position:relative;right:auto;bottom:auto;width:auto;height:auto;grid-column:1/-1}.ad26-services-grid{margin-bottom:30px}.ad26-software-grid{grid-template-columns:1.25fr .75fr}.ad26-software-feature{grid-row:1/4}.ad26-case-canvas{height:690px}.ad26-calc-shell{grid-template-columns:1fr 310px}.ad26-plan-grid{grid-template-columns:1fr 1fr}.ad26-process-canvas{height:820px}.ad26-process-node.node-3{left:28%;top:190px}.ad26-process-node.node-4{top:390px}.ad26-process-node.node-5{top:405px}.ad26-process-node.node-6{left:20%;bottom:80px}.ad26-process-statement{bottom:10px}.ad26-why-grid{grid-template-columns:1fr}.ad26-why-points{grid-template-columns:repeat(4,1fr)}.ad26-eu-card{max-width:760px}.ad26-faq{grid-template-columns:.8fr 1.2fr;gap:45px}.ad26-footer-main{padding-left:40px;padding-right:40px;grid-template-columns:1.4fr repeat(2,1fr)}.ad26-footer-brand{grid-row:span 2}.ad26-footer-word,.ad26-footer-bottom{padding-left:40px;padding-right:40px}
}
@media(max-width:760px){
  .site-header,.site-header.scrolled{height:68px}.header-inner{padding:0 18px}.brand-mark,.brand-mark img{width:50px!important;max-height:35px!important;flex-basis:50px}.header-actions .btn,.header-actions .lang-switch{display:none}.menu-btn{display:grid;background:#f4f8fd;border-color:#dbe5ef;color:#17314f}.mobile-panel{background:#f9fbfe;color:#14213a}.mobile-panel-head{background:#fff;border-color:#dce5ef}.mobile-panel nav span{color:#7890aa}.mobile-panel nav a{color:#17283f}.mobile-panel nav a small{color:#72849a}.mobile-langs a{color:#1b3656}.ad26-home{padding:0 14px}.ad26-section{padding:66px 18px}.ad26-section:before,.ad26-hero:before{background-size:96px 100%,96px 100%}.ad26-section-index{font-size:9px;margin-bottom:13px}.ad26-section-head{margin-bottom:28px}.ad26-section-head h2{font-size:clamp(34px,10.2vw,46px);line-height:1.03}.ad26-section-head p{font-size:13px}.ad26-hero{padding:46px 18px 0;grid-template-columns:1fr;min-height:auto}.ad26-hero-copy{padding-bottom:30px}.ad26-hero-copy h1{font-size:clamp(43px,12vw,58px);line-height:1.02;margin-bottom:20px}.ad26-hero-copy .ad26-nowrap{white-space:normal}.ad26-hero-copy p{font-size:14px;line-height:1.55}.ad26-hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.ad26-hero-actions .ad26-btn{width:100%}.ad26-hero-visual{height:380px;width:100%;margin:4px auto 0}.ad26-hero-blueprint{left:12px;right:0;inset-block:34px 18px}.ad26-main-ui{left:9%;top:70px;width:91%;max-width:none;height:260px}.ad26-ui-body{grid-template-columns:34px 1fr}.ad26-ui-body main{padding:10px}.ad26-ui-kpis article{padding:6px}.ad26-ui-kpis b{font-size:10px}.ad26-ui-chart{height:60px}.ad26-ui-table>div{min-height:20px;font-size:5px}.ad26-float-crm{left:-4px;top:190px}.ad26-float-ai{right:-2px;bottom:5px}.ad26-float-card{padding:8px}.ad26-float-card>span{width:27px;height:27px}.ad26-label-commerce{left:14px}.ad26-label-crm{left:48%}.ad26-label-ai{right:2px}.ad26-capabilities{height:60px;gap:12px;font-size:11px;margin:0;overflow:auto;scrollbar-width:none}.ad26-capabilities::-webkit-scrollbar{display:none}.ad26-services-grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:10px;margin-bottom:20px}.ad26-service,.ad26-service-commerce,.ad26-service-custom,.ad26-service-crm,.ad26-service-ai,.ad26-service-growth{grid-column:auto;grid-row:auto;position:relative;width:auto;height:auto;display:block;padding:17px}.ad26-service-commerce{display:grid;grid-template-rows:auto auto}.ad26-service-custom{display:grid;grid-template-columns:1fr}.ad26-service-visual{min-height:190px}.ad26-flow-mini{margin-top:20px}.ad26-service-growth{display:flex}.ad26-software-block{margin:0 -18px -66px;padding:58px 18px 66px}.ad26-software-grid{grid-template-columns:1fr}.ad26-software-feature{grid-row:auto}.ad26-software-ui{min-height:240px}.ad26-software-mini{min-height:180px}.ad26-case-head{grid-template-columns:1fr;gap:20px;margin-bottom:28px}.ad26-case-head h2{font-size:50px}.ad26-case-meta{align-items:flex-start}.ad26-case-meta>div{justify-content:flex-start}.ad26-case-canvas{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:34px 0 0;background-size:96px 100%,96px 100%;overflow:visible}.ad26-case-shot{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;aspect-ratio:16/10;box-shadow:0 10px 30px rgba(32,68,112,.09)}.ad26-case-main{grid-column:1/-1;aspect-ratio:16/9}.ad26-case-mobile{grid-column:2;grid-row:2/4;aspect-ratio:9/18}.ad26-case-products,.ad26-case-category,.ad26-case-catalog,.ad26-case-admin{aspect-ratio:16/10}.ad26-case-catalog{grid-column:1}.ad26-case-admin{grid-column:1/-1}.ad26-case-shot figcaption{top:-20px;font-size:7px;padding:4px 7px}.ad26-calc-shell{grid-template-columns:1fr}.ad26-plan-grid{grid-template-columns:1fr 1fr}.ad26-plan{min-height:126px}.ad26-module-grid{grid-template-columns:1fr}.ad26-calc-summary{position:relative;top:auto}.ad26-process-canvas{height:auto;display:grid;gap:24px}.ad26-process-line{display:none}.ad26-process-node,.ad26-process-node.node-1,.ad26-process-node.node-2,.ad26-process-node.node-3,.ad26-process-node.node-4,.ad26-process-node.node-5,.ad26-process-node.node-6{position:relative;inset:auto;max-width:none;padding-left:28px}.ad26-process-node:before{content:"";position:absolute;left:5px;top:3px;width:9px;height:9px;border-radius:50%;background:#2a78df;box-shadow:0 0 0 5px #e8f3ff}.ad26-process-node:after{content:"";position:absolute;left:9px;top:17px;bottom:-21px;width:1px;background:#c7d8e9}.ad26-process-node.node-6:after{display:none}.ad26-discovery-board,.ad26-dev-stack{width:100%}.ad26-process-statement{position:relative;right:auto;bottom:auto;font-size:22px;padding:8px 0 0 28px}.ad26-why-points{grid-template-columns:1fr;gap:18px}.ad26-why-points article{min-height:auto}.ad26-eu-card{padding:16px}.ad26-map{height:230px}.ad26-faq{grid-template-columns:1fr;gap:25px}.ad26-faq-intro p{margin-bottom:30px}.ad26-faq-item summary{font-size:12px;min-height:62px}.ad26-faq-item>div{padding-right:24px}.ad26-final-cta{grid-template-columns:1fr;padding:66px 18px 70px;gap:32px}.ad26-final-copy h2{font-size:44px}.ad26-final-actions{padding:18px 0}.ad26-footer-main{padding:44px 20px 30px;grid-template-columns:1fr 1fr;gap:30px 22px}.ad26-footer-brand{grid-column:1/-1;grid-row:auto}.ad26-footer-word{padding:6px 20px 0;font-size:58px}.ad26-footer-bottom{padding:18px 20px 26px;flex-wrap:wrap;gap:10px 15px}.ad26-footer-bottom span:nth-child(2){margin-left:0}.ad26-footer-bottom span:first-child{width:100%}
}
@media(max-width:430px){
  .ad26-home{padding:0}.ad26-hero,.ad26-section,.ad26-final-cta{margin-inline:0}.ad26-hero{padding-inline:20px}.ad26-section{padding-inline:20px}.ad26-plan-grid{grid-template-columns:1fr}.ad26-case-canvas{grid-template-columns:1fr}.ad26-case-main,.ad26-case-mobile,.ad26-case-products,.ad26-case-category,.ad26-case-catalog,.ad26-case-admin{grid-column:1!important;grid-row:auto!important;aspect-ratio:16/10}.ad26-case-mobile{aspect-ratio:9/15;max-height:480px}.ad26-eu-top>div{font-size:17px}.ad26-eu-top strong{font-size:18px}.ad26-footer-main{grid-template-columns:1fr}.ad26-footer-col{padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
}
@media(prefers-reduced-motion:reduce){.ad26-float-card{animation:none!important}.ad26-hero-visual{transition:none!important}}
.ad26-process{--ad26-process-progress:0}
.ad26-process-line path{stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--ad26-process-progress));transition:stroke-dashoffset .08s linear}

/* =========================================================
   AdeptDEV v121 — shell reliability + RU/RO clarity hotfix
   ========================================================= */
.desktop-nav,.desktop-nav a,.desktop-nav button,.nav-mega-trigger,.mega-menu,.header-actions,.lang-switch-inline{pointer-events:auto}
.nav-mega-trigger.is-open .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.mega-menu{z-index:1300;width:min(720px,calc(100vw - 40px))}
.mega-grid{grid-template-columns:1fr 1fr}
.ajax-navigating .desktop-nav .nav-link{cursor:progress}

.lang-switch.lang-switch-inline{display:flex;align-items:center;gap:5px;height:42px;padding:0 4px;border:0;background:transparent}
.lang-switch-inline>a{display:grid;place-items:center;min-width:31px;height:31px;padding:0 7px;border-radius:9px;color:#66758a;font-size:11px;font-weight:800;letter-spacing:.03em;transition:.18s ease}
.lang-switch-inline>a:hover{background:#eef4ff;color:#175fc2}
.lang-switch-inline>a.active{background:#eaf2ff;color:#125cbf;box-shadow:inset 0 0 0 1px #cfe0f6}
.lang-switch-inline>span{color:#a4afbd;font-size:11px;font-weight:700}

.privacy-banner-brand{min-width:126px;justify-content:center;gap:8px;padding:7px 11px;letter-spacing:0}
.privacy-banner-brand img{display:block;width:27px;height:20px;object-fit:contain}
.privacy-banner-brand b{color:#17233a;font-size:10px;font-weight:850;letter-spacing:-.01em}
.privacy-brand{display:inline-flex!important;align-items:center;gap:9px}
.privacy-brand img{width:29px;height:22px;object-fit:contain}
.privacy-brand b{font:inherit;font-weight:900;color:inherit}

/* floating product cards must be fully visible, not clipped behind the dashboard */
.ad26-hero-visual{overflow:visible}
.ad26-float-card{z-index:8}
.ad26-float-crm{left:0;top:205px;transform:translateX(-16%)}
.ad26-float-ai{right:0;bottom:20px;transform:translateX(5%)}

/* clearer period buttons: real discounts from the main calculator */
.ad26-periods button{white-space:nowrap}
.ad26-periods button[data-discount="0.10"],.ad26-periods button[data-discount="0.20"]{font-weight:800}

@media(max-width:1100px){
  .mega-menu{left:auto;right:0;transform:translateY(-8px)}
  .nav-mega-trigger.is-open .mega-menu,.nav-mega-trigger:hover .mega-menu,.nav-mega-trigger:focus-within .mega-menu{transform:none}
}
@media(max-width:760px){
  .ad26-float-crm{left:0;top:184px;transform:none}
  .ad26-float-ai{right:0;bottom:8px;transform:none}
}


/* =========================================================
   AdeptDEV v122 — interaction, hero layers, language polish
   ========================================================= */
/* Floating cards sit in front of the 3D dashboard. `translate` is animated
   independently so the depth transform is never overwritten by keyframes. */
.ad26-float-card{
  z-index:20;
  transform:translateZ(95px);
  animation:ad26FloatFront 5.6s ease-in-out infinite;
  will-change:translate,transform;
}
.ad26-float-crm{left:-34px;top:205px;animation-delay:-1.4s}
.ad26-float-ai{right:-10px;bottom:18px}
@keyframes ad26FloatFront{0%,100%{translate:0 0}50%{translate:0 -7px}}

/* Header controls must always receive clicks above decorative layers. */
.site-header,.header-inner,.desktop-nav,.nav-mega-trigger,.header-actions{isolation:isolate}
.desktop-nav,.header-actions{position:relative;z-index:4}
.nav-mega-trigger{z-index:6}
.mega-menu{z-index:30}
.desktop-nav a,.desktop-nav button,.header-actions a,.header-actions button{touch-action:manipulation}

/* Official AdeptDEV identity in the consent bar, not a product-style PRIVACY badge. */
.privacy-banner-brand{background:#fff!important;border:1px solid #dce5f2!important;box-shadow:0 8px 24px rgba(30,70,120,.07)!important}
.privacy-banner-brand:before{display:none!important}
.privacy-banner-brand img{width:31px;height:23px}
.privacy-banner-brand b{font-size:12px;color:#12213a}

@media(max-width:760px){
  .ad26-float-card{transform:translateZ(70px)}
  .ad26-float-crm{left:0;top:184px}
  .ad26-float-ai{right:0;bottom:8px}
}
@media(prefers-reduced-motion:reduce){.ad26-float-card{animation:none!important;translate:0 0!important}}


/* AdeptDEV 2026 calculator/nav reliability fix */
.ad26-turnkey-option{width:100%;margin-top:14px;min-height:86px;border:1px solid rgba(45,108,223,.24);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);display:grid;grid-template-columns:46px minmax(0,1fr) auto 34px;align-items:center;gap:14px;padding:16px 18px;text-align:left;color:#0b1731;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease,background .25s ease}
.ad26-turnkey-option:hover{border-color:rgba(45,108,223,.5);box-shadow:0 18px 48px rgba(37,91,200,.12);transform:translateY(-1px)}
.ad26-turnkey-option.is-selected{border-color:#2d6cdf;background:linear-gradient(135deg,#eef5ff 0%,#fff 100%);box-shadow:0 18px 48px rgba(37,91,200,.16)}
.ad26-turnkey-option .ad26-turnkey-price{font-size:12px;font-weight:800;color:#2b5fc2;white-space:nowrap}
.ad26-turnkey-option[hidden]{display:none!important}
.ad26-summary-once[hidden]{display:none!important}
@media(max-width:760px){.ad26-turnkey-option{grid-template-columns:42px minmax(0,1fr) 30px;padding:14px}.ad26-turnkey-option .ad26-turnkey-price{grid-column:2/3;white-space:normal}.ad26-turnkey-option .ad26-toggle{grid-column:3;grid-row:1/3}}

/* ==========================================================
   ADEPTDEV 2026 — approved inner pages / premium UI system
   ========================================================== */
.adp-inner{--adp-ink:#0d1832;--adp-blue:#2865d9;--adp-blue2:#3d82ef;--adp-soft:#f7faff;--adp-line:#d9e3f2;--adp-muted:#68758c;color:var(--adp-ink);position:relative;overflow:hidden}
.adp-inner:before{content:"";position:fixed;inset:80px 0 auto 0;height:420px;pointer-events:none;background:radial-gradient(circle at 75% 25%,rgba(61,130,239,.09),transparent 32%),linear-gradient(115deg,transparent 0 58%,rgba(41,103,219,.035) 58.2% 58.4%,transparent 58.6%);z-index:-1}
.adp-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.13em;font-weight:800;color:#3667b6;text-transform:uppercase}
.adp-kicker:before{content:"";width:18px;height:1px;background:#86a8dc}
.adp-page-hero,.adp-contact-hero,.adp-case-hero,.adp-legal-hero{max-width:1320px;margin:0 auto;padding:82px 36px 72px;display:grid;grid-template-columns:minmax(0,.93fr) minmax(520px,1.07fr);gap:70px;align-items:center;min-height:620px;position:relative}
.adp-page-hero:after,.adp-case-hero:after,.adp-contact-hero:after,.adp-legal-hero:after{content:"";position:absolute;left:36px;right:36px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#ccd9ec 12%,#ccd9ec 88%,transparent)}
.adp-page-hero-copy h1,.adp-contact-hero h1,.adp-case-hero h1,.adp-legal-hero h1{font-size:clamp(48px,5vw,76px);line-height:.99;letter-spacing:-.055em;margin:18px 0 24px;font-weight:700;color:#0d1730}
.adp-page-hero-copy p,.adp-contact-hero p,.adp-case-hero p,.adp-legal-hero p{font-size:18px;line-height:1.65;color:#536178;max-width:660px;margin:0 0 30px}
.adp-page-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.adp-page-hero-visual{height:470px;position:relative;isolation:isolate}
.adp-blueprint{position:absolute;inset:22px 0 0 55px;background-image:linear-gradient(#bcd0eb55 1px,transparent 1px),linear-gradient(90deg,#bcd0eb55 1px,transparent 1px);background-size:44px 44px;border:1px solid #d9e6f7;border-radius:32px;opacity:.7;transform:perspective(800px) rotateY(-5deg);box-shadow:0 35px 90px rgba(28,84,172,.11)}
.adp-product-window{position:absolute;left:28px;right:0;top:72px;height:330px;background:#fff;border:1px solid #cad9ed;border-radius:22px;box-shadow:0 30px 90px rgba(26,67,132,.16);overflow:hidden;transform:perspective(1000px) rotateY(-4deg) rotateX(1.5deg);transition:transform .6s cubic-bezier(.2,.75,.2,1),box-shadow .6s}
.adp-page-hero:hover .adp-product-window{transform:perspective(1000px) rotateY(-1.5deg) translateY(-5px);box-shadow:0 40px 110px rgba(26,67,132,.2)}
.adp-window-bar{height:48px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #edf2f8;gap:8px}.adp-window-bar img{width:27px}.adp-window-bar span{font-size:12px;font-weight:800;margin-right:auto}.adp-window-bar i{width:7px;height:7px;border-radius:50%;background:#d5deeb}
.adp-window-body{display:grid;grid-template-columns:64px 1fr;height:calc(100% - 48px)}.adp-window-body aside{border-right:1px solid #edf2f8;padding:18px 14px;display:flex;flex-direction:column;align-items:center;gap:14px}.adp-window-body aside b{width:28px;height:28px;border-radius:8px;background:#10254a;color:#fff;display:grid;place-items:center;font-size:10px}.adp-window-body aside i{width:24px;height:24px;border-radius:8px;background:#edf3fb}.adp-window-body main{padding:24px}.adp-window-title small{display:block;color:#8894a7;font-size:10px}.adp-window-title b{display:block;margin-top:4px;font-size:20px}.adp-window-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.adp-window-cards span{height:56px;border:1px solid #e1e9f4;border-radius:12px;background:linear-gradient(180deg,#fff,#f7faff)}.adp-window-chart{height:85px;border-radius:12px;background:linear-gradient(180deg,#f9fbff,#fff);border:1px solid #e5edf8;padding:12px}.adp-window-chart svg{width:100%;height:100%;overflow:visible}.adp-window-chart path{fill:none;stroke:#2c72e8;stroke-width:3}.adp-window-rows{display:grid;gap:7px;margin-top:12px}.adp-window-rows i{height:8px;border-radius:6px;background:linear-gradient(90deg,#e5edf7 0 36%,#edf3fa 36% 65%,#e8f1fc 65%)}
.adp-float-ui{position:absolute;z-index:3;display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid #d9e5f4;border-radius:15px;padding:12px 14px;box-shadow:0 16px 42px rgba(35,76,142,.14);transition:transform .5s}.adp-float-ui span{grid-row:1/4;width:38px;height:38px;border-radius:10px;background:#edf5ff;display:grid;place-items:center;color:#2d6fdf}.adp-float-ui svg{width:18px}.adp-float-ui b{font-size:12px}.adp-float-ui small{font-size:9px;color:#7f8da2}.adp-float-ui-a{left:0;top:190px;transform:translateX(-24px)}.adp-float-ui-b{right:8px;bottom:10px}.adp-page-hero:hover .adp-float-ui-a{transform:translate(-28px,-4px)}.adp-page-hero:hover .adp-float-ui-b{transform:translateY(-7px)}
.adp-section{max-width:1320px;margin:0 auto;padding:100px 36px;position:relative}.adp-section+.adp-section{border-top:1px solid #e7edf6}.adp-section-head{display:grid;grid-template-columns:minmax(330px,.68fr) minmax(0,1fr);gap:62px;align-items:end;margin-bottom:45px}.adp-section-head.compact{display:block;max-width:760px}.adp-section-head h2,.adp-custom-copy h2,.adp-product-detail h2,.adp-copy-panel h2,.adp-project-story h2,.adp-automation-case h2,.adp-approach h2,.adp-contact-statement h2,.adp-case-section h2{font-size:clamp(38px,4.2vw,64px);line-height:1.03;letter-spacing:-.045em;margin:13px 0 0}.adp-section-head p{font-size:17px;line-height:1.7;color:#68758b;margin:0;max-width:580px}
.adp-service-mosaic{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:300px 290px 140px;gap:14px}.adp-svc{position:relative;overflow:hidden;border:1px solid #dbe5f2;border-radius:22px;background:linear-gradient(145deg,#fff,#f7faff);padding:25px;box-shadow:0 16px 45px rgba(19,58,116,.05);transition:transform .35s,box-shadow .35s,border-color .35s}.adp-svc:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(19,58,116,.1);border-color:#b8cef0}.adp-svc>span,.adp-svc div>span{font-size:10px;letter-spacing:.1em;font-weight:800;color:#3d70bd}.adp-svc h3{font-size:24px;line-height:1.1;letter-spacing:-.03em;margin:11px 0}.adp-svc p{font-size:13px;line-height:1.55;color:#738097;max-width:340px}.adp-svc a{position:absolute;bottom:22px;left:25px;font-size:12px;font-weight:800;color:#1859c3;display:flex;align-items:center;gap:7px}.adp-svc a svg{width:14px}.adp-svc-store{grid-row:1/3;display:grid;grid-template-rows:auto 1fr}.adp-svc-big{grid-column:2/4}.adp-svc-custom{grid-column:2}.adp-svc-ai{grid-column:3;background:linear-gradient(150deg,#f7fbff,#eef5ff)}.adp-svc-lite{padding:22px}.adp-mini-store{position:absolute;left:28px;right:28px;bottom:27px;height:250px;border:1px solid #d6e2f1;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(28,72,137,.11)}.adp-mini-store .top{height:36px;background:#f3f7fc;border-bottom:1px solid #e5ecf5}.adp-mini-store .side{position:absolute;top:36px;bottom:0;width:54px;border-right:1px solid #e4ecf6}.adp-mini-store .products{position:absolute;left:75px;right:20px;top:62px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.adp-mini-store .products i{height:76px;border-radius:10px;background:linear-gradient(145deg,#eef5ff,#fff);border:1px solid #e2eaf5}.adp-node-map{margin-top:30px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.adp-node-map b,.adp-flow-chips b{font-size:10px;border:1px solid #cfe0f4;border-radius:9px;padding:8px 11px;background:#fff}.adp-node-map i,.adp-flow-chips i{height:1px;width:22px;background:#8fb0df}.adp-stack-cards{position:absolute;right:24px;bottom:24px;width:190px;height:120px}.adp-stack-cards i{position:absolute;width:145px;height:88px;border:1px solid #cbdcf1;border-radius:12px;background:#fff;box-shadow:0 15px 35px rgba(26,65,127,.1)}.adp-stack-cards i:nth-child(1){left:0;top:22px}.adp-stack-cards i:nth-child(2){left:25px;top:11px}.adp-stack-cards i:nth-child(3){left:48px;top:0}.adp-flow-chips{display:flex;align-items:center;gap:8px;margin-top:40px}
.adp-system-section{background:linear-gradient(180deg,rgba(243,248,255,.45),rgba(255,255,255,.15))}.adp-system-canvas{height:520px;max-width:1040px;margin:35px auto 0;position:relative;background-image:linear-gradient(#dce7f455 1px,transparent 1px),linear-gradient(90deg,#dce7f455 1px,transparent 1px);background-size:48px 48px;border-radius:35px}.adp-system-canvas:before,.adp-system-canvas:after{content:"";position:absolute;left:50%;top:50%;width:68%;height:1px;background:#aac3e5;transform:translate(-50%,-50%) rotate(18deg);transform-origin:center}.adp-system-canvas:after{transform:translate(-50%,-50%) rotate(-20deg)}.adp-system-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:176px;height:120px;border-radius:25px;background:linear-gradient(145deg,#173f89,#2a73e5);color:#fff;display:grid;place-items:center;font-weight:800;font-size:19px;box-shadow:0 25px 60px rgba(32,86,172,.3);z-index:2}.adp-system-core small{display:block;font-size:9px;opacity:.7;margin-top:-42px}.adp-system-canvas .n{position:absolute;padding:10px 13px;border-radius:12px;background:#fff;border:1px solid #cadbf0;box-shadow:0 10px 32px rgba(28,70,134,.09);font-size:11px;font-weight:750;z-index:3}.adp-system-canvas .n0{left:7%;top:24%}.adp-system-canvas .n1{left:23%;top:8%}.adp-system-canvas .n2{left:47%;top:6%}.adp-system-canvas .n3{right:20%;top:16%}.adp-system-canvas .n4{right:7%;top:39%}.adp-system-canvas .n5{right:18%;bottom:17%}.adp-system-canvas .n6{left:48%;bottom:8%}.adp-system-canvas .n7{left:19%;bottom:16%}.adp-system-canvas .n8{left:6%;top:57%}
.adp-custom-section,.adp-two-cols,.adp-project-story,.adp-case-split,.adp-direct-section,.adp-geo-inline{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:80px;align-items:center}.adp-custom-copy p,.adp-copy-panel p,.adp-project-story p,.adp-direct-section p{font-size:17px;line-height:1.7;color:#68758a;margin:20px 0 30px;max-width:600px}.adp-architecture-map,.adp-integration-graph{height:370px;border:1px solid #d5e2f2;border-radius:30px;background:linear-gradient(145deg,#fff,#f5f9ff);position:relative;display:grid;place-items:center;box-shadow:0 24px 70px rgba(31,72,132,.09)}.adp-architecture-map>span{position:absolute;top:38px;font-size:11px;color:#536b91}.adp-architecture-map>i{position:absolute;width:1px;height:95px;background:#95b3dd;top:67px}.adp-architecture-map>b{padding:16px 22px;background:#173d82;color:#fff;border-radius:16px}.adp-architecture-map>div{position:absolute;bottom:45px;display:flex;gap:10px}.adp-architecture-map em{font-style:normal;font-size:10px;border:1px solid #c8d9ee;background:#fff;padding:9px 12px;border-radius:10px}
.adp-software-showcase{display:grid;grid-template-columns:1.3fr .75fr .75fr;grid-template-rows:260px 230px;gap:14px}.adp-product{border:1px solid #d9e4f2;background:linear-gradient(145deg,#fff,#f7faff);border-radius:20px;padding:22px;position:relative;overflow:hidden}.adp-product>span,.adp-product-copy>span{font-size:10px;letter-spacing:.1em;color:#4772b2;font-weight:800}.adp-product h3{font-size:22px;margin:10px 0}.adp-product-crm{grid-row:1/3;display:grid;grid-template-columns:.42fr .58fr;gap:14px;align-items:center}.adp-product-copy p{color:#738097;font-size:13px;line-height:1.55}.adp-realish-ui{height:355px;border:1px solid #cfdded;border-radius:15px;background:#fff;display:grid;grid-template-columns:52px 1fr;overflow:hidden;box-shadow:0 16px 45px rgba(28,70,132,.12)}.adp-realish-ui aside{background:#10254a;padding:14px;display:flex;flex-direction:column;gap:12px}.adp-realish-ui aside b{color:#fff;font-size:9px}.adp-realish-ui aside i{height:20px;border-radius:5px;background:#ffffff14}.adp-realish-ui main{padding:18px}.adp-realish-ui .k{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.adp-realish-ui .k i{height:45px;border:1px solid #e0e8f3;border-radius:8px}.adp-realish-ui .r{display:grid;gap:8px;margin-top:14px}.adp-realish-ui .r span{height:42px;border-radius:8px;background:#f2f6fb}.adp-realish-ui .chart{height:70px;border-radius:8px;margin-top:13px;background:linear-gradient(180deg,#edf5ff,#fff);border-bottom:2px solid #3f82e8}.adp-status-list{display:grid;gap:8px;margin-top:22px}.adp-status-list i{font-style:normal;color:#416e5a;background:#effaf4;border:1px solid #d4efdf;border-radius:9px;padding:7px 9px;font-size:10px}.adp-import-lines{margin-top:30px}.adp-import-lines i{display:block;height:8px;background:#e6edf7;border-radius:6px;margin:10px 0}.adp-import-lines i:nth-child(2){width:78%;background:#cce0fb}.adp-import-lines i:nth-child(3){width:61%}.adp-import-lines b{font-size:25px;color:#2a6dd8}.adp-consent-mini{border:1px solid #d7e2ef;border-radius:14px;padding:15px;margin-top:18px;background:#fff}.adp-consent-mini strong{display:block;font-size:12px;margin-bottom:10px}.adp-consent-mini span{display:block;font-size:9px;padding:6px 0;border-top:1px solid #edf2f7}.adp-consent-mini button{border:0;background:#2b6dd9;color:#fff;border-radius:8px;padding:7px 10px;font-size:9px;margin-top:8px}.adp-module-map{display:flex;align-items:center;gap:7px;margin-top:35px}.adp-module-map b{font-size:10px;border-radius:9px;padding:9px;background:#fff;border:1px solid #cbdbef}.adp-module-map i{width:14px;height:1px;background:#86a9d9}
.adp-decision-list{border-top:1px solid #dbe4ef}.adp-decision-list>div{display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;gap:18px;padding:18px 8px;border-bottom:1px solid #e2e9f3;transition:background .25s,padding .25s}.adp-decision-list>div:hover{background:#f7faff;padding-left:16px;padding-right:16px}.adp-decision-list span{font-size:14px;color:#6c778a}.adp-decision-list b{font-size:14px}.adp-decision-list svg{width:16px;color:#2d70dd}
.adp-final-cta{max-width:1320px;margin:20px auto 80px;padding:60px 55px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end;border:1px solid #d7e3f2;border-radius:30px;background:linear-gradient(145deg,#f8fbff,#eef5ff);box-shadow:0 28px 80px rgba(32,76,145,.09);position:relative;overflow:hidden}.adp-final-cta:after{content:"AD";position:absolute;right:20px;top:-15px;font-size:180px;font-weight:800;color:#2d6cdf08;letter-spacing:-.08em}.adp-final-cta h2{font-size:clamp(35px,4vw,58px);line-height:1.03;letter-spacing:-.045em;margin:12px 0 16px;max-width:780px}.adp-final-cta p{color:#6f7b8e;line-height:1.6;max-width:650px}.adp-final-cta>div:last-child{display:flex;align-items:center;gap:22px;position:relative;z-index:1}.adp-final-cta a{font-size:12px;font-weight:800;color:#205dbd;display:flex;gap:7px}.adp-final-cta a svg{width:14px}
.adp-product-detail{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}.adp-product-detail .copy p{font-size:17px;line-height:1.65;color:#6e7a8c;margin:20px 0 30px}.adp-crm-screen{height:440px;border:1px solid #cad9eb;background:#fff;border-radius:25px;box-shadow:0 30px 85px rgba(28,70,135,.14);overflow:hidden}.adp-crm-screen.compact{height:350px}.adp-crm-screen .top{height:48px;border-bottom:1px solid #e7edf5;padding:0 18px;display:flex;align-items:center;gap:8px}.adp-crm-screen .top i{width:7px;height:7px;background:#dce4ee;border-radius:50%}.adp-crm-screen .top b{margin-right:auto}.adp-crm-screen .body{display:grid;grid-template-columns:64px 1fr;height:calc(100% - 48px)}.adp-crm-screen aside{background:#10264d}.adp-crm-screen main{padding:22px}.adp-crm-screen .kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.adp-crm-screen .kpis i{height:66px;border-radius:12px;border:1px solid #e1e9f4}.adp-crm-screen .pipeline{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.adp-crm-screen .pipeline span{height:120px;background:#f3f7fc;border-radius:12px}.adp-crm-screen .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.adp-crm-screen .grid i{height:65px;border-radius:10px;background:#f7f9fc}
.adp-two-cols.reverse>div:first-child{order:2}.adp-two-cols.reverse>div:last-child{order:1}.adp-ai-console,.adp-import-console,.adp-privacy-preview{border:1px solid #cedceb;border-radius:22px;background:#fff;box-shadow:0 28px 70px rgba(28,70,135,.11);padding:24px;min-height:310px}.adp-ai-console header,.adp-import-console .head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #e4ebf4}.adp-ai-console header em{font-style:normal;font-size:9px;color:#2f6ecf;background:#edf5ff;border-radius:9px;padding:6px 9px}.adp-ai-console>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.adp-ai-console>div span{font-size:11px;color:#40715c;border:1px solid #d9eee2;background:#f3fbf6;padding:12px;border-radius:11px}.adp-processing-flow{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:30px}.adp-processing-flow span{font-size:10px;padding:9px 11px;border:1px solid #c9daf0;border-radius:9px;background:#fff}.adp-processing-flow i{height:1px;width:18px;background:#7da3d5}.adp-processing-flow.wide{justify-content:center;padding:40px 20px;border:1px solid #dbe5f3;border-radius:20px;background:#f8fbff}.adp-import-console .progress{height:10px;background:#e9eff7;border-radius:9px;margin:35px 0 20px;overflow:hidden}.adp-import-console .progress i{display:block;width:78%;height:100%;background:linear-gradient(90deg,#245fc7,#4f8ff1)}.adp-import-console .rows{display:grid;gap:10px}.adp-import-console .rows span{display:flex;justify-content:space-between;padding:12px;border-bottom:1px solid #edf2f7;font-size:11px}.adp-import-console em{color:#be753d}.adp-privacy-preview .brand{display:flex;align-items:center;gap:9px}.adp-privacy-preview .brand img{width:36px}.adp-privacy-preview h3{margin:22px 0 8px;font-size:23px}.adp-privacy-preview p{color:#748095;font-size:13px;line-height:1.6}.adp-privacy-preview>div:not(.brand){display:grid;gap:8px;margin:20px 0}.adp-privacy-preview>div:not(.brand) span{display:flex;justify-content:space-between;padding:11px;border:1px solid #e0e8f2;border-radius:10px;font-size:11px}.adp-privacy-preview>div:not(.brand) i{width:28px;height:16px;border-radius:12px;background:#d5dfeb}.adp-privacy-preview button{border:0;border-radius:10px;background:#2869d7;color:#fff;padding:10px 14px;font-weight:800;font-size:10px}.adp-integration-graph>b{padding:16px 20px;border-radius:15px;background:#1c4b9d;color:#fff}.adp-integration-graph span{position:absolute;font-size:10px;padding:9px 11px;border-radius:9px;background:#fff;border:1px solid #ccdced}.adp-integration-graph .g0{left:12%;top:24%}.adp-integration-graph .g1{right:12%;top:24%}.adp-integration-graph .g2{left:8%;bottom:20%}.adp-integration-graph .g3{right:8%;bottom:20%}.adp-integration-graph .g4{left:41%;top:7%}.adp-integration-graph .g5{left:43%;bottom:7%}.adp-ecosystem-strip{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;gap:12px;align-items:center;padding:34px;border:1px solid #d9e4f2;border-radius:23px;background:#f8fbff}.adp-ecosystem-strip span{font-size:11px;font-weight:800;text-align:center}.adp-ecosystem-strip i{height:1px;background:#8facd7}
.adp-project-filter{max-width:1320px;margin:20px auto 0;padding:0 36px 20px;display:flex;gap:28px;border-bottom:1px solid #e0e8f2}.adp-project-filter a{font-size:12px;font-weight:750;color:#728096;padding-bottom:11px;position:relative}.adp-project-filter a.active{color:#235fc0}.adp-project-filter a.active:after{content:"";position:absolute;left:0;right:0;bottom:-21px;height:2px;background:#2d6cdf}.adp-case-feature{max-width:1320px;margin:0 auto;padding:100px 36px;display:grid;grid-template-columns:.62fr 1.38fr;gap:50px;align-items:center}.adp-case-copy h2{font-size:68px;letter-spacing:-.055em;margin:12px 0 20px}.adp-case-copy p{font-size:16px;line-height:1.7;color:#6c778a}.adp-tags{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0 30px}.adp-tags span{font-size:9px;padding:7px 9px;border:1px solid #d4e0ef;border-radius:8px;background:#fff;color:#536987}.adp-case-collage{height:520px;position:relative}.adp-case-collage img{position:absolute;object-fit:cover;border-radius:18px;border:1px solid #d2deec;box-shadow:0 22px 65px rgba(29,70,132,.16);background:#fff}.adp-case-collage .main{left:2%;top:5%;width:74%;height:72%}.adp-case-collage .mob{right:0;top:26%;width:23%;height:55%;object-position:top}.adp-case-collage .admin{left:28%;bottom:0;width:61%;height:36%;object-position:top}.adp-project-story{max-width:1320px;margin:0 auto;padding:90px 36px;border-top:1px solid #e3eaf4}.adp-project-story.reverse>div:first-child{order:2}.adp-project-story.reverse>div:last-child{order:1}.adp-project-ui-grid{height:380px;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:10px}.adp-project-ui-grid div{border:1px solid #d4e0ee;border-radius:18px;background:linear-gradient(145deg,#fff,#f3f7fd);box-shadow:0 16px 40px rgba(28,70,134,.08)}.adp-project-ui-grid div:first-child{grid-row:1/3}.adp-project-ui-grid.darkish div:first-child{background:linear-gradient(145deg,#132a50,#1e4c91)}.adp-automation-case{max-width:1320px;margin:0 auto;padding:90px 36px;border-top:1px solid #e3eaf4}.adp-automation-case>div:first-child{max-width:680px;margin-bottom:30px}.adp-approach{background:linear-gradient(180deg,#fafcff,#fff)}.adp-approach>p{max-width:700px;line-height:1.7;color:#6d798c}.adp-layer-stack{display:flex;gap:0;margin-top:44px;perspective:800px}.adp-layer-stack span{padding:18px 24px;border:1px solid #d0def0;background:#fff;font-size:11px;font-weight:800;box-shadow:0 16px 38px rgba(28,67,128,.08);transform:skewY(-3deg)}.adp-layer-stack span+span{margin-left:-1px}.adp-layer-stack.wide{justify-content:center;flex-wrap:wrap}
.adp-case-hero{padding-top:70px}.adp-case-hero .copy h1{font-size:88px}.adp-case-collage.hero{height:550px}.adp-case-section{max-width:1320px;margin:0 auto;padding:100px 36px;border-top:1px solid #e3eaf4}.adp-case-shot figure{margin:38px 0 0;border:1px solid #d0ddeb;border-radius:24px;overflow:hidden;box-shadow:0 35px 95px rgba(25,65,125,.13);background:#fff}.adp-case-shot figure img{display:block;width:100%;height:auto}.adp-case-split{max-width:1320px;margin:0 auto;padding:100px 36px;border-top:1px solid #e3eaf4;grid-template-columns:.65fr 1fr .32fr}.adp-case-split .copy p{font-size:16px;line-height:1.7;color:#6d798e}.adp-case-product-ui,.adp-case-split .mobile{border:1px solid #d1deed;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 25px 70px rgba(24,65,127,.12)}.adp-case-product-ui img,.adp-case-split .mobile img{width:100%;height:100%;object-fit:cover;object-position:top}.adp-case-split .mobile{height:450px}
.adp-about-flow .adp-linear-flow,.adp-contact-page .adp-linear-flow{margin-top:35px}.adp-linear-flow{display:flex;align-items:center;gap:0}.adp-linear-flow span{flex:1;padding:18px 14px;border:1px solid #d4e1f0;background:#fff;text-align:center;font-size:11px;font-weight:750;position:relative}.adp-linear-flow span+span:before{content:"→";position:absolute;left:-8px;color:#6190d4}.adp-direct-comparison{display:grid;gap:32px}.adp-direct-comparison>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;border:1px solid #d7e3f2;border-radius:20px}.adp-direct-comparison span,.adp-direct-comparison b{font-size:11px;padding:9px 12px;border:1px solid #ccdaed;border-radius:9px;background:#fff}.adp-direct-comparison i{width:35px;height:1px;background:#9db9df}.adp-direct-comparison .muted{opacity:.55}.adp-direct-comparison .strong{background:#f3f8ff}.adp-direct-comparison .strong b{background:#225fc7;color:#fff;border-color:#225fc7}.adp-expertise-lines{display:flex;flex-wrap:wrap;gap:10px}.adp-expertise-lines span{padding:11px 14px;border-bottom:1px solid #b8cde9;font-size:12px;color:#52657e}.adp-principles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.adp-principles-grid article{border-top:1px solid #d3e0f0;padding:26px 6px}.adp-principles-grid span{font-size:11px;color:#5480bd}.adp-principles-grid h3{font-size:22px;margin:8px 0}.adp-principles-grid p{font-size:13px;color:#718094;line-height:1.6}.adp-geo-inline{background:linear-gradient(145deg,#fbfdff,#f2f7ff);border-radius:30px!important;margin-top:40px;margin-bottom:40px}.adp-geo-inline p{color:#728094;line-height:1.6}.adp-mini-eu{font-size:70px;font-weight:700;letter-spacing:-.06em;display:flex;align-items:center;justify-content:center;gap:22px;color:#174a99}.adp-mini-eu i{width:90px;height:2px;background:#80a7da;position:relative}.adp-mini-eu i:after{content:"";position:absolute;right:0;top:-4px;width:9px;height:9px;border-radius:50%;background:#2e70dd}.adp-mini-eu small{font-size:10px;letter-spacing:0;background:#fff;padding:6px 8px;border-radius:8px;border:1px solid #d5e1ef}.adp-real-work-cards{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:13px}.adp-real-work-cards a{height:280px;border-radius:20px;border:1px solid #d5e1ef;background:#fff;overflow:hidden;position:relative}.adp-real-work-cards img{width:100%;height:100%;object-fit:cover;object-position:top}.adp-real-work-cards b{position:absolute;left:18px;bottom:18px;background:#0d2145;color:#fff;padding:8px 10px;border-radius:9px;font-size:11px}.adp-crm-card-mini,.adp-ai-card-mini{height:100%;background:linear-gradient(145deg,#173768,#3278df)}.adp-ai-card-mini{background:linear-gradient(145deg,#eef6ff,#fff)}
.adp-contact-hero{min-height:480px}.adp-contact-hero small{color:#778499}.adp-message-stack{height:320px;position:relative}.adp-message-stack>*{position:absolute;border:1px solid #d4e1ef;background:#fff;border-radius:14px;padding:13px 16px;box-shadow:0 18px 45px rgba(25,66,129,.09)}.adp-message-stack span{left:20%;top:10%;font-size:10px}.adp-message-stack b{right:5%;top:34%;font-size:18px}.adp-message-stack i{left:7%;bottom:22%;font-size:11px;font-style:normal;color:#60718a}.adp-contact-layout{max-width:1320px;margin:0 auto;padding:100px 36px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}.adp-contact-form{border:1px solid #d6e2f0;border-radius:27px;background:#fff;padding:35px;box-shadow:0 30px 90px rgba(30,70,130,.09)}.adp-form-head h2{font-size:36px;letter-spacing:-.04em;margin:12px 0 30px}.adp-field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.adp-contact-form label>span,.adp-contact-form legend{display:block;font-size:10px;font-weight:800;color:#46576f;margin-bottom:8px}.adp-contact-form input,.adp-contact-form textarea{width:100%;border:1px solid #d3dfed;background:#fbfdff;border-radius:12px;padding:13px 14px;font:inherit;font-size:12px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.adp-contact-form input:focus,.adp-contact-form textarea:focus{border-color:#6e9be1;background:#fff;box-shadow:0 0 0 4px rgba(47,111,215,.09)}.adp-phone{display:flex;border:1px solid #d3dfed;background:#fbfdff;border-radius:12px;overflow:hidden}.adp-phone b{padding:13px;background:#f0f5fb;font-size:12px}.adp-phone input{border:0;border-radius:0}.adp-contact-form fieldset{border:0;padding:0;margin:24px 0}.adp-segmented,.adp-choice-chips{display:flex;flex-wrap:wrap;gap:8px}.adp-segmented input,.adp-choice-chips input{position:absolute;opacity:0;pointer-events:none}.adp-segmented label span,.adp-choice-chips label span{display:block;margin:0;border:1px solid #d3dfed;border-radius:10px;padding:10px 13px;font-size:10px;color:#60708a;background:#fff;cursor:pointer;transition:.2s}.adp-segmented input:checked+span,.adp-choice-chips input:checked+span{border-color:#3778dd;background:#edf5ff;color:#164fa9;box-shadow:0 0 0 3px rgba(55,120,221,.08)}.adp-message-field textarea{height:150px;resize:vertical}.adp-message-field small{display:block;font-size:9px;color:#8a96a8;margin-top:6px}.adp-contact-consent{margin:20px 0}.adp-contact-consent label{display:flex;gap:10px;align-items:flex-start}.adp-contact-consent input{width:16px;height:16px;margin-top:1px}.adp-contact-consent span{font-weight:500!important;color:#758196!important;line-height:1.5}.adp-contact-submit{width:100%;justify-content:center}.adp-contact-note{text-align:center;font-size:9px;color:#8d98aa}.adp-contact-success{margin-top:18px;border:1px solid #cfe8d8;background:#f1fbf5;border-radius:15px;padding:14px;display:flex;gap:12px;color:#35694a}.adp-contact-success span svg{width:22px}.adp-contact-success b{font-size:12px}.adp-contact-success p{font-size:10px;margin:3px 0 0;color:#658071}.adp-contact-aside{position:sticky;top:115px;border:1px solid #d6e2f0;border-radius:22px;background:linear-gradient(145deg,#fbfdff,#f4f8ff);padding:26px}.adp-contact-aside h3{font-size:24px;letter-spacing:-.03em;margin:15px 0 22px}.adp-contact-aside>a,.adp-contact-aside>button{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;border-top:1px solid #dde6f1;background:transparent;padding:15px 0;text-align:left}.adp-contact-aside b{font-size:12px}.adp-contact-aside span{font-size:9px;color:#4970aa;display:flex;gap:5px}.adp-contact-aside svg{width:12px}.adp-contact-statement{max-width:1320px;margin:20px auto 80px;padding:70px 36px;border-top:1px solid #dce5f0}.adp-contact-statement h2{max-width:800px}.adp-contact-statement p{font-size:17px;color:#738095;margin:20px 0 28px}
.adp-legal-hero{min-height:450px}.adp-legal-visual{height:270px;display:grid;place-items:center}.adp-doc-stack{width:240px;height:170px;border:1px solid #cfdded;border-radius:18px;background:#fff;box-shadow:0 28px 70px rgba(30,70,130,.12);position:relative;padding:28px}.adp-doc-stack:before,.adp-doc-stack:after{content:"";position:absolute;width:100%;height:100%;left:20px;top:18px;border:1px solid #dbe5f1;border-radius:18px;background:#f8fbff;z-index:-1}.adp-doc-stack:after{left:38px;top:34px;z-index:-2}.adp-doc-stack i{display:block;height:7px;background:#e4ebf5;border-radius:5px;margin:12px 0}.adp-doc-stack strong{display:block;margin-top:25px}.adp-doc-stack small{color:#6680a5}.adp-legal-layout{max-width:1320px;margin:0 auto;padding:80px 36px 100px;display:grid;grid-template-columns:285px minmax(0,1fr);gap:75px;align-items:start}.adp-legal-nav{position:sticky;top:110px;border-top:1px solid #d7e2ef}.adp-legal-nav a{display:grid;grid-template-columns:32px 1fr;gap:8px;padding:12px 0;border-bottom:1px solid #e4eaf3;font-size:10px;color:#6a778c;transition:.2s}.adp-legal-nav a:hover{color:#1e5ab8;padding-left:5px}.adp-legal-nav a span{color:#3971c1}.adp-legal-content{max-width:800px}.adp-legal-section{padding:0 0 70px;scroll-margin-top:120px}.adp-legal-section+.adp-legal-section{border-top:1px solid #e3eaf3;padding-top:60px}.adp-legal-section h2{font-size:32px;letter-spacing:-.035em;margin:12px 0 18px}.adp-legal-section p{font-size:15px;line-height:1.85;color:#627188;max-width:760px}.adp-cookie-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px}.adp-cookie-categories article{border:1px solid #d8e3ef;border-radius:14px;padding:16px;background:#fbfdff}.adp-cookie-categories b{display:block;font-size:12px}.adp-cookie-categories em{font-size:9px;color:#5d78a0;font-style:normal}.adp-privacy-preview.legal{max-width:540px;margin-top:30px}.adp-cookie-table{margin-top:30px;border:1px solid #d8e3ef;border-radius:15px;overflow:hidden}.adp-cookie-table>div{display:grid;grid-template-columns:1.1fr 1fr 1.5fr 1fr .8fr;gap:10px;padding:12px;border-top:1px solid #e6edf5;font-size:9px;color:#66758a}.adp-cookie-table .head{border-top:0;background:#f5f8fc;font-weight:800;color:#253750}.adp-related-legal{max-width:1320px;margin:0 auto 80px;padding:34px 36px;border-top:1px solid #d8e3ef;display:flex;justify-content:space-between;gap:30px}.adp-related-legal>div{display:flex;gap:25px;flex-wrap:wrap}.adp-related-legal a{font-size:11px;color:#245fbf;display:flex;gap:5px}.adp-related-legal svg{width:13px}
.adp-404{max-width:1320px;margin:0 auto;padding:65px 36px 90px}.adp-404>h1{font-size:34px;margin:15px 0 20px;letter-spacing:-.035em}.adp-404>h1 small{font-size:24px;font-weight:600}.adp-404-visual{height:390px;position:relative;border-top:1px solid #d9e4f1;border-bottom:1px solid #d9e4f1;display:grid;place-items:center;background-image:linear-gradient(#dfe8f355 1px,transparent 1px),linear-gradient(90deg,#dfe8f355 1px,transparent 1px);background-size:56px 56px}.adp-404-visual strong{font-size:260px;line-height:1;font-weight:700;letter-spacing:-.09em;color:#10244b;position:relative;z-index:2}.adp-404-visual svg{position:absolute;inset:40px;width:calc(100% - 80px);height:calc(100% - 80px)}.adp-404-visual path{fill:none;stroke:#2d70db;stroke-width:1.4;stroke-dasharray:5 8;opacity:.5}.adp-404-visual circle{fill:#fff;stroke:#2d70db;stroke-width:2}.adp-404-copy{padding:55px 0 45px;max-width:850px}.adp-404-copy h2{font-size:52px;letter-spacing:-.045em;margin:0 0 15px}.adp-404-copy p{font-size:17px;line-height:1.65;color:#6f7d91}.adp-404-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:0 70px;border-top:1px solid #dbe4ef;margin-bottom:45px}.adp-404-nav h3{grid-column:1/-1;font-size:25px;margin:30px 0 15px}.adp-404-nav a{padding:15px 0;border-bottom:1px solid #e2e9f2;display:flex;justify-content:space-between;font-size:13px}.adp-404-nav svg{width:14px}.adp-404-route{display:flex;align-items:center;gap:12px;border:1px solid #d7e2ef;border-radius:12px;padding:10px 14px;background:#fff}.adp-404-route span{font-size:9px;color:#7a8799}.adp-404-route code{font-size:11px;color:#203a64}.adp-404-status{font-size:11px;color:#566980}
.nav-mega-trigger{display:flex!important;align-items:center}.nav-mega-caret{border:0;background:transparent;padding:7px 3px;color:inherit;display:grid;place-items:center;cursor:pointer}.nav-mega-caret svg{width:13px;transition:transform .25s}.nav-mega-trigger.is-open .nav-mega-caret svg{transform:rotate(180deg)}
@media(max-width:1100px){
  .adp-page-hero,.adp-contact-hero,.adp-case-hero,.adp-legal-hero{grid-template-columns:1fr;gap:28px;padding-top:55px}.adp-page-hero-visual{max-width:760px;width:100%;margin:auto}.adp-section-head{grid-template-columns:1fr;gap:18px}.adp-service-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:360px 250px 250px 130px}.adp-svc-store{grid-row:1/3}.adp-svc-big{grid-column:2}.adp-svc-custom{grid-column:2}.adp-svc-ai{grid-column:1}.adp-svc-lite{grid-column:auto}.adp-software-showcase{grid-template-columns:1fr 1fr;grid-template-rows:auto}.adp-product-crm{grid-column:1/-1;grid-row:auto}.adp-custom-section,.adp-two-cols,.adp-project-story,.adp-case-split,.adp-direct-section,.adp-geo-inline{grid-template-columns:1fr;gap:35px}.adp-two-cols.reverse>div:first-child,.adp-project-story.reverse>div:first-child{order:initial}.adp-two-cols.reverse>div:last-child,.adp-project-story.reverse>div:last-child{order:initial}.adp-contact-layout{grid-template-columns:1fr}.adp-contact-aside{position:relative;top:auto}.adp-legal-layout{grid-template-columns:220px 1fr;gap:40px}.adp-case-feature{grid-template-columns:1fr}.adp-case-collage{height:480px}.adp-real-work-cards{grid-template-columns:1fr 1fr}.adp-real-work-cards a:first-child{grid-column:1/-1}}
@media(max-width:760px){
  .adp-page-hero,.adp-contact-hero,.adp-case-hero,.adp-legal-hero{padding:40px 20px 48px;min-height:auto}.adp-page-hero:after,.adp-case-hero:after,.adp-contact-hero:after,.adp-legal-hero:after{left:20px;right:20px}.adp-page-hero-copy h1,.adp-contact-hero h1,.adp-case-hero h1,.adp-legal-hero h1{font-size:clamp(40px,12vw,58px);line-height:1}.adp-page-hero-copy p,.adp-contact-hero p,.adp-case-hero p,.adp-legal-hero p{font-size:15px}.adp-page-hero-visual{height:330px}.adp-product-window{left:10px;top:48px;height:240px}.adp-window-body{grid-template-columns:44px 1fr}.adp-window-body main{padding:14px}.adp-window-body aside{padding:12px 8px}.adp-window-cards span{height:38px}.adp-window-chart{height:58px}.adp-float-ui{transform:scale(.78);transform-origin:left center}.adp-float-ui-a{left:0;top:145px}.adp-float-ui-b{right:-20px;bottom:0;transform-origin:right center}.adp-section,.adp-case-section,.adp-project-story,.adp-automation-case,.adp-contact-statement{padding:65px 20px}.adp-section-head h2,.adp-custom-copy h2,.adp-product-detail h2,.adp-copy-panel h2,.adp-project-story h2,.adp-automation-case h2,.adp-approach h2,.adp-contact-statement h2,.adp-case-section h2{font-size:37px}.adp-service-mosaic{display:flex;flex-direction:column}.adp-svc{min-height:190px}.adp-svc-store{min-height:500px}.adp-mini-store{height:260px}.adp-svc-big{min-height:250px}.adp-system-canvas{height:440px;margin-top:20px;transform:scale(.95);transform-origin:center}.adp-product-crm{grid-template-columns:1fr}.adp-realish-ui{height:290px}.adp-software-showcase{grid-template-columns:1fr}.adp-product-crm{grid-column:auto}.adp-final-cta{margin:10px 20px 55px;padding:38px 24px;grid-template-columns:1fr;gap:25px}.adp-final-cta>div:last-child{align-items:flex-start;flex-direction:column}.adp-product-detail{grid-template-columns:1fr}.adp-crm-screen{height:340px}.adp-two-cols,.adp-custom-section,.adp-direct-section,.adp-geo-inline{grid-template-columns:1fr}.adp-ecosystem-strip{display:flex;flex-wrap:wrap;gap:8px}.adp-ecosystem-strip i{width:18px}.adp-decision-list>div{grid-template-columns:1fr 20px 1fr}.adp-case-feature{padding:65px 20px}.adp-case-copy h2{font-size:52px}.adp-case-collage,.adp-case-collage.hero{height:360px}.adp-case-collage .main{width:78%;height:68%}.adp-case-collage .mob{width:25%;height:55%}.adp-case-collage .admin{left:10%;width:83%;height:33%}.adp-project-filter{padding:0 20px 15px;gap:18px;overflow-x:auto}.adp-project-filter a{white-space:nowrap}.adp-project-ui-grid{height:330px}.adp-case-split{padding:65px 20px}.adp-case-split .mobile{height:520px;max-width:250px}.adp-linear-flow{overflow-x:auto;padding-bottom:8px}.adp-linear-flow span{min-width:135px}.adp-principles-grid{grid-template-columns:1fr}.adp-mini-eu{font-size:44px}.adp-real-work-cards{grid-template-columns:1fr}.adp-real-work-cards a:first-child{grid-column:auto}.adp-field-grid{grid-template-columns:1fr}.adp-contact-layout{padding:65px 20px}.adp-contact-form{padding:22px}.adp-contact-hero{grid-template-columns:1fr}.adp-message-stack{height:220px}.adp-legal-layout{display:block;padding:55px 20px}.adp-legal-nav{position:relative;top:auto;display:flex;gap:8px;overflow-x:auto;border:0;margin-bottom:40px}.adp-legal-nav a{display:flex;min-width:max-content;border:1px solid #d7e2ef;padding:9px 11px;border-radius:9px}.adp-legal-section h2{font-size:28px}.adp-cookie-categories{grid-template-columns:1fr}.adp-cookie-table{overflow-x:auto}.adp-cookie-table>div{min-width:650px}.adp-related-legal{padding:25px 20px;display:block}.adp-related-legal>div{margin-top:18px}.adp-404{padding:45px 20px 70px}.adp-404>h1 small{display:block;font-size:18px;margin-top:7px}.adp-404-visual{height:270px}.adp-404-visual strong{font-size:150px}.adp-404-copy h2{font-size:40px}.adp-404-nav{grid-template-columns:1fr}.adp-404-nav h3{grid-column:auto}}
 

/* v1.3.2 showcase rebuild */
.ad26-showcase-section{background:linear-gradient(180deg,#fbfdff 0%,#f4f8fd 100%);padding-bottom:96px}
.ad26-showcase-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:34px;align-items:end;margin-bottom:34px}
.ad26-showcase-head h2{font-size:clamp(40px,4.8vw,68px);line-height:.98;letter-spacing:-.055em;margin:0 0 14px;color:#0d2242}
.ad26-showcase-head p{max-width:760px;font-size:15px;line-height:1.7;color:#55677d;margin:0}
.ad26-showcase-summary{display:grid;gap:14px}
.ad26-showcase-summary-card{padding:18px 20px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);border:1px solid #dce6f1;box-shadow:0 18px 48px rgba(33,57,96,.08)}
.ad26-showcase-summary-card small{display:block;margin-bottom:8px;font-size:11px;font-weight:900;letter-spacing:.18em;color:#6e83a0}
.ad26-showcase-summary-card strong{display:block;font-size:16px;line-height:1.45;color:#102442}
.ad26-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.ad26-showcase-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dbe5f0;border-radius:30px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 22px 64px rgba(26,46,82,.1);transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}
.ad26-showcase-card:hover{transform:translateY(-6px);border-color:#bfd0e4;box-shadow:0 30px 74px rgba(26,46,82,.16)}
.ad26-showcase-media{display:block;margin:14px 14px 0;overflow:hidden;border-radius:22px;border:1px solid #d6e0ea;background:#edf3fa;color:inherit}
.ad26-showcase-browser{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:10px;height:42px;padding:0 14px;border-bottom:1px solid #dde6ef;background:#f9fbfd}
.ad26-showcase-browser span{display:flex;gap:6px}.ad26-showcase-browser span i{width:8px;height:8px;border-radius:50%;background:#c7d2df}
.ad26-showcase-browser b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;color:#667a95}
.ad26-showcase-browser em{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(53,194,114,.12);color:#14874d;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.08em}
.ad26-showcase-media img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top;transition:transform .45s var(--ease)}
.ad26-showcase-card:hover .ad26-showcase-media img{transform:scale(1.03)}
.ad26-showcase-copy{padding:22px 22px 24px;display:flex;flex-direction:column;gap:14px;flex:1}
.ad26-showcase-topline{display:flex;align-items:center;gap:12px}.ad26-showcase-topline span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#2b8dff 0%,#6d63ff 100%);color:#fff;font-size:13px;font-weight:900;box-shadow:0 12px 24px rgba(70,110,255,.3)}.ad26-showcase-topline small{font-size:11px;font-weight:900;letter-spacing:.16em;color:#6b7f9a}
.ad26-showcase-copy h3{margin:0;font-size:28px;line-height:1.08;letter-spacing:-.04em;color:#0d2242}
.ad26-showcase-copy p{margin:0;font-size:14px;line-height:1.7;color:#586a80;min-height:95px}
.ad26-showcase-tags{display:flex;flex-wrap:wrap;gap:8px}.ad26-showcase-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eef4fb;border:1px solid #d9e4ef;color:#34516f;font-size:12px;font-weight:800}
.ad26-showcase-copy .ad26-btn{margin-top:auto;width:100%;justify-content:center}
@media(max-width:1100px){.ad26-showcase-grid{grid-template-columns:1fr}.ad26-showcase-head{grid-template-columns:1fr}.ad26-showcase-copy p{min-height:0}}
@media(max-width:760px){.ad26-showcase-section{padding-bottom:64px}.ad26-showcase-head{margin-bottom:24px}.ad26-showcase-head h2{font-size:36px}.ad26-showcase-head p{font-size:13px}.ad26-showcase-summary-card{padding:15px 16px;border-radius:18px}.ad26-showcase-card{border-radius:22px}.ad26-showcase-media{margin:10px 10px 0;border-radius:16px}.ad26-showcase-browser{height:36px;padding:0 10px;grid-template-columns:58px 1fr auto}.ad26-showcase-browser b{font-size:9px}.ad26-showcase-browser em{padding:6px 8px;font-size:8px}.ad26-showcase-copy{padding:18px}.ad26-showcase-copy h3{font-size:22px}.ad26-showcase-copy p{font-size:12px}.ad26-showcase-tags span{min-height:28px;padding:0 10px;font-size:10px}}


/* v1.3.3 premium showcase composition */
.ad26-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;gap:22px}
.ad26-showcase-card.is-featured{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:stretch;background:linear-gradient(135deg,#07162c 0%,#0d2342 58%,#172f5f 100%);border-color:rgba(119,164,226,.24);box-shadow:0 34px 90px rgba(10,31,66,.28)}
.ad26-showcase-card.is-featured:hover{box-shadow:0 42px 105px rgba(10,31,66,.36)}
.ad26-showcase-card.is-featured .ad26-showcase-media{margin:14px 0 14px 14px;border-color:rgba(155,190,238,.18);background:#0b1b33}
.ad26-showcase-card.is-featured .ad26-showcase-browser{background:#0b1b33;border-color:rgba(155,190,238,.14)}
.ad26-showcase-card.is-featured .ad26-showcase-browser b{color:#c8d8ef}.ad26-showcase-card.is-featured .ad26-showcase-browser span i{background:#5f7390}
.ad26-showcase-card.is-featured .ad26-showcase-copy{padding:34px 30px 30px}.ad26-showcase-card.is-featured .ad26-showcase-copy h3{font-size:34px;color:#fff}.ad26-showcase-card.is-featured .ad26-showcase-copy p{color:#bdcbe0;min-height:0}.ad26-showcase-card.is-featured .ad26-showcase-topline small{color:#8fb1dc}.ad26-showcase-card.is-featured .ad26-showcase-tags span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#d6e4f7}
.ad26-showcase-card.is-featured .ad26-showcase-media img{aspect-ratio:16/9;object-position:center top}
.ad26-showcase-card:not(.is-featured) .ad26-showcase-media img{aspect-ratio:16/9}
.ad26-showcase-card:not(.is-featured) .ad26-showcase-copy h3{font-size:25px}
.ad26-showcase-head{padding:10px 0 8px}.ad26-showcase-summary{align-self:stretch;grid-template-columns:1fr 1fr}.ad26-showcase-summary-card{display:flex;flex-direction:column;justify-content:center}
@media(max-width:1100px){.ad26-showcase-card.is-featured{grid-template-columns:1fr}.ad26-showcase-card.is-featured .ad26-showcase-media{margin:12px 12px 0}.ad26-showcase-grid{grid-template-columns:1fr}.ad26-showcase-summary{grid-template-columns:1fr}}
@media(max-width:760px){.ad26-showcase-card.is-featured .ad26-showcase-copy{padding:20px 18px}.ad26-showcase-card.is-featured .ad26-showcase-copy h3{font-size:26px}}

/* AdeptDEV v1.3.8 — compact showcase proof cards: direct fix for v1.3.3 stretch rule */
.ad26-showcase-head .ad26-showcase-summary{
  align-self:center!important;
  align-items:stretch!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  height:auto!important;
  min-height:0!important;
}
.ad26-showcase-head .ad26-showcase-summary-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  box-sizing:border-box!important;
  height:158px!important;
  min-height:158px!important;
  max-height:158px!important;
  padding:22px 20px 20px!important;
  overflow:hidden!important;
  border:1px solid #d7e3f1!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,#ffffff 0%,#f6f9ff 100%)!important;
  box-shadow:0 18px 44px rgba(24,50,88,.08)!important;
  isolation:isolate!important;
}
.ad26-showcase-head .ad26-showcase-summary-card::before{
  position:absolute;
  top:16px;
  left:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:12px;
  background:linear-gradient(135deg,#2b7cff 0%,#615cff 100%);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(62,99,255,.25);
  z-index:2;
}
.ad26-showcase-head .ad26-showcase-summary-card:first-child::before{content:"01"}
.ad26-showcase-head .ad26-showcase-summary-card:nth-child(2)::before{content:"02"}
.ad26-showcase-head .ad26-showcase-summary-card::after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-52px;
  top:-52px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(68,106,255,.15) 0%,rgba(68,106,255,0) 70%);
  z-index:-1;
}
.ad26-showcase-head .ad26-showcase-summary-card small{
  display:block!important;
  margin:0 0 8px 0!important;
  color:#7186a3!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.15em!important;
}
.ad26-showcase-head .ad26-showcase-summary-card strong{
  display:block!important;
  margin:0!important;
  max-width:240px!important;
  color:#102647!important;
  font-size:16px!important;
  line-height:1.32!important;
  letter-spacing:-.025em!important;
}
@media(max-width:1100px){
  .ad26-showcase-head .ad26-showcase-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:620px!important}
}
@media(max-width:760px){
  .ad26-showcase-head .ad26-showcase-summary{grid-template-columns:1fr!important;max-width:none!important;gap:10px!important}
  .ad26-showcase-head .ad26-showcase-summary-card{height:132px!important;min-height:132px!important;max-height:132px!important;border-radius:20px!important;padding:18px 18px 17px!important}
  .ad26-showcase-head .ad26-showcase-summary-card::before{top:14px;left:auto;right:14px;width:30px;height:30px;border-radius:10px;font-size:10px}
  .ad26-showcase-head .ad26-showcase-summary-card strong{font-size:15px!important;max-width:260px!important}
}

/* =========================================================
   ADEPTDEV v1.3.9 — Tattoo case + 02.10 promotional campaign
   ========================================================= */
html.has-sale-v139 .page-shell{padding-top:42px}
.site-sale-bar-v139{
  position:relative;z-index:920;margin-top:var(--header);padding:10px 22px;
  background:
    radial-gradient(circle at 14% 0,rgba(116,169,255,.34),transparent 32%),
    linear-gradient(105deg,#0f2e66 0%,#163f87 52%,#244f9c 100%);
  color:#fff;border-bottom:1px solid rgba(255,255,255,.18);box-shadow:0 16px 40px rgba(27,65,132,.18)
}
.site-sale-bar-v139>a{max-width:1220px;margin:0 auto;min-height:50px;display:grid;grid-template-columns:auto minmax(250px,1.15fr) minmax(240px,.9fr) auto;align-items:center;gap:18px}
.site-sale-badge-v139{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.1);font-size:10px;font-weight:900;letter-spacing:.11em;white-space:nowrap}
.site-sale-badge-v139 i{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.1)}
.site-sale-main-v139,.site-sale-secondary-v139{display:flex;align-items:baseline;gap:9px;min-width:0;white-space:nowrap}
.site-sale-main-v139 b,.site-sale-secondary-v139 b{font-size:12px;font-weight:800;opacity:.82}
.site-sale-main-v139 del,.site-sale-secondary-v139 del{font-size:12px;color:rgba(255,255,255,.58);text-decoration-thickness:1.5px}
.site-sale-main-v139 strong,.site-sale-secondary-v139 strong{font-size:18px;line-height:1;font-weight:950;letter-spacing:-.035em}
.site-sale-main-v139 em,.site-sale-secondary-v139 em{font-style:normal;font-size:10px;font-weight:900;color:#d9e8ff;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.11)}
.site-sale-cta-v139{height:38px;padding:0 13px;border-radius:12px;background:#fff;color:#174080;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 8px 24px rgba(3,25,65,.18)}
.site-sale-cta-v139 svg{width:14px;height:14px}

.pricing-overview-note-v120.is-promo-v139{border-color:#aac4ff;background:linear-gradient(145deg,#f8fbff,#eef4ff);box-shadow:0 18px 50px rgba(42,87,180,.11)}
.pricing-promo-mini-v139{display:inline-flex!important;width:max-content!important;padding:7px 10px!important;border-radius:999px!important;background:#275ee8!important;color:#fff!important;font-size:9px!important;font-weight:900!important;letter-spacing:.12em!important}
.pricing-plan-card-v120.is-sale-v139{position:relative;border-color:#99b8ff;box-shadow:0 24px 58px rgba(38,83,178,.13);overflow:hidden}
.pricing-plan-card-v120.is-sale-v139:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#2f66ed,#70a7ff,#6b76f5)}
.pricing-sale-badge-v139{background:#eaf1ff!important;color:#2251bb!important;border:1px solid #bdd0ff!important}
.adept-sale-price-v139{display:grid!important;grid-template-columns:auto auto;align-items:end;justify-content:start;column-gap:10px;row-gap:3px}
.adept-sale-price-v139 del{grid-column:1/-1;color:#8795aa;font-size:14px;font-weight:750;text-decoration-color:#7692c5;text-decoration-thickness:1.5px}
.adept-sale-price-v139 strong{font-size:34px!important;color:#1f54c9!important;letter-spacing:-.055em}
.adept-sale-price-v139 small{margin:0 0 5px!important}
.adept-sale-price-v139 em{grid-column:1/-1;width:max-content;padding:6px 9px;border-radius:999px;background:#e9f1ff;color:#275cce;font-size:10px;font-style:normal;font-weight:900}

.pricing-promo-callout-v139{margin:0 0 18px;display:grid;grid-template-columns:52px 1fr auto;gap:14px;align-items:center;padding:16px 18px;border:1px solid #b8ccfb;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#edf4ff);box-shadow:0 15px 38px rgba(39,82,171,.08)}
.pricing-promo-callout-icon-v139{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#3269ee,#6e8df6);display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px rgba(50,105,238,.2)}
.pricing-promo-callout-icon-v139 svg{width:21px;height:21px}
.pricing-promo-callout-v139>div:nth-child(2){display:grid;gap:3px}
.pricing-promo-callout-v139 span{font-size:9px;font-weight:900;letter-spacing:.13em;color:#41659e}
.pricing-promo-callout-v139 b{font-size:17px;color:#102b57;letter-spacing:-.025em}
.pricing-promo-callout-v139 p{margin:0;color:#63738a;font-size:11px;line-height:1.45}
.pricing-promo-callout-v139>strong{padding:8px 10px;border-radius:999px;background:#285ed9;color:#fff;font-size:11px;white-space:nowrap}
.adept-promo-plan-price-v139{display:grid!important;grid-template-columns:auto auto;align-items:end;justify-content:start;gap:3px 9px}
.adept-promo-plan-price-v139>span{grid-column:1/-1;width:max-content;padding:4px 7px;border-radius:999px;background:#e9f1ff;color:#275dcc;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.adept-promo-plan-price-v139 del{font-size:12px;color:#8a98aa;text-decoration-thickness:1.5px}
.adept-promo-plan-price-v139 strong{font-size:25px!important;color:#2357c9!important}
.adept-promo-plan-price-v139 small{grid-column:1/-1;color:#2761d4!important;font-size:9px!important;font-weight:900!important}
.turnkey-promo-v68.is-sale-v139{border-color:#bdd0fa;background:linear-gradient(135deg,#f8fbff,#f0f5ff)}
.turnkey-sale-inline-v139{display:flex;align-items:center;gap:7px;margin-top:7px;flex-wrap:wrap}
.turnkey-sale-inline-v139 del{color:#8998ad;font-size:10px}.turnkey-sale-inline-v139 strong{color:#2459ca;font-size:15px}.turnkey-sale-inline-v139 em{font-style:normal!important;color:#2f62ca!important;font-size:9px!important;font-weight:900!important}

.ad26-home-promo-v139{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin:0 0 18px;padding:14px 16px;border:1px solid #b6cafd;border-radius:18px;background:linear-gradient(135deg,#f9fbff,#eef4ff)}
.ad26-home-promo-v139>span{padding:7px 9px;border-radius:999px;background:#285fdd;color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em}
.ad26-home-promo-v139>div{display:grid;gap:2px}.ad26-home-promo-v139 b{color:#16366d;font-size:15px}.ad26-home-promo-v139 del{color:#8494ab;font-weight:700}.ad26-home-promo-v139 strong{color:#245dcc}.ad26-home-promo-v139 small{color:#6a7990;font-size:10px}.ad26-home-promo-v139>em{font-style:normal;padding:7px 9px;border-radius:999px;background:#e1ecff;color:#275ac2;font-size:10px;font-weight:900;white-space:nowrap}
.ad26-turnkey-price.is-sale-v139{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.ad26-turnkey-price.is-sale-v139 del{color:#8999ad;font-weight:700}.ad26-turnkey-price.is-sale-v139 small{width:100%;color:#2c61cf;font-size:9px;font-weight:900}

/* Real live tattoo project in portfolio */
.adp-tattoo-case-v139{align-items:center}
.adp-tattoo-live-v139{min-width:0;border:1px solid #d9e2ef;border-radius:24px;overflow:hidden;background:#eef2f8;box-shadow:0 24px 65px rgba(21,37,68,.12);transition:transform .25s ease,box-shadow .25s ease}
.adp-tattoo-live-v139:hover{transform:translateY(-4px);box-shadow:0 30px 78px rgba(21,37,68,.16)}
.adp-tattoo-browser-v139{height:42px;padding:0 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#f8fafc;border-bottom:1px solid #dfe6f0;color:#52647c}
.adp-tattoo-browser-v139>span{display:flex;gap:5px}.adp-tattoo-browser-v139 i{width:7px;height:7px;border-radius:50%;background:#aab6c6}.adp-tattoo-browser-v139 b{justify-self:center;font-size:10px;letter-spacing:.02em}.adp-tattoo-browser-v139 em{font-style:normal;font-size:8px;font-weight:900;letter-spacing:.1em;color:#2a62d4;display:flex;align-items:center;gap:5px}.adp-tattoo-browser-v139 em:before{content:"";width:6px;height:6px;border-radius:50%;background:#2b69eb;box-shadow:0 0 0 4px rgba(43,105,235,.12)}
.adp-tattoo-live-v139 img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top center;background:#eef2f8}
.adp-tattoo-fallback-v139{min-height:360px;align-items:center;justify-content:center;text-align:center;padding:36px;color:#66768d;font-size:13px;font-weight:800;background:linear-gradient(145deg,#eef4ff,#f9fbff)}

@media(max-width:1050px){
  .site-sale-bar-v139>a{grid-template-columns:auto 1fr auto}.site-sale-secondary-v139{display:none}
}
@media(max-width:760px){
  html.has-sale-v139 .page-shell{padding-top:26px}
  .site-sale-bar-v139{padding:9px 12px;margin-top:var(--header)}
  .site-sale-bar-v139>a{min-height:54px;grid-template-columns:auto 1fr auto;gap:9px}
  .site-sale-badge-v139{padding:7px 8px;font-size:8px}.site-sale-main-v139{display:grid;grid-template-columns:auto auto;gap:1px 7px}.site-sale-main-v139 b{grid-row:1/3;font-size:10px;align-self:center}.site-sale-main-v139 del{font-size:9px}.site-sale-main-v139 strong{font-size:14px}.site-sale-main-v139 em{display:none}.site-sale-cta-v139{width:36px;height:36px;padding:0;font-size:0;border-radius:11px}.site-sale-cta-v139 svg{width:16px;height:16px}
  .pricing-promo-callout-v139{grid-template-columns:42px 1fr;padding:14px;gap:11px}.pricing-promo-callout-icon-v139{width:40px;height:40px;border-radius:13px}.pricing-promo-callout-v139>strong{grid-column:2;width:max-content;margin-top:3px}.pricing-promo-callout-v139 b{font-size:15px}
  .ad26-home-promo-v139{grid-template-columns:1fr auto;gap:7px 10px}.ad26-home-promo-v139>span{grid-column:1/-1;width:max-content}.ad26-home-promo-v139>em{grid-column:2;grid-row:2}.ad26-home-promo-v139 b{font-size:13px}
  .adp-tattoo-live-v139{border-radius:20px}.adp-tattoo-live-v139 img{aspect-ratio:4/3}.adp-tattoo-browser-v139{height:38px}.adp-tattoo-fallback-v139{min-height:260px}
}
@media(max-width:420px){
  .site-sale-badge-v139{display:none}.site-sale-bar-v139>a{grid-template-columns:1fr auto}.site-sale-main-v139 b{font-size:9px}.site-sale-main-v139 strong{font-size:15px}
  .adept-sale-price-v139 strong{font-size:29px!important}
}

/* =========================================================
   ADEPTDEV v1.3.11 — calculator clarity + real format examples
   ========================================================= */
.pricing-commerce-shell-v101 .pricing-plan-grid-examples-v1311{
  gap:12px;
}
.pricing-commerce-shell-v101 .pricing-plan-with-example-v1311{
  min-height:410px;
  padding:16px;
}
.pricing-commerce-shell-v101 .pricing-plan-with-example-v1311>p{
  min-height:58px;
  margin-bottom:10px;
}
.pricing-plan-example-v1311{
  display:grid;
  gap:9px;
  margin:2px 0 11px;
  padding:8px;
  border:1px solid #e2e8f2;
  border-radius:14px;
  background:#f7f9fc;
  overflow:hidden;
}
.pricing-plan-with-example-v1311.active .pricing-plan-example-v1311{
  border-color:#cad7ff;
  background:#eef3ff;
}
.pricing-plan-shot-v1311{
  display:block;
  position:relative;
  overflow:hidden;
  aspect-ratio:16/8.6;
  border:1px solid #e0e6ef;
  border-radius:10px;
  background:linear-gradient(135deg,#edf2f8,#f9fbfd);
}
.pricing-plan-shot-v1311:before{
  content:"";
  position:absolute;
  z-index:2;
  left:8px;
  top:7px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#b8c2d1;
  box-shadow:8px 0 #cbd3df,16px 0 #d9dfe8;
}
.pricing-plan-shot-v1311 img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transform:translateZ(0);
}
.pricing-plan-example-copy-v1311{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:2px 8px;
  align-items:center;
  text-align:left;
}
.pricing-plan-example-copy-v1311 small{
  grid-column:1/-1;
  color:#718096;
  font-size:7px;
  font-weight:900;
  letter-spacing:.1em;
}
.pricing-plan-example-copy-v1311 strong{
  min-width:0;
  overflow:hidden;
  color:#23314a;
  font-size:10px!important;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pricing-plan-example-copy-v1311 em{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#24815f;
  font-size:7px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.08em;
}
.pricing-plan-example-copy-v1311 em i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#39c88d;
  box-shadow:0 0 0 3px rgba(57,200,141,.12);
}

/* Landing has a one-time payment, so do not show empty month/6m/12m cards. */
.pricing-commerce-shell-v101 [data-period-group][hidden],
.pricing-commerce-shell-v101 [data-site-once-payment][hidden],
.pricing-commerce-shell-v101 [data-turnkey-step][hidden],
.pricing-commerce-shell-v101 [data-smart-tip][hidden]{display:none!important}
.site-once-payment-v1311{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:13px;
  align-items:center;
  min-height:105px;
  padding:15px 16px;
  border:1px solid #c9d9fb;
  border-radius:17px;
  background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
  box-shadow:0 12px 28px rgba(43,91,184,.06);
}
.site-once-icon-v1311{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#3158f6;
  color:#fff;
  box-shadow:0 10px 22px rgba(49,88,246,.2);
}
.site-once-icon-v1311 svg{width:18px;height:18px}
.site-once-payment-v1311>div{min-width:0;display:grid;gap:4px}
.site-once-payment-v1311 small{color:#4d6ba9;font-size:8px;font-weight:900;letter-spacing:.1em}
.site-once-payment-v1311 b{color:#182743;font-size:12px;line-height:1.4}
.site-once-payment-v1311>div>span{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin-top:3px}
.site-once-payment-v1311 del{color:#8e9aab;font-size:11px;font-weight:750;text-decoration-thickness:1.5px}
.site-once-payment-v1311 strong{color:#2459cc;font-size:22px;letter-spacing:-.04em}
.site-once-payment-v1311 em{padding:5px 7px;border-radius:999px;background:#dce8ff;color:#2859bd;font-size:8px;font-style:normal;font-weight:900}

/* Final summary: readable, compact and without the redundant “online” badge. */
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{
  color:#162033!important;
  border:1px solid #dfe6f0!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  box-shadow:0 26px 64px rgba(28,42,72,.12)!important;
}
.pricing-commerce-shell-v101 .estimate-card-v4:before{
  background:linear-gradient(90deg,#3158f6,#7190ff)!important;
}
.pricing-commerce-shell-v101 .estimate-overline{color:#8794a8!important}
.pricing-commerce-shell-v101 .estimate-head h3{color:#121b2d!important}
.pricing-commerce-shell-v101 .estimate-head{border-color:#e8edf4!important}
.pricing-commerce-shell-v101 .estimate-solution{
  margin:0 0 14px!important;
  padding:0 0 14px!important;
  border-bottom:1px solid #edf1f5!important;
}
.pricing-commerce-shell-v101 .estimate-solution>span{
  color:#758298!important;
  font-size:9px!important;
  font-weight:750!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills{
  margin-top:7px!important;
  display:flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill{
  padding:7px 9px!important;
  border:1px solid #dde5ef!important;
  border-radius:999px!important;
  background:#f5f7fa!important;
  color:#516077!important;
  font-size:8px!important;
  font-weight:850!important;
  line-height:1.2!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill.is-primary{
  border-color:#bfd0ff!important;
  background:#edf2ff!important;
  color:#2856c3!important;
}
.pricing-commerce-shell-v101 .estimate-main-total{
  border-color:#e4eaf2!important;
  background:#fff!important;
}
.pricing-commerce-shell-v101 .estimate-main-total small,
.pricing-commerce-shell-v101 .estimate-main-total span{color:#7d899c!important}
.pricing-commerce-shell-v101 .estimate-main-total strong{color:#12203a!important}
.pricing-commerce-shell-v101 .estimate-items{border-color:#edf1f5!important}
.pricing-commerce-shell-v101 .estimate-items div{color:#7a879a!important;background:#fff!important;border-color:#edf1f5!important}
.pricing-commerce-shell-v101 .estimate-items b{color:#26334a!important}
.pricing-commerce-shell-v101 .estimate-line{
  color:#78859a!important;
  border-color:#e9eef5!important;
  background:#fff!important;
}
.pricing-commerce-shell-v101 .estimate-line strong{color:#1d293d!important}
.pricing-commerce-shell-v101 .estimate-line-discount strong,
.pricing-commerce-shell-v101 .estimate-line-discount span{color:#20825f!important}
.pricing-commerce-shell-v101 .estimate-average{color:#738096!important;background:#f7f9fc!important}
.pricing-commerce-shell-v101 .estimate-footnote{color:#8490a2!important}

@media(max-width:760px){
  .pricing-commerce-shell-v101 .pricing-plan-with-example-v1311{min-height:0;padding:14px}
  .pricing-commerce-shell-v101 .pricing-plan-with-example-v1311>p{min-height:0}
  .pricing-plan-example-v1311{grid-template-columns:112px minmax(0,1fr);align-items:center;padding:7px;gap:9px}
  .pricing-plan-shot-v1311{aspect-ratio:16/10}
  .pricing-plan-example-copy-v1311{align-content:center}
  .site-once-payment-v1311{grid-template-columns:38px minmax(0,1fr);padding:13px}
  .site-once-icon-v1311{width:38px;height:38px;border-radius:11px}
  .site-once-payment-v1311 strong{font-size:19px}
}
@media(max-width:420px){
  .pricing-plan-example-v1311{grid-template-columns:96px minmax(0,1fr)}
  .pricing-plan-example-copy-v1311 strong{font-size:9px!important}
}


/* =========================================================
   ADEPTDEV v1.3.12 — Landing one-time payment + clear live tattoo preview
   ========================================================= */
.pricing-plan-example-live-v1312{
  background:linear-gradient(145deg,#f4f7fb,#fff);
  border-color:#d8e2f0;
}
.pricing-plan-shot-tattoo-v1312{
  aspect-ratio:16/9;
  background:#f5f5f2;
  box-shadow:inset 0 0 0 1px rgba(26,39,64,.02);
}
.pricing-plan-shot-tattoo-v1312 img{
  object-position:top center;
}
.pricing-live-ribbon-v1312{
  position:absolute;
  z-index:3;
  top:8px;
  right:8px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(15,22,35,.78);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:6.5px;
  font-weight:900;
  letter-spacing:.09em;
  box-shadow:0 5px 14px rgba(17,26,42,.15);
}
.pricing-live-ribbon-v1312:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#43d39e;
  box-shadow:0 0 0 3px rgba(67,211,158,.18);
}
.site-once-payment-v1312{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:138px;
  padding:19px 20px;
  border:1px solid #b9caff;
  border-radius:20px;
  background:
    radial-gradient(circle at 92% 15%,rgba(75,105,255,.13),transparent 32%),
    linear-gradient(135deg,#fbfcff 0%,#edf2ff 100%);
  box-shadow:0 16px 38px rgba(55,78,164,.10);
}
.site-once-main-v1312{
  min-width:0;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.site-once-payment-v1312 .site-once-icon-v1311{
  width:48px;
  height:48px;
  border-radius:15px;
  background:linear-gradient(145deg,#3158f6,#607dff);
}
.site-once-copy-v1312{
  min-width:0;
  display:grid;
  gap:5px;
}
.site-once-copy-v1312 small{
  color:#4865bd;
  font-size:8px;
  font-weight:950;
  letter-spacing:.11em;
}
.site-once-copy-v1312 b{
  color:#17243b;
  font-size:14px;
  line-height:1.35;
  letter-spacing:-.015em;
}
.site-once-no-sub-v1312{
  width:max-content;
  max-width:100%;
  padding:5px 8px;
  border:1px solid #d9e3ff;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  color:#667596;
  font-size:8px;
  font-weight:800;
}
.site-once-price-v1312{
  min-width:190px;
  display:grid;
  justify-items:end;
  gap:2px;
  padding-left:18px;
  border-left:1px solid rgba(70,94,165,.15);
}
.site-once-price-v1312 del{
  color:#96a1b4;
  font-size:11px;
  font-weight:800;
  text-decoration-thickness:1.5px;
}
.site-once-price-v1312 strong{
  color:#214fd0;
  font-size:34px;
  line-height:1;
  letter-spacing:-.055em;
}
.site-once-price-v1312 strong small{
  color:#3c5ea9;
  font-size:11px;
  letter-spacing:0;
}
.site-once-price-v1312>span{
  margin-top:5px;
  color:#14294f;
  font-size:8px;
  font-weight:950;
  letter-spacing:.09em;
}
.site-once-price-v1312 em{
  margin-top:5px;
  padding:5px 7px;
  border-radius:999px;
  background:#dfe8ff;
  color:#2857bf;
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
@media(max-width:760px){
  .site-once-payment-v1312{
    grid-template-columns:1fr;
    gap:13px;
    padding:16px;
  }
  .site-once-price-v1312{
    min-width:0;
    justify-items:start;
    padding:13px 0 0;
    border-left:0;
    border-top:1px solid rgba(70,94,165,.14);
  }
  .site-once-price-v1312 strong{font-size:30px}
}

/* =========================================================
   ADEPTDEV v1.3.13 — calculator bugfixes
   1) clean one-time Landing plaque
   2) stable real tattoo screenshot
   3) unclipped estimate CTA
   ========================================================= */
.site-once-main-v1312{
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
}
.site-once-payment-v1312 .site-once-icon-v1311{display:none!important}
.site-once-payment-v1312{
  padding-left:24px!important;
}
.pricing-plan-shot-tattoo-v1312 img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
  transform:scale(1.02);
}
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:22px!important;
}
.pricing-commerce-shell-v101 .estimate-card-v4 .calc-request-btn-v53{
  width:100%!important;
  min-height:52px!important;
  margin-top:14px!important;
  margin-bottom:0!important;
  flex-shrink:0!important;
}
.pricing-commerce-shell-v101 .estimate-footnote{
  display:block!important;
  margin:10px 2px 0!important;
  padding-bottom:0!important;
}
@media(max-width:760px){
  .site-once-payment-v1312{padding-left:16px!important}
  .pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{padding-bottom:18px!important}
}

/* =========================================================
   ADEPTDEV v1.3.14 — clearer tattoo example + cleaner summary
   ========================================================= */
.pricing-plan-example-live-v1314{
  background:linear-gradient(145deg,#f8fafc,#ffffff);
  border-color:#d8e1ef;
}
.pricing-plan-shot-tattoo-v1314{
  aspect-ratio:16/7.8;
  background:#f4f1ed;
  border-color:#dbe3ee;
}
.pricing-plan-shot-tattoo-v1314 img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transform:none!important;
}
.pricing-plan-example-copy-v1314 small{
  color:#60708a;
}
.pricing-plan-example-copy-v1314 strong{
  font-size:10.5px!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills{
  margin-top:8px!important;
  display:grid!important;
  gap:6px!important;
  justify-items:start!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill{
  max-width:100%;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill.is-primary{
  width:max-content;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill.is-example{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#65758d!important;
  font-size:11px!important;
  font-weight:700!important;
  justify-content:flex-start!important;
}
@media(max-width:760px){
  .pricing-plan-shot-tattoo-v1314{aspect-ratio:16/9.5}
  .pricing-commerce-shell-v101 #calcSolutionPills .estimate-pill.is-example{
    font-size:10px!important;
    line-height:1.35!important;
  }
}

/* =========================================================
   ADEPTDEV v1.3.15 — current TATTO preview + rounded summary accent
   ========================================================= */
.pricing-plan-shot-tattoo-v1314{
  aspect-ratio:930/455!important;
  background:#f6f6f3!important;
}
.pricing-plan-shot-tattoo-v1314 img{
  object-fit:cover!important;
  object-position:center top!important;
  transform:none!important;
}
.pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{
  padding-top:28px!important;
}
.pricing-commerce-shell-v101 .estimate-card-v4:before{
  left:18px!important;
  right:18px!important;
  top:10px!important;
  height:5px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#3158f6 0%,#5975ff 58%,#8a9dff 100%)!important;
  box-shadow:0 4px 14px rgba(49,88,246,.16)!important;
}
.pricing-commerce-shell-v101 .estimate-head{
  padding-top:6px!important;
}
@media(max-width:760px){
  .pricing-commerce-shell-v101 .estimate-card.estimate-card-v4{padding-top:25px!important}
  .pricing-commerce-shell-v101 .estimate-card-v4:before{left:14px!important;right:14px!important;top:9px!important;height:4px!important}
}

/* =========================================================
   AdeptDEV v1.3.16 — restore generic lead modal after shared-style regression
   Keeps calculator/tattoo patches untouched and isolates only #leadModal.
   ========================================================= */
#leadModal{
  z-index:10080;
}
#leadModal .lead-dialog-v49{
  position:relative;
  width:min(1180px,calc(100vw - 36px));
  max-height:min(860px,calc(100dvh - 36px));
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  overflow:hidden!important;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(26,40,72,.10);
  box-shadow:0 38px 120px rgba(20,30,52,.31);
}
#leadModal .lead-aside-v49,
#leadModal .lead-form-panel-v49,
#leadModal .lead-form-v49,
#leadModal .lead-form-row,
#leadModal .lead-input-wrap-v49,
#leadModal .lead-textarea-wrap-v49{
  min-width:0;
}
#leadModal .lead-aside-v49{
  min-height:auto;
  padding:50px 46px 34px;
}
#leadModal .lead-aside-v49 h2,
#leadModal .lead-form-intro-v49 h3{
  position:relative;
  z-index:1;
  margin:0;
  text-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
#leadModal .lead-aside-v49 h2{
  margin:25px 0 18px;
}
#leadModal .lead-form-panel-v49{
  padding:50px 46px 35px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
#leadModal .lead-form-intro-v49{
  padding-right:50px;
  margin-bottom:18px;
}
#leadModal .lead-form-chips-v49{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}
#leadModal .lead-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
#leadModal .lead-form-v49 label{
  display:flex;
  flex-direction:column;
  gap:7px;
}
#leadModal .lead-form-v49 .lead-input-wrap-v49 input{
  width:100%;
  height:54px;
}
#leadModal .lead-form-v49 .lead-textarea-wrap-v49 textarea{
  width:100%;
  min-height:122px;
}
#leadModal .lead-submit-v49{
  width:100%;
}
#leadModal .form-status{
  min-height:0;
}
@media(max-width:820px){
  #leadModal .lead-dialog-v49{
    width:100%;
    max-height:calc(100dvh - 20px);
    grid-template-columns:1fr;
    border-radius:25px;
  }
  #leadModal .lead-aside-v49{
    padding:29px 20px 20px;
    border-right:0;
    border-bottom:1px solid rgba(43,58,93,.09);
  }
  #leadModal .lead-form-panel-v49{
    padding:21px 20px 20px;
  }
  #leadModal .lead-form-intro-v49{
    padding-right:24px;
  }
  #leadModal .lead-form-row{
    grid-template-columns:1fr;
  }
}
@media(max-width:430px){
  #leadModal .lead-aside-v49{
    padding:26px 17px 17px;
  }
  #leadModal .lead-form-panel-v49{
    padding:18px 17px;
  }
}

/* =========================================================
   AdeptDEV v1.3.17 — clickable live example in estimate summary
   ========================================================= */
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:1px;
  padding:8px 10px;
  border:1px solid #dce4f0;
  border-radius:12px;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  color:#516079;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(31,48,82,.045);
  transition:transform .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease);
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317:hover{
  transform:translateY(-1px);
  border-color:#b8c9ff;
  background:#f3f6ff;
  box-shadow:0 8px 20px rgba(49,88,246,.10);
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317:focus-visible{
  outline:0;
  border-color:#8ea7ff;
  box-shadow:0 0 0 3px rgba(49,88,246,.12),0 8px 20px rgba(49,88,246,.10);
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317 span{
  color:#7a879b!important;
  font-size:9px!important;
  font-weight:750!important;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317 strong{
  min-width:0;
  overflow:hidden;
  color:#274fc6!important;
  font-size:10px!important;
  font-weight:900!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317 i{
  flex:0 0 auto;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:7px;
  background:#eaf0ff;
  color:#3158f6;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  transition:transform .18s var(--ease),background .18s var(--ease);
}
.pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317:hover i{
  transform:translate(1px,-1px);
  background:#dfe8ff;
}
@media(max-width:760px){
  .pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317{
    width:100%;
    justify-content:flex-start;
  }
  .pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317 strong{
    font-size:9.5px!important;
  }
  .pricing-commerce-shell-v101 #calcSolutionPills .estimate-example-link-v1317 i{
    margin-left:auto;
  }
}

/* =========================================================
   AdeptDEV v1.3.18 — homepage: one clear path to calculator
   The full calculator lives only on its dedicated page.
   ========================================================= */
.ad26-calc-gateway-v1318{
  position:relative;
}
.ad26-calc-gateway-shell-v1318{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);
  gap:18px;
  padding:18px;
  overflow:hidden;
  border:1px solid #dfe6f2;
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 8%,rgba(60,91,246,.09),transparent 27%),
    linear-gradient(145deg,#fbfcff 0%,#f6f8fe 48%,#fff 100%);
  box-shadow:0 26px 75px rgba(31,48,88,.09);
}
.ad26-calc-gateway-shell-v1318:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-150px;
  bottom:-180px;
  border:1px solid rgba(72,94,224,.08);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(72,94,224,.025),0 0 0 84px rgba(72,94,224,.018);
  pointer-events:none;
}
.ad26-calc-gateway-copy-v1318{
  position:relative;
  z-index:1;
  min-width:0;
  padding:42px 34px 38px;
}
.ad26-calc-gateway-copy-v1318 h2{
  max-width:720px;
  margin:16px 0 14px;
  color:#111a2d;
  font-size:clamp(38px,4.2vw,58px);
  line-height:.99;
  letter-spacing:-.055em;
}
.ad26-calc-gateway-copy-v1318>p{
  max-width:690px;
  margin:0;
  color:#67758d;
  font-size:13px;
  line-height:1.72;
}
.ad26-calc-gateway-flow-v1318{
  display:grid;
  grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);
  gap:8px;
  align-items:center;
  margin-top:30px;
}
.ad26-calc-gateway-flow-v1318 article{
  min-width:0;
  min-height:82px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding:13px;
  border:1px solid #e0e6f1;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.ad26-calc-gateway-flow-v1318 article>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#eef2ff;
  color:#3158f6;
  font-size:9px;
  font-weight:900;
}
.ad26-calc-gateway-flow-v1318 article div{
  min-width:0;
}
.ad26-calc-gateway-flow-v1318 article b{
  display:block;
  color:#202b40;
  font-size:10.5px;
  line-height:1.25;
}
.ad26-calc-gateway-flow-v1318 article small{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#8591a5;
  font-size:8.5px;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ad26-calc-gateway-flow-v1318>i{
  display:grid;
  place-items:center;
  color:#9aa7bc;
  font-style:normal;
}
.ad26-calc-gateway-flow-v1318>i svg{
  width:15px;
  height:15px;
}
.ad26-calc-gateway-actions-v1318{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:28px;
}
.ad26-calc-main-btn-v1318{
  min-height:54px;
  padding-inline:22px!important;
  border-radius:17px!important;
  box-shadow:0 16px 34px rgba(49,88,246,.22)!important;
}
.ad26-calc-gateway-actions-v1318>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#65758b;
  font-size:9.5px;
  font-weight:750;
}
.ad26-calc-gateway-actions-v1318>span svg{
  width:14px;
  height:14px;
  color:#29a779;
}
.ad26-calc-gateway-panel-v1318{
  position:relative;
  z-index:1;
  min-width:0;
  padding:25px;
  border:1px solid #dce4f1;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 50px rgba(35,53,93,.08);
}
.ad26-calc-gateway-panel-head-v1318{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:3px 3px 16px;
  border-bottom:1px solid #edf1f6;
}
.ad26-calc-gateway-panel-head-v1318 span{
  color:#7484a0;
  font-size:8.5px;
  font-weight:900;
  letter-spacing:.14em;
}
.ad26-calc-gateway-panel-head-v1318 b{
  color:#162136;
  font-size:18px;
  letter-spacing:-.025em;
}
.ad26-calc-gateway-plans-v1318{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.ad26-calc-gateway-plans-v1318>a{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto 22px;
  gap:11px;
  align-items:center;
  min-height:78px;
  padding:11px 12px;
  border:1px solid #e4e9f2;
  border-radius:17px;
  background:#fbfcfe;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ad26-calc-gateway-plans-v1318>a:hover{
  transform:translateY(-2px);
  border-color:#c8d5ff;
  background:#fff;
  box-shadow:0 13px 28px rgba(43,65,119,.09);
}
.ad26-calc-gateway-plan-icon-v1318{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(145deg,#edf2ff,#f5f7ff);
  color:#3158f6;
}
.ad26-calc-gateway-plan-icon-v1318 svg{
  width:18px;
  height:18px;
}
.ad26-calc-gateway-plans-v1318>a>div{
  min-width:0;
}
.ad26-calc-gateway-plans-v1318>a>div b{
  display:block;
  color:#202a3d;
  font-size:11px;
  line-height:1.25;
}
.ad26-calc-gateway-plans-v1318>a>div small{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#8390a4;
  font-size:8.5px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ad26-calc-gateway-plans-v1318>a>em{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  color:#22304a;
  font-style:normal;
  white-space:nowrap;
}
.ad26-calc-gateway-plans-v1318>a>em del{
  color:#9aa4b3;
  font-size:8px;
  font-weight:750;
}
.ad26-calc-gateway-plans-v1318>a>em strong{
  color:#244ed0;
  font-size:11px;
  font-weight:900;
}
.ad26-calc-gateway-plans-v1318>a>em small{
  color:#8390a4;
  font-size:7.5px;
}
.ad26-calc-gateway-plans-v1318>a>i{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#f1f4fa;
  color:#536787;
  font-style:normal;
  transition:.18s ease;
}
.ad26-calc-gateway-plans-v1318>a:hover>i{
  background:#3158f6;
  color:#fff;
  transform:translateX(2px);
}
.ad26-calc-gateway-plans-v1318>a>i svg{
  width:11px;
  height:11px;
}
.ad26-calc-gateway-sale-v1318{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  margin-top:12px;
  padding:12px 13px;
  border:1px solid #dce8df;
  border-radius:16px;
  background:linear-gradient(135deg,#f3fbf7,#fbfefd);
}
.ad26-calc-gateway-sale-v1318>span{
  padding:6px 7px;
  border-radius:999px;
  background:#e5f7ee;
  color:#27815f;
  font-size:7px;
  font-weight:950;
  letter-spacing:.08em;
}
.ad26-calc-gateway-sale-v1318 div b{
  display:block;
  color:#214033;
  font-size:9.5px;
}
.ad26-calc-gateway-sale-v1318 div small{
  display:block;
  margin-top:2px;
  color:#718b80;
  font-size:7.8px;
}
.ad26-calc-gateway-sale-v1318>strong{
  color:#23805d;
  font-size:10px;
  white-space:nowrap;
}
@media(max-width:1050px){
  .ad26-calc-gateway-shell-v1318{
    grid-template-columns:1fr;
  }
  .ad26-calc-gateway-panel-v1318{
    margin:0;
  }
}
@media(max-width:760px){
  .ad26-calc-gateway-shell-v1318{
    padding:10px;
    border-radius:25px;
  }
  .ad26-calc-gateway-copy-v1318{
    padding:26px 17px 20px;
  }
  .ad26-calc-gateway-copy-v1318 h2{
    font-size:37px;
  }
  .ad26-calc-gateway-copy-v1318>p{
    font-size:11.5px;
  }
  .ad26-calc-gateway-flow-v1318{
    grid-template-columns:1fr;
    gap:7px;
    margin-top:22px;
  }
  .ad26-calc-gateway-flow-v1318>i{
    height:12px;
    transform:rotate(90deg);
  }
  .ad26-calc-gateway-flow-v1318 article{
    min-height:68px;
  }
  .ad26-calc-gateway-actions-v1318{
    align-items:stretch;
    flex-direction:column;
    margin-top:22px;
  }
  .ad26-calc-main-btn-v1318{
    width:100%;
    justify-content:center;
  }
  .ad26-calc-gateway-panel-v1318{
    padding:16px;
    border-radius:20px;
  }
  .ad26-calc-gateway-plans-v1318>a{
    grid-template-columns:39px minmax(0,1fr) 20px;
    min-height:73px;
    padding:10px;
  }
  .ad26-calc-gateway-plan-icon-v1318{
    width:39px;
    height:39px;
  }
  .ad26-calc-gateway-plans-v1318>a>em{
    grid-column:2;
    align-items:flex-start;
    margin-top:-2px;
  }
  .ad26-calc-gateway-plans-v1318>a>i{
    grid-column:3;
    grid-row:1/3;
  }
  .ad26-calc-gateway-sale-v1318{
    grid-template-columns:auto minmax(0,1fr);
  }
  .ad26-calc-gateway-sale-v1318>strong{
    grid-column:2;
  }
}



/* =========================================================
   ADEPTDEV v1.4.0 — Beauty Salon case + Salon OS preview
   ========================================================= */
.ad26-showcase-media{position:relative}
.ad26-showcase-admin-preview{position:absolute;right:16px;bottom:16px;z-index:4;width:min(43%,330px);padding:7px;border:1px solid rgba(255,255,255,.55);border-radius:15px;background:rgba(8,15,27,.92);box-shadow:0 18px 45px rgba(7,20,44,.34);backdrop-filter:blur(10px);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.ad26-showcase-admin-preview small{position:absolute;left:13px;top:12px;z-index:2;display:inline-flex;align-items:center;min-height:21px;padding:0 8px;border-radius:999px;background:rgba(8,12,19,.78);border:1px solid rgba(255,255,255,.16);color:#f5cf8e;font-size:8px;font-weight:900;letter-spacing:.12em;box-shadow:0 6px 18px rgba(0,0,0,.22)}
.ad26-showcase-media .ad26-showcase-admin-preview img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:top center!important;border-radius:10px;transform:none!important}
.ad26-showcase-card:hover .ad26-showcase-admin-preview{transform:translateY(-4px) scale(1.015);box-shadow:0 24px 55px rgba(7,20,44,.42)}

.adp-beauty-case-v140{align-items:center}
.adp-beauty-preview-v140{position:relative;min-width:0;height:520px}
.adp-beauty-site-v140{position:absolute;left:0;top:0;width:88%;overflow:hidden;border:1px solid #d7e1ed;border-radius:25px;background:#0b0c0e;box-shadow:0 28px 78px rgba(18,44,84,.16);transition:transform .3s ease,box-shadow .3s ease}
.adp-beauty-site-v140:hover{transform:translateY(-4px);box-shadow:0 34px 90px rgba(18,44,84,.2)}
.adp-beauty-browser-v140{height:42px;padding:0 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#f8fafc;border-bottom:1px solid #dfe6f0;color:#52647c}
.adp-beauty-browser-v140>span{display:flex;gap:5px}.adp-beauty-browser-v140 i{width:7px;height:7px;border-radius:50%;background:#aab6c6}.adp-beauty-browser-v140 b{justify-self:center;font-size:10px;letter-spacing:.02em}.adp-beauty-browser-v140 em{font-style:normal;font-size:8px;font-weight:900;letter-spacing:.1em;color:#2a62d4;display:flex;align-items:center;gap:5px}.adp-beauty-browser-v140 em:before{content:"";width:6px;height:6px;border-radius:50%;background:#2b69eb;box-shadow:0 0 0 4px rgba(43,105,235,.12)}
.adp-beauty-site-v140>img{display:block;width:100%;aspect-ratio:16/8.1;object-fit:cover;object-position:top center;background:#111}
.adp-beauty-admin-v140{position:absolute;right:0;bottom:0;width:63%;margin:0;overflow:hidden;border:1px solid rgba(226,187,125,.45);border-radius:22px;background:#070908;box-shadow:0 30px 80px rgba(8,19,36,.32);transform:rotate(-1.2deg);transition:transform .3s ease,box-shadow .3s ease}
.adp-beauty-admin-v140:hover{transform:rotate(0) translateY(-4px);box-shadow:0 36px 90px rgba(8,19,36,.4)}
.adp-beauty-admin-v140 figcaption{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(90deg,#0a0c0b,#15120d);border-bottom:1px solid rgba(228,184,113,.18);color:#f4d39e}
.adp-beauty-admin-v140 figcaption b{font-size:11px;letter-spacing:.05em}.adp-beauty-admin-v140 figcaption span{font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#a99678}
.adp-beauty-admin-v140 img{display:block;width:100%;aspect-ratio:16/8.1;object-fit:cover;object-position:top center}
@media(max-width:1100px){.adp-beauty-preview-v140{height:500px;max-width:900px;width:100%;margin:auto}.adp-beauty-site-v140{width:88%}.adp-beauty-admin-v140{width:61%}}
@media(max-width:760px){.ad26-showcase-admin-preview{right:10px;bottom:10px;width:47%;padding:5px;border-radius:11px}.ad26-showcase-admin-preview small{left:9px;top:8px;min-height:17px;padding:0 6px;font-size:6px}.ad26-showcase-media .ad26-showcase-admin-preview img{border-radius:7px}.adp-beauty-preview-v140{height:360px}.adp-beauty-site-v140{width:94%;border-radius:18px}.adp-beauty-browser-v140{height:36px;padding:0 10px;grid-template-columns:52px 1fr auto}.adp-beauty-browser-v140 b{font-size:8px}.adp-beauty-browser-v140 em{font-size:7px}.adp-beauty-admin-v140{width:78%;border-radius:16px}.adp-beauty-admin-v140 figcaption{height:34px;padding:0 10px}.adp-beauty-admin-v140 figcaption b{font-size:9px}.adp-beauty-admin-v140 figcaption span{font-size:6px}}

/* =========================================================
   ADEPTDEV v1.4.1 — pricing cards link to portfolio
   Screenshots live in Portfolio, not inside the calculator.
   ========================================================= */
.pricing-commerce-shell-v101 .pricing-plan-with-example-v1311{
  min-height:320px;
}
.pricing-commerce-shell-v101 .pricing-plan-portfolio-btn-v141{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin:2px 0 13px;
  padding:11px 12px 11px 13px;
  border:1px solid #d9e2f4;
  border-radius:13px;
  background:linear-gradient(135deg,#f8faff 0%,#eef4ff 100%);
  color:#3158f6;
  font-size:10px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:-.01em;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(49,88,246,.06);
  transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-portfolio-btn-v141 svg{
  flex:0 0 auto;
  width:15px;
  height:15px;
  transition:transform .2s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-portfolio-btn-v141:hover{
  border-color:#b9c9ff;
  background:linear-gradient(135deg,#f4f7ff 0%,#e7efff 100%);
  box-shadow:0 12px 26px rgba(49,88,246,.11);
  transform:translateY(-1px);
}
.pricing-commerce-shell-v101 .pricing-plan-portfolio-btn-v141:hover svg{transform:translateX(2px)}
.pricing-commerce-shell-v101 .pricing-plan-with-example-v1311.active .pricing-plan-portfolio-btn-v141{
  border-color:#aebfff;
  background:#fff;
  color:#244ee6;
}
@media(max-width:760px){
  .pricing-commerce-shell-v101 .pricing-plan-with-example-v1311{min-height:0}
  .pricing-commerce-shell-v101 .pricing-plan-portfolio-btn-v141{padding:12px 13px;font-size:10.5px}
}

/* AdeptDEV Portfolio / NANU partner case v142 */
.pf26-page,.pf26-nanu-page{--pf-ink:#0f1c35;--pf-muted:#697a93;--pf-line:#dbe5f2;--pf-blue:#3158f6;--pf-bg:#f7faff}
.pf26-hero .adp-page-hero-copy{max-width:760px}
.pf26-filter{position:sticky;top:74px;z-index:24;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding-top:16px}
.pf26-project{max-width:1320px;margin:0 auto;padding:96px 36px;border-top:1px solid #e3eaf4;display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:58px;align-items:center;overflow:visible}
.pf26-project-featured{padding-top:106px;background:radial-gradient(circle at 88% 18%,rgba(49,88,246,.07),transparent 34%)}
.pf26-copy{min-width:0;position:relative;z-index:2}
.pf26-copy h1,.pf26-copy h2,.pf26-section-head h2,.pf26-app-copy h2{margin:11px 0 19px;color:var(--pf-ink);font-size:clamp(42px,4.6vw,68px);line-height:1.02;letter-spacing:-.055em;overflow-wrap:anywhere;word-break:normal}
.pf26-copy h1{font-size:clamp(54px,6.2vw,92px)}
.pf26-copy>p,.pf26-section-head>p,.pf26-app-copy>p{margin:0;color:var(--pf-muted);font-size:16px;line-height:1.72;max-width:650px}
 .pf26-status-row{display:flex;flex-wrap:wrap;gap:16px;margin:18px 0 20px}.pf26-status-row span{position:relative;padding:0 0 5px;color:#60728d;font-size:9px;font-weight:900;letter-spacing:.08em}.pf26-status-row span:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#cad6e7}.pf26-status-row .is-review{color:#8b611a}.pf26-status-row .is-review:after{background:#d9aa53}.pf26-status-row .is-live{color:#25845a}.pf26-status-row .is-live:after{background:#53b982}
.pf26-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.pf26-facts>div{padding:15px;border:1px solid var(--pf-line);border-radius:16px;background:#fff}.pf26-facts b{display:block;color:#17345d;font-size:11px;margin-bottom:5px}.pf26-facts span{display:block;color:#78889d;font-size:9px;line-height:1.55}
.pf26-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:28px}.pf26-text-link{display:inline-flex;align-items:center;gap:7px;color:#2f5ddb;font-size:11px;font-weight:850}.pf26-text-link svg{width:14px}
.pf26-gallery{min-width:0;display:grid;gap:14px}.pf26-gallery-main{grid-template-columns:minmax(0,1.5fr) minmax(190px,.62fr);align-items:stretch}.pf26-gallery-pair{grid-template-columns:1fr 1fr}.pf26-shot{position:relative;display:block;width:100%;min-width:0;border:1px solid #d5e1f0;border-radius:22px;background:linear-gradient(145deg,#fff,#f5f8fd);box-shadow:0 22px 64px rgba(23,62,120,.10);padding:0;overflow:hidden;cursor:zoom-in;isolation:isolate}.pf26-shot:focus-visible{outline:3px solid rgba(49,88,246,.26);outline-offset:3px}.pf26-shot img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#f8faff;transition:transform .36s ease,filter .3s ease}.pf26-shot:hover img{transform:scale(1.012);filter:saturate(1.03)}.pf26-shot-main{aspect-ratio:16/10}.pf26-shot-side{aspect-ratio:10/12}.pf26-gallery-pair .pf26-shot{aspect-ratio:16/10}.pf26-shot-full{aspect-ratio:16/8.7;max-height:none}.pf26-shot-cap{position:absolute;z-index:3;left:12px;right:12px;top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;pointer-events:none}.pf26-shot-cap b,.pf26-shot-cap em{display:inline-flex;align-items:center;padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.93);box-shadow:0 8px 24px rgba(18,43,78,.11);backdrop-filter:blur(8px);color:#334b6e;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.09em}.pf26-shot-cap em{color:#9a6d1b}.pf26-shot-cap em.is-live{color:#27845c}.pf26-zoom{position:absolute;z-index:4;right:12px;bottom:12px;display:flex;align-items:center;gap:6px;padding:9px 10px;border-radius:10px;background:rgba(15,27,48,.90);color:#fff;font-size:8px;font-style:normal;font-weight:850;opacity:0;transform:translateY(5px);transition:.2s}.pf26-zoom svg{width:13px}.pf26-shot:hover .pf26-zoom{opacity:1;transform:none}
.pf26-feature-list{display:grid;gap:9px;margin:24px 0}.pf26-feature-list>span{display:grid;grid-template-columns:minmax(125px,.46fr) 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #e4eaf3;color:#72829a;font-size:10px;line-height:1.55}.pf26-feature-list b{color:#203d66;font-size:10px}
.pf26-tattoo-gallery{grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);align-items:stretch}.pf26-tattoo-gallery .pf26-shot{aspect-ratio:16/10}.pf26-admin-board{min-height:100%;border:1px solid #283348;border-radius:22px;padding:18px;background:linear-gradient(145deg,#0d121b,#171d29);color:#fff;box-shadow:0 22px 64px rgba(11,19,32,.20);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.pf26-admin-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.pf26-admin-head b{font-size:12px}.pf26-admin-head span{font-size:7px;color:#d9ae68;letter-spacing:.1em}.pf26-admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0}.pf26-admin-metrics i{padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035);font-style:normal}.pf26-admin-metrics b{display:block;font-size:17px}.pf26-admin-metrics small{display:block;margin-top:4px;color:#8b98aa;font-size:7px}.pf26-admin-rows{display:grid;gap:7px}.pf26-admin-rows span{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;padding:10px 9px;border-radius:11px;background:rgba(255,255,255,.035);font-size:8px}.pf26-admin-rows i{width:7px;height:7px;border-radius:50%;background:#d9ae68}.pf26-admin-rows em{font-size:7px;color:#70d99b;font-style:normal}
.pf26-project-dark{background:linear-gradient(180deg,#fbfcff,#f6f9ff)}.pf26-crm-board{min-width:0;position:relative;padding:14px;border:1px solid #d4e0ef;border-radius:24px;background:#fff;box-shadow:0 22px 64px rgba(23,62,120,.09)}.pf26-crm-board .adp-crm-screen{height:390px;margin:0}.pf26-crm-caption{display:flex;justify-content:space-between;gap:12px;padding:13px 8px 3px}.pf26-crm-caption b{font-size:11px;color:#17345d}.pf26-crm-caption span{font-size:8px;color:#7a8ba3;text-align:right}
.pf26-support-gallery,.pf26-support-case{display:grid;grid-template-columns:minmax(0,1fr) 205px;gap:18px;align-items:center;min-width:0}.pf26-support-main{aspect-ratio:16/10}.pf26-support-main img{object-position:center top}.pf26-phone-mini{position:relative;width:190px;height:390px;margin:auto;border-radius:34px;padding:7px;background:#101620;border:1px solid #283449;box-shadow:0 28px 70px rgba(14,25,43,.25)}.pf26-phone-mini>span{position:absolute;z-index:3;top:11px;left:50%;width:58px;height:13px;transform:translateX(-50%);border-radius:999px;background:#0a0e15}.pf26-phone-mini button{display:block;width:100%;height:100%;padding:0;border:0;background:#fff;border-radius:27px;overflow:hidden;cursor:zoom-in}.pf26-phone-mini img{display:block;width:100%;height:100%;object-fit:contain;object-position:center top;background:#fff}.pf26-phone-mini-soft{height:322px;padding:14px 14px 12px;border-color:rgba(103,132,255,.34);background:radial-gradient(circle at 24% 15%,rgba(95,128,255,.30),transparent 34%),linear-gradient(160deg,#101a2d 0%,#182849 55%,#203663 100%);box-shadow:0 28px 72px rgba(18,34,66,.26)}.pf26-phone-mini-soft:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(146,171,255,.34),rgba(255,255,255,.10),rgba(73,110,255,.32));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.pf26-phone-mini-soft>span{background:#0c1220}.pf26-phone-mini-soft button{height:100%;padding:12px;background:linear-gradient(180deg,#f4f7ff,#ffffff);border-radius:26px;box-shadow:inset 0 0 0 1px rgba(112,133,187,.14)}.pf26-phone-mini-soft img{border-radius:20px;object-fit:contain;object-position:center top}.pf26-phone-mini-soft .pf26-mini-label{left:16px;top:16px;right:auto;background:rgba(255,255,255,.96);color:#214173;box-shadow:0 12px 28px rgba(13,27,50,.15);font-size:7px;letter-spacing:.13em}.pf26-real-grid article.is-wide{grid-column:span 2}.pf26-real-grid article .pf26-shot{aspect-ratio:16/9}.pf26-real-grid article.is-wide .pf26-shot{aspect-ratio:1907/964}.pf26-real-grid article:nth-child(2) .pf26-shot{aspect-ratio:1904/960}.pf26-real-grid article:nth-child(3) .pf26-shot{aspect-ratio:1906/959}.pf26-real-grid article:nth-child(4) .pf26-shot{aspect-ratio:1903/966}.pf26-real-grid article:nth-child(5) .pf26-shot{aspect-ratio:1904/965}
.pf26-store-section{padding-top:92px}.pf26-store-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pf26-store-grid article{border:1px solid #d9e4f0;border-radius:25px;background:#fff;overflow:hidden;box-shadow:0 18px 54px rgba(28,66,124,.07)}.pf26-store-grid .pf26-shot{border:0;border-radius:0;box-shadow:none;aspect-ratio:16/9;background:#f8faff}.pf26-store-grid article>div{padding:17px 18px 20px}.pf26-store-grid article>div>span{font-size:7px;color:#7487a2;font-weight:900;letter-spacing:.1em}.pf26-store-grid h3{margin:5px 0 12px;font-size:20px;color:#122b4e}.pf26-store-grid a{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:850;color:#3158f6}.pf26-store-grid a svg{width:12px}
.pf26-nanu-hero{max-width:1320px;margin:0 auto;padding:82px 36px 96px;display:grid;grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr);gap:58px;align-items:center}.pf26-nanu-section{max-width:1320px;margin:0 auto;padding:96px 36px;border-top:1px solid #e2e9f3}.pf26-section-head{max-width:820px;margin-bottom:36px}.pf26-section-head h2{font-size:clamp(40px,4.5vw,66px)}
.pf26-module-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pf26-module-card{border:1px solid #d8e3f0;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 20px 60px rgba(24,64,123,.08)}.pf26-module-card .pf26-shot{border:0;border-bottom:1px solid #e2e9f2;border-radius:0;box-shadow:none;aspect-ratio:16/9;background:#0b1220}.pf26-module-card .pf26-shot img{background:#0b1220}.pf26-module-copy{padding:21px 22px 23px}.pf26-module-copy>span{font-size:7px;font-weight:950;letter-spacing:.11em;color:#2b845e}.pf26-module-copy h3{margin:6px 0 9px;color:#142f52;font-size:24px;letter-spacing:-.04em}.pf26-module-copy p{margin:0;color:#6f8098;font-size:11px;line-height:1.65}.pf26-service-note{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid #e5ebf3}.pf26-service-note b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#eafaf2;color:#25885c;font-size:11px}.pf26-service-note span{font-size:8px;color:#56728f;font-weight:800}
.pf26-app-section{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:70px;align-items:center;background:linear-gradient(145deg,#0d1423,#17243d);border-top:0;border-radius:34px;margin-top:72px;margin-bottom:72px;color:#fff;padding:60px 56px;box-shadow:0 30px 90px rgba(14,31,60,.18)}.pf26-app-copy h2{color:#fff}.pf26-app-copy>p{color:#aab9cf}.pf26-app-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.pf26-app-badges span{padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#c9d6e8;font-size:7px;font-weight:900;letter-spacing:.08em}.pf26-phones{height:470px;position:relative;min-width:0}.pf26-phone{position:absolute;top:18px;width:205px;height:430px;padding:7px;border-radius:34px;background:#080c13;border:1px solid #2a3546;box-shadow:0 24px 70px rgba(0,0,0,.38);transition:transform .25s}.pf26-phone>span{position:absolute;z-index:3;left:50%;top:11px;width:62px;height:14px;transform:translateX(-50%);border-radius:999px;background:#05070b}.pf26-phone button{display:block;width:100%;height:100%;padding:12px;border:0;border-radius:27px;overflow:hidden;background:linear-gradient(180deg,#f4f7ff,#fff);cursor:zoom-in}.pf26-phone img{width:100%;height:100%;display:block;object-fit:contain;object-position:center top;border-radius:20px;background:#fff}.pf26-phone.p1{left:2%;transform:rotate(-4deg) translateY(14px);z-index:1}.pf26-phone.p2{left:34%;z-index:3}.pf26-phone.p3{left:66%;transform:rotate(4deg) translateY(14px);z-index:2}.pf26-phone:hover{z-index:5;transform:translateY(-6px)}.pf26-app-label{position:absolute;z-index:6;right:2%;bottom:10px;padding:14px 16px;border:1px solid rgba(144,167,255,.24);border-radius:16px;background:rgba(13,21,35,.88);backdrop-filter:blur(14px);box-shadow:0 18px 42px rgba(0,0,0,.22)}.pf26-app-label b{display:block;font-size:11px;letter-spacing:.11em;color:#fff}.pf26-app-label span{display:block;margin-top:4px;font-size:8px;color:#8fa6c7}
.pf26-support-section .pf26-section-head{max-width:760px}.pf26-support-case{grid-template-columns:minmax(0,1fr) 205px minmax(180px,.45fr)}.pf26-support-copy{display:grid;gap:8px}.pf26-support-copy>b{font-size:12px;color:#17345d;margin-bottom:4px}.pf26-support-copy>span{padding:10px 12px;border:1px solid #dbe5f0;border-radius:12px;background:#fff;color:#60758f;font-size:8px;font-weight:800}
.portfolio105-lightbox-card{width:min(1360px,96vw)}.portfolio105-lightbox-image img{max-height:78vh;background:#f7f9fc}.p105-lock{overflow:hidden}
@media(max-width:1100px){.pf26-project,.pf26-nanu-hero{grid-template-columns:1fr;gap:32px}.pf26-gallery-main{grid-template-columns:1.45fr .55fr}.pf26-copy>p{max-width:760px}.pf26-app-section{grid-template-columns:1fr;gap:30px}.pf26-phones{max-width:760px;width:100%;margin:auto}.pf26-support-case{grid-template-columns:minmax(0,1fr) 190px}.pf26-support-copy{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}.pf26-support-copy>b{grid-column:1/-1}.pf26-filter{top:64px}}
@media(max-width:760px){.pf26-filter{top:58px}.pf26-project,.pf26-nanu-hero,.pf26-nanu-section{padding:62px 20px}.pf26-project-featured{padding-top:68px}.pf26-copy h1{font-size:54px}.pf26-copy h2,.pf26-section-head h2,.pf26-app-copy h2{font-size:38px}.pf26-copy>p,.pf26-section-head>p,.pf26-app-copy>p{font-size:14px}.pf26-facts{grid-template-columns:1fr}.pf26-gallery-main,.pf26-gallery-pair,.pf26-tattoo-gallery,.pf26-module-grid,.pf26-store-grid,.pf26-real-grid{grid-template-columns:1fr}.pf26-shot-main,.pf26-shot-side,.pf26-gallery-pair .pf26-shot,.pf26-shot-full{aspect-ratio:16/10}.pf26-feature-list>span{grid-template-columns:1fr;gap:4px}.pf26-admin-board{min-height:340px}.pf26-crm-board .adp-crm-screen{height:310px}.pf26-support-gallery,.pf26-support-case{grid-template-columns:1fr}.pf26-phone-mini{width:180px;height:370px}.pf26-phone-mini-soft{height:310px;padding:12px 12px 10px}.pf26-support-copy{grid-column:auto;grid-template-columns:1fr}.pf26-support-copy>b{grid-column:auto}.pf26-app-section{margin:38px 14px;padding:42px 20px;border-radius:26px}.pf26-phones{height:360px}.pf26-phone{width:145px;height:310px;border-radius:26px;padding:5px}.pf26-phone button{padding:10px;border-radius:21px}.pf26-phone img{border-radius:16px}.pf26-phone>span{top:8px;width:48px;height:10px}.pf26-phone.p1{left:0}.pf26-phone.p2{left:31%}.pf26-phone.p3{left:62%}.pf26-app-label{right:0;bottom:0}.pf26-zoom{opacity:1;transform:none}.pf26-shot-cap{left:9px;right:9px;top:9px}.pf26-shot-cap b,.pf26-shot-cap em{font-size:6px;padding:6px 7px}.pf26-real-grid article.is-wide{grid-column:auto}.portfolio105-lightbox{padding:9px}.portfolio105-lightbox-card{width:98vw}.portfolio105-lightbox-image img{max-height:74vh}}

/* v143 portfolio fixes: real CRM/NANU visuals */
.pf26-gallery-nanu{grid-template-columns:minmax(0,1.44fr) minmax(210px,.56fr)}
.pf26-gallery-side-stack{display:grid;gap:14px;align-self:stretch}
.pf26-crm-real{display:grid;grid-template-columns:minmax(0,1.46fr) minmax(250px,.72fr);gap:14px;align-items:stretch}
.pf26-crm-real .pf26-shot{background:#f8faff}
.pf26-crm-shot-main{aspect-ratio:16/10}
.pf26-crm-shot-side{aspect-ratio:10/12}
.pf26-crm-shot-main img,.pf26-crm-shot-side img{object-position:left top}
@media(max-width:1100px){
  .pf26-gallery-nanu{grid-template-columns:minmax(0,1.4fr) minmax(185px,.6fr)}
  .pf26-crm-real{grid-template-columns:minmax(0,1.32fr) minmax(220px,.68fr)}
}
@media(max-width:760px){
  .pf26-gallery-nanu,.pf26-gallery-side-stack,.pf26-crm-real{grid-template-columns:1fr}
  .pf26-crm-shot-main,.pf26-crm-shot-side{aspect-ratio:16/10}
}

/* v144 portfolio screenshot fit fixes */
.pf26-tattoo-gallery .pf26-shot-main{aspect-ratio:1904/968}
.pf26-gallery-pair .pf26-shot{aspect-ratio:1904/960}
.pf26-module-card:first-child .pf26-shot{aspect-ratio:1309/861}
.pf26-module-card:last-child .pf26-shot{aspect-ratio:1587/902}
.pf26-mini-label{position:absolute;z-index:4;top:12px;left:12px;display:inline-flex;align-items:center;padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(18,43,78,.11);backdrop-filter:blur(8px);color:#334b6e;font-size:7px;font-weight:950;letter-spacing:.09em}
@media(max-width:760px){
  .pf26-tattoo-gallery .pf26-shot-main,.pf26-gallery-pair .pf26-shot,.pf26-module-card .pf26-shot{aspect-ratio:16/10}
  .pf26-mini-label{font-size:6px;padding:6px 8px}
}

/* v146 NANU real-screens + app mock refinement */
.pf26-phone-mini-soft{height:322px;padding:14px 14px 12px;border-color:rgba(103,132,255,.34);background:radial-gradient(circle at 24% 15%,rgba(95,128,255,.30),transparent 34%),linear-gradient(160deg,#101a2d 0%,#182849 55%,#203663 100%);box-shadow:0 28px 72px rgba(18,34,66,.26)}
.pf26-phone-mini-soft:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(146,171,255,.34),rgba(255,255,255,.10),rgba(73,110,255,.32));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.pf26-phone-mini-soft>span{background:#0c1220}
.pf26-phone-mini-soft button{height:100%;padding:12px;background:linear-gradient(180deg,#f4f7ff,#ffffff);border-radius:26px;box-shadow:inset 0 0 0 1px rgba(112,133,187,.14)}
.pf26-phone-mini-soft img{border-radius:20px;object-fit:contain;object-position:center top}
.pf26-phone-mini-soft .pf26-mini-label{left:16px;top:16px;right:auto;background:rgba(255,255,255,.96);color:#214173;box-shadow:0 12px 28px rgba(13,27,50,.15);font-size:7px;letter-spacing:.13em}
.pf26-real-grid article.is-wide{grid-column:span 2}
.pf26-real-grid article .pf26-shot{aspect-ratio:16/9}
.pf26-real-grid article.is-wide .pf26-shot{aspect-ratio:1907/964}
.pf26-real-grid article:nth-child(2) .pf26-shot{aspect-ratio:1904/960}
.pf26-real-grid article:nth-child(3) .pf26-shot{aspect-ratio:1906/959}
.pf26-real-grid article:nth-child(4) .pf26-shot{aspect-ratio:1903/966}
.pf26-real-grid article:nth-child(5) .pf26-shot{aspect-ratio:1904/965}
@media(max-width:760px){
  .pf26-phone-mini-soft{height:310px;padding:12px 12px 10px}
  .pf26-real-grid article.is-wide{grid-column:auto}
}

/* v145 premium preloader + portfolio nudge */
.lux-preloader{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 15% 20%,rgba(77,106,255,.18),transparent 34%),radial-gradient(circle at 82% 16%,rgba(95,214,255,.12),transparent 26%),linear-gradient(135deg,#eef2f8 0%,#f7f9fd 52%,#eef3fb 100%);overflow:hidden;transition:opacity .55s ease,visibility .55s ease}.lux-preloader.is-hidden{opacity:0;visibility:hidden}.lux-preloader-noise{position:absolute;inset:0;opacity:.26;background-image:radial-gradient(rgba(27,40,71,.08) .65px,transparent .65px);background-size:14px 14px;mask-image:linear-gradient(180deg,rgba(0,0,0,.66),transparent)}.lux-preloader-orb{position:absolute;border-radius:50%;filter:blur(10px);animation:luxLoaderFloat 8.2s ease-in-out infinite}.lux-orb-a{width:420px;height:420px;left:-120px;top:-80px;background:radial-gradient(circle,rgba(61,92,255,.3),rgba(61,92,255,.04) 58%,transparent 72%)}.lux-orb-b{width:360px;height:360px;right:-60px;bottom:-70px;background:radial-gradient(circle,rgba(92,206,255,.26),rgba(92,206,255,.03) 58%,transparent 72%);animation-delay:-2.2s}.lux-preloader-card{position:relative;width:min(720px,100%);padding:28px;border:1px solid rgba(120,144,192,.24);border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.84),rgba(244,247,255,.7));box-shadow:0 40px 120px rgba(20,34,61,.14),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(18px)}.lux-preloader-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(63,93,246,.32),rgba(255,255,255,.5),rgba(90,138,255,.18));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.lux-preloader-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.lux-preloader-brand{display:inline-flex;align-items:center;gap:12px;color:#16233b;font-size:20px;font-weight:900;letter-spacing:-.03em}.lux-preloader-brand img{display:block;width:54px;height:36px;object-fit:contain}.lux-preloader-copy{padding:28px 0 20px}.lux-preloader-kicker{display:block;margin-bottom:10px;color:#5776ea;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.lux-preloader-copy h2{margin:0;max-width:560px;color:#121c30;font-size:50px;line-height:1.01;letter-spacing:-.055em}.lux-preloader-copy p{margin:16px 0 0;max-width:560px;color:#67778f;font-size:16px;line-height:1.72}.lux-preloader-meter{position:relative;height:12px;border-radius:999px;background:rgba(34,49,78,.07);overflow:hidden}.lux-preloader-meter i{position:absolute;inset:0 auto 0 0;width:38%;border-radius:inherit;background:linear-gradient(90deg,#3e62f5 0%,#5f76ff 34%,#8ab6ff 70%,#d7e5ff 100%);box-shadow:0 0 24px rgba(85,118,255,.35);animation:luxLoaderBar 1.8s ease-in-out infinite}.lux-works-toast{position:fixed;right:22px;bottom:22px;z-index:170;max-width:440px;width:min(440px,calc(100vw - 24px));opacity:0;visibility:hidden;transform:translate3d(0,22px,0) scale(.98);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.lux-works-toast.is-visible{opacity:1;visibility:visible;transform:translate3d(0,0,0) scale(1)}.lux-works-toast-inner{position:relative;padding:24px 24px 22px;border-radius:28px;border:1px solid rgba(130,150,196,.26);background:linear-gradient(150deg,rgba(12,22,41,.97),rgba(23,35,63,.94));box-shadow:0 36px 80px rgba(11,19,38,.35);overflow:hidden}.lux-works-toast-inner:before{content:"";position:absolute;right:-50px;top:-50px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(106,148,255,.34),transparent 68%)}.lux-works-close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;display:grid;place-items:center;cursor:pointer}.lux-works-close svg{width:16px}.lux-works-toast h3{position:relative;z-index:1;margin:16px 0 10px;padding-right:48px;color:#fff;font-size:28px;line-height:1.08;letter-spacing:-.045em}.lux-works-toast p{position:relative;z-index:1;margin:0;color:#c5d0e6;font-size:14px;line-height:1.7}.lux-works-list{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.lux-works-list span{display:flex;align-items:flex-start;gap:8px;padding:12px 13px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#edf3ff;font-size:12px;line-height:1.45}.lux-works-list span:before{content:"";flex:none;width:8px;height:8px;border-radius:50%;margin-top:5px;background:linear-gradient(180deg,#87b5ff,#5075ff)}.lux-works-actions{position:relative;z-index:1;display:flex;align-items:center;gap:10px;margin-top:20px}.lux-works-later{border:none;background:transparent;color:#9bb0dd;font-size:13px;font-weight:800;cursor:pointer;padding:10px 8px}.lux-site-ready .page-shell{animation:luxPageReveal .7s ease}.p105-lock,.lux-loading{overflow:hidden}
@keyframes luxLoaderFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,22px,0)}}
@keyframes luxLoaderBar{0%{transform:translateX(-16%) scaleX(.78)}50%{transform:translateX(108%) scaleX(1.02)}100%{transform:translateX(250%) scaleX(.78)}}
@keyframes luxPageReveal{0%{opacity:.01;transform:translate3d(0,8px,0)}100%{opacity:1;transform:none}}
@media(max-width:760px){.lux-preloader-card{padding:22px 18px 18px;border-radius:24px}.lux-preloader-top{display:block}.lux-preloader-copy{padding:20px 0 16px}.lux-preloader-copy h2{font-size:34px}.lux-preloader-copy p{font-size:14px}.lux-works-toast{right:12px;left:12px;bottom:12px;width:auto;max-width:none}.lux-works-toast-inner{padding:18px 18px 18px;border-radius:22px}.lux-works-toast h3{font-size:22px}.lux-works-list{grid-template-columns:1fr}.lux-works-actions{display:grid;grid-template-columns:1fr}.lux-works-actions .btn{justify-content:center;width:100%}.lux-works-later{min-height:42px;padding:0 14px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}}
@media(prefers-reduced-motion:reduce){.lux-preloader,.lux-preloader-orb,.lux-preloader-meter i,.lux-works-toast,.lux-site-ready .page-shell{animation:none!important;transition:none!important}}


/* v147 exact NANU screenshots, single real APP mockup, clean UI */
.pf26-nanu-live-gallery .pf26-shot-main{aspect-ratio:1907/964}
.pf26-nanu-live-gallery .pf26-shot-side{aspect-ratio:1904/960}
.pf26-phone-app-highlight{width:210px;height:420px;padding:10px;background:linear-gradient(155deg,#0d1728,#182a4b 58%,#24406f);border-color:rgba(116,151,255,.36);box-shadow:0 30px 78px rgba(17,32,63,.28)}
.pf26-phone-app-highlight button{padding:0;background:#f8f5f1;border-radius:27px}
.pf26-phone-app-highlight img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:27px;background:#f7f3ef}
.pf26-phone-app-highlight .pf26-mini-label{top:15px;left:15px;padding:7px 10px;border-radius:8px;background:#fff;color:#17345d;font-size:7px;letter-spacing:.13em;box-shadow:0 10px 24px rgba(7,20,44,.16)}
.pf26-app-section-single{grid-template-columns:minmax(320px,.82fr) minmax(360px,1.18fr);overflow:hidden;position:relative}
.pf26-app-section-single:before{content:"";position:absolute;right:-130px;top:-150px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(76,110,244,.25),transparent 68%)}
.pf26-app-points{display:grid;gap:9px;margin-top:24px}
.pf26-app-points span{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.09);color:#dce6f6;font-size:10px;font-weight:800}
.pf26-app-points b{font-size:8px;color:#7f9fff;letter-spacing:.12em}
.pf26-app-device-stage{position:relative;z-index:2;min-height:520px;display:flex;align-items:center;justify-content:center}
.pf26-app-device-stage:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(86,122,255,.28),transparent 67%);filter:blur(4px)}
.pf26-app-device-copy{position:absolute;left:2%;top:50%;transform:translateY(-50%);z-index:1;display:grid;gap:5px;max-width:160px}
.pf26-app-device-copy span{font-size:8px;font-weight:950;letter-spacing:.16em;color:#84a0ff}
.pf26-app-device-copy strong{font-size:21px;line-height:1.05;color:#fff;letter-spacing:-.04em}
.pf26-app-device-copy small{font-size:9px;line-height:1.45;color:#8ea0b9}
.pf26-app-device{position:relative;z-index:3;width:255px;height:540px;padding:8px;border-radius:42px;background:linear-gradient(180deg,#121a28,#05080d);border:1px solid rgba(255,255,255,.18);box-shadow:0 38px 90px rgba(0,0,0,.48),0 0 0 1px rgba(112,145,255,.11)}
.pf26-app-device>span{position:absolute;z-index:5;top:10px;left:50%;transform:translateX(-50%);width:84px;height:22px;border-radius:0 0 14px 14px;background:#05080d}
.pf26-app-device button{display:block;width:100%;height:100%;padding:0;border:0;border-radius:34px;overflow:hidden;background:#f7f3ef;cursor:zoom-in}
.pf26-app-device img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:34px;background:#f7f3ef}
.portfolio105-lightbox{z-index:5000!important}
.p105-lock .site-header{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.ad26-subscription-cta{background:linear-gradient(130deg,#0d1b31 0%,#10294d 60%,#193d72 100%);border:1px solid rgba(110,145,210,.22);box-shadow:0 28px 78px rgba(23,49,92,.18)}
.ad26-subscription-cta .ad26-final-copy h2,.ad26-subscription-cta .ad26-final-copy p,.ad26-subscription-cta .ad26-section-index{color:#fff}
.ad26-subscription-cta .ad26-final-copy p{color:#b7c4d7}
@media(max-width:1100px){.pf26-app-section-single{grid-template-columns:1fr;gap:28px}.pf26-app-device-stage{min-height:500px}.pf26-app-device-copy{left:10%}}
@media(max-width:760px){.pf26-nanu-live-gallery .pf26-shot-main,.pf26-nanu-live-gallery .pf26-shot-side{aspect-ratio:16/10}.pf26-phone-app-highlight{width:190px;height:390px}.pf26-app-section-single{padding:38px 20px}.pf26-app-device-stage{min-height:470px}.pf26-app-device{width:220px;height:465px;border-radius:36px}.pf26-app-device button,.pf26-app-device img{border-radius:29px}.pf26-app-device-copy{display:none}}


/* v148 portfolio cleanup */
.pf26-gallery-main,.pf26-gallery-nanu,.pf26-crm-real,.pf26-support-gallery{align-items:start}
.pf26-shot,.pf26-shot-main,.pf26-shot-side,.pf26-support-main,.pf26-crm-shot-main,.pf26-crm-shot-side{align-self:start}
.pf26-crm-shot-main{aspect-ratio:1902/959}
.pf26-crm-shot-side{aspect-ratio:1914/962}
.pf26-support-main{aspect-ratio:1917/947}
.pf26-featured-modules{grid-column:1/-1;display:grid;gap:20px;margin-top:10px;padding:24px;border:1px solid #dbe5f1;border-radius:28px;background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%);box-shadow:0 18px 54px rgba(23,62,120,.06)}
.pf26-featured-modules-head h3{margin:5px 0 8px;color:#122b4e;font-size:30px;letter-spacing:-.04em}
.pf26-featured-modules-head p{margin:0;max-width:980px;color:#667992;font-size:12px;line-height:1.7}
.pf26-featured-module-grid{margin-top:2px}
.pf26-support-phone{width:205px;height:338px;padding:7px}
.pf26-support-phone button{background:#fff}
.pf26-support-phone img{object-fit:cover;object-position:center top;background:#fff}
@media(max-width:1100px){.pf26-featured-modules{padding:22px}.pf26-featured-modules-head h3{font-size:27px}}
@media(max-width:760px){.pf26-featured-modules{padding:20px;border-radius:24px}.pf26-featured-modules-head h3{font-size:24px}.pf26-featured-modules-head p{font-size:12px}.pf26-support-phone{width:186px;height:306px}}


/* v149 nanu gallery fill */
.pf26-gallery-left-stack{display:grid;gap:14px;align-self:start;min-width:0}
.pf26-nanu-product-shot{aspect-ratio:1905/963}
@media(max-width:1100px){.pf26-gallery-left-stack{gap:12px}}
@media(max-width:760px){.pf26-gallery-left-stack{gap:14px}}


/* v150 cleanup: faster loading, cleaner readybar, less AI-looking chrome */
.site-app-readybar>a{display:flex;align-items:center;justify-content:center;gap:14px;min-height:56px;width:min(100%,1320px);margin:0 auto;padding:0 18px;color:#21324d;text-decoration:none}
.site-app-readybar strong{white-space:normal;line-height:1.3}
.site-app-readybar-text{line-height:1.45}
.site-app-readybar-new{display:none!important}
.lux-preloader-copy{padding:22px 0 16px}
.lux-preloader-copy h2{font-size:42px}
.lux-preloader-copy p{margin-top:12px}
.lux-preloader-kicker,.lux-works-toast{display:none!important}
@media(max-width:760px){.site-app-readybar>a{align-items:flex-start;gap:6px;flex-direction:column;padding:10px 14px}.site-app-readybar b{margin-left:0}.site-app-readybar-text{display:block;font-size:12px}.lux-preloader-copy h2{font-size:28px}}

/* v151 readybar on home */
html[data-page="home"] .site-app-readybar{display:block!important}


/* v152 real screenshots for home capabilities/products */
.ad26-real-shot,.ad26-software-screen,.ad26-software-shot{position:relative;overflow:hidden;border:1px solid #dce5ef;border-radius:12px;background:#fff;box-shadow:0 14px 32px rgba(35,74,121,.08)}
.ad26-real-shot img,.ad26-software-screen img,.ad26-software-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.ad26-service-commerce .ad26-real-shot{min-height:250px}
.ad26-real-shot-flow{min-height:165px;display:grid;grid-template-rows:1fr auto}
.ad26-real-shot-flow img{min-height:0}
.ad26-shot-flow{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:9px;padding:10px 14px;border-top:1px solid #e7eef6;color:#47637f;font-size:8px;background:#fbfdff}
.ad26-shot-flow i{height:1px;background:#a9c1da;position:relative}
.ad26-shot-flow i:after{content:"";position:absolute;right:-1px;top:-2px;width:5px;height:5px;border-top:1px solid #7897b7;border-right:1px solid #7897b7;transform:rotate(45deg)}
.ad26-real-shot-small{height:118px;margin-top:18px}
.ad26-real-shot-grow{width:170px;height:96px;flex:0 0 170px;margin-left:18px}
.ad26-software-screen{min-height:285px}
.ad26-software-screen img{object-position:top left}
.ad26-software-shot{height:108px;padding:0}
.ad26-software-shot img{border-radius:9px}
@media(max-width:1024px){.ad26-real-shot-grow{width:150px;height:92px;flex-basis:150px}}
@media(max-width:760px){.ad26-real-shot-small{height:140px}.ad26-real-shot-grow{width:100%;height:140px;flex-basis:auto;margin:16px 0 0}.ad26-service-growth{display:block}.ad26-service-growth .ad26-service-copy{margin-bottom:0}.ad26-software-screen{min-height:240px}}

/* =========================================================
   ADEPTDEV v1.4.2 — calculator tariff selector rebuild
   Reference-style two-column choice UI. Pricing logic is unchanged.
   ========================================================= */
.pricing-commerce-shell-v101 .pricing-plan-selector-v142{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:214px;
  padding:0;
  border:1px solid #dfe6f1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 24px rgba(28,45,79,.035);
  overflow:hidden;
  isolation:isolate;
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:150px;
  height:150px;
  right:-78px;
  top:-86px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(49,88,246,.07),rgba(49,88,246,0) 70%);
  opacity:0;
  transform:scale(.8);
  transition:opacity .22s ease,transform .22s ease;
  pointer-events:none;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142:hover{
  transform:translateY(-2px);
  border-color:#c7d3e7;
  background:#fff;
  box-shadow:0 15px 34px rgba(32,52,91,.075);
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142:hover::before,
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active::before{
  opacity:1;
  transform:scale(1);
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active{
  border-color:#3d67f6;
  background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);
  box-shadow:0 0 0 2px rgba(49,88,246,.07),0 16px 38px rgba(49,88,246,.105);
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142:focus-visible{
  outline:3px solid rgba(49,88,246,.22);
  outline-offset:3px;
}
.pricing-commerce-shell-v101 .pricing-plan-option-wide-v142{
  grid-column:1/-1;
}
.pricing-plan-card-head-v142{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 24px;
  gap:14px;
  align-items:start;
  padding:17px 17px 12px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid #e3e9f2;
  border-radius:14px;
  background:#f3f6fb;
  color:#55657c;
  box-shadow:none;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-icon svg{
  width:21px;
  height:21px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142:hover .plan-icon{
  transform:translateY(-1px);
  border-color:#d6e0ef;
  background:#eef3fb;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active .plan-icon{
  border-color:#cfdaff;
  background:#edf2ff;
  color:#3158f6;
  box-shadow:0 8px 18px rgba(49,88,246,.08);
}
.pricing-plan-copy-v142{
  min-width:0;
  padding-top:2px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-copy-v142>b{
  display:block;
  margin:0;
  color:#111a2b;
  font-size:15.5px;
  font-weight:850;
  line-height:1.22;
  letter-spacing:-.025em;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-copy-v142>p{
  min-height:0;
  margin:6px 0 0;
  color:#718096;
  font-size:10.5px;
  line-height:1.52;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-select{
  position:static;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  margin-top:1px;
  border:1px solid #cfd8e6;
  border-radius:50%;
  background:#fff;
  color:transparent;
  box-shadow:0 1px 3px rgba(18,34,60,.04);
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-select svg{
  width:11px;
  height:11px;
  stroke-width:2.5;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active .plan-select{
  border-color:#3158f6;
  background:#3158f6;
  color:#fff;
  box-shadow:0 6px 14px rgba(49,88,246,.22);
  transform:scale(1.03);
}
.pricing-plan-card-foot-v142{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding:0 17px 13px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-tags-v101{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  min-width:0;
  margin:0;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-tags-v101 span{
  padding:5px 7px;
  border:1px solid #edf0f5;
  border-radius:999px;
  background:#f6f8fb;
  color:#728096;
  font-size:7.7px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active .pricing-plan-tags-v101 span{
  border-color:#dde5ff;
  background:#eef2ff;
  color:#465fcb;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-price{
  flex:0 0 auto;
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  gap:5px;
  width:auto;
  margin:0;
  padding:0;
  border:0;
  text-align:right;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-price strong{
  margin:0;
  color:#101827;
  font-size:17px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-price small{
  color:#8792a4;
  font-size:8px;
  font-weight:750;
  white-space:nowrap;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139{
  display:grid;
  grid-template-columns:auto auto;
  gap:2px 6px;
  align-items:end;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139>span{
  grid-column:1/-1;
  justify-self:end;
  padding:0;
  border:0;
  background:none;
  color:#3158f6;
  font-size:7px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139 del{
  align-self:center;
  color:#a0a9b8;
  font-size:8px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139 small{
  grid-column:1/-1;
  justify-self:end;
  color:#2f8d62;
  font-size:7.5px;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-portfolio-link-v142{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:auto;
  min-height:34px;
  margin:0 17px 15px;
  padding:9px 10px 0;
  border:0;
  border-top:1px solid #edf1f6;
  border-radius:0;
  background:transparent;
  color:#526987;
  box-shadow:none;
  font-size:8.8px;
  font-weight:800;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-portfolio-link-v142 svg{
  width:13px;
  height:13px;
  color:#3158f6;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-portfolio-link-v142:hover{
  transform:none;
  border-color:#dbe4f0;
  background:transparent;
  color:#3158f6;
  box-shadow:none;
}
.pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142.active .pricing-plan-portfolio-link-v142{
  border-color:#dce4f4;
  background:transparent;
  color:#3158f6;
}
.pricing-commerce-shell-v101 .pricing-plan-option-wide-v142 .pricing-plan-copy-v142{
  max-width:720px;
}
@media(max-width:980px){
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142{grid-template-columns:1fr}
  .pricing-commerce-shell-v101 .pricing-plan-option-wide-v142{grid-column:auto}
}
@media(max-width:760px){
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142{gap:9px}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142{min-height:0;border-radius:16px}
  .pricing-plan-card-head-v142{grid-template-columns:44px minmax(0,1fr) 22px;gap:11px;padding:14px 14px 10px}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-icon{width:44px;height:44px;border-radius:13px}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-copy-v142>b{font-size:14px}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-copy-v142>p{font-size:10px;line-height:1.48}
  .pricing-plan-card-foot-v142{align-items:flex-start;flex-direction:column;gap:10px;padding:0 14px 11px}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-price{justify-content:flex-start;text-align:left}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139>span,
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .adept-promo-plan-price-v139 small{justify-self:start}
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-portfolio-link-v142{margin:0 14px 13px;padding:9px 8px 0}
}
@media(prefers-reduced-motion:reduce){
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .pricing-plan-option-v142,
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-icon,
  .pricing-commerce-shell-v101 .pricing-plan-selector-v142 .plan-select{transition:none}
}

/* =========================================================
   ADEPTDEV v1.4.3 — project type selector + live explanation
   ========================================================= */
.pricing-commerce-shell-v101 .pricing-project-type-grid-v143{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 12px;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143{
  position:relative;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 22px;
  align-items:center;
  gap:13px;
  min-height:82px;
  width:100%;
  padding:12px 14px;
  border:1px solid #dfe6f0;
  border-radius:15px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
  color:#111a2b;
  text-align:left;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(31,48,81,.025);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143:hover{
  transform:translateY(-1px);
  border-color:#cbd6e6;
  box-shadow:0 12px 26px rgba(31,48,81,.065);
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143:focus-visible{
  outline:3px solid rgba(49,88,246,.18);
  outline-offset:2px;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143.is-active{
  border-color:#3570f6;
  background:linear-gradient(180deg,#fff 0%,#f7faff 100%);
  box-shadow:0 0 0 2px rgba(53,112,246,.055),0 12px 28px rgba(53,112,246,.09);
}
.pricing-project-type-icon-v143{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:1px solid #e4e9f1;
  border-radius:13px;
  background:#f3f6fa;
  color:#24354d;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.pricing-project-type-icon-v143 svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pricing-project-type-card-v143.is-active .pricing-project-type-icon-v143{
  border-color:#d6e1ff;
  background:#edf3ff;
  color:#2865ed;
  transform:translateY(-1px);
}
.pricing-project-type-copy-v143{
  display:flex;
  flex-direction:column;
  min-width:0;
  gap:4px;
}
.pricing-project-type-copy-v143 b{
  color:#111a2b;
  font-size:13.5px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:-.018em;
}
.pricing-project-type-copy-v143 small{
  color:#7b8799;
  font-size:9.7px;
  font-weight:650;
  line-height:1.35;
}
.pricing-project-type-check-v143{
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border:1px solid #d2dbe8;
  border-radius:50%;
  background:#fff;
  color:transparent;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.pricing-project-type-check-v143 svg{
  width:11px;
  height:11px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pricing-project-type-card-v143.is-active .pricing-project-type-check-v143{
  border-color:#3158f6;
  background:#3158f6;
  color:#fff;
  box-shadow:0 5px 12px rgba(49,88,246,.22);
}
.pricing-project-explainer-v143{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:13px;
  align-items:start;
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid #dce5f2;
  border-radius:15px;
  background:linear-gradient(135deg,#f8fbff 0%,#f5f8fd 100%);
  overflow:hidden;
}
.pricing-project-explainer-v143::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-88px;
  top:-95px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(49,88,246,.08),rgba(49,88,246,0) 72%);
  pointer-events:none;
}
.pricing-project-explainer-icon-v143{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid #d7e3ff;
  border-radius:12px;
  background:#fff;
  color:#3158f6;
  box-shadow:0 6px 16px rgba(49,88,246,.07);
}
.pricing-project-explainer-icon-v143 svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pricing-project-explainer-v143>div{
  min-width:0;
  position:relative;
  z-index:1;
}
.pricing-project-explainer-v143 small{
  display:block;
  margin:0 0 3px;
  color:#3158f6;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.09em;
}
.pricing-project-explainer-v143 strong{
  display:block;
  color:#142038;
  font-size:13px;
  font-weight:850;
  line-height:1.25;
}
.pricing-project-explainer-v143 p{
  margin:5px 0 7px;
  color:#637189;
  font-size:10px;
  line-height:1.55;
}
.pricing-project-explainer-v143 em{
  display:block;
  color:#40516b;
  font-size:9px;
  font-style:normal;
  font-weight:750;
  line-height:1.45;
}
.pricing-project-explainer-v143.is-updating>div{
  animation:pricingProjectExplainV143 .28s ease both;
}
@keyframes pricingProjectExplainV143{
  from{opacity:.35;transform:translateY(4px)}
  to{opacity:1;transform:translateY(0)}
}
.pricing-base-plan-head-v143{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:14px;
  align-items:start;
  margin:3px 0 12px;
  padding:14px 0 0;
  border-top:1px solid #e8edf4;
}
.pricing-base-plan-head-v143>span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:25px;
  padding:0 9px;
  border:1px solid #dce5f2;
  border-radius:999px;
  background:#f7f9fc;
  color:#65758d;
  font-size:7.5px;
  font-weight:900;
  letter-spacing:.07em;
}
.pricing-base-plan-head-v143 b{
  display:block;
  color:#172238;
  font-size:12.5px;
  font-weight:850;
  line-height:1.3;
}
.pricing-base-plan-head-v143 p{
  margin:4px 0 0;
  color:#7a8799;
  font-size:9.5px;
  line-height:1.5;
}
@media(max-width:760px){
  .pricing-commerce-shell-v101 .pricing-project-type-grid-v143{gap:8px}
  .pricing-commerce-shell-v101 .pricing-project-type-card-v143{grid-template-columns:42px minmax(0,1fr) 20px;min-height:76px;padding:10px 11px;gap:10px;border-radius:14px}
  .pricing-project-type-icon-v143{width:42px;height:42px;border-radius:12px}
  .pricing-project-type-icon-v143 svg{width:20px;height:20px}
  .pricing-project-type-copy-v143 b{font-size:12.5px}
  .pricing-project-type-copy-v143 small{font-size:9px}
  .pricing-project-explainer-v143{grid-template-columns:38px minmax(0,1fr);padding:12px 13px;gap:11px}
  .pricing-project-explainer-icon-v143{width:38px;height:38px}
  .pricing-base-plan-head-v143{grid-template-columns:1fr;gap:7px}
}
@media(max-width:540px){
  .pricing-commerce-shell-v101 .pricing-project-type-grid-v143{grid-template-columns:1fr}
  .pricing-commerce-shell-v101 .pricing-project-type-card-v143{min-height:72px}
}
@media(prefers-reduced-motion:reduce){
  .pricing-commerce-shell-v101 .pricing-project-type-card-v143,
  .pricing-project-type-icon-v143,
  .pricing-project-type-check-v143{transition:none}
  .pricing-project-explainer-v143.is-updating>div{animation:none}
}

/* =========================================================
   ADEPTDEV v1.4.4 — premium calculator master UI
   Reference direction: clean 2-column solution picker + live summary
   ========================================================= */
.pricing-commerce-shell-v101,
.pricing-workhead-v120{
  --calc-font:"Avenir Next","Segoe UI Variable Display","Segoe UI Variable Text","SF Pro Display","SF Pro Text","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --calc-ink:#10182b;
  --calc-muted:#718096;
  --calc-line:#dbe4ef;
  --calc-blue:#2f67f6;
  --calc-blue-2:#4b73ff;
  --calc-blue-soft:#edf3ff;
  font-family:var(--calc-font);
  font-optical-sizing:auto;
  font-kerning:normal;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.pricing-commerce-shell-v101 button,
.pricing-commerce-shell-v101 input,
.pricing-commerce-shell-v101 textarea,
.pricing-commerce-shell-v101 select{font-family:inherit}

/* master progress */
.pricing-master-steps-v144{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  padding:6px 10px 10px;
  margin:0 0 3px;
  border:0;
  background:transparent;
}
.pricing-master-steps-v144::before{
  content:"";
  position:absolute;
  left:8.8%;
  right:8.8%;
  top:27px;
  height:1px;
  background:linear-gradient(90deg,#bad0ff 0%,#dbe3ef 18%,#dbe3ef 100%);
  z-index:0;
}
.pricing-master-step-v144{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:8px;
  padding:0 5px;
  border:0;
  background:transparent;
  color:#8793a6;
  cursor:pointer;
}
.pricing-master-step-v144>span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #d9e2ee;
  border-radius:50%;
  background:#fff;
  color:#52617a;
  font-size:12px;
  font-weight:800;
  line-height:1;
  box-shadow:0 4px 14px rgba(29,47,78,.045);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.pricing-master-step-v144>b{
  display:block;
  max-width:110px;
  color:inherit;
  font-size:10.5px;
  font-weight:720;
  line-height:1.25;
  text-align:center;
  letter-spacing:-.01em;
}
.pricing-master-step-v144:hover>span{
  transform:translateY(-2px);
  border-color:#b9caff;
  color:var(--calc-blue);
}
.pricing-master-step-v144.is-active{color:var(--calc-blue)}
.pricing-master-step-v144.is-active>span{
  border-color:transparent;
  background:linear-gradient(145deg,#2180ff 0%,#3158f6 62%,#526cff 100%);
  color:#fff;
  box-shadow:0 9px 24px rgba(49,88,246,.28),0 0 0 5px rgba(49,88,246,.075);
  transform:translateY(-1px);
}
.pricing-master-step-v144.is-active>b{font-weight:850}
.pricing-master-step-v144:focus-visible{outline:none}
.pricing-master-step-v144:focus-visible>span{box-shadow:0 0 0 4px rgba(49,88,246,.16),0 9px 24px rgba(49,88,246,.2)}

/* first step */
.pricing-builder-v12 #calcSolutionStep .step-content{padding:27px 28px 30px}
.pricing-builder-v12 #calcSolutionStep .step-heading{margin-bottom:20px}
.pricing-builder-v12 #calcSolutionStep .step-heading h2{
  color:var(--calc-ink);
  font-size:28px;
  font-weight:850;
  line-height:1.08;
  letter-spacing:-.045em;
}
.pricing-builder-v12 #calcSolutionStep .step-heading p{
  max-width:640px;
  margin-top:7px;
  color:#6d7b91;
  font-size:12px;
  line-height:1.55;
}
.pricing-builder-v12 #calcSolutionStep .plan-help-btn{
  min-height:43px;
  padding:0 14px;
  border-color:#dfe6f0;
  border-radius:13px;
  background:#f8faff;
  color:#44536c;
  font-weight:750;
  box-shadow:none;
}

/* 2-column solution picker */
.pricing-commerce-shell-v101 .pricing-project-type-grid-v143{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 14px;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143{
  grid-template-columns:52px minmax(0,1fr) 24px;
  align-items:start;
  gap:14px;
  min-height:118px;
  padding:16px 16px 14px;
  border:1px solid #dce5ef;
  border-radius:18px;
  background:linear-gradient(180deg,#fff 0%,#fcfdff 100%);
  box-shadow:0 5px 18px rgba(25,44,78,.025);
  overflow:hidden;
  isolation:isolate;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:radial-gradient(circle at 10% 0%,rgba(68,116,255,.11),transparent 42%);
  transition:opacity .22s ease;
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143:hover{
  transform:translateY(-2px);
  border-color:#c5d3e5;
  box-shadow:0 14px 32px rgba(29,48,82,.075);
}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143:hover::before,
.pricing-commerce-shell-v101 .pricing-project-type-card-v143.is-active::before{opacity:1}
.pricing-commerce-shell-v101 .pricing-project-type-card-v143.is-active{
  border-color:#2f74ff;
  background:#fff;
  box-shadow:0 0 0 1px rgba(47,103,246,.17),0 14px 34px rgba(47,103,246,.11);
}
.pricing-project-type-icon-v143{
  width:52px;
  height:52px;
  border:0;
  border-radius:15px;
  background:linear-gradient(145deg,#f4f7fb 0%,#edf2f8 100%);
  color:#273b59;
  box-shadow:inset 0 0 0 1px rgba(218,226,237,.78);
}
.pricing-project-type-icon-v143 svg{width:25px;height:25px;stroke-width:1.75}
.pricing-project-type-card-v143.is-active .pricing-project-type-icon-v143{
  border:0;
  background:linear-gradient(145deg,#e9f2ff 0%,#eff4ff 100%);
  color:#196df3;
  box-shadow:inset 0 0 0 1px #d9e6ff,0 7px 18px rgba(47,103,246,.09);
}
.pricing-project-type-copy-v143{gap:0;padding-top:1px}
.pricing-project-type-copy-v143 b{
  color:#10182b;
  font-size:15px;
  font-weight:830;
  line-height:1.22;
  letter-spacing:-.028em;
}
.pricing-project-type-copy-v143>small{
  display:block;
  min-height:31px;
  margin-top:4px;
  color:#718096;
  font-size:10.5px;
  font-weight:580;
  line-height:1.42;
}
.pricing-project-type-tags-v144{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:9px;
}
.pricing-project-type-tags-v144 em{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border:1px solid #e5ebf3;
  border-radius:999px;
  background:#f7f9fc;
  color:#6c7a90;
  font-size:8.5px;
  font-style:normal;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.pricing-project-type-card-v143.is-active .pricing-project-type-tags-v144 em{
  border-color:#dbe6ff;
  background:#f2f6ff;
  color:#4c67a7;
}
.pricing-project-type-check-v143{
  width:22px;
  height:22px;
  margin-top:1px;
  border-color:#cbd6e4;
  box-shadow:none;
}
.pricing-project-type-card-v143.is-active .pricing-project-type-check-v143{
  border-color:#2f67f6;
  background:linear-gradient(145deg,#2d78ff,#3158f6);
  box-shadow:0 6px 14px rgba(49,88,246,.24);
}

/* explanation below picker */
.pricing-project-explainer-v143{
  grid-template-columns:46px minmax(0,1fr);
  gap:14px;
  margin-bottom:20px;
  padding:15px 17px;
  border-color:#dce5f2;
  border-radius:18px;
  background:linear-gradient(135deg,#f9fbff 0%,#f5f8ff 100%);
  box-shadow:0 8px 22px rgba(35,56,92,.035);
}
.pricing-project-explainer-icon-v143{
  width:46px;
  height:46px;
  border-radius:14px;
  border-color:#dce6ff;
  box-shadow:none;
}
.pricing-project-explainer-v143 small{font-size:8px;letter-spacing:.12em}
.pricing-project-explainer-v143 strong{font-size:14.5px;letter-spacing:-.018em}
.pricing-project-explainer-v143 p{max-width:720px;margin:6px 0 7px;font-size:10.8px;line-height:1.55}
.pricing-project-explainer-v143 em{font-size:9.5px;line-height:1.5}
.pricing-base-plan-head-v143{scroll-margin-top:120px}
#calcProjectTypePicker,#calcModulesStep,#calcPaymentStep,#calcLaunchStep,#calcEstimateStep{scroll-margin-top:112px}

/* summary selected solution */
.pricing-builder-v12 .estimate-card.estimate-card-v4{
  border-radius:24px;
  padding:20px;
  box-shadow:0 28px 70px rgba(25,42,74,.10)!important;
}
.pricing-builder-v12 .estimate-card-v4 .estimate-head{
  align-items:flex-start;
  padding:7px 0 15px;
}
.pricing-builder-v12 .estimate-card-v4 .estimate-head h3{
  font-family:var(--calc-font);
  font-size:22px;
  font-weight:850;
  letter-spacing:-.035em;
}
.estimate-live-status-v144{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:2px;
  color:#778499;
  font-size:8.5px;
  font-weight:700;
  white-space:nowrap;
}
.estimate-live-status-v144 i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#22c77a;
  box-shadow:0 0 0 4px rgba(34,199,122,.09);
}
.estimate-project-v144{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  margin:14px 0 4px;
  padding:12px;
  border:1px solid #dfe7f2;
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#fbfcff);
}
.estimate-project-icon-v144{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  background:#edf4ff;
  color:#226bf4;
}
.estimate-project-icon-v144 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.estimate-project-v144>div{min-width:0}
.estimate-project-v144 small{
  display:block;
  margin-bottom:3px;
  color:#8a96a8;
  font-size:7px;
  font-weight:850;
  letter-spacing:.08em;
}
.estimate-project-v144 b{
  display:block;
  color:#182238;
  font-size:12px;
  font-weight:820;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.estimate-project-v144 p{
  margin:3px 0 0!important;
  color:#778499!important;
  font-size:8.5px!important;
  line-height:1.35!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.estimate-project-v144>button{
  align-self:start;
  padding:3px 0;
  border:0;
  background:none;
  color:#2f67f6;
  font-size:8px;
  font-weight:800;
  cursor:pointer;
}
.estimate-project-v144>button:hover{text-decoration:underline}
.estimate-project-v144.is-updating{animation:estimateProjectPulseV144 .28s ease both}
@keyframes estimateProjectPulseV144{from{opacity:.55;transform:translateY(3px)}to{opacity:1;transform:none}}
.pricing-builder-v12 .estimate-solution{padding-top:13px}
.pricing-builder-v12 .estimate-main-total strong{font-family:var(--calc-font);font-weight:860;letter-spacing:-.06em}
.pricing-builder-v12 .estimate-card-v4 .btn-primary{font-family:var(--calc-font);font-weight:820;letter-spacing:-.01em}

/* polish the whole calculator typography without touching the rest of the site */
.pricing-builder-v12 .calculator-intro h2,
.pricing-builder-v12 .step-heading h2,
.pricing-builder-v12 .price-choice b,
.pricing-builder-v12 .module-list b,
.pricing-builder-v12 .period-top b,
.pricing-builder-v12 .turnkey-title-row b{
  font-family:var(--calc-font);
  letter-spacing:-.028em;
}

@media(max-width:1100px){
  .pricing-master-steps-v144{padding-inline:4px}
  .pricing-master-step-v144>b{font-size:10px}
  .pricing-master-step-v144>span{width:40px;height:40px}
  .pricing-master-steps-v144::before{top:25px}
}
@media(max-width:760px){
  .pricing-master-steps-v144{
    grid-template-columns:repeat(6,76px);
    overflow-x:auto;
    gap:0;
    margin-inline:-4px;
    padding:6px 5px 12px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .pricing-master-steps-v144::-webkit-scrollbar{display:none}
  .pricing-master-steps-v144::before{left:38px;right:38px;top:24px}
  .pricing-master-step-v144{scroll-snap-align:center;padding:0 3px}
  .pricing-master-step-v144>span{width:38px;height:38px;font-size:10px}
  .pricing-master-step-v144>b{font-size:8.5px;max-width:72px}
  .pricing-builder-v12 #calcSolutionStep .step-heading h2{font-size:23px}
  .pricing-commerce-shell-v101 .pricing-project-type-grid-v143{grid-template-columns:1fr;gap:9px}
  .pricing-commerce-shell-v101 .pricing-project-type-card-v143{
    grid-template-columns:46px minmax(0,1fr) 22px;
    min-height:104px;
    padding:13px;
    gap:12px;
    border-radius:16px;
  }
  .pricing-project-type-icon-v143{width:46px;height:46px;border-radius:13px}
  .pricing-project-type-icon-v143 svg{width:22px;height:22px}
  .pricing-project-type-copy-v143 b{font-size:14px}
  .pricing-project-type-copy-v143>small{min-height:0;font-size:10px}
  .pricing-project-type-tags-v144{margin-top:8px}
  .pricing-project-type-tags-v144 em{min-height:21px;font-size:8px}
  .pricing-project-explainer-v143{grid-template-columns:40px minmax(0,1fr);padding:13px;gap:11px}
  .pricing-project-explainer-icon-v143{width:40px;height:40px;border-radius:12px}
  .estimate-live-status-v144{display:none}
  .estimate-project-v144{grid-template-columns:40px minmax(0,1fr) auto;padding:11px}
  .estimate-project-icon-v144{width:40px;height:40px}
}
@media(max-width:420px){
  .pricing-project-type-tags-v144 em:nth-child(n+3){display:none}
  .estimate-project-v144>button{font-size:0}
  .estimate-project-v144>button::after{content:"↗";font-size:15px}
}
@media(prefers-reduced-motion:reduce){
  .pricing-master-step-v144>span,
  .estimate-project-v144{transition:none;animation:none!important}
}

/* AdeptDEV pricing wizard v1.4.6 — one clean step at a time */
.pricing-master-steps-v144{grid-template-columns:repeat(5,minmax(0,1fr))}
.pricing-master-step-v144.is-complete{color:#4c6fb5}
.pricing-master-step-v144.is-complete>span{
  border-color:#cfe0ff;
  background:#f2f7ff;
  color:#2f67f6;
  box-shadow:0 5px 16px rgba(47,103,246,.08);
}
.pricing-master-step-v144.is-complete>span::after{
  content:"✓";
  position:absolute;
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  margin:0 0 -34px 30px;
  border:2px solid #fff;
  border-radius:50%;
  background:#2f67f6;
  color:#fff;
  font-size:8px;
  font-weight:900;
  box-shadow:0 4px 10px rgba(47,103,246,.2);
}
.pricing-builder-v12 [data-wizard-panel][hidden]{display:none!important}
.pricing-builder-v12 [data-wizard-panel].is-wizard-active-v146{display:block}
.pricing-builder-v12 [data-wizard-panel].wizard-enter-v146{animation:pricingWizardEnterV146 .34s cubic-bezier(.2,.75,.25,1) both}
@keyframes pricingWizardEnterV146{
  from{opacity:0;transform:translateY(12px) scale(.994)}
  to{opacity:1;transform:none}
}

/* keep one left-hand stage visually self-contained */
.pricing-builder-v12 .pricing-steps{align-content:start}
.pricing-builder-v12 .price-step{overflow:hidden}
.pricing-builder-v12 .price-step.is-wizard-active-v146{
  box-shadow:0 18px 48px rgba(29,47,78,.07);
}

/* step 4: site launch is already included */
.launch-included-v146{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid #d9e6ff;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fbff 0%,#f2f7ff 100%);
}
.launch-included-v146>svg{
  width:48px;
  height:48px;
  padding:13px;
  border-radius:15px;
  background:#eaf3ff;
  color:#2f67f6;
  stroke:currentColor;
  box-shadow:inset 0 0 0 1px #d9e8ff;
}
.launch-included-v146 b{
  display:block;
  color:#15213a;
  font-family:var(--calc-font);
  font-size:15px;
  font-weight:850;
  letter-spacing:-.025em;
}
.launch-included-v146 p{
  margin:5px 0 0;
  color:#718096;
  font-size:10.5px;
  font-weight:560;
  line-height:1.55;
}

/* final left-hand review stage */
.pricing-review-step-v146 .step-content{padding:30px!important}
.pricing-review-hero-v146{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:170px;
  padding:8px 2px 22px;
}
.pricing-review-icon-v146{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:20px;
  background:linear-gradient(145deg,#2580ff,#3158f6);
  color:#fff;
  box-shadow:0 16px 34px rgba(49,88,246,.24),0 0 0 7px rgba(49,88,246,.06);
}
.pricing-review-icon-v146 svg{width:28px;height:28px;stroke:currentColor;stroke-width:2}
.pricing-review-hero-v146 h2{
  margin:5px 0 7px;
  color:#10182b;
  font-family:var(--calc-font);
  font-size:30px;
  font-weight:860;
  line-height:1.08;
  letter-spacing:-.045em;
}
.pricing-review-hero-v146 p{
  max-width:620px;
  margin:0;
  color:#6f7d92;
  font-size:12px;
  line-height:1.6;
}
.pricing-review-selected-v146{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:5px 16px;
  align-items:center;
  padding:18px 20px;
  border:1px solid #e0e7f1;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fbfcff);
}
.pricing-review-selected-v146 small{
  grid-column:1/-1;
  color:#8793a6;
  font-size:8px;
  font-weight:850;
  letter-spacing:.11em;
}
.pricing-review-selected-v146 strong{
  color:#172239;
  font-family:var(--calc-font);
  font-size:17px;
  font-weight:850;
  letter-spacing:-.025em;
}
.pricing-review-selected-v146 span{
  color:#7b8798;
  font-size:10px;
  line-height:1.5;
  text-align:right;
}

/* sidebar controls now drive the wizard */
.estimate-wizard-actions-v146{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:9px;
  margin-top:15px;
}
.estimate-wizard-actions-v146 .calc-request-btn-v53{margin:0!important;min-width:0}
.estimate-wizard-back-v146{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:86px;
  height:50px;
  padding:0 13px;
  border:1px solid #dbe4f0;
  border-radius:15px;
  background:#fff;
  color:#536178;
  font-family:var(--calc-font);
  font-size:10px;
  font-weight:800;
  cursor:pointer;
  transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease;
}
.estimate-wizard-back-v146 svg{width:14px;height:14px;transform:rotate(180deg)}
.estimate-wizard-back-v146:hover{border-color:#bdcdf0;background:#f8faff;color:#2f67f6;transform:translateY(-1px)}
.estimate-wizard-back-v146[hidden]{display:none!important}
.estimate-wizard-actions-v146:has(.estimate-wizard-back-v146[hidden]){grid-template-columns:1fr}
.pricing-builder-v12 .estimate-footnote[data-wizard-footnote]{min-height:28px;margin-top:9px;text-align:center}

@media(max-width:760px){
  .pricing-master-steps-v144{grid-template-columns:repeat(5,78px)}
  .pricing-review-step-v146 .step-content{padding:22px 16px!important}
  .pricing-review-hero-v146{grid-template-columns:52px minmax(0,1fr);gap:14px;min-height:145px}
  .pricing-review-icon-v146{width:52px;height:52px;border-radius:16px}
  .pricing-review-hero-v146 h2{font-size:25px}
  .pricing-review-selected-v146{grid-template-columns:1fr;padding:15px}
  .pricing-review-selected-v146 span{text-align:left}
  .launch-included-v146{grid-template-columns:42px minmax(0,1fr);padding:15px}
  .launch-included-v146>svg{width:42px;height:42px;padding:11px;border-radius:13px}
}
@media(max-width:420px){
  .estimate-wizard-actions-v146{grid-template-columns:74px minmax(0,1fr)}
  .estimate-wizard-back-v146{min-width:74px;padding:0 8px}
  .estimate-wizard-back-v146 span{display:none}
  .estimate-wizard-actions-v146:has(.estimate-wizard-back-v146[hidden]){grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .pricing-builder-v12 [data-wizard-panel].wizard-enter-v146{animation:none!important}
}

/* AdeptDEV client portal entry */
.header-client-account{height:38px;padding:0 12px;border:1px solid #dfe5ee;border-radius:11px;background:#fff;color:#39465c;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:750;white-space:nowrap;transition:border-color .2s,box-shadow .2s,color .2s,transform .2s}
.header-client-account svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.header-client-account:hover{color:#3159f1;border-color:#c8d2ff;box-shadow:0 7px 20px rgba(47,72,126,.08);transform:translateY(-1px)}
@media(max-width:1080px){.header-client-account span{display:none}.header-client-account{width:38px;padding:0;justify-content:center}}
@media(max-width:760px){.header-client-account{display:none}}
