*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-2: #f7f7f5;--bg-3: #f0f0ed;--black: #0c0c0c;--text: #1a1a18;--text-2: #6e6e68;--text-3: #b8b8b0;--orange: #ff4500;--orange-2: #ff6b35;--line: #e5e5e0;--f-d: "Plus Jakarta Sans", sans-serif;--f-b: "DM Sans", sans-serif;--f-m: "Space Mono", monospace}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--f-b);font-size:17px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--orange)}::selection{background:var(--orange);color:#fff}.wrap{max-width:1240px;margin:0 auto;padding:0 3rem}.sec{padding:7rem 0}.sec-label{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--f-m);font-size:.58rem;letter-spacing:.28em;text-transform:uppercase;color:var(--orange);margin-bottom:.9rem}.sec-label:before{content:"";display:block;width:18px;height:1.5px;background:var(--orange)}.sec-h2{font-family:var(--f-d);font-size:clamp(2.2rem,3.5vw,3.8rem);font-weight:800;line-height:.98;letter-spacing:-.02em;color:var(--black)}.sec-h2 em{font-style:italic;font-family:var(--f-b);font-weight:300;color:var(--orange)}.sec-header{margin-bottom:4rem}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay, 0ms)}[data-reveal].revealed{opacity:1;transform:none}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.7rem;font-family:var(--f-b);font-size:.85rem;font-weight:600;letter-spacing:.02em;text-decoration:none;cursor:pointer;border:none;transition:all .22s ease}.btn--orange{background:var(--orange);color:#fff;position:relative;overflow:hidden}.btn--orange:hover{background:var(--orange-2);transform:translateY(-2px);box-shadow:0 8px 24px #ff450047}.btn--ghost{background:transparent;color:var(--text);border:1.5px solid var(--line)}.btn--ghost:hover{border-color:var(--black);color:var(--black)}.btn--full{width:100%;justify-content:center}.arr{font-size:1rem;transition:transform .22s;display:inline-block}.btn:hover .arr{transform:translate(4px)}.nav{position:sticky;top:0;z-index:300;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;height:62px;transition:border-color .3s,box-shadow .3s}.nav--scrolled{border-color:var(--line);box-shadow:0 1px 0 var(--line)}.nav-logo{font-family:var(--f-d);font-size:1.45rem;font-weight:800;letter-spacing:-.03em;color:var(--black);text-decoration:none}.nav-logo span{color:var(--orange)}.nav-links{display:flex;list-style:none;align-items:center;gap:2.2rem}.nav-links a{font-family:var(--f-b);font-size:.82rem;font-weight:500;color:var(--text-2);text-decoration:none;letter-spacing:.01em;transition:color .2s}.nav-links a:hover{color:var(--black)}.nav-cta{background:var(--black)!important;color:#fff!important;font-weight:600!important;padding:.42rem 1.1rem;transition:background .2s,transform .2s!important}.nav-cta:hover{background:var(--orange)!important;transform:translateY(-1px)}.nav-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.3rem}.nav-burger span{display:block;width:22px;height:1.5px;background:var(--black);transition:all .2s}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);padding:.9rem 0}.marquee--dark{background:var(--black);border-color:var(--black)}.marquee-track{display:flex;white-space:nowrap;animation:marquee-roll 32s linear infinite}@keyframes marquee-roll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{font-family:var(--f-m);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);padding:0 .5rem;display:inline-flex;align-items:center;gap:.5rem}.marquee--dark .marquee-item{color:#ffffff47}.marquee-dot{color:var(--orange);font-size:.8rem}.marquee--dark .marquee-dot{color:#ff450099}.hero{min-height:calc(100svh - 62px);display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 4rem;max-width:1240px;margin:0 auto;width:100%}.hero-inner{max-width:1000px}.hero-tag{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--f-m);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-3);margin-bottom:2.5rem}.tag-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:pulse 2.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.7);opacity:.5}}.hero-h1{display:flex;flex-direction:column;gap:.02em;margin-bottom:2.5rem}.hero-line{font-family:var(--f-d);font-weight:800;font-size:clamp(3.5rem,7vw,7.5rem);line-height:.95;letter-spacing:-.03em;display:block}.hero-line--outline{color:var(--black);font-weight:600;opacity:.35}.hero-line--solid{color:var(--black)}.hero-line--orange{color:var(--orange)}.hero-bottom{display:flex;align-items:flex-start;gap:4rem;flex-wrap:wrap}.hero-desc{font-size:1.05rem;font-weight:300;color:var(--text-2);max-width:440px;line-height:1.75}.hero-desc strong{color:var(--text);font-weight:500}.hero-ctas{display:flex;gap:.8rem;flex-shrink:0;flex-wrap:wrap;align-items:flex-start}.hero-rule{margin-top:5rem;border:none;border-top:1px solid var(--line)}.stats-band{background:var(--black);display:grid;grid-template-columns:repeat(4,1fr)}.sband-item{padding:3rem 2.5rem;border-right:1px solid rgba(255,255,255,.07);position:relative;overflow:hidden}.sband-item:last-child{border-right:none}.sband-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.23,1,.32,1)}.sband-item:hover:after{transform:scaleX(1)}.sband-n{font-family:var(--f-d);font-size:clamp(2.5rem,4vw,4rem);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1;margin-bottom:.5rem}.sband-l{font-size:.82rem;font-weight:300;color:#fff6;line-height:1.4}.sec-who{background:var(--bg)}.who-grid{display:grid;grid-template-columns:5fr 4fr;gap:6rem;align-items:start}.who-text .who-lead{font-size:1.2rem;font-weight:400;color:var(--text);margin-bottom:1.5rem;line-height:1.7}.who-text .who-lead strong{font-weight:600}.who-text p{font-size:1rem;font-weight:300;color:var(--text-2);line-height:1.8;margin-bottom:1rem}.who-highlights{display:flex;flex-direction:column;gap:0;border-top:1.5px solid var(--orange)}.who-highlight{display:flex;gap:1.2rem;padding:1.6rem 0;border-bottom:1px solid var(--line);transition:background .2s}.who-highlight:hover{background:var(--bg-2);margin:0 -1.2rem;padding:1.6rem 1.2rem}.highlight-num{font-family:var(--f-m);font-size:.62rem;color:var(--orange);flex-shrink:0;padding-top:.25rem}.who-highlight strong{display:block;font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:.25rem}.who-highlight p{font-size:.88rem;font-weight:300;color:var(--text-2);line-height:1.6}.sec-services{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.svc-card{background:var(--bg);padding:2.2rem;display:flex;flex-direction:column;gap:.9rem;transition:background .25s;position:relative;overflow:hidden}.svc-card:hover{background:var(--black)}.svc-card:hover .svc-title{color:#fff}.svc-card:hover .svc-desc{color:#ffffff73}.svc-card:hover .svc-icon{color:var(--orange)}.svc-card:hover .svc-num{color:#ff450066}.svc-top{display:flex;justify-content:space-between;align-items:flex-start}.svc-num{font-family:var(--f-m);font-size:.58rem;letter-spacing:.18em;color:var(--text-3);transition:color .25s}.svc-icon{color:var(--text-3);transition:color .25s}.svc-title{font-family:var(--f-d);font-size:1.15rem;font-weight:700;color:var(--black);letter-spacing:-.01em;transition:color .25s}.svc-desc{font-size:.88rem;font-weight:300;color:var(--text-2);line-height:1.7;transition:color .25s}.sec-process{background:var(--bg)}.process-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.pstep{display:grid;grid-template-columns:72px 1fr auto;gap:2rem;align-items:start;padding:2rem 0;border-bottom:1px solid var(--line);cursor:default;transition:background .25s}.pstep:hover{background:var(--bg-2);padding-left:1rem;padding-right:1rem;margin:0 -1rem}.pstep-n{font-family:var(--f-d);font-size:2.5rem;font-weight:800;color:var(--line);letter-spacing:-.04em;line-height:1;transition:color .3s;padding-top:.1rem}.pstep:hover .pstep-n{color:var(--orange)}.pstep-title{font-family:var(--f-d);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--black);margin-bottom:.4rem}.pstep-desc{font-size:.9rem;font-weight:300;color:var(--text-2);line-height:1.7;max-width:600px}.pstep-tag{font-family:var(--f-m);font-size:.55rem;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);border:1px solid rgba(255,69,0,.25);padding:.22rem .65rem;white-space:nowrap;margin-top:.15rem;align-self:start}.sec-why{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.why-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.why-items{display:flex;flex-direction:column;border-top:1px solid var(--line)}.why-item{display:flex;gap:1.2rem;padding:1.5rem 0;border-bottom:1px solid var(--line);transition:padding .2s}.why-item:hover{padding-left:.5rem}.why-check{flex-shrink:0;width:22px;height:22px;border:1.5px solid var(--orange);display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:.65rem;margin-top:.1rem;transition:background .2s,color .2s}.why-item:hover .why-check{background:var(--orange);color:#fff}.why-item strong{display:block;font-size:.95rem;font-weight:600;color:var(--black);margin-bottom:.2rem}.why-item p{font-size:.88rem;font-weight:300;color:var(--text-2);line-height:1.6}.budget-card{background:var(--bg);border:1px solid var(--line);border-top:2px solid var(--orange);padding:2.2rem}.bc-eyebrow{font-family:var(--f-m);font-size:.56rem;letter-spacing:.25em;text-transform:uppercase;color:var(--orange);margin-bottom:.8rem}.bc-title{font-family:var(--f-d);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--black);margin-bottom:1.5rem}.bc-flow{display:flex;flex-direction:column;gap:2px}.bc-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--bg-2)}.bc-row--hi{background:#ff450012}.bc-row span{font-size:.85rem;font-weight:300;color:var(--text-2)}.bc-row strong{font-family:var(--f-d);font-size:1.1rem;font-weight:700;color:var(--black)}.bc-row--hi strong{color:var(--orange)}.bc-arrow{text-align:center;padding:.45rem 0;font-family:var(--f-m);font-size:.56rem;letter-spacing:.1em;color:var(--text-3)}.bc-note{margin-top:1.2rem;padding:.9rem 1rem;background:var(--bg-2);border-left:2px solid var(--orange);font-size:.82rem;font-weight:300;color:var(--text-2);line-height:1.6}.bc-note strong{color:var(--black);font-weight:500}.sec-contact{background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-h2{margin-bottom:1.5rem}.contact-desc{font-size:1rem;font-weight:300;color:var(--text-2);line-height:1.8;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:.9rem}.cd-row{display:flex;gap:1rem}.cd-k{font-family:var(--f-m);font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);min-width:48px;padding-top:.18rem}.cd-v{font-size:.95rem;color:var(--text)}.contact-form{display:flex;flex-direction:column;gap:1.1rem}.fg{display:flex;flex-direction:column;gap:.3rem}.fl{font-family:var(--f-m);font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3)}.fi,.fta{background:var(--bg-2);border:1px solid var(--line);color:var(--text);font-family:var(--f-b);font-size:.95rem;font-weight:300;padding:.8rem 1rem;outline:none;transition:border-color .2s,background .2s;width:100%;border-radius:0}.fi:focus,.fta:focus{border-color:var(--orange);background:#ff450008}.fta{height:110px;resize:none}::placeholder{color:var(--text-3)}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;background:var(--bg-2);border:1px solid var(--line);text-align:center;min-height:300px}.success-icon{width:48px;height:48px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.form-success h3{font-family:var(--f-d);font-size:1.4rem;font-weight:700;color:var(--black)}.form-success p{font-size:.9rem;color:var(--text-2);font-weight:300}.footer{border-top:1px solid var(--line);background:var(--bg);padding:1.8rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer-logo{font-family:var(--f-d);font-size:1.1rem;font-weight:800;color:var(--black);letter-spacing:-.03em}.footer-logo em{color:var(--orange);font-style:normal}.footer-links{display:flex;list-style:none;gap:2rem}.footer-links a{font-size:.8rem;color:var(--text-3);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--orange)}.footer-copy{font-family:var(--f-m);font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-3)}@media (max-width: 1024px){.who-grid,.why-layout{grid-template-columns:1fr;gap:3rem}.contact-grid{grid-template-columns:1fr;gap:3.5rem}.stats-band{grid-template-columns:repeat(2,1fr)}.sband-item:nth-child(2){border-right:none}.sband-item:nth-child(3){border-top:1px solid rgba(255,255,255,.07)}}@media (max-width: 768px){.wrap{padding:0 1.5rem}.sec{padding:5rem 0}.hero{padding:3rem 1.5rem;min-height:auto}.hero-line{font-size:clamp(2.4rem,10vw,3.5rem)}.hero-bottom{flex-direction:column;gap:2rem}.nav{padding:0 1.5rem}.nav-links{display:none;position:fixed;top:62px;right:0;bottom:0;left:0;background:#fff;flex-direction:column;gap:0;padding:2rem;border-top:1px solid var(--line)}.nav-links--open{display:flex}.nav-links a{font-size:1.1rem;padding:1rem 0;border-bottom:1px solid var(--line);color:var(--black)}.nav-cta{background:var(--orange)!important;color:#fff!important}.nav-burger{display:flex}.services-grid{grid-template-columns:1fr 1fr}.pstep{grid-template-columns:52px 1fr}.pstep-tag{display:none}.stats-band{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;gap:1.2rem;text-align:center}.footer-links{display:none}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column;width:100%}.btn{justify-content:center}}
