@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;700&display=swap";:root{--color-purple: #7c3aed;--color-midnight: #1e1b4b;--color-lavender: #a78bfa;--color-coral: #f472b6;--color-sky: #38bdf8;--color-soft-gray: #f1f5f9;--color-slate: #64748b;--color-white: #ffffff;--color-dark-slate: #334155;--font-primary: "Google Sans", system-ui, sans-serif;--shadow-soft: 0 18px 40px rgba(30, 27, 75, .12);--shadow-card: 0 14px 28px rgba(30, 27, 75, .1);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--section-padding: 4.5rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-primary);color:var(--color-midnight);background:radial-gradient(circle at top right,rgba(167,139,250,.18),transparent 55%),radial-gradient(circle at 15% 20%,rgba(56,189,248,.12),transparent 45%),linear-gradient(180deg,#fff,#f8f6ff 45%,#f3f6fb);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(124,58,237,.4);outline-offset:3px}main{position:relative;overflow:hidden}.page{position:relative;min-height:100vh}.container{width:min(1200px,92vw);margin:0 auto}.section{padding:var(--section-padding) 0}.section-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.eyebrow{text-transform:uppercase;font-size:.85rem;letter-spacing:.12em;font-weight:700;color:var(--color-purple)}.section-title{font-size:clamp(2rem,3vw,2.8rem);margin:0}.section-subtitle{margin:0;color:var(--color-slate);max-width:680px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.6rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-primary{background:var(--color-purple);color:var(--color-white);box-shadow:0 12px 20px #7c3aed47}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 30px #7c3aed52}.btn-secondary{background:var(--color-white);border-color:#7c3aed33;color:var(--color-purple)}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 12px 20px #7c3aed2e}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .8rem;border-radius:999px;background:#7c3aed1a;color:var(--color-purple);font-size:.85rem;font-weight:700}.card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);border:1px solid rgba(124,58,237,.08)}.site-header{padding:1.4rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.logo-link{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.1rem}.nav{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;font-weight:600;width:100%;justify-content:flex-start}.nav a:not(.btn){position:relative;padding-bottom:.2rem;color:var(--color-dark-slate)}.nav a:not(.btn):after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--color-purple);transition:width .2s ease}.nav a:not(.btn):hover:after{width:100%}.nav .btn{padding:.65rem 1.2rem;color:var(--color-white)}.hero{padding:3rem 0 4rem}.hero-content{display:grid;gap:2.5rem}.hero-title{font-size:clamp(2.6rem,4.5vw,4rem);margin:0}.hero-lead{font-size:1.1rem;color:var(--color-slate);max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;align-items:stretch}.hero-highlights+.hero-actions{margin-top:1.2rem}.hero-actions .btn{flex:1 1 220px;padding:.95rem 1.9rem;line-height:1.1}.hero-highlights{display:flex;flex-wrap:wrap;gap:.8rem}.hero-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#7c3aed1f,#f472b62e)}.hero-compact{padding:2.5rem 0 3rem}.hero-compact .hero-title{font-size:clamp(2.2rem,4vw,3rem)}.services-grid{display:grid;gap:1.6rem}.service-card{padding:1.8rem;display:grid;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #1e1b4b29}.service-icon{width:46px;height:46px;border-radius:16px;background:#7c3aed1f;display:grid;place-items:center;font-weight:700;color:var(--color-purple)}.service-icon svg{width:24px;height:24px}.how-steps{display:grid;gap:1.5rem}.step-card{padding:1.8rem;display:grid;gap:.8rem}.step-number{font-size:1.4rem;font-weight:700;color:var(--color-purple)}.split-grid{display:grid;gap:1.5rem}.split-card{padding:2rem;border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-card);border:1px solid rgba(124,58,237,.08)}.split-card h3{margin-top:0}.testimonial-grid{display:grid;gap:2rem}.testimonial-card{padding:2rem;display:grid;gap:1.5rem}.testimonial-meta{display:flex;align-items:center;gap:1rem}.testimonial-photo{width:58px;height:58px;border-radius:50%;object-fit:cover}.quote{font-size:1.05rem;color:var(--color-dark-slate)}.tag{display:inline-flex;padding:.3rem .7rem;border-radius:999px;background:#38bdf82e;color:var(--color-midnight);font-size:.8rem;font-weight:600}.cta-band{background:linear-gradient(120deg,#7c3aed2e,#f472b633);border-radius:var(--radius-lg);padding:3rem;display:grid;gap:1.5rem;align-items:center}.cta-band p{margin:0;color:var(--color-dark-slate)}.contact-grid{display:grid;gap:2.5rem}.contact-details{display:grid;gap:1rem;padding:2rem;border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-card)}.contact-details a{color:var(--color-purple);font-weight:600}.contact-form{display:grid;gap:1.4rem}.contact-form-card{padding:2.4rem}.form-grid{display:grid;gap:1.2rem}label{font-weight:600;color:var(--color-dark-slate);display:block;margin-bottom:.4rem}input,select,textarea{width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(100,116,139,.3);font-family:inherit;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--color-purple);box-shadow:0 0 0 3px #7c3aed26;outline:none}textarea{min-height:140px;resize:vertical}.site-footer{padding:3rem 0 2.5rem;background:var(--color-dark-slate);color:#e2e8f0;margin-top:4rem}.site-footer .logo-link img{filter:brightness(0) invert(1)}.footer-grid{display:grid;gap:2rem}.footer-links{display:grid;gap:.6rem}.footer-links a{color:#e2e8f0}.footer-note{font-size:.9rem;color:#e2e8f0b3}.fade-up{animation:fadeUp .6s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:900px){.header-inner{flex-wrap:nowrap}.nav{width:auto;gap:1.25rem}.hero-content{grid-template-columns:1.1fr .9fr;align-items:center}.services-grid,.how-steps{grid-template-columns:repeat(3,1fr)}.split-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1.1fr .9fr;align-items:start}.form-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr);align-items:start}}@media(max-width:640px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
