:root{--ink:#101116;--ink-soft:#2c2d35;--muted:#697080;--light-muted:#9aa0ae;--line:#e7e8ee;--line-dark:#d8dae4;--paper:#fff;--paper-soft:#fafaff;--purple:#6d35f4;--purple-deep:#4d1ee4;--purple-soft:#f0edff;--orange:#ffb312;--green:#20be8a;--blue:#3b8cf5;--cyan:#0bb5d1;--rose:#f44f72;--shadow-sm:0 10px 28px #1913380f;--shadow-md:0 24px 58px #1c124c1f;--radius:16px;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}body,button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4,.brand-wordmark{font-family:Manrope,DM Sans,sans-serif}h1,h2,h3,h4{letter-spacing:-.045em}p{color:var(--muted);line-height:1.75}.container{width:min(1200px,100% - 56px);margin:0 auto}.site-shell{min-height:100vh;overflow:hidden}.section-pad{padding:92px 0}.text-accent{color:var(--purple)}.eyebrow{color:#34354a;letter-spacing:.17em;align-items:center;gap:7px;font-size:12px;font-weight:800;line-height:1.4;display:inline-flex}.eyebrow:before{display:none}.section-heading{max-width:690px;margin:0 auto 43px}.section-heading-left{margin-left:0;margin-right:auto}.section-heading h2{margin-top:13px;font-size:clamp(29px,3vw,40px);line-height:1.16}.section-heading p{max-width:570px;margin:14px auto 0;font-size:13px}.section-heading-left p{margin-left:0}.heading-spark{justify-content:center;align-items:end;gap:2px;width:47px;height:9px;margin:13px auto 0;display:flex}.heading-spark i{background:var(--purple);border-radius:100%;width:5px;height:5px;display:block;transform:rotate(45deg)}.heading-spark i:nth-child(2),.heading-spark i:nth-child(4){width:3px;height:3px;margin-bottom:3px}.heading-spark i:nth-child(3){width:8px;height:8px}.button{border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:12px;min-height:47px;padding:0 20px;font-size:12px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:disabled{cursor:wait;opacity:.65;transform:none}.button-primary{color:#fff;background:var(--purple);box-shadow:0 10px 21px #6d35f438}.button-primary:hover{background:var(--purple-deep);box-shadow:0 14px 25px #6d35f445}.button-primary span:not(.play-icon){margin-left:2px;font-size:13px;line-height:0}.button-outline{border-color:var(--line-dark);color:var(--ink);background:#fff}.button-outline:hover{border-color:var(--purple);color:var(--purple)}.button-dark{color:#fff;background:#07080c;box-shadow:0 9px 16px #0000001f}.button-small{min-height:43px;padding:0 18px}.dark-link{color:#fff;background:#050609;border-radius:6px;align-items:center;gap:12px;padding:13px 19px;font-size:13px;font-weight:700;transition:transform .2s;display:inline-flex}.dark-link:hover{transform:translateY(-2px)}.dark-link svg{color:#fff}.text-button{color:var(--ink);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.text-button:hover{color:var(--purple)}.center-link{justify-content:center;margin-top:26px;display:flex;position:relative}.curved-arrow{color:var(--purple);font-size:13px;position:absolute;top:-21px;left:calc(50% - 86px);transform:rotate(-25deg)}.section-button{justify-content:center;margin-top:32px;display:flex}.site-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e7e8eeb8;height:78px;position:sticky;top:0}.header-inner{align-items:center;gap:34px;height:100%;display:flex}.brand-logo{flex-shrink:0;align-items:center;display:inline-flex}.brand-logo-img{filter:invert();width:auto;height:55px}.main-nav{flex:1;justify-content:center;align-items:center;gap:27px;height:100%;display:flex}.nav-link{color:#1a1b21;white-space:nowrap;align-items:center;gap:4px;height:100%;font-size:13px;font-weight:600;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--purple);border-radius:3px;width:0;height:2px;transition:width .2s,left .2s;position:absolute;bottom:19px;left:50%}.nav-link:hover:after,.nav-link-active:after{width:26px;left:calc(50% - 13px)}.nav-link-active{font-weight:700}.nav-dropdown{height:100%;position:relative}.dropdown-menu{visibility:hidden;opacity:0;border:1px solid var(--line);width:190px;box-shadow:var(--shadow-md);background:#fff;border-radius:12px;padding:9px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:64px;left:-17px;transform:translateY(7px)}.dropdown-menu-open{visibility:visible;opacity:1;transform:translateY(0)}.dropdown-menu a{color:var(--muted);border-radius:7px;padding:10px 11px;font-size:13px;display:block}.dropdown-menu a:hover{color:var(--purple);background:var(--purple-soft)}.header-quote{background:var(--purple);color:#fff;white-space:nowrap;border-radius:22px;align-items:center;gap:12px;min-height:39px;padding:0 15px 0 18px;font-size:13px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 8px 16px #6d35f42e}.header-quote:hover{background:var(--purple-deep);transform:translateY(-2px)}.header-quote span{background:#ffffff29;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.mobile-quote,.menu-toggle{display:none}.hero-section{background:radial-gradient(circle at 75% 39%,#f6f3ffbf,#0000 35%),linear-gradient(#fff 0% 74%,#fcfbff 100%);min-height:535px;padding:72px 0 37px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:43% 57%;align-items:center;min-height:430px;display:grid;position:relative}.hero-copy{z-index:2;padding:0 0 12px 20px;position:relative}.hero-eyebrow{color:#414452;text-transform:uppercase;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.hero-eyebrow i{background:var(--orange);border-radius:50%;width:6px;height:6px;display:block}.hero-copy h1{letter-spacing:-.065em;max-width:485px;margin:17px 0;font-size:clamp(46px,4.65vw,65px);font-weight:800;line-height:1.02}.hero-highlight{color:var(--purple);display:inline-block;position:relative}.hero-highlight i{border-bottom:2px solid var(--orange);border-radius:50%;height:8px;position:absolute;bottom:-8px;left:-1px;right:-7px;transform:rotate(-2deg)}.hero-highlight i:after{content:"";border-bottom:2px solid var(--orange);width:18px;height:7px;position:absolute;bottom:-3px;right:6px;transform:rotate(-7deg)}.hero-copy>p{max-width:380px;font-size:13px;line-height:2}.hero-actions{align-items:center;gap:13px;margin-top:24px;display:flex}.hero-actions .button{min-height:45px}.play-icon{color:#fff;background:var(--ink);border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.hero-client-proof{align-items:center;gap:12px;margin-top:30px;display:flex}.avatar-stack{padding-left:2px;display:flex}.avatar-stack span{color:#fff;background:linear-gradient(135deg,#f2ae65,#8c61ee);border:2px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;margin-left:-4px;font-size:13px;font-weight:700;display:grid}.avatar-stack span:nth-child(2){background:linear-gradient(135deg,#2d84c2,#e8a66f)}.avatar-stack span:nth-child(3){background:linear-gradient(135deg,#232734,#eb7c74)}.avatar-stack span:nth-child(4){background:linear-gradient(135deg,#f1c55d,#7952c9)}.avatar-stack span:nth-child(5){color:var(--purple);background:#f0edff}.hero-client-proof b,.hero-client-proof small{display:block}.hero-client-proof b{letter-spacing:-.02em;font-family:Manrope,sans-serif;font-size:12px}.hero-client-proof small{color:var(--muted);margin-top:3px;font-size:12px}.hero-visual{height:455px;position:relative;transform:translate(9px,5px)}.hero-dots{opacity:.55;background-image:radial-gradient(var(--purple) 1.1px, transparent 1.1px);background-size:10px 10px;width:47px;height:49px;position:absolute}.hero-dots-top{transform-origin:50%;animation:18s ease-in-out infinite dots-circle;top:13px;right:1%}@keyframes dots-circle{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-22px,23px)rotate(5deg)}50%{transform:translate(-48px)rotate(0)}75%{transform:translate(-22px,-23px)rotate(-5deg)}}@media (prefers-reduced-motion:reduce){.hero-dots-top{animation:none}}.orbit{border:1px dashed #7553f86e;border-radius:50%;position:absolute;transform:rotate(-21deg)}.orbit-left{width:348px;height:284px;top:54px;left:52px}.orbit-right{width:400px;height:315px;top:36px;right:3px;transform:rotate(21deg)}.orbit span{background:var(--purple);border-radius:50%;width:7px;height:7px;position:absolute}.orbit span:first-child{top:12%;left:12%}.orbit span:nth-child(2){top:50%;right:4%}.orbit span:nth-child(3){bottom:3%;left:18%}.float-bubble{z-index:5;width:72px;height:72px;color:var(--purple);background:#ffffffeb;border:1px solid #eeeef5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;animation:5s ease-in-out infinite bob;display:flex;position:absolute;box-shadow:0 10px 24px #1d184414}.float-bubble b{color:var(--ink);font-size:12px;font-weight:700}.bubble-development{top:4px;left:171px}.bubble-design{animation-delay:-.8s;top:117px;left:44px}.bubble-marketing{animation-delay:-1.7s;bottom:83px;left:13px}.bubble-automation{animation-delay:-2.3s;top:125px;right:3px}.bubble-design svg{color:var(--purple)}.bubble-marketing svg{color:var(--rose)}.bubble-automation svg{color:var(--purple)}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.dashboard-platform{perspective:900px;width:493px;height:290px;position:absolute;top:73px;right:60px;transform:rotate(-3deg)}.dashboard-screen{z-index:2;background:#f8f9fd;border:9px solid #f3f3f8;border-radius:14px;width:100%;height:253px;padding:10px;position:absolute;overflow:hidden;transform:skewY(-1deg);box-shadow:0 17px 23px #302b4b24,inset 0 0 0 1px #dbdce5}.dashboard-base{background:linear-gradient(#f7f7fa,#dddde3);border-radius:50%;width:100%;height:36px;position:absolute;bottom:7px;left:3px;box-shadow:0 11px 10px #19142f21}.dashboard-base:after{content:"";background:#dddde5;border-radius:0 0 50% 50%;width:92px;height:22px;position:absolute;bottom:-23px;left:calc(50% - 46px)}.dash-sidebar{background:#fff;border-right:1px solid #e4e5ef;flex-direction:column;align-items:center;gap:17px;width:69px;padding:16px 0;display:flex;position:absolute;top:0;bottom:0;left:0}.dash-mini-mark{width:23px;height:23px;color:var(--purple);border:2px solid var(--ink);border-radius:7px;place-items:center;margin-bottom:7px;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;display:grid}.dash-sidebar i{background:#dfe0e9;border-radius:4px;width:15px;height:4px;display:block}.dash-sidebar i:first-of-type{background:var(--purple)}.dash-content{margin-left:69px;padding:13px 18px}.dash-bar{color:#828594;align-items:center;gap:8px;font-size:13px;display:flex}.dash-bar span{color:#282b36;margin-right:auto;font-size:12px;font-weight:700}.dash-bar i{border:1px solid #e5e6ed;border-radius:50%;width:13px;height:13px}.dash-title{flex-direction:column;margin-top:21px;display:inline-flex}.dash-title small{color:#858897;font-size:12px}.dash-title strong{letter-spacing:-.05em;margin-top:3px;font-family:Manrope;font-size:12px;line-height:1.13}.dash-number{flex-direction:column;align-items:end;display:flex;position:absolute;top:72px;right:21px}.dash-number small{color:#9093a3;font-size:12px}.dash-number b{margin:3px 0;font-family:Manrope;font-size:13px}.dash-number em{color:#19ad7f;font-size:12px;font-style:normal;font-weight:700}.dash-graph{border-top:1px solid #ececf3;height:93px;margin-top:17px;padding:7px 0 0}.dash-graph svg{width:100%;height:69px}.dash-axis{color:#a5a8b4;justify-content:space-between;font-size:12px;display:flex}.dash-cards{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:7px;display:grid}.dash-cards span{background:#fff;border:1px solid #eaebf1;border-radius:6px;padding:7px 9px}.dash-cards small,.dash-cards b{display:block}.dash-cards small{color:#8b8e9b;font-size:12px}.dash-cards b{margin-top:3px;font-size:12px}.hero-phone{z-index:6;background:linear-gradient(#7543f4 0%,#5e2fe5 53%,#fff 53%);border:4px solid #20212a;border-radius:15px;width:86px;height:178px;padding:22px 8px 10px;position:absolute;bottom:11px;right:80px;transform:rotate(5deg);box-shadow:12px 12px 17px #281d4933}.phone-notch{background:#15151b;border-radius:5px;width:30px;height:5px;position:absolute;top:5px;left:calc(50% - 15px)}.hero-phone small{color:#ddd5ff;font-size:12px}.hero-phone b{color:#fff;margin-top:11px;font-family:Manrope;font-size:13px;display:block}.phone-donut{border:6px solid #eeeaff;border-right-color:var(--orange);border-bottom-color:var(--orange);border-radius:50%;width:41px;height:41px;margin:10px auto 12px;transform:rotate(-25deg)}.phone-bars{align-items:end;gap:3px;height:28px;padding:0 7px;display:flex}.phone-bars i{background:#c7b8ff;border-radius:3px 3px 0 0;flex:1}.phone-bars i:first-child{height:10px}.phone-bars i:nth-child(2){height:16px}.phone-bars i:nth-child(3){height:12px}.phone-bars i:nth-child(4){height:24px}.phone-bars i:nth-child(5){height:19px}.hero-plant{width:74px;height:88px;position:absolute;bottom:8px;right:-4px}.hero-plant b{background:#e4e4e7;border-radius:4px 4px 14px 14px;width:49px;height:19px;position:absolute;bottom:1px;left:11px}.hero-plant i{transform-origin:bottom;background:linear-gradient(130deg,#78b52c,#2d8a2f);border-radius:100% 0;width:14px;height:62px;position:absolute;bottom:21px;left:35px}.hero-plant i:first-child{transform:rotate(-34deg)}.hero-plant i:nth-child(2){transform:rotate(5deg)}.hero-plant i:nth-child(3){transform:rotate(36deg)}.hero-light{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.hero-light-one{background:radial-gradient(circle,#e8e0ff94,#0000 68%);width:340px;height:340px;top:40px;right:7%}.hero-light-two{background:#fff4d147;width:260px;height:260px;bottom:-110px;left:-120px}.services-section{background:#fff}.service-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:13px;flex-direction:column;min-height:196px;padding:20px 19px 17px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";opacity:.13;background:var(--accent);border-radius:50%;width:90px;height:90px;transition:transform .3s;position:absolute;top:-56px;right:-48px}.service-card:hover{z-index:2;border-color:color-mix(in srgb, var(--accent) 32%, white);box-shadow:var(--shadow-sm);transform:translateY(-4px)}.service-card:hover:before{transform:scale(2.1)}.service-card-top{justify-content:space-between;align-items:center;display:flex}.service-icon{color:#fff;background:var(--accent);width:36px;height:36px;box-shadow:0 6px 13px color-mix(in srgb, var(--accent) 28%, transparent);border-radius:50%;place-items:center;display:grid}.service-arrow{color:#b6b8c3;font-size:13px;font-weight:400;transition:color .2s,transform .2s}.service-card:hover .service-arrow{color:var(--accent);transform:translate(2px,-2px)}.service-card h3{letter-spacing:-.035em;max-width:180px;margin-top:15px;font-size:13px;line-height:1.13}.service-card p{max-width:220px;margin-top:9px;font-size:13px;line-height:1.65}.card-link{color:var(--ink);align-items:center;gap:8px;margin-top:auto;padding-top:13px;font-size:12px;font-weight:700;display:inline-flex}.card-link svg{transition:transform .2s}.service-card:hover .card-link svg,.portfolio-card:hover .portfolio-card-meta>svg,.product-card:hover .card-link svg,.industry-card:hover .card-link svg{transform:translate(4px)}.accent-violet{--accent:#6d35f4}.accent-blue{--accent:#3b8cf5}.accent-green{--accent:#22bd8a}.accent-orange{--accent:#f58232}.accent-rose{--accent:#f34f6f}.accent-cyan{--accent:#09afd1}.accent-purple{--accent:#7654e9}.accent-yellow{--accent:#f5b722}.accent-indigo{--accent:#5545d8}.accent-teal{--accent:#19a890}.stats-section{padding:0 0 4px}.stats-rail{border:1px solid var(--line);border-radius:18px;grid-template-columns:repeat(6,1fr);align-items:center;min-height:118px;padding:16px 7px;display:grid;box-shadow:0 10px 24px #20174706}.stat-item{border-right:1px solid var(--line);flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:68px;display:flex}.stat-item:last-child{border:0}.stat-item svg{color:var(--accent);margin-bottom:3px}.stat-item strong{letter-spacing:-.055em;font-family:Manrope;font-size:12px}.stat-item span{color:var(--muted);font-size:12px}.stat-violet{--accent:#6d35f4}.stat-yellow{--accent:#f5ae13}.stat-green{--accent:#1ebf84}.stat-rose{--accent:#f84a70}.stat-blue{--accent:#3288f7}.stat-orange{--accent:#f5941a}.why-section{background:linear-gradient(#fff,#fbfaff);padding-top:50px}.why-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px;display:grid}.why-copy .section-heading{margin-bottom:27px}.why-copy .button{min-height:43px}.why-panel{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:29px}.why-panel-grid{grid-template-columns:repeat(2,1fr);gap:24px 22px;display:grid}.why-point{align-items:flex-start;gap:12px;display:flex}.why-point>span{width:35px;height:35px;color:var(--accent);background:color-mix(in srgb, var(--accent) 11%, white);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.why-point h3{letter-spacing:-.03em;font-size:12px}.why-point p{margin-top:5px;font-size:13px;line-height:1.6}.why-violet{--accent:var(--purple)}.why-blue{--accent:var(--blue)}.why-green{--accent:var(--green)}.why-orange{--accent:#f18c1d}.why-ribbon{background:#faf9ff;border-radius:10px;align-items:center;gap:8px;margin-top:26px;padding:14px 16px;display:flex}.why-ribbon span{color:var(--purple);font-family:Manrope;font-size:13px;font-weight:800}.why-ribbon small{color:var(--muted);font-size:12px}.why-ribbon i{border-left:1px solid var(--line);height:27px;margin:0 14px}.portfolio-section{background:#fff}.filter-tabs{scrollbar-width:none;justify-content:center;align-items:center;gap:8px;margin:-9px 0 19px;display:flex;overflow-x:auto}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs button{color:#545662;background:#f5f5f8;border:0;border-radius:6px;flex:none;min-height:31px;padding:0 15px;font-size:12px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.filter-tabs button:hover{color:var(--purple)}.filter-tabs .filter-active{color:#fff;background:var(--purple);box-shadow:0 7px 14px #6d35f433}.portfolio-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.portfolio-card{border:1px solid var(--line);background:#fff;border-radius:13px;transition:transform .22s,box-shadow .22s;display:block;overflow:hidden}.portfolio-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.portfolio-card-meta{justify-content:space-between;align-items:center;min-height:64px;padding:12px 14px;display:flex}.portfolio-card-meta h3{letter-spacing:-.025em;font-size:12px}.portfolio-card-meta span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.portfolio-card-meta>svg{color:var(--purple);transition:transform .2s}.empty-filter{min-height:120px;color:var(--muted);border:1px dashed var(--line-dark);border-radius:13px;grid-column:1/-1;place-items:center;font-size:12px;display:grid}.project-artwork{isolation:isolate;color:#fff;background:#e8e4dc;height:174px;position:relative;overflow:hidden}.project-artwork-compact{height:137px}.art-grain,.design-noise{z-index:5;opacity:.1;pointer-events:none;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");position:absolute;inset:0}.art-topline,.art-footer{z-index:6;letter-spacing:.08em;justify-content:space-between;font-size:12px;font-weight:700;display:flex;position:absolute;left:14px;right:14px}.art-topline{top:12px}.art-footer{opacity:.78;text-transform:lowercase;bottom:10px}.art-main-copy{z-index:4;position:absolute;top:54px;left:17px}.art-main-copy small{letter-spacing:.08em;text-transform:uppercase;opacity:.8;margin-bottom:4px;font-size:12px;display:block}.art-main-copy strong{letter-spacing:-.08em;font-family:Manrope;font-size:13px;line-height:.95;display:block}.art-person{background:linear-gradient(145deg,#202530 0 20%,#e8b48c 21% 37%,#35505a 38% 100%);border-radius:52px 52px 0 0;width:92px;height:137px;position:absolute;bottom:-8px;right:29px;transform:rotate(8deg);box-shadow:-10px 3px #fff3}.art-person:before{content:"";background:#edbd99;border-radius:45%;width:44px;height:50px;position:absolute;top:-29px;left:26px;box-shadow:inset 5px 0 #2d2327}.art-room{background:linear-gradient(145deg,#0000 0 20%,#432d29 21% 51%,#261d20 52%);width:58%;height:93%;position:absolute;bottom:0;right:-5px;transform:skew(-7deg)}.art-room:before{content:"";background:#c7a077;border-radius:50%;width:126px;height:40px;position:absolute;bottom:19px;left:16px;transform:rotate(-10deg);box-shadow:0 -20px 0 -8px #5d3f35}.art-room i{background:#e8c79c;width:26px;height:5px;position:absolute;bottom:54px;left:26px}.art-room i:nth-child(2){width:18px;bottom:62px;left:72px}.art-room i:nth-child(3){background:#8d4c36;width:40px;bottom:43px;left:54px}.art-phone{background:#fff;border:3px solid #132c34;border-radius:10px;width:49px;height:109px;padding:17px 6px 5px;position:absolute;bottom:14px;right:37px;transform:rotate(9deg)}.art-phone:before{content:"";background:#193840;border-radius:4px;width:16px;height:3px;position:absolute;top:5px;left:calc(50% - 8px)}.art-phone div{background:#d6f2eb;border-radius:3px;height:11px;margin-bottom:5px}.art-phone div:nth-child(2){background:linear-gradient(135deg,#f5faf4 49%,#3bb7a1 50%);height:31px}.art-chart{background:#fff;border-radius:7px;align-items:end;gap:6px;width:135px;height:78px;padding:10px;display:flex;position:absolute;bottom:28px;right:21px;transform:rotate(-2deg)}.art-chart:before{content:"Pipeline overview";color:#777;font-size:12px;position:absolute;top:8px;left:10px}.art-chart i{background:#bca9fa;border-radius:2px 2px 0 0;flex:1}.art-chart i:first-child{height:18%}.art-chart i:nth-child(2){height:42%}.art-chart i:nth-child(3){height:30%}.art-chart i:nth-child(4){height:65%}.art-chart i:nth-child(5){height:81%}.art-chart i:nth-child(6){height:56%}.art-blob{background:var(--art-accent);border-radius:48% 52% 34% 70%;width:205px;height:158px;position:absolute;bottom:-28px;right:-12px;transform:rotate(-22deg)}.art-ui{background:#fff;border-radius:6px;width:157px;height:87px;padding:15px;position:absolute;top:53px;right:21px;box-shadow:0 9px 20px #00000026}.art-ui:before{content:"Overview";color:#666;font-size:12px;position:absolute;top:9px;left:15px}.art-ui i{background:#e7e5f6;border-radius:2px;width:100%;height:8px;margin-bottom:6px;display:block}.art-ui i:first-child{background:#6d35f4;width:42%;height:5px;margin-top:9px}.art-ui i:nth-child(2){width:72%}.art-ui i:nth-child(3){width:56%}.art-ui i:nth-child(4){width:83%}.art-ui i:nth-child(5){width:38%}.art-shape{background:var(--art-accent);border-radius:56% 44% 0 0;width:130px;height:135px;position:absolute;bottom:-19px;right:26px;transform:rotate(14deg)}.art-shape:after{content:"";border:5px solid #fffc;border-radius:50%;width:34px;height:34px;position:absolute;top:23px;left:29px}.art-product{background:linear-gradient(140deg, #fff5cc, var(--art-accent));border:1px solid #ffffff73;border-radius:48% 48% 10px 10px;width:89px;height:93px;position:absolute;bottom:18px;right:31px;box-shadow:13px 4px #ffffff40}.art-product i{background:#fff;height:2px;position:absolute;top:27px;left:19px;right:19px}.art-product i:nth-child(2){top:36px;right:37px}.art-orbit{border:13px solid var(--art-accent);border-left-color:#0000;border-radius:50%;width:112px;height:112px;position:absolute;bottom:15px;right:22px;transform:rotate(-28deg)}.art-orbit:before,.art-orbit:after{content:"";background:#fff;border-radius:50%;position:absolute}.art-orbit:before{border:4px solid var(--art-accent);width:21px;height:21px;top:31px;left:31px}.art-orbit:after{background:var(--art-accent);width:8px;height:8px;bottom:16px;right:-14px}.art-table{background:#fff;border-radius:7px;width:170px;height:107px;padding:19px 14px;position:absolute;top:46px;right:22px;transform:rotate(-4deg)}.art-table i{background:#dbe6fb;border-radius:2px;width:100%;height:8px;margin-bottom:8px;display:block}.art-table i:first-child{background:#4285f4;width:43%}.art-table i:nth-child(2){width:85%}.art-table i:nth-child(3){width:62%}.art-table i:nth-child(4){width:73%}.artwork-commerce{background:linear-gradient(121deg,#77777a,#b4a79d)}.artwork-crm{background:linear-gradient(135deg,#172335,#384665)}.artwork-hotel{background:linear-gradient(135deg,#b59b85,#332622)}.artwork-health{background:linear-gradient(135deg,#b8e9dc,#52b9af)}.artwork-studio{background:linear-gradient(130deg,#ffe5e7,#d78bb3)}.artwork-ledger{background:linear-gradient(135deg,#c9e2ef,#3b6da6)}.artwork-people{background:linear-gradient(135deg,#c9f0d8,#4ebf89)}.artwork-pos{background:linear-gradient(135deg,#ffd3b0,#f07842)}.artwork-inventory{background:linear-gradient(135deg,#c8c0f8,#6253d3)}.creative-section{background:#fbfaff;position:relative;overflow:hidden}.creative-bg-image{opacity:.08;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.design-card-img{object-fit:cover;border-radius:8px;width:100%;height:205px;display:block}.creative-layout{grid-template-columns:.8fr 1.8fr;align-items:center;gap:58px;display:grid}.creative-lead{padding-left:4px}.creative-number{color:var(--purple);letter-spacing:.12em;font-size:12px;font-weight:800}.creative-lead h3{max-width:270px;margin-top:16px;font-size:13px;line-height:1.14}.creative-lead p{max-width:280px;margin:13px 0 22px;font-size:12px;line-height:1.75}.design-strip{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.design-strip>a{display:block}.design-strip>a>span{color:var(--muted);margin-top:8px;font-size:12px;font-weight:700;display:block}.design-artwork{color:#fff;background:var(--art-accent);height:205px;position:relative;overflow:hidden}.design-label{z-index:4;letter-spacing:.1em;font-size:12px;font-weight:800;position:absolute;top:13px;left:13px}.design-headline{z-index:4;letter-spacing:-.08em;max-width:110px;font-family:Manrope;font-size:12px;font-weight:800;line-height:.9;position:absolute;bottom:34px;left:13px}.design-artwork small{z-index:4;opacity:.74;font-size:12px;position:absolute;bottom:13px;left:13px}.design-circle{background:#ffffff38;border-radius:50%;width:145px;height:145px;position:absolute;top:46px;right:-27px}.design-circle:after{content:"";border:1px solid #fff9;border-radius:50%;width:82px;height:82px;position:absolute;top:27px;left:27px}.design-line{background:#ffffffbf;width:80px;height:1px;position:absolute;bottom:24px;right:27px;transform:rotate(-44deg)}.design-founder{background:#6357d9}.design-founder .design-circle{background:#e4b4ce;border-radius:48% 52% 67% 33%}.design-monsoon{background:#087b8b}.design-monsoon .design-circle{background:#78ccd0;width:170px;height:170px;top:75px;right:-30px}.design-momentum{background:#e95168}.design-momentum .design-circle{background:#f7ba68;width:120px;height:120px;top:12px;right:17px}.design-festival{background:#ed7532}.design-launch{background:#604ad4}.design-market{background:#f4ae3b}.design-wellness{background:#219c91}.technology-section{background:#fff}.tech-strip{border:1px solid var(--line);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:0;padding:9px;display:flex}.tech-chip{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:7px;min-width:108px;padding:14px 11px;display:flex}.tech-chip:last-child{border:0}.tech-chip span{font-family:Manrope;font-size:13px;font-weight:800}.tech-chip b{color:#454752;font-size:12px}.tech-grid{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.tech-logo-chip{border:1px solid var(--line);will-change:transform;min-width:155px;translate:var(--mx,0px) var(--my,0px);background:#fff;border-radius:12px;flex:0 auto;align-items:center;gap:10px;padding:14px 16px;transition:box-shadow .2s,border-color .2s;display:flex}.tech-logo-chip:hover{box-shadow:var(--shadow-sm);border-color:var(--line-dark)}.tech-logo-mark{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-family:Manrope;font-size:12px;font-weight:800;display:flex}.tech-logo-chip b{color:var(--ink);letter-spacing:-.02em;font-size:12px}@keyframes chipFloat1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-7px)rotate(1.2deg)}}@keyframes chipFloat2{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-9px)rotate(-1.5deg)}}@keyframes chipFloat3{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(.8deg)}}@keyframes chipFloat4{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(-1deg)}}@keyframes chipFloat5{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(1.8deg)}}.tech-logo-chip:nth-child(5n+1){animation:3.2s ease-in-out infinite chipFloat1}.tech-logo-chip:nth-child(5n+2){animation:3.8s ease-in-out -.5s infinite chipFloat2}.tech-logo-chip:nth-child(5n+3){animation:2.9s ease-in-out -1.2s infinite chipFloat3}.tech-logo-chip:nth-child(5n+4){animation:3.5s ease-in-out -.8s infinite chipFloat4}.tech-logo-chip:nth-child(5n+5){animation:4.1s ease-in-out -1.5s infinite chipFloat5}@media (width<=1024px){.tech-logo-chip{min-width:140px}.tech-logo-chip:nth-child(n){animation-duration:4s}}@media (width<=768px){.tech-logo-chip{flex:0 calc(50% - 7px);min-width:130px}.tech-logo-chip:nth-child(n){animation:none}}@media (width<=480px){.tech-logo-chip{flex:0 100%;min-width:0}}@media (prefers-reduced-motion:reduce){.tech-logo-chip{animation:none!important}}.seo-monitor-page,.health-check-page{box-sizing:border-box;width:100%}.seo-audit-controls{box-sizing:border-box;width:100%;margin-bottom:28px;padding:0}.seo-audit-controls .field-label{width:100%}.audit-url-row{gap:10px;margin-top:8px;display:flex}.audit-url-row input{border:1px solid var(--line);border-radius:8px;outline:0;flex:1;min-width:0;height:43px;padding:0 14px;font-size:13px}.audit-url-row input:focus{border-color:#a990f5;box-shadow:0 0 0 3px #6d35f417}.audit-url-row .button{white-space:nowrap;flex-shrink:0;height:43px;padding:0 18px}.seo-results{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;display:flex}.seo-score-ring{text-align:center;padding:28px 0}.score-circle{background:#fff;border:5px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 12px;display:flex}.score-circle span{font-family:Manrope;font-size:32px;font-weight:800;line-height:1}.score-circle small{color:var(--muted);margin-top:2px;font-size:12px}.score-good .score-circle{color:#16a34a;border-color:#22c55e}.score-ok .score-circle{color:#d97706;border-color:#f59e0b}.score-bad .score-circle{color:#dc2626;border-color:#ef4444}.seo-score-ring>b{color:var(--ink);font-size:13px}.seo-breakdown{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.seo-cat-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.seo-cat-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.seo-cat-header b{color:var(--ink);font-size:12px;display:block}.seo-cat-header small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.seo-cat-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.cat-meta{background:#8e63f3}.cat-content{background:#3b82f6}.cat-links{background:#10b981}.cat-performance{background:#f59e0b}.cat-accessibility{background:#ec4899}.seo-bar-track{background:#f0f1f4;border-radius:3px;height:5px;margin-bottom:6px;overflow:hidden}.seo-bar-fill{border-radius:3px;height:100%;transition:width .6s}.bar-good{background:#22c55e}.bar-ok{background:#f59e0b}.bar-bad{background:#ef4444}.seo-cat-card>strong{color:var(--ink);font-size:12px}.seo-details-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.seo-details-grid>.admin-panel{padding:20px}.seo-empty{text-align:center;color:var(--muted);padding:24px;font-size:12px}.seo-issue{border-bottom:1px solid #f0f0f4;padding:10px 14px}.seo-issue:last-child{border-bottom:0}.issue-type{text-transform:uppercase;white-space:nowrap;vertical-align:middle;border-radius:4px;margin-right:6px;padding:2px 6px;font-size:10px;font-weight:800;display:inline-block}.issue-error .issue-type{color:#dc2626;background:#fef2f2}.issue-warning .issue-type{color:#d97706;background:#fffbeb}.issue-info .issue-type{color:#2563eb;background:#f0f9ff}.issue-category{color:var(--muted);vertical-align:middle;margin-right:8px;font-size:11px}.seo-issue p{color:var(--ink);word-break:break-word;margin-top:4px;font-size:12px;line-height:1.5}.seo-meta-preview{padding:20px}.google-preview{border:1px solid var(--line);background:#fafafa;border-radius:10px;margin-bottom:16px;padding:16px}.google-url{color:#1a7f37;word-break:break-all;margin-bottom:4px;font-size:12px}.google-title{color:#1a0dab;margin-bottom:4px;font-size:16px;font-weight:600;line-height:1.3}.google-desc{color:#5f6368;font-size:13px;line-height:1.4}.seo-meta-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.seo-meta-grid>div{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 12px}.seo-meta-grid>div>b{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;display:block}.seo-meta-grid>div>span{color:var(--ink);word-break:break-all;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.seo-stats-row{grid-template-columns:repeat(4,1fr);gap:12px;padding:4px 0;display:grid}.seo-stat{text-align:center;border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px 12px}.seo-stat strong{color:var(--ink);font-family:Manrope;font-size:24px;line-height:1;display:block}.seo-stat small{color:var(--muted);margin-top:6px;font-size:11px;display:block}.seo-history-panel{padding:20px}.seo-history-chart{align-items:flex-end;gap:8px;height:160px;padding:16px 0;display:flex;overflow-x:auto}.history-bar-wrap{flex-direction:column;flex:none;align-items:center;gap:6px;width:50px;height:100%;display:flex}.history-bar{border-radius:6px 6px 0 0;justify-content:center;align-items:flex-start;width:100%;min-height:20px;padding-top:6px;transition:height .6s;display:flex}.history-bar span{color:#fff;font-size:11px;font-weight:700}.history-bar-wrap small{color:var(--muted);font-size:10px}@media (width<=1024px){.seo-breakdown{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.seo-breakdown{grid-template-columns:1fr 1fr}.seo-details-grid,.seo-meta-grid{grid-template-columns:1fr}.seo-stats-row{grid-template-columns:repeat(2,1fr)}.audit-url-row{flex-direction:column}.audit-url-row .button{width:100%}}.health-status-banner{border-radius:14px;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex;overflow:hidden}.health-healthy{color:#16a34a;background:#f0fdf4}.health-degraded{color:#dc2626;background:#fef2f2}.health-status-banner h3{margin-top:2px;font-size:14px}.health-status-banner small{opacity:.7;font-size:11px}.health-checks-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.health-check-card{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:14px;padding:16px;transition:border-color .2s;display:flex;overflow:hidden}.health-check-card.health-error{border-color:#fecaca}.health-check-card.health-warning{border-color:#fef3c7}.health-check-icon{border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.health-ok .health-check-icon{color:#16a34a;background:#dcfce7}.health-warning .health-check-icon{color:#d97706;background:#fef3c7}.health-error .health-check-icon{color:#dc2626;background:#fef2f2}.health-check-info b{font-size:13px;display:block}.health-check-info span{color:var(--muted);font-size:11px}.health-badge{text-transform:uppercase;white-space:nowrap;border-radius:6px;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:700}.badge-ok{color:#16a34a;background:#dcfce7}.badge-warning{color:#d97706;background:#fef3c7}.badge-error{color:#dc2626;background:#fef2f2}.health-empty{text-align:center;color:var(--muted);padding:40px}.health-empty p{font-size:13px}@media (width<=1200px){.seo-breakdown{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.seo-breakdown{grid-template-columns:1fr 1fr}.seo-details-grid,.seo-meta-grid{grid-template-columns:1fr}.seo-stats-row{flex-wrap:wrap}.seo-stat{flex:0 calc(50% - 8px)}.health-checks-grid{grid-template-columns:1fr}}.testimonials-section{background:#fbfaff}.testimonial-wrap{grid-template-columns:42px minmax(0,610px) 42px;justify-content:center;align-items:center;gap:18px;display:grid}.testimonial-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:29px 42px 26px;position:relative}.testimonial-card>svg{color:var(--purple)}.testimonial-card p{color:var(--ink);letter-spacing:-.035em;margin-top:12px;font-family:Manrope;font-size:13px;line-height:1.45}.testimonial-person{align-items:center;gap:11px;margin-top:22px;display:flex}.testimonial-person>span{width:35px;height:35px;color:var(--purple);background:var(--purple-soft);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.testimonial-person b,.testimonial-person small{display:block}.testimonial-person b{font-size:13px}.testimonial-person small{color:var(--muted);margin-top:2px;font-size:12px}.rating{color:var(--orange);letter-spacing:1px;margin-left:auto;font-size:12px}.slider-arrow{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;font-size:13px;transition:color .2s,border .2s;display:grid}.slider-arrow:hover{color:var(--purple);border-color:var(--purple)}.slider-dots{justify-content:center;gap:5px;margin-top:20px;display:flex}.slider-dots button{background:#d4d1e2;border:0;border-radius:50%;width:5px;height:5px;padding:0}.slider-dots button.dot-active{background:var(--purple);border-radius:5px;width:18px}.cta-section{background:#fbfaff;padding:0 0 70px}.cta-banner{background:linear-gradient(105deg,#f1efff,#fafaff);border-radius:20px;align-items:center;gap:40px;min-height:154px;padding:27px 76px 25px 255px;display:flex;position:relative;overflow:hidden}.cta-banner:before,.cta-banner:after{content:"";background:#8f79ff2e;border-radius:30px;width:84px;height:84px;position:absolute}.cta-banner:before{bottom:-42px;left:-30px;transform:rotate(32deg)}.cta-banner:after{top:-41px;right:-25px;transform:rotate(32deg)}.cta-illustration{width:190px;height:157px;position:absolute;bottom:-3px;left:20px}.illustration-head{z-index:2;background:#f2be9b;border-radius:45% 46% 44% 48%;width:54px;height:57px;position:absolute;top:3px;left:68px;box-shadow:inset 12px 5px #252838}.illustration-head:after{content:"";background:#2b2634;border-radius:50%;width:7px;height:4px;position:absolute;top:34px;right:9px}.illustration-body{background:linear-gradient(135deg,#8e63f3,#4d35b9);border-radius:60px 60px 0 0;width:124px;height:107px;position:absolute;bottom:0;left:38px;transform:rotate(-5deg)}.illustration-body:after{content:"";background:#11131d;border-radius:12px;width:84px;height:54px;position:absolute;bottom:17px;left:22px;transform:rotate(7deg)}.illustration-body b{z-index:2;color:#ffb312;font-family:Manrope;font-size:13px;position:absolute;bottom:36px;left:58px;transform:rotate(7deg)}.illustration-arm{z-index:3;background:#f2be9b;border-radius:20px;width:61px;height:20px;position:absolute;top:63px;left:107px;transform:rotate(-54deg)}.illustration-spark{z-index:5;color:var(--orange);font-size:12px;position:absolute;top:8px;left:132px}.cta-copy{z-index:2;max-width:395px;position:relative}.cta-copy .eyebrow{margin-bottom:9px}.cta-copy h2{font-size:13px;line-height:1.1}.cta-copy p{color:#454554;margin-top:7px;font-size:12px;line-height:1.6}.cta-banner>.button{z-index:2;flex-shrink:0;min-width:145px;margin-left:auto;position:relative}.cta-spark{z-index:1;color:var(--orange);position:absolute;bottom:22px;right:212px;transform:rotate(-22deg)}.clients-section{text-align:center;background:#fbfaff;padding:0 0 48px}.clients-section>.container>.eyebrow{color:#646576;font-size:12px}.client-logos{justify-content:space-between;align-items:center;gap:25px;margin-top:22px;display:flex}.client-logos a{letter-spacing:-.08em;opacity:.94;font-family:Manrope;font-size:12px;font-weight:800;transition:opacity .2s,transform .2s}.client-logos a:nth-child(2){letter-spacing:.15em;font-size:13px}.client-logos a:nth-child(3){font-size:13px;font-style:italic}.client-logos a:nth-child(4){font-size:13px}.client-logos a:nth-child(5){font-weight:600}.client-logos a:nth-child(6){font-size:12px;font-weight:600}.client-logos a:nth-child(7){font-size:13px}.client-logos a:nth-child(8){font-size:12px}.client-logos a:hover{opacity:.65;transform:translateY(-2px)}.site-footer{border-top:1px solid var(--line);background:#fff;padding-top:47px}.footer-grid{grid-template-columns:1.35fr .72fr 1.1fr 1fr 1.2fr;gap:29px;padding-bottom:42px;display:grid}.footer-brand .brand-logo{margin-bottom:15px}.social-links{gap:8px;margin-top:16px;display:flex}.social-links a{color:#333640;background:#f0f1f4;border-radius:50%;place-items:center;width:27px;height:27px;font-size:12px;font-weight:700;display:grid}.social-links a:hover{color:#fff;background:var(--purple)}.footer-column,.footer-contact{flex-direction:column;align-items:flex-start;display:flex}.footer-grid>div:not(:first-child){border-left:1px solid var(--line);padding-left:24px}.footer-column h4,.footer-contact h4{letter-spacing:-.02em;margin:3px 0 16px;font-size:13px}.footer-column a{color:#555965;margin-bottom:9px;font-size:12px}.footer-column a:hover{color:var(--purple)}.footer-contact a{color:#555965;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:12px;line-height:1.45;display:flex}.footer-contact a svg{color:var(--purple);flex-shrink:0}.footer-contact a:hover{color:var(--purple)}.footer-bottom{border-top:1px solid var(--line);color:#6f727e;justify-content:space-between;align-items:center;min-height:54px;font-size:12px;display:flex}.footer-bottom>span:last-child{align-items:center;gap:11px;display:flex}.footer-bottom a:hover{color:var(--purple)}.footer-bottom i{background:#b2b4bf;border-radius:50%;width:3px;height:3px;display:block}.back-top{z-index:20;color:#fff;background:var(--purple);border-radius:50%;place-items:center;width:31px;height:31px;font-size:12px;display:grid;position:fixed;bottom:24px;right:28px;box-shadow:0 7px 17px #6d35f445}.page-intro{text-align:center;background:radial-gradient(circle at 50% 15%,#efebffb8,#0000 43%),#fbfaff;padding:91px 0 79px;position:relative;overflow:hidden}.page-intro:after{content:"";border:1px solid #6d35f41f;border-radius:50%;width:300px;height:300px;position:absolute;top:40px;right:-158px}.page-intro-inner{z-index:1;position:relative}.page-intro h1{max-width:770px;margin:14px auto 15px;font-size:clamp(38px,5.2vw,67px);line-height:1.04}.page-intro p{max-width:610px;margin:auto;font-size:13px}.services-directory{background:#fff}.directory-toolbar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.directory-toolbar>span{color:var(--muted);font-size:12px}.category-pills{gap:7px;display:flex}.category-pills a{border:1px solid var(--line);min-height:30px;color:var(--muted);border-radius:20px;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.category-pills a:hover,.category-pills .pill-active{color:var(--purple);background:var(--purple-soft);border-color:#c9bafa}.service-directory-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.directory-card{min-height:245px}.directory-features{flex-direction:column;gap:5px;margin-top:13px;display:flex}.directory-features span{color:#5e626d;align-items:center;gap:5px;font-size:12px;display:flex}.directory-features svg{color:var(--accent)}.soft-cta{background:#fbfaff;padding:55px 0}.soft-cta-inner{background:#f4f1ff;border:1px solid #e9e4ff;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;padding:31px 47px;display:flex}.soft-cta h2{margin-top:9px;font-size:13px}.soft-cta p{margin-top:5px;font-size:12px}.detail-section{background:#fff}.detail-grid{grid-template-columns:150px 1.4fr .8fr;align-items:start;gap:55px;display:grid}.detail-icon{width:116px;height:116px;color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, white);border-radius:26px;place-items:center;display:grid}.detail-copy h2{max-width:590px;margin:12px 0 18px;font-size:13px;line-height:1.13}.detail-copy p{max-width:580px;margin-bottom:14px;font-size:13px}.detail-copy .button{margin-top:17px}.detail-aside{border:1px solid var(--line);border-radius:15px;padding:23px}.detail-aside h3{margin-bottom:17px;font-size:13px}.check-row{border-bottom:1px solid var(--line);color:#545762;align-items:center;gap:8px;padding:10px 0;font-size:13px;display:flex}.check-row:last-of-type{border:0}.check-row>span{width:20px;height:20px;color:var(--purple);background:var(--purple-soft);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.detail-price{border-top:1px solid var(--line);flex-direction:column;gap:4px;margin-top:19px;padding-top:16px;display:flex}.detail-price small{color:var(--muted);font-size:12px}.detail-price b{font-family:Manrope;font-size:12px}.detail-tech-section{background:#fbfaff;padding:88px 0}.detail-tech-list{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.detail-tech-list span{border:1px solid var(--line);color:var(--purple);background:#fff;border-radius:20px;padding:10px 16px;font-size:13px;font-weight:700}.not-found{min-height:450px}.not-found h1{margin:17px 0 11px;font-size:48px}.not-found p{margin-bottom:22px}.products-section{background:#fff}.product-grid{grid-template-columns:repeat(3,1fr);gap:19px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:15px;transition:transform .22s,box-shadow .22s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.product-card-content{padding:20px}.product-category{color:var(--purple);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.product-card h2{margin-top:8px;font-size:12px}.product-card p{margin-top:8px;font-size:12px;line-height:1.7}.product-card .card-link{margin-top:17px}.product-note{background:#fff;padding:0 0 80px}.product-note-inner{color:#fff;background:#11121a;border-radius:16px;align-items:center;gap:18px;padding:30px 39px;display:flex}.product-note-mark{color:#c1b2ff;border:1px solid #4c4764;border-radius:16px;place-items:center;width:55px;height:55px;display:grid}.product-note .eyebrow{color:#bbb5d8}.product-note h2{margin-top:6px;font-size:13px}.product-note p{color:#a9abb7;margin-top:5px;font-size:12px}.product-note .button{margin-left:auto}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:center;gap:76px;display:grid}.product-detail-grid .project-artwork{border-radius:17px;height:370px}.product-feature-list{grid-template-columns:1fr 1fr;gap:10px;margin-top:25px;display:grid}.product-feature-list span{color:#545762;align-items:center;gap:8px;font-size:12px;display:flex}.product-feature-list svg{color:var(--purple)}.product-detail-actions{align-items:center;gap:18px;margin-top:28px;display:flex}.product-pricing{background:#f7f5ff;border:1px solid #e9e4ff;border-radius:12px;margin-top:24px;padding:20px 24px}.product-pricing .price-label{color:var(--purple);letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.product-pricing .price-value{color:var(--ink);font-size:20px;font-weight:700;display:block}.industries-section{background:#fff}.industries-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.industry-card{border:1px solid var(--line);background:#fff;border-radius:15px;min-height:239px;padding:21px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden}.industry-card:after{content:"";background:color-mix(in srgb, var(--accent) 13%, white);border-radius:50%;width:100px;height:100px;position:absolute;bottom:-50px;right:-44px}.industry-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.industry-icon{width:39px;height:39px;color:var(--accent);background:color-mix(in srgb, var(--accent) 11%, white);border-radius:11px;place-items:center;display:grid}.industry-number{color:#b7b9c5;font-family:Manrope;font-size:13px;position:absolute;top:23px;right:21px}.industry-card h2{margin-top:24px;font-size:13px;line-height:1.1}.industry-card p{margin-top:8px;font-size:13px;line-height:1.65}.industry-card .card-link{z-index:1;margin-top:15px;position:relative}.industry-violet{--accent:var(--purple)}.industry-rose{--accent:var(--rose)}.industry-orange{--accent:#f58232}.industry-blue{--accent:var(--blue)}.industry-cyan{--accent:var(--cyan)}.industry-green{--accent:var(--green)}.industry-yellow{--accent:#e9a917}.industry-purple{--accent:#8458e8}.portfolio-directory{background:#fff}.directory-filter{justify-content:flex-start;margin:0 0 24px}.portfolio-directory-grid{grid-template-columns:repeat(3,1fr)}.portfolio-directory-grid .project-artwork{height:230px}.project-detail{background:#fff}.project-detail-art{max-width:910px;box-shadow:var(--shadow-md);border-radius:18px;margin:0 auto;overflow:hidden}.project-detail-art .project-artwork{height:470px}.project-detail-art .art-main-copy strong{font-size:46px}.project-detail-info{grid-template-columns:1.2fr .8fr;gap:80px;max-width:910px;margin:57px auto 0;display:grid}.project-detail-info h2{max-width:500px;margin-top:13px;font-size:20px;line-height:1.2}.project-detail-info dl{grid-template-columns:100px 1fr;gap:12px 10px;margin:13px 0 0;font-size:12px;display:grid}.project-detail-info dt{color:var(--muted)}.project-detail-info dd{margin:0;font-weight:700}.project-detail-copy{text-align:center;max-width:590px;margin:53px auto 0}.project-detail-copy p{font-size:13px}.project-detail-copy .button{margin-top:22px}.blog-directory{background:#fff}.blog-feature .project-artwork,.blog-feature .blog-card-artwork{height:255px}.blog-feature-1 .project-artwork,.blog-feature-1 .blog-card-artwork{height:190px}.blog-card-copy{padding:20px}.blog-card-copy>span{color:var(--purple);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:800}.blog-card-copy h2{margin-top:10px;font-size:12px;line-height:1.12}.blog-feature-1 .blog-card-copy h2{font-size:12px}.blog-card-copy p{margin-top:9px;font-size:12px;line-height:1.7}.blog-card-copy>b{align-items:center;gap:8px;margin-top:17px;font-size:13px;display:inline-flex}.blog-card-copy>b svg{color:var(--purple)}.blog-card-copy{position:relative}.blog-card-copy small{color:var(--muted);align-items:center;gap:4px;margin-top:18px;font-size:12px;display:flex}.blog-card .blog-card-copy h2{font-size:13px}.article-header{text-align:center;background:#fbfaff;padding:61px 0 52px}.article-header-inner{max-width:830px}.article-header h1{max-width:770px;margin:15px auto 14px;font-size:clamp(36px,5vw,61px);line-height:1.05}.article-header p{max-width:610px;margin:auto;font-size:13px}.article-meta{color:var(--muted);justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:12px;display:flex}.article-meta i{background:#afb1bd;border-radius:50%;width:3px;height:3px}.article-share{gap:7px;margin-left:12px;display:flex}.article-share a{border:1px solid var(--line-dark);border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.article-share a:hover{color:var(--purple);border-color:var(--purple)}.article-body{background:#fff}.article-layout{max-width:850px}.article-art .project-artwork{border-radius:17px;height:395px}.article-art .art-main-copy strong{font-size:13px}.article-layout article{max-width:660px;margin:52px auto 0}.article-layout article p{color:#41434c;margin-bottom:21px;font-size:12px;line-height:1.9}.article-layout blockquote{border-left:3px solid var(--purple);color:var(--ink);letter-spacing:-.04em;margin:35px 0;padding:13px 0 13px 25px;font-family:Manrope;font-size:12px;line-height:1.35}.article-tags{gap:7px;margin-top:33px;display:flex}.article-tags span{color:var(--purple);background:var(--purple-soft);border-radius:15px;padding:7px 11px;font-size:12px;font-weight:700}.image-upload-field{flex-direction:column;gap:8px;display:flex}.image-upload-field input[type=file]{border:1px dashed var(--line);cursor:pointer;background:#fafaff;border-radius:8px;padding:8px;font-size:12px}.image-upload-field input[type=file]:hover{border-color:var(--purple)}.image-size-note{color:var(--muted);font-size:11px}.image-upload-status{color:var(--purple);font-size:12px;font-weight:700}.image-preview-wrap{align-items:center;gap:12px;margin-top:4px;display:flex}.image-preview-thumb{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:120px;height:70px}.image-remove-btn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;display:inline-flex}.image-remove-btn:hover{background:#fee2e2}.portfolio-card-image{background:#f5f5f8;justify-content:center;align-items:center;width:100%;height:174px;display:flex;overflow:hidden}.portfolio-card-image img{object-fit:contain;width:100%;height:100%;display:block}.portfolio-directory-grid .portfolio-card-image{height:230px}.project-detail-image{background:#f5f5f8;border-radius:17px;width:100%;overflow:hidden}.project-detail-image img{width:100%;display:block}.product-card-image{background:#f5f5f8;justify-content:center;align-items:center;height:174px;display:flex;overflow:hidden}.product-card-image img{object-fit:contain;width:100%;height:100%;display:block}.product-detail-artwork .product-detail-image{background:#f5f5f8;border-radius:17px;overflow:hidden}.product-detail-artwork .product-detail-image img{width:100%;display:block}.about-story{background:#fff}.about-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:85px;display:grid}.statement-mark{height:45px;color:var(--purple);font-family:Georgia,serif;font-size:72px;line-height:.8;display:block}.about-statement h2{max-width:520px;margin-top:16px;font-size:28px;line-height:1.13}.about-body{max-width:460px}.about-body p{margin-bottom:15px;font-size:13px}.about-body .text-button{margin-top:9px}.about-values{background:#fbfaff;padding:85px 0}.about-values-head{justify-content:space-between;align-items:end;margin-bottom:33px;display:flex}.about-values-head h2{font-size:13px}.value-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.value-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:21px}.value-card>span{color:var(--purple);font-size:12px;font-weight:800}.value-card h3{margin-top:27px;font-size:13px}.value-card p{margin-top:8px;font-size:12px;line-height:1.7}.about-stats{background:#fff}.about-stats-grid{border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(4,1fr);padding:27px;display:grid}.about-stats-grid div{border-right:1px solid var(--line);flex-direction:column;align-items:center;gap:4px;display:flex}.about-stats-grid div:last-child{border:0}.about-stats-grid strong{color:var(--purple);font-family:Manrope;font-size:12px}.about-stats-grid span{color:var(--muted);font-size:13px}.contact-section,.quote-section{background:#fff}.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:85px;display:grid}.contact-details{padding:30px 0}.contact-details h2{max-width:400px;margin:14px 0 12px;font-size:13px;line-height:1.14}.contact-details>p{max-width:390px;font-size:13px}.contact-detail-list{margin-top:35px}.contact-detail-list a{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.contact-detail-list a>span{width:36px;height:36px;color:var(--purple);background:var(--purple-soft);border-radius:10px;place-items:center;display:grid}.contact-detail-list small,.contact-detail-list b{display:block}.contact-detail-list small{color:var(--muted);font-size:12px}.contact-detail-list b{max-width:260px;margin-top:4px;font-size:12px;line-height:1.5}.contact-detail-list a:hover b{color:var(--purple)}.contact-note{color:var(--muted);align-items:center;gap:8px;margin-top:31px;font-size:13px;display:flex}.contact-note svg{color:var(--green)}.form-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:17px;padding:31px}.form-card-head{margin-bottom:27px}.form-card-head h2{margin-top:10px;font-size:12px}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field-label{color:#383a45;flex-direction:column;gap:7px;margin-bottom:15px;font-size:13px;font-weight:700;display:flex}.field-label em{color:var(--rose);margin-left:2px;font-style:normal}.field-label input,.field-label textarea,.field-label select{width:100%;color:var(--ink);background:#fff;border:1px solid #dedfe7;border-radius:8px;outline:0;font-size:12px;transition:border .2s,box-shadow .2s}.field-label input,.field-label select{height:43px;padding:0 12px}.field-label textarea{resize:vertical;min-height:116px;padding:12px;line-height:1.6}.field-label input::placeholder,.field-label textarea::placeholder{color:#b1b3bd}.field-label input:focus,.field-label textarea:focus,.field-label select:focus{border-color:#a990f5;box-shadow:0 0 0 3px #6d35f417}.form-submit{border:0;margin-top:7px}.form-error{color:#db3c59;margin:-4px 0 11px;font-size:13px}.success-message{flex-direction:column;align-items:flex-start;padding:27px 0 17px;display:flex}.success-message>span{width:45px;height:45px;color:var(--green);background:#e8faf3;border-radius:50%;place-items:center;display:grid}.success-message h3{margin-top:18px;font-size:13px}.success-message p{margin:8px 0 17px;font-size:12px}.file-field{margin-bottom:15px;display:block;position:relative}.file-field input{opacity:0;width:1px;height:1px;position:absolute}.file-field span{min-height:43px;color:var(--muted);border:1px dashed #cfd0db;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:500;display:flex}.file-field:hover span{color:var(--purple);border-color:var(--purple)}.quote-section{padding-top:83px}.quote-aside-mark{width:54px;height:54px;color:var(--purple);background:var(--purple-soft);border-radius:16px;place-items:center;display:grid}.quote-aside h2{max-width:300px;margin-top:22px;font-size:12px;line-height:1.17}.quote-aside ul{color:#545762;flex-direction:column;gap:12px;margin:27px 0 0;padding:0;font-size:12px;list-style:none;display:flex}.quote-aside li{align-items:center;gap:9px;display:flex}.quote-aside li svg{color:var(--green)}.quote-aside-footer{border-top:1px solid var(--line);margin-top:91px;padding-top:18px}.quote-aside-footer span,.quote-aside-footer a{display:block}.quote-aside-footer span{color:var(--muted);font-size:12px}.quote-aside-footer a{color:var(--purple);margin-top:5px;font-size:12px;font-weight:700}.legal-section{background:#fff}.legal-copy{max-width:720px}.legal-updated{font-size:13px}.legal-copy h2{margin:40px 0 11px;font-size:13px}.legal-copy p{font-size:13px}.legal-copy a{color:var(--purple);font-weight:700}.admin-shell{min-height:100vh;color:var(--ink);background:#f7f7fb;display:flex}.admin-sidebar{z-index:40;background:#fff;border-right:1px solid #e6e5ef;flex-direction:column;width:244px;padding:24px 14px 17px;display:flex;position:fixed;top:0;bottom:0}.admin-sidebar-top{justify-content:space-between;align-items:center;padding:0 9px 22px;display:flex}.admin-sidebar .brand-mark{width:30px;height:34px}.admin-sidebar .brand-wordmark strong,.admin-sidebar .brand-wordmark small{font-size:12px}.admin-close-mobile{background:0 0;border:0;display:none}.admin-workspace-switch{border:1px solid var(--line);background:#fbfaff;border-radius:10px;align-items:center;gap:9px;padding:10px;display:flex}.workspace-avatar{width:29px;height:29px;color:var(--purple);background:#e7e0ff;border-radius:8px;place-items:center;font-size:12px;font-weight:800;display:grid}.admin-workspace-switch div{flex-direction:column;flex:1;gap:2px;display:flex}.admin-workspace-switch b{font-size:12px}.admin-workspace-switch small{color:var(--muted);font-size:12px}.admin-workspace-switch>svg{color:var(--light-muted)}.admin-nav{scrollbar-width:none;flex:1;margin-top:22px;overflow-y:auto}.admin-nav::-webkit-scrollbar{display:none}.admin-nav-group{margin-bottom:21px}.admin-nav-group>span{color:#a4a6b1;letter-spacing:.13em;text-transform:uppercase;padding:0 11px 8px;font-size:13px;font-weight:800;display:block}.admin-nav-group button,.admin-sidebar-bottom a,.admin-sidebar-bottom button{color:#6d707c;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:36px;padding:0 11px;font-size:13px;display:flex}.admin-nav-group button:hover,.admin-sidebar-bottom a:hover,.admin-sidebar-bottom button:hover{color:var(--purple);background:#f7f4ff}.admin-nav-group button b{font-weight:600}.admin-nav-group button svg{flex-shrink:0}.admin-nav-group button em{color:#fff;background:var(--rose);border-radius:9px;place-items:center;min-width:18px;height:18px;margin-left:auto;font-size:12px;font-style:normal;font-weight:700;display:grid}.admin-nav-group .admin-nav-active{color:var(--purple);background:#f0ecff;font-weight:700}.admin-nav-group .admin-nav-active svg{stroke-width:2.3px}.admin-sidebar-bottom{border-top:1px solid var(--line);padding-top:14px}.admin-sidebar-bottom button{color:#9a9ca7}.admin-main{width:calc(100% - 244px);min-width:0;margin-left:244px;overflow-x:hidden}.admin-topbar{background:#fff;border-bottom:1px solid #e8e7f0;justify-content:space-between;align-items:center;min-height:87px;padding:0 38px;display:flex}.admin-breadcrumb{color:#9a9ca7;align-items:center;gap:5px;font-size:12px;display:flex}.admin-breadcrumb svg{color:#c2c3cc}.admin-breadcrumb b{color:#6e707b;font-weight:600}.admin-topbar h1{letter-spacing:-.055em;margin-top:6px;font-size:13px}.admin-top-actions{align-items:center;gap:22px;display:flex}.admin-bell{border:1px solid var(--line);color:#5e626e;background:#fff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.admin-bell i{color:#fff;background:var(--rose);border:2px solid #fff;border-radius:50%;place-items:center;width:13px;height:13px;font-size:12px;font-style:normal;display:grid;position:absolute;top:-2px;right:-2px}.admin-top-user{align-items:center;gap:9px;display:flex}.admin-top-user>span{width:31px;height:31px;color:var(--purple);background:#e8e2ff;border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.admin-top-user b,.admin-top-user small{display:block}.admin-top-user b{font-size:12px}.admin-top-user small{color:var(--muted);margin-top:2px;font-size:13px;font-weight:400}.admin-mobile-menu{background:0 0;border:0;display:none}.admin-content{box-sizing:border-box;max-width:1500px;margin:0 auto;padding:36px 38px 60px;overflow-x:hidden}.dashboard-welcome,.content-heading{justify-content:space-between;align-items:end;gap:22px;margin-bottom:27px;display:flex}.dashboard-welcome h2{margin-top:10px;font-size:13px}.dashboard-welcome h2 span{color:var(--orange);font-size:12px}.dashboard-welcome p,.content-heading p{margin-top:5px;font-size:12px}.content-heading h2{margin-top:8px;font-size:13px}.content-heading>.button{flex-shrink:0}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.admin-stat-card{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;gap:12px;min-height:112px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex}.admin-stat-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.admin-stat-card>span{width:39px;height:39px;color:var(--stat-color);background:var(--stat-bg);border-radius:11px;flex-shrink:0;place-items:center;display:grid}.admin-stat-card>div{flex:1}.admin-stat-card small,.admin-stat-card strong,.admin-stat-card em{display:block}.admin-stat-card small{color:var(--muted);font-size:12px}.admin-stat-card strong{letter-spacing:-.06em;margin-top:3px;font-family:Manrope;font-size:12px}.admin-stat-card em{color:var(--green);align-items:center;gap:3px;margin-top:4px;font-size:12px;font-style:normal;font-weight:700;display:flex}.admin-stat-card>svg{color:#b4b5c1}.admin-stat-violet{--stat-color:var(--purple);--stat-bg:#eee9ff}.admin-stat-blue{--stat-color:var(--blue);--stat-bg:#e8f2ff}.admin-stat-orange{--stat-color:#ef8c18;--stat-bg:#fff2dd}.admin-stat-green{--stat-color:var(--green);--stat-bg:#e6faf2}.dashboard-grid{grid-template-columns:1.5fr 1fr;gap:18px;display:grid}.admin-panel{border:1px solid var(--line);background:#fff;border-radius:13px}.lead-analytics,.status-panel,.recent-panel,.recent-project-panel{padding:21px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.panel-heading h3{margin-top:6px;font-size:12px}.panel-heading select{border:1px solid var(--line);height:29px;color:var(--muted);border-radius:6px;outline:0;padding:0 8px;font-size:12px}.panel-heading a{color:var(--purple);align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.analytics-total{align-items:end;gap:9px;margin-top:22px;display:flex}.analytics-total strong{font-family:Manrope;font-size:12px}.analytics-total>span{color:var(--muted);padding-bottom:4px;font-size:12px}.analytics-total em{color:var(--green);align-items:center;gap:3px;padding-bottom:4px;font-size:12px;font-style:normal;font-weight:700;display:inline-flex}.analytics-total em small{color:var(--muted);font-weight:400}.analytics-chart{height:210px;margin-top:15px;display:flex}.chart-y{color:#b6b7c2;flex-direction:column;justify-content:space-between;width:25px;padding:0 0 24px;font-size:13px;display:flex}.chart-main{flex:1;position:relative}.chart-grid-lines{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 24px}.chart-grid-lines i{border-top:1px dashed #e9e9f0;width:100%}.chart-main svg{width:100%;height:calc(100% - 24px);position:absolute;inset:0 0 24px;overflow:visible}.chart-x{color:#b6b7c2;justify-content:space-between;font-size:13px;display:flex;position:absolute;bottom:0;left:0;right:0}.analytics-legend{color:var(--muted);gap:15px;margin-top:2px;font-size:12px;display:flex}.analytics-legend span{align-items:center;gap:5px;display:flex}.analytics-legend i{border-radius:50%;width:7px;height:7px;display:block}.legend-violet{background:var(--purple)}.legend-orange{background:var(--orange)}.status-bars{margin-top:22px}.status-bar-row{margin-bottom:14px}.status-bar-row>div{color:#565965;justify-content:space-between;margin-bottom:6px;font-size:12px;display:flex}.status-bar-row b{color:var(--ink)}.status-bar-row>i{background:#f0f0f5;border-radius:5px;height:7px;display:block;overflow:hidden}.status-bar-row>i em{background:var(--purple);border-radius:5px;height:100%;display:block}.bar-contacted{background:var(--blue)!important}.bar-follow-up{background:var(--orange)!important}.bar-qualified{background:var(--cyan)!important}.bar-converted{background:var(--green)!important}.bar-rejected{background:#b2b4c0!important}.conversion-note{background:#faf9ff;border-radius:9px;gap:9px;margin-top:24px;padding:12px;display:flex}.conversion-note>span{width:27px;height:27px;color:var(--purple);background:#eeeaff;border-radius:7px;place-items:center;display:grid}.conversion-note p{font-size:12px;line-height:1.5}.conversion-note p b{color:var(--ink)}.dashboard-bottom-grid{grid-template-columns:1.35fr .9fr;gap:18px;margin-top:18px;display:grid}.admin-table{margin-top:18px}.table-row{border-bottom:1px solid #f0f0f4;grid-template-columns:1.3fr 1fr .7fr .55fr 25px;align-items:center;gap:12px;min-height:56px;font-size:12px;display:grid}.table-row:last-child{border:0}.table-head{color:#a1a3ae;letter-spacing:.08em;text-transform:uppercase;min-height:33px;font-size:13px;font-weight:800}.table-row button{color:#a7a9b3;background:0 0;border:0}.table-row button:hover{color:var(--purple)}.person-cell,.primary-cell{align-items:center;gap:8px;min-width:0;display:flex}.person-cell>i,.primary-cell>i{width:27px;height:27px;color:var(--purple);background:#ede9ff;border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-style:normal;font-weight:800;display:grid}.person-cell b,.primary-cell b{color:#30323b;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:700;overflow:hidden}.person-cell small,.primary-cell small{color:#9699a5;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:13px;font-weight:400;display:block;overflow:hidden}.status-badge{border-radius:12px;align-items:center;min-height:21px;padding:0 8px;font-size:13px;font-weight:800;display:inline-flex}.badge-active,.badge-published,.badge-converted{color:#12956b;background:#e4f8f0}.badge-inactive,.badge-rejected{color:#8c8e99;background:#f0f0f4}.badge-draft{color:#c27b09;background:#fff5dc}.badge-scheduled,.badge-qualified{color:#337ccc;background:#e8f2ff}.badge-new{color:#b34c66;background:#ffedf2}.badge-contacted{color:#4971cb;background:#e9efff}.badge-follow-up{color:#b8780d;background:#fff4db}.featured-badge{color:#b4790d;margin-left:4px;font-size:13px;font-style:normal;display:inline-flex}.row-actions{justify-content:end;align-items:center;gap:2px;display:flex}.row-actions button{border-radius:5px;place-items:center;width:24px;height:24px;padding:0;display:grid}.row-actions button:hover{background:#f5f3ff}.row-actions .action-danger:hover{color:#df4560;background:#fff0f3}.row-actions .action-on{color:var(--orange)}.muted-cell{color:#9a9ca7}.admin-project-list{margin-top:18px}.admin-project-row{border-bottom:1px solid #f0f0f4;align-items:center;gap:10px;min-height:60px;padding:7px 0;display:flex}.admin-project-row:last-child{border:0}.admin-project-row .project-artwork{border-radius:5px;flex-shrink:0;width:64px;height:44px}.admin-project-row>div{flex:1;min-width:0}.admin-project-row b,.admin-project-row small{display:block}.admin-project-row b{font-size:12px}.admin-project-row small{color:var(--muted);margin-top:3px;font-size:13px}.admin-project-row>svg{color:#b2b4be}.collection-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:16px 19px;display:flex}.admin-search{border:1px solid var(--line);color:#9da0ab;background:#fff;border-radius:7px;align-items:center;gap:8px;width:min(310px,100%);height:34px;padding:0 10px;display:flex}.admin-search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.toolbar-actions{align-items:center;gap:14px;display:flex}.toolbar-actions button{border:1px solid var(--line);height:32px;color:var(--muted);background:#fff;border-radius:7px;align-items:center;gap:5px;padding:0 10px;font-size:12px;display:inline-flex}.toolbar-actions span{color:var(--muted);font-size:12px}.collection-table{margin:0;padding:0 19px}.collection-table .table-row{grid-template-columns:1.5fr 1fr .9fr .55fr minmax(160px,auto)}.table-icon{color:var(--purple)!important;background:#eeeaff!important;border-radius:8px!important}.icon-blue{color:var(--blue)!important;background:#e9f2ff!important}.icon-green{color:var(--green)!important;background:#e5faf2!important}.icon-orange{color:#ed8a19!important;background:#fff2dc!important}.icon-rose{color:var(--rose)!important;background:#ffedf2!important}.icon-cyan{color:var(--cyan)!important;background:#e5f9fc!important}.admin-empty{color:#b4b6c1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.admin-empty h3{color:#565966;margin-top:9px;font-size:13px}.admin-empty p{margin-top:5px;font-size:13px}.modal-backdrop{z-index:100;background:#16142666;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.editor-modal{background:#fff;border-radius:16px;flex-direction:column;width:min(700px,100%);max-height:calc(100vh - 40px);display:flex;box-shadow:0 25px 70px #13103240}.modal-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding:23px 25px 18px;display:flex}.modal-heading h2{margin-top:7px;font-size:12px}.modal-heading>button{color:var(--muted);background:0 0;border:0}.editor-fields{grid-template-columns:1fr 1fr;gap:0 15px;padding:21px 25px 9px;display:grid;overflow-y:auto}.editor-fields .editor-field-textarea{grid-column:span 2}.editor-fields .field-label small{color:var(--light-muted);margin:-3px 0 0;font-size:12px;font-weight:400}.checkbox-field{align-items:center;gap:9px;height:43px;display:flex}.checkbox-field input{width:17px;height:17px;accent-color:var(--purple)}.checkbox-field i{color:var(--muted);font-size:13px;font-style:normal}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;gap:9px;padding:16px 25px;display:flex}.modal-footer .button{min-height:40px}.lead-summary-row{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:19px;display:grid}.lead-summary-row>div{border:1px solid var(--line);background:#fff;border-radius:9px;padding:12px 14px}.lead-summary-row small,.lead-summary-row strong{display:block}.lead-summary-row small{color:var(--muted);font-size:12px}.lead-summary-row strong{margin-top:5px;font-family:Manrope;font-size:13px}.leads-table{padding:0 19px}.leads-table .table-row{grid-template-columns:1.25fr 1fr .7fr 1fr .75fr .6fr minmax(50px,auto)}.status-select{border:1px solid var(--line);color:#565965;background:#fff;border-radius:5px;outline:0;max-width:100px;height:25px;padding:0 5px;font-size:12px}.owner-cell{color:#646671;align-items:center;gap:5px;font-size:12px;display:flex}.owner-cell i{width:22px;height:22px;color:var(--purple);background:var(--purple-soft);border-radius:50%;place-items:center;font-size:12px;font-style:normal;font-weight:800;display:grid}.settings-grid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.settings-panel{padding:23px}.settings-status{color:var(--green);align-items:center;gap:5px;font-size:12px;font-weight:700;display:flex}.settings-status i{background:var(--green);border-radius:50%;width:6px;height:6px}.settings-fields{margin-top:22px}.settings-fields .field-label:last-child{margin-bottom:0}.setting-wide{grid-column:span 2}.section-settings-list{margin-top:15px}.section-setting-row{border-bottom:1px solid #f0f0f4;align-items:center;gap:10px;min-height:58px;display:flex}.drag-handle{color:#b6b8c2;font-size:12px}.section-setting-row>div{flex:1;min-width:0}.section-setting-row b,.section-setting-row small{display:block}.section-setting-row b{color:var(--purple);text-transform:capitalize;font-size:12px}.section-setting-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;overflow:hidden}.toggle-switch{background:#d9dae2;border:0;border-radius:12px;width:33px;height:19px;padding:0;transition:background .2s;position:relative}.toggle-switch i{background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.toggle-on{background:var(--purple)}.toggle-on i{transform:translate(14px)}.settings-callout{color:var(--purple);background:#faf9ff;border-radius:8px;gap:8px;margin-top:19px;padding:11px;display:flex}.settings-callout p{color:#777984;font-size:12px;line-height:1.5}.save-toast{color:var(--green);background:#e4f8f0;border-radius:6px;align-items:center;gap:5px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.website-settings-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.settings-fields-two{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.reset-panel{justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:18px 23px;display:flex}.reset-panel h3{margin-top:5px;font-size:13px}.reset-panel p{margin-top:4px;font-size:12px}.danger-outline{color:#dc4861;border-color:#f1c5ce}.danger-outline:hover{color:#fff;background:#dc4861;border-color:#dc4861}.role-note{color:var(--purple);background:#f6f3ff;border:1px solid #e3dcff;border-radius:10px;gap:11px;margin-bottom:18px;padding:14px 17px;display:flex}.role-note div{flex:1}.role-note b{color:var(--ink);font-size:13px}.role-note p{margin-top:4px;font-size:12px}.users-panel{padding:0 19px}.users-table .table-row{grid-template-columns:1.5fr 1fr 1fr .7fr minmax(55px,auto)}.role-badge{color:#6250bd;background:#eeeaff;border-radius:13px;padding:6px 9px;font-size:12px;font-weight:700}.avatar-blue{color:var(--blue)!important;background:#e8f2ff!important}.avatar-green{color:var(--green)!important;background:#e5faf2!important}.avatar-orange{color:#e58a17!important;background:#fff1da!important}.roles-grid{grid-template-columns:repeat(4,1fr);gap:13px;margin-top:18px;display:grid}.role-card{border:1px solid var(--line);background:#fff;border-radius:11px;padding:18px}.role-icon{border-radius:9px;place-items:center;width:33px;height:33px;display:grid}.role-color-0{color:var(--purple);background:#eeeaff}.role-color-1{color:var(--blue);background:#e8f2ff}.role-color-2{color:var(--orange);background:#fff3dc}.role-color-3{color:var(--green);background:#e6faf2}.role-card h3{margin-top:14px;font-size:12px}.role-card p{margin-top:6px;font-size:12px;line-height:1.55}.admin-login{background:#fff;grid-template-columns:1.06fr .94fr;min-height:100vh;display:grid}.admin-login-visual{color:#fff;background:#171322;flex-direction:column;justify-content:end;padding:70px;display:flex;position:relative;overflow:hidden}.admin-login-visual:before{content:"";border:1px solid #af97ff59;border-radius:50%;width:580px;height:580px;position:absolute;top:8%;left:9%;box-shadow:0 0 0 46px #6d35f414,0 0 0 120px #6d35f40a}.login-orbit{z-index:1;background:var(--orange);border-radius:50%;width:14px;height:14px;position:absolute;top:24%;left:23%;box-shadow:0 0 0 12px #ffb3121f}.login-orbit-two{background:var(--purple);width:9px;height:9px;top:58%;left:67%;box-shadow:0 0 0 9px #977dff2b}.login-quote{z-index:2;letter-spacing:-.08em;font-family:Manrope;font-size:clamp(35px,4.3vw,64px);font-weight:800;line-height:1.05;position:relative}.login-quote span{color:#a88eff}.admin-login-visual p{z-index:2;color:#aca8b9;margin-top:21px;font-size:12px;position:relative}.admin-login-form{place-self:center;width:min(410px,100% - 56px)}.admin-login-form .brand-logo{margin-bottom:80px}.login-form-copy .eyebrow{color:var(--purple)}.login-form-copy h1{margin-top:12px;font-size:12px}.login-form-copy p{margin-top:7px;font-size:12px}.admin-login-form form{margin-top:31px}.admin-login-form .field-label{margin-bottom:17px}.login-forgot{color:var(--purple);background:0 0;border:0;margin:16px 0 0 auto;font-size:12px;font-weight:700;display:block}.demo-credentials{color:#716c8f;background:#faf9ff;border:1px dashed #d9d3f6;border-radius:8px;align-items:center;gap:8px;margin-top:42px;padding:11px 12px;font-size:12px;display:flex}.demo-credentials small{color:var(--purple);margin-right:auto;font-size:12px;font-weight:800}.login-back{color:var(--muted);align-items:center;gap:7px;margin-top:34px;font-size:12px;display:inline-flex}.login-back:hover{color:var(--purple)}@media (width<=1100px){.container{width:min(100% - 42px,940px)}.main-nav{gap:17px}.header-inner{gap:20px}.nav-link,.brand-wordmark strong{font-size:12px}.hero-grid{grid-template-columns:.9fr 1.1fr}.hero-copy{padding-left:0}.hero-copy h1{font-size:49px}.hero-visual{transform-origin:100%;margin-left:-33px;transform:scale(.88)translate(34px,4px)}.service-card h3,.service-card p{font-size:12px}.stats-rail{grid-template-columns:repeat(3,1fr);gap:12px 0;padding:15px}.stat-item:nth-child(3){border:0}.stat-item:nth-child(-n+3){border-bottom:1px solid var(--line);padding-bottom:11px}.stat-item:nth-child(n+4){padding-top:9px}.footer-grid{grid-template-columns:1.3fr .8fr 1fr 1fr}.footer-contact{grid-column:4}.footer-grid>div:nth-child(5){padding-left:24px}.admin-sidebar{width:219px}.admin-main{width:calc(100% - 219px);margin-left:219px}.admin-content{padding-left:25px;padding-right:25px}.admin-topbar{padding:0 25px}.collection-table .table-row{grid-template-columns:1.4fr .8fr .9fr .4fr minmax(145px,auto)}.leads-table .table-row{grid-template-columns:1.2fr .8fr .6fr .9fr .65fr .5fr minmax(45px,auto)}}@media (width<=820px){.container{width:min(100% - 36px,620px)}.section-pad{padding:72px 0}.site-header{height:70px}.header-inner{justify-content:space-between}.desktop-quote{display:none}.menu-toggle{border:1px solid var(--line);width:35px;height:35px;color:var(--ink);background:#fff;border-radius:8px;place-items:center;padding:0;display:grid}.main-nav{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;height:auto;padding:10px 18px 20px;display:none;position:absolute;top:70px;left:0;right:0;box-shadow:0 18px 25px #19133814}.main-nav-open{display:flex}.nav-link{border-bottom:1px solid #f0f0f4;justify-content:space-between;height:42px;font-size:12px}.nav-link:after{display:none}.nav-dropdown{height:auto}.dropdown-menu{width:auto;box-shadow:none;border:0;border-radius:0;padding:3px 0 4px 14px;display:none;position:static;transform:none}.dropdown-menu-open{visibility:visible;opacity:1;display:block}.dropdown-menu a{padding:8px 0}.mobile-quote{align-self:flex-start;margin-top:16px;display:inline-flex}.hero-section{padding:67px 0 34px}.hero-grid{display:block}.hero-copy{padding:0}.hero-copy h1{max-width:600px;font-size:clamp(44px,9.5vw,68px)}.hero-copy>p{max-width:490px}.hero-visual{transform-origin:top;width:min(690px,100%);height:410px;margin:30px auto -17px;transform:scale(.82)}.bubble-development{left:26%}.bubble-design{left:7%}.bubble-marketing{left:4%}.bubble-automation{right:5%}.dashboard-platform{right:11%}.hero-phone{right:13%}.hero-plant{right:0}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.creative-layout{grid-template-columns:1fr;gap:36px}.why-copy .section-heading{margin-bottom:17px}.creative-lead{grid-template-columns:1fr 1.5fr;align-items:start;gap:14px 22px;display:grid}.creative-lead .creative-number{grid-column:1/-1}.creative-lead h3,.creative-lead p{margin:0}.creative-lead .text-button{grid-column:2;margin-top:-3px}.design-strip{gap:10px}.design-artwork{height:180px}.testimonial-card p{font-size:12px}.cta-banner{gap:20px;padding-left:210px;padding-right:28px}.cta-illustration{transform-origin:0 100%;left:0;transform:scale(.82)}.cta-copy h2{font-size:12px}.cta-banner>.button{min-width:125px;padding:0 13px}.cta-spark{display:none}.client-logos{flex-wrap:wrap;justify-content:center;gap:14px}.client-logos a{min-width:76px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:35px 18px}.footer-grid>div:not(:first-child){padding-left:18px}.footer-brand{grid-column:span 2}.footer-contact{grid-column:auto}.footer-grid>div:nth-child(5){padding-left:18px}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:15px 0}.page-intro{padding:70px 0 62px}.page-intro h1{font-size:clamp(38px,9vw,61px)}.service-directory-grid{grid-template-columns:repeat(2,1fr)}.detail-grid,.product-detail-grid,.about-story-grid,.contact-grid,.quote-layout{grid-template-columns:1fr;gap:35px}.detail-icon{width:82px;height:82px}.detail-copy h2{font-size:20px}.detail-aside{max-width:500px}.detail-tech-section{padding:72px 0}.product-grid,.industries-grid{grid-template-columns:repeat(2,1fr)}.product-note-inner{flex-wrap:wrap}.product-note .button{margin-left:auto}.project-detail-info{grid-template-columns:1fr;gap:35px}.blog-feature-grid{grid-template-columns:1fr}.blog-feature-1 .project-artwork{height:255px}.blog-grid{grid-template-columns:repeat(2,1fr)}.article-layout article{margin-top:35px}.article-header h1{font-size:13px}.admin-sidebar{width:244px;transition:left .25s;left:-260px;box-shadow:12px 0 25px #1913381a}.admin-sidebar-open{left:0}.admin-close-mobile{display:block}.admin-main{width:100%;margin-left:0}.admin-topbar{min-height:75px;padding:0 18px}.admin-mobile-menu{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);background:#fff;border-radius:8px;place-items:center;margin-right:12px;display:grid}.admin-topbar>div:first-of-type{flex:1}.admin-topbar h1{font-size:13px}.admin-content{padding:28px 18px 45px}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.dashboard-bottom-grid,.settings-grid,.website-settings-grid{grid-template-columns:1fr}.lead-summary-row{grid-template-columns:repeat(3,1fr)}.collection-table{overflow-x:auto}.collection-table .table-row,.leads-table .table-row,.users-table .table-row{min-width:720px}.collection-panel{overflow:hidden}.settings-fields-two{grid-template-columns:1fr}.reset-panel{flex-direction:column;align-items:flex-start}.roles-grid{grid-template-columns:repeat(2,1fr)}.admin-login{grid-template-columns:1fr}.admin-login-visual{display:none}.admin-login-form{padding:50px 0}.admin-login-form .brand-logo{margin-bottom:75px}}@media (width<=520px){.container{width:calc(100% - 30px)}.section-pad{padding:59px 0}.section-heading{margin-bottom:31px}.section-heading h2,.section-heading p{font-size:12px}.hero-section{padding-top:53px}.hero-copy h1{font-size:28px}.hero-copy>p{font-size:12px;line-height:1.8}.hero-actions{flex-direction:column;align-items:stretch;max-width:230px}.hero-actions .button{width:100%}.hero-client-proof{margin-top:23px}.hero-visual{transform-origin:top;width:560px;max-width:none;height:292px;margin-top:21px;margin-left:calc(50% - 280px);transform:scale(.63)}.service-grid,.service-directory-grid{grid-template-columns:1fr}.service-card,.directory-card{min-height:186px}.stats-rail{grid-template-columns:repeat(2,1fr);gap:0;padding:12px 8px}.stat-item{min-height:75px}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(3){border-right:1px solid var(--line)}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:1px solid var(--line);padding-top:9px}.stat-item:nth-child(5){border-right:0}.stat-item:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:9px}.why-panel{padding:20px 17px}.why-panel-grid{grid-template-columns:1fr;gap:17px}.why-ribbon{flex-wrap:wrap}.why-ribbon i{margin:0 6px}.creative-lead{display:block}.creative-lead h3{margin-top:13px}.creative-lead p{margin:9px 0 17px}.design-strip{grid-template-columns:repeat(2,1fr)}.design-artwork{height:175px}.tech-strip{justify-content:flex-start}.tech-chip{border-bottom:1px solid var(--line);min-width:50%}.tech-chip:nth-child(2n){border-right:0}.tech-chip:nth-last-child(-n+2){border-bottom:0}.testimonial-wrap{grid-template-columns:30px minmax(0,1fr) 30px;gap:7px}.testimonial-card{padding:22px 18px}.testimonial-card p{font-size:13px}.testimonial-person .rating{display:none}.cta-section{padding-bottom:49px}.cta-banner{min-height:260px;padding:112px 21px 22px;display:block}.cta-illustration{top:-9px;bottom:auto;left:4px;transform:scale(.62)}.cta-banner>.button{margin-top:17px}.client-logos a{min-width:62px;font-size:12px!important}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.footer-grid>div:not(:first-child){padding-left:12px}.footer-column h4,.footer-contact h4,.footer-column a,.footer-contact a{font-size:12px}.footer-bottom{font-size:13px}.footer-bottom>span:last-child{gap:6px}.back-top{bottom:15px;right:15px}.page-intro{padding:54px 0 49px}.page-intro p{font-size:12px}.directory-toolbar{flex-direction:column;align-items:flex-start;gap:14px}.category-pills{flex-wrap:wrap}.soft-cta-inner{flex-direction:column;align-items:flex-start;padding:25px 22px}.soft-cta .button{margin-top:4px}.product-grid,.industries-grid,.blog-grid{grid-template-columns:1fr}.product-note-inner{flex-direction:column;align-items:flex-start;padding:25px 21px}.product-note .button{margin-left:0}.product-detail-grid .project-artwork{height:260px}.product-feature-list{grid-template-columns:1fr}.product-detail-actions{flex-direction:column;align-items:flex-start}.project-detail-art .project-artwork{height:260px}.project-detail-art .art-main-copy strong{font-size:20px}.project-detail-info{margin-top:35px}.project-detail-info h2{font-size:13px}.blog-feature .project-artwork,.blog-feature-1 .project-artwork{height:210px}.blog-card-copy h2,.blog-card .blog-card-copy h2{font-size:12px}.article-header{padding:47px 0 39px}.article-header h1{font-size:13px}.article-header p{font-size:12px}.article-meta{flex-wrap:wrap}.article-art .project-artwork{height:250px}.article-art .art-main-copy strong{font-size:12px}.article-layout article p{font-size:13px}.article-layout blockquote{font-size:12px}.about-story-grid{gap:25px}.about-statement h2{font-size:20px}.about-values-head{flex-direction:column;align-items:flex-start;gap:11px}.about-values-head h2{font-size:13px}.value-grid{grid-template-columns:1fr 1fr}.value-card h3{font-size:12px}.value-card p{font-size:13px}.about-stats-grid{grid-template-columns:1fr 1fr;gap:20px 0}.about-stats-grid div:nth-child(2){border:0}.about-stats-grid div:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:15px}.about-stats-grid div:nth-child(n+3){padding-top:4px}.contact-grid,.quote-layout{gap:20px}.contact-details{padding-top:0}.contact-details h2{font-size:13px}.form-card{padding:22px 17px}.form-row{grid-template-columns:1fr;gap:0}.quote-section{padding-top:56px}.quote-aside{padding:0}.quote-aside h2{font-size:13px}.quote-aside-footer{margin-top:35px}.editor-fields{grid-template-columns:1fr;padding:18px}.editor-fields .editor-field-textarea{grid-column:auto}.modal-heading,.modal-footer{padding-left:18px;padding-right:18px}.dashboard-welcome,.content-heading{flex-direction:column;align-items:flex-start}.dashboard-welcome .button,.content-heading>.button{align-self:stretch}.admin-stats-grid{gap:9px}.admin-stat-card{gap:8px;min-height:95px;padding:12px}.admin-stat-card>span{width:32px;height:32px}.admin-stat-card strong{font-size:12px}.admin-stat-card>svg{display:none}.lead-analytics,.status-panel,.recent-panel,.recent-project-panel,.settings-panel{padding:16px}.admin-content{padding-left:15px;padding-right:15px}.panel-heading h3{font-size:13px}.analytics-chart{height:180px}.collection-toolbar{flex-direction:column;align-items:flex-start;padding:13px}.toolbar-actions{justify-content:space-between;width:100%}.lead-summary-row{grid-template-columns:repeat(2,1fr)}.roles-grid{grid-template-columns:1fr}.admin-login-form{width:calc(100% - 42px);padding:38px 0}.admin-login-form .brand-logo{margin-bottom:58px}.login-form-copy h1{font-size:13px}.demo-credentials{flex-wrap:wrap}.demo-credentials small{width:100%}.demo-credentials span{font-size:13px}}.section-setting-row input:focus{background:#faf9ff;border-color:#d8cffc}.admin-top-user>b{font-size:0}.admin-top-user>b:before{content:"Admin";font-size:12px}.dashboard-welcome h2{font-size:0}.dashboard-welcome h2:before{content:"Welcome Admin ";font-size:13px}.users-table .table-row:nth-child(2) .person-cell b{font-size:0}.users-table .table-row:nth-child(2) .person-cell b:before{content:"Admin";font-size:12px}.users-table .table-row:nth-child(2) .person-cell>i{font-size:0}.users-table .table-row:nth-child(2) .person-cell>i:after{content:"AD";font-size:13px}.footer-brand p{max-width:245px;font-size:12px;line-height:1.75}.footer-column h4,.footer-contact h4,.footer-column a,.footer-contact a{font-size:12px}.footer-contact a{line-height:1.55}.footer-bottom{font-size:13px}@media (width<=520px){.footer-brand p,.footer-column h4,.footer-contact h4{font-size:12px}.footer-column a,.footer-contact a{font-size:13px}.footer-bottom{font-size:12px}}.service-detail-story{background:#fbfaff}.service-story-copy{max-width:560px}.service-story-copy h2{margin:14px 0 18px;font-size:20px;line-height:1.14}.service-story-copy p{margin-bottom:14px;font-size:13px}.service-story-copy .text-button{margin-top:10px}.service-metrics{grid-template-columns:repeat(2,1fr);gap:13px;display:grid}.service-metric{border:1px solid var(--line);min-height:132px;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex-direction:column;justify-content:center;padding:20px;display:flex}.service-metric strong{color:var(--purple);letter-spacing:-.07em;font-family:Manrope;font-size:20px}.service-metric span{color:var(--muted);margin-top:6px;font-size:13px}.service-outcomes{background:#fff}.service-outcomes .section-heading{margin-bottom:29px}.outcome-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.outcome-card{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:170px;padding:21px;position:relative;overflow:hidden}.outcome-card:after{content:"";background:var(--purple-soft);border-radius:50%;width:92px;height:92px;position:absolute;bottom:-35px;right:-28px}.outcome-card>span{color:#afb1bd;font-size:12px;font-weight:800}.outcome-card>svg{color:var(--purple);margin-top:25px;display:block}.outcome-card h3{z-index:1;margin-top:11px;font-size:13px;position:relative}.outcome-card p{z-index:1;margin-top:6px;font-size:13px;line-height:1.6;position:relative}.service-process-section{background:#fbfaff}.service-process-grid{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.process-step{border-right:1px solid var(--line);min-height:195px;padding:22px}.process-step:last-child{border-right:0}.process-step>span{color:var(--purple);font-family:Manrope;font-size:12px;font-weight:800}.process-step h3{margin-top:31px;font-size:13px}.process-step p{margin-top:8px;font-size:13px;line-height:1.65}.service-faq-section{background:#fff}.service-faq-grid{grid-template-columns:.75fr 1.25fr;align-items:start;gap:95px;display:grid}.service-faq-grid h2{margin-top:13px;font-size:12px;line-height:1.15}.service-faq-grid>div:first-child>p{max-width:300px;margin-top:13px;font-size:12px}.service-faq-grid>div:first-child .text-button{margin-top:22px}.service-faq-list{border-top:1px solid var(--line)}.service-faq-list details{border-bottom:1px solid var(--line)}.service-faq-list summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;font-family:Manrope;font-size:13px;font-weight:700;list-style:none;display:flex}.service-faq-list summary::-webkit-details-marker{display:none}.service-faq-list summary:after{content:"+";color:var(--purple);font-family:DM Sans;font-size:13px;font-weight:400}.service-faq-list details[open] summary:after{content:"−"}.service-faq-list details p{max-width:610px;padding:0 35px 18px 0;font-size:12px;line-height:1.7}@media (width<=820px){.service-story-grid,.service-faq-grid{grid-template-columns:1fr;gap:37px}.service-story-copy h2,.service-faq-grid h2{font-size:20px}.outcome-grid,.service-process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2){border-right:0}.process-step:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=520px){.service-metrics,.outcome-grid{grid-template-columns:1fr}.service-metric{min-height:105px}.service-process-grid{grid-template-columns:1fr}.process-step,.process-step:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:auto}.process-step:last-child{border-bottom:0}.process-step h3{margin-top:17px}.service-faq-list summary{font-size:12px}}.client-network-stage{perspective:900px;width:493px;height:310px;position:absolute;top:73px;right:60px;transform:rotate(-3deg)}.client-network-card{z-index:2;background:linear-gradient(135deg,#fff,#f8f7ff);border:9px solid #f3f3f8;border-radius:14px;width:100%;height:275px;padding:17px 20px 12px;position:absolute;overflow:hidden;transform:skewY(-1deg);box-shadow:0 17px 23px #302b4b24,inset 0 0 0 1px #dbdce5}.client-network-card:after{content:"";background:radial-gradient(circle,#7e5bfa21,#0000 67%);border-radius:50%;width:250px;height:205px;position:absolute;bottom:-89px;right:-60px}.client-network-header{z-index:2;align-items:center;gap:8px;display:flex;position:relative}.client-network-mark{width:23px;height:23px;color:var(--purple);border:2px solid var(--ink);border-radius:7px;place-items:center;font-family:Manrope;font-size:12px;font-weight:800;display:grid}.client-network-header div{flex-direction:column;gap:2px;display:flex}.client-network-header small{color:#989aaa;letter-spacing:.08em;font-size:12px}.client-network-header b{font-family:Manrope;font-size:12px}.network-live{color:#14976d;background:#e7f8f1;border-radius:10px;align-items:center;gap:4px;margin-left:auto;padding:4px 7px;font-size:12px;font-weight:700;display:inline-flex}.network-live i{background:#20be8a;border-radius:50%;width:4px;height:4px;box-shadow:0 0 0 3px #20be8a21}.client-network-summary{z-index:3;flex-direction:column;margin-top:14px;display:flex;position:relative}.client-network-summary small{color:#8d90a0;letter-spacing:.11em;font-size:12px}.client-network-summary strong{color:var(--purple);letter-spacing:-.08em;margin-top:2px;font-family:Manrope;font-size:13px;line-height:1}.client-network-summary strong span{color:var(--orange)}.client-network-summary b{margin-top:3px;font-size:12px}.client-network-summary em{color:#9ca0ad;margin-top:2px;font-size:12px;font-style:normal}.client-network-map{z-index:1;background:#faf9ffcc;border:1px solid #eceaf8;border-radius:9px;width:300px;height:126px;position:absolute;top:62px;right:12px}.client-network-map svg{width:100%;height:100%;position:absolute;inset:0}.client-network-map path{fill:none;stroke:#c6b9fb;stroke-dasharray:3 4;stroke-width:1.2px}.network-node,.network-center{border-radius:50%;place-items:center;font-family:Manrope;font-size:13px;font-weight:800;display:grid;position:absolute}.network-node{color:#fff;width:24px;height:24px;box-shadow:0 4px 9px #2a205929}.network-node-one{background:#6d35f4;top:13px;left:68px}.network-node-two{background:#f58232;top:73px;left:83px}.network-node-three{background:#20be8a;top:16px;left:139px}.network-node-four{background:#3b8cf5;bottom:19px;right:51px}.network-node-five{background:#f44f72;top:22px;right:19px}.network-center{color:#fff;background:#11131d;width:38px;height:38px;top:48px;left:135px;box-shadow:0 7px 13px #1c144533}.network-center span{font-size:13px}.network-center small{color:var(--purple);font-family:DM Sans;font-size:12px;font-weight:700;position:absolute;top:42px}.client-logo-row{z-index:3;border-top:1px solid #ececf3;justify-content:space-between;align-items:center;gap:8px;padding-top:9px;display:flex;position:absolute;bottom:13px;left:18px;right:18px}.client-logo-row span{letter-spacing:-.06em;text-overflow:ellipsis;white-space:nowrap;max-width:53px;font-family:Manrope;font-size:12px;font-weight:800;overflow:hidden}.client-network-base{background:linear-gradient(#f7f7fa,#dddde3);border-radius:50%;width:100%;height:36px;position:absolute;bottom:7px;left:3px;box-shadow:0 11px 10px #19142f21}.client-network-base:after{content:"";background:#dddde5;border-radius:0 0 50% 50%;width:92px;height:22px;position:absolute;bottom:-23px;left:calc(50% - 46px)}.client-profile-float{z-index:6;background:#fffffff2;border:1px solid #eeeef5;border-radius:10px;grid-template-columns:1fr auto;align-items:center;column-gap:7px;width:128px;min-height:57px;padding:9px 12px;display:grid;position:absolute;bottom:30px;right:52px;transform:rotate(3deg);box-shadow:0 10px 21px #1d18441f}.client-avatar-stack{grid-column:1/-1;padding-left:3px;display:flex}.client-avatar-stack span{background:#f0edff;border:2px solid #fff;border-radius:50%;place-items:center;width:20px;height:20px;margin-left:-3px;font-size:8px;font-weight:800;display:grid}.client-profile-float strong{font-family:Manrope;font-size:13px}.client-profile-float small{color:var(--muted);font-size:12px}.client-support-float{z-index:6;color:var(--rose);background:#fffffff2;border:1px solid #eeeef5;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;animation:5s ease-in-out -2s infinite bob;display:flex;position:absolute;bottom:96px;right:-1px;box-shadow:0 9px 19px #1d18441a}.client-support-float span{color:var(--ink);flex-direction:column;font-family:Manrope;font-size:12px;font-weight:800;display:flex}.client-support-float small{color:var(--muted);font-family:DM Sans;font-size:12px;font-weight:500}@media (width<=1100px){.client-network-stage{right:60px}}@media (width<=820px){.client-network-stage{right:11%}.client-profile-float{right:13%}.client-support-float{right:2%}}.container-narrow{max-width:780px;margin:0 auto}.bg-light{background:var(--paper-soft)}.text-center{text-align:center}.check-list{flex-direction:column;gap:8px;margin:14px 0 0;padding:0;list-style:none;display:flex}.check-list li{color:#545762;align-items:center;gap:9px;font-size:12px;display:flex}.check-list svg{color:var(--purple);flex-shrink:0}.filter-pills{flex-wrap:wrap;gap:7px;margin-bottom:28px;display:flex}.filter-pills .pill{border:1px solid var(--line);min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:20px;align-items:center;padding:0 12px;font-size:12px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.filter-pills .pill:hover{color:var(--purple)}.filter-pills .pill-active{color:var(--purple);background:var(--purple-soft);border-color:#c9bafa}.form-group{margin-bottom:17px}.form-group label{color:var(--ink);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:10px 13px;font-size:12px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--purple);outline:0}.form-success{color:var(--ink);text-align:center;background:#f0fdf8;border:1px solid #d4f5e9;border-radius:14px;flex-direction:column;align-items:center;gap:9px;padding:28px;display:flex}.form-success svg{color:var(--green)}.form-success h4,.form-success p{font-size:12px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.back-link{color:var(--muted);align-items:center;gap:6px;margin-bottom:24px;font-size:12px;font-weight:600;display:inline-flex}.back-link:hover{color:var(--purple)}.blog-feature-grid{grid-template-columns:1.25fr .75fr;gap:18px;display:grid}.blog-feature{border:1px solid var(--line);background:#fff;border-radius:16px;transition:transform .22s,box-shadow .22s;overflow:hidden}.blog-feature:hover,.blog-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.blog-feature .blog-card-artwork{height:260px}.blog-feature .blog-card-copy{padding:24px}.blog-feature .blog-card-copy h2{font-size:12px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px;display:grid}.blog-card{border:1px solid var(--line);background:#fff;border-radius:14px;transition:transform .22s,box-shadow .22s;overflow:hidden}.blog-card .blog-card-artwork{height:170px}.blog-card .blog-card-copy{padding:18px}.blog-card .blog-card-copy h2{font-size:13px;line-height:1.25}.blog-card-artwork{background:var(--purple-soft);position:relative;overflow:hidden}.blog-badge{color:#fff;letter-spacing:.05em;background:#7c3aed;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px}.blog-card-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.blog-cat{color:var(--purple);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:800}.blog-read-time{color:var(--muted);font-size:12px}.blog-card-copy h2{margin-bottom:8px}.blog-card-copy p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;line-height:1.7;display:-webkit-box;overflow:hidden}.blog-card-meta{color:var(--muted);align-items:center;gap:14px;margin-top:14px;font-size:13px;display:flex}.blog-author{align-items:center;gap:6px;display:inline-flex}.blog-avatar{background:var(--purple-soft);width:24px;height:24px;color:var(--purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.blog-date{color:var(--muted)}.blog-empty{text-align:center;color:var(--muted);padding:60px 0;font-size:13px}@media (width<=768px){.blog-feature-grid{grid-template-columns:1fr}.blog-feature .blog-card-artwork{height:200px}.blog-grid{grid-template-columns:1fr}}.blog-detail-artwork{max-width:720px;box-shadow:var(--shadow-sm);border-radius:16px;margin:0 auto 32px;overflow:hidden}.blog-detail-artwork .blog-artwork-svg{height:280px}.blog-article{max-width:720px;margin:0 auto}.article-header{margin-bottom:36px}.article-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.article-header h1{font-size:clamp(28px,4vw,38px);line-height:1.15}.article-excerpt{color:var(--muted);margin-top:14px;font-size:12px;line-height:1.6}.article-meta{color:var(--muted);align-items:center;gap:18px;margin-top:18px;font-size:12px;display:flex}.article-meta .blog-avatar{width:28px;height:28px;font-size:12px}.article-body{color:var(--ink-soft);font-size:12px;line-height:1.85}.article-body p{color:inherit;margin-bottom:20px}.article-body h2{color:var(--ink);margin:32px 0 16px;font-size:13px;line-height:1.3}.article-body h3{color:var(--ink);margin:24px 0 12px;font-size:13px}.article-body blockquote{border-left:4px solid var(--purple);background:var(--purple-soft);border-radius:0 10px 10px 0;margin:24px 0;padding:20px 24px}.article-body blockquote p{color:var(--ink-soft);margin:0;font-style:italic}.article-body .article-list{margin:16px 0;padding-left:20px}.article-body .article-list li{margin-bottom:8px;font-size:13px}.article-tags{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;margin-top:32px;padding-top:24px;display:flex}.tag{border:1px solid var(--line);color:var(--muted);border-radius:20px;padding:5px 12px;font-size:13px;transition:all .2s;display:inline-flex}.tag:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-soft)}.article-share{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:14px;margin-top:24px;padding-top:20px;font-size:12px;display:flex}.share-links{gap:12px;display:flex}.share-links a{color:var(--purple);font-size:13px;font-weight:600}.share-links a:hover{text-decoration:underline}.blog-related{border-top:1px solid var(--line);margin-top:56px;padding-top:36px}.blog-related h3{margin-bottom:20px;font-size:13px}.blog-related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.blog-related-card{border:1px solid var(--line);background:#fff;border-radius:12px;gap:12px;padding:12px;transition:transform .2s,box-shadow .2s;display:flex}.blog-related-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.blog-related-card .blog-card-artwork{border-radius:8px;flex-shrink:0;width:80px;height:64px}.blog-related-card .blog-cat{margin-bottom:4px;display:block}.blog-related-card h4{margin:0;font-size:12px;line-height:1.3}@media (width<=768px){.blog-related-grid{grid-template-columns:1fr}.article-share{flex-direction:column;align-items:flex-start}}.legal-content{max-width:780px;margin:0 auto}.legal-content h2{margin-top:28px;font-size:12px}.legal-content p{margin-bottom:14px;font-size:13px}.industry-detail-header{text-align:center;margin-bottom:32px}.industry-icon-large{background:var(--purple-soft);width:64px;height:64px;color:var(--purple);border-radius:16px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.industry-features{margin-top:24px}.product-detail-artwork{border-radius:17px;overflow:hidden}.quote-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:85px;display:grid}.quote-aside{padding:30px 0}.quote-benefits{margin-top:28px}.quote-benefits li{color:#545762;align-items:center;gap:10px;margin-bottom:14px;font-size:12px;display:flex}.quote-benefits svg{color:var(--green);flex-shrink:0}.quote-form-wrap{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;padding:31px}.quote-form{margin-top:0}.cta-spark{color:var(--purple);opacity:.6;position:absolute;top:24px;right:30px}.admin-toast{z-index:999;pointer-events:none;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;font-size:12px;font-weight:700;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 30px #0000001f}.toast-success{color:#12956b;background:#e4f8f0}.toast-error{color:#d63f56;background:#fff0f3}.toast-enter-active,.toast-leave-active{transition:all .3s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(-10px)}.service-card-features{flex-wrap:wrap;gap:5px;margin-top:9px;display:flex}.service-card-features span{background:var(--paper-soft);color:var(--muted);border-radius:5px;padding:3px 8px;font-size:12px}.hero-tagline{letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:10px;font-size:12px;font-weight:700}.hero-action-circle{border:2px solid var(--line-dark);width:44px;height:44px;color:var(--ink);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.hero-action-circle:hover{border-color:var(--purple);color:var(--purple);background:var(--purple-soft)}.hero-action-circle--accent{background:var(--purple);border-color:var(--purple);color:#fff}.hero-action-circle--accent:hover{background:var(--purple-deep);border-color:var(--purple-deep);color:#fff}.services-rich-grid{flex-direction:column;gap:64px;display:flex}.service-rich-card{background:var(--paper-soft);border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:40px;transition:box-shadow .3s,border-color .3s;display:grid}.service-rich-card:hover{box-shadow:var(--shadow-md);border-color:var(--line-dark)}.service-rich-card--reversed{direction:rtl}.service-rich-card--reversed>*{direction:ltr}.service-rich-visual{justify-content:center;align-items:center;display:flex}.service-rich-content{flex-direction:column;gap:14px;display:flex}.service-rich-category{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:700}.service-rich-content h3{font-size:13px;line-height:1.2}.service-rich-desc{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.service-rich-highlights{flex-direction:column;gap:8px;margin-top:4px;display:flex}.service-rich-highlight{color:var(--ink-soft);align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.highlight-check{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:13px;font-weight:700;display:inline-flex}.service-rich-tech{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.tech-tag{background:var(--paper);border:1px solid var(--line);color:var(--ink-soft);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.accent-violet .service-rich-content h3{color:#7c3aed}.accent-blue .service-rich-content h3{color:#2563eb}.accent-green .service-rich-content h3{color:#16a34a}.accent-orange .service-rich-content h3{color:#ea580c}.accent-rose .service-rich-content h3{color:#e11d48}.accent-cyan .service-rich-content h3{color:#0891b2}.accent-purple .service-rich-content h3{color:#9333ea}.accent-yellow .service-rich-content h3{color:#ca8a04}.accent-indigo .service-rich-content h3{color:#4f46e5}.accent-teal .service-rich-content h3{color:#0d9488}@media (width<=768px){.service-rich-card{grid-template-columns:1fr;gap:24px;padding:24px}.service-rich-card--reversed{direction:ltr}.services-rich-grid{gap:32px}}.promo-section{background:#fff;padding:60px 0}.promo-banner{background:linear-gradient(135deg,#faf5ff 0%,#f0f9ff 100%);border:1px solid #e9e4ff;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:50px;display:grid}.promo-visual{justify-content:center;display:flex}.promo-svg{width:100%;max-width:320px;height:auto}.promo-copy{flex-direction:column;gap:14px;display:flex}.promo-badge{color:#fff;letter-spacing:.1em;background:#7c3aed;border-radius:20px;align-self:flex-start;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.promo-copy h2{color:var(--ink);margin:0;font-size:14px;line-height:1.3}.promo-price{align-items:flex-start;gap:4px;margin:10px 0;line-height:1;display:flex}.promo-currency{color:#7c3aed;margin-top:8px;font-size:18px;font-weight:700}.promo-amount{color:#7c3aed;letter-spacing:-.04em;font-size:72px;font-weight:800;line-height:1}.promo-star{color:#f59e0b;margin-top:6px;margin-left:4px;font-size:16px;font-weight:700}.promo-copy>p{color:var(--muted);max-width:400px;font-size:13px;line-height:1.7}.promo-actions{align-items:center;gap:18px;margin-top:8px;display:flex}.promo-tc{color:var(--light-muted);font-size:12px}@media (width<=768px){.promo-banner{grid-template-columns:1fr;gap:28px;padding:30px}.promo-visual{order:-1}.promo-svg{max-width:260px}.promo-copy h2{font-size:14px}.promo-amount{font-size:48px}.promo-currency{font-size:16px}.promo-price{margin:14px 0}}.service-long-desc{color:var(--ink-soft);margin-bottom:24px;font-size:12px;line-height:1.8}.service-price-block{background:#f7f5ff;border:1px solid #e9e4ff;border-radius:14px;margin-top:28px;padding:24px 28px}.service-price-block .eyebrow{color:var(--purple);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.service-price-block p{color:var(--ink);font-size:20px;font-weight:700}.service-highlights{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.service-highlight-item{color:var(--ink-soft);align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.highlight-check-icon{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.service-story-visual{justify-content:center;align-items:center;padding:20px;display:flex}.service-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.repeatable-group{background:#fafaff;border:1px solid #f0f0f4;border-radius:10px;margin-bottom:12px;padding:14px}.repeatable-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.repeatable-header b{color:var(--purple);font-size:12px;font-weight:700}.text-button-danger{color:#dc4861}.text-button-danger:hover{color:#b83350;background:#fff0f3}.lead-status-cell{align-items:center;gap:6px;display:flex}.status-save-btn{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:6px;flex-shrink:0;place-items:center;width:26px;height:26px;transition:transform .15s;display:grid}.status-save-btn:hover{transform:scale(1.1)}.editor-section-divider{border-top:1px solid #e8e7f0;grid-column:span 2;margin-top:8px;padding:14px 0 6px}.editor-section-divider span{color:var(--purple);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.section-setting-item{border-bottom:1px solid #f0f0f4}.section-setting-item:last-child{border-bottom:0}.section-expand-btn{color:#b6b8c2;background:0 0;border:0;border-radius:5px;place-items:center;width:24px;height:24px;margin-left:auto;transition:color .15s,transform .2s;display:grid}.section-expand-btn:hover{color:var(--purple);background:#f5f3ff}.section-setting-detail{grid-template-columns:1fr 1fr;gap:0 12px;padding:10px 0 14px;display:grid}.section-setting-detail .field-label{grid-column:span 1}.section-setting-detail textarea{min-height:56px;font-size:12px}@media (width<=768px){.service-story-grid{grid-template-columns:1fr;gap:32px}}.industry-detail-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.industry-long-desc{color:var(--ink-soft);margin-bottom:24px;font-size:12px;line-height:1.8}.industry-highlights{flex-direction:column;gap:12px;display:flex}.industry-highlight-item{color:var(--ink-soft);align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.industry-detail-visual{justify-content:center;align-items:center;display:flex}.industry-solutions-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.industry-solution-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px;transition:transform .2s,box-shadow .2s}.industry-solution-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.solution-num{color:var(--purple);font-family:Manrope;font-size:12px;font-weight:800}.industry-solution-card h4{margin-top:10px;font-size:13px}.industry-solution-card p{color:var(--muted);margin-top:6px;font-size:12px}.industry-features-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.industry-feature-item{border:1px solid var(--line);color:var(--ink-soft);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:14px 18px;font-size:12px;font-weight:500;display:flex}.industry-feature-item svg{color:var(--purple);flex-shrink:0}.about-services-grid{flex-direction:column;gap:32px;display:flex}.about-service-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:32px;padding:32px;transition:box-shadow .3s,border-color .3s;display:grid}.about-service-card:hover{box-shadow:var(--shadow-md);border-color:var(--line-dark)}.about-service-reversed{direction:rtl}.about-service-reversed>*{direction:ltr}.about-service-visual{border-radius:14px;overflow:hidden}.about-service-content{flex-direction:column;gap:10px;display:flex}.about-service-icon{background:var(--purple-soft);width:48px;height:48px;color:var(--purple);border-radius:14px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.about-service-content h3{font-size:13px;line-height:1.2}.about-service-short{color:var(--muted);font-size:12px;font-weight:500;line-height:1.6}.about-service-desc{color:var(--ink-soft);font-size:12px;line-height:1.8}.about-service-highlights{grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:grid}.about-service-highlights li{color:var(--ink-soft);align-items:center;gap:8px;font-size:12px;display:flex}.about-service-highlights svg{color:var(--green);flex-shrink:0}.about-ai-banner{box-shadow:var(--shadow-sm);border-radius:18px;margin-bottom:28px;overflow:hidden}.about-ai-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.about-ai-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:28px;transition:transform .2s,box-shadow .2s}.about-ai-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.about-ai-number{color:var(--purple);font-family:Manrope;font-size:13px;font-weight:800}.about-ai-card h3{margin-top:14px;font-size:12px}.about-ai-card p{color:var(--muted);margin-top:8px;font-size:12px;line-height:1.7}@media (width<=768px){.about-service-card{grid-template-columns:1fr;padding:20px}.about-service-reversed{direction:ltr}.about-service-highlights,.about-ai-grid{grid-template-columns:1fr}.industry-detail-grid{grid-template-columns:1fr;gap:32px}.industry-solutions-grid,.industry-features-grid{grid-template-columns:1fr}}.tiptap-wrapper{background:#fff;border:1px solid #e2e4e9;border-radius:8px;overflow:hidden}.tiptap-toolbar{background:#f8f9fb;border-bottom:1px solid #e2e4e9;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 10px;display:flex}.tiptap-toolbar button{color:#555;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;min-width:32px;height:30px;padding:0 8px;font-size:13px;transition:all .15s;display:inline-flex}.tiptap-toolbar button:hover{color:#222;background:#e8e9ed}.tiptap-toolbar button.is-active{background:var(--purple);color:#fff}.toolbar-divider{background:#dde0e6;width:1px;height:20px;margin:0 6px}.tiptap-content{min-height:350px;max-height:500px;overflow-y:auto}.tiptap-content .tiptap{color:#333;outline:none;min-height:350px;padding:16px 18px;font-size:14px;line-height:1.7}.tiptap-content .tiptap:focus{box-shadow:inset 0 0 0 2px #633cc826}.tiptap-content .tiptap p{margin-bottom:12px}.tiptap-content .tiptap h2{color:#1a1a2e;margin:24px 0 12px;font-size:20px;font-weight:700}.tiptap-content .tiptap h3{color:#2a2a3e;margin:20px 0 10px;font-size:16px;font-weight:700}.tiptap-content .tiptap ul,.tiptap-content .tiptap ol{margin-bottom:12px;padding-left:24px}.tiptap-content .tiptap li{margin-bottom:6px}.tiptap-content .tiptap blockquote{border-left:3px solid var(--purple);color:#555;background:#f8f7ff;border-radius:0 6px 6px 0;margin:16px 0;padding:10px 16px;font-style:italic}.tiptap-content .tiptap hr{border:none;border-top:1px solid #e2e4e9;margin:20px 0}.tiptap-content .tiptap a,.tiptap-content .tiptap .editor-link{color:var(--purple);text-decoration:underline}.tiptap-content .tiptap mark{background:#fef08a;border-radius:2px;padding:1px 3px}.tiptap-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#aaa;pointer-events:none;height:0}.legal-content h2{color:#1a1a2e;margin:30px 0 14px;font-size:22px;font-weight:700}.legal-content h3{color:#2a2a3e;margin:22px 0 10px;font-size:16px;font-weight:700}.legal-content p{color:#444;margin-bottom:14px;font-size:14px;line-height:1.8}.legal-content ul,.legal-content ol{margin-bottom:14px;padding-left:24px}.legal-content li{margin-bottom:6px;font-size:14px;line-height:1.7}.legal-loading{text-align:center;color:var(--muted);padding:60px 0}
