*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}html{scroll-behavior:smooth}[id]{scroll-margin-top:7.5rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.0625rem;line-height:1.6;background-color:#faf7f2;color:#33302b;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent, #3d689c);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;top:.75rem;left:50%;transform:translate(-50%,-150%);z-index:100;background-color:var(--surface);color:var(--text);font-size:.9375rem;font-weight:600;padding:.625rem 1.25rem;border:1px solid var(--surface-border);border-radius:9999px;box-shadow:var(--shadow-soft);transition:transform .15s ease-in-out}.skip-link:focus{transform:translate(-50%)}:root{--bg: #faf7f2;--surface: #ffffff;--surface-border: rgba(60, 50, 35, .1);--text: #33302b;--text-muted: #5f5a52;--text-dim: #8a847a;--border-dim: rgba(60, 50, 35, .1);--shadow-soft: 0 1px 3px rgba(60, 50, 35, .07), 0 4px 14px rgba(60, 50, 35, .05)}.theme-blue{--accent: #3d689c;--accent-hover: #325682;--accent-light: #35629a;--accent-lighter: #4a6f96;--accent-soft-bg: rgba(65, 118, 180, .07);--accent-soft-border: rgba(65, 118, 180, .2);--accent-card-hover: rgba(65, 118, 180, .45)}.theme-purple{--accent: #69499a;--accent-hover: #583d82;--accent-light: #6d4da0;--accent-lighter: #7a5f9e;--accent-soft-bg: rgba(125, 91, 176, .07);--accent-soft-border: rgba(125, 91, 176, .2);--accent-card-hover: rgba(125, 91, 176, .45)}.theme-green{--accent: #3f7d50;--accent-hover: #346a43;--accent-light: #3c7a4d;--accent-lighter: #517a5d;--accent-soft-bg: rgba(74, 140, 92, .08);--accent-soft-border: rgba(74, 140, 92, .22);--accent-card-hover: rgba(74, 140, 92, .45)}.theme-orange{--accent: #ab5527;--accent-hover: #934820;--accent-light: #a8541f;--accent-lighter: #a06844;--accent-soft-bg: rgba(199, 107, 58, .08);--accent-soft-border: rgba(199, 107, 58, .22);--accent-card-hover: rgba(199, 107, 58, .45)}.theme-cyan{--accent: #2f7681;--accent-hover: #27636d;--accent-light: #2d727d;--accent-lighter: #47767e;--accent-soft-bg: rgba(58, 138, 150, .08);--accent-soft-border: rgba(58, 138, 150, .22);--accent-card-hover: rgba(58, 138, 150, .45)}.site{position:relative;width:100%;color:var(--text);background-color:var(--bg)}.content{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;max-width:1200px;margin:0 auto}.navbar{position:sticky;top:0;z-index:50;padding:1.25rem 1rem;background-color:#faf7f2d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;max-width:80rem;margin:0 auto;background-color:var(--surface);border:1px solid var(--surface-border);border-radius:9999px;padding:.625rem .75rem .625rem 1.25rem;box-shadow:var(--shadow-soft)}.logo-link{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--text);transition:color .15s ease-in-out}.logo-link:hover{color:#3d689c}.nav-links{display:flex;align-items:center;gap:1.5rem;font-size:.9375rem;font-weight:500;list-style:none}.nav-links a,.nav-links button{background:none;border:none;padding:0;color:var(--text-muted);font:inherit;transition:color .15s ease-in-out}.nav-links a:hover,.nav-links button:hover{color:var(--text)}.nav-links a[aria-current]{color:var(--text);font-weight:600}.nav-links a[aria-current]:after{content:"";display:block;height:2px;margin-top:2px;border-radius:2px;background-color:#3d689c}a.nav-cta{display:inline-flex;align-items:center;background-color:#33302b;color:#faf7f2!important;font-weight:600;padding:.5rem 1.125rem;border-radius:9999px;box-shadow:inset 0 1px #ffffff26,inset 0 -1px 2px #0003;transition:transform .15s ease-in-out,background-color .15s ease-in-out}.nav-cta:hover{background-color:#4a453d;transform:scale(1.03)}.nav-cta:active{box-shadow:inset 0 1px 3px #00000059;transform:scale(.99)}.main-content{position:relative;z-index:10;flex-grow:1}.footer{position:relative;z-index:10;border-top:1px solid var(--border-dim);margin-top:auto}.footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}.footer-brand-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.footer-tagline{font-size:.9375rem;color:var(--text-dim);margin-bottom:1.5rem}.footer-copyright{font-size:.8125rem;color:var(--text-dim)}.footer-nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(min-width:768px){.footer-nav-grid{grid-template-columns:repeat(3,1fr)}}.footer-col-title{font-weight:600;font-size:.9375rem;margin-bottom:.75rem}.footer-link-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;font-size:.9375rem;color:var(--text-dim)}.footer-link-list a,.footer-link-list button{background:none;border:none;color:inherit;text-align:left;transition:color .15s ease-in-out}.footer-link-list a:hover,.footer-link-list button:hover{color:#3d689c}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;border:none;border-radius:9999px;transition:all .15s ease-in-out}.btn-lg{padding:1rem 2rem}.btn-md{padding:.75rem 1.5rem;font-size:.9375rem}.btn-sm{padding:.5rem 1.5rem}.btn-primary{background-color:var(--accent, #3d689c);color:#fff;box-shadow:inset 0 1px #ffffff40,inset 0 -1px 2px #00000026,var(--shadow-soft)}.btn-primary:hover{background-color:var(--accent-hover, #325682);transform:scale(1.02)}.btn-primary:active{box-shadow:inset 0 1px 3px #0000004d;transform:scale(.99)}.btn-secondary{background-color:var(--surface);color:var(--text);border:1px solid var(--surface-border);box-shadow:var(--shadow-soft)}.btn-secondary:hover{background-color:#f3efe8}.btn-icon{width:1.25rem;height:1.25rem;transition:transform .15s ease-in-out}.btn:hover .btn-icon{transform:translate(.25rem)}.hero{color:var(--text)}.hero-inner{max-width:46rem;margin:0 auto;padding:3rem 1rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.hero-title{font-size:4rem;font-weight:700;color:var(--text);letter-spacing:-.03em;line-height:1.05}.hero-lede{font-size:1.1875rem;line-height:1.7;color:var(--text-muted);max-width:36rem}.hero-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#3d689c;background-color:#4176b414;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(65,118,180,.25)}.hero-cta-row{display:flex;flex-direction:column;gap:1rem;align-items:stretch;width:100%;max-width:22rem;padding-top:.5rem}.hero-cta-row .btn{justify-content:center}@media(min-width:640px){.hero-cta-row{flex-direction:row;width:auto;max-width:none}}.hero-meta{font-size:.9375rem;color:var(--text-dim);max-width:34rem}.hero-meta a{color:var(--accent, #3d689c);font-weight:600}.hero-meta a:hover{text-decoration:underline;text-underline-offset:3px}.band{padding:4rem 1rem}.band-inner{max-width:80rem;margin:0 auto}.band-inner--narrow{max-width:56rem}.band-head{text-align:center;margin-bottom:2.5rem}.band-sub{font-size:1.125rem;color:var(--text-muted)}.steps{list-style:none;display:grid;grid-template-columns:1fr;gap:1.75rem;counter-reset:step}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:2rem}}.step{display:flex;gap:1rem;align-items:flex-start}.step-num{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:9999px;background-color:var(--accent);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff40}.step-title{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.375rem}.step-desc{color:var(--text-muted)}.todo{display:inline-block;font-size:.875rem;font-weight:600;color:#7a5b00;background-color:#fff8e1;border:1px dashed #c9a227;border-radius:6px;padding:.125rem .5rem}.cta-meta{margin-top:1.25rem;font-size:.9375rem;color:var(--text-dim)}.services-section{padding:4rem 1rem}.services-container{max-width:80rem;margin:0 auto}.services-header{text-align:center;margin-bottom:3rem}.services-title,.band-title{font-size:2.25rem;font-weight:700;color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}.services-subtitle{font-size:1.125rem;color:var(--text-muted)}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:60rem;margin:0 auto}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{position:relative;border-radius:1.5rem;border:1px solid var(--surface-border);background-color:var(--surface);box-shadow:var(--shadow-soft);transition:all .3s ease-in-out}.service-card:hover{border-color:var(--accent-card-hover);box-shadow:0 2px 6px #3c322314,0 10px 28px #3c32231a;transform:translateY(-2px)}.service-card:focus-within{border-color:var(--accent-card-hover)}.service-card-body{padding:2rem;height:100%;display:flex;flex-direction:column}.service-card-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.service-card-subtitle{font-size:.9375rem;font-weight:600;color:var(--accent-light);margin-bottom:1rem}.service-card-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.service-card-link{display:inline-block;align-self:flex-start;background-color:var(--accent);color:#fff;font-weight:600;padding:.5rem 1.5rem;border-radius:9999px;box-shadow:inset 0 1px #ffffff40,inset 0 -1px 2px #00000026;transition:background-color .15s ease-in-out;text-align:left}.service-card-link:after{content:"";position:absolute;inset:0;border-radius:1.5rem}.service-card:hover .service-card-link{background-color:var(--accent-hover)}.service-card-link:active{box-shadow:inset 0 1px 3px #0000004d}.service-hero{color:var(--text)}.service-hero-inner{max-width:56rem;margin:0 auto;padding:3rem 1rem 2rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.9375rem;margin-bottom:1.5rem;color:var(--text-dim)}.breadcrumb a{color:var(--accent-light);transition:color .15s ease-in-out}.breadcrumb a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.breadcrumb-current{color:var(--text-muted)}.breadcrumb-sep{color:var(--text-dim);opacity:.6}.service-page-title{font-size:3rem;font-weight:700;color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}@media(min-width:1024px){.service-page-title{font-size:3.75rem}}.service-page-subtitle{font-size:1.25rem;font-weight:400;color:var(--accent-lighter)}.content-section{color:var(--text);padding:3rem 1rem}.content-container{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.section-title{font-size:1.875rem;font-weight:700;color:var(--text);margin-bottom:1rem}.section-title--tight{margin-bottom:1.5rem}.section-text{font-size:1.125rem;color:var(--text-muted);line-height:1.75}.section-text+.section-text{margin-top:1rem}.feature-list,.info-stack,.process-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.process-list{gap:1.5rem}.feature-item{display:flex;gap:1rem}.feature-icon{flex-shrink:0;color:var(--accent-light);font-weight:700;font-size:1.25rem}.feature-title{color:var(--text);font-weight:600;margin-bottom:.5rem}.feature-desc{color:var(--text-muted)}.info-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.info-grid{grid-template-columns:1fr 1fr}}.info-card{background-color:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:1.25rem;padding:1.25rem;color:var(--text-muted)}.info-card-title{color:var(--text);font-weight:600;margin-bottom:.5rem}.process-item{display:flex;gap:1rem}.process-number{flex-shrink:0;width:2rem;height:2rem;background-color:var(--accent);color:#fff;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;color:var(--text-muted)}.bullet-list--lg{font-size:1.125rem}.bullet-item{display:flex;gap:.75rem}.bullet-icon{color:var(--accent-light)}.cta-box{background-color:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:1.25rem;padding:2rem}.cta-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:1rem}.cta-desc{color:var(--text-muted);margin-bottom:1.5rem}.cta-link{display:inline-block;background-color:var(--accent);color:#fff;font-weight:600;padding:.75rem 2rem;border-radius:9999px;box-shadow:inset 0 1px #ffffff40,inset 0 -1px 2px #00000026,var(--shadow-soft);transition:all .15s ease-in-out}.cta-link:hover{background-color:var(--accent-hover)}.cta-link:active{box-shadow:inset 0 1px 3px #0000004d}.next-steps{border-top:1px solid var(--border-dim);padding-top:2.5rem}.next-steps-title{font-size:1.125rem;font-weight:600;color:var(--text-muted);margin-bottom:1.25rem}.next-steps-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.next-steps-grid{grid-template-columns:1fr 1fr}}.next-step-card{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;background-color:var(--surface);border:1px solid var(--surface-border);border-radius:1rem;padding:1rem 1.25rem;transition:all .2s ease-in-out}.next-step-card:hover{border-color:var(--accent-card-hover);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.next-step-text{display:flex;flex-direction:column}.next-step-label{font-weight:600;color:var(--text)}.next-step-desc{font-size:.9375rem;color:var(--text-muted)}.next-step-arrow{color:var(--text-dim);transition:transform .2s ease-in-out,color .2s ease-in-out}.next-step-card:hover .next-step-arrow{color:var(--accent);transform:translate(3px)}.definition-box{background-color:var(--accent-soft-bg);border:1px solid var(--accent-soft-border);border-radius:1.25rem;padding:2rem}.definition-term{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.definition-pos{font-size:.875rem;color:var(--text-dim);font-style:italic;margin-bottom:1rem}.definition-text{font-size:1.125rem;color:var(--accent-lighter);font-weight:400}@media(max-width:768px){.hero-title{font-size:2.75rem}.service-page-title{font-size:2.25rem}.band,.services-section{padding:3rem 1rem}.nav-inner{flex-direction:column;gap:.75rem;border-radius:1.5rem;padding:1rem 1.25rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem}[id]{scroll-margin-top:12.5rem}}
