html,body{margin:0;padding:0;width:100%;height:100%}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0f172a;--secondary: #fff;--text: #172033;--text-light: #5f6b7e;--accent: #315fcb;--accent-dark: #1d4ed8;--border: rgba(15, 23, 42, .08);--shadow: 0 14px 32px rgba(15, 23, 42, .08);--shadow-lg: 0 24px 60px rgba(15, 23, 42, .18);--bg-light: #f8fafc;--bg-warm: #f7f5ef;--card-bg: rgba(255, 255, 255, .92);--success: #10b981}body{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fcfbf8,#fff 24%);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.navigation{position:sticky;top:0;background:#ffffffdb;border-bottom:1px solid rgba(15,23,42,.06);z-index:100;box-shadow:0 8px 22px #0f172a0a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h2{font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.logo-button,.nav-link-button{background:transparent;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}.logo-button{text-align:left}.nav-links{list-style:none;display:flex;gap:2rem;align-items:center}.nav-link-button{color:var(--text);font-weight:500;transition:color .3s ease;font-size:.95rem;text-decoration:none}.nav-link-button:hover{color:var(--accent)}.cta-nav{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--secondary)!important;padding:.7rem 1.35rem;border-radius:999px;box-shadow:0 12px 24px #315fcb33}.hero{position:relative;padding:6.5rem 0 5rem;min-height:700px;display:flex;justify-content:center;overflow:hidden;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 32%),linear-gradient(180deg,var(--bg-warm) 0%,#ffffff 65%)}.hero:before{content:"";position:absolute;top:-40%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.hero:after{content:"";position:absolute;bottom:-30%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.05) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-content{max-width:840px;z-index:1;animation:fadeInUp .8s ease;text-align:left}.hero-headline{font-size:clamp(2.9rem,6vw,5rem);font-weight:800;line-height:1.02;letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--primary);max-width:10ch}.hero-subheadline{font-size:1.15rem;color:var(--text-light);margin-bottom:2rem;line-height:1.85;max-width:60ch}.hero-actions{display:flex;flex-direction:column;align-items:flex-start}.hero-cta-secondary{margin-top:1rem;color:var(--text-light);font-size:.9rem}.cta-button{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--secondary);border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .3s ease;box-shadow:0 12px 28px #315fcb40}.cta-button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 16px 32px #315fcb47}.services{padding:5rem 0;width:100%}.services-subtitle{color:var(--text-light);font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem}.service-card{background:var(--card-bg);border:1px solid rgba(15,23,42,.08);padding:1.25rem;border-radius:22px;transition:all .3s ease;box-shadow:var(--shadow)}.service-card:hover{border-color:#3b82f638;box-shadow:0 20px 36px #0f172a1a;transform:translateY(-4px)}.service-image{width:100%;height:180px;object-fit:cover;border-radius:6px;display:block;margin-bottom:1.25rem}.service-card-body{padding:.25rem .25rem .5rem}.service-card h3{font-size:1.22rem;margin-bottom:1rem;color:var(--primary);line-height:1.3}.service-card .problem{color:#dc2626;font-size:.95rem;margin-bottom:.75rem}.service-card .solution{color:var(--success);font-size:.95rem}.results{background:linear-gradient(135deg,#f0f5ff,#e8eaf6);padding:5rem 2rem}.results h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:var(--primary)}.results-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.results-grid{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.result-card{background:var(--secondary);border:2px solid var(--accent);padding:2.5rem;border-radius:8px;text-align:center;box-shadow:0 4px 12px #3b82f61a}.result-card .metric{font-size:3rem;font-weight:800;color:var(--accent);margin-bottom:.5rem}.result-card .label{font-size:1.2rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.result-card .example{color:var(--text-light);font-size:.9rem}.results-trust{max-width:1200px;margin:0 auto;text-align:center;color:var(--text-light);font-size:.9rem}.results-trust p{margin:.5rem 0}.about{max-width:1200px;margin:0 auto;padding:5rem 2rem;width:100%}.about-container{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:start}.about-avatar{font-size:5rem;text-align:center;margin-bottom:1rem}.about h2{font-size:2rem;margin-bottom:1.5rem;color:var(--primary)}.about-content p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.about-values{margin-top:2rem}.value{display:flex;gap:1rem;margin-bottom:1.5rem}.check{color:var(--success);font-weight:700;flex-shrink:0}.value p{margin:0;color:var(--text);line-height:1.6}.audit{background:linear-gradient(135deg,#fef3c7,#fef5e7);padding:5rem 2rem}.audit-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.audit h2{font-size:2.2rem;margin-bottom:1rem;color:var(--primary)}.audit-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem}.audit-checklist{margin-bottom:2rem}.audit-point{display:flex;gap:1rem;margin-bottom:1rem}.check-icon{font-size:1.5rem;flex-shrink:0}.audit-point p{color:var(--text);line-height:1.6}.audit-benefits{background:var(--secondary);padding:1.5rem;border-radius:6px;margin-bottom:2rem;border-left:4px solid var(--accent)}.audit-benefits p{font-weight:600;margin-bottom:1rem}.audit-benefits ul{list-style:none}.audit-benefits li{color:var(--text-light);margin-bottom:.5rem;padding-left:1rem}.audit-benefits li:before{content:"→ ";color:var(--accent);font-weight:700;margin-right:.5rem;margin-left:-1rem}.audit-cta{background:var(--accent);color:var(--secondary);border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.audit-cta:hover{background:var(--accent-dark);transform:translate(4px)}.audit-footer{color:var(--text-light);font-size:.9rem}.audit-visual{display:flex;justify-content:center}.audit-card{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:400px}.audit-card-item{background:var(--secondary);border:2px solid var(--accent);padding:2rem 1rem;border-radius:8px;text-align:center;font-weight:600;color:var(--accent);box-shadow:0 4px 12px #3b82f61a}.insights{padding:5rem 0;width:100%;background:linear-gradient(180deg,#f8fafc,#fff)}.insights-subtitle{color:var(--text-light);font-size:1.1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.insight-card{background:var(--card-bg);border:1px solid rgba(15,23,42,.08);padding:1.75rem;border-radius:22px;transition:all .3s ease;box-shadow:var(--shadow)}.insight-card:hover{border-color:#3b82f638;box-shadow:0 20px 36px #0f172a1a;transform:translateY(-4px)}.insight-card h3{font-size:1.2rem;margin-bottom:1rem;color:var(--primary);line-height:1.35}.insight-card p{color:var(--text-light);font-size:.95rem;line-height:1.7}.pricing{background:linear-gradient(180deg,#fffdf7,#f7fbff);padding:5rem 0}.pricing-subtitle{color:var(--text-light);font-size:1.1rem}.pricing-grid{max-width:1200px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pricing-card{background:var(--card-bg);border:1px solid rgba(15,23,42,.08);padding:2.5rem;border-radius:22px;transition:all .3s ease;position:relative;box-shadow:var(--shadow)}.pricing-card.highlight{border:1px solid rgba(59,130,246,.28);box-shadow:0 20px 40px #315fcb24;transform:translateY(-6px)}.pricing-card:hover{box-shadow:0 20px 36px #0f172a1a;border-color:#3b82f638}.badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--secondary);padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.amount{font-size:2.5rem;font-weight:700;color:var(--accent)}.period{color:var(--text-light);font-size:.95rem}.subtext{color:var(--text-light);font-size:.85rem;margin-bottom:1.5rem}.features{list-style:none;margin-bottom:2rem}.features li{padding:.75rem 0;color:var(--text);border-bottom:1px solid var(--border);font-size:.95rem}.features li:last-child{border-bottom:none}.price-cta{width:100%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--secondary);border:none;padding:1rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 12px 24px #315fcb33}.price-cta:hover{background:var(--accent-dark);transform:translateY(-2px)}.pricing-note{color:var(--text-light);font-size:.95rem;max-width:760px;margin:2rem 0 0}.contact{padding:5rem 0;width:100%}.contact-subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.6}.contact-form{background:var(--card-bg);padding:2.5rem;border-radius:22px;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow)}.contact-form.success-state{text-align:center;padding:3rem 2.5rem}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--primary);font-size:.95rem}.form-group input,.form-group textarea{padding:.9rem 1rem;border:1px solid rgba(15,23,42,.1);border-radius:14px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#ffffffd6}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61a}.form-group input.error,.form-group textarea.error{border-color:#dc2626}.formspree-error{color:#dc2626;font-size:.85rem;margin-top:.25rem;display:block}.submit-button{width:100%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:var(--secondary);border:none;padding:1rem;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 12px 24px #315fcb33}.submit-button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}.submit-button:disabled{background:var(--text-light);cursor:not-allowed;transform:none}.success-message{padding:1rem;background:#e6f6ee;color:#0f6d4b;border-radius:14px;animation:fadeIn .3s ease}.page-header{background:#ffffffc7;padding:1.5rem 2rem;border-bottom:1px solid rgba(15,23,42,.06)}.back-button{background:#ffffffe6;border:1px solid rgba(15,23,42,.08);padding:.75rem 1.5rem;border-radius:999px;color:var(--text);font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:var(--secondary);border-color:var(--accent);color:var(--accent)}.why-page,.about-me-page{display:flex;flex-direction:column;gap:0;flex:1}.about-me-shell{width:min(1180px,calc(100% - 3rem));margin:0 auto}.about-me-hero{padding:5rem 0 4rem;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 32%),linear-gradient(180deg,#f7f5ef,#fff 65%)}.about-me-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,420px);gap:3rem;align-items:center}.about-me-hero-copy,.about-me-photo-wrap,.about-me-story,.belief-card,.reason-card,.about-me-forward,.about-me-cta-inner{animation:fadeInUp .7s ease both}.about-me-eyebrow,.section-kicker{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-dark);font-weight:700;margin-bottom:1rem}.about-me-hero-copy h1{font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.04em;max-width:12ch;margin-bottom:1.5rem}.about-me-lead{font-size:1.15rem;color:var(--text-light);line-height:1.8;max-width:58ch}.about-me-photo-wrap{position:relative}.about-me-photo-wrap:before{content:"";position:absolute;inset:auto -1.25rem -1.25rem 1.25rem;background:linear-gradient(135deg,#3b82f624,#f59e0b1f);border-radius:28px;z-index:0}.about-me-photo{position:relative;z-index:1;width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center 32%;display:block;border-radius:28px;box-shadow:0 24px 60px #0f172a2e}.about-me-section{padding:5rem 0}.about-me-section-alt{background:linear-gradient(180deg,#f8fafc,#fff)}.about-me-section-accent{background:linear-gradient(180deg,#fffdf7,#f7fbff)}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em}.about-me-story{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:2.5rem;align-items:start}.about-me-prose{max-width:760px}.about-me-prose p{color:var(--text-light);line-height:1.9;font-size:1.02rem;margin-bottom:1.15rem}.about-me-prose p:first-child{color:var(--primary);font-size:1.25rem;font-weight:700}.belief-grid,.reason-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.reason-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.belief-card,.reason-card{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:1.75rem;box-shadow:0 14px 32px #0f172a0f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.belief-card:hover,.reason-card:hover{transform:translateY(-4px);box-shadow:0 20px 36px #0f172a1a;border-color:#3b82f638}.belief-card h3,.reason-card h3{font-size:1.2rem;line-height:1.3;margin-bottom:.85rem}.belief-card p{color:var(--text-light);line-height:1.75}.reason-index{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:#e8f0ff;color:var(--accent-dark);font-weight:700;margin-bottom:1rem}.about-me-forward{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:2.5rem}.about-me-cta{padding:0 0 5rem}.about-me-cta-inner{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:var(--secondary);border-radius:28px;padding:2.25rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 20px 48px #0f172a38}.about-me-cta-inner .section-kicker,.about-me-cta-inner h2,.about-me-cta-inner p{color:var(--secondary)}.about-me-cta-inner p{max-width:60ch;line-height:1.8}.why-hero{padding:5rem 0 4rem;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 32%),linear-gradient(180deg,var(--bg-warm) 0%,#ffffff 65%)}.why-hero-content{max-width:800px;margin:0 auto}.why-hero h1{font-size:clamp(2.6rem,5vw,4.3rem);font-weight:800;margin-bottom:1rem;color:var(--primary);line-height:1.02;letter-spacing:-.04em}.why-hero p{font-size:1.2rem;color:var(--text-light);line-height:1.7}.why-section{padding:5rem 0;width:100%}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.why-card{background:var(--card-bg);border:1px solid rgba(15,23,42,.08);padding:1.75rem;border-radius:22px;transition:all .3s ease;box-shadow:var(--shadow)}.why-card:hover{border-color:#3b82f638;box-shadow:0 20px 36px #0f172a1a;transform:translateY(-4px)}.why-card h3{font-size:1.2rem;margin-bottom:1rem;color:var(--primary)}.why-card p{color:var(--text-light);line-height:1.6;font-size:.95rem}.why-vs{background:linear-gradient(180deg,#f8fafc,#fff);padding:5rem 0}.differentiators{max-width:900px}.differentiator-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:center}.problem,.solution{padding:1.6rem;border-radius:22px;font-weight:500;display:grid;gap:.75rem;min-height:80px}.problem{background:#fff4ebeb;color:#8d4b17;border:1px solid rgba(180,106,36,.18)}.solution{background:#e8f0ffeb;color:#143f96;border:1px solid rgba(49,95,203,.18)}.diff-label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.why-cta{padding:0 0 5rem}.why-cta-inner{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:var(--secondary);border-radius:28px;padding:2.5rem;box-shadow:0 20px 48px #0f172a38}.why-cta-inner h2,.why-cta-inner p{color:var(--secondary)}.why-cta-inner h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.why-cta-inner p{font-size:1.1rem;margin-bottom:2rem;max-width:52ch;line-height:1.8}.cta-button.large{padding:1.2rem 3rem;font-size:1.1rem}.footer{background:var(--primary);color:var(--secondary);text-align:center;padding:2rem;margin-top:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.hero-headline{font-size:2.2rem;max-width:none}.hero-subheadline{font-size:1rem}.hero-content,.why-hero-content{text-align:left}.nav-links{gap:1rem;font-size:.85rem;flex-wrap:wrap;justify-content:flex-end}.services h2,.results h2,.insights h2,.pricing h2,.contact h2{font-size:2rem}.pricing-card.highlight{transform:none}.about-container{grid-template-columns:1fr;gap:2rem}.audit-container{grid-template-columns:1fr}.about-avatar{font-size:3rem}.about-me-shell{width:min(100% - 2rem,1180px)}.about-me-hero{padding:3.5rem 0 3rem}.about-me-hero-grid,.about-me-story,.about-me-forward,.belief-grid,.reason-grid,.about-me-cta-inner{grid-template-columns:1fr;flex-direction:column}.about-me-photo-wrap{max-width:420px;width:100%;margin:0 auto}.about-me-hero-copy h1{max-width:none}.about-me-section{padding:3.5rem 0}.belief-card,.reason-card{padding:1.5rem}.about-me-cta-inner{align-items:flex-start;padding:2rem 1.5rem}.hero{min-height:auto;padding:4.5rem 0 3.5rem}.contact-form,.pricing-card,.service-card,.insight-card,.why-card{padding:1.5rem}.why-hero h1{font-size:1.8rem}.why-section h2,.why-vs h2,.why-cta h2{font-size:2rem}.differentiator-row{grid-template-columns:1fr;gap:1rem}.problem,.solution{min-height:auto}}
