:root{--bg:#FDFDFC;--alt:#F7F7F5;--ink:#12110D;--soft:#6B6964;--muted:#A3A09A;--line:#E5E7EB;--black:#0B0B0A;--white:#fff;--green:#25D366;--radius:18px;--ease:cubic-bezier(.2,.9,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.loader{position:fixed;left:24px;bottom:28px;z-index:1000;background:var(--black);color:white;border-radius:999px;padding:14px 20px;display:flex;gap:10px;align-items:center;transition:.6s var(--ease);font-weight:600}.loader.hide{opacity:0;transform:translateY(18px);pointer-events:none}.loader-dot,.glow-dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(37,211,102,.12),0 0 18px rgba(37,211,102,.85);display:inline-block}.site-header{position:fixed;inset:0 0 auto 0;height:92px;z-index:100;display:flex;justify-content:space-between;align-items:flex-start;padding:28px 32px;pointer-events:none}.wordmark{font-size:clamp(34px,7vw,92px);font-weight:900;letter-spacing:-.08em;line-height:.85;pointer-events:auto}.top-controls{display:flex;gap:28px;align-items:center;pointer-events:auto}.status-dot{width:28px;height:28px;border-radius:50%;background:#070706}.grid-btn{width:36px;height:36px;display:grid;grid-template-columns:repeat(3,7px);grid-template-rows:repeat(3,7px);gap:6px;border:0;background:transparent;padding:0}.grid-btn span{width:7px;height:7px;border-radius:50%;background:#12110D;transition:.25s}.grid-btn:hover span:nth-child(even){background:#aaa}.scrim{position:fixed;inset:0;z-index:119;background:transparent;display:none}.scrim.show{display:block}.menu-panel{position:fixed;right:28px;top:28px;z-index:120;width:min(72vw,430px);background:var(--black);color:white;border-radius:24px;padding:34px 38px;display:flex;flex-direction:column;gap:8px;transform:scale(.94) translateY(-12px);opacity:0;pointer-events:none;transition:.35s var(--ease);transform-origin:top right}.menu-panel.open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.menu-panel a{font-size:clamp(36px,6vw,58px);line-height:1.05;color:white}.menu-panel a:first-of-type{color:#777}.menu-panel .small{font-size:24px;line-height:1.25}.menu-panel p{margin:0;color:#777;text-transform:uppercase;font-weight:700;letter-spacing:.02em}.menu-line{height:1px;background:#272722;margin:24px 0}.menu-top{display:flex;justify-content:space-between;align-items:center}.menu-top span{width:24px;height:24px;border-radius:50%;background:#f2f2f2}.menu-top button{background:transparent;border:0;color:#fff;font-size:28px}.hero{min-height:100svh;position:relative;overflow:hidden;background:var(--bg);display:grid;place-items:center;padding:130px 24px 140px}.hero h1{font-size:clamp(22px,4vw,34px);line-height:1.34;text-align:center;font-weight:400;max-width:560px;z-index:2;margin:0;letter-spacing:-.04em}.orbit{position:absolute;inset:0;transform:rotate(var(--orbitRotate,0deg));transition:transform .25s linear;transform-origin:center}.bubble{position:absolute;border-radius:999px;overflow:hidden;background:white;border:1px solid rgba(18,17,13,.08);display:grid;place-items:center;transition:transform .5s var(--ease),opacity .35s,filter .35s;animation:floaty 7s ease-in-out infinite;view-transition-name:var(--vt)}.bubble:hover{transform:scale(1.08)!important}.bubble.chosen{z-index:20;transform:scale(1.45)!important}.bubble.dim{opacity:.25;filter:blur(1px);transform:scale(.92)}.bubble-sm{width:72px;height:72px}.bubble-md{width:92px;height:92px}.bubble-lg{width:118px;height:118px}.b1{left:25%;top:28%;--vt:website}.b2{left:46%;top:22%;animation-delay:-1s;--vt:gbp}.b3{right:20%;top:33%;animation-delay:-2s;--vt:ads}.b4{left:13%;top:48%;animation-delay:-3s;--vt:seo}.b5{right:14%;top:52%;animation-delay:-.5s;--vt:wa}.b6{left:28%;bottom:24%;animation-delay:-2.5s;--vt:content}.b7{right:28%;bottom:20%;animation-delay:-1.7s;--vt:lead}.b8{left:50%;bottom:16%;animation-delay:-4s;--vt:full}.preview{position:relative;width:100%;height:100%;display:block;background:#f4f4f2}.preview i,.preview b,.preview em{position:absolute;display:block}.browser-preview{background:linear-gradient(140deg,#10100f 0 42%,#e8e7e3 42%)}.browser-preview i{left:23%;top:22%;width:54%;height:38%;background:white;border-radius:5px}.browser-preview b{left:30%;top:32%;width:34%;height:4px;background:#111}.browser-preview em{left:30%;top:43%;width:24%;height:4px;background:#999}.gbp-preview{background:#f4efe6}.gbp-preview i{left:22%;top:18%;width:56%;height:62%;border-radius:8px;background:white;border:1px solid #ddd}.gbp-preview b{left:34%;top:35%;width:32%;height:5px;background:#111}.gbp-preview em{left:34%;top:48%;width:22%;height:5px;background:#777}.ads-preview{background:#111}.ads-preview i{left:18%;top:25%;width:64%;height:8px;background:white;border-radius:8px}.ads-preview b{left:20%;bottom:23%;width:18%;height:28px;background:#e8e8e8}.ads-preview em{right:20%;bottom:23%;width:30%;height:42px;background:#a9a9a9}.seo-preview{background:#e7f4d6}.seo-preview i{left:19%;top:28%;width:62%;height:8px;background:#111}.seo-preview b{left:19%;top:44%;width:47%;height:6px;background:#777}.seo-preview em{left:19%;top:58%;width:55%;height:6px;background:#aaa}.whatsapp-preview{background:radial-gradient(circle at 35% 30%,#61e68d,#25D366 48%,#128C4A)}.whatsapp-preview i{inset:19%;border:5px solid white;border-radius:50%;color:white;font-style:normal;display:grid;place-items:center;font-size:24px;line-height:1}.whatsapp-preview b{right:20%;bottom:23%;width:14px;height:14px;background:white;transform:rotate(45deg)}.content-preview{background:#f2f2ef}.content-preview i{left:20%;top:20%;width:18%;height:18%;background:#111}.content-preview b{left:42%;top:20%;width:18%;height:18%;background:#aaa}.content-preview em{left:20%;top:46%;width:42%;height:18%;background:#ddd}.form-preview{background:#fff}.form-preview i{left:22%;top:22%;width:56%;height:8px;background:#111;border-radius:4px}.form-preview b{left:22%;top:42%;width:56%;height:8px;background:#ddd;border-radius:4px}.form-preview em{left:22%;top:61%;width:38%;height:10px;background:#111;border-radius:6px}.system-preview{background:#111}.system-preview i{left:18%;top:18%;width:28%;height:28%;background:#fff}.system-preview b{right:18%;top:18%;width:28%;height:46%;background:#777}.system-preview em{left:18%;bottom:20%;width:64%;height:14%;background:#ddd}@keyframes floaty{0%,100%{translate:0 0}50%{translate:0 -16px}}.whatsapp-cta{position:absolute;left:32px;bottom:70px;z-index:3;background:#080807;color:white;border-radius:999px;padding:22px 32px;display:flex;align-items:center;gap:16px;font-size:22px;min-width:min(440px,calc(100vw - 64px));justify-content:center;transition:.25s}.whatsapp-cta:hover{transform:translateY(-3px)}.business-cta{position:absolute;right:34px;bottom:78px;border:1px solid var(--line);background:white;border-radius:999px;padding:16px 22px;font-weight:700}.orbit-loader{position:absolute;right:66px;bottom:94px;width:70px;height:70px;animation:spin 12s linear infinite}.orbit-loader span{position:absolute;left:31px;top:31px;width:8px;height:8px;border-radius:50%;background:#b7b7b2}.orbit-loader span:first-child{background:#111}.orbit-loader span:nth-child(1){transform:rotate(0deg) translateY(-28px)}.orbit-loader span:nth-child(2){transform:rotate(45deg) translateY(-28px)}.orbit-loader span:nth-child(3){transform:rotate(90deg) translateY(-28px)}.orbit-loader span:nth-child(4){transform:rotate(135deg) translateY(-28px)}.orbit-loader span:nth-child(5){transform:rotate(180deg) translateY(-28px)}.orbit-loader span:nth-child(6){transform:rotate(225deg) translateY(-28px)}.orbit-loader span:nth-child(7){transform:rotate(270deg) translateY(-28px)}.orbit-loader span:nth-child(8){transform:rotate(315deg) translateY(-28px)}@keyframes spin{to{rotate:360deg}}.mobile-bar{display:none}.section{padding:110px 32px;max-width:1180px;margin:0 auto;border-top:1px solid var(--line)}.eyebrow{color:var(--muted);font-size:13px;font-weight:700;margin:0 0 18px}.section h2{font-size:clamp(34px,5vw,72px);line-height:1.02;letter-spacing:-.06em;font-weight:500;max-width:820px;margin:0 0 42px}.timeline,.price-grid,.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.timeline article,.price-grid article,.approach-grid article,.service-row{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.timeline span{color:#aaa}.timeline h3,.price-grid h3,.approach-grid h3{font-size:24px;margin:12px 0}.timeline p,.price-grid p,.approach-grid p,.service-row p,.footer p{color:var(--soft);line-height:1.55}.service-list{display:grid;gap:8px}.service-row{display:grid;grid-template-columns:1fr auto;align-items:center;text-align:left}.service-row button{border:0;background:transparent;text-align:left}.service-row h3{margin:0 0 6px;font-size:22px}.service-row span{color:#aaa}.price-grid strong{display:block;font-size:42px;letter-spacing:-.05em;margin:8px 0}.price-grid ul{padding-left:18px;color:var(--soft);line-height:1.7}.price-grid button,.contact form button,.business-cta{border:0;background:#111;color:white;border-radius:999px;padding:14px 18px}.contact-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}form{display:grid;gap:12px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px;color:#111}textarea{min-height:140px;resize:vertical}.success{display:none;color:#128C4A}.success.show{display:block}.whatsapp-card{border:1px solid var(--line);border-radius:18px;background:white;padding:24px;display:flex;flex-direction:column;gap:12px;align-self:start}.whatsapp-card .glow-dot{margin-bottom:20px}.footer{padding:60px 32px;border-top:1px solid var(--line);display:grid;gap:18px}.footer strong{font-size:34px;letter-spacing:-.06em}.footer div{display:flex;gap:18px;flex-wrap:wrap;color:var(--soft)}.reveal{opacity:0;transform:translateY(24px);transition:.7s var(--ease)}.reveal.in{opacity:1;transform:none}.transition-cover{position:fixed;z-index:999;pointer-events:none;border-radius:999px;overflow:hidden;background:#111;view-transition-name:selected-bubble}.transition-cover.expand{transition:.6s var(--ease);border-radius:0}.service-hero{min-height:76svh;padding:140px 32px 70px;display:grid;align-items:end}.service-hero .back{position:fixed;left:32px;top:110px;border:1px solid var(--line);background:white;border-radius:999px;padding:12px 18px;z-index:4}.service-title{max-width:980px}.service-title p{color:var(--soft);font-size:clamp(20px,3vw,32px);line-height:1.35}.service-title h1{font-size:clamp(58px,10vw,150px);line-height:.9;letter-spacing:-.08em;margin:0 0 24px}.service-detail{max-width:1120px;margin:auto;padding:0 32px 100px;display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}.service-preview-large{border-radius:34px;min-height:420px;display:grid;place-items:center;border:1px solid var(--line);background:white;position:sticky;top:120px}.service-preview-large .bubble{position:static;width:220px;height:220px;animation:floaty 6s infinite}.detail-copy{display:grid;gap:18px}.detail-card{border:1px solid var(--line);background:white;border-radius:20px;padding:28px}.detail-card h2{font-size:36px;letter-spacing:-.05em;margin:0 0 14px}.detail-card p,.detail-card li{color:var(--soft);line-height:1.65}.addons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.addons span{border:1px solid var(--line);border-radius:999px;padding:12px 14px;background:#fff}.service-cta{display:flex;gap:12px;flex-wrap:wrap}.service-cta a,.service-cta button{border:0;background:#111;color:white;border-radius:999px;padding:15px 20px}.service-cta a:nth-child(2){background:white;color:#111;border:1px solid var(--line)}@media(min-width:900px){.b1{left:26%;top:28%}.b2{left:44%;top:18%}.b3{right:28%;top:28%}.b4{left:18%;top:50%}.b5{right:19%;top:49%}.b6{left:31%;bottom:21%}.b7{right:31%;bottom:19%}.b8{left:48%;bottom:13%}.bubble-sm{width:92px;height:92px}.bubble-md{width:122px;height:122px}.bubble-lg{width:152px;height:152px}}@media(max-width:760px){.site-header{padding:32px 28px}.wordmark{font-size:58px}.top-controls{gap:22px}.status-dot{width:25px;height:25px}.menu-panel{right:18px;top:76px;width:calc(100vw - 36px);padding:28px}.hero{min-height:100svh;padding-top:128px}.hero h1{font-size:23px;max-width:320px}.bubble-sm{width:58px;height:58px}.bubble-md{width:72px;height:72px}.bubble-lg{width:94px;height:94px}.b1{left:0;top:38%}.b2{left:40%;top:25%}.b3{right:16%;top:31%}.b4{left:-5%;top:52%}.b5{right:4%;top:49%}.b6{left:10%;bottom:32%}.b7{right:26%;bottom:20%}.b8{left:38%;bottom:15%}.whatsapp-cta{left:26px;bottom:105px;font-size:18px;min-width:calc(100vw - 96px);padding:20px 24px}.business-cta{display:none}.orbit-loader{right:48px;bottom:140px;scale:.78}.mobile-bar{position:absolute;display:flex;left:50%;bottom:22px;translate:-50% 0;width:70vw;height:58px;border:1px solid var(--line);background:white;border-radius:999px;align-items:center;justify-content:center;gap:18px;font-size:18px;z-index:3}.mobile-bar span,.mobile-bar i{width:24px;height:4px;background:#111;border-radius:5px;position:relative}.mobile-bar span:before,.mobile-bar span:after{content:"";position:absolute;left:0;width:24px;height:4px;background:#111;border-radius:5px}.mobile-bar span:before{top:-9px}.mobile-bar span:after{top:9px}.mobile-bar i{width:20px;height:20px;border:4px solid #111;border-left-color:transparent;background:transparent;border-radius:50%}.section{padding:82px 24px}.timeline,.price-grid,.approach-grid,.contact-wrap,.service-detail{grid-template-columns:1fr}.service-row{grid-template-columns:1fr 24px}.contact-wrap{gap:18px}.service-hero{padding:150px 24px 50px}.service-detail{padding:0 24px 80px}.service-preview-large{position:relative;top:auto;min-height:300px}.addons{grid-template-columns:1fr}.service-title h1{font-size:62px}.service-title p{font-size:20px}}

.contact-stack{display:grid;gap:12px;align-self:start}.whatsapp-card.slim .glow-dot{display:none}.whatsapp-preview i svg{width:62%;height:62%;color:#fff}.whatsapp-preview i{border:0}.whatsapp-preview b{right:22%;bottom:20%;width:18px;height:18px;border-radius:0 0 4px 0}
