:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface-soft:#f1f4f8;--line:#dbe2ea;--text:#142235;--muted:#5c6b7c;--navy:#183153;--navy-soft:#2a4a73;--accent:#2b6cb0;--accent-soft:#e8f1fb;--shadow:0 18px 40px #14223514;color:var(--text);background:var(--bg);font-family:Avenir Next,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}main{display:block}.app-shell{min-height:100vh}.shell{width:min(1120px,100% - 2rem);margin:0 auto}.site-header{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8faf0;border-bottom:1px solid #18315314;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;min-height:84px;display:flex}.brand{flex:none;align-items:center;display:inline-flex}.brand-logo{width:auto;height:3.75rem;display:block}.menu-toggle{border:1px solid var(--line);background:var(--surface);color:var(--navy);border-radius:999px;padding:.7rem 1rem;display:none}.nav-links{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.nav-links a{color:var(--navy);border-radius:0;padding:0;transition:color .18s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--airbnb-coral)}.hero,.section,.page-frame{padding:4.5rem 0}.hero,.section{animation:.54s both fade-up}main>.hero,main>.section,main>.page-frame{scroll-margin-top:96px}main>.hero{background:linear-gradient(#fff,#f3f7ffc7)}main>.section:nth-of-type(odd){background:linear-gradient(#fff,#f3f7ff80)}main>.section:nth-of-type(2n){background:linear-gradient(#fff,#ff5a5f09)}.hero-grid,.auth-grid,.dashboard-grid,.contact-layout,.schedule-band,.about-panel{gap:1.5rem;display:grid}.hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.85fr);align-items:stretch}.hero-copy-column{gap:1.2rem;display:grid}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.78rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.03em;max-width:11ch;margin-bottom:0;font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.02}h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.95rem,4vw,3rem);line-height:1.08}h3{margin-bottom:.6rem;font-size:1.2rem}.hero-copy,.section-heading p,.about-copy p,.site-footer p,.feature-card p,.testimonial-card p,.table-list span,.info-card p{color:var(--muted)}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.button{border:1px solid #0000;border-radius:.95rem;justify-content:center;align-items:center;min-height:3rem;padding:.85rem 1.2rem;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary{background:var(--navy);color:#fff;box-shadow:0 14px 28px #18315329}.button-secondary{background:var(--surface);border-color:var(--line);color:var(--navy)}.stat-row,.card-grid,.workflow-grid,.why-grid,.trust-grid,.metric-row,.photo-grid,.feature-strip{gap:1rem;display:grid}.stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-chip,.hero-highlight,.feature-card,.workflow-card,.why-card,.about-panel,.testimonial-card,.blog-card,.partner-band,.trust-card,.contact-card,.schedule-band,.auth-card,.dashboard-card,.metric-card,.info-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.stat-chip,.feature-card,.workflow-card,.why-card,.testimonial-card,.blog-card,.trust-card,.info-card,.metric-card{border-radius:1.25rem;padding:1.35rem}.stat-chip strong,.metric-card strong{color:var(--navy);margin-bottom:.35rem;font-size:1.45rem;display:block}.hero-panel{align-self:stretch;display:grid}.hero-highlight{border-radius:1.5rem;align-content:start;gap:.9rem;height:100%;padding:1.6rem;display:grid}.simple-list{gap:.8rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.simple-list li{color:var(--muted);padding-left:1.2rem;position:relative}.simple-list li:before{content:"";background:var(--accent);border-radius:999px;width:.45rem;height:.45rem;position:absolute;top:.55rem;left:0}.section-heading{max-width:720px;margin-bottom:2rem}.compact{margin-bottom:0}.section-muted{background:0 0}.feature-strip,.card-grid,.workflow-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.blog-grid,.card-grid.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card .lead{color:var(--navy);font-weight:600}.why-card{gap:.75rem;display:grid}.why-card strong{color:var(--navy);font-size:1.02rem}.why-card p{margin:0}.check-mark{color:var(--accent);font-size:.8rem;line-height:1}.about-panel{border-radius:1.5rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);padding:1.6rem}.section-dark{background:linear-gradient(180deg, var(--navy), #102754);color:#fff}.section-dark .eyebrow,.section-dark p,.section-dark span{color:#ffffffe6}.section-dark .section-heading h2{color:#fff}.section-dark .section-heading p{color:#ffffffe6}.section-dark .testimonial-card{background:#fff;border-color:#0d1b3d14;box-shadow:0 18px 42px #05122b2e}.section-dark .testimonial-card p,.section-dark .testimonial-card strong{color:var(--navy)}.section-dark .testimonial-card span{color:#5e6b6d}.cta-section{padding-top:1rem}.cta-panel{background:var(--surface-soft);border:1px solid var(--line);border-radius:1.6rem;padding:2rem}.trust-section,.schedule-section,.partner-section{padding-top:1rem}.contact-layout{grid-template-columns:minmax(280px,.75fr) minmax(320px,1.25fr);align-items:start}.trust-card strong{overflow-wrap:anywhere;margin-top:.45rem;font-size:1.05rem;display:block}.business-card{border-radius:1.4rem;padding:1.5rem}.business-card p{color:var(--muted);margin:.45rem 0 0}.trust-label{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:.76rem;font-weight:700;display:inline-flex}.contact-card,.schedule-card,.auth-card{gap:.9rem;display:grid}.contact-card{border-radius:1.4rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:1.4rem}.schedule-band{border-radius:1.5rem;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);padding:1.6rem}.schedule-card{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card label,.schedule-card label,.auth-card label{gap:.45rem;font-weight:600;display:grid}.contact-card input,.contact-card textarea,.schedule-card input,.schedule-card select,.schedule-card textarea,.auth-card input,.chat-form input{border:1px solid var(--line);width:100%;color:var(--text);resize:vertical;background:#fff;border-radius:.95rem;padding:.9rem 1rem}.contact-card .contact-message,.contact-card .button,.schedule-card .schedule-notes,.schedule-card .button{grid-column:1/-1}.schedule-status{color:var(--navy);font-weight:600}.blog-tag{background:var(--accent-soft);width:fit-content;color:var(--navy);border-radius:999px;padding:.4rem .7rem;font-size:.88rem;font-weight:600;display:inline-flex}.blog-card{gap:.85rem;display:grid}.partner-band{border-radius:1.5rem;justify-content:space-between;gap:1.5rem;padding:1.6rem;display:flex}.partner-actions{flex-direction:column;gap:.75rem;min-width:240px;display:flex}.auth-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.auth-card{border-radius:1.4rem;padding:1.5rem}.text-link{color:var(--accent);font-weight:600}.dashboard-shell{gap:1.2rem;display:grid}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-card{border-radius:1.4rem;padding:1.5rem}.dashboard-card.wide{grid-column:1/-1}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.photo-tile{color:#fff;border-radius:1.1rem;flex-direction:column;justify-content:end;gap:.35rem;min-height:180px;padding:1rem;display:flex}.photo-tile.teal{background:linear-gradient(160deg,#1f7287,#26445a)}.photo-tile.gold{background:linear-gradient(160deg,#b88b42,#7d5c2b)}.photo-tile.coral{background:linear-gradient(160deg,#bf7461,#8b4d40)}.table-list{gap:.9rem;display:grid}.table-list article{border-bottom:1px solid var(--line);gap:.2rem;padding-bottom:.9rem;display:grid}.table-list article:last-child{border-bottom:0;padding-bottom:0}.table-list em{color:var(--accent);font-style:normal;font-weight:700}.metric-row{grid-template-columns:repeat(3,minmax(0,1fr))}.chat-widget{z-index:50;justify-items:end;gap:.8rem;display:grid;position:fixed;bottom:1rem;right:1rem}.chat-toggle{color:#fff;background:var(--navy);box-shadow:var(--shadow);border:0;border-radius:.95rem;padding:.95rem 1.15rem}.chat-panel{background:var(--surface);border:1px solid var(--line);width:min(360px,100vw - 2rem);box-shadow:var(--shadow);border-radius:1.2rem;overflow:hidden}.chat-header{border-bottom:1px solid var(--line);gap:.2rem;padding:1rem;display:grid}.chat-header span{color:var(--muted);font-size:.92rem}.chat-messages{gap:.7rem;max-height:300px;padding:1rem;display:grid;overflow-y:auto}.chat-bubble{border-radius:1rem;max-width:90%;padding:.8rem .9rem;line-height:1.45}.chat-bubble.bot{background:var(--surface-soft);justify-self:start}.chat-bubble.user{background:var(--accent-soft);justify-self:end}.chat-form{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:.75rem;padding:1rem;display:grid}.site-footer{padding:0 0 2rem}.footer-row{border-top:1px solid var(--line);justify-content:space-between;gap:2rem;padding-top:2rem;display:flex}.footer-links{color:var(--muted);flex-wrap:wrap;align-content:flex-start;gap:1rem;display:flex}.footer-bottom{color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:1rem;font-size:.92rem;display:flex}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero,.section,.button,.nav-links a{transition:none;animation:none}}@media (width<=960px){.hero-grid,.about-panel,.auth-grid,.dashboard-grid,.card-grid,.photo-grid,.metric-row,.workflow-grid,.contact-layout,.contact-card,.schedule-band,.schedule-card,.stat-row,.trust-grid,.why-grid,.feature-strip{grid-template-columns:1fr}.footer-row,.footer-bottom,.partner-band,.dashboard-header{flex-direction:column;align-items:flex-start}.partner-actions{width:100%;min-width:0}h1{max-width:none}}@media (width<=720px){.hero,.section,.page-frame{padding:3.5rem 0}.nav-shell{min-height:76px}.brand-logo{height:3.2rem}.menu-toggle{display:inline-flex}.nav-links{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:1rem;flex-direction:column;align-items:stretch;padding:1rem;display:none;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem}.nav-links.open{display:flex}.chat-widget{justify-items:stretch;left:1rem;right:1rem}.chat-toggle,.chat-panel{width:100%}.chat-form{grid-template-columns:1fr}.cta-panel,.schedule-band,.about-panel,.partner-band,.dashboard-card,.auth-card{padding:1.25rem}}
