@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sora:wght@400;600;700;800&display=swap";#root{width:100%;max-width:100%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-dark:#1a1a1a;--brand-orange:#e8621a;--brand-orange-light:#f07a38;--brand-orange-dark:#c4511a;--navy:#111;--navy-light:#1e1e1e;--dark-bg:#0f0f0f;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-400:#9e9e9e;--gray-600:#555;--gray-800:#2a2a2a;--text:#1a1a1a;--accent:var(--brand-orange);--accent-light:var(--brand-orange-light);--gradient:linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);--gradient-accent:linear-gradient(135deg, #e8621a 0%, #c4511a 100%);--gradient-hero:linear-gradient(135deg, #0f0f0f 0%, #1e1410 60%, #2a1a0a 100%)}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-sm{padding:64px 0}.btn{cursor:pointer;letter-spacing:.01em;border:none;border-radius:6px;align-items:center;gap:8px;padding:14px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--brand-orange);color:var(--white);box-shadow:0 4px 20px #e8621a66}.btn-primary:hover{background:var(--brand-orange-light);transform:translateY(-2px);box-shadow:0 8px 28px #e8621a80}.btn-outline{color:var(--white);background:0 0;border:2px solid #ffffff59}.btn-outline:hover{background:#ffffff14;border-color:#ffffffb3}.btn-dark{background:var(--brand-dark);color:var(--white);border:1px solid #ffffff14}.btn-dark:hover{background:var(--gray-800);transform:translateY(-2px)}.tag{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.tag-accent{color:var(--brand-orange);background:#e8621a1a;border:1px solid #e8621a40}.section-header{text-align:center;margin-bottom:64px}.section-header h2{color:var(--navy);margin-top:12px;margin-bottom:16px;font-size:clamp(2rem,4vw,2.8rem)}.section-header p{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.05rem}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:40px;transition:all .25s}.card:hover{border-color:var(--brand-orange-light);transform:translateY(-4px);box-shadow:0 20px 60px #0000001a}.grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}@media (width<=900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:64px 0}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--brand-orange);border-radius:3px}.navbar{z-index:1000;padding:18px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ff7;padding:12px 0;box-shadow:0 2px 24px #00000080}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.navbar-logo{text-decoration:none;display:inline-flex}.logo-badge{border:1.5px solid #ffffff26;border-radius:4px;align-items:stretch;height:36px;display:inline-flex;overflow:hidden}.logo-plan,.logo-beta{letter-spacing:.12em;text-transform:uppercase;align-items:center;padding:0 12px;font-family:Sora,sans-serif;font-size:15px;font-weight:800;line-height:1;display:flex}.logo-plan{color:#f5efe6;background:#1a1a1a}.logo-beta{color:#fff;background:#e8621a}.navbar-links{align-items:center;gap:4px;display:flex}.nav-link{color:#ffffffb3;letter-spacing:.01em;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;position:relative}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff12}.nav-link.active:after{content:"";background:#e8621a;border-radius:2px;width:18px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-cta{border-radius:5px;margin-left:12px;padding:9px 20px;font-size:13px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.navbar-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ffc;border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding:20px 24px;display:none;position:absolute;top:100%;left:0;right:0}.navbar-links.open{display:flex}.nav-link{text-align:center;width:100%;padding:12px 16px}.nav-cta{text-align:center;justify-content:center;width:100%;margin-top:8px;margin-left:0}}.footer{color:#ffffffa6;background:#0f0f0f;border-top:1px solid #ffffff0f;padding:80px 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:64px;display:grid}.footer-logo{margin-bottom:20px}.footer-logo-badge{border:1.5px solid #ffffff1f;border-radius:4px;align-items:stretch;height:32px;display:inline-flex;overflow:hidden}.footer-logo-plan,.footer-logo-beta{letter-spacing:.12em;text-transform:uppercase;align-items:center;padding:0 11px;font-family:Sora,sans-serif;font-size:13px;font-weight:800;line-height:1;display:flex}.footer-logo-plan{color:#f5efe6;background:#1a1a1a}.footer-logo-beta{color:#fff;background:#e8621a}.footer-tagline{color:#ffffff80;max-width:280px;margin-bottom:20px;font-size:14px;line-height:1.75}.footer-badges{flex-wrap:wrap;gap:8px;display:flex}.badge{color:#ffffff8c;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:500}.footer-col h4{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col ul li a,.footer-col ul li span{color:#ffffff80;font-size:14px;transition:color .2s}.footer-col ul li a:hover{color:#e8621a}.footer-contact li{align-items:center;gap:10px;display:flex}.contact-icon{font-size:16px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;display:flex}.footer-bottom p{color:#ffffff4d;font-size:12px}.footer-legal{gap:24px;display:flex}.footer-legal a{color:#ffffff4d;font-size:12px;transition:color .2s}.footer-legal a:hover{color:#fff9}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}}@media (width<=540px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column}}.hero{background:var(--gradient);align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:1;text-align:center;position:relative}.hero-badge{margin-bottom:24px}.hero-title{color:#fff;letter-spacing:-1px;max-width:800px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:clamp(2.5rem,6vw,4.5rem)}.hero-subtitle{color:#ffffffbf;max-width:620px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:72px;display:flex}.hero-stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;gap:48px;padding-top:40px;display:flex}.stat{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-value{color:#fff;background:linear-gradient(135deg,#e8621a,#f07a38);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:2rem;font-weight:800}.stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:500}.services-section{background:var(--gray-100)}.service-card{cursor:pointer;display:block}.service-icon{background:#e8621a1a;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:2.5rem;display:flex}.service-card h3{color:var(--navy);margin-bottom:12px;font-size:1.2rem}.service-card p{color:var(--gray-600);margin-bottom:20px;font-size:14px;line-height:1.7}.service-link{color:var(--accent);font-size:14px;font-weight:600;transition:gap .2s}.services-cta{text-align:center;margin-top:48px}.about-teaser{background:#fff}.about-teaser-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-teaser-visual{justify-content:center;display:flex}.visual-card{background:var(--gradient);border-radius:32px;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #06102b4d}.visual-icon{color:#ffffff26;z-index:1;font-family:Sora,sans-serif;font-size:100px;font-weight:800;position:relative}.visual-lines{position:absolute;inset:0}.vl{opacity:.15;border-radius:999px;position:absolute}.vl-1{border:2px solid var(--accent);border-radius:50%;width:200px;height:200px;top:-50px;right:-50px}.vl-2{border:2px solid var(--accent-light);border-radius:50%;width:150px;height:150px;bottom:-30px;left:-30px}.vl-3{border:2px solid #fff;border-radius:50%;width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%)}.about-teaser-text{flex-direction:column;gap:16px;display:flex}.about-teaser-text h2{color:var(--navy);margin-top:8px;font-size:clamp(1.8rem,3vw,2.4rem)}.about-teaser-text p{color:var(--gray-600);line-height:1.8}.why-section{background:var(--gray-100)}.why-card{border:1px solid var(--gray-200);background:#fff;border-radius:16px;align-items:flex-start;gap:20px;padding:32px;transition:all .3s;display:flex}.why-card:hover{border-color:var(--accent-light);transform:translateY(-4px);box-shadow:0 20px 60px #06102b14}.why-icon{background:#e8621a1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.why-card h3{color:var(--navy);margin-bottom:8px;font-size:1.1rem}.why-card p{color:var(--gray-600);font-size:14px;line-height:1.7}.cta-text p{color:#ffffffb3;font-size:1rem}@media (width<=768px){.about-teaser-grid{grid-template-columns:1fr}.about-teaser-visual{display:none}.cta-inner{text-align:center;flex-direction:column}.cta-actions{justify-content:center}.hero-stats{gap:32px}}.services-detail{background:var(--white)}.svc-row{border-bottom:1px solid var(--gray-200);grid-template-columns:1fr 1fr;align-items:start;gap:64px;padding:64px 0;display:grid}.svc-row:last-child{border-bottom:none}.svc-row-alt{direction:rtl}.svc-row-alt>*{direction:ltr}.svc-info{flex-direction:column;gap:16px;padding-top:8px;display:flex}.svc-info h2{color:var(--navy);font-size:clamp(1.6rem,2.5vw,2rem)}.svc-desc{color:var(--gray-600);font-size:15px;line-height:1.8}.features-card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:20px;padding:32px;position:relative;overflow:hidden}.features-card:before{content:"";background:var(--svc-accent,var(--accent));height:3px;position:absolute;top:0;left:0;right:0}.features-header{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;font-weight:600;display:flex}.svc-emoji{font-size:1.5rem}.features-list{flex-direction:column;gap:12px;list-style:none;display:flex}.features-list li{color:var(--gray-600);align-items:flex-start;gap:12px;font-size:14px;line-height:1.6;display:flex}.check{color:var(--svc-accent,var(--accent));flex-shrink:0;margin-top:2px;font-size:14px;font-weight:700}.process-section{background:var(--gray-100)}.process-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.process-grid:before{content:"";background:linear-gradient(90deg, var(--accent), #6366f1);opacity:.3;z-index:0;height:2px;position:absolute;top:36px;left:10%;right:10%}.process-card{text-align:center;border:1px solid var(--gray-200);z-index:1;background:#fff;border-radius:16px;padding:32px 24px;transition:all .3s;position:relative}.process-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #06102b1a}.process-step{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-family:Sora,sans-serif;font-size:2rem;font-weight:800;display:block}.process-card h3{color:var(--navy);margin-bottom:8px;font-size:1.1rem}.process-card p{color:var(--gray-600);font-size:13px;line-height:1.6}@media (width<=900px){.svc-row,.svc-row-alt{direction:ltr;grid-template-columns:1fr;gap:32px}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid:before{display:none}.cta-inner{text-align:center;flex-direction:column}.cta-actions{justify-content:center}}@media (width<=540px){.process-grid{grid-template-columns:1fr}}.mission-section{background:#fff}.mission-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.mission-text{flex-direction:column;gap:16px;display:flex}.mission-text h2{color:var(--navy);margin-top:8px;font-size:clamp(1.8rem,3vw,2.4rem)}.mission-text p{color:var(--gray-600);font-size:15px;line-height:1.8}.mission-side{flex-direction:column;gap:20px;display:flex}.mission-card{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:16px;align-items:flex-start;gap:16px;padding:24px;transition:all .3s;display:flex}.mission-card:hover{border-color:var(--accent-light);box-shadow:0 8px 32px #06102b14}.mission-card-icon{background:#e8621a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;display:flex}.mission-card h3{color:var(--navy);margin-bottom:6px;font-size:1rem}.mission-card p{color:var(--gray-600);font-size:13px;line-height:1.6}.values-section{background:var(--gray-100)}.value-card{flex-direction:column;gap:12px;display:flex}.value-icon{background:#0ea5e91a;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.value-card h3{color:var(--navy);font-size:1.1rem}.value-card p{color:var(--gray-600);font-size:14px;line-height:1.7}.expertise-section{background:#fff}.expertise-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.expertise-text{flex-direction:column;gap:16px;display:flex}.expertise-text h2{color:var(--navy);margin-top:8px;font-size:clamp(1.8rem,3vw,2.4rem)}.expertise-text p{color:var(--gray-600);font-size:15px;line-height:1.8}.expertise-bars{flex-direction:column;gap:24px;display:flex}.skill-row{flex-direction:column;gap:8px;display:flex}.skill-label{color:var(--navy);justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.skill-pct{color:var(--accent);font-size:13px;font-weight:600}.skill-bar{background:var(--gray-200);border-radius:999px;height:8px;overflow:hidden}.skill-fill{background:var(--gradient-accent);border-radius:999px;height:100%;transition:width 1s}.cta-section{background:var(--gradient);padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.cta-text h2{color:#fff;margin-bottom:8px;font-size:clamp(1.6rem,3vw,2.2rem)}.cta-text p{color:#ffffffb3}.cta-actions{flex-wrap:wrap;gap:16px;display:flex}@media (width<=900px){.mission-grid,.expertise-grid{grid-template-columns:1fr;gap:40px}.cta-inner{text-align:center;flex-direction:column}.cta-actions{justify-content:center}}.page-hero{background:var(--gradient);align-items:center;min-height:50vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.page-hero-content{z-index:1;text-align:center;position:relative}.page-hero-content h1{color:#fff;letter-spacing:-1px;margin:16px 0 20px;font-size:clamp(2rem,5vw,3.5rem)}.page-hero-content p{color:#ffffffb8;max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.7}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-orb{filter:blur(80px);opacity:.2;border-radius:50%;position:absolute}.hero-orb-1{background:#e8621a;width:500px;height:500px;top:-200px;right:-100px}.hero-orb-2{background:#c4511a;width:350px;height:350px;bottom:-100px;left:-100px}.hero-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.gradient-text{background:linear-gradient(135deg,#e8621a,#f07a38);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-section{background:var(--gray-100)}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:64px;display:grid}.contact-info h2{color:var(--navy);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2rem)}.contact-info>p{color:var(--gray-600);margin-bottom:32px;font-size:15px;line-height:1.7}.contact-methods{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.contact-method{border:1px solid var(--gray-200);background:#fff;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.method-icon{background:#e8621a1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.contact-method h4{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.contact-method a,.contact-method p{color:var(--gray-600);font-size:14px;line-height:1.5}.contact-method a{color:var(--accent)}.contact-method a:hover{text-decoration:underline}.contact-services{margin-bottom:32px}.contact-services h4{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.services-tags{flex-wrap:wrap;gap:8px;display:flex}.trust-bar{border:1px solid var(--gray-200);background:#fff;border-radius:12px;align-items:center;gap:24px;padding:20px 24px;display:flex}.trust-item{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.trust-value{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:800}.trust-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.trust-divider{background:var(--gray-200);width:1px;height:32px}.form-wrapper{border:1px solid var(--gray-200);background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 40px #06102b0f}.contact-form h3{color:var(--navy);margin-bottom:28px;font-size:1.4rem}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.form-group label{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);color:var(--text);background:var(--gray-100);resize:vertical;border-radius:8px;outline:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #0ea5e91a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394A3B8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.submit-btn{justify-content:center;width:100%;margin-top:4px;padding:16px;font-size:15px}.submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.form-error{color:#b91c1c;background:#dc262612;border:1px solid #dc262640;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;line-height:1.5}.success-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 0;display:flex}.success-icon{margin-bottom:8px;font-size:3rem}.success-state h3{color:var(--navy);font-size:1.6rem}.success-state p{color:var(--gray-600);max-width:340px;margin-bottom:8px;line-height:1.7}@media (width<=900px){.contact-grid,.form-row{grid-template-columns:1fr}.form-wrapper{padding:28px}}main{min-height:100vh}
