:root{--ink:#06080e;--surface:#0d111b;--surface-2:#141a27;--surface-3:#1b2232;--white:#f7f9ff;--muted:#9aa5b7;--line:rgba(255,255,255,.11);--blue:#3b82f6;--violet:#7c3aed;--cyan:#22d3ee;--green:#24d366;--paper:#eef2f8;--paper-ink:#111521;--radius:1.15rem}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{margin:0;background:var(--ink);color:var(--white);font-family:Inter,Geist,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;height:auto}::selection{background:var(--cyan);color:var(--ink)}.container{width:min(1180px, calc(100% - 40px));margin-inline:auto}.section{padding:118px 0}.skip-link{position:fixed;left:18px;top:-60px;z-index:999;background:#fff;color:#000;padding:12px 18px;border-radius:8px}.skip-link:focus{top:18px}.site-header{position:sticky;top:0;z-index:40;height:78px;display:flex;align-items:center;background:rgb(6 8 14 / .82);border-bottom:1px solid rgb(255 255 255 / .08);backdrop-filter:blur(18px)}.header-inner{display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgb(255 255 255 / .25);border-radius:12px;background:linear-gradient(145deg,#131c31,#0a0d16);font-size:12px;font-weight:900;letter-spacing:-.04em;box-shadow:inset 0 0 14px rgb(59 130 246 / .15)}.brand-copy{display:flex;flex-direction:column;gap:0;line-height:1}.brand-copy strong{font-size:15px;letter-spacing:.16em}.brand-copy span{margin-top:5px;color:#8f9aaf;font-size:8px;font-weight:700;letter-spacing:.18em}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:27px;font-size:13px;color:#bcc4d2}.desktop-nav>a,.nav-dropdown>a{display:inline-flex;align-items:center;gap:5px;padding:28px 0;position:relative;transition:color .2s ease}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-dropdown>a:hover,.nav-dropdown>a.active{color:#fff}.desktop-nav>a::after,.nav-dropdown>a::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:right .25s ease}.desktop-nav>a:hover::after,.desktop-nav>a.active::after,.nav-dropdown>a:hover::after,.nav-dropdown>a.active::after{right:0}.nav-dropdown{position:relative}.mega-menu{opacity:0;visibility:hidden;transform:translateY(10px);position:absolute;top:72px;left:50%;width:700px;margin-left:-230px;display:grid;grid-template-columns:.9fr 1.2fr;gap:16px;padding:16px;background:rgb(13 17 27 / .98);border:1px solid var(--line);border-radius:18px;box-shadow:0 30px 80px rgb(0 0 0 / .45);transition:.2s ease}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-intro{padding:22px;border-radius:13px;background:linear-gradient(145deg,rgb(59 130 246 / .16),rgb(124 58 237 / .09))}.mega-intro strong{display:block;margin:17px 0 24px;font-size:18px;line-height:1.35}.mega-intro a{color:var(--cyan);font-size:12px;font-weight:700}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:4px}.mega-links a{padding:13px;border-radius:10px;transition:background .2s}.mega-links a:hover,.mega-links a.active{background:rgb(255 255 255 / .06)}.mega-links span{display:block;color:#fff;font-size:13px;font-weight:700}.mega-links small{display:block;margin-top:4px;color:#7f899b;font-size:10px}.header-cta{margin-left:4px}.menu-button{display:none;margin-left:auto;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.mobile-sheet{background:#090c13!important;color:white!important;border-color:var(--line)!important;width:min(92vw, 430px)!important;padding:10px 4px 24px}.mobile-sheet [data-slot="sheet-header"]{padding:18px;border-bottom:1px solid var(--line)}.mobile-sheet [data-slot="sheet-description"]{margin-top:10px;color:var(--muted)}.mobile-nav{display:flex;flex-direction:column;padding:8px 18px}.mobile-nav>a,.mobile-nav summary{display:flex;align-items:center;justify-content:space-between;padding:15px 2px;border-bottom:1px solid var(--line);font-weight:700;cursor:pointer;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav details[open] summary svg{transform:rotate(180deg)}.mobile-nav details div{display:flex;flex-direction:column;padding:8px 0 12px 12px}.mobile-nav details div a{padding:10px 0;color:#aeb7c6;font-size:14px}.mobile-menu-actions{margin-top:auto;display:grid;gap:9px;padding:18px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid #fff0;border-radius:12px;font-size:13px;font-weight:750;letter-spacing:-.01em;transition:transform .2s ease,border-color .2s ease,background .2s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#7041e6);box-shadow:0 10px 30px rgb(59 130 246 / .2)}.button-primary:hover{box-shadow:0 14px 34px rgb(59 130 246 / .3)}.button-secondary{color:#fff;background:rgb(255 255 255 / .045);border-color:var(--line)}.button-secondary:hover{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .2)}.button-light{color:#080a12;background:#fff}.button-whatsapp{background:var(--green);color:#06150b}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--white);font-size:13px;font-weight:750;border-bottom:1px solid rgb(255 255 255 / .35);padding-bottom:4px}.eyebrow{color:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.home-hero{position:relative;min-height:calc(100vh - 78px);padding:64px 0 0;overflow:hidden;background:radial-gradient(circle at 76% 32%,rgb(50 91 210 / .18),transparent 32%),radial-gradient(circle at 58% 14%,rgb(124 58 237 / .12),transparent 24%),#06080e}.home-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:160px;background:linear-gradient(transparent,#06080e);pointer-events:none}.hero-noise{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.94fr 1.06fr;gap:42px;align-items:center}.hero-copy{padding:56px 0 68px}.status-pill{width:fit-content;display:flex;align-items:center;gap:9px;margin-bottom:30px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgb(255 255 255 / .035);color:#b4bdcb;font-size:11px}.status-pill span{width:7px;height:7px;border-radius:99px;background:var(--cyan);box-shadow:0 0 13px var(--cyan)}.hero-copy h1{margin:0;max-width:670px;font-size:clamp(44px, 5.2vw, 76px);line-height:.99;letter-spacing:-.063em;font-weight:660}.hero-copy h1 em{font-style:normal;background:linear-gradient(105deg,#d8e9ff 15%,#77dff3 55%,#9e83ff);-webkit-background-clip:text;color:#fff0}.hero-copy>p{max-width:610px;margin:26px 0 32px;color:#aeb7c7;font-size:17px;line-height:1.65}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:56px;padding-top:24px;border-top:1px solid var(--line)}.hero-proof div{display:flex;flex-direction:column;gap:5px}.hero-proof strong{font-size:17px}.hero-proof span{color:#7f899b;font-size:10px}.hero-stage{position:relative;height:620px;border:1px solid rgb(255 255 255 / .1);border-radius:26px 26px 6px 26px;background:linear-gradient(145deg,rgb(20 27 43 / .95),rgb(10 13 22 / .85));box-shadow:0 42px 100px rgb(0 0 0 / .4);overflow:hidden}.stage-grid{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgb(255 255 255 / .06) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .06) 1px,transparent 1px);background-size:36px 36px}.stage-topline{position:relative;z-index:2;height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line);color:#7f8aa0;font-size:9px;letter-spacing:.15em}.stage-topline b{display:flex;align-items:center;gap:6px;color:#a8eacb;font-size:9px}.stage-topline b::before{content:"";width:6px;height:6px;border-radius:99px;background:#38d996}.hero-image-shell{position:absolute;inset:85px 32px 72px 50px;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#f1f4f8;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg);box-shadow:0 35px 70px rgb(0 0 0 / .3)}.hero-image-shell img{width:100%;height:100%;object-fit:cover}.price-orbit-card{position:absolute;z-index:3;right:18px;bottom:24px;width:174px;padding:18px;border:1px solid rgb(255 255 255 / .18);border-radius:18px;background:linear-gradient(145deg,rgb(56 116 246 / .93),rgb(101 53 214 / .93));box-shadow:0 20px 50px rgb(32 65 150 / .45)}.price-orbit-card span{color:#dfe9ff;font-size:10px}.price-orbit-card strong{display:block;font-size:48px;line-height:1;letter-spacing:-.07em}.price-orbit-card sup{font-size:18px;margin-left:3px}.price-orbit-card p{margin:4px 0 0;color:#dfe5ff;font-size:10px}.system-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgb(255 255 255 / .16);border-radius:999px;background:rgb(7 10 17 / .76);backdrop-filter:blur(12px);color:#cad2df;font-size:10px;box-shadow:0 10px 30px rgb(0 0 0 / .3)}.system-chip i{width:7px;height:7px;border-radius:50%;background:var(--cyan)}.chip-one{left:18px;top:104px}.chip-two{right:22px;top:82px}.chip-two i{background:#9b76ff}.hero-ticker{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:18px;height:84px;color:#5e687a;font-size:10px;font-weight:750;letter-spacing:.14em}.hero-ticker i{width:4px;height:4px;border-radius:50%;background:#354055}.section-heading{max-width:760px;margin-bottom:52px}.section-heading.center{margin-inline:auto;text-align:center}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{margin:14px 0 18px;font-size:clamp(36px, 4.2vw, 60px);line-height:1.04;letter-spacing:-.05em}.section-heading p,.offer-copy>p,.process-heading>p,.faq-heading>p{margin:0;max-width:680px;color:var(--muted);font-size:16px;line-height:1.7}.services-section{background:#080b12}.service-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:15px}.service-card{min-height:315px;display:flex;flex-direction:column;justify-content:space-between;grid-column:span 4;padding:25px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(150deg,rgb(255 255 255 / .055),rgb(255 255 255 / .018));transition:transform .25s ease,background .25s ease,border-color .25s ease}.service-card:hover{transform:translateY(-6px);border-color:rgb(83 150 255 / .35);background:linear-gradient(150deg,rgb(59 130 246 / .13),rgb(124 58 237 / .04))}.service-card-4,.service-card-5{grid-column:span 6;min-height:280px}.service-top{display:flex;align-items:center;justify-content:space-between;color:#727d90;font-size:11px}.service-top svg{color:#6fa4ff}.service-card h3{margin:0 0 13px;font-size:23px;letter-spacing:-.035em}.service-card p{margin:0;max-width:370px;color:#8f99aa;line-height:1.65;font-size:13px}.service-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--line)}.service-bottom strong{font-size:12px}.service-bottom svg{color:var(--cyan)}.offer-section{background:var(--paper);color:var(--paper-ink)}.offer-grid{display:grid;grid-template-columns:1fr .92fr;gap:80px;align-items:center}.offer-copy .eyebrow{color:#265ecf}.offer-copy h2{max-width:590px}.offer-copy>p{color:#5a6474}.offer-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:30px 0;padding:0;list-style:none}.offer-copy li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650}.offer-copy li svg{color:#315eda}.offer-copy .text-link{color:#111521;border-color:rgb(17 21 33 / .35)}.offer-price-panel{position:relative;min-height:510px;display:flex;flex-direction:column;justify-content:center;padding:48px;border-radius:28px;background:#080b13;color:#fff;overflow:hidden;box-shadow:0 34px 70px rgb(24 35 55 / .23)}.offer-price-panel::before{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-160px;border-radius:50%;background:radial-gradient(circle,rgb(74 135 255 / .5),rgb(124 58 237 / .12) 50%,transparent 70%)}.panel-label{position:absolute;top:24px;left:26px;right:26px;display:flex;justify-content:space-between;color:#657185;font-size:9px;letter-spacing:.13em}.panel-label b{color:#78dce9}.giant-price{position:relative;z-index:1;margin-left:-7px;font-size:clamp(110px, 12vw, 170px);font-weight:680;line-height:.8;letter-spacing:-.1em}.giant-price span{margin-right:15px;color:#6d7b92;font-size:34px;vertical-align:top}.offer-price-panel>p{position:relative;margin:26px 0;color:#93a0b3}.offer-price-panel .button{width:fit-content;position:relative}.price-foot{position:absolute;left:26px;right:26px;bottom:22px;display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--line);color:#7f8a9e;font-size:11px}.price-foot strong{color:#fff}.projects-section{background:#070a10}.project-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.project-card{min-height:610px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:34px;border-radius:25px;overflow:hidden}.project-dark{background:#15110e;border:1px solid #2b211c}.project-light{background:#e9edf1;color:#10131a}.project-card-copy{position:relative;z-index:2;max-width:430px}.project-card-copy>span{color:#8791a2;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.project-card-copy h3{margin:12px 0;font-size:31px;letter-spacing:-.04em}.project-card-copy p{margin:0 0 18px;max-width:390px;color:#8e98a9;font-size:13px;line-height:1.65}.project-light .project-card-copy p{color:#5e6877}.project-card-copy a{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:750}.project-visual{height:330px;display:grid;place-items:end center;overflow:hidden;border-radius:17px}.project-visual img{width:118%;max-width:none;height:118%;object-fit:cover;object-position:center;mix-blend-mode:screen}.project-light .project-visual img{mix-blend-mode:multiply}.centered-button{width:fit-content;margin:25px auto 0;display:flex}.process-section{background:#0b0f18}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.process-heading{position:sticky;top:120px}.process-heading .text-link{margin-top:28px}.process-list{border-top:1px solid var(--line)}.process-list article{display:grid;grid-template-columns:80px 1fr;gap:20px;padding:38px 0;border-bottom:1px solid var(--line)}.process-list article>span{color:var(--cyan);font-size:11px;font-weight:800}.process-list h3{margin:-4px 0 11px;font-size:24px;letter-spacing:-.03em}.process-list p{margin:0;max-width:550px;color:var(--muted);font-size:14px;line-height:1.65}.principles-section{background:linear-gradient(135deg,#172b66,#4f2f9b 62%,#087a93)}.principles-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:55px}.principles-intro h2{max-width:760px;margin-bottom:0}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgb(255 255 255 / .25)}.benefit-grid article{padding:32px 30px 10px 0;border-right:1px solid rgb(255 255 255 / .2)}.benefit-grid article+article{padding-left:30px}.benefit-grid article:last-child{border:0}.benefit-grid svg{color:#9aefff}.benefit-grid h3{margin:28px 0 10px;font-size:20px}.benefit-grid p{margin:0;color:rgb(255 255 255 / .7);font-size:13px}.config-home-section{background:#070a10}.configurator{display:grid;grid-template-columns:1fr 350px;gap:16px;align-items:start}.configurator-main{display:grid;gap:14px}.config-step{padding:26px;border:1px solid var(--line);border-radius:20px;background:#0d111b}.config-step-heading{display:flex;gap:16px;margin-bottom:20px}.config-step-heading>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgb(77 147 255 / .32);border-radius:10px;color:#86b0ff;background:rgb(59 130 246 / .09);font-size:10px;font-weight:800}.config-step-heading h3{margin:0 0 4px;font-size:17px}.config-step-heading p{margin:0;color:#7f899b;font-size:11px}.package-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.package-option{min-height:180px;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:18px;text-align:left;border:1px solid var(--line);border-radius:15px;background:#111722;cursor:pointer;transition:.2s ease}.package-option:hover,.package-option.selected{border-color:rgb(82 147 255 / .58);background:linear-gradient(145deg,rgb(59 130 246 / .15),rgb(124 58 237 / .06))}.selection-dot{position:absolute;right:13px;top:13px;width:22px;height:22px;display:grid;place-items:center;border:1px solid #3d4656;border-radius:50%}.selected .selection-dot{background:var(--blue);border-color:var(--blue)}.package-option>strong{max-width:85%;margin:8px 0;font-size:14px}.package-option small{color:#7e899a;font-size:10px;line-height:1.5}.package-option b{margin-top:auto;font-size:16px}.package-option em{color:#788396;font-size:9px;font-style:normal;font-weight:500}.compact-step{display:flex;align-items:center;justify-content:space-between;gap:20px}.compact-step .config-step-heading{margin:0}.stepper{display:flex;align-items:stretch;min-height:66px;border:1px solid var(--line);border-radius:13px;overflow:hidden}.stepper button{width:54px;display:grid;place-items:center;border:0;background:rgb(255 255 255 / .04);cursor:pointer}.stepper button:hover{background:rgb(255 255 255 / .08)}.stepper button:disabled{opacity:.3;cursor:default}.stepper button svg{width:17px}.stepper output{min-width:125px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-inline:1px solid var(--line)}.stepper output strong{font-size:22px}.stepper output span{color:#7f899b;font-size:9px}.management-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.management-options button{padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;border:1px solid var(--line);border-radius:12px;background:#111722;cursor:pointer}.management-options button.selected{border-color:rgb(82 147 255 / .58);background:rgb(59 130 246 / .13)}.management-options strong{font-size:12px}.management-options span{color:#8f99aa;font-size:10px}.config-note{margin:15px 0 0;color:#6f7b8d;font-size:10px;line-height:1.55}.config-summary{position:sticky;top:100px;padding:28px;border:1px solid rgb(80 145 255 / .32);border-radius:20px;background:linear-gradient(150deg,#16223d,#111322 58%,#19132d);box-shadow:0 25px 70px rgb(0 0 0 / .3)}.config-summary h3{margin:15px 0 10px;font-size:24px;letter-spacing:-.04em}.config-summary>p{min-height:78px;color:#9ba6b8;font-size:11px;line-height:1.6}.price-total{margin:24px 0;padding-block:17px;border-block:1px solid var(--line)}.price-total div{display:flex;align-items:center;justify-content:space-between;padding:5px 0}.price-total span{color:#8c97aa;font-size:11px}.price-total strong{font-size:24px;letter-spacing:-.04em}.config-summary .button{width:100%;margin-bottom:8px}.config-summary>small{display:block;margin-top:10px;color:#697589;font-size:9px;line-height:1.5}.faq-section{background:#0b0f18}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.faq-heading{position:sticky;top:110px}.faq-heading .button{margin-top:26px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-color:var(--line)!important}.faq-question{min-height:82px;padding:20px 4px!important;color:#fff;font-size:15px!important;text-decoration:none!important}.faq-question>span:nth-child(2){flex:1}.faq-number{width:35px;color:#5d6980;font-size:9px}.faq-answer{padding:0 45px 24px 39px!important;color:#929daf;font-size:13px;line-height:1.7}.page-hero{position:relative;padding:105px 0 90px;background:radial-gradient(circle at 80% 20%,rgb(59 130 246 / .18),transparent 27%),#070a11;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .024) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .024) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent)}.page-hero-grid{position:relative;display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:center}.page-hero h1{max-width:780px;margin:17px 0 23px;font-size:clamp(45px, 6vw, 76px);line-height:.98;letter-spacing:-.06em}.page-hero-grid>div:first-child>p{max-width:670px;margin:0 0 31px;color:#a3adbd;font-size:16px;line-height:1.7}.page-hero-visual{position:relative;min-height:430px;display:grid;place-items:center;padding:30px;border:1px solid var(--line);border-radius:25px;background:#eff3f7;box-shadow:0 35px 80px rgb(0 0 0 / .35);overflow:hidden}.page-hero-visual img{width:115%;max-width:none}.visual-label{position:absolute;z-index:2;left:18px;top:18px;padding:8px 10px;border-radius:8px;background:rgb(8 11 18 / .84);color:#9eabbf;font-size:8px;letter-spacing:.14em}.page-hero-orbit{position:relative;width:min(420px, 80vw);aspect-ratio:1;display:grid;place-items:center;margin:auto;border:1px solid rgb(255 255 255 / .13);border-radius:50%}.page-hero-orbit span{width:150px;height:150px;display:grid;place-items:center;border-radius:38px;background:linear-gradient(145deg,#2f76ed,#6f35d9);font-size:40px;font-weight:900;box-shadow:0 30px 70px rgb(59 130 246 / .35)}.page-hero-orbit i{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--cyan);box-shadow:0 0 20px var(--cyan)}.page-hero-orbit i:nth-of-type(1){left:6%;top:48%}.page-hero-orbit i:nth-of-type(2){right:14%;top:13%;background:#a37cff}.page-hero-orbit i:nth-of-type(3){right:3%;bottom:25%;background:#4c7eff}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-cards article{min-height:330px;padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgb(255 255 255 / .05),rgb(255 255 255 / .018))}.card-number{display:block;color:#61708a;font-size:10px}.feature-cards h3{margin:70px 0 14px;font-size:23px;letter-spacing:-.035em}.feature-cards p{color:#8e99aa;font-size:13px;line-height:1.7}.feature-cards ul{display:grid;gap:9px;padding:18px 0 0;border-top:1px solid var(--line);list-style:none}.feature-cards li{display:flex;gap:8px;align-items:center;color:#b3bdcb;font-size:11px}.feature-cards li svg{color:#6ea5ff}.inline-cta{margin-block:80px;min-height:315px;display:flex;align-items:end;justify-content:space-between;gap:40px;padding:48px;border-radius:25px;background:linear-gradient(120deg,#163979,#5531a0 65%,#087f97)}.inline-cta h2{max-width:730px;margin:12px 0 14px;font-size:clamp(35px, 4.8vw, 60px);line-height:1;letter-spacing:-.055em}.inline-cta p{max-width:650px;margin:0;color:rgb(255 255 255 / .72);font-size:14px;line-height:1.7}.inline-cta>div:last-child{min-width:200px;display:flex;flex-direction:column;gap:18px;align-items:flex-start}.content-section{background:#090d15}.content-section.alt{background:#0d121d}.content-section.paper{background:var(--paper);color:var(--paper-ink)}.split-content{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:start}.split-content>div:first-child{position:sticky;top:110px}.split-content h2{margin:14px 0 18px;font-size:clamp(36px, 4.6vw, 60px);line-height:1.04;letter-spacing:-.05em}.split-content>div:first-child>p{color:var(--muted);line-height:1.75}.paper .split-content>div:first-child>p{color:#596475}.detail-list{border-top:1px solid var(--line)}.paper .detail-list{border-color:rgb(15 20 32 / .14)}.detail-list article{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:29px 0;border-bottom:1px solid var(--line)}.paper .detail-list article{border-color:rgb(15 20 32 / .14)}.detail-list article>span{color:var(--cyan);font-size:10px;font-weight:800}.paper .detail-list article>span{color:#285fd1}.detail-list h3{margin:-3px 0 9px;font-size:20px;letter-spacing:-.025em}.detail-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.paper .detail-list p{color:#596475}.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.price-card{min-height:390px;position:relative;display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:21px;background:linear-gradient(150deg,#141b29,#0d111a);overflow:hidden}.price-card.featured{border-color:rgb(77 145 255 / .55);background:linear-gradient(145deg,#172a50,#19142c)}.price-card .tag{position:absolute;top:16px;right:16px;padding:6px 9px;border-radius:999px;background:#347af0;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.price-card>span{color:#718097;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.price-card h3{margin:22px 0 7px;font-size:24px}.price-card .amount{margin:12px 0 22px;font-size:48px;line-height:1;letter-spacing:-.06em}.price-card .amount small{color:#788497;font-size:11px;letter-spacing:0}.price-card p{color:#909bad;font-size:12px;line-height:1.65}.price-card ul{display:grid;gap:10px;margin:18px 0 25px;padding:18px 0 0;border-top:1px solid var(--line);list-style:none}.price-card li{display:flex;align-items:center;gap:8px;color:#b5bfcd;font-size:11px}.price-card li svg{color:#6fa4ff}.price-card .button{margin-top:auto}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.team-card{min-height:450px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgb(59 130 246 / .13),rgb(255 255 255 / .02))}.team-card:nth-child(2){background:linear-gradient(145deg,rgb(124 58 237 / .15),rgb(255 255 255 / .02))}.team-monogram{width:110px;height:110px;display:grid;place-items:center;margin-bottom:auto;border:1px solid rgb(255 255 255 / .2);border-radius:30px;background:rgb(255 255 255 / .045);font-size:30px;font-weight:900}.team-card h3{margin:30px 0 4px;font-size:27px}.team-card>span{color:var(--cyan);font-size:11px}.team-card p{max-width:450px;margin-bottom:0;color:var(--muted);font-size:13px;line-height:1.65}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.contact-panel,.contact-form{padding:34px;border:1px solid var(--line);border-radius:22px;background:#0e141f}.contact-panel h2,.contact-form h2{margin:12px 0 18px;font-size:34px;letter-spacing:-.04em}.contact-panel>p,.contact-form>p{color:var(--muted);font-size:13px;line-height:1.65}.contact-methods{display:grid;gap:9px;margin-top:30px}.contact-methods a,.contact-methods span{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;color:#c0c9d7;font-size:12px}.contact-methods svg{color:#6ea4ff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-field{display:grid;gap:7px}.form-field.full{grid-column:1 / -1}.form-field label{color:#aab4c2;font-size:10px;font-weight:700}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:#0a0e16;color:#fff;outline:none}.form-field textarea{min-height:130px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#4f91ff;box-shadow:0 0 0 3px rgb(59 130 246 / .14)}.form-placeholder-note{margin-top:14px;padding:12px;border:1px solid rgb(255 190 72 / .2);border-radius:10px;background:rgb(255 190 72 / .06);color:#c5ad7e;font-size:10px;line-height:1.5}.legal-wrap{max-width:840px;padding:90px 0 120px}.legal-wrap h1{font-size:clamp(45px, 6vw, 72px);letter-spacing:-.055em}.legal-wrap h2{margin-top:45px;font-size:24px}.legal-wrap p,.legal-wrap li{color:var(--muted);font-size:14px;line-height:1.75}.legal-notice{margin:30px 0;padding:20px;border:1px solid rgb(255 190 72 / .25);border-radius:14px;background:rgb(255 190 72 / .06);color:#d5bd88;font-size:13px;line-height:1.6}.site-footer{background:#05070c;border-top:1px solid var(--line)}.footer-cta{min-height:320px;display:flex;align-items:center;justify-content:space-between;gap:60px;border-bottom:1px solid var(--line)}.footer-cta h2{max-width:760px;margin:14px 0 0;font-size:clamp(35px, 4.5vw, 58px);line-height:1.04;letter-spacing:-.055em}.footer-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:17px;min-width:200px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.45fr;gap:50px;padding:70px 0}.footer-brand p{max-width:290px;margin-top:21px;color:#7f899a;font-size:12px;line-height:1.6}.footer-grid h3{margin:0 0 20px;color:#697589;font-size:9px;letter-spacing:.14em;text-transform:uppercase}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid>div:not(:first-child) a,.footer-grid>div:not(:first-child) span{color:#aeb7c5;font-size:11px}.footer-grid>div:not(:first-child) a:hover{color:#fff}.footer-contact a,.footer-contact span{display:flex;gap:7px;align-items:flex-start}.footer-contact svg{color:#68758a;margin-top:-1px;flex:0 0 auto}.footer-bottom{min-height:65px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:#586274;font-size:9px}.footer-bottom div{display:flex;gap:18px}.whatsapp-float{position:fixed;z-index:30;right:24px;bottom:24px;height:48px;display:flex;align-items:center;gap:9px;padding:0 16px;border-radius:999px;background:#25d366;color:#07130a;font-size:12px;font-weight:800;box-shadow:0 15px 35px rgb(0 0 0 / .35);transition:transform .2s}.whatsapp-float:hover{transform:translateY(-3px)}.mobile-sticky-cta{display:none}@media (max-width:1050px){.desktop-nav,.header-cta{display:none}.menu-button{display:grid}.home-hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:10px}.hero-stage{height:540px}.offer-grid{gap:45px}.project-card{min-height:560px}.configurator{grid-template-columns:1fr}.config-summary{position:static}.page-hero-grid{grid-template-columns:1fr 1fr;gap:45px}}@media (max-width:820px){.container{width:min(100% - 28px, 680px)}.section{padding:82px 0}.home-hero{padding-top:28px}.hero-copy{padding-top:35px}.hero-copy h1{font-size:clamp(43px, 11vw, 66px)}.hero-stage{height:485px}.hero-proof{gap:10px}.hero-ticker{overflow:hidden;justify-content:flex-start;white-space:nowrap}.service-card,.service-card-4,.service-card-5{grid-column:span 6;min-height:290px}.service-card:last-child{grid-column:span 12}.offer-grid,.process-grid,.faq-grid,.split-content,.contact-grid{grid-template-columns:1fr;gap:55px}.process-heading,.faq-heading,.split-content>div:first-child{position:static}.project-showcase-grid,.team-grid{grid-template-columns:1fr}.principles-intro{display:block}.benefit-grid{grid-template-columns:1fr}.benefit-grid article,.benefit-grid article+article{padding:26px 0;border-right:0;border-bottom:1px solid rgb(255 255 255 / .2)}.feature-cards,.price-cards{grid-template-columns:1fr}.feature-cards article{min-height:260px}.feature-cards h3{margin-top:45px}.page-hero{padding:72px 0}.page-hero-grid{grid-template-columns:1fr;gap:55px}.page-hero-visual{min-height:380px}.inline-cta,.footer-cta{flex-direction:column;align-items:flex-start;justify-content:center}.footer-grid{grid-template-columns:1.6fr 1fr 1fr}.footer-contact{grid-column:1 / -1}}@media (max-width:560px){body{padding-bottom:58px}.container{width:calc(100% - 24px)}.site-header{height:68px}.brand-mark{width:37px;height:37px}.home-hero{min-height:auto}.status-pill{font-size:9px}.hero-copy h1{font-size:45px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof div:last-child{display:none}.hero-stage{height:390px;border-radius:20px}.stage-topline{height:44px}.hero-image-shell{inset:68px 19px 55px 26px}.price-orbit-card{width:142px;padding:14px;right:10px;bottom:14px}.price-orbit-card strong{font-size:39px}.system-chip{display:none}.hero-ticker{height:70px}.section{padding:70px 0}.section-heading{margin-bottom:34px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:38px}.service-grid{display:grid;grid-template-columns:1fr}.service-card,.service-card-4,.service-card-5,.service-card:last-child{grid-column:auto;min-height:255px}.offer-copy ul{grid-template-columns:1fr}.offer-price-panel{min-height:430px;padding:30px}.giant-price{font-size:112px}.project-card{min-height:535px;padding:24px}.project-visual{height:280px}.process-list article,.detail-list article{grid-template-columns:47px 1fr}.package-options,.management-options,.form-grid{grid-template-columns:1fr}.package-option{min-height:140px}.compact-step{align-items:flex-start;flex-direction:column}.stepper{width:100%}.stepper output{flex:1}.config-step{padding:18px}.config-summary{padding:22px}.page-hero h1{font-size:45px}.page-hero-visual{min-height:300px}.inline-cta{margin-block:45px;padding:30px 24px;min-height:390px}.footer-cta{min-height:400px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 20px}.footer-brand,.footer-contact{grid-column:1 / -1}.footer-bottom{min-height:90px;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.whatsapp-float{right:14px;bottom:70px;width:46px;padding:0;justify-content:center}.whatsapp-float span{display:none}.mobile-sticky-cta{position:fixed;z-index:35;left:0;right:0;bottom:0;height:58px;display:grid;place-items:center;background:linear-gradient(110deg,#2266e8,#6e39de);box-shadow:0 -8px 30px rgb(0 0 0 / .35)}.mobile-sticky-cta a{font-size:13px;font-weight:800}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.admin-bar .site-header{top:32px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{width:auto;height:auto;clip:auto;white-space:normal;z-index:100000}.wp-custom-logo .custom-logo-link{display:inline-flex;align-items:center}.wp-custom-logo .custom-logo{max-width:190px;max-height:48px;width:auto}.desktop-nav .pds-menu{margin:0;padding:0;display:flex;align-items:center;gap:27px;list-style:none}.desktop-nav .pds-menu>li{position:relative}.desktop-nav .pds-menu>li>a{display:inline-flex;align-items:center;padding:28px 0;position:relative;color:#bcc4d2}.desktop-nav .pds-menu>li.current-menu-item>a,.desktop-nav .pds-menu>li.current-menu-ancestor>a,.desktop-nav .pds-menu>li>a:hover{color:#fff}.desktop-nav .sub-menu{position:absolute;left:50%;top:66px;width:420px;margin:0 0 0 -180px;padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:5px;opacity:0;visibility:hidden;transform:translateY(10px);border:1px solid var(--line);border-radius:18px;background:rgb(13 17 27 / .98);box-shadow:0 30px 80px rgb(0 0 0 / .45);list-style:none;transition:.2s ease}.desktop-nav li:hover>.sub-menu,.desktop-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.desktop-nav .sub-menu a{display:block;padding:14px;border-radius:10px;color:#bbc5d4;font-size:12px}.desktop-nav .sub-menu a:hover,.desktop-nav .sub-menu .current-menu-item>a{background:rgb(255 255 255 / .06);color:#fff}.mobile-nav .pds-menu,.mobile-nav .sub-menu{margin:0;padding:0;list-style:none}.mobile-nav .pds-menu>li>a{display:block;padding:15px 2px;border-bottom:1px solid var(--line);font-weight:700}.mobile-nav .sub-menu{padding:7px 0 12px 15px;border-bottom:1px solid var(--line)}.mobile-nav .sub-menu a{display:block;padding:9px 0;color:#aeb7c6;font-size:13px}.pds-mobile-panel{position:fixed;inset:0 0 0 auto;z-index:90;width:min(92vw, 430px);padding:84px 22px 28px;transform:translateX(105%);background:#090c13;border-left:1px solid var(--line);box-shadow:-30px 0 70px rgb(0 0 0 / .45);transition:transform .28s ease;overflow-y:auto}.pds-mobile-panel.is-open{transform:translateX(0)}.pds-mobile-panel .mobile-nav{padding:0}.pds-mobile-close{position:absolute;right:20px;top:20px;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#111722;cursor:pointer}.pds-menu-overlay{position:fixed;inset:0;z-index:80;opacity:0;visibility:hidden;background:rgb(0 0 0 / .6);transition:opacity .2s}.pds-menu-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.pds-accordion{border-top:1px solid var(--line)}.pds-accordion details{border-bottom:1px solid var(--line)}.pds-accordion summary{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 4px;list-style:none;cursor:pointer;font-size:15px;font-weight:700}.pds-accordion summary::-webkit-details-marker{display:none}.pds-accordion summary::after{content:"+";color:var(--cyan);font-size:20px}.pds-accordion details[open] summary::after{content:"−"}.pds-accordion details p{margin:0;padding:0 45px 24px 4px;color:#929daf;font-size:13px;line-height:1.7}.pds-shortcode-slot{padding:28px;border:1px dashed rgb(255 255 255 / .24);border-radius:18px;background:rgb(255 255 255 / .025)}.pds-shortcode-slot>p{color:var(--muted);font-size:12px}.pds-post-content{max-width:860px;margin-inline:auto;padding:80px 0 120px}.pds-post-content h1{font-size:clamp(42px, 6vw, 70px);letter-spacing:-.05em}.pds-post-content h2{margin-top:42px;font-size:28px}.pds-post-content p,.pds-post-content li{color:var(--muted);line-height:1.75}.pds-customizer-colors{--blue:var(--pds-primary, #3b82f6);--violet:var(--pds-secondary, #7c3aed);--cyan:var(--pds-accent, #22d3ee)}@media (max-width:782px){.admin-bar .site-header{top:46px}}:root{--ink:#07090e;--surface:#0d1118;--surface-2:#121722;--surface-3:#171d29;--white:#f4f6fb;--muted:#98a2b2;--line:rgba(255,255,255,.105);--blue:#416fff;--violet:#6b55e8;--cyan:#73b9ff;--paper:#f0f2f5;--paper-ink:#11141b}body{font-family:Inter,Arial,"Helvetica Neue",sans-serif;font-size:15px;line-height:1.55}.container{width:min(1200px,calc(100% - 48px))}.section{padding:88px 0}.site-header{height:70px;background:rgb(7 9 14 / .9);backdrop-filter:blur(22px)}.brand{gap:10px}.brand-mark{width:36px;height:36px;border-radius:8px;background:#111827;box-shadow:none;font-size:11px}.brand-copy strong{font-size:13px;letter-spacing:.18em}.brand-copy span{margin-top:4px;color:#778196;font-size:7px;letter-spacing:.19em}.desktop-nav{margin-left:auto}.desktop-nav .pds-menu{gap:4px}.desktop-nav .pds-menu>li>a{padding:10px 13px;border-radius:7px;color:#bcc4d2;font-size:12.5px}.desktop-nav .pds-menu>li>a:hover,.desktop-nav .pds-menu>li.current-menu-item>a,.desktop-nav .pds-menu>li.current-menu-ancestor>a{background:rgb(255 255 255 / .055)}.desktop-nav .sub-menu{top:47px;left:0;width:290px;margin:0;grid-template-columns:1fr;padding:8px;border-radius:10px;background:rgb(12 16 23 / .98);box-shadow:0 24px 60px rgb(0 0 0 / .42)}.desktop-nav .sub-menu a{padding:10px 11px;border-radius:6px;font-size:11.5px}.header-cta{min-height:38px;margin-left:12px;padding-inline:16px}.button{min-height:43px;padding:0 18px;border-radius:8px;font-size:12.5px;font-weight:700}.button-primary{background:#416fff;box-shadow:none}.button-secondary{background:#fff0}.text-link{font-size:12.5px;font-weight:700}.eyebrow{color:#78a8ff;font-size:9.5px;letter-spacing:.2em}.home-hero{min-height:auto;padding:54px 0 68px;background:radial-gradient(circle at 76% 35%,rgb(37 72 165 / .16),transparent 34%),#07090e}.home-hero::after,.hero-noise{display:none}.home-hero-grid{grid-template-columns:.93fr 1.07fr;gap:64px}.hero-copy{padding:42px 0}.status-pill{margin-bottom:25px;padding:7px 10px;border-radius:7px;background:#0d121a;color:#a5afbe;font-size:10px}.status-pill span{width:5px;height:5px;background:#69a4ff;box-shadow:none}.hero-copy h1{max-width:590px;font-size:clamp(44px,4.45vw,60px);line-height:1.03;letter-spacing:-.052em;font-weight:650}.hero-copy h1 em{color:#85b3ff;background:none;-webkit-background-clip:initial}.hero-copy>p{max-width:570px;margin:22px 0 28px;color:#a3adbc;font-size:15.5px;line-height:1.65}.hero-proof{gap:24px;margin-top:41px;padding-top:20px}.hero-proof strong{font-size:14px}.hero-proof span{font-size:9.5px}.hero-stage{height:500px;border-color:rgb(255 255 255 / .08);border-radius:14px;background:#0a0d13;box-shadow:0 28px 70px rgb(0 0 0 / .34)}.hero-stage>img{width:100%;height:100%;object-fit:cover}.hero-visual-caption{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;background:linear-gradient(transparent,rgb(4 6 10 / .92) 38%)}.hero-visual-caption span{color:#778399;font-size:8px;letter-spacing:.16em}.hero-visual-caption strong{color:#dce3ef;font-size:10px;letter-spacing:.04em}.section-heading{max-width:680px;margin-bottom:38px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{margin:11px 0 14px;font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.044em}.section-heading p,.offer-copy>p,.process-heading>p,.faq-heading>p{font-size:14.5px;line-height:1.65}.services-section{background:#090c12}.service-grid{gap:12px}.service-card{min-height:270px;padding:22px;border-radius:11px;background:#0f141d}.service-card:hover{transform:translateY(-3px);background:#121925;border-color:rgb(91 135 220 / .35)}.service-card-4,.service-card-5{min-height:250px}.service-card h3{margin-bottom:10px;font-size:19px;letter-spacing:-.025em}.service-card p{font-size:12px;line-height:1.62}.service-bottom{padding-top:16px}.service-bottom strong{font-size:11px}.secondary-service-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.secondary-service-row a{min-height:62px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:15px;padding:0 18px;border:1px solid var(--line);border-radius:9px;background:#0c1119}.secondary-service-row a:hover{border-color:rgb(91 135 220 / .4);background:#101722}.secondary-service-row span{font-size:12.5px;font-weight:700}.secondary-service-row strong{color:#7f8a9b;font-size:10px;font-weight:550}.secondary-service-row i{color:#78a8ff;font-style:normal}.projects-section{background:#07090e}.project-showcase-grid{gap:14px}.project-card{min-height:0;padding:0;border:1px solid var(--line);border-radius:12px;background:#0e1219;color:#fff}.project-visual{order:0;height:310px;border-radius:0;background:#151922}.project-card-copy{order:1;max-width:none;padding:23px 24px 25px}.project-visual img,.project-light .project-visual img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center;mix-blend-mode:normal;transform:none}.project-card-copy>span{color:#7e8999;font-size:8.5px}.project-card-copy h3{margin:9px 0 8px;font-size:24px;letter-spacing:-.035em}.project-card-copy p{margin-bottom:15px;font-size:12px;line-height:1.6}.project-card-copy a{font-size:11.5px}.projects-link{margin-top:23px}.process-section{background:#0b0e14}.home-process-list{display:grid;grid-template-columns:repeat(3,1fr);border:0}.home-process-list article{display:block;padding:24px 30px 8px 0;border-top:1px solid var(--line);border-bottom:0}.home-process-list article+article{padding-left:30px;border-left:1px solid var(--line)}.home-process-list article>span{display:block;margin-bottom:34px;color:#78a8ff}.home-process-list h3{margin:0 0 9px;font-size:18px}.home-process-list p{font-size:12px;line-height:1.6}.home-price-section{padding:0 0 88px;background:#0b0e14}.home-price-card{min-height:290px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding:54px 58px;border:1px solid rgb(104 143 255 / .28);border-radius:12px;background:linear-gradient(120deg,#111a2d,#121425 66%,#17112a)}.home-price-card h2{max-width:670px;margin:10px 0 12px;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.048em}.home-price-card p{max-width:690px;margin:0;color:#9da7b6;font-size:13.5px;line-height:1.65}.home-price-actions{min-width:185px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.faq-section{background:#080b10}.faq-grid{grid-template-columns:.68fr 1.32fr;gap:80px}.faq-heading .text-link{margin-top:25px}.pds-accordion summary{min-height:68px;padding:16px 4px;font-size:13.5px}.pds-accordion details p{font-size:12.5px}.page-hero{padding:78px 0 72px;background:radial-gradient(circle at 80% 20%,rgb(53 89 177 / .14),transparent 28%),#070a10}.page-hero::before{opacity:.45}.page-hero-grid{grid-template-columns:1fr .78fr;gap:70px}.page-hero h1{margin:13px 0 18px;font-size:clamp(39px,4.5vw,56px);line-height:1.03;letter-spacing:-.05em}.page-hero-grid>div:first-child>p{margin-bottom:25px;font-size:14.5px;line-height:1.65}.page-hero-visual{min-height:350px;padding:0;border-radius:12px;background:#090d15}.page-hero-visual img{width:100%;height:100%;max-width:none;object-fit:cover}.visual-label{left:13px;top:13px;border-radius:5px;font-size:7px}.feature-cards{gap:12px}.feature-cards article{min-height:280px;padding:23px;border-radius:11px;background:#10151e}.feature-cards h3{margin:52px 0 11px;font-size:20px}.feature-cards p{font-size:12px}.inline-cta{min-height:260px;margin-block:64px;padding:42px;border-radius:12px;background:linear-gradient(120deg,#17346b,#3f347e 64%,#16576d)}.inline-cta h2{font-size:clamp(32px,3.8vw,46px);line-height:1.05}.split-content{gap:70px}.split-content h2{font-size:clamp(32px,3.8vw,46px);line-height:1.07}.detail-list article{padding:24px 0}.price-card{min-height:360px;padding:24px;border-radius:11px}.team-card{min-height:390px;padding:28px;border-radius:12px}.contact-panel,.contact-form{padding:28px;border-radius:12px}.footer-cta{min-height:230px}.footer-cta h2{max-width:690px;margin-top:10px;font-size:clamp(32px,3.6vw,45px)}.footer-grid{gap:42px;padding:52px 0}.page-hero-note{min-height:310px;display:flex;flex-direction:column;justify-content:space-between;padding:23px 0;border-block:1px solid var(--line)}.page-hero-note>span,.page-hero-note>small{color:#69758a;font-size:8px;font-weight:700;letter-spacing:.18em}.page-hero-note div{display:grid;gap:10px}.page-hero-note strong{display:block;color:#d9dfeb;font-size:24px;font-weight:550;letter-spacing:-.025em}@media (max-width:1050px){.home-hero-grid{gap:26px}.hero-copy{padding-bottom:16px}.hero-stage{height:470px}}@media (max-width:820px){.container{width:min(100% - 32px,680px)}.section{padding:72px 0}.home-hero{padding:34px 0 56px}.hero-copy{padding-top:24px}.hero-copy h1{font-size:clamp(42px,10vw,56px)}.hero-stage{height:430px}.secondary-service-row{grid-template-columns:1fr}.project-visual{height:340px}.home-process-list{grid-template-columns:1fr}.home-process-list article,.home-process-list article+article{padding:22px 0;border-left:0;border-top:1px solid var(--line)}.home-process-list article>span{margin-bottom:16px}.home-price-section{padding-bottom:72px}.home-price-card{min-height:0;flex-direction:column;align-items:flex-start;gap:28px;padding:42px}.page-hero{padding:64px 0}.page-hero-grid{gap:38px}.footer-cta{min-height:300px}}@media (max-width:560px){.container{width:calc(100% - 28px)}.site-header{height:64px}.brand-mark{width:34px;height:34px}.home-hero{padding-top:18px}.hero-copy h1{font-size:40px;line-height:1.04}.hero-copy>p{font-size:14px}.hero-proof{margin-top:32px}.hero-stage{height:310px;border-radius:10px}.hero-visual-caption{padding:14px}.hero-visual-caption strong{display:none}.section{padding:60px 0}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:33px}.service-card,.service-card-4,.service-card-5,.service-card:last-child{min-height:235px}.secondary-service-row a{grid-template-columns:1fr 18px}.secondary-service-row strong{display:none}.project-card{min-height:0;padding:0}.project-visual{height:230px}.project-card-copy{padding:20px}.home-price-section{padding-bottom:60px}.home-price-card{padding:30px 24px}.home-price-card h2{font-size:34px}.page-hero h1{font-size:39px}.inline-cta{min-height:320px;margin-block:38px;padding:28px 23px}.footer-cta{min-height:320px}.footer-grid{padding:45px 0}}.pds-elementor-page{width:100%;margin:0;background:var(--ink);color:var(--white)}.pds-elementor-page>.elementor{width:100%}.pds-elementor-page .elementor-element{font-family:inherit}.pds-elementor-page .elementor-widget{margin:0}.pds-elementor-page .elementor-widget-container{color:inherit}.pds-elementor-page .elementor-heading-title{margin:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit}.pds-elementor-page .elementor-widget-text-editor{color:inherit}.pds-elementor-page .elementor-widget-text-editor p:first-child{margin-top:0}.pds-elementor-page .elementor-widget-text-editor p:last-child{margin-bottom:0}.pds-elementor-page .pds-elementor-section.e-con{--width:100%;--padding-top:0;--padding-right:0;--padding-bottom:0;--padding-left:0;width:100%;max-width:none;padding:0}.pds-elementor-page .container.e-con{--width:min(1180px, calc(100% - 40px));--padding-top:0;--padding-right:0;--padding-bottom:0;--padding-left:0;width:min(1180px, calc(100% - 40px));max-width:1180px;margin-inline:auto;padding:0}.pds-elementor-page .section.e-con{padding-block:118px}.pds-elementor-page .e-con.hero-actions,.pds-elementor-page .e-con.service-top,.pds-elementor-page .e-con.service-bottom{flex-direction:row}.pds-ee-button{width:auto;max-width:100%}.pds-ee-button .elementor-button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid #fff0;border-radius:8px;color:var(--white);background:#fff0;font-family:inherit;font-size:12.5px;font-weight:700;line-height:1;transition:transform .2s ease,border-color .2s ease,background .2s ease}.pds-ee-button .elementor-button:hover{transform:translateY(-2px)}.pds-ee-button.button-primary .elementor-button{color:#fff;background:#416fff}.pds-ee-button.button-secondary .elementor-button{color:#fff;background:#fff0;border-color:var(--line)}.pds-ee-button.button-secondary .elementor-button:hover{background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .2)}.pds-ee-button.button-light .elementor-button{color:#080a12;background:#fff}.pds-ee-button.button-text .elementor-button{min-height:0;padding:0 0 4px;border:0;border-bottom:1px solid rgb(255 255 255 / .35);border-radius:0;color:var(--white);background:#fff0}.paper .pds-ee-button.button-text .elementor-button{color:var(--paper-ink);border-color:rgb(17 21 33 / .35)}.pds-elementor-page .eyebrow .elementor-heading-title{color:#78a8ff;font-size:9.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.pds-elementor-page .status-pill{flex-direction:row;width:fit-content}.pds-elementor-page .status-pill .elementor-heading-title{display:flex;align-items:center;gap:9px;color:#a5afbe;font-size:10px;font-weight:600;letter-spacing:0}.pds-elementor-page .status-pill .elementor-heading-title span{width:5px;height:5px;border-radius:99px;background:#69a4ff}.pds-elementor-page .hero-copy>.elementor-widget-text-editor p{max-width:570px;margin:22px 0 28px;color:#a3adbc;font-size:15.5px;line-height:1.65}.pds-elementor-page .hero-actions{display:flex;gap:11px;flex-wrap:wrap}.pds-elementor-page .hero-actions>.elementor-element{width:auto}.pds-elementor-page .hero-proof .proof-item{display:flex;flex-direction:column;gap:5px}.pds-elementor-page .proof-item>.elementor-widget-heading:first-child .elementor-heading-title{color:var(--white);font-size:14px;font-weight:700}.pds-elementor-page .proof-item>.elementor-widget-heading:last-child .elementor-heading-title{color:#7f899b;font-size:9.5px}.pds-elementor-page .hero-stage>.elementor-widget-image{position:absolute;inset:0;width:100%;height:100%}.pds-elementor-page .hero-stage>.elementor-widget-image .elementor-widget-container,.pds-elementor-page .hero-stage>.elementor-widget-image a,.pds-elementor-page .hero-stage>.elementor-widget-image img{width:100%;height:100%;object-fit:cover}.pds-elementor-page .hero-visual-caption.e-con{position:absolute;z-index:2;left:0;right:0;bottom:0;flex-direction:row}.pds-elementor-page .hero-visual-caption>.elementor-widget-heading:first-child .elementor-heading-title{color:#778399;font-size:8px;letter-spacing:.16em}.pds-elementor-page .hero-visual-caption>.elementor-widget-heading:last-child .elementor-heading-title{color:#dce3ef;font-size:10px;font-weight:700;letter-spacing:.04em}.pds-elementor-page .section-heading h2{margin:11px 0 14px}.pds-elementor-page .section-heading>.elementor-widget-text-editor p{max-width:680px;margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}.pds-elementor-page .service-grid.e-con{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}.pds-elementor-page .service-card.e-con{--width:auto;width:auto}.pds-elementor-page .service-top .elementor-heading-title{color:#727d90;font-size:11px}.pds-elementor-page .service-copy{margin-top:auto;margin-bottom:auto}.pds-elementor-page .service-card .elementor-widget-text-editor p{margin:0;max-width:370px;color:#8f99aa;font-size:12px;line-height:1.62}.pds-elementor-page .service-bottom>.elementor-widget-heading:first-child .elementor-heading-title{color:var(--white);font-size:11px;font-weight:700}.pds-elementor-page .service-bottom>.elementor-widget-heading:last-child .elementor-heading-title{color:#78a8ff;font-size:13px}.pds-elementor-page .secondary-service-row.e-con{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pds-elementor-page .secondary-service-card.e-con{--width:auto;width:auto;min-height:62px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:15px;padding:0 18px;border:1px solid var(--line);border-radius:9px;background:#0c1119;cursor:pointer}.pds-elementor-page .secondary-service-card:hover{border-color:rgb(91 135 220 / .4);background:#101722}.pds-elementor-page .secondary-service-card>.elementor-widget-heading:nth-child(1) .elementor-heading-title{font-size:12.5px;font-weight:700}.pds-elementor-page .secondary-service-card>.elementor-widget-heading:nth-child(2) .elementor-heading-title{color:#7f8a9b;font-size:10px;font-weight:550}.pds-elementor-page .secondary-service-card>.elementor-widget-heading:nth-child(3) .elementor-heading-title{color:#78a8ff;font-size:13px}.pds-elementor-page .project-showcase-grid.e-con{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pds-elementor-page .project-card.e-con{--width:auto;width:auto}.pds-elementor-page .project-visual>.elementor-widget-image,.pds-elementor-page .project-visual .elementor-widget-container,.pds-elementor-page .project-visual img{width:100%;height:100%}.pds-elementor-page .project-visual img{object-fit:cover}.pds-elementor-page .project-card-copy>.elementor-widget-heading:first-child .elementor-heading-title{color:#7e8999;font-size:8.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.pds-elementor-page .project-card-copy h3{margin:9px 0 8px}.pds-elementor-page .project-card-copy .elementor-widget-text-editor p{margin:0 0 15px;color:#8e98a9;font-size:12px;line-height:1.6}.pds-elementor-page .projects-link{margin-top:23px}.pds-elementor-page .home-process-list.e-con{display:grid;grid-template-columns:repeat(3,1fr)}.pds-elementor-page .process-item.e-con{--width:auto;width:auto;display:block;padding:24px 30px 8px 0;border-top:1px solid var(--line)}.pds-elementor-page .process-item+.process-item{padding-left:30px;border-left:1px solid var(--line)}.pds-elementor-page .process-item>.elementor-widget-heading:first-child{margin-bottom:34px}.pds-elementor-page .process-item>.elementor-widget-heading:first-child .elementor-heading-title{color:#78a8ff;font-size:11px;font-weight:800}.pds-elementor-page .process-item h3{margin:0 0 9px;font-size:18px}.pds-elementor-page .process-item .elementor-widget-text-editor p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.pds-elementor-page .home-price-card.e-con{flex-direction:row}.pds-elementor-page .home-price-copy{flex:1}.pds-elementor-page .home-price-actions>.elementor-element{width:auto}.pds-elementor-page .faq-grid.e-con{display:grid;grid-template-columns:.68fr 1.32fr;gap:80px}.pds-elementor-page .faq-heading>.elementor-widget-text-editor p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}.pds-elementor-page .faq-heading .pds-ee-button{margin-top:25px}.pds-elementor-page .pds-ee-accordion .elementor-accordion-item{border:0;border-bottom:1px solid var(--line)}.pds-elementor-page .pds-ee-accordion .elementor-tab-title{min-height:68px;display:flex;align-items:center;padding:16px 4px;border:0;color:var(--white);font-size:13.5px;font-weight:700}.pds-elementor-page .pds-ee-accordion .elementor-tab-content{padding:0 45px 24px 4px;border:0;color:#929daf;font-size:12.5px;line-height:1.7}.pds-elementor-page .pds-ee-accordion .elementor-accordion-icon{color:#78a8ff}.pds-elementor-page .page-hero-grid.e-con{display:grid;grid-template-columns:1fr .78fr;gap:70px}.pds-elementor-page .page-hero-copy>.elementor-widget-text-editor p{max-width:670px;margin:0 0 25px;color:#a3adbd;font-size:14.5px;line-height:1.65}.pds-elementor-page .page-hero-visual>.elementor-widget-image{position:absolute;inset:0;width:100%;height:100%}.pds-elementor-page .page-hero-visual .elementor-widget-container,.pds-elementor-page .page-hero-visual img{width:100%;height:100%;object-fit:cover}.pds-elementor-page .visual-label{position:absolute;z-index:2;left:13px;top:13px;width:auto}.pds-elementor-page .visual-label .elementor-heading-title{color:#9eabbf;font-size:7px;font-weight:700;letter-spacing:.14em}.pds-elementor-page .page-hero-note>.elementor-widget-heading:first-child .elementor-heading-title,.pds-elementor-page .page-hero-note>.elementor-widget-heading:last-child .elementor-heading-title{color:#69758a;font-size:8px;font-weight:700;letter-spacing:.18em}.pds-elementor-page .page-hero-note>.e-con .elementor-heading-title{color:#d9dfeb;font-size:24px;font-weight:550;letter-spacing:-.025em}.pds-elementor-page .feature-cards.e-con{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pds-elementor-page .feature-card.e-con{--width:auto;width:auto;min-height:280px;padding:23px;border:1px solid var(--line);border-radius:11px;background:#10151e}.pds-elementor-page .feature-card .card-number .elementor-heading-title{color:#61708a;font-size:10px}.pds-elementor-page .feature-card h3{margin:52px 0 11px}.pds-elementor-page .feature-card .elementor-widget-text-editor p{color:#8e99aa;font-size:12px;line-height:1.7}.pds-elementor-page .feature-card .feature-points ul{margin-top:18px}.pds-elementor-page .inline-cta.e-con{flex-direction:row}.pds-elementor-page .inline-cta-copy{flex:1}.pds-elementor-page .inline-cta-copy>.elementor-widget-text-editor p{max-width:650px;margin:0;color:rgb(255 255 255 / .72);font-size:14px;line-height:1.7}.pds-elementor-page .inline-cta-actions{min-width:200px}.pds-elementor-page .inline-cta-actions>.elementor-element{width:auto}.pds-elementor-page .split-content.e-con{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.pds-elementor-page .detail-intro>.elementor-widget-text-editor p{color:var(--muted);line-height:1.75}.pds-elementor-page .paper .detail-intro>.elementor-widget-text-editor p{color:#596475}.pds-elementor-page .detail-item.e-con{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.pds-elementor-page .detail-item>.elementor-widget-heading:first-child .elementor-heading-title{color:#78a8ff;font-size:10px;font-weight:800}.pds-elementor-page .paper .detail-item>.elementor-widget-heading:first-child .elementor-heading-title{color:#285fd1}.pds-elementor-page .detail-copy h3{margin:0 0 9px;font-size:20px}.pds-elementor-page .detail-copy .elementor-widget-text-editor p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.pds-elementor-page .paper .detail-copy .elementor-widget-text-editor p{color:#596475}.pds-elementor-page .price-cards.e-con{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pds-elementor-page .price-card.e-con{--width:auto;width:auto}.pds-elementor-page .price-card .price-kicker .elementor-heading-title{color:#718097;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.pds-elementor-page .price-card .amount .elementor-heading-title{font-size:48px;line-height:1;letter-spacing:-.06em}.pds-elementor-page .price-card .elementor-widget-text-editor p{color:#909bad;font-size:12px;line-height:1.65}.pds-elementor-page .price-card .price-list{margin:18px 0 25px}.pds-elementor-page .price-card .pds-ee-button{margin-top:auto}.pds-elementor-page .team-grid.e-con{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pds-elementor-page .team-card.e-con{--width:auto;width:auto}.pds-elementor-page .team-monogram .elementor-heading-title{font-size:30px;font-weight:900}.pds-elementor-page .team-card>.elementor-widget-heading:nth-child(2) .elementor-heading-title{color:#78a8ff;font-size:11px}.pds-elementor-page .team-card .elementor-widget-text-editor p{max-width:450px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.pds-elementor-page .contact-grid.e-con{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.pds-elementor-page .contact-panel.e-con,.pds-elementor-page .contact-form.e-con{--width:auto;width:auto}.pds-elementor-page .contact-panel>.elementor-widget-text-editor p,.pds-elementor-page .contact-form>.elementor-widget-text-editor p{color:var(--muted);font-size:13px;line-height:1.65}.pds-elementor-page .contact-methods .pds-ee-button{width:100%}.pds-elementor-page .contact-methods .elementor-button,.pds-elementor-page .contact-methods>.elementor-widget-heading{width:100%;min-height:48px;display:flex;align-items:center;padding:14px;border:1px solid var(--line);border-radius:12px;color:#c0c9d7;font-size:12px}.pds-elementor-page .contact-methods .pds-ee-button .elementor-button{justify-content:flex-start;border:1px solid var(--line)}.pds-elementor-page .pds-ee-shortcode{width:100%}.pds-elementor-page .container.pds-post-content.e-con{padding:80px 0 120px}.footer-menu{display:grid;gap:0;margin:0;padding:0;list-style:none}.footer-menu li{margin:0;padding:0}.footer-bottom .footer-menu{display:flex;flex-direction:row;gap:18px}@media (max-width:820px){.pds-elementor-page .container.e-con{--width:min(100% - 32px, 680px);width:min(100% - 32px,680px)}.pds-elementor-page .section.e-con{padding-block:72px}.pds-elementor-page .service-grid.e-con{grid-template-columns:repeat(12,1fr)}.pds-elementor-page .project-showcase-grid.e-con,.pds-elementor-page .team-grid.e-con,.pds-elementor-page .feature-cards.e-con,.pds-elementor-page .price-cards.e-con,.pds-elementor-page .faq-grid.e-con,.pds-elementor-page .page-hero-grid.e-con,.pds-elementor-page .split-content.e-con,.pds-elementor-page .contact-grid.e-con{grid-template-columns:1fr}.pds-elementor-page .home-process-list.e-con{grid-template-columns:1fr}.pds-elementor-page .process-item.e-con,.pds-elementor-page .process-item.e-con+.process-item.e-con{padding:22px 0;border-left:0;border-top:1px solid var(--line)}.pds-elementor-page .process-item>.elementor-widget-heading:first-child{margin-bottom:16px}.pds-elementor-page .home-price-card.e-con,.pds-elementor-page .inline-cta.e-con{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.pds-elementor-page .container.e-con{--width:calc(100% - 28px);width:calc(100% - 28px)}.pds-elementor-page .section.e-con{padding-block:60px}.pds-elementor-page .hero-copy>.elementor-widget-text-editor p{font-size:14px}.pds-elementor-page .hero-actions{display:grid;width:100%}.pds-elementor-page .hero-actions>.elementor-element,.pds-elementor-page .hero-actions .elementor-button{width:100%}.pds-elementor-page .secondary-service-row.e-con{grid-template-columns:1fr}.pds-elementor-page .secondary-service-card.e-con{grid-template-columns:1fr 18px}.pds-elementor-page .secondary-service-card>.elementor-widget-heading:nth-child(2){display:none}.pds-elementor-page .feature-cards.e-con,.pds-elementor-page .price-cards.e-con{grid-template-columns:1fr}.pds-elementor-page .detail-item.e-con{grid-template-columns:47px 1fr}.pds-elementor-page .hero-visual-caption>.elementor-widget-heading:last-child{display:none}}html{overflow-x:clip}body{overflow-x:clip;text-rendering:optimizeLegibility}img{display:block}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgb(115 185 255 / .72);outline-offset:3px}.site-header{height:88px;padding:10px 0;background:linear-gradient(180deg,rgb(7 9 14 / .96),rgb(7 9 14 / .78));border:0}.header-inner{min-height:66px;gap:16px;padding:0 10px 0 20px;border:1px solid rgb(255 255 255 / .1);border-radius:15px;background:rgb(13 17 24 / .88);box-shadow:0 16px 44px rgb(0 0 0 / .22)}.brand{min-width:0;gap:0}.brand-wordmark{display:flex;align-items:baseline;gap:7px;min-width:max-content;color:#fff;line-height:1;letter-spacing:-.025em}.brand-wordmark strong{font-size:17px;font-weight:780}.brand-wordmark span{color:#aeb8c9;font-size:13px;font-weight:570}.brand-footer .brand-wordmark{flex-direction:column;align-items:flex-start;gap:6px}.brand-footer .brand-wordmark strong{font-size:20px}.brand-footer .brand-wordmark span{font-size:12px;letter-spacing:.06em}.desktop-nav .pds-menu{gap:2px}.desktop-nav .pds-menu>li>a{min-height:42px;padding:0 13px;border-radius:8px;color:#c7cfdb;font-size:12.5px;font-weight:620}.desktop-nav .pds-menu>li>a:hover,.desktop-nav .pds-menu>li.current-menu-item>a,.desktop-nav .pds-menu>li.current-menu-ancestor>a{color:#fff;background:rgb(255 255 255 / .06)}.desktop-nav .sub-menu{top:49px;width:300px;margin-left:-145px;grid-template-columns:1fr;padding:9px;border-radius:12px}.desktop-nav .sub-menu a{padding:11px 12px;border-radius:8px;font-size:12px}.header-cta{min-height:42px;margin-left:4px;padding-inline:18px;border-radius:9px}.menu-button{position:relative;width:42px;height:42px;padding:0;border-radius:10px;background:#111722}.menu-button span{position:absolute;left:11px;right:11px;height:1.5px;border-radius:2px;background:#eef3fb}.menu-button span:nth-child(1){top:13px}.menu-button span:nth-child(2){top:20px}.menu-button span:nth-child(3){top:27px;left:17px}.pds-mobile-panel{width:min(92vw,390px);padding:0 20px 24px;background:linear-gradient(180deg,#0d121b,#080b11)}.pds-mobile-panel-head{min-height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.pds-mobile-close{position:static;flex:0 0 auto;width:40px;height:40px;border-radius:10px;font-size:23px;line-height:1}.mobile-menu-label{margin:24px 0 4px;color:#718097;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.mobile-nav .pds-menu>li>a{padding:14px 0;color:#f2f5fa;font-size:17px;letter-spacing:-.02em}.mobile-nav .sub-menu{padding:6px 0 10px 12px}.mobile-nav .sub-menu a{padding:8px 0;color:#aeb8c7;font-size:13px}.mobile-menu-actions{margin-top:20px;padding:18px 0 0;border-top:1px solid var(--line)}.services-section{background:radial-gradient(circle at 50% 0,rgb(45 83 170 / .12),transparent 34%),#080b11}.services-section .section-heading{max-width:730px}.home-service-grid{gap:14px}.service-card{min-height:0;justify-content:flex-start;gap:0;padding:10px 10px 18px;overflow:hidden;border-radius:14px;background:#0f141d}.service-card:hover{transform:translateY(-4px);background:#111824}.service-card .service-top{display:none}.service-media,.service-card:not(.has-service-media)::before{content:"";position:relative;width:100%;height:176px;flex:0 0 176px;display:block;overflow:hidden;border-radius:10px;background:#151c28 center/cover no-repeat}.service-card:not(.has-service-media):nth-child(1)::before{background-image:linear-gradient(180deg,transparent 50%,rgb(5 7 11 / .36)),url(/wp-content/themes/polat-digital-solutions/assets/images/service-websites-v3.webp)}.service-card:not(.has-service-media):nth-child(2)::before{background-image:linear-gradient(180deg,transparent 50%,rgb(5 7 11 / .36)),url(/wp-content/themes/polat-digital-solutions/assets/images/service-reservierung-v3.webp)}.service-card:not(.has-service-media):nth-child(3)::before{background-image:linear-gradient(180deg,transparent 50%,rgb(5 7 11 / .36)),url(/wp-content/themes/polat-digital-solutions/assets/images/service-it-v3.webp)}.service-media::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 48%,rgb(5 7 11 / .52));pointer-events:none}.service-media>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.service-card:hover .service-media>img{transform:scale(1.025)}.service-media>span,.service-number{position:absolute;z-index:2;left:12px;top:12px;width:auto;padding:6px 8px;border:1px solid rgb(255 255 255 / .16);border-radius:6px;color:#eef4ff;background:rgb(6 9 15 / .72);backdrop-filter:blur(10px);font-size:9px;font-weight:800;letter-spacing:.08em}.service-copy{flex:1;padding:20px 12px 17px}.service-card h3{margin:0 0 9px;color:#f5f7fb;font-size:19px;line-height:1.18}.service-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-width:390px;color:#a8b1c0;font-size:12.5px;line-height:1.6}.service-bottom{margin:0 12px;padding-top:14px}.service-bottom strong{color:#f4f7fb;font-size:11.5px}.service-bottom>span:last-child{color:#8ab5ff;font-size:10.5px;font-weight:700}.secondary-service-row a{min-height:64px;background:#0e131c}.pds-elementor-page .service-media.e-con{--width:100%;width:100%;height:176px;min-height:176px;flex:0 0 176px;padding:0}.pds-elementor-page .service-media>.elementor-widget-image{position:absolute;inset:0;width:100%;height:100%}.pds-elementor-page .service-media .elementor-widget-container,.pds-elementor-page .service-media img{width:100%;height:100%;object-fit:cover}.pds-elementor-page .service-media .service-number{width:auto}.pds-elementor-page .service-media .service-number .elementor-heading-title{color:#eef4ff;font-size:9px;font-weight:800;letter-spacing:.08em}.pds-elementor-page .service-copy{margin:0;padding:20px 12px 17px}.pds-elementor-page .service-card .elementor-widget-text-editor p{color:#a8b1c0;font-size:12.5px}.pds-elementor-page .service-bottom{margin:0 12px}.pds-elementor-page .service-bottom>.elementor-widget-heading:last-child .elementor-heading-title{color:#8ab5ff;font-size:10.5px}.legal-hero{padding:82px 0 70px;background:radial-gradient(circle at 82% 22%,rgb(62 106 218 / .18),transparent 28%),#080b11}.legal-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:42px}.legal-hero h1{max-width:850px;margin:13px 0 16px;font-size:clamp(42px,5.2vw,68px);line-height:1;letter-spacing:-.052em}.legal-hero p{max-width:680px;margin:0;color:#aab4c3;font-size:15px;line-height:1.7}.legal-hero-meta{min-width:128px;padding:14px 0 5px;border-top:1px solid var(--line)}.legal-hero-meta span{display:block;color:#718097;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.legal-hero-meta strong{display:block;margin-top:7px;font-size:13px}.legal-content-section{padding:72px 0 100px;background:#eef1f5;color:#151922}.legal-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:28px;align-items:start}.legal-sidebar{position:sticky;top:112px;display:grid;gap:14px}.legal-sidebar nav,.legal-contact-card{padding:22px;border:1px solid #d9dee7;border-radius:15px;background:#fff;box-shadow:0 14px 35px rgb(34 43 61 / .06)}.legal-sidebar nav>span,.legal-contact-card>span{display:block;margin-bottom:14px;color:#667187;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.legal-sidebar nav a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid #e6e9ee;color:#505a6c;font-size:13px;font-weight:650}.legal-sidebar nav a.is-active{color:#245ed6}.legal-sidebar nav i{font-style:normal}.legal-contact-card strong{display:block;margin-bottom:11px;font-size:15px}.legal-contact-card a{display:block;overflow-wrap:anywhere;margin-top:7px;color:#526078;font-size:11.5px}.legal-document{min-width:0;padding:50px 56px;border:1px solid #d9dee7;border-radius:18px;background:#fff;box-shadow:0 20px 55px rgb(34 43 61 / .08)}.legal-document h2{margin:45px 0 14px;color:#151922;font-size:25px;line-height:1.2;letter-spacing:-.025em}.legal-document h2:first-child{margin-top:0}.legal-document h3{margin:30px 0 10px;font-size:18px}.legal-document p,.legal-document li,.legal-document dd{color:#4f5a6c;font-size:14px;line-height:1.78}.legal-document a{color:#245ed6;text-decoration:underline;text-underline-offset:3px}.legal-document ul,.legal-document ol{padding-left:21px}.legal-data-list{margin:22px 0 0;border-top:1px solid #e1e5eb}.legal-data-list>div{display:grid;grid-template-columns:180px 1fr;gap:25px;padding:14px 0;border-bottom:1px solid #e1e5eb}.legal-data-list dt{color:#6d788c;font-size:11px;font-weight:700}.legal-data-list dd{margin:0;color:#1c2431}.legal-warning{margin:0 0 34px;padding:20px 22px;border:1px solid #c8d7f6;border-radius:12px;background:#f2f6ff}.legal-warning strong{color:#174eae;font-size:13px}.legal-warning p{margin:7px 0 0;color:#4d5e7a;font-size:12.5px}.legal-admin-hint{display:flex;flex-direction:column;gap:4px;margin-top:46px;padding:17px 19px;border:1px dashed #9eb8ea;border-radius:11px;background:#f4f7fd}.legal-admin-hint strong{color:#245ed6;font-size:12px}.legal-admin-hint span{color:#67758d;font-size:11px}@media (max-width:1050px){.site-header{height:78px;padding:8px 0}.header-inner{min-height:60px}.desktop-nav,.header-cta{display:none}.menu-button{display:grid}}@media (max-width:820px){.container{width:min(100% - 32px,700px)}.section{padding:68px 0}.section-heading{margin-bottom:30px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:clamp(32px,7vw,42px)}.home-hero{padding:28px 0 54px}.home-hero-grid{grid-template-columns:1fr;gap:22px}.hero-copy{padding:24px 0 10px}.hero-stage{width:100%;height:auto;aspect-ratio:4/3;max-height:520px}.home-service-grid .service-card{grid-column:span 6}.service-media,.service-card:not(.has-service-media)::before{height:190px;flex-basis:190px}.page-hero-grid{grid-template-columns:1fr}.page-hero-visual{min-height:0;aspect-ratio:16/10}.project-card{min-height:0}.home-price-card{padding:38px}.legal-hero{padding:64px 0 55px}.legal-layout{grid-template-columns:1fr}.legal-sidebar{position:static;grid-template-columns:1fr 1fr}.legal-document{padding:42px}}@media (max-width:600px){body{padding-bottom:58px}.container{width:calc(100% - 28px)}.site-header{height:72px;padding:7px 0}.header-inner{min-height:56px;padding:0 7px 0 14px;border-radius:12px}.brand-wordmark{gap:5px}.brand-wordmark strong{font-size:15px}.brand-wordmark span{font-size:11px}.menu-button{width:40px;height:40px}.home-hero{padding-top:16px}.status-pill{margin-bottom:20px}.hero-copy h1{font-size:clamp(36px,10.5vw,44px);line-height:1.04}.hero-copy>p{margin:18px 0 24px;font-size:14px;line-height:1.62}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:1fr 1fr;margin-top:30px}.hero-proof div:last-child{display:none}.hero-stage{aspect-ratio:1/1;border-radius:12px}.hero-visual-caption{padding:13px}.hero-visual-caption strong{display:none}.section{padding:58px 0}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{margin-top:9px;font-size:32px;line-height:1.08}.section-heading p,.offer-copy>p,.process-heading>p,.faq-heading>p{font-size:13.5px}.home-service-grid{grid-template-columns:1fr}.home-service-grid .service-card,.service-card,.service-card-4,.service-card-5,.service-card:last-child{grid-column:auto;width:100%}.service-media,.service-card:not(.has-service-media)::before{height:auto;flex-basis:auto;aspect-ratio:16/9}.service-copy{padding:17px 10px 14px}.service-card h3{font-size:18px}.service-bottom{margin:0 10px}.service-bottom>span:last-child{font-size:0}.service-bottom>span:last-child::after{content:"↗";font-size:13px}.secondary-service-row a{grid-template-columns:1fr 18px;padding:0 15px}.secondary-service-row strong{display:none}.project-visual{height:auto;aspect-ratio:16/10}.project-card-copy{padding:19px 18px 21px}.project-card-copy h3{font-size:22px}.home-process-list article,.home-process-list article+article{padding:20px 0}.home-price-card{padding:28px 22px}.home-price-card h2{font-size:32px}.home-price-actions,.home-price-actions .button{width:100%}.faq-grid{gap:30px}.pds-accordion summary{min-height:62px;padding:14px 2px;font-size:13px}.pds-accordion details p{padding-right:12px}.page-hero{padding:52px 0}.page-hero h1{font-size:clamp(35px,10vw,43px)}.page-hero-grid{gap:30px}.feature-cards article,.team-card,.price-card,.contact-panel,.contact-form{min-height:0;padding:21px}.feature-cards h3{margin-top:28px}.inline-cta{min-height:0;margin-block:34px;padding:28px 22px}.inline-cta .button,.inline-cta-actions{width:100%}.footer-cta{min-height:0;padding:48px 0}.footer-cta-actions,.footer-cta-actions .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 18px;padding:42px 0}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{min-height:96px}.legal-hero{padding:50px 0 45px}.legal-hero-inner{display:block}.legal-hero h1{font-size:clamp(37px,11vw,48px)}.legal-hero p{font-size:13.5px}.legal-hero-meta{margin-top:28px}.legal-content-section{padding:34px 0 70px}.legal-sidebar{grid-template-columns:1fr}.legal-document{padding:28px 22px;border-radius:14px}.legal-document h2{margin-top:34px;font-size:22px}.legal-document p,.legal-document li,.legal-document dd{font-size:13px}.legal-data-list>div{grid-template-columns:1fr;gap:5px}.pds-elementor-page .container.e-con{--width:calc(100% - 28px);width:calc(100% - 28px)}.pds-elementor-page .section.e-con{padding-block:58px}.pds-elementor-page .service-media.e-con{height:auto;min-height:0;flex-basis:auto;aspect-ratio:16/9}.pds-elementor-page .home-service-grid.e-con{grid-template-columns:1fr}.pds-elementor-page .home-service-grid.e-con>.service-card{grid-column:auto}.pds-elementor-page .home-price-card.e-con{padding:28px 22px}}.pds-wa-icon{width:20px;height:20px;flex:0 0 20px;display:block;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 3A12.93 12.93 0 0 0 4.8 22.34L3 29l6.82-1.79A12.98 12.98 0 1 0 16.04 3Zm0 23.58c-2.14 0-4.24-.58-6.06-1.67l-.43-.25-4.05 1.06 1.08-3.94-.28-.45a10.57 10.57 0 1 1 9.74 5.25Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.04-.29-.11-.5-.16-.71.16-.21.32-.82 1.04-1 1.25-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.58a9.57 9.57 0 0 1-1.77-2.2c-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.18.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.72-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.55.08-.84.4-.29.32-1.11 1.09-1.11 2.65s1.14 3.07 1.3 3.28c.16.21 2.24 3.42 5.42 4.8.76.33 1.35.52 1.81.67.76.24 1.45.21 2 .13.61-.09 1.88-.77 2.15-1.51.26-.74.26-1.38.18-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 3A12.93 12.93 0 0 0 4.8 22.34L3 29l6.82-1.79A12.98 12.98 0 1 0 16.04 3Zm0 23.58c-2.14 0-4.24-.58-6.06-1.67l-.43-.25-4.05 1.06 1.08-3.94-.28-.45a10.57 10.57 0 1 1 9.74 5.25Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.04-.29-.11-.5-.16-.71.16-.21.32-.82 1.04-1 1.25-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.58a9.57 9.57 0 0 1-1.77-2.2c-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.18.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.72-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.55.08-.84.4-.29.32-1.11 1.09-1.11 2.65s1.14 3.07 1.3 3.28c.16.21 2.24 3.42 5.42 4.8.76.33 1.35.52 1.81.67.76.24 1.45.21 2 .13.61-.09 1.88-.77 2.15-1.51.26-.74.26-1.38.18-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat}.whatsapp-float .pds-wa-icon{color:#07130a}@media (max-width:820px){.site-header{height:76px;padding-top:8px;background:linear-gradient(180deg,rgb(5 7 11 / .98),rgb(5 7 11 / .78))}.header-inner{width:calc(100% - 20px);min-height:58px;padding:0 8px 0 16px;border-radius:14px;background:rgb(14 19 28 / .96);box-shadow:0 12px 34px rgb(0 0 0 / .28)}.brand-wordmark{flex-direction:row;align-items:baseline;gap:5px;max-width:none}.brand-wordmark strong{font-size:15px}.brand-wordmark span{font-size:10px;letter-spacing:0}.menu-button{width:auto;min-width:82px;height:42px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 12px;border-radius:10px;color:#f1f5fb}.menu-button-label{display:block;font-size:11px;font-weight:750}.menu-button-lines{width:18px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.menu-button .menu-button-label,.menu-button .menu-button-lines{position:static;inset:auto;background:none}.menu-button-lines i{width:100%;height:1.5px;display:block;border-radius:2px;background:currentColor}.menu-button-lines i:last-child{width:12px;margin-left:auto}.menu-button>span:not(.menu-button-label):not(.menu-button-lines){display:none}.pds-mobile-panel{width:min(100%,430px);padding:0 18px 22px}.pds-mobile-panel-head{min-height:72px}.mobile-menu-label{margin-top:18px}.mobile-nav .pds-menu>li>a{padding:13px 2px;font-size:16px}.mobile-menu-actions{gap:9px;margin-top:16px;padding-top:16px}.mobile-menu-actions .button{min-height:48px;justify-content:center;gap:9px}.pds-mobile-whatsapp{border-color:rgb(37 211 102 / .32)!important;color:#dffbea!important;background:rgb(37 211 102 / .09)!important}.pds-mobile-whatsapp .pds-wa-icon{color:#25d366}.contact-methods a{position:relative;padding-left:46px!important}.contact-methods a::before{content:"";position:absolute;left:14px;top:50%;width:20px;height:20px;transform:translateY(-50%);background:#75a7ff;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.contact-methods a[href^="tel:"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1.1l-2.2 2.1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1.1l-2.2 2.1Z'/%3E%3C/svg%3E")}.contact-methods a[href^="mailto:"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E")}.contact-methods a[href*="wa.me"]::before{background:#25d366;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3A13 13 0 0 0 4.8 22.5L3 29l6.7-1.8A13 13 0 1 0 16 3Zm6 18.2c-.3.9-1.8 1.7-2.5 1.8-.7.1-1.5.2-2.4-.1-.6-.2-1.3-.4-2.2-.8-3.9-1.7-6.4-5.6-6.6-5.9-.2-.3-1.6-2.1-1.6-4s1-2.8 1.3-3.2c.3-.4.7-.5 1-.5h.7c.2 0 .5-.1.8.6l1 2.5c.1.3.1.6-.1.9l-.4.6-.6.6c-.2.2-.4.4-.2.8.2.4 1 1.6 2.2 2.6 1.5 1.3 2.7 1.7 3.1 1.9.4.2.7.1.9-.2l1.2-1.5c.3-.4.5-.3.9-.2l2.7 1.3c.4.2.7.3.8.5.1.2.1 1-.2 1.9Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3A13 13 0 0 0 4.8 22.5L3 29l6.7-1.8A13 13 0 1 0 16 3Zm6 18.2c-.3.9-1.8 1.7-2.5 1.8-.7.1-1.5.2-2.4-.1-.6-.2-1.3-.4-2.2-.8-3.9-1.7-6.4-5.6-6.6-5.9-.2-.3-1.6-2.1-1.6-4s1-2.8 1.3-3.2c.3-.4.7-.5 1-.5h.7c.2 0 .5-.1.8.6l1 2.5c.1.3.1.6-.1.9l-.4.6-.6.6c-.2.2-.4.4-.2.8.2.4 1 1.6 2.2 2.6 1.5 1.3 2.7 1.7 3.1 1.9.4.2.7.1.9-.2l1.2-1.5c.3-.4.5-.3.9-.2l2.7 1.3c.4.2.7.3.8.5.1.2.1 1-.2 1.9Z'/%3E%3C/svg%3E")}.hero-stage,.page-hero-visual,.project-visual,.service-media,.pds-elementor-page .hero-stage.e-con,.pds-elementor-page .page-hero-visual.e-con,.pds-elementor-page .project-visual.e-con,.pds-elementor-page .service-media.e-con{width:100%!important;min-height:0!important;height:auto!important;aspect-ratio:16/10!important;overflow:hidden!important}.hero-stage img,.page-hero-visual img,.project-visual img,.service-media img,.pds-elementor-page .hero-stage img,.pds-elementor-page .page-hero-visual img,.pds-elementor-page .project-visual img,.pds-elementor-page .service-media img{width:100%!important;max-width:none!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:none!important;margin:0!important}.hero-stage .elementor-widget-image,.page-hero-visual .elementor-widget-image,.project-visual .elementor-widget-image,.service-media .elementor-widget-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.service-card,.project-card{overflow:hidden}.whatsapp-float{width:52px;height:52px;right:14px;bottom:72px;padding:0;justify-content:center;border:2px solid rgb(255 255 255 / .18);box-shadow:0 12px 30px rgb(0 0 0 / .38)}.whatsapp-float .pds-wa-icon{width:25px;height:25px;flex-basis:25px;display:block!important}.whatsapp-float .whatsapp-label{display:none}}@media (max-width:390px){.header-inner{padding-left:13px}.brand-wordmark strong{font-size:14px}.brand-wordmark span{font-size:9px}.menu-button{min-width:72px;padding-inline:10px;gap:8px}.menu-button-label{font-size:10px}.hero-stage,.page-hero-visual,.project-visual,.service-media,.pds-elementor-page .hero-stage.e-con,.pds-elementor-page .page-hero-visual.e-con,.pds-elementor-page .project-visual.e-con,.pds-elementor-page .service-media.e-con{aspect-ratio:4/3!important}}.pds-cookie-backdrop{position:fixed;z-index:110;inset:0;background:rgb(2 4 8 / .64);backdrop-filter:blur(5px)}.pds-cookie-consent{position:fixed;z-index:111;left:50%;bottom:22px;width:min(calc(100% - 32px),920px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px 34px;padding:26px;transform:translateX(-50%);border:1px solid rgb(126 161 226 / .24);border-radius:18px;background:linear-gradient(145deg,#121925,#090d14);box-shadow:0 30px 90px rgb(0 0 0 / .55);color:#f3f6fb}.pds-cookie-consent[hidden],.pds-cookie-backdrop[hidden]{display:none!important}.pds-cookie-kicker{color:#72a6ff;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.pds-cookie-main h2{margin:8px 0 9px;font-size:24px;line-height:1.08;letter-spacing:-.035em}.pds-cookie-main p{max-width:620px;margin:0 0 10px;color:#aab5c5;font-size:12px;line-height:1.65}.pds-cookie-main a{color:#bdd3ff;font-size:11px;font-weight:700}.pds-cookie-actions{display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;gap:8px}.pds-cookie-actions .button{min-height:44px;padding:0 15px;white-space:nowrap;font-size:11px}.pds-cookie-options{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.pds-cookie-options[hidden]{display:none!important}.pds-cookie-options label{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid rgb(255 255 255 / .08);border-radius:11px;background:rgb(255 255 255 / .025)}.pds-cookie-options strong,.pds-cookie-options small{display:block}.pds-cookie-options strong{margin-bottom:4px;font-size:12px}.pds-cookie-options small{color:#8995a7;font-size:9.5px;line-height:1.45}.pds-cookie-options input{width:19px;height:19px;flex:0 0 19px;accent-color:#4d83f4}.pds-cookie-reopen{margin:0 0 18px 24px;padding:0;border:0;color:#6f7b8e;background:none;font:inherit;font-size:9px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}body.pds-cookie-open{overflow:hidden}@media (max-width:760px){.pds-cookie-consent{bottom:10px;width:calc(100% - 20px);max-height:calc(100dvh - 20px);grid-template-columns:1fr;gap:18px;padding:21px 18px;overflow:auto;border-radius:15px}.pds-cookie-main h2{font-size:22px}.pds-cookie-main p{font-size:11.5px}.pds-cookie-actions{display:grid;grid-template-columns:1fr 1fr}.pds-cookie-actions .button{width:100%;padding-inline:9px}.pds-cookie-actions .button-primary{grid-column:1/-1}.pds-cookie-options{grid-template-columns:1fr}.pds-cookie-options label{min-height:66px}.pds-cookie-reopen{margin-left:14px;margin-bottom:74px}}@media (max-width:390px){.container{width:calc(100% - 22px)}.header-inner{padding-left:12px}.brand-wordmark{flex-direction:column;align-items:flex-start;gap:3px}.brand-wordmark strong{font-size:14px}.brand-wordmark span{font-size:9px;letter-spacing:.04em}.hero-copy h1{font-size:35px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:29px}.legal-document{padding-inline:18px}.pds-elementor-page .container.e-con{--width:calc(100% - 22px);width:calc(100% - 22px)}}.site-header{transition:background .28s ease,box-shadow .28s ease}.site-header.is-scrolled{background:rgb(6 8 13 / .9);box-shadow:0 12px 36px rgb(0 0 0 / .22);backdrop-filter:blur(18px)}.site-header.is-scrolled .header-inner{border-color:rgb(118 158 236 / .18);background:rgb(12 16 24 / .94)}.desktop-nav .pds-menu>.menu-item-has-children{position:relative}.desktop-nav .pds-menu>.menu-item-has-children::after{content:"";position:absolute;z-index:5;top:100%;left:0;right:0;height:9px}.desktop-nav .pds-menu>.menu-item-has-children>a{display:flex;align-items:center;gap:8px}.desktop-nav .pds-menu>.menu-item-has-children>a::after{content:"";width:6px;height:6px;margin-top:-3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .22s ease}.desktop-nav .pds-menu>.menu-item-has-children:hover>a::after,.desktop-nav .pds-menu>.menu-item-has-children:focus-within>a::after{transform:translateY(3px) rotate(225deg)}.desktop-nav .sub-menu{top:calc(100% + 7px);left:50%;width:620px;margin-left:-310px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px;border:1px solid rgb(135 164 220 / .2);border-radius:17px;background:linear-gradient(145deg,rgb(17 23 34 / .985),rgb(8 11 18 / .99));box-shadow:0 32px 80px rgb(0 0 0 / .5),0 1px 0 rgb(255 255 255 / .035) inset;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(13px) scale(.98);transform-origin:50% 0;transition:opacity .2s ease,transform .24s cubic-bezier(.2,.75,.25,1),visibility .2s}.desktop-nav .sub-menu::before{content:"UNSERE LEISTUNGEN  ·  PASSEND ZU IHREM BETRIEB";grid-column:1/-1;padding:2px 4px 8px;color:#738198;font-size:8.5px;font-weight:800;letter-spacing:.16em}.desktop-nav li:hover>.sub-menu,.desktop-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.desktop-nav .sub-menu>li{position:relative;min-width:0}.desktop-nav .sub-menu>li:last-child:nth-child(odd){grid-column:1/-1}.desktop-nav .sub-menu>li::after{content:"↗";position:absolute;z-index:2;top:17px;right:15px;color:#78a8ff;font-size:11px;pointer-events:none;transition:transform .2s ease}.desktop-nav .sub-menu>li:hover::after{transform:translate(2px,-2px)}.desktop-nav .sub-menu a{min-height:72px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:13px 42px 13px 15px;border:1px solid rgb(255 255 255 / .065);border-radius:11px;background:rgb(255 255 255 / .025);color:#f2f5fa;font-size:13px;font-weight:720;line-height:1.25;transition:background .2s ease,border-color .2s ease,transform .2s ease}.desktop-nav .sub-menu a:hover,.desktop-nav .sub-menu a:focus-visible{background:linear-gradient(115deg,rgb(55 111 221 / .18),rgb(49 94 177 / .07));border-color:rgb(100 157 255 / .32);transform:translateY(-1px)}.desktop-nav .sub-menu a::after{content:"Leistung ansehen";color:#8490a2;font-size:9.5px;font-weight:560;letter-spacing:0}.desktop-nav .sub-menu a[href$="/websites/"]::after{content:"Webdesign & WordPress"}.desktop-nav .sub-menu a[href$="/digitale-loesungen/"]::after{content:"Reservierung & digitale Abläufe"}.desktop-nav .sub-menu a[href$="/it-dienstleistungen/"]::after{content:"Geräte, Microsoft & Support"}.desktop-nav .sub-menu a[href$="/website-verwaltung/"]::after{content:"Pflege & laufende Betreuung"}.desktop-nav .sub-menu a[href$="/online-shops/"]::after{content:"WooCommerce & Verkauf"}.pds-price-inline{display:inline-block;white-space:nowrap}.home-price-card>div:first-child,.pds-elementor-page .home-price-copy{min-width:0;flex:1 1 auto}.home-price-card h2{max-width:790px;font-size:clamp(34px,3.55vw,46px)}.button-primary,.button-light{position:relative;overflow:hidden;isolation:isolate}.button-primary::after,.button-light::after{content:"";position:absolute;z-index:-1;top:-110%;bottom:-110%;left:-42%;width:28%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .24),transparent);transform:rotate(18deg);transition:left .5s ease}.button-primary:hover::after,.button-light:hover::after{left:118%}.project-card,.feature-cards article,.price-card,.team-card{transition:transform .28s cubic-bezier(.2,.75,.25,1),border-color .28s ease,box-shadow .28s ease}.project-card:hover,.feature-cards article:hover,.price-card:hover,.team-card:hover{transform:translateY(-5px);border-color:rgb(105 152 238 / .28);box-shadow:0 22px 48px rgb(0 0 0 / .18)}.pds-reveal{opacity:0;transform:translateY(22px);transition:opacity .62s ease,transform .68s cubic-bezier(.2,.75,.25,1);transition-delay:var(--pds-reveal-delay,0ms)}.pds-reveal.is-visible{opacity:1;transform:none}.pds-accordion details[open]>p{animation:pds-content-in .28s ease both}@keyframes pds-content-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.pds-contact-form{margin-top:25px}.pds-contact-status{margin:0 0 18px;padding:13px 15px;border:1px solid rgb(87 190 130 / .32);border-radius:10px;color:#bce9cf;background:rgb(40 137 80 / .1);font-size:12px;line-height:1.55}.pds-contact-status.is-error{border-color:rgb(235 109 109 / .34);color:#ffc4c4;background:rgb(180 55 55 / .1)}.pds-contact-form .form-grid{gap:14px}.pds-contact-form .form-field label{color:#c1cad8;font-size:10.5px}.pds-contact-form .form-field input,.pds-contact-form .form-field select,.pds-contact-form .form-field textarea{min-height:52px;border-color:rgb(255 255 255 / .12);border-radius:10px;background:#090d14;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.pds-contact-form .form-field textarea{min-height:145px}.pds-contact-form .form-field input:hover,.pds-contact-form .form-field select:hover,.pds-contact-form .form-field textarea:hover{border-color:rgb(126 162 224 / .28)}.pds-contact-form .pds-consent{grid-template-columns:20px 1fr;align-items:start;gap:10px}.pds-contact-form .pds-consent input{width:18px;min-height:18px;margin:2px 0 0;accent-color:#4c82f5}.pds-contact-form .pds-consent label{color:#919cad;font-size:10.5px;font-weight:520;line-height:1.55}.pds-contact-form .pds-consent a{color:#a9c8ff;text-decoration:underline;text-underline-offset:2px}.pds-contact-form .pds-form-submit{min-width:190px;margin-top:4px}.pds-contact-form .pds-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.mobile-nav .has-submenu-toggle{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;border-bottom:1px solid rgb(255 255 255 / .055)}.mobile-nav .has-submenu-toggle>a{grid-column:1;border:0}.mobile-nav .pds-submenu-toggle{grid-column:2;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgb(255 255 255 / .09);border-radius:9px;color:#eef3fb;background:#111722;cursor:pointer}.mobile-nav .pds-submenu-toggle span{width:7px;height:7px;margin-top:-4px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .22s ease}.mobile-nav .is-submenu-open>.pds-submenu-toggle span{margin-top:3px;transform:rotate(225deg)}.mobile-nav .has-submenu-toggle>.sub-menu{grid-column:1/-1;display:none;gap:6px;margin:0 0 13px;padding:4px 0 0}.mobile-nav .has-submenu-toggle.is-submenu-open>.sub-menu{display:grid}.mobile-nav .has-submenu-toggle>.sub-menu li{border:0}.mobile-nav .has-submenu-toggle>.sub-menu a{min-height:45px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgb(255 255 255 / .075);border-radius:9px;color:#b8c4d6;background:rgb(255 255 255 / .025);font-size:12px}.mobile-nav .has-submenu-toggle>.sub-menu a::after{content:"→";color:#75a7ff}@media (max-width:820px){.section{padding:62px 0}.page-hero{padding:50px 0 58px}.page-hero-grid{gap:26px}.page-hero-visual{min-height:0;aspect-ratio:4/3;border-radius:14px;overflow:hidden}.page-hero-visual img{width:100%;height:100%;object-fit:cover}.home-service-grid{gap:12px}.service-card{border-radius:13px}.project-showcase-grid{gap:16px}.project-card{border-radius:14px;overflow:hidden}.project-visual{height:auto;aspect-ratio:4/3}.project-visual img{object-position:center}.contact-grid{gap:16px}.contact-panel,.contact-form{border-radius:14px}.home-price-card{gap:30px}}@media (max-width:600px){body{font-size:15px}.section{padding:52px 0}.section-heading{margin-bottom:24px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:30px;line-height:1.08}.section-heading p,.offer-copy>p,.process-heading>p,.faq-heading>p{max-width:34rem;font-size:13px;line-height:1.62}.home-hero{padding:12px 0 46px}.hero-copy{padding-top:18px}.hero-stage{aspect-ratio:4/3;max-height:none}.hero-stage img{width:100%;height:100%;object-fit:cover;object-position:center}.service-card{padding:8px 8px 17px;border-radius:13px}.service-media,.service-card:not(.has-service-media)::before,.pds-elementor-page .service-media.e-con{aspect-ratio:4/3;border-radius:9px}.service-media>img{object-position:center}.service-copy{padding:16px 9px 12px}.service-card p{-webkit-line-clamp:3;font-size:12.5px}.project-visual{aspect-ratio:4/3}.project-card-copy{padding:18px 17px 20px}.page-hero{padding:44px 0 50px}.page-hero h1{font-size:36px;line-height:1.04}.page-hero p{font-size:13.5px;line-height:1.65}.page-hero-visual{aspect-ratio:4/3}.feature-cards{gap:10px}.feature-cards article,.team-card,.price-card,.contact-panel,.contact-form{padding:20px 18px;border-radius:13px}.feature-cards article{min-height:220px}.feature-cards h3{margin-top:34px}.contact-panel h2,.contact-form h2{font-size:29px;line-height:1.08}.contact-methods{margin-top:22px}.contact-methods a,.contact-methods span{min-height:48px;padding:12px;overflow-wrap:anywhere}.pds-contact-form{margin-top:21px}.pds-contact-form .form-grid{grid-template-columns:1fr;gap:13px}.pds-contact-form .form-field.full{grid-column:auto}.pds-contact-form .pds-form-submit{width:100%}.home-price-card{gap:26px;padding:27px 20px}.home-price-card h2{max-width:100%;font-size:31px;line-height:1.08}.home-price-card p{font-size:12.5px}.pds-elementor-page .home-price-card.e-con{gap:26px;padding:27px 20px}}@media (max-width:390px){.brand-wordmark{max-width:205px;flex-direction:row;align-items:baseline;gap:4px}.brand-wordmark strong{font-size:13.5px}.brand-wordmark span{font-size:9.5px}.hero-copy h1{font-size:33px}.section-heading h2,.offer-copy h2,.process-heading h2,.principles-intro h2,.faq-heading h2{font-size:28px}.page-hero h1{font-size:33px}.home-price-card h2{font-size:28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pds-reveal{opacity:1!important;transform:none!important}}.desktop-nav .pds-services-parent>a{color:#edf3ff}.desktop-nav .pds-services-parent>a::before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#6ba7ff;box-shadow:0 0 12px rgb(85 165 255 / .9);opacity:.8}.desktop-nav .pds-services-parent>.sub-menu{z-index:100}.service-grid>.service-card-4,.service-grid>.service-card-5{grid-column:span 6;min-height:210px;padding:26px 27px 22px;justify-content:space-between;border-color:rgb(124 153 211 / .16);background:radial-gradient(circle at 92% 8%,rgb(60 111 216 / .13),transparent 34%),linear-gradient(145deg,#101722,#0d121a)}.service-grid>.service-card-4 .service-media,.service-grid>.service-card-5 .service-media{display:none!important}.secondary-service-row .service-media,.secondary-service-row .elementor-widget-image,.secondary-service-card .service-media,.secondary-service-card>.elementor-widget-image{display:none!important}.service-grid>.service-card-4:not(.has-service-media)::before,.service-grid>.service-card-5:not(.has-service-media)::before{display:none!important;content:none!important;background-image:none!important}.service-grid>.service-card-4 .service-top,.service-grid>.service-card-5 .service-top{display:flex;margin-bottom:28px}.service-grid>.service-card-4 .service-copy,.service-grid>.service-card-5 .service-copy{flex:1;margin:0;padding:0 0 22px}.service-grid>.service-card-4 h3,.service-grid>.service-card-5 h3{max-width:420px;font-size:22px}.service-grid>.service-card-4 p,.service-grid>.service-card-5 p{display:block;max-width:480px;overflow:visible;-webkit-line-clamp:unset}.service-grid>.service-card-4 .service-bottom,.service-grid>.service-card-5 .service-bottom{margin:0}.home-price-copy,.home-price-card>div:first-child{min-width:0;max-width:none}.pds-elementor-page .home-price-copy>.elementor-widget-heading{--width:100%;width:100%;max-width:none}.home-price-card h2,.pds-elementor-page .home-price-card .elementor-heading-title{max-width:none!important;font-size:clamp(34px,3.25vw,44px)!important;line-height:1.05;letter-spacing:-.052em;white-space:nowrap}.home-price-card .pds-price-inline{display:inline-block;white-space:nowrap}.home-price-card .pds-price-inline::first-line{white-space:nowrap}@media (max-width:1050px) and (min-width:821px){.home-price-card{gap:38px;padding:42px}.home-price-card h2,.pds-elementor-page .home-price-card .elementor-heading-title{font-size:38px!important}}@media (max-width:820px){.home-price-card h2,.pds-elementor-page .home-price-card .elementor-heading-title{white-space:normal}}@media (max-width:600px){.service-grid>.service-card-4,.service-grid>.service-card-5{grid-column:auto;min-height:185px;padding:21px 19px 18px}.service-grid>.service-card-4 .service-top,.service-grid>.service-card-5 .service-top{margin-bottom:22px}.service-grid>.service-card-4 .service-copy,.service-grid>.service-card-5 .service-copy{padding-bottom:17px}.service-grid>.service-card-4 h3,.service-grid>.service-card-5 h3{font-size:19px}.service-grid>.service-card-4 p,.service-grid>.service-card-5 p{font-size:12px;line-height:1.6}}