*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--stellar-primary: #0d9488;--stellar-primary-hover: #0f766e;--stellar-bg: #ffffff;--stellar-bg-alt: #f8fafc;--stellar-text: #1e293b;--stellar-text-secondary: #64748b;--stellar-border: #e2e8f0;--stellar-card-bg: #ffffff;--stellar-card-shadow: 0 1px 3px rgba(0, 0, 0, .08);--stellar-banner-bg: #0d9488;--stellar-banner-text: #ffffff;--stellar-radius: 8px;--stellar-font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--stellar-font-heading: "DM Serif Display", Georgia, "Times New Roman", serif}[data-theme=dark]{--stellar-primary: #5eead4;--stellar-primary-hover: #99f6e4;--stellar-bg: #0f172a;--stellar-bg-alt: #1e293b;--stellar-text: #f1f5f9;--stellar-text-secondary: #94a3b8;--stellar-border: #334155;--stellar-card-bg: #1e293b;--stellar-card-shadow: 0 1px 3px rgba(0, 0, 0, .3);--stellar-banner-bg: #134e4a;--stellar-banner-text: #ccfbf1}html{scroll-behavior:smooth}body{font-family:var(--stellar-font);color:var(--stellar-text);background:var(--stellar-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1120px;margin:0 auto;padding:0 24px}.demo-banner{position:sticky;top:0;z-index:100;background:var(--stellar-banner-bg);color:var(--stellar-banner-text);font-size:14px;padding:8px 0}.demo-banner-inner{max-width:1120px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;text-align:center}.demo-banner a{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.demo-banner a:hover{opacity:.85}.header{border-bottom:1px solid var(--stellar-border);background:var(--stellar-bg);padding:16px 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--stellar-text);font-family:var(--stellar-font-heading);font-weight:400;font-size:20px}.logo-icon{flex-shrink:0}.header-nav{display:flex;align-items:center;gap:24px}.header-nav a{color:var(--stellar-text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.header-nav a:hover{color:var(--stellar-primary)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--stellar-border);border-radius:var(--stellar-radius);background:transparent;color:var(--stellar-text-secondary);cursor:pointer;transition:color .15s,border-color .15s}.theme-toggle:hover{color:var(--stellar-primary);border-color:var(--stellar-primary)}.icon-moon,[data-theme=dark] .icon-sun{display:none}[data-theme=dark] .icon-moon{display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:16px;font-weight:600;border-radius:var(--stellar-radius);border:none;cursor:pointer;text-decoration:none;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--stellar-primary);color:#fff}.btn-primary:hover{background:var(--stellar-primary-hover)}.hero{padding:80px 0 64px;text-align:center}.hero h1{font-family:var(--stellar-font-heading);font-size:clamp(32px,5vw,56px);font-weight:400;letter-spacing:-.01em;line-height:1.1;margin-bottom:20px}.hero-sub{font-size:clamp(16px,2vw,20px);color:var(--stellar-text-secondary);max-width:600px;margin:0 auto 32px;line-height:1.6}.services,.team,.booking{padding:64px 0}.services{background:var(--stellar-bg-alt)}.services h2,.team h2,.booking h2{font-family:var(--stellar-font-heading);font-size:28px;font-weight:400;text-align:center;margin-bottom:12px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px}.card{background:var(--stellar-card-bg);border:1px solid var(--stellar-border);border-radius:var(--stellar-radius);padding:32px 24px;box-shadow:var(--stellar-card-shadow)}.card-icon{margin-bottom:16px}.card h3{font-family:var(--stellar-font-heading);font-size:18px;font-weight:400;margin-bottom:8px}.card p{color:var(--stellar-text-secondary);font-size:15px;line-height:1.6}.team-card{text-align:center}.avatar{width:64px;height:64px;border-radius:50%;background:var(--stellar-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 auto 16px}.role{color:var(--stellar-primary)!important;font-weight:500;font-size:14px!important;margin-bottom:8px}.booking{background:var(--stellar-bg-alt)}.booking-sub{text-align:center;color:var(--stellar-text-secondary);max-width:500px;margin:0 auto 32px}.widget-container{max-width:480px;margin:0 auto;min-height:400px}.widget-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:32px;height:32px;border:3px solid var(--stellar-border);border-top-color:var(--stellar-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{border-top:1px solid var(--stellar-border);padding:24px 0;font-size:14px;color:var(--stellar-text-secondary)}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-brand,.footer-cta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer-name{font-weight:600;color:var(--stellar-text)}.footer-divider{opacity:.4}.footer a{color:var(--stellar-primary);text-decoration:none;font-weight:500}.footer a:hover{text-decoration:underline}.footer-build{font-weight:600!important}@media(max-width:768px){.header-nav a:not(:last-of-type){display:none}.hero{padding:48px 0 40px}.services,.team,.booking{padding:48px 0}.card-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}@media(max-width:480px){.demo-banner-inner{flex-direction:column;gap:4px}.header-nav{gap:12px}.hero h1{font-size:28px}}
