/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:var(--font-sans);--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.grid{display:grid}}:root{--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--input:#e2e8f0;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--accent:#eff6ff;--accent-foreground:#1d4ed8;--ring:#2563eb;--destructive:#dc2626;--destructive-foreground:#fff;--success:#dcfce7;--success-foreground:#166534;--warning:#fef3c7;--warning-foreground:#92400e;--radius:.5rem;--card-radius:.6875rem;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;--max-width:72rem;--shadow-card:0 1px 2px 0 #0000000d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}h1,h2,h3{margin:0 0 1rem;font-weight:600;line-height:1.25}p{margin:0 0 1rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}ul{padding-left:1.25rem}img,svg{max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{border-bottom:1px solid var(--border)}.site-header .container{justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.logo{color:var(--foreground);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.logo:hover{text-decoration:none}.logo span{color:var(--primary)}.nav{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--foreground);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .65rem;font-size:.95rem;text-decoration:none;transition:color .15s,background-color .15s;display:inline-flex}.nav-link:hover{color:var(--primary);background-color:var(--accent);text-decoration:none}.nav-icon{width:18px;height:18px;color:var(--muted-foreground);flex-shrink:0;transition:color .15s}.nav-link:hover .nav-icon{color:var(--primary)}.nav .btn{color:var(--primary-foreground);margin-left:.25rem}.btn{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);align-items:center;gap:.45rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .15s;display:inline-flex}.btn:hover{background:var(--primary-hover);color:var(--primary-foreground);text-decoration:none}.btn-icon{flex-shrink:0;width:18px;height:18px;transition:transform .15s}.btn:hover .btn-icon{transform:translateY(-1px)}main{min-height:60vh}section{padding:4rem 0}section.alt{background:var(--muted)}.hero{text-align:center;padding:5rem 0 4rem}.hero h1{max-width:44rem;margin-left:auto;margin-right:auto;font-size:2.5rem}.hero .subtitle{color:var(--muted-foreground);max-width:40rem;margin:0 auto 2rem;font-size:1.15rem}.eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:block}.section-title{text-align:center;margin-bottom:3rem;font-size:1.9rem}.grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:var(--shadow-card);padding:1.75rem}.card h3{color:var(--card-foreground);font-size:1.1rem}.card p{color:var(--muted-foreground);margin-bottom:0}.steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.steps li{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:var(--shadow-card);padding:1.5rem}.step-number{background:var(--accent);width:2rem;height:2rem;color:var(--accent-foreground);border-radius:999px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:inline-flex}.steps h3{margin-bottom:.4rem;font-size:1rem}.steps p{color:var(--muted-foreground);margin-bottom:0;font-size:.92rem}.check-list{max-width:40rem;margin:0 auto;padding:0;list-style:none}.check-list li{color:var(--foreground);padding:.6rem 0 .6rem 1.75rem;position:relative}.check-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.contact-section{text-align:center}.contact-section h2{margin-bottom:.5rem}.contact-section p{color:var(--muted-foreground)}.other-services-intro{color:var(--muted-foreground);text-align:center;max-width:40rem;margin:0 auto 3rem}.service-block{margin-bottom:3rem}.service-block h2{color:var(--foreground);font-size:1.4rem}.service-item{margin-top:1.25rem}.service-item h3{margin-bottom:.35rem;font-size:1.05rem}.legal-content h2{color:var(--foreground);margin-top:2.5rem;font-size:1.25rem}.legal-content h2:first-of-type{margin-top:0}.legal-content p,.legal-content li{color:var(--foreground)}.legal-content{max-width:44rem;margin:0 auto}.placeholder{background:var(--warning);color:var(--warning-foreground);border-radius:999px;padding:.05rem .4rem;font-weight:600}.page-header{text-align:center;padding:3rem 0 1rem}.page-header h1{font-size:2rem}.site-footer{border-top:1px solid var(--border);margin-top:2rem;padding:2.5rem 0}.site-footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{flex-wrap:wrap;gap:1.25rem;display:flex}.footer-links a{color:var(--muted-foreground);font-size:.9rem}.footer-links a:hover{color:var(--primary)}.footer-copy{color:var(--muted-foreground);font-size:.85rem}@media (width<=800px){.grid,.steps{grid-template-columns:1fr}.nav{gap:1.1rem}.hero h1{font-size:2rem}}@media (width<=480px){.container{padding:0 1.25rem}.hero{padding:3.5rem 0 3rem}.hero h1{font-size:1.65rem}.hero .subtitle{font-size:1rem}.section-title{font-size:1.5rem}.site-header .container{flex-wrap:wrap;gap:.75rem}.nav{flex-wrap:wrap;gap:.85rem}}
