*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#6366f1;--primary-dark:#4f46e5;--accent:#f59e0b;--accent-light:#fbbf24;--dark:#0f0e17;--dark-medium:#1a1825;--dark-light:#252336;--text:#fffffe;--text-muted:#a7a9be;--font-heading:'Syne',sans-serif;--font-body:'Plus Jakarta Sans',sans-serif;--transition:0.3s ease}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);background:var(--dark);color:var(--text);font-size:14px;line-height:1.6;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}
a{color:inherit;text-decoration:none;transition:var(--transition)}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea{font-family:inherit;font-size:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--text)}
h1{font-size:clamp(2.2rem,6vw,4rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}
h3{font-size:clamp(1.1rem,2vw,1.35rem)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 1.5rem;transition:var(--transition)}
.site-header.scrolled{background:rgba(15,14,23,0.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(99,102,241,0.1)}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.logo{font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--text);letter-spacing:-0.5px}
.logo span{color:var(--accent)}
.menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001;position:relative;transition:var(--transition)}
.menu-toggle .bar{width:22px;height:2px;background:var(--text);transition:var(--transition)}
.main-nav ul{display:flex;gap:2.5rem}
.main-nav a{font-size:0.8rem;font-weight:500;padding:0.5rem 0;position:relative;color:var(--text-muted);transition:var(--transition)}
.main-nav a:hover,.main-nav a.active{color:var(--text)}
.main-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:var(--transition)}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.7rem 1.4rem;font-size:0.8rem;font-weight:600;border-radius:8px;transition:var(--transition);white-space:nowrap}
.btn-primary{background:var(--accent);color:var(--dark)}
.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 10px 30px rgba(245,158,11,0.25)}
.btn-outline{border:1px solid var(--text-muted);color:var(--text)}
.btn-outline:hover{border-color:var(--primary);background:rgba(99,102,241,0.1);color:var(--primary)}
.btn-ghost{color:var(--accent);padding:0.5rem 0}
.btn-ghost:hover{color:var(--accent-light)}
.btn-full{width:100%}
.btn-lg{padding:0.9rem 2rem;font-size:0.85rem}
.btn-sm{padding:0.5rem 1rem;font-size:0.75rem}
.section-tag{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem}
.section-tag::before{content:'';width:20px;height:1px;background:var(--accent)}
.section-header{margin-bottom:3rem}
.section-header.centered{text-align:center}
.section-header.centered .section-tag{justify-content:center}
.section-header.centered .section-tag::after{content:'';width:20px;height:1px;background:var(--accent)}
.section-header p{color:var(--text-muted);max-width:480px;margin-top:0.75rem;font-size:0.95rem}
.section-header.centered p{margin-left:auto;margin-right:auto}
main{padding-top:70px;flex:1}
.hero{min-height:calc(100vh - 70px);display:flex;align-items:center;padding:2rem 1.5rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-30%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(99,102,241,0.15) 0%,transparent 60%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-30%;left:-20%;width:60%;height:100%;background:radial-gradient(ellipse,rgba(245,158,11,0.08) 0%,transparent 50%);pointer-events:none}
.hero-container{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}
.hero-content{max-width:560px}
.hero-badge{display:inline-flex;align-items:center;gap:0.75rem;padding:0.5rem 1rem;background:var(--dark-light);border:1px solid rgba(99,102,241,0.2);border-radius:30px;margin-bottom:1.5rem}
.hero-badge-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
.hero-badge span{font-size:0.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}
.hero h1{margin-bottom:1.5rem}
.hero h1 .highlight{color:var(--accent);position:relative}
.hero p{color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem;line-height:1.8}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}
.hero-clients{display:flex;align-items:center;gap:1rem}
.hero-avatars{display:flex}
.hero-avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--dark);margin-left:-10px;background:var(--dark-light);display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:600;color:var(--accent)}
.hero-avatar:first-child{margin-left:0}
.hero-clients-text{font-size:0.8rem;color:var(--text-muted)}
.hero-clients-text strong{color:var(--text);display:block}
.hero-visual{position:relative}
.hero-card{background:var(--dark-light);border-radius:20px;padding:1.5rem;border:1px solid rgba(99,102,241,0.15);position:relative;overflow:hidden}
.hero-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent))}
.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}
.hero-card-title{font-size:0.85rem;font-weight:600}
.hero-card-badge{font-size:0.65rem;padding:0.3rem 0.6rem;background:rgba(245,158,11,0.15);color:var(--accent);border-radius:20px}
.hero-image{border-radius:12px;overflow:hidden;margin-bottom:1.25rem}
.hero-image img{width:100%;height:280px;object-fit:cover}
.hero-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.hero-stat{text-align:center;padding:0.75rem;background:var(--dark-medium);border-radius:10px}
.hero-stat-value{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--accent)}
.hero-stat-label{font-size:0.65rem;color:var(--text-muted);margin-top:0.25rem}
.hero-float{position:absolute;background:var(--dark-medium);border:1px solid rgba(99,102,241,0.2);border-radius:12px;padding:0.75rem 1rem;display:flex;align-items:center;gap:0.75rem}
.hero-float-1{top:10%;left:-10%;animation:float 4s ease-in-out infinite}
.hero-float-2{bottom:15%;right:-5%;animation:float 4s ease-in-out infinite 1s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.hero-float-icon{width:32px;height:32px;background:rgba(99,102,241,0.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--primary)}
.hero-float-text{font-size:0.75rem}
.hero-float-text strong{display:block;color:var(--text)}
.hero-float-text span{color:var(--text-muted);font-size:0.65rem}
section{padding:5rem 1.5rem}
.expertise{max-width:1200px;margin:0 auto}
.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.expertise-card{background:var(--dark-light);padding:2rem 1.5rem;border-radius:16px;border:1px solid transparent;transition:var(--transition);position:relative;overflow:hidden}
.expertise-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(99,102,241,0.05),transparent);opacity:0;transition:var(--transition)}
.expertise-card:hover{border-color:rgba(99,102,241,0.3);transform:translateY(-5px)}
.expertise-card:hover::before{opacity:1}
.expertise-num{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--dark-medium);-webkit-text-stroke:1px var(--primary);margin-bottom:1rem;position:relative;z-index:1}
.expertise-card h3{margin-bottom:0.75rem;position:relative;z-index:1}
.expertise-card p{color:var(--text-muted);font-size:0.85rem;position:relative;z-index:1}
.story{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.story-image{position:relative}
.story-image img{border-radius:20px;width:100%}
.story-image::before{content:'';position:absolute;inset:-15px;border:1px solid rgba(99,102,241,0.2);border-radius:25px;z-index:-1}
.story-content h2{margin-bottom:1.25rem}
.story-content>p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.8}
.story-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}
.story-highlight{display:flex;align-items:flex-start;gap:0.75rem}
.story-highlight-icon{width:28px;height:28px;background:rgba(245,158,11,0.15);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:0.85rem;flex-shrink:0}
.story-highlight span{font-size:0.85rem;color:var(--text-muted)}
.metrics{background:var(--dark-light);border-radius:24px;padding:4rem 2rem;max-width:1100px;margin:0 auto}
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.metric-item{position:relative}
.metric-item:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(99,102,241,0.2)}
.metric-value{font-family:var(--font-heading);font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.metric-label{font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem}
.approach{max-width:1200px;margin:0 auto}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.approach-card{background:linear-gradient(180deg,var(--dark-light) 0%,var(--dark-medium) 100%);padding:2rem;border-radius:20px;border:1px solid rgba(99,102,241,0.1);transition:var(--transition)}
.approach-card:hover{transform:translateY(-8px);border-color:rgba(99,102,241,0.3)}
.approach-step{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--accent);color:var(--dark);font-family:var(--font-heading);font-weight:800;border-radius:10px;margin-bottom:1.25rem}
.approach-card h3{margin-bottom:0.75rem}
.approach-card p{color:var(--text-muted);font-size:0.85rem;line-height:1.7}
.showcase{max-width:1200px;margin:0 auto}
.showcase-main{display:grid;grid-template-columns:1.3fr 0.7fr;gap:2rem;margin-bottom:2rem}
.showcase-featured{position:relative;border-radius:20px;overflow:hidden;height:400px}
.showcase-featured img{width:100%;height:100%;object-fit:cover}
.showcase-featured-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,14,23,0.95) 100%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}
.showcase-featured-tag{font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--accent);margin-bottom:0.5rem}
.showcase-featured h3{font-size:1.5rem;margin-bottom:0.5rem}
.showcase-featured p{color:var(--text-muted);font-size:0.9rem;max-width:400px}
.showcase-side{display:flex;flex-direction:column;gap:2rem}
.showcase-item{flex:1;background:var(--dark-light);border-radius:16px;padding:1.5rem;border:1px solid rgba(99,102,241,0.1);transition:var(--transition)}
.showcase-item:hover{border-color:rgba(99,102,241,0.3)}
.showcase-item-tag{font-size:0.65rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--accent);margin-bottom:0.75rem}
.showcase-item h3{margin-bottom:0.5rem}
.showcase-item p{color:var(--text-muted);font-size:0.8rem}
.testimonials{max-width:1000px;margin:0 auto}
.testimonial-card{background:var(--dark-light);border-radius:20px;padding:2.5rem;text-align:center;border:1px solid rgba(99,102,241,0.1)}
.testimonial-quote{font-size:1.1rem;line-height:1.9;color:var(--text);margin-bottom:2rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}
.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex:0 0 48px}
.testimonial-info{text-align:left}
.testimonial-name{font-weight:600;font-size:0.95rem}
.testimonial-role{color:var(--text-muted);font-size:0.8rem}
.connect{text-align:center;background:linear-gradient(180deg,var(--dark-light) 0%,var(--dark) 100%);border-radius:24px;max-width:900px;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}
.connect::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(99,102,241,0.08) 0%,transparent 50%);pointer-events:none}
.connect h2{margin-bottom:1rem;position:relative;z-index:1}
.connect>p{color:var(--text-muted);margin-bottom:2rem;max-width:450px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.site-footer{background:var(--dark-medium);padding:1.5rem;margin-top:4rem;border-top:1px solid rgba(99,102,241,0.1)}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-info p{font-size:0.75rem;color:var(--text-muted)}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:0.75rem;color:var(--text-muted);transition:var(--transition)}
.footer-links a:hover{color:var(--accent)}
.page-hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:700px;margin:0 auto}
.page-hero h1{margin-bottom:1rem}
.page-hero p{color:var(--text-muted);font-size:1rem}
.projects-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}
.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.project-card{background:var(--dark-light);border-radius:16px;overflow:hidden;border:1px solid transparent;transition:var(--transition)}
.project-card:hover{border-color:rgba(99,102,241,0.3);transform:translateY(-5px)}
.project-thumb{height:200px;overflow:hidden;position:relative}
.project-thumb img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}
.project-card:hover .project-thumb img{transform:scale(1.05)}
.project-body{padding:1.5rem}
.project-category{font-size:0.65rem;font-weight:600;text-transform:uppercase;color:var(--accent);letter-spacing:1px}
.project-body h3{margin:0.5rem 0 0.75rem}
.project-body p{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}
.project-link{font-size:0.8rem;font-weight:600;color:var(--primary);display:inline-flex;align-items:center;gap:0.5rem;transition:var(--transition)}
.project-link:hover{color:var(--accent);gap:0.75rem}
.stats-banner{background:var(--dark-light);padding:4rem 1.5rem}
.stats-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-item .stat-value{font-family:var(--font-heading);font-size:2.75rem;font-weight:800;color:var(--accent)}
.stat-item .stat-label{font-size:0.8rem;color:var(--text-muted);margin-top:0.25rem}
.products-section{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}
.product-card{background:var(--dark-light);border-radius:20px;padding:2rem;position:relative;border:1px solid transparent;transition:var(--transition)}
.product-card:hover{border-color:rgba(99,102,241,0.2)}
.product-card.featured{background:linear-gradient(180deg,var(--dark-medium),var(--dark-light));border:1px solid var(--primary)}
.product-badge{position:absolute;top:-12px;right:24px;background:var(--primary);color:var(--text);font-size:0.65rem;font-weight:700;text-transform:uppercase;padding:0.4rem 0.9rem;border-radius:20px}
.product-card.featured .product-badge{background:var(--accent);color:var(--dark)}
.product-card h3{font-size:1.3rem;margin-bottom:0.75rem}
.product-price{margin-bottom:1.25rem}
.product-price .price{font-family:var(--font-heading);font-size:2.25rem;font-weight:800}
.product-price .price-note{font-size:0.8rem;color:var(--text-muted)}
.product-desc{font-size:0.85rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}
.product-features{margin-bottom:2rem}
.product-features li{display:flex;align-items:center;gap:0.75rem;font-size:0.8rem;color:var(--text-muted);padding:0.5rem 0}
.product-features li::before{content:'✓';color:var(--accent);font-weight:700}
.benefits{max-width:1100px;margin:0 auto}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.benefit-card{text-align:center;padding:2rem 1.25rem}
.benefit-icon{width:50px;height:50px;background:rgba(99,102,241,0.15);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary);font-size:1.25rem}
.benefit-card h3{font-size:1rem;margin-bottom:0.5rem}
.benefit-card p{font-size:0.8rem;color:var(--text-muted)}
.faq-section{max-width:700px;margin:0 auto}
.faq-list{display:flex;flex-direction:column;gap:0.75rem}
.faq-item{background:var(--dark-light);border-radius:12px;overflow:hidden;border:1px solid transparent;transition:var(--transition)}
.faq-item[open]{border-color:rgba(99,102,241,0.2)}
.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:0.9rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.25rem;color:var(--accent);transition:var(--transition)}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding:0 1.5rem 1.25rem;font-size:0.85rem;color:var(--text-muted);line-height:1.7}
.contact-hero{text-align:center;padding:5rem 1.5rem 2rem;background:linear-gradient(180deg,var(--dark-light) 0%,var(--dark) 100%)}
.contact-hero-content{max-width:550px;margin:0 auto}
.contact-hero h1{margin-bottom:1rem}
.contact-hero p{color:var(--text-muted);font-size:1rem}
.contact-section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}
.contact-container{display:grid;grid-template-columns:1.2fr 0.8fr;gap:3rem}
.contact-form-wrapper{background:var(--dark-light);padding:2.5rem;border-radius:20px;border:1px solid rgba(99,102,241,0.1)}
.form-header{margin-bottom:2rem}
.form-header h2{font-size:1.5rem;margin-bottom:0.5rem}
.form-header p{color:var(--text-muted);font-size:0.9rem}
.contact-form{display:flex;flex-direction:column;gap:1.5rem}
.form-group label{display:block;font-size:0.8rem;font-weight:500;margin-bottom:0.5rem;color:var(--text)}
.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;background:var(--dark-medium);border:1px solid rgba(99,102,241,0.1);border-radius:10px;color:var(--text);font-size:0.9rem;transition:var(--transition)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:var(--dark)}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}
.form-checkbox{display:flex;align-items:flex-start;gap:0.75rem}
.form-checkbox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}
.form-checkbox label{font-size:0.8rem;color:var(--text-muted);cursor:pointer;line-height:1.5}
.form-checkbox a{color:var(--accent);text-decoration:underline}
.contact-sidebar{display:flex;flex-direction:column;gap:2rem}
.contact-info-card{background:var(--dark-light);padding:2rem;border-radius:20px;border:1px solid rgba(99,102,241,0.1)}
.info-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--dark-medium)}
.info-item:first-child{padding-top:0}
.info-item:last-child{border-bottom:none;padding-bottom:0}
.info-icon{width:40px;height:40px;background:rgba(245,158,11,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}
.info-item h3{font-size:0.9rem;margin-bottom:0.25rem}
.info-item p{font-size:0.85rem;color:var(--text-muted);line-height:1.5}
.contact-cta{background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:2rem;border-radius:20px;text-align:center}
.contact-cta h3{margin-bottom:0.5rem}
.contact-cta p{font-size:0.85rem;opacity:0.9}
.map-section{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.map-container{border-radius:20px;overflow:hidden;height:350px;border:1px solid rgba(99,102,241,0.1)}
.map-container iframe{width:100%;height:100%}
.contact-faq{max-width:650px;margin:3rem auto 0}
.fullheight-page{min-height:calc(100vh - 70px - 110px);display:flex;align-items:center;justify-content:center}
.thank-you-section,.error-section{text-align:center;padding:2rem 1.5rem;max-width:550px}
.success-icon{width:80px;height:80px;background:rgba(245,158,11,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;color:var(--accent)}
.thank-you-content h1{margin-bottom:1rem;font-size:2rem}
.thank-you-content>p{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}
.thank-you-details{background:var(--dark-light);padding:1.25rem;border-radius:12px;margin-bottom:2rem;border:1px solid rgba(99,102,241,0.1)}
.thank-you-details p{font-size:0.85rem;color:var(--text-muted)}
.thank-you-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.error-code{font-family:var(--font-heading);font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.error-content h1{margin:1rem 0;font-size:1.75rem}
.error-content>p{color:var(--text-muted);margin-bottom:2rem}
.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.policy-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}
.policy-content{background:var(--dark-light);padding:2.5rem;border-radius:20px;border:1px solid rgba(99,102,241,0.1)}
.policy-content h1{font-size:1.75rem;margin-bottom:0.5rem}
.policy-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--dark-medium)}
.policy-content h2{font-size:1.2rem;margin:2.5rem 0 1rem;color:var(--accent)}
.policy-content h3{font-size:1rem;margin:1.5rem 0 0.75rem}
.policy-content p{color:var(--text-muted);margin-bottom:1rem;font-size:0.9rem;line-height:1.8}
.policy-content ul,.policy-content ol{margin:1rem 0 1rem 1.5rem}
.policy-content li{color:var(--text-muted);font-size:0.9rem;margin-bottom:0.5rem;line-height:1.7}
.cookie-popup{position:fixed;bottom:0;left:0;right:0;background:var(--dark-medium);padding:1.25rem 1.5rem;z-index:2000;transform:translateY(100%);transition:var(--transition);border-top:1px solid rgba(99,102,241,0.2)}
.cookie-popup.show{transform:translateY(0)}
.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.cookie-content p{font-size:0.8rem;color:var(--text-muted)}
.cookie-content a{color:var(--accent);text-decoration:underline}
@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{max-width:100%}.hero-actions{justify-content:center}.hero-clients{justify-content:center}.hero-float{display:none}.expertise-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr;text-align:center}.story-image{order:-1;max-width:500px;margin:0 auto}.story-highlights{justify-content:center}.approach-grid{grid-template-columns:1fr 1fr}.showcase-main{grid-template-columns:1fr}.contact-container{grid-template-columns:1fr}}
@media(max-width:768px){.menu-toggle{display:flex}.menu-toggle.active{position:fixed;top:1rem;right:1.5rem}.main-nav{position:fixed;top:0;right:0;bottom:0;width:280px;background:var(--dark-medium);padding:5rem 2rem;transform:translateX(100%);transition:var(--transition);border-left:1px solid rgba(99,102,241,0.1)}.main-nav.active{transform:translateX(0)}.main-nav ul{flex-direction:column;gap:2rem}.main-nav a{font-size:1rem}.menu-toggle.active .bar:first-child{transform:rotate(45deg) translate(5px,0px)}.menu-toggle.active .bar:last-child{transform:rotate(-45deg) translate(5px,0px)}.expertise-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.metric-item:not(:last-child)::after{display:none}.approach-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr}.product-card.featured{transform:none}.benefits-grid{grid-template-columns:repeat(2,1fr)}.stats-container{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}
@media(max-width:480px){body{font-size:13px}.site-header{padding:0.75rem 1rem}.logo{font-size:0.9rem}.hero{padding:1.5rem 1rem;min-height:auto}.hero-badge{padding:0.4rem 0.75rem}.hero-badge span{font-size:0.6rem}.hero p{font-size:0.95rem}.hero-card{padding:1.25rem}.hero-card-stats{grid-template-columns:1fr;gap:0.75rem}.hero-stat{padding:0.6rem}.hero-stat-value{font-size:1.1rem}.hero-stat-label{font-size:0.6rem}.hero-image img{height:200px}.hero-clients{flex-direction:column;gap:0.75rem}.hero-avatar{width:32px;height:32px;font-size:0.65rem}.hero-clients-text{font-size:0.75rem}section{padding:3rem 1rem}.section-header{margin-bottom:2rem}.section-header p{font-size:0.85rem}.metrics{padding:2rem 1rem;border-radius:16px}.metrics-grid{grid-template-columns:1fr;gap:1.5rem}.metric-value{font-size:2rem}.metric-label{font-size:0.75rem}.benefits-grid{grid-template-columns:1fr}.benefit-icon{width:44px;height:44px;font-size:1.1rem}.benefit-card{padding:1.5rem 1rem}.error-code{font-size:5rem}.contact-form-wrapper{padding:1.5rem}.contact-info-card{padding:1.5rem}.info-item{padding:1rem 0}.info-icon{width:36px;height:36px}.policy-content{padding:1.5rem}.policy-content h1{font-size:1.5rem}.policy-content h2{font-size:1.1rem}.showcase-featured{height:300px}.showcase-featured-overlay{padding:1.5rem}.showcase-featured h3{font-size:1.25rem}.showcase-item{padding:1.25rem}.approach-card{padding:1.5rem}.approach-step{width:36px;height:36px;font-size:0.9rem}.story-highlights{grid-template-columns:1fr}.story-highlight{padding:0.5rem 0}.testimonial-card{padding:2rem 1.5rem}.testimonial-quote{font-size:1rem}.connect{padding:3rem 1.5rem}.faq-item summary{padding:1rem 1.25rem;font-size:0.85rem}.faq-item p{padding:0 1.25rem 1rem}.map-container{height:280px}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-thumb{height:180px}.products-grid{gap:1.25rem}.product-card{padding:1.5rem}.product-price .price{font-size:2rem}.stats-container{gap:1.5rem}}
@media(max-width:375px){body{font-size:12.5px}h1{font-size:clamp(1.9rem,5vw,2.2rem)}h2{font-size:clamp(1.4rem,3vw,1.6rem)}h3{font-size:clamp(1rem,2vw,1.1rem)}.site-header{padding:0.65rem 0.85rem}.logo{font-size:0.85rem}.btn{padding:0.65rem 1.1rem;font-size:0.75rem}.btn-lg{padding:0.8rem 1.5rem;font-size:0.8rem}.btn-sm{padding:0.45rem 0.85rem;font-size:0.7rem}.hero{padding:1.25rem 0.85rem}.hero-badge{padding:0.35rem 0.65rem;gap:0.5rem}.hero-badge-dot{width:6px;height:6px}.hero-badge span{font-size:0.55rem}.hero p{font-size:0.9rem;margin-bottom:1.5rem}.hero-actions{gap:0.75rem;margin-bottom:2rem}.hero-card{padding:1rem}.hero-card-header{gap:0.4rem}.hero-card-title{font-size:0.8rem}.hero-card-badge{font-size:0.6rem;padding:0.25rem 0.5rem}.hero-image img{height:180px}.hero-card-stats{gap:0.65rem}.hero-stat{padding:0.5rem}.hero-stat-value{font-size:1rem}.hero-stat-label{font-size:0.55rem}.hero-avatar{width:30px;height:30px;font-size:0.6rem;margin-left:-8px}.hero-clients-text{font-size:0.7rem}section{padding:2.5rem 0.85rem}.section-tag{font-size:0.65rem;gap:0.4rem;margin-bottom:0.75rem}.section-tag::before{width:16px}.section-header.centered .section-tag::after{width:16px}.section-header{margin-bottom:1.75rem}.section-header p{font-size:0.8rem;margin-top:0.5rem}.expertise-card{padding:1.5rem 1.25rem}.expertise-num{font-size:2.2rem;margin-bottom:0.75rem}.expertise-card h3{margin-bottom:0.5rem;font-size:1rem}.expertise-card p{font-size:0.8rem}.story-image::before{inset:-10px;border-radius:20px}.story-content>p{font-size:0.85rem;margin-bottom:1.25rem}.story-highlights{gap:0.75rem}.story-highlight{gap:0.5rem}.story-highlight-icon{width:24px;height:24px;font-size:0.75rem}.story-highlight span{font-size:0.8rem}.metrics{padding:1.75rem 0.85rem;border-radius:14px}.metrics-grid{gap:1.25rem}.metric-value{font-size:1.8rem}.metric-label{font-size:0.7rem;margin-top:0.35rem}.approach-card{padding:1.25rem;border-radius:16px}.approach-step{width:34px;height:34px;font-size:0.85rem;margin-bottom:1rem}.approach-card h3{margin-bottom:0.5rem;font-size:1rem}.approach-card p{font-size:0.8rem}.showcase-featured{height:260px}.showcase-featured-overlay{padding:1.25rem}.showcase-featured-tag{font-size:0.65rem;margin-bottom:0.4rem}.showcase-featured h3{font-size:1.15rem;margin-bottom:0.4rem}.showcase-featured p{font-size:0.85rem}.showcase-item{padding:1.15rem}.showcase-item-tag{font-size:0.6rem;margin-bottom:0.6rem}.showcase-item h3{font-size:1rem;margin-bottom:0.4rem}.showcase-item p{font-size:0.75rem}.testimonial-card{padding:1.75rem 1.25rem;border-radius:16px}.testimonial-quote{font-size:0.95rem;line-height:1.7;margin-bottom:1.5rem}.testimonial-avatar{width:42px;height:42px;font-size:0.9rem;flex:0 0 42px}.testimonial-name{font-size:0.85rem}.testimonial-role{font-size:0.75rem}.connect{padding:2.5rem 1.25rem;border-radius:18px}.connect h2{margin-bottom:0.75rem}.connect>p{font-size:0.85rem;margin-bottom:1.5rem}.benefit-card{padding:1.25rem 1rem}.benefit-icon{width:40px;height:40px;font-size:1rem;margin-bottom:0.75rem}.benefit-card h3{font-size:0.95rem;margin-bottom:0.4rem}.benefit-card p{font-size:0.75rem}.faq-item{border-radius:10px}.faq-item summary{padding:0.95rem 1.15rem;font-size:0.8rem}.faq-item summary::after{font-size:1.15rem}.faq-item p{padding:0 1.15rem 0.95rem;font-size:0.8rem}.contact-form-wrapper{padding:1.25rem;border-radius:16px}.form-header h2{font-size:1.3rem;margin-bottom:0.4rem}.form-header p{font-size:0.85rem}.contact-form{gap:1.25rem}.form-group label{font-size:0.75rem;margin-bottom:0.4rem}.form-group input,.form-group textarea{padding:0.85rem 1rem;font-size:0.85rem;border-radius:8px}.form-checkbox{gap:0.6rem}.form-checkbox input[type="checkbox"]{width:18px;height:18px}.form-checkbox label{font-size:0.75rem}.contact-info-card{padding:1.25rem;border-radius:16px}.info-item{gap:0.85rem;padding:0.95rem 0}.info-icon{width:34px;height:34px;font-size:0.9rem}.info-item h3{font-size:0.85rem;margin-bottom:0.2rem}.info-item p{font-size:0.8rem}.contact-cta{padding:1.5rem;border-radius:16px}.contact-cta h3{font-size:1.1rem;margin-bottom:0.4rem}.contact-cta p{font-size:0.8rem}.map-container{height:250px;border-radius:16px}.project-card{border-radius:14px}.project-thumb{height:160px}.project-body{padding:1.25rem}.project-category{font-size:0.6rem}.project-body h3{margin:0.4rem 0 0.6rem;font-size:1rem}.project-body p{font-size:0.8rem;margin-bottom:0.85rem}.project-link{font-size:0.75rem}.product-card{padding:1.25rem;border-radius:16px}.product-badge{top:-10px;right:20px;font-size:0.6rem;padding:0.35rem 0.75rem}.product-card h3{font-size:1.15rem;margin-bottom:0.6rem}.product-price .price{font-size:1.85rem}.product-price .price-note{font-size:0.75rem}.product-desc{font-size:0.8rem;margin-bottom:1.25rem}.product-features{margin-bottom:1.5rem}.product-features li{font-size:0.75rem;padding:0.4rem 0;gap:0.6rem}.stats-container{gap:1.25rem}.stat-item .stat-value{font-size:2.25rem}.stat-item .stat-label{font-size:0.75rem}.error-code{font-size:4.5rem}.error-content h1{font-size:1.5rem}.error-content>p{font-size:0.85rem;margin-bottom:1.5rem}.success-icon{width:70px;height:70px;font-size:2.2rem;margin-bottom:1.25rem}.thank-you-content h1{font-size:1.75rem;margin-bottom:0.85rem}.thank-you-content>p{font-size:0.85rem;margin-bottom:1.5rem}.thank-you-details{padding:1.15rem;border-radius:10px;margin-bottom:1.5rem}.thank-you-details p{font-size:0.8rem}.policy-content{padding:1.25rem;border-radius:16px}.policy-content h1{font-size:1.4rem;margin-bottom:0.4rem}.policy-meta{font-size:0.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.policy-content h2{font-size:1.1rem;margin:2rem 0 0.85rem}.policy-content h3{font-size:0.95rem;margin:1.25rem 0 0.6rem}.policy-content p{font-size:0.85rem;margin-bottom:0.85rem}.policy-content ul,.policy-content ol{margin:0.85rem 0 0.85rem 1.25rem}.policy-content li{font-size:0.85rem;margin-bottom:0.4rem}.cookie-popup{padding:1rem 0.85rem}.cookie-content{gap:1rem}.cookie-content p{font-size:0.75rem}.footer-inner{gap:0.85rem}.footer-info p{font-size:0.7rem}.footer-links{gap:1.25rem}.footer-links a{font-size:0.7rem}}
@media(max-width:320px){body{font-size:12px}h1{font-size:clamp(1.75rem,4.5vw,1.9rem)}h2{font-size:clamp(1.3rem,2.8vw,1.4rem)}h3{font-size:clamp(0.95rem,1.8vw,1rem)}.site-header{padding:0.6rem 0.75rem}.logo{font-size:0.8rem}.menu-toggle{padding:6px;gap:4px}.menu-toggle .bar{width:20px}.btn{padding:0.6rem 1rem;font-size:0.7rem}.btn-lg{padding:0.75rem 1.35rem;font-size:0.75rem}.btn-sm{padding:0.4rem 0.75rem;font-size:0.65rem}.hero{padding:1rem 0.75rem}.hero-badge{padding:0.3rem 0.6rem;gap:0.45rem}.hero-badge-dot{width:5px;height:5px}.hero-badge span{font-size:0.5rem;letter-spacing:0.5px}.hero p{font-size:0.85rem;margin-bottom:1.25rem;line-height:1.7}.hero-actions{flex-direction:column;gap:0.65rem;margin-bottom:1.75rem}.hero-actions .btn{width:100%}.hero-card{padding:0.9rem}.hero-card-header{flex-direction:column;align-items:flex-start;gap:0.35rem}.hero-card-title{font-size:0.75rem}.hero-card-badge{font-size:0.55rem;padding:0.2rem 0.45rem}.hero-image{margin-bottom:1rem}.hero-image img{height:160px}.hero-card-stats{gap:0.6rem}.hero-stat{padding:0.45rem}.hero-stat-value{font-size:0.95rem}.hero-stat-label{font-size:0.5rem}.hero-avatar{width:28px;height:28px;font-size:0.55rem;margin-left:-7px;border-width:1.5px}.hero-clients{gap:0.65rem}.hero-clients-text{font-size:0.65rem}.hero-clients-text strong{font-size:0.7rem}section{padding:2.25rem 0.75rem}.section-tag{font-size:0.6rem;gap:0.35rem;letter-spacing:1.5px;margin-bottom:0.65rem}.section-tag::before{width:14px}.section-header.centered .section-tag::after{width:14px}.section-header{margin-bottom:1.5rem}.section-header p{font-size:0.75rem;margin-top:0.45rem;max-width:100%}.expertise-card{padding:1.35rem 1.1rem;border-radius:14px}.expertise-num{font-size:2rem;margin-bottom:0.65rem}.expertise-card h3{margin-bottom:0.45rem;font-size:0.95rem}.expertise-card p{font-size:0.75rem;line-height:1.6}.story-image::before{inset:-8px;border-radius:18px}.story-content>p{font-size:0.8rem;margin-bottom:1.1rem;line-height:1.7}.story-highlights{gap:0.65rem}.story-highlight{gap:0.45rem;padding:0.4rem 0}.story-highlight-icon{width:22px;height:22px;font-size:0.7rem;border-radius:5px}.story-highlight span{font-size:0.75rem}.metrics{padding:1.5rem 0.75rem;border-radius:12px}.metrics-grid{gap:1.1rem}.metric-value{font-size:1.65rem}.metric-label{font-size:0.65rem;margin-top:0.3rem}.approach-card{padding:1.1rem;border-radius:14px}.approach-step{width:32px;height:32px;font-size:0.8rem;border-radius:8px;margin-bottom:0.9rem}.approach-card h3{margin-bottom:0.45rem;font-size:0.95rem}.approach-card p{font-size:0.75rem;line-height:1.6}.showcase-featured{height:240px;border-radius:16px}.showcase-featured-overlay{padding:1.1rem}.showcase-featured-tag{font-size:0.6rem;margin-bottom:0.35rem}.showcase-featured h3{font-size:1.05rem;margin-bottom:0.35rem}.showcase-featured p{font-size:0.8rem;line-height:1.6}.showcase-item{padding:1rem;border-radius:14px}.showcase-item-tag{font-size:0.55rem;margin-bottom:0.55rem}.showcase-item h3{font-size:0.95rem;margin-bottom:0.35rem}.showcase-item p{font-size:0.7rem}.testimonial-card{padding:1.5rem 1.1rem;border-radius:14px}.testimonial-quote{font-size:0.9rem;line-height:1.65;margin-bottom:1.35rem}.testimonial-avatar{width:40px;height:40px;font-size:0.85rem;flex:0 0 40px}.testimonial-name{font-size:0.8rem}.testimonial-role{font-size:0.7rem}.connect{padding:2.25rem 1.1rem;border-radius:16px}.connect h2{margin-bottom:0.65rem}.connect>p{font-size:0.8rem;margin-bottom:1.35rem;max-width:100%}.benefit-card{padding:1.1rem 0.9rem}.benefit-icon{width:38px;height:38px;font-size:0.95rem;border-radius:10px;margin-bottom:0.65rem}.benefit-card h3{font-size:0.9rem;margin-bottom:0.35rem}.benefit-card p{font-size:0.7rem;line-height:1.6}.faq-item{border-radius:9px}.faq-item summary{padding:0.85rem 1rem;font-size:0.75rem}.faq-item summary::after{font-size:1.1rem}.faq-item p{padding:0 1rem 0.85rem;font-size:0.75rem;line-height:1.6}.contact-form-wrapper{padding:1.1rem;border-radius:14px}.form-header h2{font-size:1.2rem;margin-bottom:0.35rem}.form-header p{font-size:0.8rem}.contact-form{gap:1.1rem}.form-group label{font-size:0.7rem;margin-bottom:0.35rem}.form-group input,.form-group textarea{padding:0.8rem 0.95rem;font-size:0.8rem;border-radius:7px}.form-checkbox{gap:0.55rem}.form-checkbox input[type="checkbox"]{width:16px;height:16px}.form-checkbox label{font-size:0.7rem;line-height:1.4}.contact-info-card{padding:1.1rem;border-radius:14px}.info-item{gap:0.75rem;padding:0.85rem 0}.info-icon{width:32px;height:32px;font-size:0.85rem;border-radius:8px}.info-item h3{font-size:0.8rem;margin-bottom:0.15rem}.info-item p{font-size:0.75rem;line-height:1.5}.contact-cta{padding:1.35rem;border-radius:14px}.contact-cta h3{font-size:1.05rem;margin-bottom:0.35rem}.contact-cta p{font-size:0.75rem}.map-container{height:220px;border-radius:14px}.project-card{border-radius:12px}.project-thumb{height:150px}.project-body{padding:1.1rem}.project-category{font-size:0.55rem}.project-body h3{margin:0.35rem 0 0.55rem;font-size:0.95rem}.project-body p{font-size:0.75rem;margin-bottom:0.75rem;line-height:1.6}.project-link{font-size:0.7rem;gap:0.4rem}.product-card{padding:1.1rem;border-radius:14px}.product-badge{top:-9px;right:18px;font-size:0.55rem;padding:0.3rem 0.7rem;border-radius:16px}.product-card h3{font-size:1.05rem;margin-bottom:0.55rem}.product-price{margin-bottom:1.1rem}.product-price .price{font-size:1.7rem}.product-price .price-note{font-size:0.7rem}.product-desc{font-size:0.75rem;margin-bottom:1.1rem;line-height:1.6}.product-features{margin-bottom:1.35rem}.product-features li{font-size:0.7rem;padding:0.35rem 0;gap:0.55rem}.stats-container{gap:1.1rem}.stat-item .stat-value{font-size:2rem}.stat-item .stat-label{font-size:0.7rem}.error-code{font-size:4rem;line-height:0.9}.error-content h1{font-size:1.35rem;margin:0.85rem 0}.error-content>p{font-size:0.8rem;margin-bottom:1.35rem;line-height:1.6}.error-actions{flex-direction:column;gap:0.65rem}.error-actions .btn{width:100%}.success-icon{width:65px;height:65px;font-size:2rem;margin-bottom:1.1rem}.thank-you-content h1{font-size:1.6rem;margin-bottom:0.75rem}.thank-you-content>p{font-size:0.8rem;margin-bottom:1.35rem;line-height:1.7}.thank-you-details{padding:1rem;border-radius:9px;margin-bottom:1.35rem}.thank-you-details p{font-size:0.75rem;line-height:1.6}.thank-you-actions{flex-direction:column;gap:0.65rem}.thank-you-actions .btn{width:100%}.policy-content{padding:1.1rem;border-radius:14px}.policy-content h1{font-size:1.3rem;margin-bottom:0.35rem}.policy-meta{font-size:0.7rem;margin-bottom:1.35rem;padding-bottom:0.9rem}.policy-content h2{font-size:1.05rem;margin:1.85rem 0 0.75rem}.policy-content h3{font-size:0.9rem;margin:1.1rem 0 0.55rem}.policy-content p{font-size:0.8rem;margin-bottom:0.75rem;line-height:1.7}.policy-content ul,.policy-content ol{margin:0.75rem 0 0.75rem 1.1rem}.policy-content li{font-size:0.8rem;margin-bottom:0.35rem;line-height:1.6}.cookie-popup{padding:0.9rem 0.75rem}.cookie-content{flex-direction:column;gap:0.85rem;align-items:stretch}.cookie-content p{font-size:0.7rem;line-height:1.6}.cookie-content .btn{width:100%}.footer-inner{gap:0.75rem}.footer-info p{font-size:0.65rem}.footer-links{gap:1.1rem;flex-wrap:wrap}.footer-links a{font-size:0.65rem}}
