:root{--font-sans: "Outfit", system-ui, sans-serif;--color-bg: #0c1220;--color-bg-alt: #131c2e;--color-surface: #1a2435;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .14);--color-accent: #0d9488;--color-accent-hover: #0f766e;--color-accent-muted: rgba(13, 148, 136, .18);--header-bg: #ffffff;--header-text: #0f172a;--header-text-muted: #64748b;--header-border: #e2e8f0;--footer-bg: #0c1220;--footer-bg-bottom: #080d18;--footer-text: #f1f5f9;--footer-text-muted: #94a3b8;--footer-border: rgba(148, 163, 184, .12);--footer-logo-bg: #ffffff;--section-padding: clamp(3rem, 6vw, 5rem);--container: min(1200px, 100% - 2rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--color-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}.section{padding:var(--section-padding) 0}.section-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:transform .15s,box-shadow .2s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover);box-shadow:0 4px 20px #0d948859}.btn-secondary{background:transparent;color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-text-muted);background:#ffffff0f}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 1px 3px #0000000f}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem;min-height:64px}.header-logo{display:flex;align-items:center;line-height:1}.header-logo-img{height:40px;width:auto;max-width:160px;object-fit:contain;object-position:left center;transition:opacity .2s}@media(max-width:480px){.header-logo-img{height:34px;max-width:130px}}.header-logo:hover .header-logo-img{opacity:.85}.header-toggle{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer;color:var(--header-text)}.header-toggle span{width:24px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}@media(min-width:769px){.header-toggle{display:none}}.header-nav{display:flex;align-items:center;gap:1.5rem}@media(max-width:768px){.header-nav{position:fixed;top:64px;left:0;right:0;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 4px 12px #00000014;flex-direction:column;padding:1.5rem;gap:.75rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .2s,opacity .2s}.header-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}.header-cta{width:100%;justify-content:center;margin-top:.5rem}}.header-link{color:var(--header-text-muted);font-size:.95rem;font-weight:500}.header-link:hover{color:var(--header-text)}.header-link.active{color:var(--color-accent);font-weight:600}.header-cta{padding:.6rem 1.25rem;font-size:.9rem}.footer{background:var(--footer-bg);border-top:1px solid var(--footer-border)}.footer-top{padding:3.5rem 0 2.5rem}.footer-top-inner{display:grid;grid-template-columns:1fr 1.8fr;gap:3rem;align-items:start;max-width:var(--container);margin:0 auto;padding:0 1rem}@media(max-width:900px){.footer-top-inner{grid-template-columns:1fr;gap:2.5rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:inline-block;line-height:0;padding:.5rem .75rem;background:var(--footer-logo-bg);border-radius:10px;width:fit-content;transition:opacity .2s,box-shadow .2s}.footer-logo:hover{box-shadow:0 4px 12px #0003}.footer-logo img{height:40px;width:auto;max-width:140px;object-fit:contain;object-position:left center;display:block}.footer-tagline{font-size:.95rem;line-height:1.6;color:var(--footer-text-muted);margin:0;max-width:280px}.footer-contact-mini{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.footer-contact-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--footer-text-muted);transition:color .2s}.footer-contact-item:hover{color:var(--color-accent)}.footer-contact-item svg{flex-shrink:0;font-size:.9rem;opacity:.9}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:640px){.footer-grid{grid-template-columns:1fr 1fr}.footer-col-social{grid-column:1 / -1}}.footer-col{min-width:0}.footer-title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-text);margin:0 0 1.25rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:.95rem;color:var(--footer-text-muted);transition:color .2s}.footer-links a:hover{color:var(--color-accent)}.footer-col-social{display:flex;flex-direction:column;gap:1rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);color:var(--footer-text-muted);border-radius:10px;border:1px solid var(--footer-border);transition:color .2s,border-color .2s,background .2s}.footer-social-link:hover{color:var(--color-accent);border-color:#0d948866;background:#0d94881f}.footer-address{font-size:.9rem;line-height:1.5;color:var(--footer-text-muted);margin:0;display:flex;gap:.5rem;align-items:flex-start}.footer-address svg{flex-shrink:0;margin-top:.2rem;opacity:.8}.footer-bottom{padding:1.25rem 0;border-top:1px solid var(--footer-border);background:var(--footer-bg-bottom)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:var(--container);margin:0 auto;padding:0 1rem}.footer-bottom-logo{display:inline-block;line-height:0;padding:.35rem .6rem;background:var(--footer-logo-bg);border-radius:8px;transition:opacity .2s}.footer-bottom-logo:hover img{opacity:.9}.footer-bottom-logo img{height:24px;width:auto;max-width:90px;object-fit:contain;display:block}.footer-copyright{margin:0;font-size:.875rem;color:var(--footer-text-muted)}@media(max-width:480px){.footer-bottom-inner{flex-direction:column;text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.home-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-hero-bg{position:absolute;inset:0}.home-hero-img{width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0f1aeb,#0a0f1abf 45%,#0a0f1aeb)}.home-hero-grain{position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none}.home-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.05) 1px,transparent 1px);background-size:64px 64px}.home-hero-float{position:absolute;left:var(--x);top:var(--y);width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#0d948873;font-size:1.3rem;animation:homeFloat 6s ease-in-out infinite;animation-delay:var(--delay)}@keyframes homeFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.05)}}.home-hero-inner{position:relative;z-index:1;text-align:center;padding:2.5rem 1rem}.home-hero-badge{display:inline-block;padding:.4rem 1rem;margin-bottom:1.25rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);background:#0d94881f;border:1px solid rgba(13,148,136,.3);border-radius:100px}.home-hero-title{font-size:clamp(2.1rem,5.5vw,3.5rem);font-weight:800;line-height:1.12;letter-spacing:-.035em;margin-bottom:1.25rem;max-width:820px;margin-left:auto;margin-right:auto}.home-hero-title em{font-style:normal;background:linear-gradient(135deg,var(--color-accent) 0%,#2dd4bf 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--color-text-muted);max-width:640px;margin:0 auto 2rem;line-height:1.75}.home-hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.home-hero-cta .btn{min-width:200px}.home-stats{background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:2rem 0}.home-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}@media(max-width:768px){.home-stats-inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.home-stat{padding:.5rem 0}.home-stat-value{display:block;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--color-accent);letter-spacing:-.02em;line-height:1.1;margin-bottom:.25rem}.home-stat-label{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.home-trust{background:var(--color-bg);padding-top:3rem;padding-bottom:3rem}.home-trust-eyebrow{text-align:center;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem}.home-trust-badges{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.home-trust-badge{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.95rem;font-weight:500}.home-trust-badge .star{color:#fbbf24;font-size:1rem}.home-trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem}.home-trust-logo{padding:.65rem 1.35rem;background:var(--color-surface);border-radius:8px;color:var(--color-text-muted);font-size:.9rem;font-weight:600;border:1px solid var(--color-border);letter-spacing:.02em}.home-section-head{font-size:clamp(1.85rem,3.5vw,2.35rem);font-weight:800;text-align:center;letter-spacing:-.03em;margin-bottom:.5rem}.home-section-deck{text-align:center;color:var(--color-text-muted);max-width:540px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.6}.home-why{background:var(--color-bg-alt)}.home-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}.home-why-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:2rem;text-align:center;transition:border-color .25s,box-shadow .25s,transform .25s}.home-why-card:hover{border-color:#0d948859;box-shadow:0 12px 32px #0003;transform:translateY(-3px)}.home-why-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent-muted) 0%,rgba(13,148,136,.08) 100%);color:var(--color-accent);border-radius:14px;font-size:1.4rem}.home-why-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.6rem}.home-why-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin:0}.home-why-cta{text-align:center}.home-services{background:var(--color-bg)}.home-services-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:900px){.home-services-cards{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}.home-service-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;overflow:hidden;text-align:left;transition:border-color .25s,transform .25s,box-shadow .25s;color:inherit}.home-service-card:hover{border-color:#0d948866;transform:translateY(-5px);box-shadow:0 16px 40px #0003}.home-service-card-img{position:relative;aspect-ratio:16/10;overflow:hidden}.home-service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.home-service-card:hover .home-service-card-img img{transform:scale(1.06)}.home-service-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(10,15,26,.85) 100%)}.home-service-card-body{padding:1.35rem 1.25rem}.home-service-card-body h3{font-size:1.2rem;font-weight:700;margin-bottom:.35rem}.home-service-card-body p{color:var(--color-text-muted);font-size:.95rem;margin:0 0 .5rem}.home-service-card-link{font-size:.9rem;font-weight:600;color:var(--color-accent);transition:gap .2s}.home-service-card:hover .home-service-card-link{text-decoration:underline}.home-services-cta{text-align:center}.home-process{background:var(--color-bg-alt)}.home-process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}@media(max-width:900px){.home-process-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.home-process-steps{grid-template-columns:1fr}}.home-process-step{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem 1.25rem;text-align:center;transition:border-color .2s}.home-process-step:hover{border-color:#0d94884d}.home-process-num{display:block;font-size:1.75rem;font-weight:800;color:var(--color-accent);opacity:.9;letter-spacing:-.02em;margin-bottom:.5rem}.home-process-step h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.home-process-step p{color:var(--color-text-muted);font-size:.9rem;line-height:1.5;margin:0}.home-process-link{display:block;text-align:center;font-size:.95rem;font-weight:600;color:var(--color-accent)}.home-process-link:hover{text-decoration:underline}.home-industries{background:var(--color-bg)}.home-industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem}.home-industry-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:100px;font-size:.95rem;font-weight:600;color:var(--color-text-muted);transition:border-color .2s,color .2s}.home-industry-pill:hover{border-color:#0d948866;color:var(--color-accent)}.home-industry-pill svg{color:var(--color-accent);font-size:1rem;opacity:.9}.home-industries-link{display:block;text-align:center;font-size:.95rem;font-weight:600;color:var(--color-accent)}.home-industries-link:hover{text-decoration:underline}.home-testimonial{background:var(--color-bg-alt)}.home-testimonial-card{max-width:640px;margin:0 auto;padding:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;position:relative}.home-testimonial-quote-icon{position:absolute;top:1.5rem;left:1.5rem;color:#0d948840;font-size:2rem}.home-testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#fbbf24;font-size:1.05rem}.home-testimonial-card blockquote{font-size:1.2rem;line-height:1.7;color:var(--color-text-muted);font-style:italic;margin:0 0 1.5rem}.home-testimonial-author{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.home-testimonial-author img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.home-testimonial-author strong{display:block;font-size:1rem;margin-bottom:.15rem}.home-testimonial-author span{font-size:.9rem;color:var(--color-text-muted)}.home-testimonial-cta{margin-top:.5rem}.home-cta{background:linear-gradient(160deg,rgba(13,148,136,.14) 0%,var(--color-bg) 45%);border-top:1px solid var(--color-border)}.home-cta-inner{text-align:center}.home-cta-title{font-size:clamp(1.85rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.home-cta-text{color:var(--color-text-muted);max-width:560px;margin:0 auto 1.75rem;font-size:1.08rem;line-height:1.7}.home-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.page-banner{position:relative;padding:clamp(4rem,10vw,6rem) 0;text-align:center;overflow:hidden}.page-banner--compact{padding:clamp(2.5rem,5vw,3.5rem) 0}.page-banner-bg{position:absolute;inset:0}.page-banner-img{width:100%;height:100%;object-fit:cover;opacity:.4}.page-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0f1ae0,#0a0f1a80,#0a0f1ae6)}.page-banner-inner{position:relative;z-index:1}.page-banner-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.page-banner-subtitle{color:var(--color-text-muted);font-size:1.05rem;max-width:560px;margin:0 auto}.about-content{background:var(--color-bg)}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1000px;margin:0 auto}@media(max-width:768px){.about-content-grid{grid-template-columns:1fr}}.about-heading{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.about-content-text p{color:var(--color-text-muted);line-height:1.7;margin-bottom:1rem}.about-content-text p:last-child{margin-bottom:0}.about-content-visual{border-radius:12px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 12px 40px #0003}.about-content-visual img{width:100%;height:auto;display:block;object-fit:cover}.about-highlights{background:var(--color-bg-alt)}.about-highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.about-highlight-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.75rem;transition:border-color .2s}.about-highlight-card:hover{border-color:#0d94884d}.about-highlight-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);border-radius:10px;font-size:1.25rem;margin-bottom:1rem}.about-highlight-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.about-highlight-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5;margin:0}.about-process{background:var(--color-bg)}.about-process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.about-process-step{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.75rem 1.25rem;text-align:center}.about-process-num{position:absolute;top:-.6rem;left:50%;transform:translate(-50%);width:28px;height:28px;background:var(--color-accent);color:var(--color-bg);font-size:.85rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.about-process-icon{width:44px;height:44px;margin:.5rem auto .75rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);border-radius:10px;font-size:1.2rem}.about-process-step h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.about-process-step p{color:var(--color-text-muted);font-size:.9rem;line-height:1.5;margin:0}.services-page{background:var(--color-bg)}.services-page--alt{background:var(--color-bg-alt)}.services-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem}.services-page-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.services-page-card:hover{border-color:#0d948859;box-shadow:0 12px 32px #00000026}.services-page-card-img{aspect-ratio:16 / 10;overflow:hidden}.services-page-card-img img{width:100%;height:100%;object-fit:cover}.services-page-card-body{padding:1.5rem}.services-page-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);border-radius:10px;font-size:1.25rem;margin-bottom:1rem}.services-page-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.services-page-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin:0}.portfolio-page{background:var(--color-bg)}.portfolio-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem}.portfolio-page-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s}.portfolio-page-card:hover{border-color:#0d948859;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.portfolio-page-card-img{position:relative;aspect-ratio:16 / 10;overflow:hidden}.portfolio-page-card-img img{width:100%;height:100%;object-fit:cover}.portfolio-page-card-cat{position:absolute;top:1rem;left:1rem;background:#0a0f1ad9;color:var(--color-accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:6px}.portfolio-page-card-body{padding:1.25rem;display:flex;align-items:center;gap:.75rem}.portfolio-page-card-icon{color:var(--color-accent);font-size:1.25rem;flex-shrink:0}.portfolio-page-card h3{font-size:1.1rem;font-weight:600;margin:0}.testimonials-page{background:var(--color-bg)}.testimonials-page-slider{max-width:680px;margin:0 auto 3rem;padding:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;position:relative}.testimonials-page-quote-icon{position:absolute;top:1.5rem;left:1.5rem;color:#0d948859;font-size:2rem}.testimonials-page-content{padding-top:.5rem}.testimonials-page-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonials-page-stars .star{color:#fbbf24;font-size:1.1rem}.testimonials-page-quote{font-size:1.2rem;line-height:1.7;color:var(--color-text-muted);font-style:italic;margin:0 0 1.5rem}.testimonials-page-author{display:flex;align-items:center;gap:1rem}.testimonials-page-author img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.testimonials-page-author strong{display:block;font-size:1rem;margin-bottom:.15rem}.testimonials-page-author span{font-size:.9rem;color:var(--color-text-muted)}.testimonials-page-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonials-page-dots button{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;transition:background .2s,transform .2s}.testimonials-page-dots button:hover{background:var(--color-text-muted)}.testimonials-page-dots button.active{background:var(--color-accent);transform:scale(1.2)}.testimonials-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonials-page-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,box-shadow .2s}.testimonials-page-card:hover,.testimonials-page-card.active{border-color:#0d948866;box-shadow:0 8px 24px #00000026}.testimonials-page-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;margin:0 auto .75rem;display:block;border:2px solid var(--color-border)}.testimonials-page-card-stars{display:flex;justify-content:center;gap:.2rem;margin-bottom:.75rem;color:#fbbf24;font-size:.9rem}.testimonials-page-card p{font-size:.95rem;color:var(--color-text-muted);line-height:1.5;margin:0 0 1rem;font-style:italic}.testimonials-page-card strong{display:block;font-size:.95rem;margin-bottom:.2rem}.testimonials-page-card span{font-size:.85rem;color:var(--color-text-muted)}.contact-page{background:var(--color-bg)}.contact-page-grid{display:grid;grid-template-columns:380px 1fr;gap:3rem;align-items:start;max-width:1000px;margin:0 auto}@media(max-width:900px){.contact-page-grid{grid-template-columns:1fr}}.contact-page-info{display:flex;flex-direction:column;gap:1.5rem}.contact-page-visual{border-radius:12px;overflow:hidden;border:1px solid var(--color-border);aspect-ratio:4/3}.contact-page-visual img{width:100%;height:100%;object-fit:cover}.contact-page-details{display:flex;flex-direction:column;gap:1.25rem}.contact-page-item{display:flex;gap:1rem;align-items:flex-start}.contact-page-icon{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-muted);color:var(--color-accent);border-radius:10px;font-size:1rem}.contact-page-item strong{display:block;font-size:.9rem;margin-bottom:.25rem}.contact-page-item p{margin:0;color:var(--color-text-muted);font-size:.95rem}.contact-page-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.contact-page-form-title{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.contact-page-label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:500}.contact-page-input{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:1rem;transition:border-color .2s}.contact-page-input::placeholder{color:var(--color-text-muted);opacity:.7}.contact-page-input:focus{outline:none;border-color:var(--color-accent)}.contact-page-textarea{resize:vertical;min-height:120px}.contact-page-submit{align-self:flex-start;margin-top:.5rem}.blog-page{background:var(--color-bg)}.blog-page-inner{max-width:560px;margin:0 auto;text-align:center}.blog-page-coming{color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}
