*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0c1117;--bg-card: #111820;--bg-surface: #182030;--border: #1e2d3d;--green: #3ddc84;--orange: #ff6b35;--orange-dark: #c94f1c;--blue: #4fc3f7;--yellow: #ffc107;--text: #cdd6f4;--text-dim: #8b95a9;--orange-bg: #bf4e14;--text-bright: #e8eaf6;--red: #f28b82}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:JetBrains Mono,Courier New,monospace;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--orange)}::selection{background:var(--orange);color:#fff}:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.badge{display:inline-flex;align-items:center;gap:.45rem;background:#3ddc8414;border:1px solid rgba(61,220,132,.22);border-radius:100px;padding:.3rem .9rem;font-size:.75rem;color:var(--green);margin-bottom:1.75rem}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:pulse-dot 2s ease infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.25}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.75rem;transition:border-color .25s,transform .25s,box-shadow .25s}.card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 14px 36px #0006}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange-bg);color:#fff;padding:.75rem 1.65rem;border-radius:10px;font-size:.88rem;font-weight:600;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px #bf4e1459;font-family:inherit}.btn-primary:hover{background:#a24010;transform:translateY(-2px);box-shadow:0 8px 28px #bf4e1473}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--text);padding:.75rem 1.65rem;border-radius:10px;font-size:.88rem;font-weight:500;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s,background .2s;font-family:inherit}.btn-ghost:hover{border-color:var(--orange);color:var(--text-bright);background:#ff6b350f}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.application{opacity:0;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loader-container{margin:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);opacity:1;animation:fadeOut 1.5s ease-in-out 1.5s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.loader-logo{width:5rem}.loader-title{margin:1rem 0 0;font-size:.95rem;color:var(--text-bright);font-weight:700}.loader-title-writer{color:var(--green);animation:loader-blink .9s step-end infinite}@keyframes loader-blink{0%,to{opacity:1}50%{opacity:0}}.loader-welcome{margin:.5rem 0 0;font-size:.85rem;color:var(--text-dim);font-weight:400}.header{position:sticky;top:0;z-index:1000;background:#0c1117e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:border-color .3s,box-shadow .3s}.header.scrolled{border-color:#ff6b3540;box-shadow:0 4px 24px #0006}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:.95rem;color:var(--text-bright);flex-shrink:0}.logo-img{height:36px;width:auto;display:block;flex-shrink:0}.logo-cursor{color:var(--green);animation:blink-cursor .9s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.nav{display:flex;align-items:center;gap:1.75rem}.nav-link{color:var(--text-dim);font-size:.83rem;transition:color .2s;position:relative;white-space:nowrap}.nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--orange);transition:width .25s}.nav-link:hover,.nav-link.active{color:var(--text-bright)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{background:var(--orange-bg);color:#fff!important;padding:.42rem 1rem;border-radius:8px;font-size:.83rem;font-weight:600;transition:background .2s,transform .1s}.nav-cta:hover{background:#a24010;transform:translateY(-1px)}.nav-cta:after{display:none!important}.burger{display:none;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;cursor:pointer;gap:5px;transition:border-color .2s}.burger:hover{border-color:var(--orange)}.burger span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}.burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.open span:nth-child(2){opacity:0;width:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:820px){.burger{display:flex}.nav{position:fixed;top:64px;left:0;width:100%;background:var(--bg-card);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:0;padding:.75rem 1.5rem 1.25rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s,visibility .25s,transform .25s}.nav.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{padding:.7rem 0;width:100%;border-bottom:1px solid var(--border);font-size:.95rem}.nav-link:last-of-type{border-bottom:none}.nav-cta{margin-top:.6rem;text-align:center;width:100%;padding:.65rem}}.terminal{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #00000080}.terminal-bar{background:var(--bg-surface);padding:.65rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.terminal-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.terminal-dot--red{background:#ff5f56}.terminal-dot--yellow{background:#ffbd2e}.terminal-dot--green{background:#27c93f}.terminal-title{flex:1;text-align:center;font-size:.75rem;color:var(--text-dim)}.terminal-body{padding:1.35rem 1.5rem}.tl{display:flex;gap:.6rem;margin-bottom:.45rem;font-size:.84rem;align-items:baseline}.tl:last-child{margin-bottom:0}.tl.out{padding-left:1.5rem;font-size:.8rem}.t-ps{color:var(--green);flex-shrink:0}.t-str{color:#ce9178}.t-key{color:var(--blue)}.t-num{color:#b5cea8}.t-info{color:var(--blue)}.t-warn{color:var(--yellow)}.t-ok{color:var(--green)}.t-cursor{display:inline-block;width:8px;height:.95em;background:var(--green);vertical-align:text-bottom;animation:blink .9s step-end infinite;margin-left:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero{min-height:calc(100vh - 64px);display:flex;align-items:center;position:relative;overflow:hidden;padding:5rem 0 4rem}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,107,53,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,53,.035) 1px,transparent 1px);background-size:52px 52px}.hero:after{content:"";position:absolute;top:15%;right:-15%;width:700px;height:700px;background:radial-gradient(ellipse,rgba(255,107,53,.07) 0%,transparent 65%)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:var(--text-bright);line-height:1.15;margin-bottom:1.25rem}.hero-h1 .accent{color:var(--orange)}.hero-lead{font-size:.9rem;color:var(--text-dim);line-height:1.85;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;gap:2.5rem;flex-wrap:wrap}.stat-num{font-size:1.6rem;font-weight:700;color:var(--text-bright)}.stat-num em{color:var(--orange);font-style:normal}.stat-lbl{font-size:.75rem;color:var(--text-dim);margin-top:.1rem}@media(max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-right{display:none}}.trust-band{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.6rem 0}.trust-inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:var(--text-dim)}.trust-item strong{color:var(--text)}.section-header{margin-bottom:3rem}.section-header--centered{text-align:center}.section-header--centered .section-subtitle{margin-left:auto;margin-right:auto}.section-label{font-size:.75rem;color:var(--text-dim);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.5rem}.section-title{font-size:clamp(1.55rem,3vw,2.2rem);font-weight:700;color:var(--text-bright);line-height:1.2}.section-subtitle{color:var(--text-dim);margin-top:.75rem;max-width:560px;font-size:.88rem;line-height:1.8}.s-card{position:relative;display:flex;flex-direction:column}.s-card.featured{border-color:#ff6b3580;background:linear-gradient(145deg,rgba(255,107,53,.06) 0%,var(--bg-card) 55%)}.s-badge{position:absolute;top:-10px;right:1.25rem;background:var(--orange-bg);color:#fff;font-size:.75rem;font-weight:700;padding:.18rem .7rem;border-radius:100px}.s-emoji{font-size:2.2rem;margin-bottom:1rem}.s-title{font-size:.95rem;font-weight:700;color:var(--text-bright);margin-bottom:.4rem}.s-desc{font-size:.8rem;color:var(--text-dim);line-height:1.75;margin-bottom:1rem;flex:1}.s-features{list-style:none;font-size:.78rem;margin-bottom:1.25rem}.s-features li{color:var(--text-dim);padding:.2rem 0;display:flex;align-items:center;gap:.45rem}.s-features li:before{content:"✓";color:var(--green);flex-shrink:0}.s-sep{height:1px;background:var(--border);margin:1rem 0}.s-price{font-size:.85rem;color:var(--orange);font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.trust-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.tc-icon{font-size:2rem;margin-bottom:.8rem}.tc-title{font-size:.9rem;font-weight:700;color:var(--text-bright);margin-bottom:.4rem}.tc-text{font-size:.8rem;color:var(--text-dim);line-height:1.75}.portfolio-section{background:var(--bg-card);padding:5rem 0}.pf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pf-card{position:relative;display:block;text-decoration:none;overflow:hidden;border-radius:14px;aspect-ratio:4 / 3;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1)}.pf-card:hover{transform:scale(.985);z-index:2}.pf-card-bg{position:absolute;inset:0;transition:transform .6s cubic-bezier(.16,1,.3,1)}.pf-card:hover .pf-card-bg{transform:scale(1.04)}.pf-card-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#00000026 40%,#000000a6);transition:opacity .4s ease}.pf-card:hover .pf-card-overlay{opacity:.7}.pf-card-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem 1.85rem}.pf-card-index{font-size:.75rem;font-weight:400;letter-spacing:.2em;color:#ffffffd9;margin-bottom:.5rem;text-transform:uppercase}.pf-card-name{font-size:clamp(1.35rem,2.2vw,2.1rem);font-weight:900;letter-spacing:-.03em;line-height:1;text-transform:uppercase;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.35)}.pf-card-desc{font-size:.75rem;font-weight:300;letter-spacing:.04em;color:#ffffffe6;margin-top:.5rem;line-height:1.5;max-width:90%;transform:translateY(6px);transition:opacity .35s ease,transform .35s ease}.pf-card:hover .pf-card-desc{transform:translateY(0)}.pf-card-arrow{position:absolute;top:1.5rem;right:1.75rem;width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease}.pf-card:hover .pf-card-arrow{opacity:1;transform:translateY(0)}.pf-card-arrow svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.portfolio-cta{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2.5rem}@media(max-width:900px){.pf-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.pf-grid{grid-template-columns:1fr}}.process-list{position:relative;display:flex;flex-direction:column}.process-list:before{content:"";position:absolute;left:20px;top:24px;bottom:24px;width:2px;background:linear-gradient(180deg,var(--orange),transparent)}.process-item{display:grid;grid-template-columns:42px 1fr;gap:1.5rem;align-items:start;padding-bottom:3rem;position:relative}.process-item:last-child{padding-bottom:0}.process-num{width:42px;height:42px;border-radius:50%;background:var(--orange-bg);color:#fff;font-weight:700;font-size:.88rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;position:relative;box-shadow:0 0 0 5px var(--bg)}.process-title{font-size:.95rem;font-weight:700;color:var(--text-bright);margin-bottom:.35rem}.process-desc{font-size:.83rem;color:var(--text-dim);line-height:1.8}.zone-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.zone-text{font-size:.85rem;color:var(--text-dim);line-height:1.85;margin-bottom:1.25rem}.villes-list{display:flex;flex-wrap:wrap;gap:.5rem}.ville-chip{background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;padding:.25rem .65rem;font-size:.76rem;color:var(--text-dim);transition:border-color .2s,color .2s;cursor:default}.ville-chip:hover{border-color:var(--orange);color:var(--text)}@media(max-width:768px){.zone-grid{grid-template-columns:1fr}}.faq-section{background:var(--bg-card);padding:5rem 0}.faq-list{max-width:740px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-btn{width:100%;background:none;border:none;color:var(--text);font-family:inherit;font-size:.88rem;text-align:left;padding:1.2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .2s}.faq-btn:hover{color:var(--text-bright)}.faq-icon{color:var(--orange);flex-shrink:0;font-size:1.2rem;transition:transform .3s;font-style:normal}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{font-size:.83rem;color:var(--text-dim);line-height:1.85;max-height:0;overflow:hidden;transition:max-height .35s ease,padding-bottom .35s}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.2rem}.notification{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.25rem;border-radius:12px;display:flex;align-items:flex-start;gap:.75rem;min-width:280px;max-width:340px;animation:slideNotif .3s ease-out;z-index:9999;font-size:.83rem}.notification.success{background:#0d2518;border:1px solid #1d5235;color:var(--green);box-shadow:0 8px 28px #00000080}.notification.error{background:#2a0d0d;border:1px solid #5c1f1f;color:var(--red);box-shadow:0 8px 28px #00000080}.notification-text-container{flex:1}.notification-text-container h5{margin:0 0 .2rem;font-size:.85rem;font-weight:700}.notification-text-container p{margin:0;font-size:.78rem;opacity:.8}.notification-close-container{position:absolute;top:.6rem;right:.6rem}.notification button{background:none;border:none;color:inherit;cursor:pointer;font-size:.85rem;opacity:.55;transition:opacity .2s;padding:0;line-height:1}.notification button:hover{opacity:1}@keyframes slideNotif{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:3.5rem}.contact-items{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;font-size:.83rem;transition:border-color .2s}.contact-item:hover{border-color:var(--orange)}.contact-item-icon{font-size:1.2rem;flex-shrink:0}.contact-item-label{font-size:.75rem;color:var(--text-dim);margin-bottom:.1rem}.contact-item-val{color:var(--text-bright);font-weight:600}.contact-guarantee{margin-top:1.5rem;background:#3ddc840f;border:1px solid rgba(61,220,132,.18);border-radius:10px;padding:1rem 1.25rem;font-size:.8rem;color:var(--green);display:flex;align-items:flex-start;gap:.75rem;line-height:1.7}.contact-form{display:flex;flex-direction:column;gap:1rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.3rem}.field label{font-size:.75rem;color:var(--text-dim)}.req{color:var(--red);margin-left:.15rem}.field input,.field textarea,.field select{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.85rem;padding:.65rem .9rem;transition:border-color .2s,box-shadow .2s;outline:none;width:100%}.field select{appearance:none;cursor:pointer}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff6b351a}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--red);box-shadow:0 0 0 3px #f28b821a}.field textarea{resize:vertical;min-height:120px}.field-error{font-size:.75rem;color:var(--red)}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}@media(max-width:560px){.field-row{grid-template-columns:1fr}}.cta-section{padding:2rem 0 5rem}.cta-block{background:linear-gradient(135deg,#ff6b3517,#ff6b3505);border:1px solid rgba(255,107,53,.2);border-radius:18px;padding:4rem 3rem;text-align:center}.cta-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--text-bright);line-height:1.2;text-align:center}.cta-subtitle{color:var(--text-dim);margin:1rem auto 0;text-align:center;max-width:560px;font-size:.88rem;line-height:1.8}.cta-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}@media(max-width:600px){.cta-block{padding:2.5rem 1.25rem}}.footer{border-top:1px solid var(--border);padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-desc{font-size:.8rem;color:var(--text-dim);line-height:1.75;margin-top:.75rem;max-width:270px}.footer-col-title{font-size:.75rem;font-weight:700;color:var(--text-bright);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.8rem;color:var(--text-dim);transition:color .2s}.footer-link:hover{color:var(--orange)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.76rem;color:var(--text-dim)}@media(max-width:700px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--orange-bg);color:#fff;border:none;border-radius:10px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .2s,background .2s;z-index:990;box-shadow:0 4px 16px #0006}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:#a24010;transform:translateY(-3px)}.mention-legales-container{padding:3rem 1.5rem;max-width:800px;margin:0 auto}.mention-legales-container h1{font-size:clamp(1.5rem,3vw,2rem);color:var(--text-bright);margin-bottom:2rem}.mention-legales-container h2{font-size:1.1rem;color:var(--text-bright);margin-top:2rem;margin-bottom:.5rem}.mention-legales-container p{color:var(--text-dim);font-size:.85rem;line-height:1.8;margin-bottom:.3rem}
