:root{--bg: #FDFDFD;--bg-surface: #F7F3F3;--bg-card: #F0ECEC;--text: #181010;--text-muted: rgba(24, 16, 16, .52);--accent: #FF6F59;--accent-dark: #E05A45;--border: rgba(24, 16, 16, .08);--border-strong: rgba(24, 16, 16, .14);--navbar-bg: rgba(253, 253, 253, .82);--shadow-sm: 0 1px 3px rgba(24,16,16,.06), 0 1px 2px rgba(24,16,16,.04);--shadow-md: 0 4px 16px rgba(24,16,16,.08), 0 2px 6px rgba(24,16,16,.05);--shadow-lg: 0 12px 40px rgba(24,16,16,.1), 0 4px 12px rgba(24,16,16,.06);--font: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--container: 1160px;--gutter: clamp(20px, 5vw, 72px);--section-v: clamp(48px, 6vw, 88px);--transition: .18s ease;--transition-slow: .38s ease}[data-theme=dark]{--bg: #0C0808;--bg-surface: #120C0C;--bg-card: #1A1010;--text: #FDFDFD;--text-muted: rgba(253, 253, 253, .48);--border: rgba(253, 253, 253, .07);--border-strong: rgba(253, 253, 253, .13);--navbar-bg: rgba(12, 8, 8, .84);--shadow-sm: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 16px rgba(0,0,0,.4), 0 2px 6px rgba(0,0,0,.25);--shadow-lg: 0 12px 40px rgba(0,0,0,.5), 0 4px 12px rgba(0,0,0,.3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);transition:background .28s ease,color .28s ease;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}ul,ol{list-style:none}::selection{background:#ff6f5933;color:var(--text)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-v)}.section-alt{background:var(--bg-surface)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.eyebrow:before{content:"";width:7px;height:7px;background:var(--accent);flex-shrink:0}.display{font-size:clamp(40px,6.5vw,80px);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--text)}.headline{font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--text)}.subheadline{font-size:clamp(18px,2.5vw,24px);font-weight:400;line-height:1.45;color:var(--text-muted)}.body-lead{font-size:clamp(16px,1.6vw,18px);line-height:1.65;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font);font-size:15px;font-weight:500;border-radius:var(--radius-full);padding:13px 26px;transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);cursor:pointer;white-space:nowrap}.btn-primary{background:var(--accent);color:#181010}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #ff6f5959}.btn-primary:active{transform:none}.btn-ghost{color:var(--text);padding:13px 4px;border-bottom:1.5px solid var(--border-strong);border-radius:0}.btn-ghost:hover{color:var(--accent);border-color:var(--accent)}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-lg{font-size:16px;padding:16px 32px}.animate{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.animate.visible{opacity:1;transform:none}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.navbar{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:100;width:calc(100% - 40px);max-width:1080px;background:var(--navbar-bg);-webkit-backdrop-filter:blur(16px) saturate(1.6);backdrop-filter:blur(16px) saturate(1.6);border:1px solid var(--border);border-radius:var(--radius-full);padding:10px 10px 10px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:box-shadow .28s ease,border-color .28s ease,background .28s ease}.navbar.scrolled{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.navbar-logo{height:26px;width:auto;flex-shrink:0}.navbar-links{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.navbar-link{font-size:14px;font-weight:400;color:var(--text-muted);padding:6px 12px;border-radius:var(--radius-full);transition:color var(--transition),background var(--transition)}.navbar-link:hover{color:var(--text);background:var(--border)}.navbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.navbar-theme-toggle{width:36px;height:36px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color var(--transition),background var(--transition)}.navbar-theme-toggle:hover{color:var(--text);background:var(--border)}.navbar-lang-switch{display:flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:12px;letter-spacing:.03em}.navbar-lang-option{padding:4px 5px;border-radius:var(--radius-sm);color:var(--text-muted);transition:color var(--transition),background var(--transition)}.navbar-lang-option:hover{color:var(--text);background:var(--border)}.navbar-lang-option.active{color:var(--accent);font-weight:500}.navbar-lang-sep{color:var(--border)}.navbar-cta{font-size:14px;padding:9px 20px}@media(max-width:768px){.navbar{padding:10px 10px 10px 18px;top:12px;width:calc(100% - 24px)}.navbar-links{display:none}}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:120px;padding-bottom:80px;overflow:hidden}.hero-glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,rgba(255,111,89,.07) 0%,transparent 65%);pointer-events:none;z-index:0}.hero-ghost-logo{position:absolute;top:-8%;right:-4%;width:clamp(280px,40vw,560px);height:clamp(280px,40vw,560px);opacity:.025;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none}[data-theme=dark] .hero-ghost-logo{opacity:.04}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:48px 72px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.06em;color:var(--text-muted);margin-bottom:28px;animation:fadeIn .6s ease both}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.hero-headline{margin-bottom:28px;max-width:900px;font-size:clamp(40px,5.2vw,72px)}.hero-word{display:inline-block;opacity:0;transform:translateY(18px);animation:wordReveal .5s ease both}.hero-sub{max-width:min(75%,480px);font-size:clamp(16px,2vw,19px);margin-bottom:44px;animation:fadeIn .6s ease .8s both}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;animation:fadeIn .6s ease 1s both;margin-bottom:72px}.hero-trust{display:flex;align-items:center;gap:0;animation:fadeIn .6s ease 1.1s both}.hero-trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);padding-right:20px;margin-right:20px;border-right:1px solid var(--border-strong)}.hero-trust-item:last-child{padding-right:0;margin-right:0;border-right:none}.hero-trust-icon{color:var(--accent);font-size:14px;flex-shrink:0}@keyframes wordReveal{to{opacity:1;transform:none}}.syslog{--sl-bg: #FFFFFF;--sl-border: rgba(24,16,16,.08);--sl-text: #181010;--sl-muted: rgba(24,16,16,.42);background:var(--sl-bg);border:1px solid var(--sl-border);border-radius:16px;box-shadow:var(--shadow-lg);font-family:var(--font-mono);font-size:13px;overflow:hidden;animation:fadeIn .7s ease .9s both}[data-theme=dark] .syslog{--sl-bg: #1A1010;--sl-border: rgba(253,253,253,.08);--sl-text: #FDFDFD;--sl-muted: rgba(253,253,253,.4)}.syslog-chrome{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:1px solid var(--sl-border);color:var(--sl-muted);font-size:11.5px;letter-spacing:.04em}.syslog-chrome-live{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:500}.syslog-chrome-live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse 2.5s ease-in-out infinite}.syslog-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:11px;min-height:236px}.syslog-line{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:baseline;line-height:1.5;color:var(--sl-text);animation:syslogIn .45s ease both}.syslog-line-time{color:var(--accent);font-size:11.5px}.syslog-line-done,.syslog-line-done .syslog-line-time{color:var(--sl-muted)}.syslog-caret{display:inline-block;width:8px;height:15px;background:var(--accent);vertical-align:text-bottom;animation:caretBlink 1.1s steps(2) infinite}@keyframes syslogIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes caretBlink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.syslog-caret{animation:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:960px){.hero-content{grid-template-columns:1fr}.syslog{max-width:520px}}@media(max-width:640px){.hero{padding-top:100px;padding-bottom:60px}.hero-actions{margin-bottom:48px}.hero-trust{flex-wrap:wrap;gap:12px}.hero-trust-item{border-right:none;margin-right:0;padding-right:0}.syslog-body{min-height:0}}.manifesto{padding-block:clamp(44px,6vw,80px);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.manifesto-tools{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.manifesto-tool{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);border:1px solid var(--border-strong);border-radius:var(--radius-full);padding:5px 14px;text-decoration:line-through;text-decoration-color:#ff6f598c;text-decoration-thickness:1.5px}.manifesto-statement{font-size:clamp(26px,3.6vw,46px);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--text-muted);max-width:880px}.manifesto-statement strong{color:var(--text);font-weight:700}.manifesto-statement em{font-style:normal;color:var(--accent)}.services-intro{max-width:640px;margin-bottom:32px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.service-card{position:relative;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 22px;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.service-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-card-featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.service-card-featured:hover{border-color:var(--accent)}.service-badge{position:absolute;top:-11px;left:22px;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);color:#181010;padding:4px 12px;border-radius:var(--radius-full)}.service-icon{width:40px;height:40px;border-radius:var(--radius-md);background:#ff6f591a;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px}.service-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.service-body{font-size:14px;line-height:1.55;color:var(--text-muted)}.service-link{display:inline-block;margin-top:14px;color:var(--accent);font-weight:500;font-size:14px}.service-link:hover{text-decoration:underline}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.hiw-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px 80px;align-items:start}.hiw-intro{position:sticky;top:100px}.hiw-steps{display:flex;flex-direction:column;gap:0}.hiw-step{padding:32px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:40px 1fr;gap:20px;align-items:start}.hiw-step:first-child{padding-top:0}.hiw-step:last-child{border-bottom:none}.hiw-step-num{font-family:var(--font-mono);font-size:11px;font-weight:500;color:var(--accent);letter-spacing:.06em;padding-top:4px}.hiw-step-title{font-size:clamp(18px,1.8vw,22px);font-weight:700;letter-spacing:-.02em;margin-bottom:10px;color:var(--text);line-height:1.25}.hiw-step-body{font-size:15px;line-height:1.65;color:var(--text-muted)}@media(max-width:900px){.hiw-grid{grid-template-columns:1fr;gap:40px}.hiw-intro{position:static}}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px 80px;align-items:center}.control-features{display:flex;flex-direction:column;gap:0;margin-top:32px}.control-feature{display:flex;align-items:flex-start;gap:14px;padding:18px 0;border-bottom:1px solid var(--border);font-size:15px;color:var(--text-muted);line-height:1.5}.control-feature:last-child{border-bottom:none}.control-feature-icon{width:20px;height:20px;border-radius:4px;background:#ff6f591f;border:1px solid rgba(255,111,89,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.control-feature-icon svg{width:10px;height:10px;color:var(--accent)}.dashboard{--db-bg: #FFFFFF;--db-surface: #F7F3F3;--db-border: rgba(24,16,16,.08);--db-text: #181010;--db-text-muted: rgba(24,16,16,.45);--db-shadow: 0 20px 60px rgba(24,16,16,.14), 0 4px 16px rgba(24,16,16,.08);background:var(--db-bg);border:1px solid var(--db-border);border-radius:16px;overflow:hidden;box-shadow:var(--db-shadow);font-family:var(--font);font-size:13px;color:var(--db-text);max-width:480px;margin-inline:auto}[data-theme=dark] .dashboard{--db-bg: #1A1010;--db-surface: #241616;--db-border: rgba(255,255,255,.08);--db-text: #FDFDFD;--db-text-muted: rgba(253,253,253,.42);--db-shadow: 0 20px 60px rgba(0,0,0,.5), 0 4px 16px rgba(0,0,0,.3)}.dashboard-chrome{padding:14px 16px 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--db-border)}.dashboard-dots{display:flex;align-items:center;gap:7px}.dashboard-dot{width:12px;height:12px;border-radius:50%}.dashboard-dot-red{background:var(--accent)}.dashboard-dot-gray1{background:#1810102e}.dashboard-dot-gray2{background:#1810101a}[data-theme=dark] .dashboard-dot-gray1{background:#fff3}[data-theme=dark] .dashboard-dot-gray2{background:#ffffff1a}.dashboard-chrome-title{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--db-text-muted);letter-spacing:.03em}.dashboard-status{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:var(--accent)}.dashboard-status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.dashboard-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;background:var(--db-bg)}.dashboard-metric-card{background:var(--db-surface);border-radius:10px;padding:14px 16px 16px}.dashboard-metric-label{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--db-text-muted);margin-bottom:8px}.dashboard-metric-value{font-size:36px;font-weight:700;color:var(--db-text);line-height:1;letter-spacing:-.04em}.dashboard-list{padding:4px 14px 14px;display:flex;flex-direction:column;gap:8px}.dashboard-item{background:var(--db-bg);border:1px solid var(--db-border);border-radius:10px;padding:11px 14px;display:flex;align-items:center;gap:12px}.dashboard-item-icon{width:38px;height:38px;border-radius:9px;background:#ff6f591a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.dashboard-item-text{flex:1;min-width:0}.dashboard-item-name{font-size:13px;font-weight:600;color:var(--db-text);line-height:1.3}.dashboard-item-sub{font-family:var(--font-mono);font-size:10.5px;color:var(--db-text-muted);margin-top:2px}.dashboard-item-badge{font-size:11px;font-weight:500;color:var(--accent);background:#ff6f591f;padding:4px 10px;border-radius:var(--radius-full);flex-shrink:0}.dashboard-add-row{background:transparent;border:1.5px dashed var(--db-border)}.dashboard-add-icon{width:38px;height:38px;border-radius:9px;background:var(--db-surface);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--db-text-muted)}.dashboard-add-row .dashboard-item-name{color:var(--db-text-muted);font-weight:500}.dashboard-add-row .dashboard-item-sub{color:#18101047}[data-theme=dark] .dashboard-add-row .dashboard-item-sub{color:#fdfdfd33}@media(max-width:900px){.control-grid{grid-template-columns:1fr;gap:48px}}.training-header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:52px}.training-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.training-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.training-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px #ff6f5926,var(--shadow-md);transform:translateY(-3px)}.training-card-icon{width:40px;height:40px;background:#ff6f591a;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--accent)}.training-card-title{font-size:18px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px;color:var(--text);line-height:1.3}.training-card-body{font-size:14px;color:var(--text-muted);line-height:1.6}@media(max-width:900px){.training-header{grid-template-columns:1fr;margin-bottom:36px}.training-cards{grid-template-columns:1fr}}.testimonials-header{margin-bottom:52px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px}[data-theme=dark] .testimonial-card{background:#1a1010;border-color:var(--border-strong);box-shadow:0 12px 32px #00000059}.testimonial-service{display:inline-block;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.testimonial-stars{display:flex;gap:3px;margin-bottom:20px}.testimonial-star{width:16px;height:16px;color:var(--accent)}.testimonial-quote{font-size:15px;line-height:1.65;color:var(--text);margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-author-text{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-size:14px;font-weight:500;color:var(--text)}.testimonial-name-link{display:inline-flex;align-items:center;gap:6px;transition:color var(--transition)}.testimonial-name-link:hover{color:var(--accent)}.testimonial-name-link svg{color:var(--accent);flex-shrink:0}.testimonial-role{font-size:12px;color:var(--text-muted)}.testimonials-note{margin-top:28px;font-size:13px;color:var(--text-muted);text-align:center}@media(max-width:900px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.testimonials-grid{grid-template-columns:1fr}}.about-grid{display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:center}.about-photo-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/5;background:var(--bg-surface)}.about-photo{width:100%;height:100%;object-fit:cover;object-position:center top}.about-photo-accent{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent)}.about-text{display:flex;flex-direction:column;gap:20px}.about-bio{font-size:clamp(16px,1.5vw,18px);line-height:1.7;color:var(--text-muted)}.about-bio strong{color:var(--text);font-weight:500}.about-actions{margin-top:12px;display:flex;align-items:center;gap:16px}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}.about-photo-wrap{max-width:320px}}.bookcall-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:32px}.bookcall-contact{display:flex;align-items:center;gap:14px;font-size:14px;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;transition:color var(--transition),border-color var(--transition),transform var(--transition)}.bookcall-contact:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.bookcall-contact-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);transition:background var(--transition),border-color var(--transition)}.bookcall-contact:hover .bookcall-contact-icon{background:var(--accent);color:#181010}.bookcall-contact strong{display:block;color:var(--text);font-weight:500;margin-bottom:2px}.form{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:clamp(24px,4vw,40px);display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:500;color:var(--text-muted);letter-spacing:.04em}.form-input,.form-textarea,.form-select{font-family:var(--font);font-size:15px;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:11px 14px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B5E5E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}[data-theme=dark] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(253,253,253,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted);opacity:.6}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ff6f591f}.form-textarea{resize:vertical;min-height:110px}.form-select option{background:var(--bg);color:var(--text)}.form-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);line-height:1.5}.form-consent-checkbox{width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:3px;flex-shrink:0;margin-top:1px;accent-color:var(--accent)}.form-submit{width:100%;justify-content:center;font-size:15px;padding:14px 24px}.form-success{text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.form-success-icon{width:56px;height:56px;background:#ff6f591f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent)}.form-success-title{font-size:20px;font-weight:700;color:var(--text)}.form-success-body{font-size:15px;color:var(--text-muted);line-height:1.6}@media(max-width:900px){.bookcall-grid{grid-template-columns:1fr;gap:48px}.form-row{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);padding:40px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-logo{height:22px;width:auto}.footer-nav{display:flex;align-items:center;gap:4px}.footer-nav-link{font-size:13px;color:var(--text-muted);padding:4px 10px;border-radius:var(--radius-full);transition:color var(--transition),background var(--transition)}.footer-nav-link:hover{color:var(--text);background:var(--border)}.footer-copy{font-size:12px;color:var(--text-muted)}.footer-copy-link{color:var(--text-muted);border-bottom:1px solid var(--border-strong);transition:color var(--transition),border-color var(--transition)}.footer-copy-link:hover{color:var(--accent);border-color:var(--accent)}@media(max-width:640px){.footer-inner{flex-direction:column;align-items:flex-start;gap:20px}.footer-nav{flex-wrap:wrap}}.aios-hero{padding-top:120px;padding-bottom:40px}.aios-hero-content{max-width:760px}.aios-hero-sub{margin-top:20px}.aios-hero-actions{display:flex;align-items:center;gap:16px;margin-top:32px;flex-wrap:wrap}@media(max-width:640px){.aios-hero{padding-top:100px}}.aios-philosophy-body{max-width:720px;display:flex;flex-direction:column;gap:20px;margin-top:20px}.aios-method{text-align:center}.aios-method-body{max-width:560px;margin:20px auto 0}.aios-method-link{display:inline-block;margin-top:20px;color:var(--accent);font-weight:500}.aios-method-link:hover{text-decoration:underline}
