:root{--brand-navy: #0f2744;--brand-navy-hover: #163a5f;--brand-gold: #c9a227;--brand-gold-soft: #f5efd6;--bg: #ffffff;--surface: #f5f7fa;--text: #111827;--text-muted: #4b5563;--border: #e5e7eb;--success: #0f766e;--error: #b91c1c;--font-sans: "Source Sans 3", Helvetica, Arial, sans-serif;--font-serif: "Source Serif 4", Georgia, serif;--ring: 0 0 0 2px #fff, 0 0 0 4px var(--brand-gold);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:200 900;font-display:swap;src:url("../fonts/source-sans-3-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:200 900;font-display:swap;src:url("../fonts/source-serif-4-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*::before,*::after{box-sizing:border-box;border:0 solid var(--border)}*{margin:0}html{-webkit-text-size-adjust:100%;height:100%;scroll-behavior:smooth;scroll-padding-top:5rem}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}ol,ul{list-style:none;padding:0}button,input,select,textarea{font:inherit;color:inherit}button{background:none;cursor:pointer}img,svg{display:block;max-width:100%;height:auto}table{border-collapse:collapse}[hidden]{display:none !important}body{display:flex;flex-direction:column;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.625;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variation-settings:"opsz" 14}.main{flex:1 1 auto}h1,h2,h3{font-family:var(--font-serif);color:var(--brand-navy);line-height:1.2;font-weight:600}::selection{background:var(--brand-gold-soft);color:var(--brand-navy)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;padding:0.5rem 0.75rem;border-radius:0.375rem;background:var(--brand-navy);color:#fff;font-weight:600;transform:translateY(-250%);transition:transform 150ms}.skip-link:focus{transform:translateY(0)}.container{width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.section{padding:4rem 0;background:#fff}.section-surface{background:var(--surface)}.section-heading{max-width:42rem;margin:0 auto 2.5rem;text-align:center}.section-heading-left{margin-left:0;margin-right:0;text-align:left}.eyebrow{margin-bottom:0.5rem;font-size:0.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.16em;color:var(--brand-gold)}.section-title{font-size:clamp(1.75rem, 3vw, 2.25rem)}.section-subtitle{margin-top:0.75rem;font-size:1.05rem;line-height:1.625;color:var(--text-muted)}.section-note{max-width:42rem;margin:2rem auto 0;text-align:center;color:var(--text-muted)}.section-note-sm{max-width:42rem;margin:1.5rem auto 0;text-align:center;font-size:0.875rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.25rem;border:1px solid transparent;border-radius:0.5rem;font-size:0.95rem;font-weight:600;text-align:center;transition:background-color 150ms, color 150ms}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn-primary{background:var(--brand-navy);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--brand-navy-hover)}.btn-secondary{background:transparent;color:var(--brand-navy);border-color:var(--brand-navy)}.btn-secondary:hover{background:var(--surface)}.btn-on-navy{background:#fff;color:var(--brand-navy);box-shadow:var(--shadow-sm)}.btn-on-navy:hover{background:var(--brand-gold-soft)}.btn-compact{padding:0.625rem 1rem;font-size:0.875rem;line-height:1.25rem}.text-link,.accordion-answer a:not(.btn),.prose a:not(.btn),.legal-body a:not(.btn),.section-note a:not(.btn),.section-note-sm a:not(.btn),.steps-list a:not(.btn),.placeholder a:not(.btn),.pricing-prose a:not(.btn){border-radius:0.125rem;font-weight:600;color:var(--brand-navy);text-decoration:underline;text-decoration-color:var(--brand-gold);text-decoration-thickness:2px;text-underline-offset:4px;transition:color 150ms, text-decoration-color 150ms}.text-link:hover,.accordion-answer a:not(.btn):hover,.prose a:not(.btn):hover,.legal-body a:not(.btn):hover,.section-note a:not(.btn):hover,.section-note-sm a:not(.btn):hover,.steps-list a:not(.btn):hover,.placeholder a:not(.btn):hover,.pricing-prose a:not(.btn):hover{color:var(--brand-navy-hover);text-decoration-color:var(--brand-navy)}.text-link:focus-visible,.accordion-answer a:not(.btn):focus-visible,.prose a:not(.btn):focus-visible,.legal-body a:not(.btn):focus-visible{outline:none;box-shadow:var(--ring)}.section-cta{margin-top:2rem;text-align:center}.header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(229,231,235,0.8);background:rgba(255,255,255,0.9);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.25rem;max-width:72rem;margin:0 auto;padding:0 1rem}.nav-logo{display:inline-flex;align-items:center}.nav-logo img{height:2.25rem;width:auto}.nav-desktop{display:none}.nav-link{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:var(--text-muted);transition:color 150ms}.nav-link:hover,.nav-link.is-active{color:var(--brand-navy)}.nav-cta{display:none}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border:1px solid var(--border);border-radius:0.5rem;color:var(--brand-navy)}.hamburger{display:flex;flex-direction:column;gap:0.375rem}.hamburger span{display:block;height:0.125rem;width:1.25rem;background:var(--brand-navy);transition:transform 150ms, opacity 150ms}.mobile-menu-toggle[aria-expanded="true"] .hamburger span:nth-child(1){transform:translateY(0.5rem) rotate(45deg)}.mobile-menu-toggle[aria-expanded="true"] .hamburger span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded="true"] .hamburger span:nth-child(3){transform:translateY(-0.5rem) rotate(-45deg)}.mobile-nav{border-top:1px solid var(--border);background:#fff}.mobile-nav-inner{display:flex;flex-direction:column;gap:0.25rem;max-width:72rem;margin:0 auto;padding:1rem}.mobile-nav-link{padding:0.75rem;border-radius:0.5rem;font-weight:600;color:var(--brand-navy)}.mobile-nav-link:hover{background:var(--surface)}.mobile-nav-cta{margin-top:0.5rem}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border);background:linear-gradient(to bottom right, #f7f9fc, #fff, #eef2f6)}.hero-inner{display:grid;align-items:center;gap:2.5rem;max-width:72rem;margin:0 auto;padding:3.5rem 1rem}.hero-eyebrow{margin-bottom:0.75rem;font-size:0.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.18em;color:var(--brand-gold)}.hero-title{font-size:clamp(2.4rem, 5vw, 3.5rem);line-height:1.1}.hero-lead{margin-top:1.25rem;max-width:36rem;font-size:1.125rem;line-height:1.625;color:var(--text-muted)}.hero-tests{margin-top:1rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;letter-spacing:0.025em;color:var(--brand-navy)}.hero-tests span{display:block;margin-top:0.25rem;font-weight:400;color:var(--text-muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:2rem}.hero-figure{position:relative;width:100%;max-width:28rem;margin:0 auto}.portrait{overflow:hidden;border-radius:1rem;box-shadow:0 20px 50px rgba(15,39,68,0.18)}.portrait picture{display:block}.portrait img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.portrait-soft{box-shadow:0 16px 40px rgba(15,39,68,0.14)}.hero-caption{margin-top:0.75rem;text-align:center;font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.hero-caption strong{font-weight:600;color:var(--brand-navy)}.card{padding:1.5rem;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.card-interactive{box-shadow:var(--shadow-sm);transition:transform 150ms, box-shadow 150ms}.card-interactive:hover{transform:translateY(-0.125rem);box-shadow:var(--shadow-md)}.card-eyebrow{margin-bottom:0.5rem;font-size:0.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.14em;color:var(--brand-gold)}.card-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--brand-navy)}.card-body{margin-top:0.5rem;color:var(--text-muted)}.card-summary{margin-top:0.5rem;font-size:0.98rem;color:var(--text-muted)}.card-guide{margin-top:0.75rem}.grid-services,.grid-cards,.grid-steps{display:grid;gap:1.25rem}.course-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;max-width:48rem;margin:0 auto}.course-pills li{padding:0.5rem 1rem;border:1px solid var(--border);border-radius:9999px;background:var(--brand-gold-soft);font-size:0.875rem;line-height:1.25rem;font-weight:600;color:var(--brand-navy)}.founder-grid,.about-grid{display:grid;gap:2.5rem}.founder-grid{align-items:center}.about-grid{align-items:start}.founder-lead{margin-bottom:1.5rem;color:var(--text-muted)}.check-list{display:flex;flex-direction:column;gap:0.75rem}.check-list li{display:flex;gap:0.75rem;font-size:0.98rem;color:var(--brand-navy)}.check-list .check{margin-top:0.25rem;color:var(--brand-gold)}.check-list-narrow{max-width:42rem}.founder-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:2rem}.step-number{margin-bottom:0.75rem;font-family:var(--font-serif);font-size:2.25rem;line-height:2.5rem;font-weight:600;color:var(--brand-gold)}.testimonial{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.testimonial-stars{font-size:0.875rem;line-height:1.25rem;letter-spacing:0.2em;color:var(--brand-gold)}.testimonial-quote{margin-top:0.75rem;flex-grow:1;color:var(--brand-navy)}.testimonial-cite{margin-top:1rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;font-style:normal;color:var(--brand-navy)}.testimonial-cite span{display:block;font-weight:400;color:var(--text-muted)}.testimonial-source{margin-top:2rem;text-align:center;font-size:0.875rem;color:var(--text-muted)}.testimonial-source strong{font-weight:600;color:var(--brand-navy)}.rate-list{display:grid;gap:0.75rem;max-width:48rem;margin:0 auto}.rate-row{display:flex;flex-direction:column;gap:0.5rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.rate-name{font-weight:600;color:var(--brand-navy)}.rate-note{font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.rate-amount{flex-shrink:0;font-family:var(--font-serif);font-size:1.25rem;line-height:1.75rem;font-weight:600;color:var(--brand-navy)}.rate-amount span{font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:500;color:var(--text-muted)}.rate-inline{font-family:var(--font-serif);font-size:1.125rem;line-height:1.75rem;font-weight:600;color:var(--brand-navy)}.rate-inline span{font-family:var(--font-sans);font-size:0.875rem;line-height:1.25rem;font-weight:500;color:var(--text-muted)}.pricing-cards{display:grid;gap:0.75rem}.pricing-card{padding:1.25rem;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.pricing-card dl{display:flex;flex-direction:column;gap:0.375rem;margin-top:0.75rem;padding-top:0.75rem;border-top:1px solid var(--border)}.pricing-card-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.pricing-card dt{font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.pricing-table-wrap{display:none;overflow:hidden;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.pricing-table{width:100%;text-align:left}.pricing-table thead{background:var(--brand-navy);color:#fff}.pricing-table thead th{padding:0.75rem 1.25rem;font-weight:600}.pricing-table th.align-right{text-align:right}.pricing-table thead th span{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:400;color:rgba(255,255,255,0.7)}.pricing-table tbody tr{border-top:1px solid var(--border)}.pricing-table tbody th{padding:1rem 1.25rem;text-align:left;font-weight:400}.pricing-table tbody th strong{font-weight:600;color:var(--brand-navy)}.pricing-table tbody th span{display:block;margin-top:0.125rem;font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.pricing-table td{padding:1rem 1.25rem;text-align:right;white-space:nowrap}.pricing-footnote{margin-top:1rem;font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.pricing-prose{max-width:42rem;margin-top:2rem;color:var(--text-muted)}.pricing-actions{margin-top:2rem}.accordion{overflow:hidden;border:1px solid var(--border);border-radius:0.75rem;background:#fff;max-width:48rem;margin:0 auto}.accordion-item+.accordion-item{border-top:1px solid var(--border)}.accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;cursor:pointer;list-style:none;transition:background-color 150ms}.accordion-summary::-webkit-details-marker{display:none}.accordion-summary:hover{background:var(--surface)}.accordion-summary:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--brand-gold)}.accordion-summary h3{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--brand-navy)}.accordion-icon{display:inline-block;flex-shrink:0;font-size:1.5rem;line-height:1;font-weight:400;color:var(--brand-gold);transition:transform 200ms}.accordion-item[open] .accordion-icon{transform:rotate(45deg)}.accordion-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted)}.final-cta{background:var(--brand-navy)}.final-cta-inner{max-width:48rem;margin:0 auto;padding:3.5rem 1rem;text-align:center}.final-cta-eyebrow{margin-bottom:1rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:0.2em;color:var(--brand-gold)}.final-cta-title{font-family:var(--font-serif);font-weight:600;line-height:1.2;font-variation-settings:"opsz" 14;color:#fff;font-size:clamp(1.9rem, 4vw, 2.75rem)}.final-cta-body{max-width:36rem;margin:1rem auto 0;color:rgba(255,255,255,0.75)}.final-cta-actions{display:flex;justify-content:center;margin-top:2rem}.page-heading-center{margin-bottom:2rem;text-align:center;font-size:clamp(1.6rem, 3vw, 2rem)}.resources-heading{margin-bottom:1.5rem;text-align:center;font-size:clamp(1.4rem, 3vw, 1.8rem)}.service-details{display:grid;gap:1.5rem}.service-detail{padding:1.5rem;border:1px solid var(--border);border-radius:0.75rem;background:#fff}.service-detail h3{margin-top:0.5rem;font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--brand-navy)}.service-detail-body{margin-top:0.75rem;max-width:48rem;color:var(--text-muted)}.prose{display:flex;flex-direction:column;gap:1rem;color:var(--text-muted)}.how-we-work{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}.contact-cta{display:flex;justify-content:center;max-width:36rem;margin:0 auto 2.5rem}.contact-grid{display:grid;gap:2.5rem;max-width:64rem;margin:0 auto}.contact-heading{margin-bottom:1rem;font-size:clamp(1.5rem, 3vw, 1.9rem)}.steps-list{display:flex;flex-direction:column;gap:1rem;color:var(--text-muted)}.steps-list strong{font-weight:600;color:var(--brand-navy)}.contact-email-note{margin-top:2rem;font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row label{display:block;margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;color:var(--brand-navy)}.form-row input,.form-row select,.form-row textarea{width:100%;padding:0.625rem 0.75rem;border:1px solid var(--border);border-radius:0.5rem;background:#fff;font-size:1rem;color:var(--text);outline:none}.form-row textarea{resize:vertical}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--brand-navy);box-shadow:0 0 0 2px rgba(201,162,39,0.3)}.form-row input:disabled,.form-row select:disabled,.form-row textarea:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.form-row.is-disabled label{color:var(--text-muted)}.form-hint{margin-top:0.375rem;font-size:0.875rem;line-height:1.25rem;color:var(--text-muted)}.gotcha{display:none}.form-alert{padding:0.75rem 1rem;border-radius:0.5rem;color:#fff}.form-alert-success{background:var(--success)}.form-alert-error{background:var(--error)}.form-submit{width:100%}.form-submit[disabled]{opacity:0.7;cursor:not-allowed}.resource-list{list-style:none;margin:0 auto;padding:0;max-width:42rem}.resource-list-item{padding:1.25rem 0;border-top:1px solid var(--border)}.resource-list-item:last-child{border-bottom:1px solid var(--border)}.resource-list-cat{display:block;margin-bottom:0.35rem;color:var(--brand-gold);font-size:0.7rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase}.resource-list-title{font-family:"Source Serif 4", Georgia, serif;font-size:1.25rem;line-height:1.35;font-weight:600;color:var(--brand-navy);text-decoration:none}a.resource-list-title{text-decoration:none;text-decoration-color:transparent}.resource-list-title:hover{color:var(--brand-gold)}.resource-list-desc{margin-top:0.4rem;color:var(--text-muted);font-size:0.95rem}.container-article{max-width:42rem}.resource-header{margin-bottom:2rem}.resource-title{margin:0.35rem 0 0.75rem;font-family:"Source Serif 4", Georgia, serif;font-size:clamp(1.75rem, 3vw, 2.25rem);line-height:1.2;font-weight:600;color:var(--brand-navy);font-variation-settings:"opsz" 14}.resource-dek{margin:0;color:var(--text-muted);font-size:1.05rem;line-height:1.55}.resource-meta{margin:0.75rem 0 0;color:var(--text-muted);font-size:0.875rem}.resource-prose{gap:0}.resource-prose>*+*{margin-top:1rem}.resource-prose h2{margin-top:2.5rem;margin-bottom:0.75rem;font-family:"Source Serif 4", Georgia, serif;font-size:1.35rem;line-height:1.3;font-weight:600;color:var(--brand-navy);font-variation-settings:"opsz" 14}.resource-prose h3{margin-top:1.75rem;margin-bottom:0.5rem;font-family:"Source Serif 4", Georgia, serif;font-size:1.1rem;line-height:1.35;font-weight:600;color:var(--brand-navy);font-variation-settings:"opsz" 14}.resource-prose p,.resource-prose li{color:var(--text);line-height:1.65}.resource-prose ul,.resource-prose ol{padding-left:1.25rem}.resource-prose li+li{margin-top:0.4rem}.resource-prose hr{margin:2.25rem 0;border:0;border-top:1px solid var(--border)}.resource-prose table{width:100%;border-collapse:collapse;margin:1.25rem 0 1.5rem;font-size:0.95rem}.resource-prose th,.resource-prose td{padding:0.7rem 0.55rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.resource-prose th{background:var(--surface);color:var(--brand-navy);font-weight:600}.resource-prose td:has(br){white-space:nowrap;min-width:6.5rem}.resource-prose img{display:block;width:100%;height:auto;margin:1.25rem 0;border:1px solid var(--border);border-radius:0.625rem;background:#fff}.resource-prose strong{color:var(--brand-navy);font-weight:600}.resource-back{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.placeholder{max-width:42rem;margin:0 auto;padding:2.5rem 1.5rem;border:1px dashed var(--border);border-radius:0.75rem;background:var(--surface);text-align:center}.placeholder-title{font-weight:600;color:var(--brand-navy)}.placeholder-body{margin-top:0.5rem;color:var(--text-muted)}.upcoming-list{display:flex;flex-direction:column;gap:0.75rem;max-width:42rem;margin:0 auto}.upcoming-list li{padding:0.75rem 1rem;border:1px solid var(--border);border-radius:0.5rem;background:#fff;color:var(--brand-navy)}.legal-body{display:flex;flex-direction:column;gap:1rem;max-width:48rem;margin:0 auto;color:var(--text-muted)}.notfound-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;margin-top:2rem}.footer{border-top:1px solid var(--border);background:var(--brand-navy);color:#fff}.footer-grid{display:grid;gap:2.5rem;padding-top:3.5rem;padding-bottom:3.5rem}.footer-logo{display:inline-flex;width:fit-content;margin-bottom:1rem;padding:0.375rem 0.625rem;border-radius:0.375rem;background:#fff}.footer-logo img{height:2.25rem;width:auto}.footer-tagline{max-width:20rem;font-size:0.875rem;line-height:1.625;color:rgba(255,255,255,0.75)}.footer-heading{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:0.025em;color:var(--brand-gold)}.footer-list{display:flex;flex-direction:column;gap:0.5rem;font-size:0.875rem;line-height:1.25rem;color:rgba(255,255,255,0.8)}.footer-list a:hover{color:var(--brand-gold)}.footer-email{word-break:break-all}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1)}.footer-bottom-inner{display:flex;flex-direction:column;gap:0.5rem;padding-top:1.25rem;padding-bottom:1.25rem;font-size:0.75rem;line-height:1rem;color:rgba(255,255,255,0.55)}.footer-legal{display:flex;gap:1rem}.footer-legal a:hover{color:var(--brand-gold)}@media (min-width: 640px){.container,.header-inner,.hero-inner,.final-cta-inner{padding-left:1.5rem;padding-right:1.5rem}.grid-services{grid-template-columns:repeat(2, minmax(0, 1fr))}.rate-row{flex-direction:row;align-items:center;justify-content:space-between}.form-submit{width:auto}.footer-bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width: 768px){.section{padding:5rem 0}.nav-logo img,.footer-logo img{height:2.5rem}.hero-inner{grid-template-columns:repeat(2, minmax(0, 1fr));padding-top:5rem;padding-bottom:5rem}.hero-caption{text-align:left}.grid-cards,.founder-grid,.about-grid,.how-we-work,.contact-grid,.footer-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-steps{grid-template-columns:repeat(3, minmax(0, 1fr))}.footer-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.span-2{grid-column:span 2 / span 2}.service-detail{padding:2rem}.pricing-cards{display:none}.pricing-table-wrap{display:block}.final-cta-inner{padding-top:4rem;padding-bottom:4rem}.final-cta-eyebrow{font-size:1rem;line-height:1.5rem}}@media (min-width: 1024px){.nav-desktop{display:flex;align-items:center;gap:1.5rem}.nav-cta{display:block}.mobile-menu-toggle,.mobile-nav{display:none}.hero-inner{gap:3.5rem}.grid-cards{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important}}
