@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";:root{--dd-bg:#070a14;--dd-card:#101626;--dd-card-hover:#162038;--dd-card-inner:#0a0f1e;--dd-border:#ffffff1f;--dd-border-glow:#38bdf866;--dd-txt-main:#fff;--dd-txt-muted:#9ca3af;--dd-txt-sub:#6b7280;--dd-purple:#8b5cf6;--dd-purple-dark:#6d28d9;--dd-indigo:#6366f1;--dd-gold:#f59e0b;--dd-emerald:#10b981;--dd-cyan:#38bdf8;--dd-rose:#f43f5e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--dd-bg);color:var(--dd-txt-main);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--dd-bg)}::-webkit-scrollbar-thumb{background:#1f293d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a5568}.dd-header{z-index:90;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--dd-border);background:#121726d9;padding:12px 20px;position:sticky;top:0}.dd-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1240px;margin:0 auto;display:flex}.dd-logo-box{cursor:pointer;align-items:center;gap:12px;display:flex}.dd-logo-icon{color:#fff;background:linear-gradient(135deg,#38bdf8 0%,#10b981 100%);border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex;box-shadow:0 4px 12px #38bdf859}.dd-nav-tabs{background:0 0;border:none;align-items:center;gap:18px;padding:0;display:flex}.dd-nav-tab{color:#b9b8c3;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;padding:0;font-size:14px;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex}.dd-nav-tab:hover{color:#fff}.dd-nav-tab.active{color:#38bdf8;font-weight:800}.dd-header-stats{align-items:center;gap:16px;display:flex}.dd-container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.dd-hero-section{padding:130px 0 60px;position:relative}.dd-hero-grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media (width>=992px){.dd-hero-grid{grid-template-columns:1.15fr .85fr;gap:50px}}.dd-badge-pill{color:#7dd3fc;background:#38bdf81f;border:1px solid #38bdf859;border-radius:9999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.dd-dot-pulse{background:#38bdf8;border-radius:50%;width:8px;height:8px;animation:2s infinite ddPulse;box-shadow:0 0 10px #38bdf8}@keyframes ddPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.dd-hero-h1{letter-spacing:-1.5px;color:#fff;margin-bottom:20px;font-size:clamp(34px,5vw,54px);font-weight:900;line-height:1.08}.dd-text-gradient{background:linear-gradient(135deg,#38bdf8 0%,#10b981 55%,#f59e0b 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.dd-hero-sub{color:#d1d5db;max-width:540px;margin-bottom:24px;font-size:17px;line-height:1.6}.dd-bullets-list{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.dd-bullet-item{color:#d1d5db;align-items:flex-start;gap:12px;font-size:14.5px;display:flex}.dd-bullet-check{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf859;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:12px;font-weight:800;display:flex}.dd-card{-webkit-backdrop-filter:blur(16px);background:#101626b8;border:1px solid #ffffff1f;border-radius:20px;padding:28px;transition:all .3s}.dd-card:hover{background:#162036d1;border-color:#38bdf859;transform:translateY(-2px)}.dd-card-glow{-webkit-backdrop-filter:blur(20px);background:#0e1422d1;border:1.5px solid #38bdf866;border-radius:24px;padding:32px;position:relative;box-shadow:0 20px 50px #0000008c,0 0 35px #10b9812e}.dd-form-group{margin-bottom:16px}.dd-form-label{color:#e5e7eb;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.dd-input{background:var(--dd-card-inner);border:1px solid var(--dd-border);color:#fff;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.dd-input:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf833}.dd-btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.dd-btn-primary{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 50%,#0d9488 100%);border:1px solid #7dd3fc59;box-shadow:0 4px 18px #0284c747}.dd-btn-primary:hover{background:linear-gradient(135deg,#0369a1 0%,#0284c7 50%,#0f766e 100%);border-color:#7dd3fc8c;transform:translateY(-2px);box-shadow:0 8px 24px #0284c76b}.dd-btn-gold{color:#000;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);font-weight:800;box-shadow:0 6px 20px #f59e0b4d}.dd-btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f59e0b73}.dd-btn-whatsapp{color:#000;background:#25d366;font-weight:700;box-shadow:0 6px 20px #25d36640}.dd-btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px)}.dd-btn-secondary{color:#e0f2fe;background:#38bdf81f;border:1px solid #38bdf866}.dd-btn-secondary:hover{background:#38bdf838;border-color:#38bdf899}.dd-radio-chips{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.dd-radio-chip{border:1px solid var(--dd-border);background:var(--dd-card-inner);color:#9ca3af;text-align:center;cursor:pointer;border-radius:12px;padding:10px 6px;font-size:12px;font-weight:600;transition:all .2s}.dd-radio-chip.active{border-color:var(--dd-purple);color:#fff;background:#8b5cf633}.dd-marquee-wrap{border-y:1px solid #8b5cf64d;white-space:nowrap;background:linear-gradient(90deg,#4c1d95 0%,#1e1b4b 50%,#4c1d95 100%);padding:14px 0;overflow:hidden}.dd-marquee-track{letter-spacing:1.5px;text-transform:uppercase;color:#fde68a;gap:32px;font-size:13px;font-weight:800;animation:25s linear infinite ddMarquee;display:inline-flex}@keyframes ddMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes nordOrbitSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.dd-simulator-card{-webkit-backdrop-filter:blur(20px);background:#101626c7;border:1px solid #38bdf859;border-radius:24px;max-width:900px;margin:0 auto;padding:32px;box-shadow:0 20px 50px #00000080}.dd-slider-box{background:var(--dd-card-inner);border:1px solid var(--dd-border);border-radius:16px;margin-bottom:24px;padding:24px}.dd-range-input{cursor:pointer;background:linear-gradient(90deg,#6366f1,#f59e0b);border-radius:4px;outline:none;width:100%;height:8px;margin:16px 0}.dd-sim-grid{grid-template-columns:1fr;gap:16px;margin-bottom:20px;display:grid}@media (width>=768px){.dd-sim-grid{grid-template-columns:1fr 1fr}}.dd-sim-box-red{text-align:center;background:#ef444414;border:1px solid #ef44444d;border-radius:16px;padding:20px}.dd-sim-box-green{text-align:center;background:#10b9811f;border:2px solid #10b981;border-radius:16px;padding:20px;position:relative}.dd-sim-val{margin:6px 0;font-family:monospace;font-size:32px;font-weight:900}.dd-faq-item{background:var(--dd-card);border:1px solid var(--dd-border);border-radius:16px;margin-bottom:12px;overflow:hidden}.dd-faq-btn{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;font-size:15px;font-weight:700;display:flex}.dd-faq-body{color:#9ca3af;border-top:1px solid #ffffff0d;padding:12px 20px 18px;font-size:13.5px;line-height:1.6}.dd-mobile-sticky{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--dd-border);background:#0a0d16f2;gap:12px;padding:12px 16px;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){.dd-mobile-sticky{display:none}}.dd-doc-dropzone{cursor:pointer;-webkit-user-select:none;user-select:none;background:#1e293b80;border:1px dashed #ffffff2e;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;transition:all .2s;display:flex}.dd-doc-dropzone:hover{background:#1e293be6;border-color:#f59e0b80;transform:translateY(-1px)}.dd-doc-dropzone.uploaded{background:#10b9811f;border:1px solid #10b98173}.reveal-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal-on-scroll.is-revealed{opacity:1;transform:translateY(0)}.reveal-zoom{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:scale(.93)translateY(24px)}.reveal-zoom.is-revealed{opacity:1;transform:scale(1)translateY(0)}.reveal-left{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translate(-35px)}.reveal-left.is-revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translate(35px)}.reveal-right.is-revealed{opacity:1;transform:translate(0)}.reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.22s}.reveal-delay-3{transition-delay:.32s}.nord-animated-badge{animation:3s ease-in-out infinite nordBadgePulse}@keyframes nordBadgePulse{0%,to{filter:brightness();transform:translate(-50%)scale(1);box-shadow:0 4px 14px #0284c766}50%{filter:brightness(1.15);transform:translate(-50%)scale(1.06);box-shadow:0 4px 28px #0284c7d9,0 0 16px #0d948899}}.dd-compass-container{background:linear-gradient(#070a16 0%,#0d1222 100%);border:1px solid #38bdf829;border-radius:28px;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;max-width:850px;min-height:480px;margin:0 auto 24px;padding:60px 20px 50px;transition:border-color .4s,box-shadow .4s,transform .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000073,inset 0 0 20px #38bdf80d}.dd-compass-container:hover{border-color:#38bdf859;transform:translateY(-2px);box-shadow:0 16px 50px #0009,0 0 35px #38bdf82e,inset 0 0 30px #38bdf81a}.dd-wordmark-3d{perspective:1000px;transform-style:preserve-3d;z-index:1;pointer-events:none;justify-content:center;align-items:center;gap:.12em;width:100%;font-size:clamp(60px,10.5vw,140px);transition:all 1.2s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:32%;left:50%;transform:translate(-50%,-50%)rotateX(15deg)rotateY(-4deg)translateZ(0)}.dd-letter-3d{-webkit-text-fill-color:transparent;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;opacity:0;background-image:radial-gradient(circle,#ffffff2e 1.2px,#0000 1.2px);background-size:5px 5px;-webkit-background-clip:text;font-family:Plus Jakarta Sans,sans-serif;font-size:1em;font-weight:900;transition:all 1.2s cubic-bezier(.25,1,.5,1)}.is-revealed .dd-letter-3d{opacity:.75;filter:drop-shadow(0 2px 8px #38bdf826)}.dd-compass-container:hover .dd-letter-3d{filter:drop-shadow(0 0 15px #38bdf8b3);background-image:radial-gradient(circle,#38bdf8bf 1.5px,#0000 1.5px)}.dd-letter-3d.letter-n{transition-delay:1.3s}.dd-letter-3d.letter-o{transition-delay:1.4s}.dd-letter-3d.letter-r-1{transition-delay:1.5s}.dd-letter-3d.letter-r-2{transition-delay:1.6s}.dd-letter-3d.letter-i{transition-delay:1.7s}.dd-letter-3d.letter-v{transition-delay:1.8s}.dd-letter-3d.letter-e{transition-delay:1.9s}.dd-compass-wrapper{width:2.1em;height:2.1em;transform-style:preserve-3d;opacity:.05;justify-content:center;align-items:center;margin-left:-.35em;margin-right:-.35em;transition:all 1.2s cubic-bezier(.25,1,.5,1) .1s;display:flex;position:relative;transform:scale(.7)rotateX(28deg)rotateY(-8deg)translateZ(0)}.is-revealed .dd-compass-wrapper{opacity:1;filter:drop-shadow(0 0 30px #38bdf880);transform:scale(1.05)rotateX(15deg)rotateY(-4deg)translateZ(35px)}.dd-ring-slow-cw{transform-origin:70px 70px;transition:animation-duration .5s;animation:45s linear infinite spinCW}.dd-ring-slow-ccw{transform-origin:70px 70px;transition:animation-duration .5s;animation:55s linear infinite spinCCW}.dd-ring-fast-cw{transform-origin:70px 70px;transition:animation-duration .5s;animation:25s linear infinite spinCW}.dd-compass-container:hover .dd-ring-slow-cw{animation-duration:20s}.dd-compass-container:hover .dd-ring-slow-ccw{animation-duration:25s}.dd-compass-container:hover .dd-ring-fast-cw{animation-duration:10s}.dd-compass-star{transform-origin:70px 70px;transition:filter .4s,transform .4s;animation:6s ease-in-out infinite floatGlow}.dd-compass-container:hover .dd-compass-star{filter:drop-shadow(0 0 25px #38bdf8f2)drop-shadow(0 0 45px #10b981a6)!important}.dd-pulse-wave-1{transform-origin:70px 70px;animation:4s cubic-bezier(.1,.8,.3,1) infinite radarWave}.dd-pulse-wave-2{transform-origin:70px 70px;animation:4s cubic-bezier(.1,.8,.3,1) 2s infinite radarWave}.dd-pulse-node{animation:2s ease-in-out infinite alternate nodePulse}.dd-cta-content-box{z-index:2;text-align:center;pointer-events:auto;position:relative}.dd-reveal-text-1{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1) .6s,transform 1s cubic-bezier(.16,1,.3,1) .6s;transform:translateY(18px)}.is-revealed .dd-reveal-text-1{opacity:1;transform:translateY(0)}.dd-reveal-text-2{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1) .9s,transform 1s cubic-bezier(.16,1,.3,1) .9s;transform:translateY(18px)}.is-revealed .dd-reveal-text-2{opacity:1;transform:translateY(0)}@keyframes spinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCCW{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes radarWave{0%{opacity:.95;transform:scale(.1)}50%{opacity:.4}to{opacity:0;transform:scale(1.6)}}@keyframes floatGlow{0%,to{filter:drop-shadow(0 0 12px #38bdf880)drop-shadow(0 0 25px #38bdf833);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #38bdf8cc)drop-shadow(0 0 35px #10b98173);transform:scale(1.03)}}@keyframes nodePulse{0%{opacity:.35}to{opacity:1}}.dd-tooltip-icon{color:#7dd3fc;cursor:help;vertical-align:middle;background:#38bdf840;border:1px solid #38bdf899;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;margin-left:6px;font-size:9px;font-weight:900;transition:all .15s;display:inline-flex;position:relative}.dd-tooltip-icon:hover{background:#38bdf873;border-color:#38bdf8}.dd-tooltip-icon:after{content:attr(data-tooltip);color:#f1f5f9;white-space:normal;opacity:0;pointer-events:none;z-index:9999;text-align:center;background:#0b0f19;border:1px solid #38bdf866;border-radius:8px;width:190px;padding:8px 12px;font-size:11px;font-weight:500;line-height:1.4;transition:all .18s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:140%;left:50%;transform:translate(-50%)scale(.9);box-shadow:0 8px 24px #000c}.dd-tooltip-icon:hover:after{opacity:1;transform:translate(-50%)scale(1)}@media (width<=900px){header{box-sizing:border-box!important;border-radius:100px!important;justify-content:center!important;align-items:center!important;width:calc(100% - 24px)!important;height:60px!important;max-height:60px!important;padding:0 16px!important;display:flex!important;top:14px!important}.dd-header-inner{grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:4px!important;width:100%!important;height:36px!important;margin:0!important;padding:0!important;display:grid!important}.dd-nav-tabs{display:none!important}.dd-logo-box{justify-self:start!important;align-items:center!important;gap:8px!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important}.dd-logo-box span{align-items:center!important;margin:0!important;padding:0!important;font-size:16.5px!important;line-height:1!important;display:inline-flex!important}.dd-logo-icon{justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;margin:0!important;display:inline-flex!important}.dd-mobile-hamburger-btn{color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border:1px solid #ffffff2e!important;border-radius:50%!important;justify-content:center!important;justify-self:center!important;align-items:center!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important;display:inline-flex!important}.dd-mobile-hamburger-btn svg{margin:auto!important;display:block!important}.dd-header-ctas{justify-content:flex-end!important;justify-self:end!important;align-items:center!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important}.dd-btn-primary{white-space:nowrap!important;border-radius:100px!important;justify-content:center!important;align-items:center!important;height:34px!important;margin:0!important;padding:0 16px!important;font-size:12.5px!important;line-height:34px!important;display:inline-flex!important}}@media (width<=992px){.dd-hero-grid{grid-template-columns:1fr!important;gap:32px!important}.dd-hero-h1{letter-spacing:-1.4px!important;text-align:left!important;font-size:42px!important;line-height:.96!important}.dd-hero-sub{text-align:left!important;max-width:100%!important;margin-bottom:22px!important;font-size:17px!important;line-height:1.65!important}.dd-badge-pill{text-align:left!important;margin-bottom:24px!important}.dd-bullets-list{gap:10px!important;margin-bottom:28px!important}.dd-bullet-item{gap:10px!important;font-size:15px!important}.dd-card-glow{border-radius:16px!important;padding:20px 16px!important}.dd-container{padding:0 18px!important}}@media (width<=768px){.dd-input,.dd-select,select,input[type=text],input[type=tel],input[type=email],input[type=number]{border-radius:10px!important;min-height:48px!important;padding:12px 14px!important;font-size:16px!important}.dd-btn{justify-content:center!important;align-items:center!important;min-height:46px!important;display:inline-flex!important}.dd-hero-section{padding-top:104px!important;padding-bottom:32px!important}section{padding-top:40px!important;padding-bottom:40px!important}.dd-grid-2,.dd-grid-3,.dd-grid-4{grid-template-columns:1fr!important;gap:16px!important}.dd-simulator-box{padding:20px 16px!important}.dd-simulator-results{grid-template-columns:1fr!important}.dd-mobile-sticky{z-index:990!important;-webkit-backdrop-filter:blur(20px)!important;background:#101424f2!important;border:1px solid #ffffff29!important;border-radius:100px!important;align-items:center!important;gap:10px!important;width:calc(100% - 24px)!important;max-width:480px!important;padding:6px 8px!important;display:flex!important;position:fixed!important;bottom:16px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 15px 40px #000000bf,0 0 20px #38bdf826!important}body{padding-bottom:0!important}footer{opacity:.3!important;margin-top:0!important;padding-top:120px!important;padding-bottom:150px!important;font-size:10.5px!important}}.dd-table-container,.dd-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:12px;width:100%;overflow-x:auto}@media (width<=768px){table{min-width:600px}.dd-modal-content{width:95vw!important;max-height:90vh!important;padding:18px 14px!important}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeUpStagger{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.stagger-item-1{opacity:0;animation:.75s cubic-bezier(.16,1,.3,1) .1s forwards fadeUpStagger}.stagger-item-2{opacity:0;animation:.75s cubic-bezier(.16,1,.3,1) .25s forwards fadeUpStagger}.stagger-item-3{opacity:0;animation:.75s cubic-bezier(.16,1,.3,1) .4s forwards fadeUpStagger}.stagger-item-4{opacity:0;animation:.75s cubic-bezier(.16,1,.3,1) .55s forwards fadeUpStagger}.stagger-item-5{opacity:0;animation:.75s cubic-bezier(.16,1,.3,1) .7s forwards fadeUpStagger}
