@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg: #0f172a;--bg-soft: #131f35;--surface: #f8fafc;--surface-soft: #e2e8f0;--text: #0f172a;--text-soft: #475569;--text-invert: #f8fafc;--primary: #0ea5e9;--primary-dark: #0369a1;--accent: #f97316;--accent-soft: #fb923c;--radius: 16px;--shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 14px 30px -18px rgba(15, 23, 42, .32);--container: min(1120px, calc(100% - 3rem) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--text);background:radial-gradient(circle at 0% 0%,#1e293b 0%,var(--bg) 38%,#020617 100%)}a{color:inherit}img{max-width:100%;display:block}.app-main{display:flex;flex-direction:column;gap:0}.section{width:var(--container);margin:0 auto;padding:5rem 0;content-visibility:auto;contain-intrinsic-size:700px}.section-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.75rem,3.2vw,2.4rem);margin:0;letter-spacing:.02em}.section-description{color:var(--text-soft);max-width:700px;margin:1rem 0 0;line-height:1.65}.section-headline{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.2rem}.section-headline:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,var(--accent),transparent 70%)}.card{border-radius:var(--radius);background:#fff;border:.2px solid rgba(148,163,184,.2);box-shadow:var(--shadow)}.skip-link{position:absolute;left:16px;top:-64px;background:var(--surface);color:var(--text);padding:.6rem .8rem;border-radius:8px;z-index:9999}.skip-link:focus{top:16px}@media(max-width:900px){.section{padding:3.75rem 0}:root{--container: min(1120px, calc(100% - 2rem) )}}.about-wrap{background:var(--surface)}.about-section{color:var(--text)}.about-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:1.5rem;overflow:hidden}.about-image{width:100%;height:100%;object-fit:cover;min-height:320px}.about-copy{padding:1.5rem}.about-copy p{margin:0;line-height:1.75;color:#334155}.about-copy ul{margin:1.1rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.about-copy li{background:#f1f5f9;border-left:3px solid var(--accent);border-radius:6px;padding:.6rem .75rem;color:#0f172a}@media(max-width:900px){.about-layout{grid-template-columns:1fr}}.contact-section,.contact-section .section-title,.contact-section .section-description{color:var(--text-invert)}.contact-layout{margin-top:2rem;display:grid;grid-template-columns:1.3fr .7fr;gap:1rem}.contact-form{padding:1.1rem;background:#0b1224;border:1px solid rgba(148,163,184,.2);display:grid;gap:.45rem}.contact-form label{font-size:.9rem;font-weight:600;color:#cbd5e1}.contact-form input,.contact-form textarea{width:100%;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#020617;color:#f8fafc;padding:.7rem .8rem;font:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid transparent;border-color:#38bdf8}.contact-form button{margin-top:.3rem;min-height:44px;border:none;border-radius:999px;background:linear-gradient(120deg,var(--accent),var(--accent-soft));color:#fff;font-weight:700;cursor:pointer}.form-status{margin:.5rem 0 0;font-size:.92rem;color:#bae6fd}.contact-aside{padding:1rem;background:#0b1224;border:1px solid rgba(148,163,184,.2);color:#f8fafc;display:grid;gap:.65rem;align-content:start}.contact-aside>div{display:flex;gap:.6rem;align-items:center}.contact-aside p{margin:0;line-height:1.45;color:#cbd5e1}.social-list{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:1rem 0 0}.social-list img{width:28px;height:28px;border-radius:50%;transition:transform .15s ease}.social-list a:hover img,.social-list a:focus-visible img{transform:scale(1.07)}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}}.features-section,.features-section .section-title,.features-section .section-description{color:var(--text-invert)}.features-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.feature-card{padding:1.4rem;min-height:220px;background:linear-gradient(160deg,#f8fafc,#e2e8f0)}.feature-icon-badge{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:0 6px 14px -10px #0369a18c,inset 0 1px #fff3}.feature-card h3{margin:.9rem 0 .35rem;font-family:Space Grotesk,sans-serif;color:#0f172a}.feature-card p{margin:0;color:#334155;line-height:1.55}.feature-icon{width:56px;height:56px;object-fit:contain}@media(max-width:1050px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.site-footer{background:#020617;border-top:1px solid rgba(148,163,184,.2)}.site-footer-inner{width:var(--container);margin:0 auto;min-height:78px;display:flex;align-items:center;justify-content:center}.site-footer p{margin:0;font-size:.92rem;color:#cbd5e1;text-align:center}.gallery-section,.gallery-section .section-title,.gallery-section .section-description{color:var(--text-invert)}.gallery-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.gallery-item{overflow:hidden;position:relative;text-decoration:none;border-radius:12px}.gallery-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;transition:transform .22s ease}.gallery-item span{position:absolute;left:.65rem;bottom:.65rem;color:#fff;font-weight:700;background:#0f172ab3;border-radius:999px;padding:.2rem .65rem;font-size:.82rem}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.04)}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ac7;border-bottom:1px solid rgba(148,163,184,.16)}.header-inner{width:var(--container);margin:0 auto;min-height:72px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand{color:var(--text-invert);text-decoration:none;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:.03em}.header-nav{list-style:none;display:flex;align-items:center;gap:1.1rem;margin:0;padding:0}.header-nav a{color:#dbeafe;text-decoration:none;font-weight:600;opacity:.9}.header-nav a:hover,.header-nav a:focus-visible{color:#fff}@media(max-width:760px){.header-inner{flex-direction:column;justify-content:center;padding:.75rem 0;min-height:auto}.header-nav{flex-wrap:wrap;justify-content:center;row-gap:.3rem}}.hero{position:relative;min-height:82vh;display:flex;align-items:center;background-image:linear-gradient(115deg,#020617e0,#0f172acc),var(--hero-bg);background-size:cover;background-position:center}.hero-content{color:var(--text-invert);display:flex;flex-direction:column;gap:1rem}.hero-kicker{margin:0;text-transform:uppercase;font-weight:700;letter-spacing:.1em;font-size:.75rem;color:#bae6fd}.hero-content h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4.8vw,3.7rem);line-height:1.05;max-width:14ch}.hero-content p{margin:0;font-size:clamp(1rem,2.2vw,1.1rem);line-height:1.65;max-width:62ch;color:#dbeafe}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}.btn-primary{background:linear-gradient(120deg,var(--primary),var(--primary-dark));color:#fff}.btn-outline{border:1px solid rgba(186,230,253,.7);color:#e0f2fe}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}@media(max-width:760px){.hero{min-height:74vh}}.testimonials-wrap{background:var(--surface)}.testimonials-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.testimonial-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 14px 28px -24px #0f172aa6,0 6px 12px -10px #0f172a59}.testimonial-card img{width:82px;height:82px;border-radius:50%;object-fit:cover}.testimonial-card p{margin:0;color:#334155;line-height:1.6}.testimonial-card h3{margin:.5rem 0 0;color:#0f172a;font-family:Space Grotesk,sans-serif}@media(max-width:900px){.testimonials-grid{grid-template-columns:1fr}}
