body{background:var(--color-surface-soft);overflow-x:hidden;padding-top:74px}html{scroll-padding-top:92px}:root{--dc-accent: var(--green-500);--dc-fill: var(--green-500);--dc-on-accent: var(--green-950);--dc-glow: var(--glow-green);--dc-grad: var(--grad-verticals)}::selection{background:color-mix(in srgb,var(--dc-accent) 30%,transparent)}.dc-wrap{max-width:1320px;margin:0 auto;padding:0 32px}.eyebrow .dot{background:var(--dc-accent);box-shadow:0 0 10px var(--dc-accent)}.fx-card{position:relative;isolation:isolate;overflow:hidden}.fx-card:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;opacity:0;transition:opacity var(--t);background:radial-gradient(380px circle at var(--mx, 50%) var(--my, 0%),color-mix(in srgb,var(--dc-accent) 16%,transparent),transparent 60%)}.fx-card:hover:before{opacity:1}.fx-edge{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:var(--dc-grad);transform:scaleX(0);transform-origin:left;transition:transform var(--t-slow)}.fx-card:hover .fx-edge{transform:scaleX(1)}@media(prefers-reduced-motion:no-preference){html.js .reveal-stagger>*{opacity:0;transform:translateY(24px);transition:opacity var(--t-slow),transform var(--t-slow);transition-delay:calc(var(--i, 0) * 70ms)}html.js .reveal-stagger.in>*{opacity:1;transform:none}}.dc-primary,.dc-secondary{--color-accent: var(--dc-accent);--color-on-accent: var(--dc-on-accent)}.dc-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:clamp(560px,84vh,840px);padding:48px 0}.dc-hero .dc-glow{position:absolute;pointer-events:none;border-radius:50%}.dc-hero-glow-1{top:-300px;right:-180px;width:820px;height:820px;background:var(--dc-glow)}.dc-hero-glow-2{bottom:-320px;left:-240px;width:640px;height:640px;background:var(--glow-pink)}.dc-hero-wrap{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(40px,5vw,80px);align-items:center}.dc-hero-copy{max-width:640px}.dc-hero-eyebrow{margin-bottom:26px}.dc-hero-title{margin:0;font-size:clamp(34px,4vw,49px);line-height:1.04;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.dc-hero-title .t-gradient{background:var(--dc-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.dc-hero-lead{margin:28px 0 0;max-width:500px;font-size:18px;line-height:1.7;color:var(--text-secondary)}.dc-hero-ctas{margin-top:34px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.dc-hero-trust{margin-top:40px;padding-top:24px;border-top:1px solid var(--color-border);display:flex;align-items:center;gap:12px 22px;flex-wrap:wrap}.dc-trust-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.dc-trust-item svg{width:16px;height:16px;fill:none;stroke:var(--dc-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.dc-hero-visual{position:relative}.dc-composer{position:relative;overflow:hidden;background:linear-gradient(180deg,#11151d,#0c0f15);border:1px solid var(--color-border-strong);border-radius:var(--r-xl);box-shadow:0 40px 90px -50px #000000e6}.dc-composer:before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;z-index:4;background:linear-gradient(150deg,color-mix(in srgb,var(--dc-accent) 32%,transparent),transparent 42%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.dc-composer-bar{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid var(--color-border)}.dc-dots{display:flex;gap:6px}.dc-dots i{width:11px;height:11px;border-radius:50%;display:block}.dc-dots i:nth-child(1){background:#ff5f57}.dc-dots i:nth-child(2){background:#febc2e}.dc-dots i:nth-child(3){background:#28c840}.dc-composer-title{position:absolute;left:0;right:0;text-align:center;pointer-events:none;font-family:var(--font-mono, ui-monospace, monospace);font-size:11.5px;letter-spacing:.02em;color:var(--color-on-surface-muted)}.dc-composer-net{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-on-surface-muted)}.dc-composer-net b{color:var(--dc-accent);font-weight:600}.dc-net-dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--green-500);box-shadow:0 0 9px var(--green-500)}.dc-composer-body{position:relative;z-index:1;padding:22px 22px 24px}.dc-modules{position:relative;display:flex;flex-direction:column;gap:12px}.dc-modules:before{content:"";position:absolute;left:27px;top:26px;bottom:26px;width:2px;background:linear-gradient(180deg,var(--dc-accent),color-mix(in srgb,var(--dc-accent) 15%,transparent));opacity:.5}.dc-module{position:relative;z-index:1;display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:center;padding:14px;border-radius:var(--r-lg);background:var(--color-surface);border:1px solid var(--color-border)}.dc-module-ic{width:40px;height:40px;flex:none;border-radius:var(--r-md);display:grid;place-items:center;background:color-mix(in srgb,var(--dc-accent) 14%,var(--color-surface-strong));border:1px solid color-mix(in srgb,var(--dc-accent) 28%,transparent);color:var(--dc-accent)}.dc-module-ic svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dc-module-tt h4{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:16px;color:var(--text-primary)}.dc-module-tt p{margin:2px 0 0;font-size:12.5px;color:var(--text-muted)}.dc-module-ok{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:var(--w-semibold);color:var(--green-500);padding:5px 10px;border-radius:var(--r-full);background:color-mix(in srgb,var(--green-500) 12%,transparent)}.dc-module-ok svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.dc-composer-foot{margin-top:16px;padding-top:16px;border-top:1px dashed var(--color-border);display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-secondary)}.dc-composer-foot .dc-time{font-family:var(--font-display);font-weight:var(--w-semibold);font-size:15px;color:var(--dc-accent)}@media(prefers-reduced-motion:no-preference){.dc-net-dot{animation:dc-pulse 1.8s ease-in-out infinite}.dc-hero-copy>*{transform:translateY(16px);animation:dc-rise .6s cubic-bezier(.2,.7,.1,1) forwards}.dc-hero-copy>*:nth-child(1){animation-delay:.05s}.dc-hero-copy>*:nth-child(2){animation-delay:.13s}.dc-hero-copy>*:nth-child(3){animation-delay:.21s}.dc-hero-copy>*:nth-child(4){animation-delay:.29s}.dc-hero-copy>*:nth-child(5){animation-delay:.37s}.dc-hero-visual{transform:translateY(16px);animation:dc-rise .7s cubic-bezier(.2,.7,.1,1) .2s forwards}.dc-module{opacity:0;transform:translateY(10px);animation:dc-in .5s cubic-bezier(.2,.8,.2,1) forwards}.dc-module:nth-child(1){animation-delay:.55s}.dc-module:nth-child(2){animation-delay:.75s}.dc-module:nth-child(3){animation-delay:.95s}}@keyframes dc-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes dc-rise{to{transform:none}}@keyframes dc-in{to{opacity:1;transform:none}}.dc-section{position:relative;padding:clamp(80px,10vw,128px) 0 0}.dc-section-head{max-width:780px;margin-bottom:60px}.dc-section-head .eyebrow{margin-bottom:20px}.dc-section-title{margin:0;font-size:clamp(34px,4.4vw,56px);line-height:1.08;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.dc-section-sub{margin:22px 0 0;max-width:640px;font-size:17px;line-height:1.7;color:var(--text-secondary)}.dc-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dc-feature{position:relative;display:flex;flex-direction:column;gap:18px;padding:28px 26px 30px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-xl);transition:background var(--t),border-color var(--t),transform var(--t)}.dc-feature>*{position:relative;z-index:1}.dc-feature:hover{background:var(--color-surface-strong);border-color:var(--border-strong);transform:translateY(-4px)}.dc-feature-ic{width:54px;height:54px;flex:none;display:grid;place-items:center;border-radius:var(--r-md);background:color-mix(in srgb,var(--dc-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 24%,transparent);color:var(--dc-accent);transition:transform var(--t),background var(--t),border-color var(--t)}.dc-feature:hover .dc-feature-ic{transform:translateY(-2px) scale(1.05);background:color-mix(in srgb,var(--dc-accent) 20%,transparent);border-color:color-mix(in srgb,var(--dc-accent) 40%,transparent)}.dc-feature-ic svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dc-feature h3{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:17px;line-height:1.3;color:var(--text-primary)}.dc-feature p{margin:0;font-size:14px;line-height:1.65;color:var(--text-secondary)}.dc-token-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,5vw,80px);align-items:center}.dc-token-copy h2{margin:0;font-size:clamp(32px,3.8vw,48px);line-height:1.12;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.dc-token-copy p{margin:20px 0 0;font-size:16.5px;line-height:1.7;color:var(--text-secondary);max-width:460px}.dc-token-copy .dc-token-help{color:var(--color-on-surface-strong)}.dc-chain{margin-top:28px;display:inline-flex;align-items:center;gap:10px;padding:9px 16px 9px 12px;border-radius:var(--r-full);background:var(--color-surface);border:1px solid var(--color-border);font-size:13px;color:var(--text-secondary)}.dc-chain b{color:var(--text-primary);font-weight:var(--w-semibold)}.dc-chain-mark{width:22px;height:22px;flex:none}.dc-chain-mark svg{width:100%;height:100%}.dc-tokenomics{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-2xl);padding:28px}.dc-tokenomics-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px}.dc-tokenomics-head h3{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:18px;color:var(--text-primary)}.dc-tag{font-size:10.5px;font-weight:var(--w-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--dc-accent);padding:4px 10px;border-radius:var(--r-full);background:color-mix(in srgb,var(--dc-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 24%,transparent)}.dc-alloc-bar{display:flex;height:14px;border-radius:var(--r-full);overflow:hidden;gap:2px}.dc-alloc-bar span{display:block;height:100%}.dc-alloc-bar span:nth-child(1){background:var(--dc-accent)}.dc-alloc-bar span:nth-child(2){background:var(--blue-400)}.dc-alloc-bar span:nth-child(3){background:var(--secondary-300)}.dc-alloc-bar span:nth-child(4){background:var(--color-border-strong)}.dc-alloc-legend{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.dc-alloc-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text-secondary)}.dc-alloc-item .dc-swatch{width:10px;height:10px;border-radius:3px;flex:none}.dc-alloc-item .dc-swatch.a{background:var(--dc-accent)}.dc-alloc-item .dc-swatch.b{background:var(--blue-400)}.dc-alloc-item .dc-swatch.c{background:var(--secondary-300)}.dc-alloc-item .dc-swatch.d{background:var(--color-border-strong)}.dc-alloc-item b{margin-left:auto;color:var(--text-primary);font-weight:var(--w-semibold);font-variant-numeric:tabular-nums}.dc-rules{margin-top:24px;padding-top:20px;border-top:1px dashed var(--color-border);display:flex;flex-wrap:wrap;gap:10px}.dc-rule{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-secondary);padding:7px 12px;border-radius:var(--r-full);background:var(--color-surface-strong);border:1px solid var(--color-border)}.dc-rule svg{width:14px;height:14px;fill:none;stroke:var(--dc-accent);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dc-eco-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}.dc-eco-cell{position:relative;display:flex;align-items:center;justify-content:center;min-height:132px;padding:28px 24px;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);text-decoration:none;transition:background var(--t)}.dc-eco-cell:hover{background:var(--color-surface)}.dc-eco-cell img{max-width:140px;max-height:40px;width:auto;height:auto;filter:brightness(0) invert(1);opacity:.5;transition:opacity var(--t)}.dc-eco-cell:hover img{opacity:.95}.dc-eco-word{font-family:var(--font-display);font-weight:var(--w-semibold);font-size:22px;letter-spacing:-.01em;color:var(--text-secondary);opacity:.7;transition:color var(--t),opacity var(--t)}.dc-eco-cell:hover .dc-eco-word{color:var(--text-primary);opacity:1}.dc-eco-cell.is-soon{cursor:default}.dc-eco-cell.is-soon:hover{background:transparent}.dc-eco-soon{position:absolute;top:12px;right:12px;font-size:9.5px;font-weight:var(--w-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:3px 8px;border-radius:var(--r-full);background:var(--color-surface-strong);border:1px solid var(--color-border)}.dc-prices{position:relative;overflow:hidden}.dc-prices .dc-glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:900px;height:620px;background:var(--dc-glow);pointer-events:none}.dc-price-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.dc-plan{position:relative;display:flex;flex-direction:column;padding:32px 28px 30px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-2xl);transition:background var(--t),border-color var(--t),transform var(--t)}.dc-plan>*{position:relative;z-index:1}.dc-plan:hover{background:var(--color-surface-strong);border-color:var(--border-strong);transform:translateY(-4px)}.dc-plan.is-featured{border-color:color-mix(in srgb,var(--dc-accent) 55%,var(--color-border));box-shadow:0 30px 80px -50px var(--dc-fill)}.dc-plan-badge{position:absolute;top:18px;right:18px;z-index:2;font-size:10px;font-weight:var(--w-bold);letter-spacing:.12em;text-transform:uppercase;color:var(--dc-on-accent);background:var(--dc-fill);padding:5px 11px;border-radius:var(--r-full)}.dc-plan-name{font-family:var(--font-body);font-weight:var(--w-semibold);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--dc-accent)}.dc-plan-price{margin-top:16px;display:flex;align-items:baseline;gap:6px}.dc-plan-price .dc-amount{font-family:var(--font-display);font-weight:var(--w-semibold);font-size:46px;line-height:1;letter-spacing:-.02em;color:var(--text-primary)}.dc-plan-price .dc-per{font-size:14px;color:var(--text-muted)}.dc-plan-staking{margin-top:16px;padding:12px 14px;border-radius:var(--r-md);background:var(--color-surface-strong);border:1px solid var(--color-border);font-size:13px;color:var(--text-secondary);min-height:78px;display:flex;flex-direction:column;gap:4px;justify-content:center}.dc-plan-staking .dc-staking-amt{color:var(--text-primary);font-weight:var(--w-semibold);font-size:14px}.dc-plan-staking .dc-roi{color:var(--dc-accent);font-weight:var(--w-semibold)}.dc-plan-staking .dc-lock{color:var(--text-muted);font-size:12px}.dc-plan-cta{margin-top:20px}.dc-plan-cta .btn{width:100%;justify-content:center}.dc-plan-featlabel{margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border);font-size:12.5px;font-weight:var(--w-medium);color:var(--text-muted)}.dc-plan-feats{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:11px}.dc-plan-feats li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;font-size:14px;line-height:1.45;color:var(--text-secondary)}.dc-plan-feats svg{width:16px;height:16px;margin-top:2px;fill:none;stroke:var(--dc-accent);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:none}.dc-price-note{margin:32px auto 0;max-width:720px;text-align:center;font-size:12.5px;line-height:1.6;color:var(--text-muted)}.dc-price-note a{color:var(--dc-accent);text-decoration:underline;text-underline-offset:2px}.dc-contact{position:relative;overflow:hidden;padding-bottom:clamp(80px,10vw,128px)}.dc-contact .dc-glow{position:absolute;bottom:-300px;right:-200px;width:720px;height:720px;background:var(--dc-glow);pointer-events:none}.dc-contact-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start}.dc-contact h2{margin:0;font-size:clamp(38px,4.6vw,60px);line-height:1.05;letter-spacing:-.02em;color:var(--text-primary)}.dc-contact-lead{margin:22px 0 0;max-width:440px;font-size:17px;line-height:1.7;color:var(--text-secondary)}.dc-channels{margin-top:40px;border-top:1px solid var(--color-border)}.dc-channel{display:flex;align-items:center;gap:16px;padding:18px 4px;border-bottom:1px solid var(--color-border);text-decoration:none;transition:padding-left var(--t)}.dc-channel:hover{padding-left:12px}.dc-channel-ic{width:46px;height:46px;flex:none;display:grid;place-items:center;border-radius:var(--r-md);background:color-mix(in srgb,var(--dc-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 24%,transparent);color:var(--dc-accent);transition:background var(--t)}.dc-channel:hover .dc-channel-ic{background:color-mix(in srgb,var(--dc-accent) 20%,transparent)}.dc-channel-ic svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dc-channel-tt{display:flex;flex-direction:column;gap:2px}.dc-channel-tt .dc-cc-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.dc-channel-tt .dc-cc-value{font-size:15.5px;font-weight:var(--w-medium);color:var(--text-primary);transition:color var(--t-fast)}.dc-channel:hover .dc-cc-value{color:var(--dc-accent)}.dc-form-panel{position:relative;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-2xl);padding:38px}.dc-form-panel .fx-edge{transform:scaleX(1);opacity:.7}.dc-form{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.dc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dc-field{position:relative;display:block}.dc-field input,.dc-field textarea{width:100%;background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--r-md);color:var(--text-primary);font-family:var(--font-body);font-size:16px;padding:24px 16px 9px;outline:none;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.dc-field textarea{resize:vertical;min-height:120px;padding-top:26px}.dc-field label{position:absolute;left:16px;top:15px;white-space:nowrap;font-size:15px;color:var(--text-muted);pointer-events:none;transition:top var(--t-fast),font-size var(--t-fast),color var(--t-fast)}.dc-field input:focus+label,.dc-field input:not(:placeholder-shown)+label,.dc-field textarea:focus+label,.dc-field textarea:not(:placeholder-shown)+label{top:8px;font-size:11px;letter-spacing:.08em;color:var(--dc-accent)}.dc-field input:focus,.dc-field textarea:focus{border-color:var(--color-info);box-shadow:0 0 0 4px color-mix(in srgb,var(--blue-400) 16%,transparent)}.dc-consent{position:relative;display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;cursor:pointer;margin-top:4px}.dc-consent input{position:absolute;top:0;left:0;width:22px;height:22px;margin:0;opacity:0;cursor:pointer}.dc-consent__box{width:22px;height:22px;flex:none;border-radius:var(--r-sm);border:1px solid var(--color-border-strong);background:var(--color-surface-strong);display:grid;place-items:center;transition:background var(--t-fast),border-color var(--t-fast),box-shadow var(--t-fast)}.dc-consent__box svg{width:14px;height:14px;fill:none;stroke:var(--dc-on-accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.6);transition:opacity var(--t-fast),transform var(--t-fast)}.dc-consent input:checked~.dc-consent__box{background:var(--dc-accent);border-color:var(--dc-accent)}.dc-consent input:checked~.dc-consent__box svg{opacity:1;transform:none}.dc-consent input:focus-visible~.dc-consent__box{border-color:var(--blue-400);box-shadow:0 0 0 4px color-mix(in srgb,var(--blue-400) 45%,transparent)}.dc-consent__txt{font-size:12.5px;line-height:1.55;color:var(--color-on-surface)}.dc-consent__txt a{color:var(--dc-accent);text-decoration:underline;text-underline-offset:2px}.dc-consent__err{margin:2px 0 0;font-size:12.5px;line-height:1.5;color:var(--secondary-300)}.dc-form.has-consent-error .dc-consent__box{border-color:var(--secondary-300);box-shadow:0 0 0 3px color-mix(in srgb,var(--secondary-300) 30%,transparent)}.dc-form-submit{display:flex;margin-top:2px}.dc-form-submit .btn{width:100%;justify-content:center}.dc-form.sent>*:not(.dc-form-ok){display:none}.dc-form-ok{display:none}.dc-form.sent .dc-form-ok{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:20px 8px 12px;animation:dc-ok-in .5s cubic-bezier(.16,1,.3,1) both}.dc-form-ok__badge{width:62px;height:62px;margin-bottom:12px;flex:none;display:grid;place-items:center;border-radius:50%;color:var(--color-success);background:var(--badge-green-bg);border:1px solid color-mix(in srgb,var(--color-success) 34%,transparent);box-shadow:0 0 0 8px color-mix(in srgb,var(--color-success) 7%,transparent)}.dc-form-ok__badge svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.dc-form-ok__title{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:22px;letter-spacing:-.01em;color:var(--color-success)}.dc-form-ok__txt{margin:0;max-width:32ch;font-size:14.5px;line-height:1.55;color:var(--color-on-surface)}@keyframes dc-ok-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.dc-form.sent .dc-form-ok{animation:none}}@media(max-width:1100px){.dc-features-grid{grid-template-columns:repeat(2,1fr)}.dc-eco-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.dc-hero{min-height:0;padding:24px 0 8px}.dc-hero-wrap{grid-template-columns:1fr;gap:44px}.dc-hero-copy{max-width:none}.dc-token-grid{grid-template-columns:1fr;gap:40px}.dc-price-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.dc-plan.is-featured{order:-1}.dc-contact-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:640px){.dc-wrap{padding:0 20px}.dc-features-grid{grid-template-columns:1fr}.dc-eco-grid{grid-template-columns:repeat(2,1fr)}.dc-form-row,.dc-alloc-legend{grid-template-columns:1fr}}.dc-hero-title{font-size:clamp(34px,4vw,49px)}.dc-hero-lead{max-width:460px;font-size:16.5px}.dc-hero-new{display:inline-flex;align-items:center;gap:10px;margin-bottom:26px;padding:6px 14px 6px 7px;border-radius:var(--r-full);background:color-mix(in srgb,var(--dc-accent) 9%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 26%,transparent);font-size:13px;color:var(--text-secondary);text-decoration:none;transition:border-color var(--t),background var(--t),color var(--t)}.dc-hero-new:hover{background:color-mix(in srgb,var(--dc-accent) 15%,transparent);border-color:color-mix(in srgb,var(--dc-accent) 45%,transparent);color:var(--text-primary)}.dc-new-chip{font-size:10px;font-weight:var(--w-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--dc-on-accent);background:var(--dc-fill);padding:4px 9px;border-radius:var(--r-full)}.dc-hero-new svg{width:14px;height:14px;fill:none;stroke:var(--dc-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dcv-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s cubic-bezier(.2,.7,.1,1),transform .6s cubic-bezier(.2,.7,.1,1)}.dcv-slide.is-active{opacity:1;pointer-events:auto;z-index:2}.dcv-phone-screen .dcv-slide{transition-delay:.22s}.dcv-slide.is-prev{z-index:1}@media(prefers-reduced-motion:no-preference){.dcv-slide{transform:translate(-34px)}.dcv-slide.is-active{transform:translate(0)}.dcv-slide.is-prev{transform:translate(34px)}}.dcv-slide .dcv-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.dcv-slider-dots{display:flex;align-items:center;gap:8px;margin-top:16px}.dcv-slider-dots button{width:8px;height:8px;padding:0;border:none;border-radius:var(--r-full);background:var(--color-border-strong);cursor:pointer;position:relative;transition:width .4s cubic-bezier(.2,.7,.1,1),background var(--t)}.dcv-slider-dots button:before{content:"";position:absolute;inset:-14px -2px}.dcv-slider-dots button:hover{background:color-mix(in srgb,var(--dc-accent) 45%,var(--color-border-strong))}.dcv-slider-dots button.is-active{width:28px;background:color-mix(in srgb,var(--dc-accent) 22%,var(--color-border-strong))}.dcv-slider-dots button.is-active:after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--dc-accent);clip-path:inset(0 100% 0 0)}@media(prefers-reduced-motion:no-preference){.dcv-slider-dots button.is-active:after{animation:dcv-dotfill 4.5s linear forwards}.dcv-slider.is-paused .dcv-slider-dots button.is-active:after{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.dcv-slider-dots button.is-active:after{clip-path:inset(0 0 0 0)}}@keyframes dcv-dotfill{to{clip-path:inset(0 0 0 0)}}.dcv-slider-dots button:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--blue-400) 45%,transparent)}.dcv-device{position:relative;margin-bottom:30px}.dcv-browser{position:relative;overflow:hidden;background:linear-gradient(180deg,#11151d,#0c0f15);border:1px solid var(--color-border-strong);border-radius:var(--r-xl);box-shadow:0 40px 90px -50px #000000e6}.dcv-browser:before{content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;z-index:4;background:linear-gradient(150deg,color-mix(in srgb,var(--dc-accent) 30%,transparent),transparent 42%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.dcv-browser-bar{position:relative;z-index:1;display:flex;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid var(--color-border)}.dcv-url{margin:0 auto;display:inline-flex;align-items:center;gap:7px;min-width:46%;justify-content:center;font-family:var(--font-body);font-size:11.5px;font-weight:var(--w-medium);letter-spacing:.02em;color:var(--color-on-surface-muted);background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--r-full);padding:4px 14px}.dcv-url svg{width:10px;height:10px;fill:none;stroke:var(--dc-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.dcv-shot{position:relative;aspect-ratio:16 / 10;background:#0a0c0f}.dcv-shot .dcv-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.dcv-phone{position:absolute;right:-12px;bottom:-30px;z-index:5;width:152px;padding:8px;background:#0c0f15;border:1px solid var(--color-border-strong);border-radius:20px;box-shadow:0 34px 70px -30px #000000f2}.dcv-phone:after{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:44px;height:11px;border-radius:var(--r-full);background:#0c0f15;border:1px solid var(--color-border);z-index:6}.dcv-phone-screen{position:relative;aspect-ratio:9 / 16;border-radius:12px;overflow:hidden;isolation:isolate;background:#0a0c0f}.dcv-phone-screen .dcv-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:inherit}.dcv-mods{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.dcv-mod{position:relative;display:flex;flex-direction:column;gap:12px;padding:24px 22px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);transition:background var(--t),border-color var(--t),transform var(--t)}.dcv-mod:hover{background:var(--color-surface-strong);border-color:var(--border-strong);transform:translateY(-3px)}.dcv-mod-ic{width:42px;height:42px;flex:none;display:grid;place-items:center;border-radius:var(--r-md);background:color-mix(in srgb,var(--dc-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 24%,transparent);color:var(--dc-accent)}.dcv-mod-ic svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dcv-mod h3{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:16px;line-height:1.3;color:var(--text-primary)}.dcv-mod p{margin:0;font-size:13.5px;line-height:1.6;color:var(--text-secondary)}.dcv-mod .dc-tag{position:absolute;top:16px;right:16px}.dcv-mod.is-featured{border-color:color-mix(in srgb,var(--dc-accent) 45%,var(--color-border));background:linear-gradient(180deg,color-mix(in srgb,var(--dc-accent) 7%,var(--color-surface)),var(--color-surface))}.dcv-mod.is-featured:hover{border-color:color-mix(in srgb,var(--dc-accent) 65%,var(--color-border))}.dcv-mod-link{margin-top:auto;padding-top:4px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:var(--w-medium);color:var(--dc-accent);text-decoration:none}.dcv-mod-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--t-fast)}.dcv-mod-link:hover svg{transform:translate(3px)}.dcv-shop-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(40px,5vw,76px);align-items:center}.dcv-shop-copy h2{margin:0;font-size:clamp(32px,4vw,50px);line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.dcv-shop-copy .eyebrow{margin-bottom:20px}.dcv-shop-lead{margin:20px 0 0;font-size:16.5px;line-height:1.7;color:var(--text-secondary);max-width:480px}.dcv-shop-lead b{color:var(--text-primary);font-weight:var(--w-semibold)}.dcv-shop-feats{margin-top:30px;border-top:1px solid var(--color-border)}.dcv-feat{display:grid;grid-template-columns:40px 1fr;gap:15px;align-items:start;padding:17px 0;border-bottom:1px solid var(--color-border)}.dcv-feat-ic{width:40px;height:40px;flex:none;display:grid;place-items:center;border-radius:var(--r-md);background:color-mix(in srgb,var(--dc-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--dc-accent) 24%,transparent);color:var(--dc-accent)}.dcv-feat-ic svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dcv-feat h3{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:15.5px;color:var(--text-primary)}.dcv-feat p{margin:3px 0 0;font-size:13.5px;line-height:1.6;color:var(--text-secondary)}.dcv-hw{position:relative;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-2xl);padding:clamp(36px,4.5vw,60px)}.dcv-hw .fx-edge{transform:scaleX(1);opacity:.7}.dcv-hw>.dcv-hw-glow{position:absolute;top:-260px;right:-220px;width:620px;height:620px;background:var(--glow-blue);pointer-events:none;border-radius:50%}.dcv-hw-grid{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(36px,4.5vw,64px);align-items:center}.dcv-hw-logo{display:block;height:34px;width:auto;margin-bottom:26px}.dcv-hw-copy .eyebrow{margin-bottom:20px}.dcv-hw-copy h2{margin:0;font-size:clamp(30px,3.6vw,46px);line-height:1.12;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.dcv-hw-copy p{margin:20px 0 0;font-size:16px;line-height:1.7;color:var(--text-secondary);max-width:440px}.dcv-hw-link{margin-top:26px;display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:var(--w-medium);color:var(--dc-accent);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--dc-accent) 40%,transparent);padding-bottom:2px;transition:border-color var(--t-fast)}.dcv-hw-link:hover{border-color:var(--dc-accent)}.dcv-hw-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dcv-hw-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dcv-hw-card{display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--color-surface-strong);border:1px solid var(--color-border);border-radius:var(--r-lg);transition:border-color var(--t)}.dcv-hw-card:hover{border-color:var(--border-strong)}.dcv-hw-card svg{width:22px;height:22px;fill:none;stroke:var(--dc-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dcv-hw-card h3{margin:0;font-family:var(--font-display);font-weight:var(--w-semibold);font-size:15px;color:var(--text-primary)}.dcv-hw-card p{margin:0;font-size:12.5px;line-height:1.55;color:var(--text-secondary)}.dcv-midcta{margin-top:64px;text-align:center}.dcv-midcta-txt{margin:0 0 24px;font-family:var(--font-display);font-weight:var(--w-extralight);font-size:clamp(26px,3vw,36px);letter-spacing:-.01em;color:var(--text-primary)}.dcv-midcta-txt b{font-weight:var(--w-semibold)}.dcv-midcta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.dcv-infra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:56px}.dcv-infra-card{position:relative;display:flex;flex-direction:column;padding:26px 26px 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-2xl);overflow:visible;transition:border-color var(--t)}.dcv-infra-card:hover{border-color:var(--border-strong)}.dcv-infra-head{display:flex;flex-direction:column;gap:13px;margin-bottom:22px}.dcv-infra-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:30px}.dcv-infra-logo{max-height:30px;max-width:158px;width:auto;height:auto}.dcv-infra-word{font-family:var(--font-display);font-weight:var(--w-semibold);font-size:23px;line-height:1;letter-spacing:-.01em;color:var(--text-primary)}.dcv-infra-sub{font-size:13px;line-height:1.55;color:var(--text-secondary);min-height:2.8em}.dcv-infra-link{flex:none;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:var(--w-medium);color:var(--dc-accent);text-decoration:none;white-space:nowrap}.dcv-infra-link:hover{text-decoration:underline;text-underline-offset:3px}.dcv-infra-link svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dcv-infra-card .dcv-device{margin-top:auto;margin-bottom:0;transform:translateY(26px)}.dcv-infra-card .dcv-phone{width:120px;right:-8px;bottom:-18px}.dcv-infra-grid{padding-bottom:26px}.dcv-eco-note{max-width:780px;margin:0 0 24px;font-size:14px;color:var(--text-muted)}#ecosistema .dc-eco-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:1100px){.dcv-mods{grid-template-columns:repeat(2,1fr)}.dcv-infra-grid{grid-template-columns:1fr}}@media(max-width:980px){.dcv-shop-grid,.dcv-hw-grid{grid-template-columns:1fr;gap:44px}.dcv-shop-grid .dcv-device{order:2}.dc-hero-visual .dcv-device{margin-top:8px}}@media(max-width:640px){.dc-hero-title{font-size:clamp(38px,11vw,44px)}.dcv-mods,.dcv-hw-cards{grid-template-columns:1fr}.dcv-phone{width:112px;right:2px;bottom:-22px}.dcv-infra-card .dcv-phone{width:104px}.dcv-url{min-width:0;max-width:60%;overflow:hidden}}#ecommerce .dcv-shop-grid{grid-template-columns:1.1fr .9fr}@media(max-width:980px){#ecommerce .dcv-shop-grid{grid-template-columns:1fr}}.dcv-shop-stage{position:relative;display:flex;justify-content:center;align-items:flex-start;gap:0;padding:34px 6px 52px;transform:translate3d(var(--px, 0px),var(--py, 0px),0);transition:transform .5s cubic-bezier(.22,.61,.36,1)}.dcv-shop-glow{position:absolute;left:50%;top:46%;width:68%;max-width:360px;aspect-ratio:1;translate:-50% -50%;border-radius:50%;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--dc-accent) 20%,transparent),color-mix(in srgb,var(--dc-accent) 5%,transparent) 46%,transparent 70%);filter:blur(38px);opacity:.5;pointer-events:none;z-index:0}.dcv-shop-stage .dcv-phone{position:relative;right:auto;bottom:auto;z-index:auto;margin:0;flex:0 0 auto;padding:8px;border:1px solid transparent;border-radius:20px;background:linear-gradient(#0c0f15,#0c0f15) padding-box,linear-gradient(150deg,color-mix(in srgb,var(--dc-accent) 24%,transparent) 0%,var(--color-border-strong) 46%,var(--color-border-strong) 100%) border-box;box-shadow:0 24px 50px -28px #000000e6;backface-visibility:hidden;will-change:transform;transition:box-shadow var(--t);transform:rotate(var(--tilt, 0deg));animation:dcv-shop-float var(--dur, 7s) var(--delay, 0s) cubic-bezier(.45,0,.55,1) infinite}.dcv-shop-stage .dcv-phone:after{background:#0c0f15}.dcv-shop-stage .dcv-phone:before{content:"";position:absolute;left:50%;bottom:-24px;z-index:-1;width:72%;height:22px;border-radius:50%;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(0,0,0,.7) 0%,transparent 72%);filter:blur(10px);animation:dcv-shop-shadow var(--dur, 7s) var(--delay, 0s) cubic-bezier(.45,0,.55,1) infinite}.dcv-shop-stage .p-left{--tilt: -6deg;--dur: 7.5s;--delay: -1.2s;--amp: -12px;width:clamp(104px,13.5vw,184px);z-index:1;margin-top:clamp(14px,2.6vw,30px);margin-right:clamp(-100px,-7vw,-46px);box-shadow:0 20px 44px -30px #000000d9}.dcv-shop-stage .p-left .dcv-img{filter:brightness(.8) saturate(.95)}.dcv-shop-stage .p-center{--tilt: 1.5deg;--dur: 6.5s;--delay: -2.1s;--amp: -16px;width:clamp(132px,17vw,228px);z-index:3;margin-top:clamp(30px,4.8vw,52px);background:linear-gradient(#0c0f15,#0c0f15) padding-box,linear-gradient(150deg,color-mix(in srgb,var(--dc-accent) 40%,transparent) 0%,var(--color-border-strong) 44%,var(--color-border-strong) 100%) border-box;box-shadow:0 42px 84px -30px #000000fa,0 8px 24px -14px #0009}.dcv-shop-stage .p-right{--tilt: 5deg;--dur: 8.2s;--delay: -3.4s;--amp: -13px;width:clamp(110px,14vw,192px);z-index:2;margin-top:clamp(10px,2vw,22px);margin-left:clamp(-100px,-7vw,-46px);box-shadow:0 24px 52px -30px #000000e6}.dcv-shop-stage .p-right .dcv-img{filter:brightness(.88) saturate(.97)}.dcv-shop-stage .dcv-phone:hover{box-shadow:0 46px 90px -26px #000000fa,0 0 0 1px color-mix(in srgb,var(--dc-accent) 30%,transparent)}@keyframes dcv-shop-float{0%,to{transform:translateY(0) rotate(var(--tilt, 0deg))}50%{transform:translateY(var(--amp, -14px)) rotate(calc(var(--tilt, 0deg) * .4))}}@keyframes dcv-shop-shadow{0%,to{transform:translate(-50%) scale(1);opacity:.5}50%{transform:translate(-50%) scale(.78);opacity:.24}}@media(prefers-reduced-motion:no-preference){.dcv-shop-glow{animation:dcv-shop-glow 9s ease-in-out infinite;will-change:opacity,transform}}@keyframes dcv-shop-glow{0%,to{opacity:.42;transform:scale(1)}50%{opacity:.62;transform:scale(1.06)}}@media(max-width:640px){.dcv-shop-stage{padding:18px 2px 38px}.dcv-shop-stage .p-left{--amp: -9px}.dcv-shop-stage .p-center{--amp: -12px}.dcv-shop-stage .p-right{--amp: -10px}.dcv-shop-glow{width:84%}}@media(prefers-reduced-motion:reduce){.dcv-shop-stage{transition:none;transform:none}.dcv-shop-stage .dcv-phone,.dcv-shop-stage .dcv-phone:before,.dcv-shop-glow{animation:none!important}.dcv-shop-stage .dcv-phone{transform:rotate(var(--tilt, 0deg))}.dcv-shop-stage .dcv-phone:before{transform:translate(-50%) scale(1);opacity:.4}}
