/* CTR Suite Public Home — RC7 consolidated design system. */
/* layer: layer-1 */
:root{
--bg:#050b1a;
--bg-2:#07132d;
--panel:#0b1731;
--panel-2:#0d1d3d;
--panel-3:#0d1730;
--line:rgba(120,153,255,.18);
--line-strong:rgba(108,145,255,.35);
--white:#f7f9ff;
--text:#c7d3ef;
--muted:#8ea0c8;
--blue:#347dff;
--blue-2:#56b8ff;
--green:#2cf5bc;
--green-2:#12d86e;
--radius:22px;
--radius-sm:16px;
--shadow:0 24px 80px rgba(1,8,25,.45);
--container:1200px;
--space-xs:8px;
--space-sm:16px;
--space-md:24px;
--space-lg:40px;
--space-xl:64px;
--space-2xl:96px;
--fs-body:clamp(15px,.95vw + 12px,16px);
--fs-lg:clamp(17px,.6vw + 15px,19px);
--fs-card-title:clamp(18px,.9vw + 14px,20px);
--fs-h3:clamp(20px,1.4vw + 14px,28px);
--fs-section-title:clamp(32px,2.6vw + 20px,48px);
--fs-hero:clamp(42px,3.6vw + 22px,68px);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
font-family:'Inter',system-ui,-apple-system,sans-serif;
font-optical-sizing:auto;
font-feature-settings:"ss01" 1,"cv05" 1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
text-rendering:optimizeLegibility;
color:var(--white);
overflow-x:hidden;
}
body::before{
content:"";
position:fixed;
inset:0;
background-image:
linear-gradient(rgba(113,132,187,.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(113,132,187,.06) 1px, transparent 1px);
background-size:32px 32px;
pointer-events:none;
mask-image:radial-gradient(circle at top, rgba(0,0,0,.95), transparent 80%);
z-index:0;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{max-width:var(--container);margin:0 auto;padding:0 24px;position:relative;z-index:2}
.section{padding:32px 0 0}
.section-space{padding:clamp(56px,6vw + 30px,112px) 0 0}
.badge-line{
display:inline-flex;align-items:center;gap:10px;
padding:10px 18px;
border:1px solid rgba(45,235,177,.35);
background:rgba(9, 27, 40, .85);
box-shadow:inset 0 0 0 1px rgba(59,255,197,.08), 0 0 25px rgba(31,120,255,.06);
border-radius:999px;
color:#64f0c7;
font-size:13px;font-weight:700;letter-spacing:.03em;
text-transform:uppercase;
}
.badge-line i{font-size:12px}
.section-label{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4a89ff;margin-bottom:10px}
.section-title{font-size:var(--fs-h3);color:#eef4ff;letter-spacing:-.02em;margin-bottom:18px}
.section-title.big{font-size:var(--fs-section-title);line-height:1.12;margin-bottom:18px}
.section-desc{max-width:700px;color:var(--text);font-size:16px;line-height:1.8}
.accent{color:var(--blue-2)}
.navbar{
position:sticky;top:0;z-index:50;
backdrop-filter:blur(18px);
background:rgba(5,11,26,.78);
border-bottom:1px solid rgba(77,110,196,.16);
}
.nav-inner{
max-width:1300px;margin:0 auto;padding:18px 28px;
display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.logo{
display:flex;align-items:center;gap:14px;min-width:max-content;
}
.logo-image{
width:46px;height:46px;object-fit:cover;border-radius:50%;flex:0 0 auto;
box-shadow:0 0 0 1px rgba(255,255,255,.12), 0 0 24px rgba(70,120,255,.08);
}
.logo-mark{
width:46px;height:46px;border-radius:50%;
border:1.4px solid rgba(255,255,255,.85);
display:grid;place-items:center;font-size:20px;font-weight:800;color:#fff;
background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
box-shadow:inset 0 0 0 5px rgba(255,255,255,.02);
}
.logo-text{line-height:1.05}
.logo-text strong{display:block;font-size:27px;letter-spacing:.22em;font-weight:700}
.logo-text span{display:block;color:#9eb2dd;font-size:8px;letter-spacing:.28em;text-transform:uppercase;margin-top:4px}
.nav-links{
display:flex;align-items:center;gap:30px;list-style:none;
color:#dce7ff;font-size:14px;font-weight:500;
}
.nav-links a{position:relative;padding:8px 0;color:#dfe7fb}
.nav-links a.active,
.nav-links a:hover{color:#fff}
.nav-links a.active::after,
.nav-links a:hover::after{
content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;border-radius:3px;
background:linear-gradient(90deg, #2d72ff, #2bcfff);
box-shadow:0 0 12px rgba(62,130,255,.7);
}
.nav-cta{
display:inline-flex;align-items:center;gap:10px;
background:linear-gradient(90deg, #2e79ff, #3968ff 60%, #4269ff);
color:#fff;padding:14px 24px;border-radius:14px;
font-size:14px;font-weight:700;
border:1px solid rgba(116,167,255,.28);
box-shadow:0 10px 28px rgba(39,113,255,.25);
white-space:nowrap;
}
.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:24px}
.hero{padding:34px 0 24px;position:relative}
.hero::before,
.hero::after{
content:"";position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none;z-index:1;
}
.hero::before{
width:520px;height:520px;right:7%;top:32px;
background:radial-gradient(circle, rgba(0,132,255,.15) 0%, rgba(0,132,255,.05) 28%, transparent 68%);
}
.hero::after{
width:290px;height:290px;right:14%;bottom:-20px;
background:radial-gradient(circle, rgba(0,255,217,.1) 0%, transparent 70%);
}
.hero-grid{
display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:26px;
min-height:640px;
}
.hero-copy{padding-right:16px}
.hero-copy h1{
font-size:var(--fs-hero);line-height:1.02;letter-spacing:-.05em;font-weight:800;
margin:26px 0 18px;max-width:680px;
}
.hero-copy p{
color:#ced9f3;font-size:clamp(16px,1vw + 13px,22px);line-height:1.6;max-width:700px;
}
.hero-actions{display:flex;align-items:center;gap:16px;margin-top:34px;flex-wrap:wrap}
.btn-primary,.btn-secondary{
display:inline-flex;align-items:center;justify-content:center;gap:12px;
min-width:244px;padding:18px 28px;border-radius:14px;font-weight:700;font-size:18px;
border:1px solid rgba(104,138,255,.2);transition:.25s ease;
}
.btn-primary{
color:#fff;background:linear-gradient(90deg, #2d76ff, #465eff);
box-shadow:0 18px 44px rgba(44,106,255,.24);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(44,106,255,.33)}
.btn-secondary{
color:#f3f7ff;background:rgba(6,17,40,.55);border-color:rgba(97,129,213,.4)
}
.btn-secondary:hover{background:rgba(9,24,56,.75)}
.hero-features{
display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px;max-width:760px;
}
.feature-mini{display:flex;gap:12px;align-items:flex-start;color:#d4def6}
.feature-mini .icon{
width:28px;height:28px;border-radius:8px;display:grid;place-items:center;
color:#5ebdff;background:rgba(38,91,255,.12);border:1px solid rgba(82,132,255,.2);flex-shrink:0
}
.feature-mini strong{display:block;font-size:15px;font-weight:600;line-height:1.45}
.hero-visual{position:relative;height:650px}
.orb,.orb-2,.orb-3{
position:absolute;border-radius:50%;border:2px solid rgba(61,114,255,.2);pointer-events:none;
}
.orb{width:350px;height:350px;top:20px;left:40px;box-shadow:0 0 80px rgba(36,92,255,.15)}
.orb-2{width:270px;height:270px;top:110px;left:150px;border-color:rgba(71,126,255,.45);box-shadow:0 0 45px rgba(71,126,255,.35), inset 0 0 30px rgba(71,126,255,.12)}
.orb-3{width:460px;height:460px;right:0;bottom:20px;border-color:rgba(0,221,255,.14)}
.laptop{
position:absolute;right:0;bottom:70px;width:530px;height:336px;border-radius:18px;
background:linear-gradient(180deg,#111827,#0a0f19 55%, #1d2026 100%);
padding:12px;border:1px solid rgba(255,255,255,.16);
transform:perspective(1200px) rotateY(-12deg) rotateX(5deg);
box-shadow:0 34px 70px rgba(0,0,0,.6), 0 0 80px rgba(43,111,255,.12);
}
.laptop::after{
content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-18px;
width:620px;height:26px;border-radius:0 0 100px 100px;
background:linear-gradient(180deg,#6e737c,#393d43 52%, #202329);
box-shadow:0 10px 25px rgba(0,0,0,.35);
}
.phone{
position:absolute;left:35px;bottom:85px;width:170px;height:346px;border-radius:28px;
background:linear-gradient(180deg,#111318,#070b12);
padding:10px;border:1px solid rgba(255,255,255,.18);
box-shadow:0 24px 50px rgba(0,0,0,.58), 0 0 45px rgba(20,120,255,.12);
z-index:3;transform:rotate(-3deg)
}
.notch{width:76px;height:18px;border-radius:0 0 14px 14px;background:#090d15;margin:0 auto 8px}
.screen{
position:relative;height:100%;overflow:hidden;border-radius:18px;
background:
linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.16)),
radial-gradient(circle at 80% 20%, rgba(255,164,83,.24), transparent 26%),
radial-gradient(circle at 65% 78%, rgba(176,96,43,.22), transparent 22%),
linear-gradient(135deg, #0d0b0d 0%, #1a1513 38%, #090909 100%);
}
.screen::before{
content:"";position:absolute;inset:0;background:
radial-gradient(circle at 78% 40%, rgba(255,183,88,.22), transparent 11%),
radial-gradient(circle at 86% 67%, rgba(255,154,83,.22), transparent 10%),
radial-gradient(circle at 57% 60%, rgba(255,132,74,.16), transparent 12%);
pointer-events:none;
}
.screen-nav{
display:flex;align-items:center;justify-content:space-between;
padding:16px 18px 10px;color:#f8f0e6;font-size:12px;position:relative;z-index:2
}
.brand-small{font-size:12px;font-weight:700;letter-spacing:.12em;color:#f2d1a0;text-transform:uppercase}
.menu-mini{display:flex;gap:16px;color:rgba(255,255,255,.78)}
.hero-food-copy{position:absolute;left:22px;top:84px;width:220px;z-index:2}
.hero-food-copy h3{font-size:36px;line-height:1.05;font-weight:800;color:#fff8ee;margin-bottom:12px}
.hero-food-copy p{font-size:13px;color:rgba(255,255,255,.72);line-height:1.6}
.mini-btn{
display:inline-flex;align-items:center;gap:8px;
margin-top:16px;padding:10px 16px;border-radius:10px;
background:linear-gradient(180deg,#ffa958,#d48332);color:#fff;font-size:12px;font-weight:700
}
.food-bowl,
.food-bowl::before,
.food-bowl::after{
position:absolute;border-radius:50%;
}
.food-bowl{background:radial-gradient(circle at 40% 35%, #f5d6a1 0%, #d98c45 32%, #5b3620 68%, #2d190f 100%);box-shadow:0 18px 30px rgba(0,0,0,.38)}
.food-bowl::before{content:"";inset:14% 14%;background:radial-gradient(circle at 40% 35%, #f9dc83 0%, #f6b85f 24%, #d8672f 56%, transparent 65%)}
.food-bowl::after{content:"";inset:8% 8%;border:2px solid rgba(255,255,255,.12)}
.b1{width:150px;height:150px;right:38px;top:92px}
.b2{width:110px;height:110px;right:170px;top:150px}
.b3{width:118px;height:118px;right:60px;bottom:52px}
.b4{width:86px;height:86px;right:195px;bottom:40px}
.laptop .highlight{position:absolute;inset:auto 24px 20px auto;width:140px;height:72px;border-radius:16px;background:rgba(255,255,255,.04);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.08)}
.phone .screen-nav{padding:14px 14px 8px;font-size:10px}
.phone .brand-small{font-size:10px}
.phone .hero-food-copy{left:14px;top:60px;width:118px}
.phone .hero-food-copy h3{font-size:24px;margin-bottom:10px}
.phone .hero-food-copy p{font-size:10px;line-height:1.5}
.phone .mini-btn{padding:8px 12px;font-size:10px;margin-top:12px}
.phone .b1{width:76px;height:76px;right:15px;top:125px}
.phone .b2{width:56px;height:56px;right:72px;top:160px}
.phone .b3{width:62px;height:62px;right:18px;bottom:48px}
.phone .b4{width:44px;height:44px;right:71px;bottom:36px}
.pos-screen{
background:linear-gradient(180deg,#eef2f8,#dfe5ef 100%);
position:relative;
overflow:hidden;
}
.pos-screen::before{
content:"";position:absolute;inset:0;
background:radial-gradient(circle at 75% 18%, rgba(46,121,255,.10), transparent 24%),
linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
pointer-events:none;z-index:1;
}
.pos-topbar{
position:absolute;left:0;right:0;top:0;z-index:3;
display:flex;align-items:center;justify-content:space-between;gap:12px;
padding:14px 16px 10px;
color:#0e1830;font-size:11px;font-weight:700;
}
.pos-topbar > span:last-child{color:#627294;white-space:nowrap}
.pos-brandline{display:flex;align-items:center;gap:8px;min-width:0}
.pos-branddot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
.pos-brandline span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.pos-hero-shot{
position:absolute;left:12px;right:12px;top:52px;bottom:12px;z-index:2;
border-radius:16px;overflow:hidden;background:rgba(255,255,255,.72);
border:1px solid rgba(117,145,201,.24);box-shadow:0 16px 34px rgba(10,18,36,.16);
}
.pos-hero-shot img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}
.pos-chip{
position:absolute;right:16px;top:16px;z-index:4;
display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;
background:linear-gradient(90deg,#20d892,#28b96d);color:#fff;font-size:12px;font-weight:800;
box-shadow:0 12px 24px rgba(27,184,116,.32);
}
.pos-chip i{font-size:12px}
.pos-highlight-card{
position:absolute;right:18px;bottom:16px;z-index:4;padding:10px 12px;border-radius:14px;
background:rgba(255,255,255,.84);border:1px solid rgba(113,141,197,.26);
box-shadow:0 12px 24px rgba(10,18,36,.12);color:#0f1831;min-width:148px;backdrop-filter:blur(6px);
}
.pos-highlight-card strong{display:block;font-size:13px;line-height:1.1;margin-bottom:3px}
.pos-highlight-card span{display:block;font-size:10px;line-height:1.4;color:#5f7097}
.phone .pos-topbar{padding:8px 10px 6px;font-size:8px;gap:6px}
.phone .pos-branddot{width:7px;height:7px;box-shadow:0 0 0 3px rgba(34,197,94,.12)}
.phone .pos-brandline span:last-child{max-width:58px}
.phone .pos-hero-shot{left:7px;right:7px;top:30px;bottom:8px;border-radius:10px}
.phone .pos-chip{right:9px;top:8px;padding:6px 9px;font-size:8px;gap:5px}
.phone .pos-chip i{font-size:8px}
.phone .pos-highlight-card{display:none}
.phone .pos-hero-shot img{object-position:left top}
.trust-strip{padding:28px 0 10px}
.trust-text{text-align:center;color:#e8efff;font-size:24px;margin-bottom:26px}
.brand-row{
display:grid;grid-template-columns:repeat(6,1fr);gap:20px;align-items:center;
color:rgba(223,234,255,.52)
}
.brand-item{
display:flex;align-items:center;justify-content:center;gap:10px;
padding:10px 10px;min-height:60px;
text-align:center;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
font-size:13px;
}
.brand-badge{
width:40px;height:40px;border-radius:50%;
border:1px solid rgba(106,143,255,.2);display:grid;place-items:center;
background:rgba(12,24,53,.7);color:#a3c1ff
}
.brand-item small{display:block;color:rgba(223,234,255,.38);font-size:10px;letter-spacing:.12em;margin-top:3px}
.services-grid,.process-grid,.pricing-grid,.footer-grid,.portfolio-grid{
display:grid;gap:18px;
}
.services-grid{grid-template-columns:repeat(6,1fr);margin-top:28px}
.service-card,
.process-card,
.price-card,
.why-card,
.footer-card,
.portfolio-card{
background:linear-gradient(180deg, rgba(13,26,58,.94), rgba(8,17,38,.98));
border:1px solid var(--line);
border-radius:22px;
box-shadow:var(--shadow);
position:relative;
overflow:hidden;
}
.service-card::before,
.process-card::before,
.price-card::before,
.portfolio-card::before{
content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;
background:linear-gradient(180deg, rgba(112,149,255,.25), rgba(13,228,182,.06), transparent 60%);
-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
mask-composite:exclude;
pointer-events:none;
}
.service-card{padding:30px 20px 26px;text-align:center;min-height:232px}
.service-icon{
width:68px;height:68px;border-radius:18px;margin:0 auto 20px;display:grid;place-items:center;
font-size:32px;color:#57a6ff;background:rgba(38,95,255,.09);border:1px solid rgba(89,142,255,.22)
}
.service-card:nth-child(2) .service-icon{color:#2ef4ba;border-color:rgba(46,244,186,.25);background:rgba(11,57,44,.3)}
.service-card:nth-child(3) .service-icon{color:#8f76ff}
.service-card:nth-child(4) .service-icon{color:#73a3ff}
.service-card:nth-child(5) .service-icon{color:#8d6cff}
.service-card:nth-child(6) .service-icon{color:#28e7ba}
.service-card h3{line-height:1.15;font-weight:700;color:#f4f8ff;letter-spacing:-.04em;margin-bottom:14px}
.service-card p{font-size:16px;line-height:1.6;color:var(--text)}
.portfolio-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:24px}
.outline-link{
display:inline-flex;align-items:center;gap:10px;padding:16px 22px;border-radius:14px;
border:1px solid rgba(97,130,214,.4);color:#dce8ff;font-weight:700;background:rgba(6,17,41,.55)
}
.portfolio-grid{grid-template-columns:repeat(4,1fr)}
.portfolio-card{padding:14px;min-height:344px}
.portfolio-thumb{height:184px;border-radius:18px;margin-bottom:18px;position:relative;overflow:hidden;border:1px solid rgba(124,148,219,.18)}
.thumb-dark{
background:
radial-gradient(circle at 82% 30%, rgba(255,176,86,.25), transparent 16%),
radial-gradient(circle at 60% 82%, rgba(255,138,86,.18), transparent 16%),
linear-gradient(135deg,#12100f 0%, #241815 48%, #070707 100%);
}
.thumb-dark::before{
content:"GOOD FOOD\A GOOD MOOD";white-space:pre;position:absolute;left:20px;top:42px;
font-weight:800;font-size:28px;line-height:1.12;color:#fff8f0;letter-spacing:-.03em
}
.thumb-dark::after{
content:"";position:absolute;right:20px;bottom:24px;width:126px;height:86px;border-radius:50%;
background:radial-gradient(circle at 40% 35%, #f7db97 0%, #d98644 34%, #5c3420 68%, #2a160e 100%);
box-shadow:0 14px 30px rgba(0,0,0,.34)
}
.thumb-art{
background:
radial-gradient(circle at 68% 40%, rgba(79,182,255,.22), transparent 18%),
linear-gradient(135deg,#100c10,#181e2d 45%, #080d14 100%);
}
.thumb-art::before{
content:"";position:absolute;inset:16px;border-radius:18px;border:1px solid rgba(88,139,255,.2)
}
.thumb-art::after{
content:"";position:absolute;right:22px;top:26px;width:140px;height:140px;border-radius:50%;
border:2px solid rgba(99,170,255,.28);box-shadow:0 0 40px rgba(57,123,255,.18)
}
.thumb-system{
background:linear-gradient(135deg,#10162a,#111c39 45%, #0d1130);
}
.thumb-system .chart-line{position:absolute;height:2px;background:linear-gradient(90deg,#6d95ff,#45d7ff);border-radius:2px;box-shadow:0 0 12px rgba(96,133,255,.5)}
.thumb-system .c1{width:72px;left:24px;top:54px;transform:rotate(10deg)}
.thumb-system .c2{width:58px;left:86px;top:84px;transform:rotate(-16deg)}
.thumb-system .c3{width:90px;left:128px;top:68px;transform:rotate(12deg)}
.thumb-system .bar{position:absolute;bottom:24px;width:16px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#8258ff,#4366ff)}
.thumb-system .b1{left:34px;height:68px}.thumb-system .b2{left:60px;height:92px}.thumb-system .b3{left:86px;height:46px}.thumb-system .b4{left:112px;height:78px}
.thumb-system .b5{left:138px;height:58px}.thumb-system .b6{left:164px;height:104px}
.thumb-plus{display:grid;place-items:center;background:linear-gradient(135deg,#0d1730,#0a1121)}
.plus-circle{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(121,147,213,.28);color:#fff;font-size:34px;background:rgba(13,28,56,.5)}
.portfolio-badge{position:absolute;right:14px;top:14px;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;background:#33df97;color:#fff}
.portfolio-card h3{letter-spacing:-.03em;margin-bottom:6px}
.portfolio-card p{font-size:16px;color:#adc0e9;margin-bottom:14px}
.portfolio-tags{display:flex;flex-wrap:wrap;gap:8px}
.portfolio-tags span{padding:7px 11px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(109,134,199,.16);font-size:13px;color:#c9d5ef}
.portfolio-pos-image-card > p{font-size:14px;line-height:1.62;color:#b7c8ea;margin-bottom:16px}
.portfolio-pos-image-card > h3{line-height:1.2}
.portfolio-pos-image-card .portfolio-tags{gap:7px}
.portfolio-pos-image-card .portfolio-tags span{font-size:12px;padding:6px 9px}
.portfolio-pos-clickable{display:block;color:inherit;cursor:pointer;text-decoration:none}
.portfolio-pos-clickable:focus-visible{outline:2px solid var(--blue-2);outline-offset:4px}
.portfolio-open-hint{display:flex;align-items:center;gap:8px;margin:14px 4px 2px;color:#71b9ff;font-size:12px;font-weight:700;letter-spacing:.01em;opacity:.86;transition:transform .2s ease,color .2s ease}
.portfolio-pos-clickable:hover .portfolio-open-hint{transform:translateX(3px);color:#8dd7ff}
.process-grid{grid-template-columns:repeat(4,1fr);margin-top:24px}
.process-card{padding:26px 24px;min-height:164px}
.step-badge{
width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;
background:radial-gradient(circle at 35% 35%, rgba(68,120,255,.35), rgba(32,55,130,.55));
border:1px solid rgba(103,138,255,.34);font-size:18px;font-weight:800;box-shadow:0 0 24px rgba(70,120,255,.22)
}
.process-card:nth-child(4) .step-badge{background:radial-gradient(circle at 35% 35%, rgba(46,244,186,.25), rgba(11,74,57,.55));border-color:rgba(46,244,186,.34)}
.process-card h3{letter-spacing:-.03em;margin-bottom:10px}
.process-card p{font-size:16px;color:#b8caee;line-height:1.65}
.process-icon-float{position:absolute;right:20px;top:18px;color:#70a3ff;font-size:16px;opacity:.8}
.pricing-grid{grid-template-columns:1fr 1fr 1fr .95fr;align-items:stretch;margin-top:26px}
.price-card,.why-card{padding:28px 26px;min-height:430px}
.price-card h3,.why-card h3{letter-spacing:-.03em;margin-bottom:10px}
.price-sub{font-size:16px;color:#b7c8ea;min-height:48px}
.price-label{margin-top:26px;color:#dbe7ff;font-size:18px}
.price-amount{margin:10px 0 20px;font-size:52px;font-weight:800;letter-spacing:-.04em}
.price-amount small{display:block;font-size:18px;font-weight:600;color:#dce6fb;margin-bottom:12px}
.check-list{list-style:none;display:grid;gap:12px;margin:18px 0 26px}
.check-list li{display:flex;align-items:flex-start;gap:12px;color:#d4dff9;font-size:16px;line-height:1.55}
.check-list i{color:#48e2b3;margin-top:4px}
.price-btn{
display:flex;align-items:center;justify-content:center;
border-radius:14px;height:54px;border:1px solid rgba(115,146,222,.32);
font-weight:700;background:rgba(255,255,255,.02)
}
.featured{border-color:rgba(82,133,255,.6);box-shadow:0 18px 60px rgba(27,93,255,.18)}
.featured .price-btn{background:linear-gradient(90deg,#2c75ff,#475eff)}
.featured-tag{
position:absolute;top:0;left:50%;transform:translate(-50%,-50%);
padding:9px 16px;border-radius:999px;background:linear-gradient(90deg,#3b84ff,#5274ff);font-size:12px;font-weight:800;letter-spacing:.03em
}
.custom-amount{font-size:48px}
.why-card{background:linear-gradient(180deg, rgba(10,20,43,.98), rgba(6,15,31,.98));border:1px solid rgba(114,138,200,.18);border-radius:22px}
.why-card .mini-cta{margin-top:24px;padding:20px;border-radius:18px;background:rgba(10,21,49,.9);border:1px solid rgba(89,119,194,.2)}
.why-card .mini-cta h4{font-size:18px;margin-bottom:6px;color:#eaf2ff}
.why-card .mini-cta p{color:#a8bbdf;font-size:15px;margin-bottom:14px}
.why-card .mini-cta a{display:flex;align-items:center;justify-content:center;gap:10px;height:52px;border-radius:14px;background:linear-gradient(90deg,#2d76ff,#465eff);font-weight:700}
footer{padding:34px 0 40px;margin-top:34px;border-top:1px solid rgba(88,117,191,.15);background:linear-gradient(180deg, rgba(4,10,24,.5), rgba(4,9,20,.9))}
.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1.1fr;align-items:start}
.footer-brand .logo{margin-bottom:18px}
.footer-brand p{max-width:300px;color:#b4c5e9;line-height:1.75}
.footer-col h4{font-size:18px;margin-bottom:16px}
.footer-links-list{list-style:none;display:grid;gap:10px}
.footer-links-list a,.footer-links-list li{color:#c7d3ee;font-size:15px}
.footer-links-list i{color:#59b1ff;margin-right:10px;width:16px;text-align:center}
.newsletter{
display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px;border-radius:14px;
border:1px solid rgba(106,130,195,.2);background:rgba(12,20,39,.85)
}
.newsletter input{
flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:14px
}
.newsletter button{
width:44px;height:44px;border:none;border-radius:12px;background:linear-gradient(90deg,#2d76ff,#455dff);color:#fff;cursor:pointer
}
.footer-bottom{
margin-top:24px;padding-top:18px;border-top:1px solid rgba(88,117,191,.12);
display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#9cb0d7;font-size:14px
}
.footer-bottom .heart{color:#ff6585}
@media (max-width:1260px){
.services-grid{grid-template-columns:repeat(3,1fr)}
.portfolio-grid{grid-template-columns:repeat(2,1fr)}
.pricing-grid{grid-template-columns:repeat(2,1fr)}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1100px){
.nav-toggle{display:block}
.nav-links{
display:none;position:absolute;left:24px;right:24px;top:86px;padding:20px;border-radius:20px;
background:rgba(8,18,42,.97);border:1px solid rgba(98,124,192,.22);flex-direction:column;align-items:flex-start;gap:12px
}
.nav-links.open{display:flex}
.nav-links a.active::after,.nav-links a:hover::after{bottom:-4px}
.nav-cta{display:none}
.hero-grid{grid-template-columns:1fr;gap:30px}
.hero-copy{padding-right:0}
.hero-features{grid-template-columns:repeat(2,1fr)}
.hero-visual{height:580px}
.laptop{position:relative;right:auto;bottom:auto;margin-left:auto;width:min(100%,540px)}
.phone{left:0;bottom:40px}
.orb{left:80px}.orb-2{left:180px}
.brand-row{grid-template-columns:repeat(3,1fr)}
.process-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
.btn-primary,.btn-secondary{min-width:unset;width:100%;font-size:17px}
.hero-actions{display:grid;grid-template-columns:1fr}
.hero-features{grid-template-columns:1fr}
.services-grid,.portfolio-grid,.process-grid,.pricing-grid,.footer-grid{grid-template-columns:1fr}
.brand-row{grid-template-columns:repeat(2,1fr)}
.logo-text strong{font-size:21px}
.hero-visual{height:470px}
.laptop{width:100%;height:250px;transform:none}
.laptop::after{width:106%;height:18px;bottom:-12px}
.phone{width:120px;height:250px;left:6px;bottom:8px}
.phone .hero-food-copy h3{font-size:17px}
.phone .mini-btn{padding:6px 10px}
.phone .b1{top:93px}.phone .b2{top:118px}
.trust-text{font-size:18px}
.price-amount{font-size:40px}
.custom-amount{font-size:36px}
}
@media (max-width:560px){
.container{padding:0 16px}
.nav-inner{padding:14px 16px}
.logo-mark{width:40px;height:40px;font-size:17px}
.logo-image{width:40px;height:40px}
.logo-text strong{font-size:18px;letter-spacing:.16em}
.logo-text span{font-size:7px}
.badge-line{font-size:11px;padding:9px 12px}
.section-desc,.service-card p,.portfolio-card p,.process-card p,.check-list li,.footer-links-list a,.footer-links-list li{font-size:14px}
.brand-row{grid-template-columns:1fr}
.hero-visual{height:400px}
.laptop{height:210px}
.screen-nav{padding:10px 12px 8px}
.menu-mini{display:none}
.hero-food-copy{left:12px;top:54px;width:140px}
.hero-food-copy h3{font-size:24px}
.hero-food-copy p{display:none}
.mini-btn{padding:8px 12px;font-size:10px}
.b1{width:90px;height:90px}.b2{width:68px;height:68px;right:110px}.b3{width:70px;height:70px}.b4{width:54px;height:54px;right:104px}
.phone{display:none}
}
:root{
--mx:50vw;
--my:30vh;
--premium-cyan:#45e7ff;
--premium-violet:#7c5cff;
--premium-blue:#3b82ff;
--premium-green:#35f5b3;
--ease-premium:cubic-bezier(.2,.8,.2,1);
}
::selection{background:rgba(72,126,255,.42);color:#fff}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#050a16}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#285eea,#2ac8dc);border-radius:999px;border:2px solid #050a16}
body{
min-height:100vh;
background:
radial-gradient(circle at 14% -8%, rgba(60,86,255,.20), transparent 31%),
radial-gradient(circle at 88% 8%, rgba(0,222,255,.13), transparent 27%),
radial-gradient(circle at 52% 54%, rgba(73,44,190,.09), transparent 30%),
linear-gradient(180deg,#030814 0%,#071126 34%,#061026 70%,#040a16 100%);
}
body::after{
content:"";
position:fixed;inset:0;pointer-events:none;z-index:0;
background:radial-gradient(460px circle at var(--mx) var(--my),rgba(79,140,255,.085),transparent 70%);
transition:background .08s linear;
}
#particleCanvas{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.6}
.grain{
position:fixed;inset:0;pointer-events:none;z-index:60;opacity:.028;mix-blend-mode:soft-light;
background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor-glow{
position:fixed;width:320px;height:320px;border-radius:50%;pointer-events:none;z-index:1;
left:0;top:0;transform:translate(-50%,-50%);opacity:0;
background:radial-gradient(circle,rgba(69,142,255,.13),rgba(70,84,255,.05) 34%,transparent 70%);
filter:blur(2px);transition:opacity .25s ease;
}
.scroll-line{position:fixed;left:0;top:0;width:100%;height:2px;z-index:100;background:rgba(255,255,255,.03)}
.scroll-line span{display:block;height:100%;width:0;background:linear-gradient(90deg,#35f5b3,#45b9ff 45%,#7266ff);box-shadow:0 0 16px rgba(56,169,255,.8)}
.aurora{
position:fixed;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:0;opacity:.24;will-change:transform;
}
.aurora.a1{width:420px;height:420px;background:#2b5cff;left:-180px;top:20vh;animation:auroraOne 16s ease-in-out infinite alternate}
.aurora.a2{width:360px;height:360px;background:#00d5c8;right:-150px;top:42vh;animation:auroraTwo 18s ease-in-out infinite alternate}
.aurora.a3{width:320px;height:320px;background:#6138ff;left:42%;bottom:-180px;animation:auroraThree 20s ease-in-out infinite alternate}
@keyframes auroraOne{to{transform:translate(120px,120px) scale(1.16)}}
@keyframes auroraTwo{to{transform:translate(-130px,-80px) scale(.88)}}
@keyframes auroraThree{to{transform:translate(80px,-100px) scale(1.12)}}
.navbar{
top:10px;margin:0 auto;width:min(96%,1320px);border:1px solid rgba(131,161,235,.13);border-radius:20px;
background:linear-gradient(180deg,rgba(9,18,39,.78),rgba(5,12,27,.72));
box-shadow:0 18px 55px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035);
transition:background .3s var(--ease-premium),box-shadow .3s var(--ease-premium),transform .3s var(--ease-premium),border-color .3s ease;
}
.navbar.is-scrolled{
background:linear-gradient(180deg,rgba(7,15,34,.94),rgba(5,11,25,.90));
border-color:rgba(93,139,255,.23);box-shadow:0 20px 60px rgba(0,0,0,.33),0 0 0 1px rgba(73,132,255,.03);
}
.nav-inner{padding:13px 22px}
.logo-image{border-radius:14px;background:#02050b;padding:3px;transition:transform .35s var(--ease-premium),box-shadow .35s ease}
.logo:hover .logo-image{transform:rotate(-5deg) scale(1.06);box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 34px rgba(77,134,255,.25)}
.logo-text strong{font-size:23px;background:linear-gradient(110deg,#fff,#dbe7ff 55%,#82bbff);-webkit-background-clip:text;background-clip:text;color:transparent}
.nav-links{gap:24px}
.nav-links a{transition:color .2s ease,transform .2s ease}
.nav-links a:hover{transform:translateY(-1px)}
.nav-cta,.btn-primary,.featured .price-btn,.why-card .mini-cta a{
position:relative;isolation:isolate;overflow:hidden;
background:linear-gradient(110deg,#2468ff 0%,#4d5fff 52%,#168fff 100%);
background-size:180% 180%;animation:ctaGradient 7s ease infinite;
}
.nav-cta::before,.btn-primary::before,.featured .price-btn::before,.why-card .mini-cta a::before{
content:"";position:absolute;inset:-2px auto -2px -45%;width:36%;z-index:-1;
background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);transform:skewX(-18deg);
transition:left .65s var(--ease-premium);
}
.nav-cta:hover::before,.btn-primary:hover::before,.featured .price-btn:hover::before,.why-card .mini-cta a:hover::before{left:115%}
@keyframes ctaGradient{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
.hero{padding-top:52px;isolation:isolate}
.hero-grid{min-height:690px}
.hero-copy{position:relative;z-index:4}
.badge-line{
position:relative;overflow:hidden;background:rgba(7,28,37,.72);backdrop-filter:blur(18px);
box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(72,239,200,.03),0 12px 34px rgba(0,0,0,.12);
animation:badgeFloat 5s ease-in-out infinite;
}
.badge-line::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.08),transparent 70%);transform:translateX(-110%);animation:badgeSweep 4.8s ease-in-out infinite}
@keyframes badgeSweep{55%,100%{transform:translateX(115%)}}
@keyframes badgeFloat{50%{transform:translateY(-3px)}}
.premium-status{
display:flex;align-items:center;gap:9px;margin-top:20px;color:#a8bddf;font-size:13px;font-weight:600;letter-spacing:.01em;
}
.premium-status .dot{width:8px;height:8px;border-radius:50%;background:#3af0ac;box-shadow:0 0 0 5px rgba(58,240,172,.10),0 0 18px rgba(58,240,172,.65);animation:statusPulse 2.2s ease-in-out infinite}
@keyframes statusPulse{50%{box-shadow:0 0 0 9px rgba(58,240,172,0),0 0 22px rgba(58,240,172,.42)}}
.hero-copy h1{
letter-spacing:-.058em;line-height:.98;margin-top:24px;
text-wrap:balance;text-shadow:0 7px 35px rgba(0,0,0,.24);
}
.hero-copy h1 .accent{
color:transparent;background:linear-gradient(90deg,#4a89ff 0%,#54c9ff 42%,#7369ff 100%);
-webkit-background-clip:text;background-clip:text;background-size:180% auto;animation:titleFlow 8s ease infinite;
filter:drop-shadow(0 0 22px rgba(63,149,255,.18));
}
@keyframes titleFlow{50%{background-position:100% center}}
.hero-copy p{line-height:1.7;color:#b9c9e7;max-width:660px}
.btn-primary,.btn-secondary{min-width:218px;padding:16px 24px;border-radius:14px;font-size:15px;transition:transform .28s var(--ease-premium),box-shadow .28s ease,border-color .28s ease}
.btn-primary{box-shadow:0 15px 38px rgba(43,103,255,.27),inset 0 1px 0 rgba(255,255,255,.16)}
.btn-primary:hover{transform:translateY(-4px) scale(1.015);box-shadow:0 22px 48px rgba(43,103,255,.38),0 0 36px rgba(63,123,255,.14)}
.btn-secondary{background:rgba(8,18,39,.62);backdrop-filter:blur(16px);border-color:rgba(112,151,231,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.btn-secondary:hover{transform:translateY(-4px);border-color:rgba(79,186,255,.55);background:rgba(11,26,56,.82);box-shadow:0 18px 38px rgba(0,0,0,.18)}
.feature-mini{
padding:12px 10px;border-radius:14px;border:1px solid transparent;transition:background .28s ease,border-color .28s ease,transform .28s var(--ease-premium)
}
.feature-mini:hover{background:rgba(14,29,60,.56);border-color:rgba(105,146,225,.16);transform:translateY(-3px)}
.feature-mini .icon{width:34px;height:34px;border-radius:11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.hero-visual{transform-style:preserve-3d;perspective:1400px}
.orb,.orb-2,.orb-3{animation:orbitPulse 8s ease-in-out infinite alternate}
.orb-2{animation-delay:-2s}.orb-3{animation-delay:-4s}
@keyframes orbitPulse{to{transform:scale(1.06) rotate(8deg);opacity:.72}}
.laptop{animation:laptopFloat 6.5s ease-in-out infinite;transition:transform .15s ease-out;will-change:transform}
.phone{animation:phoneFloat 5.2s ease-in-out infinite;transition:transform .15s ease-out;will-change:transform}
@keyframes laptopFloat{0%,100%{translate:0 0}50%{translate:0 -13px}}
@keyframes phoneFloat{0%,100%{translate:0 0}50%{translate:0 -10px}}
.laptop::before{
content:"";position:absolute;inset:-1px;border-radius:19px;padding:1px;pointer-events:none;
background:linear-gradient(135deg,rgba(98,177,255,.75),transparent 28%,transparent 65%,rgba(55,242,197,.32));
-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;
}
.screen{box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),inset 0 0 70px rgba(0,0,0,.20)}
.screen::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.07) 35%,transparent 49%);transform:translateX(-125%);animation:screenShine 7s ease-in-out infinite}
@keyframes screenShine{45%,100%{transform:translateX(140%)}}
.trust-strip{padding-top:16px}
.trust-text{color:#b8c8e6;font-size:15px;letter-spacing:.02em}
.brand-row{
padding:15px 14px;border-radius:20px;border:1px solid rgba(103,131,201,.11);
background:linear-gradient(180deg,rgba(13,25,52,.48),rgba(7,15,32,.42));backdrop-filter:blur(14px);
box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.brand-item{opacity:.62;filter:saturate(.72);transition:opacity .25s ease,filter .25s ease,transform .25s ease}
.brand-item:hover{opacity:1;filter:saturate(1);transform:translateY(-3px)}
.section-label{position:relative;display:inline-flex;align-items:center;gap:9px;color:#63a5ff;text-shadow:0 0 20px rgba(80,151,255,.22)}
.section-label::before{content:"";width:19px;height:2px;border-radius:2px;background:linear-gradient(90deg,#3a7aff,#32e6d1);box-shadow:0 0 10px rgba(55,142,255,.5)}
.section-title.big{letter-spacing:-.045em;line-height:1.07;max-width:780px}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{
transform-style:preserve-3d;will-change:transform;
transition:transform .32s var(--ease-premium),border-color .32s ease,box-shadow .32s ease,background .32s ease;
}
.service-card::after,.portfolio-card::after,.process-card::after,.price-card::after,.why-card::after{
content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;
background:radial-gradient(420px circle at var(--spot-x,50%) var(--spot-y,50%),rgba(88,150,255,.13),transparent 42%);
opacity:0;transition:opacity .25s ease;
}
.service-card:hover::after,.portfolio-card:hover::after,.process-card:hover::after,.price-card:hover::after,.why-card:hover::after{opacity:1}
.service-card:hover,.portfolio-card:hover,.process-card:hover,.price-card:hover,.why-card:hover{
border-color:rgba(87,139,255,.42);box-shadow:0 26px 70px rgba(0,0,0,.34),0 0 0 1px rgba(78,125,255,.04),0 0 48px rgba(49,104,255,.06)
}
.service-card{padding:28px 18px;min-height:250px;background:linear-gradient(165deg,rgba(14,30,64,.93),rgba(7,16,35,.97))}
.service-icon{position:relative;overflow:hidden;transition:transform .35s var(--ease-premium),box-shadow .35s ease}
.service-icon::after{content:"";position:absolute;inset:auto 8px 7px;height:1px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.55}
.service-card:hover .service-icon{transform:translateY(-4px) scale(1.05) rotate(-2deg);box-shadow:0 16px 30px rgba(38,104,255,.15)}
.service-card h3{font-size:var(--fs-card-title);letter-spacing:-.025em;line-height:1.32}
.service-card p{font-size:13.5px;color:#9eb1d4;line-height:1.7}
.portfolio-card{background:linear-gradient(160deg,rgba(13,27,59,.96),rgba(7,15,33,.98));padding:12px;min-height:326px}
.portfolio-thumb{height:178px;transition:transform .5s var(--ease-premium),filter .5s ease;overflow:hidden}
.portfolio-card:hover .portfolio-thumb{transform:scale(1.018);filter:brightness(1.08) saturate(1.08)}
.portfolio-badge{backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(0,0,0,.24)}
.portfolio-card h3{font-size:var(--fs-card-title);margin:0 4px 5px}
.portfolio-card p{font-size:13px;margin:0 4px 13px;color:#9eb4dc}
.portfolio-tags{margin:0 4px 4px}
.portfolio-tags span{font-size:11px;padding:6px 9px;background:rgba(255,255,255,.035)}
.process-grid{position:relative}
.process-grid::before{content:"";position:absolute;left:8%;right:8%;top:53px;height:1px;background:linear-gradient(90deg,rgba(60,107,255,.05),rgba(80,152,255,.48),rgba(48,233,194,.35));z-index:0}
.process-card{padding:25px 22px;min-height:190px;z-index:1;background:linear-gradient(160deg,rgba(12,25,54,.95),rgba(7,16,34,.98))}
.step-badge{position:relative;width:58px;height:58px;z-index:2;box-shadow:0 0 0 7px rgba(6,15,33,.95),0 0 34px rgba(69,121,255,.28)}
.process-card:hover .step-badge{transform:scale(1.08);transition:transform .3s var(--ease-premium)}
.process-card h3{font-size:var(--fs-card-title)}.process-card p{font-size:13px;color:#a7badc}
.pricing-grid{gap:16px;padding-top:18px}
.price-card,.why-card{min-height:455px;background:linear-gradient(165deg,rgba(12,25,55,.96),rgba(6,15,32,.99));padding:27px 24px}
.price-card h3,.why-card h3{font-size:var(--fs-card-title)}
.price-sub{font-size:13px;min-height:40px}
.price-label{font-size:13px;color:#9db0d4;margin-top:20px}
.price-amount{font-size:34px;margin:8px 0 18px}
.custom-amount{font-size:34px}
.check-list{gap:10px}.check-list li{font-size:12.5px;color:#b8c7e3}
.featured{
overflow:visible;
border-color:rgba(77,132,255,.72);
box-shadow:0 24px 70px rgba(35,92,255,.20),inset 0 1px 0 rgba(255,255,255,.05)
}
.featured::before{background:linear-gradient(120deg,rgba(54,136,255,.72),rgba(124,91,255,.46),rgba(45,225,196,.35))}
.featured-tag{z-index:6;white-space:nowrap;box-shadow:0 12px 28px rgba(43,99,255,.35);animation:popularGlow 3s ease-in-out infinite}
@keyframes popularGlow{50%{box-shadow:0 12px 36px rgba(64,121,255,.58),0 0 25px rgba(84,113,255,.24)}}
.price-btn{height:50px;font-size:13px;transition:transform .25s var(--ease-premium),border-color .25s ease,background .25s ease}
.price-btn:hover{transform:translateY(-3px);border-color:rgba(89,179,255,.45);background:rgba(41,72,133,.20)}
.footer-grid{position:relative}
footer{position:relative;overflow:hidden;margin-top:90px;padding-top:54px}
footer::before{content:"";position:absolute;left:50%;top:-190px;width:760px;height:340px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(58,116,255,.13),transparent 68%);pointer-events:none}
.footer-col h4{font-size:15px}.footer-brand p,.footer-links-list a,.footer-links-list li{font-size:13px}
.newsletter{transition:border-color .25s ease,box-shadow .25s ease}.newsletter:focus-within{border-color:rgba(83,151,255,.45);box-shadow:0 0 0 4px rgba(63,126,255,.07)}
.reveal-premium{opacity:0;transform:translateY(26px) scale(.985);filter:blur(5px);transition:opacity .75s var(--ease-premium),transform .75s var(--ease-premium),filter .75s ease}
.reveal-premium.visible{opacity:1;transform:none;filter:none}
.reveal-premium:nth-child(2){transition-delay:.06s}.reveal-premium:nth-child(3){transition-delay:.12s}.reveal-premium:nth-child(4){transition-delay:.18s}.reveal-premium:nth-child(5){transition-delay:.24s}.reveal-premium:nth-child(6){transition-delay:.30s}
.floating-contact{
position:fixed;right:22px;bottom:22px;z-index:45;display:flex;align-items:center;gap:10px;padding:11px 15px 11px 11px;
border-radius:999px;border:1px solid rgba(71,240,181,.24);background:rgba(6,20,27,.82);backdrop-filter:blur(18px);
box-shadow:0 16px 42px rgba(0,0,0,.30),0 0 28px rgba(48,230,183,.07);color:#dffcf5;font-size:12px;font-weight:700;
transition:transform .25s var(--ease-premium),border-color .25s ease;
}
.floating-contact:hover{transform:translateY(-4px);border-color:rgba(71,240,181,.55)}
.floating-contact .wa-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1fd88c,#0ebd74);color:#fff;font-size:17px;box-shadow:0 8px 22px rgba(24,211,132,.24)}
@media (max-width:1100px){
.navbar{width:calc(100% - 24px)}
.process-grid::before{display:none}
}
@media (max-width:820px){
.navbar{top:6px;border-radius:16px}.nav-inner{padding:11px 14px}
.hero-grid{min-height:auto}
.hero{padding-top:38px}
.hero-copy h1{line-height:1.01}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{transform:none!important}
.floating-contact span.label{display:none}.floating-contact{padding:10px}.floating-contact .wa-icon{width:38px;height:38px}
}
@media (max-width:560px){
.premium-status{font-size:11px}
.grain{opacity:.018}
.cursor-glow{display:none}
.aurora{opacity:.14}
.hero-features{gap:5px}
.feature-mini{padding:10px 5px}
}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{will-change:auto}
@media (max-width:1200px){
.aurora{animation:none;filter:blur(52px);opacity:.13}
#particleCanvas{opacity:.34}
.navbar,.brand-row,.badge-line,.floating-contact{backdrop-filter:none;-webkit-backdrop-filter:none}
}
@media (max-width:820px){
#particleCanvas{opacity:.22}
.featured{overflow:visible}
.pricing-grid{padding-top:18px}
}
@media (prefers-reduced-motion:reduce){
*,*::before,*::after{animation:none!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
#particleCanvas,.cursor-glow{display:none!important}
.reveal-premium{opacity:1!important;transform:none!important;filter:none!important}
}
.scroll-line span{
transform:scaleX(0);
transform-origin:left center;
will-change:transform;
width:100%;
}
@supports (content-visibility:auto){
#services,#portfolio,#process,#pricing,footer{
content-visibility:auto;
contain-intrinsic-size:1px 900px;
}
}
@media (max-width:820px){
html{scroll-behavior:auto}
#particleCanvas,.aurora,.grain,.cursor-glow,.orb,.orb-2,.orb-3{display:none!important}
body::before,body::after{display:none!important}
.hero::before,.hero::after{display:none!important}
.nav-cta,.btn-primary,.featured .price-btn,.why-card .mini-cta a,
.badge-line,.premium-status .dot,.hero-copy h1 .accent,
.orb,.orb-2,.orb-3,.laptop,.phone,.screen::after,.featured-tag{
animation:none!important;
}
.reveal-premium,.reveal-premium.visible{
opacity:1!important;
transform:none!important;
filter:none!important;
transition:none!important;
}
.service-card,.portfolio-card,.process-card,.price-card,.why-card,
.service-icon,.portfolio-thumb,.feature-mini,.price-btn,.floating-contact,
.btn-primary,.btn-secondary,.nav-cta{
will-change:auto!important;
transition:none!important;
}
.service-card::after,.portfolio-card::after,.process-card::after,
.price-card::after,.why-card::after{display:none!important}
.navbar,.brand-row,.badge-line,.floating-contact,
.btn-secondary,.portfolio-badge{
backdrop-filter:none!important;
-webkit-backdrop-filter:none!important;
}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{
box-shadow:0 12px 32px rgba(0,0,0,.22)!important;
}
.laptop{box-shadow:0 20px 40px rgba(0,0,0,.42)!important}
a,button{touch-action:manipulation}
}
@media (max-width:560px){
.hero-visual{height:370px}
.laptop{height:200px}
.section-space{padding-top:54px}
footer{margin-top:64px}
}
@media (hover:none),(pointer:coarse){
.service-card:hover,.portfolio-card:hover,.process-card:hover,
.price-card:hover,.why-card:hover,.feature-mini:hover,
.btn-primary:hover,.btn-secondary:hover,.price-btn:hover,
.floating-contact:hover,.portfolio-card:hover .portfolio-thumb,
.service-card:hover .service-icon{
transform:none!important;
}
}
:root{
--fs-body:clamp(15px,.35vw + 13.5px,16px);
--fs-lg:clamp(16px,.55vw + 14px,19px);
--fs-card-title:clamp(18px,.45vw + 16px,21px);
--fs-h3:clamp(20px,1vw + 16px,28px);
--fs-section-title:clamp(29px,2.2vw + 16px,48px);
--fs-hero:clamp(34px,4.1vw + 12px,68px);
}
html{
width:100%;
max-width:100%;
overflow-x:clip;
-webkit-text-size-adjust:100%;
text-size-adjust:100%;
}
body{
width:100%;
max-width:100%;
min-width:0;
overflow-x:clip;
}
img,svg,video,canvas{max-width:100%}
input,button,select,textarea{max-width:100%}
.container{
width:100%;
max-width:var(--container);
padding-inline:clamp(16px,2.5vw,28px);
}
.hero-grid,.services-grid,.portfolio-grid,.process-grid,.pricing-grid,.footer-grid,
.hero-copy,.hero-visual,.service-card,.portfolio-card,.process-card,.price-card,.why-card,
.footer-brand,.footer-col{min-width:0}
.hero-copy h1{
max-width:760px;
overflow-wrap:normal;
word-break:normal;
text-wrap:balance;
}
.hero-copy p,.section-desc,.footer-brand p{max-width:100%}
.section-title.big{text-wrap:balance}
.nav-inner{width:100%;min-width:0}
.nav-toggle{
width:44px;height:44px;min-width:44px;
align-items:center;justify-content:center;
border-radius:12px;
cursor:pointer;
touch-action:manipulation;
}
.nav-toggle:focus-visible,.nav-links a:focus-visible,
.btn-primary:focus-visible,.btn-secondary:focus-visible,.price-btn:focus-visible,
.floating-contact:focus-visible{
outline:2px solid #69b7ff;
outline-offset:3px;
}
.services-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.portfolio-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.footer-grid{grid-template-columns:1.2fr repeat(3,minmax(0,1fr)) 1.1fr}
.laptop{
aspect-ratio:530 / 336;
height:auto;
max-width:100%;
}
.phone{
aspect-ratio:170 / 346;
height:auto;
}
.floating-contact{
right:max(14px,env(safe-area-inset-right));
bottom:max(14px,env(safe-area-inset-bottom));
}
@media (min-width:1600px){
:root{--container:1280px}
.section-space{padding-top:96px}
}
@media (max-width:1260px){
.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1100px){
.navbar{width:calc(100% - 24px)}
.nav-inner{padding-inline:clamp(14px,2.5vw,22px)}
.nav-toggle{display:flex}
.nav-links{
left:12px;right:12px;top:calc(100% + 8px);
width:auto;
max-height:calc(100dvh - 110px);
overflow-y:auto;
overscroll-behavior:contain;
}
.hero-grid{grid-template-columns:minmax(0,1fr);gap:24px}
.hero-copy{max-width:820px;margin-inline:auto;width:100%}
.hero-visual{
width:100%;
height:auto;
min-height:clamp(390px,54vw,580px);
max-width:760px;
margin-inline:auto;
}
.laptop{
width:min(78vw,540px);
max-width:88%;
margin-inline:auto;
}
.phone{
width:clamp(118px,16vw,160px);
left:clamp(4px,5vw,54px);
bottom:clamp(20px,5vw,48px);
}
.hero-features{max-width:none}
.brand-row{grid-template-columns:repeat(3,minmax(0,1fr))}
.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.portfolio-grid,.process-grid,.pricing-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{min-height:auto}
.price-sub{min-height:0}
.hero-actions{max-width:640px}
}
@media (max-width:820px){
.hero{padding-top:clamp(30px,7vw,42px)}
.hero-grid{gap:14px}
.hero-copy h1{margin-top:20px}
.hero-copy p{font-size:clamp(15px,2.5vw,18px)}
.hero-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}
.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.btn-primary,.btn-secondary{width:100%;min-width:0;padding:15px 16px}
.hero-visual{
min-height:clamp(330px,58vw,470px);
max-width:650px;
}
.laptop{width:min(92%,540px);max-width:92%}
.phone{width:clamp(108px,17vw,130px)}
.brand-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.brand-item{min-width:0;padding-inline:6px}
.brand-item>div{max-width:100%;overflow-wrap:anywhere}
.featured-tag{max-width:calc(100% - 24px);text-align:center}
}
@media (max-width:640px){
:root{
--fs-hero:clamp(33px,9.2vw,44px);
--fs-section-title:clamp(28px,7.6vw,38px);
}
.container{padding-inline:16px}
.navbar{width:calc(100% - 16px);top:6px;border-radius:15px}
.nav-inner{padding:10px 12px}
.logo{gap:10px;min-width:0}
.logo-text{min-width:0}
.logo-text strong{font-size:17px;letter-spacing:.13em;white-space:nowrap}
.logo-text span{font-size:6.5px;letter-spacing:.20em;white-space:nowrap}
.nav-toggle{width:42px;height:42px;min-width:42px}
.nav-links{left:8px;right:8px;padding:16px}
.hero-copy{text-align:left}
.badge-line{max-width:100%;white-space:normal;line-height:1.35}
.premium-status{align-items:flex-start;line-height:1.4}
.hero-features{grid-template-columns:1fr;gap:4px}
.hero-actions{grid-template-columns:1fr;width:100%}
.hero-visual{
min-height:clamp(255px,67vw,360px);
margin-top:4px;
}
.laptop{width:100%;max-width:100%}
.phone{width:clamp(96px,25vw,118px);left:2px;bottom:4px}
.services-grid,.portfolio-grid,.process-grid,.pricing-grid,.footer-grid{grid-template-columns:1fr}
.brand-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.service-card,.portfolio-card,.process-card,.price-card,.why-card{width:100%}
.price-card,.why-card{padding:24px 20px}
.price-amount,.custom-amount{font-size:clamp(32px,10vw,40px)}
.portfolio-head{align-items:flex-start}
.outline-link{width:100%;justify-content:center}
.section-space{padding-top:clamp(50px,12vw,64px)}
footer{margin-top:64px}
.footer-bottom{align-items:flex-start;flex-direction:column}
}
@media (max-width:520px){
.phone{display:none}
.hero-visual{min-height:clamp(230px,63vw,320px)}
.laptop{width:100%}
.floating-contact{padding:9px}
.floating-contact span.label{display:none}
.floating-contact .wa-icon{width:40px;height:40px}
}
@media (max-width:400px){
:root{--fs-hero:clamp(31px,9vw,36px)}
.container{padding-inline:14px}
.navbar{width:calc(100% - 12px)}
.logo-text strong{font-size:16px;letter-spacing:.10em}
.logo-text span{font-size:6px;letter-spacing:.15em}
.badge-line{font-size:10px;padding:8px 10px}
.brand-row{grid-template-columns:1fr 1fr}
.brand-item{font-size:11px}
.service-card{padding-inline:16px}
.price-card,.why-card{padding-inline:18px}
}
@media (max-width:340px){
.logo-text span{display:none}
.brand-row{grid-template-columns:1fr}
.hero-copy h1{font-size:30px}
.premium-status{font-size:10px}
}
.pricing-scroll-hint{display:none}
@media (max-width:820px){
.reveal-premium.reveal-mobile{
opacity:0 !important;
filter:none !important;
transition:
opacity .58s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms),
transform .68s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms) !important;
will-change:opacity,transform !important;
}
.reveal-premium.reveal-mobile.visible{
opacity:1 !important;
transform:translate3d(0,0,0) scale(1) !important;
will-change:auto !important;
}
.service-card.reveal-mobile:nth-child(odd),
.process-card.reveal-mobile:nth-child(odd),
.price-card.reveal-mobile:nth-child(odd),
.footer-col.reveal-mobile:nth-child(odd){
transform:translate3d(-22px,18px,0) scale(.985) !important;
}
.service-card.reveal-mobile:nth-child(even),
.process-card.reveal-mobile:nth-child(even),
.price-card.reveal-mobile:nth-child(even),
.footer-col.reveal-mobile:nth-child(even){
transform:translate3d(22px,18px,0) scale(.985) !important;
}
.portfolio-card.reveal-mobile,
.brand-item.reveal-mobile,
.why-card.reveal-mobile{
transform:translate3d(20px,14px,0) scale(.985) !important;
}
.section-label.reveal-mobile,
.section-title.reveal-mobile,
.section-desc.reveal-mobile,
.trust-text.reveal-mobile,
.portfolio-head.reveal-mobile,
.hero-features.reveal-mobile,
.footer-brand.reveal-mobile{
transform:translate3d(0,20px,0) !important;
}
.service-card.reveal-mobile.visible,
.process-card.reveal-mobile.visible,
.price-card.reveal-mobile.visible,
.footer-col.reveal-mobile.visible,
.portfolio-card.reveal-mobile.visible,
.brand-item.reveal-mobile.visible,
.why-card.reveal-mobile.visible,
.section-label.reveal-mobile.visible,
.section-title.reveal-mobile.visible,
.section-desc.reveal-mobile.visible,
.trust-text.reveal-mobile.visible,
.portfolio-head.reveal-mobile.visible,
.hero-features.reveal-mobile.visible,
.footer-brand.reveal-mobile.visible{
transform:translate3d(0,0,0) scale(1) !important;
}
.pricing-scroll-hint{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:9px;
margin:8px auto 3px;
width:max-content;
max-width:100%;
color:#9fb5dc;
text-align:center;
user-select:none;
}
.pricing-scroll-hint-text{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:7px 12px;
border:1px solid rgba(97,145,238,.18);
border-radius:999px;
background:rgba(9,20,43,.54);
font-size:11px;
font-weight:650;
letter-spacing:.01em;
}
.pricing-scroll-hint-text i{
color:#63b8ff;
transform-origin:70% 85%;
animation:pricingHandSwipe 1.9s cubic-bezier(.2,.8,.2,1) infinite;
}
.pricing-scroll-track{
position:relative;
display:block;
width:90px;
height:3px;
overflow:hidden;
border-radius:999px;
background:rgba(111,145,211,.14);
}
.pricing-scroll-track > span{
position:absolute;
top:0;left:0;
width:38%;height:100%;
border-radius:inherit;
background:linear-gradient(90deg,#3d7cff,#51d7ff);
box-shadow:0 0 10px rgba(72,154,255,.38);
animation:pricingSwipeTrack 1.9s cubic-bezier(.2,.8,.2,1) infinite;
}
.pricing-scroll-dots{display:flex;align-items:center;justify-content:center;gap:5px;height:7px}
.pricing-scroll-dots i{
display:block;
width:5px;height:5px;
border-radius:999px;
background:rgba(154,180,228,.25);
transition:width .25s ease,background .25s ease,box-shadow .25s ease;
}
.pricing-scroll-dots i.active{
width:16px;
background:#5aaeff;
box-shadow:0 0 10px rgba(67,158,255,.42);
}
@keyframes pricingHandSwipe{
0%,15%,100%{transform:translateX(-7px) rotate(-8deg)}
55%,70%{transform:translateX(9px) rotate(4deg)}
}
@keyframes pricingSwipeTrack{
0%,12%{transform:translateX(-8%);opacity:.55}
55%,72%{transform:translateX(172%);opacity:1}
100%{transform:translateX(172%);opacity:.2}
}
#pricing .container{position:relative;overflow:visible}
.pricing-grid{
-webkit-mask-image:none;
mask-image:none;
padding:18px 4px 16px;
scroll-padding-inline:16px;
}
.pricing-grid > *{min-width:0}
}
@media (max-width:420px){
.pricing-scroll-hint-text{font-size:10.5px;padding:7px 10px}
}
@media (prefers-reduced-motion:reduce){
.pricing-scroll-hint-text i,.pricing-scroll-track > span{animation:none!important}
.reveal-premium.reveal-mobile,
.reveal-premium.reveal-mobile.visible{
opacity:1!important;
transform:none!important;
transition:none!important;
}
}
/* layer: mobile-composition-v2 */
@media (max-width:700px){
html{scroll-padding-top:78px}
body{overflow-x:hidden}
.container{padding-inline:16px}
.section-space{padding-top:58px}
.navbar{top:6px;width:calc(100% - 12px);border-radius:16px}
.nav-inner{padding:9px 10px}
.logo{gap:9px}
.logo-image{width:38px;height:38px}
.navbar .logo-image{display:block!important;flex:0 0 38px;object-fit:cover;opacity:1;visibility:visible}
.logo-text strong{font-size:16px;letter-spacing:.12em}
.logo-text span{font-size:6px;letter-spacing:.16em}
.nav-toggle{width:40px;height:40px;min-width:40px;border:1px solid rgba(118,151,230,.14);background:rgba(255,255,255,.025)}
.nav-links{
left:0;right:0;top:calc(100% + 7px);padding:12px;
border-radius:16px;gap:4px;align-items:stretch;
background:rgba(5,13,31,.97);
box-shadow:0 22px 55px rgba(0,0,0,.35)
}
.nav-links li{width:100%}
.nav-links a{display:flex;width:100%;padding:12px 13px;border-radius:10px}
.nav-links a.active,.nav-links a:active{background:rgba(56,111,255,.10)}
.nav-links a.active::after,.nav-links a:hover::after{display:none}
.hero{padding:30px 0 8px}
.hero-grid{display:flex;flex-direction:column;gap:0}
.hero-copy{display:contents}
.hero-copy > .badge-line{order:1}
.hero-copy > .premium-status{order:2}
.hero-copy > h1{order:3}
.hero-copy > p{order:4}
.hero-copy > .hero-actions{order:5}
.hero-visual{order:6}
.hero-copy > .hero-features{order:7}
.badge-line{
margin-inline:auto;justify-content:center;
max-width:min(100%,360px);font-size:9.5px;line-height:1.25;
padding:8px 11px;letter-spacing:.035em
}
.premium-status{justify-content:center;margin-top:13px;font-size:10.5px;line-height:1.35}
.premium-status .dot{flex:0 0 auto;margin-top:3px}
.hero-copy h1{
font-size:clamp(34px,9.5vw,45px);line-height:1.02;
letter-spacing:-.048em;margin:18px auto 14px;max-width:12.5ch;
text-wrap:balance;text-align:center;width:100%
}
.hero-copy p{
font-size:clamp(14px,3.7vw,16px);line-height:1.68;
max-width:36em;margin-inline:auto;color:#b8c8e5;text-align:center;width:100%
}
.hero-features{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:8px;margin:14px auto 0;width:100%;max-width:520px
}
.feature-mini{
min-height:76px;padding:10px 9px;
border:1px solid rgba(106,143,221,.12);
background:linear-gradient(160deg,rgba(13,28,59,.60),rgba(6,15,33,.54));
border-radius:14px;text-align:left;align-items:center
}
.feature-mini .icon{width:32px;height:32px;min-width:32px;border-radius:10px;font-size:13px}
.feature-mini strong{font-size:11.5px;line-height:1.35;letter-spacing:-.01em}
.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:16px auto 0;width:100%;max-width:520px}
.btn-primary,.btn-secondary{
min-height:50px;padding:12px 10px;font-size:12.5px;
border-radius:13px;gap:8px
}
.hero-visual{
width:100%;max-width:520px;
min-height:clamp(270px,72vw,350px);
height:auto;margin:12px auto 0;overflow:visible
}
.laptop{
position:relative;right:auto;bottom:auto;
width:94%;max-width:94%;margin:0 auto;
transform:none;border-radius:14px;padding:8px
}
.laptop::after{width:103%;height:15px;bottom:-10px}
.laptop .screen{border-radius:11px}
.phone{
display:block !important;
width:clamp(82px,22vw,104px);height:auto;
left:0;bottom:2px;padding:6px;border-radius:20px;
transform:rotate(-4deg);z-index:5
}
.phone .notch{width:48px;height:10px;margin-bottom:4px}
.phone .screen{border-radius:14px}
.phone .hero-food-copy{left:8px;top:38px;width:74px}
.phone .hero-food-copy h3{font-size:13px;line-height:1.04;margin-bottom:5px}
.phone .hero-food-copy p,.phone .mini-btn{display:none}
.phone .b1{width:45px;height:45px;right:7px;top:78px}
.phone .b2{width:32px;height:32px;right:41px;top:98px}
.phone .b3{width:38px;height:38px;right:8px;bottom:28px}
.phone .b4{width:27px;height:27px;right:41px;bottom:20px}
.orb{width:230px;height:230px;left:7%;top:8px}
.orb-2{width:175px;height:175px;left:auto;right:8%;top:52px}
.orb-3{width:260px;height:260px;right:-22%;bottom:-20px}
.trust-strip{padding-top:8px}
.trust-text{font-size:12px;margin-bottom:12px}
.brand-row{
display:grid;grid-auto-flow:column;
grid-template-columns:none !important;
grid-auto-columns:minmax(138px,42vw);
gap:8px;padding:9px;
overflow-x:auto;overflow-y:hidden;
scroll-snap-type:x mandatory;
overscroll-behavior-inline:contain;
scrollbar-width:none
}
.brand-row::-webkit-scrollbar{display:none}
.brand-item{scroll-snap-align:start;min-height:56px;border-radius:12px;background:rgba(255,255,255,.018);font-size:11px}
.brand-item small{font-size:8px}
.section-label{display:flex;width:max-content;max-width:100%;margin:0 auto 9px;font-size:10px}
.section-title.big{
margin-inline:auto;text-align:center;
font-size:clamp(27px,7.6vw,36px);line-height:1.08;
max-width:17ch
}
.section-desc{text-align:center;margin-inline:auto;font-size:13.5px;line-height:1.65}
.services-grid{
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
gap:10px;margin-top:20px
}
.service-card{
min-height:190px;padding:18px 12px 16px;
border-radius:17px;text-align:left
}
.service-icon{
width:46px;height:46px;margin:0 0 14px;
border-radius:13px;font-size:20px
}
.service-card h3{font-size:15px;line-height:1.2;margin-bottom:8px}
.service-card p{font-size:11.5px !important;line-height:1.55}
.service-card,.process-card,.price-card,.portfolio-card,.why-card{
width:100%;max-width:100%;min-width:0;
}
.services-grid,.process-grid{align-items:stretch}
.portfolio-head{display:block;text-align:center;margin-bottom:16px}
.portfolio-head .section-label{margin-inline:auto}
.portfolio-head .section-title.big{margin-inline:auto}
.outline-link{width:auto;min-width:190px;margin-top:10px;padding:12px 16px;font-size:12px}
.portfolio-grid{
display:grid;grid-auto-flow:column;
grid-template-columns:none !important;
grid-auto-columns:minmax(272px,84vw);
gap:12px;overflow-x:auto;overflow-y:hidden;
scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;
padding:2px 2px 10px;scrollbar-width:none
}
.portfolio-grid::-webkit-scrollbar{display:none}
.portfolio-card{scroll-snap-align:center;min-height:306px;border-radius:18px}
.portfolio-thumb{height:165px}
.process-grid{grid-template-columns:1fr !important;gap:10px;margin-top:18px}
.process-grid::before{display:none !important}
.process-card{
min-height:0;padding:17px 17px 17px 72px;
border-radius:16px
}
.step-badge{
position:absolute;left:14px;top:16px;
width:44px;height:44px;margin:0;font-size:14px;
box-shadow:0 0 0 5px rgba(6,15,33,.90),0 0 24px rgba(69,121,255,.20)
}
.process-icon-float{right:14px;top:14px}
.process-card h3{font-size:15px;margin-bottom:5px}
.process-card p{font-size:11.8px;line-height:1.55}
.pricing-grid{
display:grid;grid-auto-flow:column;
grid-template-columns:none !important;
grid-auto-columns:minmax(285px,86vw);
gap:12px;padding:18px 2px 12px;
overflow-x:auto;overflow-y:visible;
scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;
scrollbar-width:none
}
.pricing-grid::-webkit-scrollbar{display:none}
.price-card,.why-card{
scroll-snap-align:center;min-height:430px;
padding:24px 20px;border-radius:18px
}
.featured{margin-top:0}
.price-amount,.custom-amount{font-size:34px}
.check-list li{font-size:12px}
.price-btn{height:48px}
footer{margin-top:62px;padding:42px 0 28px}
.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:24px 18px}
.footer-brand{grid-column:1/-1;text-align:center}
.footer-brand .logo{justify-content:center}
.footer-brand p{max-width:360px;margin-inline:auto;font-size:12.5px}
.footer-col h4{font-size:13px;margin-bottom:10px}
.footer-links-list{gap:8px}
.footer-links-list a,.footer-links-list li{font-size:11.5px}
.newsletter{padding:8px}
.newsletter input{font-size:12px;min-width:0}
.footer-bottom{
margin-top:26px;padding-top:16px;
flex-direction:column;align-items:center;text-align:center;
font-size:10.5px;line-height:1.5
}
.floating-contact{right:12px;bottom:max(12px,env(safe-area-inset-bottom));padding:8px}
.floating-contact span.label{display:none}
.floating-contact .wa-icon{width:40px;height:40px}
}
@media (max-width:420px){
.hero-actions{grid-template-columns:1fr}
.btn-primary,.btn-secondary{font-size:13px}
.hero-visual{min-height:clamp(255px,74vw,318px)}
.services-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
.service-card{min-height:184px;padding:16px 11px}
}
@media (max-width:360px){
.container{padding-inline:13px}
.logo-text span{display:none}
.hero-copy h1{font-size:31px;max-width:12ch}
.hero-features{grid-template-columns:1fr 1fr}
.feature-mini{min-height:70px;padding:8px}
.feature-mini strong{font-size:10.5px}
.services-grid{grid-template-columns:1fr !important}
.service-card{min-height:0;padding:17px}
.service-icon{margin-bottom:12px}
.portfolio-grid{grid-auto-columns:88vw}
.pricing-grid{grid-auto-columns:89vw}
.phone{width:76px}
}
@media (min-width:701px) and (max-width:900px){
.hero-copy{text-align:center}
.badge-line,.premium-status{margin-left:auto;margin-right:auto;justify-content:center}
.hero-copy h1,.hero-copy p{margin-left:auto;margin-right:auto}
.hero-actions{margin-inline:auto}
.services-grid,.portfolio-grid,.pricing-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
/* layer: portfolio-pos-image-preview-style */
.pos-image-preview{
position:relative;
isolation:isolate;
overflow:hidden;
background:linear-gradient(135deg,#eef2f8,#f7f9fc);
}
.pos-image-preview picture,
.pos-image-preview img{
width:100%;
height:100%;
display:block;
}
.pos-image-preview img{
object-fit:contain;
object-position:center center;
background:#eef2f8;
transform:scale(1.01);
transition:transform .35s ease,filter .35s ease;
}
.pos-image-preview::after{
content:"";
position:absolute;
inset:0;
z-index:2;
pointer-events:none;
background:linear-gradient(180deg,transparent 62%,rgba(5,11,26,.14));
box-shadow:inset 0 0 0 1px rgba(109,145,230,.10);
}
.pos-image-badge{
z-index:4;
display:inline-flex;
align-items:center;
gap:6px;
background:rgba(17,200,139,.96);
box-shadow:0 8px 22px rgba(24,210,148,.22);
}
.pos-image-badge i{font-size:9px}
.portfolio-pos-image-card:hover .pos-image-preview img{
transform:scale(1.045);
filter:saturate(1.05) contrast(1.02);
}
@media (max-width:820px){
.pos-image-badge{font-size:10px;padding:6px 10px}
.pos-image-preview img{transition:transform .25s ease}
}
@media (prefers-reduced-motion:reduce){
.pos-image-preview img{transition:none}
}
/* layer: pos-preview-modal-style */
.portfolio-pos-clickable{user-select:none}
.portfolio-pos-clickable:focus-visible{outline:2px solid var(--blue-2);outline-offset:4px}
.pos-preview-modal{
position:fixed;inset:0;z-index:99999;
display:flex;align-items:center;justify-content:center;
padding:clamp(12px,2vw,28px);
background:rgba(1,6,18,.86);
backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);
opacity:0;visibility:hidden;pointer-events:none;
transition:opacity .22s ease,visibility .22s ease;
}
.pos-preview-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.pos-preview-dialog{
width:min(1500px,96vw);height:min(900px,90vh);
display:flex;flex-direction:column;overflow:hidden;
border:1px solid rgba(111,153,255,.34);
border-radius:22px;
background:#071126;
box-shadow:0 35px 110px rgba(0,0,0,.62),0 0 70px rgba(48,112,255,.12);
transform:translateY(16px) scale(.985);
transition:transform .24s cubic-bezier(.2,.8,.2,1);
}
.pos-preview-modal.is-open .pos-preview-dialog{transform:translateY(0) scale(1)}
.pos-preview-head{
flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;
padding:14px 16px 14px 20px;
background:linear-gradient(180deg,rgba(12,27,59,.98),rgba(8,19,42,.98));
border-bottom:1px solid rgba(104,142,226,.2);
}
.pos-preview-title{min-width:0;display:flex;align-items:center;gap:12px}
.pos-preview-icon{
width:38px;height:38px;flex:0 0 auto;border-radius:11px;display:grid;place-items:center;
overflow:hidden;padding:3px;background:#050b1a;
box-shadow:0 8px 24px rgba(50,127,255,.22),0 0 0 1px rgba(255,255,255,.08)
}
.pos-preview-icon img{width:100%;height:100%;display:block;object-fit:cover;border-radius:8px}
.pos-preview-title strong{display:block;font-size:15px;color:#f5f8ff}
.pos-preview-title span{display:block;margin-top:2px;font-size:11px;color:#8fa5cf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pos-preview-close{
width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(124,151,214,.25);border-radius:12px;
display:grid;place-items:center;cursor:pointer;color:#edf4ff;background:rgba(255,255,255,.04);
transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.pos-preview-close:hover{background:rgba(255,255,255,.1);border-color:rgba(126,165,255,.52);transform:rotate(4deg)}
.pos-preview-body{position:relative;flex:1;min-height:0;background:#eef2f8}
.pos-preview-frame{width:100%;height:100%;display:block;border:0;background:#eef2f8;pointer-events:auto;overscroll-behavior:contain;touch-action:auto}
.pos-preview-only{
position:absolute;right:14px;bottom:14px;z-index:3;
display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;
background:rgba(5,14,31,.82);border:1px solid rgba(117,151,232,.3);
color:#cfe0ff;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
backdrop-filter:blur(6px)
}
body.pos-modal-open{overflow:hidden}
@media (max-width:820px){
.pos-preview-modal{padding:8px}
.pos-preview-dialog{width:100%;height:92dvh;border-radius:16px}
.pos-preview-head{padding:11px 10px 11px 14px}
.pos-preview-icon{width:34px;height:34px;border-radius:10px}
.pos-preview-title strong{font-size:13px}
.pos-preview-title span{font-size:10px;max-width:58vw}
.pos-preview-close{width:38px;height:38px;border-radius:10px}
.pos-preview-only{right:10px;bottom:10px;font-size:9px;padding:7px 9px}
}
@media (prefers-reduced-motion:reduce){
.pos-preview-modal,.pos-preview-dialog,.pos-preview-close{transition:none!important}
}
/* layer: mobile-final-v3 */
html,body{width:100%;max-width:100%}
@media (max-width:700px){
html{scroll-padding-top:82px}
body{
min-width:0;
overflow-x:clip !important;
}
.container{
width:100%;
max-width:100%;
padding-left:max(13px,env(safe-area-inset-left)) !important;
padding-right:max(13px,env(safe-area-inset-right)) !important;
}
.navbar{
top:max(6px,env(safe-area-inset-top)) !important;
left:50%;
width:calc(100% - 12px) !important;
max-width:calc(100% - 12px) !important;
transform:translateX(-50%);
border-radius:15px !important;
}
.nav-inner{width:100%;min-width:0;padding:8px 9px !important;gap:8px !important}
.logo{min-width:0 !important;gap:8px !important}
.navbar .logo-image,.navbar .logo-mark{width:36px !important;height:36px !important;min-width:36px}
.logo-text{min-width:0}
.logo-text strong{font-size:15px !important;letter-spacing:.11em !important;white-space:nowrap}
.logo-text span{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nav-toggle{width:38px !important;height:38px !important;min-width:38px !important;border-radius:10px !important}
.nav-links{
left:0 !important;right:0 !important;top:calc(100% + 7px) !important;
width:100% !important;max-width:none !important;
max-height:calc(100dvh - 88px - env(safe-area-inset-top)) !important;
overflow-y:auto !important;overflow-x:hidden !important;
overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
padding:9px !important;border-radius:14px !important;
}
.nav-links a{min-height:42px;align-items:center;padding:10px 11px !important}
.hero{padding-top:27px !important}
.hero-grid{width:100%;min-width:0}
.hero-copy h1{
width:100%;max-width:13ch !important;
margin:16px auto 12px !important;
font-size:clamp(32px,9.2vw,43px) !important;
line-height:1.02 !important;letter-spacing:-.045em !important;
overflow-wrap:normal;word-break:normal;
}
.hero-copy p{max-width:34em !important;font-size:13.5px !important;line-height:1.65 !important;padding-inline:2px}
.badge-line{max-width:100% !important;padding:7px 10px !important;font-size:9px !important}
.premium-status{max-width:100%;padding-inline:4px}
.hero-actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;margin-top:15px !important}
.btn-primary,.btn-secondary{
width:100%;min-width:0 !important;min-height:48px !important;
padding:10px 8px !important;border-radius:12px !important;
font-size:11.5px !important;line-height:1.25;text-align:center;
}
.hero-visual{width:100%;max-width:500px !important;min-height:clamp(245px,70vw,335px) !important;margin-top:12px !important;overflow:visible}
.laptop{width:94% !important;max-width:94% !important;margin-inline:auto !important;transform:none !important;border-radius:13px !important}
.laptop::after{width:101% !important;max-width:101%}
.phone{display:block !important;width:clamp(78px,21vw,100px) !important;max-width:29vw;left:0 !important;bottom:1px !important}
.orb,.orb-2,.orb-3{display:none !important}
.hero-features{width:100%;max-width:500px;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
.feature-mini{min-width:0;min-height:68px !important;padding:8px !important;gap:8px !important;border-radius:12px !important}
.feature-mini .icon{width:29px !important;height:29px !important;min-width:29px}
.feature-mini strong{min-width:0;font-size:10.5px !important;line-height:1.3 !important;overflow-wrap:anywhere}
.trust-strip{padding-top:8px !important}
.trust-text{margin-bottom:10px !important;font-size:11px !important;line-height:1.45}
.brand-row{
width:100%;grid-template-columns:none !important;grid-auto-columns:minmax(126px,40vw) !important;
gap:7px !important;padding:6px 1px 8px !important;scroll-padding-inline:2px;
overflow-x:auto !important;overflow-y:hidden !important;
}
.brand-item{min-height:52px !important;padding:8px !important;border-radius:11px !important}
.section-space{padding-top:52px !important}
.section-label{margin-bottom:8px !important;font-size:9px !important}
.section-title.big{max-width:18ch !important;font-size:clamp(26px,7.3vw,34px) !important;line-height:1.08 !important;margin-bottom:11px !important}
.section-desc{max-width:36em !important;font-size:12.5px !important;line-height:1.62 !important}
.services-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;margin-top:17px !important}
.service-card{min-width:0 !important;min-height:174px !important;padding:15px 10px 14px !important;border-radius:15px !important}
.service-icon{width:42px !important;height:42px !important;margin-bottom:11px !important;border-radius:11px !important;font-size:18px !important}
.service-card h3{font-size:13.5px !important;margin-bottom:6px !important}
.service-card p{font-size:10.5px !important;line-height:1.48 !important}
.portfolio-head{margin-bottom:13px !important}
.outline-link{min-width:0 !important;width:100% !important;max-width:260px;min-height:42px;margin:9px auto 0 !important;padding:9px 12px !important;font-size:10.5px !important}
.portfolio-grid{
width:100%;grid-template-columns:none !important;grid-auto-columns:minmax(250px,84vw) !important;
gap:9px !important;padding:2px 1px 8px !important;scroll-padding-inline:1px;
overflow-x:auto !important;overflow-y:hidden !important;
}
.portfolio-card{min-width:0 !important;min-height:285px !important;border-radius:16px !important}
.portfolio-thumb{height:150px !important}
.portfolio-card h3{font-size:14px !important}
.portfolio-card p{font-size:10.5px !important;line-height:1.5 !important}
.portfolio-tags span{font-size:9px !important;padding:5px 7px !important}
.process-grid{gap:8px !important;margin-top:16px !important}
.process-card{min-height:0 !important;padding:14px 44px 14px 62px !important;border-radius:14px !important}
.step-badge{left:11px !important;top:13px !important;width:39px !important;height:39px !important;font-size:12px !important}
.process-icon-float{right:10px !important;top:12px !important;font-size:13px !important}
.process-card h3{font-size:13.5px !important;margin-bottom:4px !important}
.process-card p{font-size:10.5px !important;line-height:1.5 !important}
#pricing .container{overflow:visible !important}
.pricing-grid{
width:100%;grid-template-columns:none !important;grid-auto-columns:minmax(264px,86vw) !important;
gap:9px !important;padding:15px 1px 12px !important;scroll-padding-inline:1px;
overflow-x:auto !important;overflow-y:visible !important;
-webkit-mask-image:none !important;mask-image:none !important;
}
.price-card,.why-card{min-width:0 !important;min-height:405px !important;padding:20px 17px !important;border-radius:16px !important}
.price-amount,.custom-amount{font-size:31px !important}
.check-list li{font-size:10.5px !important;line-height:1.45}
.price-btn{min-height:45px !important;height:auto !important;padding:10px !important;font-size:11px !important}
.pos-preview-modal{
align-items:flex-end !important;justify-content:center !important;
padding:0 !important;
}
.pos-preview-dialog{
width:100% !important;height:calc(100dvh - max(8px,env(safe-area-inset-top))) !important;
max-width:none !important;max-height:none !important;
border-radius:18px 18px 0 0 !important;
border-bottom:0 !important;
}
.pos-preview-head{
min-height:56px;padding:10px 9px 10px 12px !important;
padding-top:max(10px,env(safe-area-inset-top)) !important;
}
.pos-preview-title{min-width:0;gap:8px !important}
.pos-preview-icon{width:31px !important;height:31px !important;min-width:31px;border-radius:9px !important;font-size:12px !important}
.pos-preview-title strong{font-size:11.5px !important;line-height:1.3}
.pos-preview-title span{max-width:60vw !important;font-size:8.5px !important}
.pos-preview-close{width:35px !important;height:35px !important;min-width:35px;border-radius:9px !important}
.pos-preview-body{min-height:0}
.pos-preview-only{right:8px !important;bottom:max(8px,env(safe-area-inset-bottom)) !important;font-size:8px !important;padding:6px 8px !important}
footer{margin-top:54px !important;padding:34px 0 calc(22px + env(safe-area-inset-bottom)) !important}
.footer-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:20px 13px !important}
.footer-brand{grid-column:1 / -1}
.footer-brand p{font-size:11px !important;line-height:1.55 !important}
.footer-col{min-width:0}
.footer-col h4{font-size:11.5px !important;margin-bottom:8px !important}
.footer-links-list{gap:7px !important}
.footer-links-list a,.footer-links-list li{font-size:10px !important;line-height:1.45;overflow-wrap:anywhere}
.newsletter{width:100%;min-width:0}
.newsletter input{min-width:0}
.footer-bottom{gap:7px !important;margin-top:21px !important;padding-top:13px !important;font-size:9.5px !important}
.floating-contact{
right:max(9px,env(safe-area-inset-right)) !important;
bottom:max(9px,env(safe-area-inset-bottom)) !important;
padding:6px !important;
}
.floating-contact .wa-icon{width:38px !important;height:38px !important}
.service-card:hover,.portfolio-card:hover,.process-card:hover,.price-card:hover,.why-card:hover,
.btn-primary:hover,.btn-secondary:hover,.floating-contact:hover{
transform:none !important;
}
a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
}
@media (max-width:420px){
.hero-actions{grid-template-columns:1fr !important}
.btn-primary,.btn-secondary{min-height:47px !important;font-size:12px !important}
.hero-visual{min-height:clamp(235px,70vw,300px) !important}
.services-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
.service-card{min-height:166px !important;padding:13px 9px !important}
.service-card p{font-size:10px !important}
}
@media (max-width:350px){
.container{padding-left:max(10px,env(safe-area-inset-left)) !important;padding-right:max(10px,env(safe-area-inset-right)) !important}
.logo-text strong{font-size:14px !important}
.logo-text span{display:none !important}
.hero-copy h1{font-size:30px !important}
.hero-features,.services-grid{grid-template-columns:1fr !important}
.feature-mini,.service-card{min-height:0 !important}
.portfolio-grid{grid-auto-columns:89vw !important}
.pricing-grid{grid-auto-columns:90vw !important}
.footer-grid{grid-template-columns:1fr !important}
.footer-brand{grid-column:auto}
}
@media (max-width:900px) and (max-height:520px) and (orientation:landscape){
.nav-links{max-height:calc(100dvh - 72px) !important}
.hero{padding-top:20px !important}
.hero-visual{max-width:520px !important;min-height:260px !important}
.floating-contact{bottom:7px !important}
}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto !important}
.pricing-scroll-hint-text i,.pricing-scroll-track > span{animation:none !important}
}
/* layer: mobile-topbar-hotfix */
@media (max-width:700px){
.navbar{
left:6px !important;
right:6px !important;
width:auto !important;
max-width:none !important;
transform:none !important;
margin:0 !important;
top:max(6px, env(safe-area-inset-top)) !important;
border-radius:14px !important;
}
.nav-inner{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
padding:8px 10px !important;
gap:10px !important;
}
.logo{
display:flex !important;
align-items:center !important;
flex:1 1 auto !important;
min-width:0 !important;
max-width:calc(100% - 52px) !important;
overflow:hidden !important;
}
.navbar .logo-image{
display:block !important;
width:36px !important;
height:36px !important;
min-width:36px !important;
flex:0 0 36px !important;
opacity:1 !important;
visibility:visible !important;
object-fit:cover !important;
border-radius:11px !important;
background:#081120 !important;
box-shadow:0 0 0 1px rgba(255,255,255,.08) !important;
}
.logo-text{
display:flex !important;
flex-direction:column !important;
min-width:0 !important;
}
.logo-text strong{
display:block !important;
background:none !important;
color:#f5f8ff !important;
-webkit-background-clip:border-box !important;
background-clip:border-box !important;
-webkit-text-fill-color:#f5f8ff !important;
text-fill-color:#f5f8ff !important;
font-size:15px !important;
letter-spacing:.09em !important;
line-height:1.05 !important;
white-space:nowrap !important;
}
.logo-text span{
display:block !important;
color:#9eb2dd !important;
font-size:6.6px !important;
letter-spacing:.18em !important;
line-height:1.2 !important;
white-space:nowrap !important;
overflow:hidden !important;
text-overflow:ellipsis !important;
}
.nav-toggle{
display:flex !important;
align-items:center !important;
justify-content:center !important;
margin-left:auto !important;
flex:0 0 40px !important;
width:40px !important;
height:40px !important;
min-width:40px !important;
border-radius:11px !important;
background:rgba(255,255,255,.04) !important;
border:1px solid rgba(118,151,230,.18) !important;
}
.nav-toggle i{font-size:18px !important;}
.nav-cta{display:none !important;}
.nav-links{
left:0 !important;
right:0 !important;
top:calc(100% + 8px) !important;
width:100% !important;
margin:0 !important;
}
.hero{padding-top:18px !important;}
}
@media (max-width:380px){
.logo-text strong{font-size:14px !important; letter-spacing:.08em !important;}
.logo-text span{font-size:6px !important;}
}
/* layer: wa-consultation-card-hotfix */
.why-card{
display:flex !important;
flex-direction:column !important;
min-width:0 !important;
box-sizing:border-box !important;
}
.why-card > .check-list{
min-width:0 !important;
}
.why-card .mini-cta{
width:100% !important;
max-width:100% !important;
min-width:0 !important;
box-sizing:border-box !important;
margin-top:auto !important;
padding:18px !important;
border-radius:16px !important;
overflow:hidden !important;
}
.why-card .mini-cta h4,
.why-card .mini-cta p{
width:100% !important;
max-width:100% !important;
min-width:0 !important;
overflow-wrap:normal !important;
word-break:normal !important;
}
.why-card .mini-cta h4{
margin:0 0 6px !important;
font-size:17px !important;
line-height:1.25 !important;
}
.why-card .mini-cta p{
margin:0 0 14px !important;
font-size:13px !important;
line-height:1.45 !important;
}
.why-card .mini-cta a{
width:100% !important;
max-width:100% !important;
min-width:0 !important;
min-height:50px !important;
height:auto !important;
box-sizing:border-box !important;
display:flex !important;
align-items:center !important;
justify-content:center !important;
gap:8px !important;
padding:11px 12px !important;
border-radius:12px !important;
font-size:13px !important;
font-weight:700 !important;
line-height:1.25 !important;
text-align:center !important;
white-space:nowrap !important;
overflow:hidden !important;
text-overflow:ellipsis !important;
}
.why-card .mini-cta a i{
flex:0 0 auto !important;
font-size:15px !important;
}
@media (max-width:1260px){
.why-card .mini-cta{
padding:15px !important;
}
.why-card .mini-cta h4{
font-size:15px !important;
}
.why-card .mini-cta p{
font-size:12px !important;
margin-bottom:12px !important;
}
.why-card .mini-cta a{
font-size:12px !important;
padding-inline:10px !important;
}
}
@media (max-width:700px){
.why-card{
min-height:405px !important;
}
.why-card .mini-cta{
margin-top:16px !important;
padding:14px !important;
border-radius:14px !important;
}
.why-card .mini-cta h4{
font-size:14px !important;
line-height:1.25 !important;
}
.why-card .mini-cta p{
font-size:11px !important;
line-height:1.4 !important;
margin-bottom:11px !important;
}
.why-card .mini-cta a{
min-height:44px !important;
padding:9px 8px !important;
font-size:11px !important;
gap:6px !important;
border-radius:11px !important;
}
.why-card .mini-cta a i{
font-size:13px !important;
}
}
@media (max-width:340px){
.why-card .mini-cta a{
font-size:10.5px !important;
letter-spacing:-.01em !important;
}
}
/* layer: ctr-entity-seo-style */
.entity-section{position:relative}
  .entity-intro{max-width:820px;margin-top:10px;color:#c7d3ef;font-size:16px;line-height:1.8}
  .entity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:26px}
  .entity-card{padding:24px;border-radius:20px;background:linear-gradient(180deg,rgba(13,26,58,.86),rgba(8,17,38,.94));border:1px solid rgba(120,153,255,.17);box-shadow:0 18px 50px rgba(1,8,25,.20)}
  .entity-card h3{font-size:18px;line-height:1.35;margin-bottom:10px;color:#f2f6ff}
  .entity-card p{font-size:14px;line-height:1.75;color:#b8c9e8}
  .entity-card strong{color:#eef5ff}
  @media (max-width:820px){.entity-grid{grid-template-columns:1fr}.entity-intro{font-size:14px}.entity-card{padding:18px}}
/* layer: mobile-hero-animation-fix */
@keyframes mobileLaptopFloat{
  0%,100%{
    transform:translate3d(0,0,0) rotate(.01deg);
  }
  50%{
    transform:translate3d(0,-10px,0) rotate(.01deg);
  }
}
@keyframes mobilePhoneFloat{
  0%,100%{
    transform:translate3d(0,0,0) rotate(-3deg);
  }
  50%{
    transform:translate3d(0,-8px,0) rotate(-2deg);
  }
}
@keyframes mobileScreenSweep{
  0%,24%{
    transform:translateX(-125%);
    opacity:0;
  }
  38%{
    opacity:.85;
  }
  64%,100%{
    transform:translateX(140%);
    opacity:0;
  }
}
@keyframes mobilePosChipPulse{
  0%,100%{
    transform:translate3d(0,0,0);
    box-shadow:0 10px 22px rgba(27,184,116,.24);
  }
  50%{
    transform:translate3d(0,-3px,0);
    box-shadow:0 14px 28px rgba(27,184,116,.38);
  }
}
@keyframes mobilePosHighlightFloat{
  0%,100%{
    transform:translate3d(0,0,0);
  }
  50%{
    transform:translate3d(0,-5px,0);
  }
}
@media (max-width:820px) and (prefers-reduced-motion:no-preference){
  .hero-visual .laptop{
    animation:mobileLaptopFloat 4.8s cubic-bezier(.45,.05,.55,.95) infinite !important;
    will-change:transform !important;
    transform-origin:50% 55%;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
  }
  .hero-visual .phone{
    animation:mobilePhoneFloat 4.1s cubic-bezier(.45,.05,.55,.95) infinite !important;
    will-change:transform !important;
    transform-origin:50% 70%;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
  }
  .hero-visual .screen::after{
    display:block !important;
    animation:mobileScreenSweep 6.8s ease-in-out infinite !important;
    will-change:transform,opacity;
  }
  .hero-visual .pos-chip{
    animation:mobilePosChipPulse 3.3s ease-in-out infinite !important;
    will-change:transform;
  }
  .hero-visual .pos-highlight-card{
    animation:mobilePosHighlightFloat 3.9s ease-in-out .45s infinite !important;
    will-change:transform;
  }
}
@media (max-width:520px) and (prefers-reduced-motion:no-preference){
  .hero-visual .laptop{
    animation-duration:4.4s !important;
  }
  .hero-visual .screen::after{
    animation-duration:7.4s !important;
  }
}
@media (prefers-reduced-motion:reduce){
  .hero-visual .laptop,
  .hero-visual .phone,
  .hero-visual .screen::after,
  .hero-visual .pos-chip,
  .hero-visual .pos-highlight-card{
    animation:none !important;
  }
}
/* layer: contact-newsletter-enhancement */
.sr-only{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}
.contact-links{
  gap:7px!important;
}
.contact-links li{
  min-width:0;
}
.contact-links a,
.contact-static{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  padding:8px 9px;
  margin-left:-9px;
  border:1px solid transparent;
  border-radius:11px;
  color:#c7d3ee;
  transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease;
}
.contact-links a:hover{
  color:#fff;
  background:rgba(40,91,179,.10);
  border-color:rgba(91,143,235,.16);
  transform:translateX(3px);
}
.contact-links a > i:first-child,
.contact-static > i:first-child{
  width:22px;
  margin:0!important;
  text-align:center;
  color:#59b1ff;
  font-size:15px;
}
.contact-links a[href*="whatsapp"] > i:first-child{color:#39e4a7}
.contact-links a[href*="instagram"] > i:first-child{color:#bd83ff}
.contact-links a[href^="mailto"] > i:first-child{color:#69a8ff}
.contact-links span{
  min-width:0;
  overflow-wrap:anywhere;
}
.contact-links span small{
  display:block;
  margin:0 0 2px;
  color:#7088b5;
  font-size:9px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.contact-arrow{
  width:auto!important;
  margin:0!important;
  color:#536d99!important;
  font-size:9px!important;
}
.newsletter{
  position:relative;
}
.newsletter input{
  min-width:0;
}
.newsletter input.invalid{
  color:#ffd4dc;
}
.newsletter:has(input.invalid){
  border-color:rgba(255,93,122,.45);
  box-shadow:0 0 0 4px rgba(255,71,105,.06);
}
.newsletter button{
  flex:0 0 44px;
  display:grid;
  place-items:center;
  transition:transform .2s ease,filter .2s ease,background .2s ease;
}
.newsletter button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.newsletter button:active{transform:scale(.96)}
.newsletter button:disabled{cursor:wait;opacity:.76}
.newsletter-status{
  min-height:18px;
  margin:8px 1px 0;
  color:#88a7d8;
  font-size:11px;
  line-height:1.45;
}
.newsletter-status.error{color:#ff9caf}
.newsletter-status.success{color:#5de5ba}
.newsletter-note{
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin:6px 1px 0!important;
  color:#6f84aa!important;
  font-size:9px!important;
  line-height:1.45!important;
}
.newsletter-note i{
  color:#42d9b0;
  margin-top:2px;
}
@media(max-width:820px){
  .contact-links a,
  .contact-static{
    padding:9px 8px;
    margin-left:-8px;
    grid-template-columns:21px minmax(0,1fr) auto;
  }
  .contact-links span small{font-size:8px}
  .contact-links a,
  .contact-static{font-size:12px}
  .newsletter-status{font-size:10px}
}
/* layer: portfolio-case-study-results */
.portfolio-intro{max-width:650px;margin:9px 0 0!important}
.portfolio-result{position:relative;z-index:4;margin:14px 4px 0;padding:11px 12px;border:1px solid rgba(101,144,234,.16);border-radius:12px;background:linear-gradient(145deg,rgba(38,76,145,.12),rgba(18,37,76,.10))}
.portfolio-result p{margin:8px 0 0!important;color:#aebfe0!important;font-size:10.5px!important;line-height:1.55!important}
.portfolio-result p b{color:#e3ecff;font-weight:800}
.project-status{display:inline-flex;align-items:center;gap:7px;color:#aabbdc;font-size:8px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.project-status i{width:7px;height:7px;border-radius:50%;background:#7f93ba;box-shadow:0 0 0 4px rgba(127,147,186,.10)}
.project-status.live{color:#62dfb0}.project-status.live i{background:#35d596;box-shadow:0 0 0 4px rgba(53,213,150,.11)}
.project-status.product{color:#78b4ff}.project-status.product i{background:#5599f5;box-shadow:0 0 0 4px rgba(85,153,245,.12)}
.project-status.showcase{color:#bea9ff}.project-status.showcase i{background:#957cf1;box-shadow:0 0 0 4px rgba(149,124,241,.12)}
.portfolio-cta-card{display:block;color:inherit;text-decoration:none}
.portfolio-cta-card .portfolio-thumb{background:radial-gradient(circle at 50% 45%,rgba(72,126,244,.22),transparent 43%),linear-gradient(145deg,#0c1b3b,#081125)}
.portfolio-cta-card .plus-circle{box-shadow:0 14px 34px rgba(55,110,238,.23)}
.portfolio-demo-actions{position:relative;z-index:5;display:grid;grid-template-columns:1.1fr .9fr;gap:8px;margin:12px 4px 2px}
.portfolio-demo-btn{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 10px;border:1px solid rgba(101,144,234,.20);border-radius:11px;background:rgba(255,255,255,.025);color:#a9bee4;text-decoration:none;font-size:9.5px;font-weight:800;text-align:center}
.portfolio-demo-btn.primary{background:linear-gradient(135deg,#326ff1,#6559ef);border-color:transparent;color:#fff;box-shadow:0 10px 24px rgba(51,92,226,.20)}
.portfolio-demo-btn.primary:hover{transform:translateY(-1px);filter:brightness(1.08)}
@media(max-width:560px){.portfolio-result{margin-top:11px;padding:9px 10px}.portfolio-result p{font-size:9.5px!important}}
@media(max-width:430px){.portfolio-demo-actions{grid-template-columns:1fr}.portfolio-demo-btn{min-height:38px}}
/* layer: nexa-wealth-portfolio-style */
.nexa-project-card{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  isolation:isolate;
}
.nexa-project-card:focus-visible{
  outline:2px solid #49e7ae;
  outline-offset:5px;
}
.nexa-project-card .portfolio-thumb{
  position:relative;
  overflow:hidden;
}
.nexa-project-thumb{
  min-height:184px;
  padding:15px;
  background:
    radial-gradient(circle at 88% 14%,rgba(50,235,174,.24),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(19,125,255,.22),transparent 31%),
    linear-gradient(145deg,#061013 0%,#08191b 48%,#071017 100%);
}
.nexa-project-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(99,255,210,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(99,255,210,.045) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 95%);
}
.nexa-project-window{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  min-height:154px;
  border-radius:15px;
  overflow:hidden;
  border:1px solid rgba(121,255,212,.16);
  background:linear-gradient(180deg,rgba(8,20,23,.96),rgba(4,12,17,.98));
  box-shadow:0 18px 36px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035);
  transform:perspective(700px) rotateX(1deg);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease;
}
.nexa-project-card:hover .nexa-project-window{
  transform:perspective(700px) rotateX(0deg) translateY(-2px);
  border-color:rgba(76,243,186,.34);
  box-shadow:0 22px 44px rgba(0,0,0,.42),0 0 35px rgba(44,221,168,.08);
}
.nexa-project-topbar{
  height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 11px;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:rgba(255,255,255,.018);
}
.nexa-project-brand{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.nexa-project-logo{
  width:18px;
  height:18px;
  border-radius:6px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#57f3b5;
  font-size:8px;
  background:linear-gradient(145deg,rgba(48,232,170,.18),rgba(38,129,255,.12));
  border:1px solid rgba(89,245,190,.18);
}
.nexa-project-brand strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:9px;
  letter-spacing:.14em;
  color:#dffcf2;
}
.nexa-project-live{
  display:flex;
  align-items:center;
  gap:5px;
  color:#80eabf;
  font-size:7px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.nexa-project-live::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#4df2ae;
  box-shadow:0 0 0 3px rgba(77,242,174,.09),0 0 12px rgba(77,242,174,.75);
}
.nexa-project-dashboard{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:8px;
  padding:10px;
}
.nexa-project-main,
.nexa-project-side{
  display:grid;
  gap:7px;
}
.nexa-project-balance{
  min-height:62px;
  border-radius:11px;
  padding:10px;
  background:
    radial-gradient(circle at 90% 10%,rgba(48,235,173,.13),transparent 38%),
    linear-gradient(145deg,#10282a,#0b1a20);
  border:1px solid rgba(102,245,196,.10);
}
.nexa-project-label{
  color:#81999c;
  font-size:6px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.nexa-project-amount{
  margin-top:4px;
  color:#f5fffc;
  font-size:18px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.04em;
}
.nexa-project-amount small{
  margin-right:3px;
  color:#83a09f;
  font-size:7px;
  font-weight:700;
}
.nexa-project-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.nexa-project-mini{
  min-height:37px;
  padding:8px;
  border-radius:9px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(124,165,176,.08);
}
.nexa-project-mini strong{
  display:block;
  margin-top:3px;
  color:#ecf7f4;
  font-size:8px;
}
.nexa-project-market{
  min-height:50px;
  position:relative;
  overflow:hidden;
  border-radius:10px;
  padding:9px;
  background:linear-gradient(145deg,rgba(17,36,43,.94),rgba(9,21,27,.94));
  border:1px solid rgba(111,155,168,.08);
}
.nexa-project-chart{
  position:absolute;
  inset:auto 7px 7px 7px;
  height:21px;
}
.nexa-project-chart span{
  position:absolute;
  height:2px;
  border-radius:3px;
  transform-origin:left center;
  background:linear-gradient(90deg,#36e6a7,#4ebeff);
  box-shadow:0 0 8px rgba(61,229,171,.25);
}
.nexa-project-chart .n1{width:27%;left:0;top:13px;transform:rotate(-12deg)}
.nexa-project-chart .n2{width:22%;left:25%;top:10px;transform:rotate(13deg)}
.nexa-project-chart .n3{width:28%;left:44%;top:12px;transform:rotate(-18deg)}
.nexa-project-chart .n4{width:31%;left:68%;top:7px;transform:rotate(8deg)}
.nexa-project-quick{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.nexa-project-action{
  min-height:35px;
  border-radius:9px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(124,165,176,.08);
  color:#dceae7;
  font-size:6px;
  font-weight:800;
}
.nexa-project-action i{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:6px;
  color:#52ecaf;
  background:rgba(54,226,167,.09);
}
.nexa-project-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:3px;
  padding:7px 9px 8px;
  border-top:1px solid rgba(255,255,255,.045);
}
.nexa-project-nav span{
  display:grid;
  place-items:center;
  min-width:24px;
  gap:2px;
  color:#61777c;
  font-size:5px;
  font-weight:700;
}
.nexa-project-nav i{font-size:7px}
.nexa-project-nav .active{
  color:#55eeb2;
}
.nexa-project-card .portfolio-badge{
  z-index:5;
  background:linear-gradient(90deg,#26d796,#35b978);
  box-shadow:0 10px 24px rgba(38,215,150,.22);
}
.nexa-project-card .portfolio-open-hint{
  color:#64e7ba;
}
.nexa-project-card:hover .portfolio-open-hint{
  color:#83f2ca;
}
@media (max-width:560px){
  .nexa-project-thumb{min-height:190px;padding:12px}
  .nexa-project-window{min-height:164px}
}
/* layer: slstk-v2pro-portfolio-style */
.slstk-project-card{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  isolation:isolate;
}
.slstk-project-card:focus-visible{
  outline:2px solid #7da2ff;
  outline-offset:5px;
}
.slstk-project-thumb{
  min-height:184px;
  padding:15px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 16%,rgba(117,88,255,.28),transparent 30%),
    radial-gradient(circle at 10% 86%,rgba(45,168,255,.18),transparent 30%),
    linear-gradient(145deg,#080b18 0%,#0d1230 48%,#080b18 100%);
}
.slstk-project-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(126,151,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(126,151,255,.045) 1px,transparent 1px);
  background-size:24px 24px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.95),transparent 95%);
}
.slstk-project-window{
  position:relative;
  z-index:2;
  min-height:154px;
  border-radius:15px;
  overflow:hidden;
  border:1px solid rgba(124,147,255,.16);
  background:linear-gradient(180deg,rgba(11,15,36,.97),rgba(7,10,25,.98));
  box-shadow:0 18px 38px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.035);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s ease,box-shadow .35s ease;
}
.slstk-project-card:hover .slstk-project-window{
  transform:translateY(-2px);
  border-color:rgba(116,149,255,.34);
  box-shadow:0 22px 44px rgba(0,0,0,.44),0 0 38px rgba(94,111,255,.08);
}
.slstk-topbar{
  height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 11px;
  gap:10px;
  border-bottom:1px solid rgba(255,255,255,.055);
  background:rgba(255,255,255,.018);
}
.slstk-brand{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.slstk-logo{
  width:18px;
  height:18px;
  border-radius:6px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#9db7ff;
  font-size:8px;
  background:linear-gradient(145deg,rgba(102,118,255,.18),rgba(45,168,255,.12));
  border:1px solid rgba(125,156,255,.18);
}
.slstk-brand strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#edf2ff;
  font-size:9px;
  letter-spacing:.14em;
}
.slstk-live{
  display:flex;
  align-items:center;
  gap:5px;
  color:#9cb2ff;
  font-size:7px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.slstk-live::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#7f9dff;
  box-shadow:0 0 0 3px rgba(127,157,255,.09),0 0 12px rgba(127,157,255,.72);
}
.slstk-hero{
  position:relative;
  padding:12px 12px 8px;
}
.slstk-title{
  max-width:72%;
  color:#f5f7ff;
  font-size:16px;
  line-height:1.05;
  font-weight:850;
  letter-spacing:-.045em;
}
.slstk-title span{
  display:block;
  margin-top:4px;
  color:#829cff;
  font-size:7px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.slstk-orbit{
  position:absolute;
  right:14px;
  top:10px;
  width:55px;
  height:55px;
  border-radius:50%;
  border:1px solid rgba(126,151,255,.18);
  box-shadow:0 0 28px rgba(89,103,255,.14);
}
.slstk-orbit::before,
.slstk-orbit::after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(109,137,255,.14);
}
.slstk-orbit::before{inset:9px}
.slstk-orbit::after{inset:18px;background:linear-gradient(145deg,#6f79ff,#3ca8ff);box-shadow:0 0 18px rgba(87,119,255,.32)}
.slstk-panels{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:7px;
  padding:7px 12px 11px;
}
.slstk-panel{
  min-height:54px;
  border-radius:10px;
  padding:8px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(130,151,219,.08);
}
.slstk-label{
  color:#7180a4;
  font-size:6px;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.slstk-lines{
  display:grid;
  gap:5px;
  margin-top:7px;
}
.slstk-lines span{
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(104,130,255,.65),rgba(58,168,255,.28));
}
.slstk-lines span:nth-child(1){width:88%}
.slstk-lines span:nth-child(2){width:64%}
.slstk-lines span:nth-child(3){width:76%}
.slstk-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  margin-top:7px;
}
.slstk-metric{
  min-height:22px;
  border-radius:7px;
  display:grid;
  place-items:center;
  color:#dfe7ff;
  font-size:6px;
  font-weight:800;
  background:linear-gradient(145deg,rgba(91,106,255,.12),rgba(49,130,255,.08));
  border:1px solid rgba(119,143,255,.08);
}
.slstk-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  padding:7px 10px;
  border-top:1px solid rgba(255,255,255,.045);
}
.slstk-pill{
  height:18px;
  min-width:34px;
  border-radius:999px;
  background:rgba(123,145,255,.08);
  border:1px solid rgba(123,145,255,.08);
}
.slstk-pill.active{
  background:linear-gradient(90deg,rgba(110,122,255,.28),rgba(66,156,255,.2));
  border-color:rgba(133,153,255,.16);
}
.slstk-project-card .portfolio-badge{
  z-index:5;
  background:linear-gradient(90deg,#6c63ff,#3988ff);
  box-shadow:0 10px 24px rgba(70,89,255,.24);
}
.slstk-project-card .portfolio-open-hint{color:#8da8ff}
.slstk-project-card:hover .portfolio-open-hint{color:#abc1ff}
@media (max-width:560px){
  .slstk-project-thumb{min-height:190px;padding:12px}
  .slstk-project-window{min-height:164px}
}
/* layer: dynamic-plan-pricing-style */
.price-card.plan-sales-closed{opacity:.68}
.price-card.plan-sales-closed .price-btn{pointer-events:none;cursor:not-allowed;background:rgba(255,255,255,.045)!important;color:#8fa1c6;border-color:rgba(120,145,205,.16)}
.price-live-note{display:block;margin-top:7px;font-size:11px;line-height:1.4;color:#7f97c6;font-weight:600}
.price-live-note.is-live{color:#4ad9ad}
/* layer: v14-13-public-premium-refresh */
:root{--public-card:rgba(9,20,45,.74);--public-line:rgba(112,153,241,.16);--public-soft:#91a6ce}
#services,#portfolio,#process,#pricing,#faq,.public-value-section,.public-cta-section,footer{content-visibility:auto;contain-intrinsic-size:auto 900px}
.navbar{backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}
.hero-copy h1{max-width:850px}
.hero-copy h1 .accent{background:linear-gradient(100deg,#f5f8ff 4%,#7cc4ff 43%,#51e2bc 85%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}
.hero-access{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:18px;color:#8399c3;font-size:11px;font-weight:650}
.hero-access>span{display:inline-flex;align-items:center;gap:7px;color:#a8b9d9}.hero-access>span i{color:#47dbb4}
.hero-access a{position:relative;color:#cfe0ff;transition:color .2s ease}.hero-access a:hover{color:#63d9ff}.hero-access a+a::before{content:"";position:absolute;left:-7px;top:50%;width:2px;height:2px;border-radius:50%;background:#50698f}
.public-value-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:clamp(28px,5vw,72px);align-items:center;padding:clamp(26px,4vw,54px);border:1px solid var(--public-line);border-radius:32px;background:radial-gradient(circle at 10% 0%,rgba(61,127,255,.14),transparent 34%),linear-gradient(150deg,rgba(12,27,61,.88),rgba(5,13,31,.93));box-shadow:0 26px 90px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}
.public-value-copy .section-title span{color:#7fb9ff}.public-value-copy .section-desc{margin-top:17px}.text-link{display:inline-flex;align-items:center;gap:9px;margin-top:24px;color:#74c9ff;font-size:13px;font-weight:750}.text-link i{transition:transform .2s ease}.text-link:hover i{transform:translateX(4px)}
.public-value-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-value-card{position:relative;min-height:188px;padding:22px;border-radius:20px;border:1px solid rgba(120,158,235,.13);background:linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.018));overflow:hidden}.public-value-card>span{position:absolute;right:15px;top:13px;color:#53709f;font-size:10px;font-weight:800;letter-spacing:.1em}.public-value-card>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,rgba(57,126,255,.18),rgba(44,245,188,.08));border:1px solid rgba(94,150,255,.15);color:#7eb8ff;font-size:17px}.public-value-card h3{margin-top:18px;font-size:17px}.public-value-card p{margin-top:8px;color:#9eb1d4;font-size:12px;line-height:1.65}
.service-card{position:relative;overflow:hidden}.service-card::before{content:"";position:absolute;inset:auto -20% -45% 30%;height:100px;background:radial-gradient(circle,rgba(56,132,255,.11),transparent 67%);pointer-events:none}.service-card h3{margin-top:18px}.service-card p{line-height:1.7}
.portfolio-head .outline-link{border-color:rgba(102,154,255,.2);background:rgba(255,255,255,.025)}.portfolio-card{border-color:rgba(112,151,229,.13)}
.process-grid{position:relative}.process-grid::before{content:"";position:absolute;left:5%;right:5%;top:36px;height:1px;background:linear-gradient(90deg,transparent,rgba(77,143,255,.22),rgba(65,230,188,.18),transparent);pointer-events:none}.process-card{position:relative}.step-badge{position:relative;z-index:2}
.faq-pro{display:grid;grid-template-columns:minmax(230px,.58fr) minmax(0,1.42fr);gap:34px;margin-top:42px;padding-top:38px;border-top:1px solid rgba(117,151,220,.13)}.faq-pro-head>span{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(55,127,255,.1);border:1px solid rgba(78,139,255,.18);color:#78baff;font-size:10px;font-weight:800;letter-spacing:.12em}.faq-pro-head h3{margin-top:15px;font-size:clamp(22px,2vw,31px);line-height:1.18;letter-spacing:-.035em}.faq-pro-list{display:grid;gap:10px}.faq-pro details{border:1px solid rgba(119,153,222,.13);border-radius:17px;background:linear-gradient(150deg,rgba(13,27,57,.72),rgba(7,16,36,.74));overflow:hidden}.faq-pro summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;padding:18px 20px;color:#e7efff;font-size:13px;font-weight:730}.faq-pro summary::-webkit-details-marker{display:none}.faq-pro summary i{font-size:11px;color:#6caaff;transition:transform .2s ease}.faq-pro details[open] summary i{transform:rotate(45deg)}.faq-pro details p{padding:0 20px 20px;color:#9fb1d2;font-size:12px;line-height:1.72}
.public-cta-section{padding:clamp(56px,7vw,104px) 0 0}.public-cta-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:clamp(28px,4vw,48px);border-radius:28px;border:1px solid rgba(75,154,255,.22);background:radial-gradient(circle at 0% 0%,rgba(52,125,255,.24),transparent 38%),radial-gradient(circle at 100% 100%,rgba(44,245,188,.11),transparent 34%),linear-gradient(135deg,#0b1d43,#071329 70%);box-shadow:0 26px 80px rgba(0,0,0,.28)}.public-cta-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#65e8c3;font-size:10px;font-weight:800;letter-spacing:.14em}.public-cta-shell h2{max-width:720px;margin-top:12px;font-size:clamp(27px,3.1vw,44px);line-height:1.08;letter-spacing:-.045em}.public-cta-shell p{max-width:720px;margin-top:12px;color:#a9bad8;font-size:13px;line-height:1.72}.public-cta-actions{display:grid;gap:10px;min-width:190px}.public-cta-actions a{white-space:nowrap}
.footer-project-actions{display:grid;gap:8px;margin-top:14px}.footer-project-actions a{display:grid;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:11px 12px;border-radius:12px;border:1px solid rgba(107,146,220,.13);background:rgba(255,255,255,.025);color:#c7d7f3;font-size:11px;font-weight:700;transition:border-color .2s ease,background .2s ease}.footer-project-actions a:hover{border-color:rgba(79,154,255,.32);background:rgba(54,111,220,.08)}.footer-project-actions a>i:first-child{color:#59dcb8}.footer-project-actions a>i:last-child{color:#6e87ae;font-size:9px}.release-chip{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:7px 10px;border-radius:999px;border:1px solid rgba(91,132,208,.12);color:#7488ad;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.release-chip span{width:6px;height:6px;border-radius:50%;background:#39d9a7;box-shadow:0 0 10px rgba(57,217,167,.45)}
@media(max-width:1440px){.floating-contact span.label{display:none}.floating-contact{padding:8px}}
@media(max-width:980px){.public-value-shell{grid-template-columns:1fr}.faq-pro{grid-template-columns:1fr}.public-cta-shell{grid-template-columns:1fr}.public-cta-actions{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.process-grid::before{display:none}}
@media(max-width:700px){.hero-copy>.hero-actions{order:5!important}.hero-copy>.hero-access{order:6!important}.hero-visual{order:7!important}.hero-copy>.hero-features{order:8!important}.hero-access{justify-content:center;font-size:9.5px;gap:11px}.hero-access>span{width:100%;justify-content:center}.public-value-shell{padding:22px 16px;border-radius:22px}.public-value-copy{text-align:center}.public-value-copy .section-label{margin-inline:auto}.public-value-grid{grid-template-columns:1fr 1fr;gap:8px}.public-value-card{min-height:155px;padding:15px}.public-value-card>i{width:36px;height:36px;border-radius:11px;font-size:14px}.public-value-card h3{margin-top:13px;font-size:13px}.public-value-card p{font-size:10px;line-height:1.55}.faq-pro{gap:18px;margin-top:30px;padding-top:28px}.faq-pro-head{text-align:center}.faq-pro summary{padding:15px;font-size:11px}.faq-pro details p{padding:0 15px 16px;font-size:10.5px}.public-cta-section{padding-top:56px}.public-cta-shell{text-align:center;padding:25px 17px;border-radius:22px}.public-cta-eyebrow{justify-content:center}.public-cta-actions{grid-template-columns:1fr;max-width:420px;width:100%;margin-inline:auto}.public-cta-shell p{font-size:11.5px}.public-value-section{padding-top:52px!important}}
@media(max-width:390px){.public-value-grid{grid-template-columns:1fr}.public-value-card{min-height:0}.hero-access a{font-size:9px}}
@media(prefers-reduced-motion:reduce){.text-link i,.faq-pro summary i{transition:none!important}}
/* layer: mobile-process-layout-fix-v1415 */
@media (max-width:700px){
  #process .process-grid{gap:10px !important;}
  #process .process-card{
    position:relative !important;
    min-height:0 !important;
    padding:16px 42px 16px 70px !important;
    overflow:hidden;
  }
  #process .process-card .step-badge{
    position:absolute !important;
    left:14px !important;
    top:16px !important;
    width:42px !important;
    height:42px !important;
    margin:0 !important;
    transform:none !important;
    display:grid !important;
    place-items:center !important;
    z-index:3 !important;
    font-size:12px !important;
    line-height:1 !important;
  }
  #process .process-card .process-icon-float{
    position:absolute !important;
    right:13px !important;
    top:14px !important;
    z-index:2 !important;
  }
  #process .process-card h3{
    position:relative;
    z-index:2;
    margin:0 0 6px !important;
    padding-right:10px;
    font-size:15px !important;
    line-height:1.25 !important;
  }
  #process .process-card p{
    margin:0 !important;
    font-size:11.5px !important;
    line-height:1.58 !important;
  }
  #pricing{padding-top:58px !important;}
}
@media (max-width:420px){
  #process .process-card{padding:14px 38px 14px 62px !important;}
  #process .process-card .step-badge{
    left:11px !important;
    top:14px !important;
    width:38px !important;
    height:38px !important;
    font-size:11px !important;
  }
  #process .process-card .process-icon-float{right:10px !important;top:12px !important;}
  #process .process-card h3{font-size:13.5px !important;line-height:1.25 !important;}
  #process .process-card p{font-size:10.8px !important;line-height:1.55 !important;}
}
/* layer: v14-31-footer-brand-overflow-fix */
@media (min-width:701px){
  .footer-brand .logo{
    min-width:0 !important;
    max-width:100% !important;
    gap:12px !important;
  }
  .footer-brand .logo-image{
    flex:0 0 46px !important;
  }
  .footer-brand .logo-text{
    min-width:0 !important;
    max-width:calc(100% - 58px) !important;
  }
  .footer-brand .logo-text strong{
    font-size:22px !important;
    letter-spacing:.20em !important;
    white-space:nowrap !important;
  }
  .footer-brand .logo-text span{
    display:block !important;
    max-width:100% !important;
    font-size:6px !important;
    letter-spacing:.12em !important;
    line-height:1.35 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
  }
}

/* RC7 design polish: consistent readable typography without extra font requests. */
.hero-copy h1,.section-title.big,.public-cta-shell h2,.faq-pro-head h3{text-wrap:balance}
.section-desc,.hero-copy>p,.public-cta-shell p,.entity-intro{text-wrap:pretty}
section[id]{scroll-margin-top:88px}
@media (max-width:820px){section[id]{scroll-margin-top:72px}}
