.calendly-overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080808b8;justify-content:center;align-items:center;padding:24px;animation:.25s calendlyFade;display:flex;position:fixed;inset:0}.calendly-modal{background:#111;border:1px solid #f4f1ea14;border-radius:20px;width:100%;max-width:920px;height:min(720px,90vh);animation:.3s calendlyPop;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080}.calendly-close{z-index:10;color:#f4f1ea;background:#f4f1ea0f;border:1px solid #f4f1ea1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex;position:absolute;top:14px;right:14px}.calendly-close:hover{color:#e1c16e;background:#e1c16e26;border-color:#e1c16e66}.calendly-widget{width:100%;height:100%}@keyframes calendlyFade{0%{opacity:0}to{opacity:1}}@keyframes calendlyPop{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=768px){.calendly-modal{border-radius:16px;height:92vh}}.bg-effects{z-index:-2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.bg-glow{filter:blur(90px);border-radius:50%;position:absolute}.bg-glow-2{background:radial-gradient(circle,#128c7e1a,#0000 70%);width:600px;height:600px;top:calc(92vh - 320px);left:-180px}.bg-glow-3{background:radial-gradient(circle,#e1c16e1f,#0000 70%);width:680px;height:680px;animation:10s ease-in-out infinite alternate bgFloat;top:calc(92vh - 180px);right:-220px}.bg-glow-4{background:radial-gradient(circle,#128c7e29,#0000 70%);width:500px;height:500px;top:46%;left:-180px}.bg-glow-5{background:radial-gradient(circle,#e1c16e1f,#0000 70%);width:520px;height:520px;animation:11s ease-in-out infinite alternate bgFloat;top:64%;right:-180px}.bg-glow-6{background:radial-gradient(circle,#128c7e24,#0000 70%);width:520px;height:520px;top:82%;left:-180px}.bg-glow-7{background:radial-gradient(circle,#128c7e14,#0000 70%);width:480px;height:480px;top:96%;left:50%;transform:translate(-50%)}@keyframes bgFloat{0%{opacity:.75;transform:translateY(0)}to{opacity:1;transform:translateY(30px)}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b0b0ba6;border-bottom:1px solid #ffffff0d;width:100%;padding:9px 0;position:fixed;top:0;left:0}.navbar-content{justify-content:space-between;align-items:center;display:flex}.navbar-logo{width:auto;height:44px}.navbar-menu{align-items:center;gap:2rem;display:flex}.navbar-menu li{font-family:var(--font-body);color:var(--color-text);cursor:pointer;transition:var(--transition-normal);font-size:.92rem;font-weight:500}.navbar-menu li:hover{color:var(--color-primary)}.navbar-button{background:var(--color-primary);color:var(--color-text);transition:var(--transition-normal);border-radius:10px;padding:.62rem 1.35rem;font-size:.9rem;font-weight:600}.navbar-button:hover{background:var(--color-primary-dark)}.navbar-toggle{color:var(--color-text);display:none}.navbar-mobile{display:none}@media (width<=860px){.navbar-menu,.navbar-button{display:none}.navbar-toggle{justify-content:center;align-items:center;display:flex}.navbar-mobile{opacity:0;flex-direction:column;gap:1.4rem;max-height:0;padding:0;transition:max-height .35s,opacity .3s,padding .35s;display:flex;overflow:hidden}.navbar-mobile.open{opacity:1;border-top:1px solid #ffffff0f;max-height:320px;margin-top:9px;padding:20px 0 24px}.navbar-mobile-menu{flex-direction:column;gap:1.2rem;display:flex}.navbar-mobile-menu li{font-family:var(--font-body);color:var(--color-text);cursor:pointer;transition:var(--transition-normal);font-size:1rem;font-weight:500}.navbar-mobile-menu li:hover{color:var(--color-primary)}.navbar-mobile-button{background:var(--color-primary);color:var(--color-text);transition:var(--transition-normal);border-radius:10px;width:100%;padding:.75rem 1.35rem;font-size:.92rem;font-weight:600}.navbar-mobile-button:hover{background:var(--color-primary-dark)}}@media (width<=480px){.navbar-logo{height:36px}}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.footer{isolation:isolate;background-image:linear-gradient(#0a0a0a,#0a0a0a),linear-gradient(90deg,#128c7e66,#e1c16e40,#0000);background-origin:border-box;background-clip:padding-box,border-box;border-top:1px solid #0000;padding:40px 0 18px;position:relative;overflow:hidden}.footer:before{content:"";filter:blur(90px);z-index:-2;background:radial-gradient(circle,#128c7e1a,#0000 70%);width:480px;height:480px;position:absolute;top:-260px;left:50%;transform:translate(-50%)}.footer-content{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:24px;display:flex}.footer-brand img{height:50px;margin-bottom:12px}.footer-brand p{max-width:320px;color:var(--color-text-secondary);font-size:.88rem;line-height:1.6}.footer-links{align-items:center;gap:14px;display:flex}.footer-links a{width:40px;height:40px;color:var(--color-text-secondary);background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.footer-links a:hover{color:#e1c16e;background:#e1c16e1a;border-color:#e1c16e59;transform:translateY(-2px)}.footer-bottom{text-align:center;color:#8c8c8c;border-top:1px solid #ffffff0f;padding-top:18px;font-size:.82rem}@media (width<=768px){.footer-content{text-align:center;flex-direction:column;align-items:center;gap:24px}.footer-brand p{max-width:100%}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px}.footer-brand img{margin:0 auto 20px}}.hero{align-items:center;min-height:92vh;padding-top:80px;display:flex;position:relative}.hero-content{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;display:grid}.hero-left{max-width:520px}.hero-right{justify-content:center;align-items:center;display:flex}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-primary);background:#128c7e0d;border:1px solid #128c7e2e;border-radius:999px;align-items:center;gap:10px;margin-bottom:1.5rem;padding:.42rem 1rem;font-size:.82rem;font-weight:500;display:inline-flex}.badge-dot{background:#e1c16e;border-radius:50%;width:8px;height:8px;animation:2.5s infinite pulse;box-shadow:0 0 12px #e1c16ecc}.hero-title{font-family:var(--font-title);letter-spacing:-.04em;margin-bottom:1rem;font-size:2.5rem;line-height:1.08}.hero-title span{color:#e1c16e;position:relative}.hero-title span:after{content:"";z-index:-1;background:#e1c16e24;border-radius:8px;width:100%;height:10px;position:absolute;bottom:5px;left:0}.hero-description{color:var(--color-text-secondary);max-width:470px;margin-bottom:1.8rem;font-size:.95rem;line-height:1.75}.hero-buttons{flex-wrap:wrap;gap:.9rem;display:flex}.hero-node{width:300px;top:120px;left:1100px}.hero1-node{width:160px;top:8px;left:1px}@media (width<=992px){.hero{min-height:auto;padding:120px 0 60px}.hero-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-left{max-width:100%;margin:0 auto}.hero-description{margin:0 auto 1.8rem}.hero-buttons{justify-content:center}.hero-node{display:none}}@media (width<=768px){.hero1-node{width:130px}}@media (width<=480px){.hero{padding:110px 0 35px}.hero-title{font-size:2.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons button,.hero-buttons a{min-width:220px;padding-left:1.6rem;padding-right:1.6rem}}.button{border-radius:var(--radius-md);font-family:var(--font-body);transition:var(--transition-normal);cursor:pointer;padding:.72rem 1.4rem;font-size:.92rem;font-weight:600}.button--primary{color:#fff;background:linear-gradient(135deg,#18a999,#128c7e);box-shadow:0 0 24px #128c7e38}.button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #128c7e4d}.button--secondary{border:1px solid var(--color-border);color:var(--color-text);background:0 0}.button--secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.dashboard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#222222f7,#0e0e0efc);border:1px solid #ffffff0f;border-radius:22px;width:340px;padding:18px;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000073,inset 0 1px #ffffff0d}.dashboard:before{content:"";filter:blur(35px);background:radial-gradient(circle,#128c7e38,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-130px;right:-130px}.dashboard:after{content:"";pointer-events:none;border:1px solid #ffffff08;border-radius:22px;position:absolute;inset:0}.dashboard-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.dashboard-window{align-items:center;gap:14px;display:flex}.dashboard-app{letter-spacing:.18em;color:#7b8798;font-size:.62rem;font-weight:700}.dashboard-version{color:var(--color-primary);background:#128c7e14;border:1px solid #128c7e2e;border-radius:999px;padding:4px 10px;font-size:.62rem;font-weight:600}.dashboard-dots{gap:6px;display:flex}.dashboard-dots span{background:#404040;border-radius:50%;width:8px;height:8px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-status{align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.dashboard-star{color:#e1c16e;filter:drop-shadow(0 0 10px #e1c16e73)}.status{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 12px #22c55e}.dashboard-card{background:#1b1b1b;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:13px;transition:all .28s;display:flex;position:relative}.dashboard-card:not(:last-of-type):after{content:"";background:linear-gradient(#128c7e73,#0000);width:2px;height:12px;position:absolute;bottom:-12px;left:22px}.dashboard-card svg{color:#d7d7d7;flex-shrink:0;width:18px;height:18px}.dashboard-card:hover{background:#232323;border-color:#128c7e47;transform:translate(6px)}.dashboard-card h4{margin-bottom:2px;font-size:.84rem;font-weight:600}.dashboard-card p{color:#94a3b8;font-size:.72rem;line-height:1.4}.active{background:linear-gradient(135deg,#128c7e26,#128c7e0d);border-color:#128c7e59;position:relative;overflow:hidden}.active:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:60px;height:100%;animation:3s linear infinite scan;position:absolute;top:0;left:-70px}.processing{align-items:flex-end;gap:3px;margin-left:auto;display:flex}.processing span{background:#e1c16e;border-radius:10px;width:3px;animation:1s infinite bars}.processing span:first-child{height:6px}.processing span:nth-child(2){height:11px;animation-delay:.15s}.processing span:nth-child(3){height:7px;animation-delay:.3s}.success{filter:drop-shadow(0 0 5px #22c55e73);margin-left:auto;color:#22c55e!important}.card-arrow{opacity:.18;margin-left:auto;transition:all .25s}.dashboard-card:hover .card-arrow{opacity:1;color:var(--color-primary);transform:translate(4px)}.dashboard-footer{color:var(--color-primary);align-items:center;gap:8px;margin-top:16px;font-size:.72rem;display:flex}.dashboard-footer svg{width:16px;height:16px}.dashboard-live{color:#8b96a8;border-top:1px solid #ffffff0d;align-items:center;gap:8px;margin-top:14px;padding-top:14px;font-size:.72rem;display:flex}.live-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;box-shadow:0 0 12px #22c55e}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.35)}}@keyframes bars{0%,to{opacity:.45;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1.3)}}@keyframes scan{0%{transform:translate(0)}to{transform:translate(420px)}}@media (width<=400px){.dashboard{width:100%;max-width:340px}}.node-graphic{pointer-events:none;z-index:-1;opacity:.5;position:absolute}.problems{padding:60px 0;position:relative}.problems-list{flex-direction:column;gap:16px;margin-top:2.5rem;display:flex}.problem-row{background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:20px 24px;transition:all .3s;display:grid;position:relative;overflow:hidden}.problem-row:before{content:"";opacity:.4;background:#128c7e;width:3px;height:100%;transition:all .3s;position:absolute;top:0;left:0}.problem-row:hover{background:#f4f1ea0d;border-color:#128c7e4d;transform:translate(6px)}.problem-row:hover:before{opacity:1}.problem-index{letter-spacing:.06em;color:#f4f1ea47;min-width:20px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;transition:all .3s}.problem-row:hover .problem-index{color:#128c7eb3}.problem-left{align-items:center;gap:18px;min-width:0;display:flex}.problem-icon{color:#128c7e;background:#128c7e1f;border:1px solid #128c7e38;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;position:relative}.problem-row:hover .problem-icon{background:#128c7e2e;border-color:#128c7e66;box-shadow:0 0 22px #128c7e2e}.problem-icon svg{stroke-width:1.6px;width:22px;height:22px}.problem-text{min-width:0}.problem-text h3{letter-spacing:-.02em;color:#f4f1ea;margin-bottom:5px;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s}.problem-row:hover .problem-text h3{color:#fff}.problem-text p{color:#8b96a8;max-width:480px;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7}.problem-arrow{color:#e1c16e;background:#e1c16e0f;border:1px solid #e1c16e2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.problem-row:hover .problem-arrow{color:#e1c16e;background:#e1c16e29;border-color:#e1c16e80;transform:translate(2px)translateY(-2px);box-shadow:0 0 18px #e1c16e33}.problems-node{width:220px;top:8px;left:-95px}@media (width<=768px){.problems{padding:35px 0}.problem-row{grid-template-columns:1fr auto;gap:14px;padding:18px}.problem-index{display:none}.problem-left{gap:14px}.problem-icon{width:46px;height:46px}.problem-icon svg{width:20px;height:20px}.problem-text h3{font-size:1.02rem}.problem-arrow{width:36px;height:36px}.problems-node{display:none}}.section-header{margin-bottom:32px}.section-header.center{text-align:center}.section-header.center h2,.section-header.center p{margin-left:auto;margin-right:auto}.section-header.center .section-tag-dot{order:-1}.section-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-primary);letter-spacing:.08em;text-transform:uppercase;background:#128c7e0f;border:1px solid #128c7e33;border-radius:999px;align-items:center;gap:9px;margin-bottom:16px;padding:.4rem .9rem .4rem .75rem;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:500;display:inline-flex}.section-tag-dot{background:#e1c16e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.5s infinite sectionPulse;box-shadow:0 0 10px #e1c16ecc}.section-header h2{font-family:var(--font-title);letter-spacing:-.03em;max-width:600px;margin-bottom:12px;font-size:2.2rem;font-weight:600;line-height:1.12}.section-header h2 span{color:#e1c16e;position:relative}.section-header h2 span:after{content:"";z-index:-1;background:#e1c16e24;border-radius:6px;width:100%;height:9px;position:absolute;bottom:4px;left:0}.section-description{max-width:520px;color:var(--color-text-secondary);font-size:.95rem;line-height:1.75}@keyframes sectionPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.section-header h2{font-size:2rem}}@media (width<=480px){.section-header h2{font-size:1.85rem}.section-description{font-size:1rem}}.services{padding:35px 0;position:relative}.services-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.service-card{background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:18px;padding:18px;transition:all .3s;position:relative;overflow:hidden}.service-card:hover{background:#f4f1ea0d;border-color:#128c7e40;transform:translateY(-5px)}.featured{grid-column:span 2;min-height:200px}.service-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.service-icon{color:#128c7e;background:#128c7e1f;border:1px solid #128c7e38;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex}.service-card:hover .service-icon{background:#128c7e2e;border-color:#128c7e66}.service-icon svg{width:20px;height:20px}.service-arrow{color:#e1c16e;opacity:.6;width:16px;height:16px;transition:all .3s}.service-card:hover .service-arrow{opacity:1}.service-card h3{margin-bottom:6px;font-size:1.05rem;font-weight:600;line-height:1.25}.service-card p{color:var(--color-text-secondary);max-width:470px;font-size:.84rem;line-height:1.55}.service-flow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;display:flex}.flow-item{background:#1c1c1c;border:1px solid #ffffff0f;border-radius:999px;padding:7px 12px;font-size:.75rem;font-weight:500}.flow-item.active{color:#e1c16e;background:#e1c16e1f;border-color:#e1c16e59}.flow-line{background:#128c7e40;width:18px;height:2px}.services-node{width:250px;top:20px;left:900px}.services2-node{width:170px;top:700px;left:1100px}@media (width<=900px){.services-grid{grid-template-columns:1fr}.featured{grid-column:span 1;min-height:auto}}.integrations{padding:70px 0;position:relative}.integrations:before{content:"";filter:blur(85px);z-index:-2;background:radial-gradient(circle,#128c7e24,#0000 70%);width:480px;height:480px;position:absolute;top:-140px;left:-180px}.integrations:after{content:"";filter:blur(85px);z-index:-2;background:radial-gradient(circle,#128c7e24,#0000 70%);width:480px;height:480px;position:absolute;bottom:-140px;left:-180px}.integrations-track-wrapper{width:100%;margin-top:2.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.integrations-track{align-items:center;gap:48px;width:max-content;animation:28s linear infinite scrollTrack;display:flex}.integration-item{opacity:.75;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;transition:all .3s;display:flex}.integration-item:hover{opacity:1;transform:translateY(-3px)}.integration-icon{width:56px;height:56px;color:var(--tool-color);background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex}.integration-item:hover .integration-icon{border-color:var(--tool-color);box-shadow:0 0 18px color-mix(in srgb, var(--tool-color) 35%, transparent)}.integration-item span{color:#8b96a8;font-family:Inter,sans-serif;font-size:.76rem;font-weight:500}@keyframes scrollTrack{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.integrations{padding:45px 0}.integrations-track{gap:32px}.integration-icon{width:48px;height:48px}}.process{padding:35px 0;position:relative}.process-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px;display:grid}.process-card{padding-top:34px;transition:all .3s;position:relative}.process-card:before{content:"";background:linear-gradient(90deg,#128c7e59,#e1c16e33);width:100%;height:2px;transition:all .3s;position:absolute;top:15px;left:0}.process-card:hover:before{background:linear-gradient(90deg,#128c7e,#e1c16e)}.process-step-label{letter-spacing:.1em;text-transform:uppercase;color:#e1c16e8c;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:.66rem;font-weight:500;display:block}.process-number{color:#fff;z-index:2;background:#128c7e;border:2px solid #e1c16e40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:14px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex;position:relative}.process-card:hover .process-number{color:#111;background:#e1c16e;border-color:#e1c16e;box-shadow:0 0 18px #e1c16e66}.process-card h3{margin-bottom:8px;font-size:1rem;font-weight:600;transition:all .3s}.process-card:hover h3{color:#e1c16e}.process-card p{color:var(--color-text-secondary);max-width:220px;font-size:.84rem;line-height:1.55}.process-node{width:300px;top:-50px;left:-50px}@media (width<=992px){.process-grid{grid-template-columns:repeat(2,1fr);gap:24px}.process-node{display:none}}@media (width<=640px){.process-grid{grid-template-columns:1fr}}.benefits{padding:50px 0;position:relative}.benefits:before{content:"";filter:blur(85px);z-index:-2;background:radial-gradient(circle,#e1c16e1c,#0000 70%);width:520px;height:520px;animation:10s ease-in-out infinite alternate benefitsGlow;position:absolute;top:-140px;right:-180px}.benefits:after{content:"";filter:blur(80px);z-index:-2;background:radial-gradient(circle,#e1c16e14,#0000 70%);width:460px;height:460px;position:absolute;bottom:-140px;right:-160px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:2.5rem;display:grid}.benefit-card{background:#f4f1ea08;border:1px solid #f4f1ea14;border-radius:20px;padding:28px;transition:all .3s}.benefit-card:hover{background:#f4f1ea0d;border-color:#128c7e47;transform:translateY(-4px)}.benefit-icon{color:#128c7e;background:#128c7e1f;border:1px solid #128c7e38;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:20px;transition:all .3s;display:flex}.benefit-card:hover .benefit-icon{color:#e1c16e;background:#e1c16e1f;border-color:#e1c16e59}.benefit-card h3{letter-spacing:-.01em;color:#f4f1ea;margin-bottom:10px;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:600;line-height:1.35}.benefit-card p{color:#8b96a8;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.7}.benefits-node{width:230px;top:400px;left:-120px}@keyframes benefitsGlow{0%{opacity:.7;transform:translateY(0)}to{opacity:1;transform:translateY(25px)}}@media (width<=768px){.benefits{padding:35px 0}.benefits-grid{grid-template-columns:1fr}.benefit-card{padding:22px}.benefits-node{display:none}}.cta{padding:35px 0;position:relative}.cta-box{text-align:center;background:linear-gradient(135deg,#128c7e2e,#128c7e14);border:1px solid #128c7e33;border-radius:20px;max-width:900px;margin:0 auto;padding:42px 32px;position:relative;overflow:hidden}.cta-box:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#128c7e,#e1c16e,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.cta-tag{color:var(--color-primary);background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:9px;margin-bottom:14px;padding:.35rem .85rem .35rem .7rem;font-size:.8rem;display:inline-flex}.cta-tag-dot{background:#e1c16e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.5s infinite ctaPulse;box-shadow:0 0 10px #e1c16ecc}.cta-box h2{font-family:var(--font-title);max-width:560px;margin:0 auto 14px;font-size:2rem;line-height:1.15}.cta-box h2 span{color:#e1c16e;position:relative}.cta-box h2 span:after{content:"";z-index:-1;background:#e1c16e29;border-radius:6px;width:100%;height:8px;position:absolute;bottom:4px;left:0}.cta-box p{max-width:600px;color:var(--color-text-secondary);margin:0 auto 24px;font-size:.92rem;line-height:1.6}.cta-node{width:200px;top:90px;left:1130px}@keyframes ctaPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.cta-box{padding:32px 22px}.cta-box h2{font-size:1.7rem}}.servicios-hero{padding:160px 0 60px;position:relative;overflow:hidden}.servicios-hero:before{content:"";filter:blur(90px);z-index:-2;background:radial-gradient(circle,#128c7e29,#0000 70%);width:600px;height:600px;position:absolute;top:-160px;right:-200px}.servicios-hero-node{opacity:.3;width:260px;top:35px;left:15%;transform:translate(-50%)}.servicios-list{padding:40px 0 100px;position:relative}.servicio-block{border-top:1px solid #f4f1ea14;grid-template-columns:1fr auto;align-items:start;gap:32px;padding:36px 0;display:grid}.servicio-block:last-child{border-bottom:1px solid #f4f1ea14}.servicio-icon{color:#128c7e;background:#128c7e1f;border:1px solid #128c7e38;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex}.servicio-info h3{letter-spacing:-.02em;color:#f4f1ea;margin-bottom:10px;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600}.servicio-info p{color:#8b96a8;max-width:560px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7}.servicio-features{flex-direction:column;gap:10px;display:flex}.servicio-features li{color:var(--color-text-secondary);padding-left:22px;font-size:.9rem;line-height:1.6;position:relative}.servicio-features li:before{content:"";background:#e1c16e;width:8px;height:1px;position:absolute;top:8px;left:0}.servicio-visual{justify-content:flex-end;display:flex}.servicio-number{color:#f4f1ea0f;font-family:JetBrains Mono,monospace;font-size:3rem;font-weight:600;line-height:1}@media (width<=768px){.servicios-hero{padding:130px 0 40px}.servicio-block{grid-template-columns:1fr;gap:12px}.servicio-visual{display:none}}:root{--color-background:#111;--color-primary:#128c7e;--color-primary-dark:#0d6b60;--color-secondary:#e1c16e;--color-text:#f4f1ea;--color-text-secondary:#8b96a8;--color-border:#f4f1ea14;--font-title:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-code:"JetBrains Mono", monospace;--text-xs:.72rem;--text-sm:.82rem;--text-md:.95rem;--text-lg:1.05rem;--text-xl:1.35rem;--text-2xl:1.85rem;--text-3xl:2.7rem;--text-4xl:3.4rem;--space-xs:.4rem;--space-sm:.8rem;--space-md:1.2rem;--space-lg:1.8rem;--space-xl:3rem;--space-2xl:4.5rem;--radius-sm:8px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--transition-fast:.2s ease;--transition-normal:.3s ease}.app-root{position:relative;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font:inherit;background:0 0;border:none}input,textarea{font:inherit}section[id]{scroll-margin-top:90px}
