*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1A2535;--navy2: #0D1824;--slate: #2C3E50;--orange: #E67E22;--orange-light: #F39C12;--white: #FFFFFF;--fog: #F5F6FA;--fog2: #EEF0F5;--muted: #8395A7;--text: #2D3436;--text2: #4A5568;--border: rgba(255,255,255,.08);--border-light: rgba(0,0,0,.08);--card-dark: #1E2F42;--green: #27AE60;--red: #C0392B;--blue: #2980B9}html{scroll-behavior:smooth}body{font-family:Cabin,system-ui,sans-serif;font-size:17px;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Fraunces,Georgia,serif}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-label{font-family:Cabin,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.orange{color:var(--orange)}.nav{position:sticky;top:0;z-index:100;background:#0d1824f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem}.nav-inner{max-width:1280px;margin:0 auto;height:68px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo svg{display:block}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--orange);color:var(--white);font-family:Cabin,system-ui,sans-serif;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;border-radius:6px;transition:background .2s,transform .15s;flex-shrink:0}.nav-cta:hover{background:var(--orange-light);transform:translateY(-1px)}.ticker-wrap{background:var(--navy2);border-bottom:1px solid var(--border);overflow:hidden;padding:0;height:40px;display:flex;align-items:center}.ticker-track{display:flex;align-items:center;white-space:nowrap;animation:ticker-scroll 40s linear infinite;will-change:transform}.ticker-track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:inline-flex;align-items:center;gap:.6rem;padding:0 2.5rem;font-size:.8rem;font-family:Cabin,system-ui,sans-serif;color:var(--muted)}.ticker-item+.ticker-item{border-left:1px solid var(--border)}.ticker-badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.15rem .45rem;border-radius:3px;flex-shrink:0}.badge-high{background:#c0392b40;color:#ff6b6b}.badge-med{background:#e67e2240;color:var(--orange)}.badge-ok{background:#27ae6033;color:#2ecc71}.ticker-name{color:var(--white);font-weight:500}.hero{background:var(--navy);padding:6rem 2rem 5rem;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 70% 50%,rgba(230,126,34,.07) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#e67e221f;border:1px solid rgba(230,126,34,.3);border-radius:100px;padding:.3rem .85rem;font-size:.78rem;font-weight:600;color:var(--orange);letter-spacing:.04em;margin-bottom:1.5rem}.hero-eyebrow-dot{width:6px;height:6px;background:var(--orange);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-headline{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.12;color:var(--white);margin-bottom:1.25rem;letter-spacing:-.01em}.hero-headline em{font-style:normal;color:var(--orange)}.hero-sub{font-size:1.05rem;line-height:1.7;color:var(--muted);margin-bottom:2.25rem;max-width:480px}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;background:var(--orange);color:var(--white);font-family:Cabin,system-ui,sans-serif;font-size:.95rem;font-weight:600;padding:.8rem 1.75rem;border-radius:8px;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--orange-light);transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--white);font-family:Cabin,system-ui,sans-serif;font-size:.95rem;font-weight:500;padding:.8rem 1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:border-color .2s,background .2s}.btn-ghost:hover{border-color:#ffffff80;background:#ffffff0d}.hero-note{margin-top:1.25rem;font-size:.8rem;color:#4a6278;display:flex;align-items:center;gap:.5rem}.hero-note:before{content:"";display:inline-block;width:16px;height:1px;background:#4a6278}.queue-mockup{background:#0d1824;border-radius:12px;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:0 32px 80px #00000080}.qm-toolbar{background:#131f2e;padding:.65rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.qm-pill{font-size:.72rem;font-weight:600;padding:.25rem .75rem;border-radius:100px}.qm-pill-active{background:var(--orange);color:var(--white)}.qm-pill-ghost{background:transparent;color:var(--muted);border:1px solid rgba(255,255,255,.1)}.qm-header{background:#0a1520;padding:.45rem 1rem;display:grid;grid-template-columns:2fr 1.5fr 1fr 1.2fr .8fr;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.qm-col{font-size:.65rem;font-weight:600;letter-spacing:.1em;color:#3d5166;text-transform:uppercase}.qm-row{padding:.7rem 1rem;display:grid;grid-template-columns:2fr 1.5fr 1fr 1.2fr .8fr;gap:.5rem;align-items:center;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s}.qm-row:hover{background:#ffffff05}.qm-row-red{background:#c0392b1a}.qm-row-blue{background:#2980b91a}.qm-row-green{background:#27ae6014}.qm-customer{font-size:.8rem;font-weight:600;color:var(--white)}.qm-bike{font-size:.75rem;color:var(--muted)}.qm-tech{font-size:.75rem;color:#4a6278}.qm-status{display:inline-flex;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;width:fit-content}.s-progress{background:#2980b94d;color:#7fbbdd}.s-repair{background:#c0392b4d;color:#ff8070}.s-ready{background:#27ae604d;color:#5dd48a}.s-awaiting{background:#8e44ad4d;color:#c39bd3}.qm-promise{font-size:.75rem;color:var(--muted)}.qm-promise.overdue{color:#ff6b6b}.qm-flag{font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;width:fit-content}.f-high{background:#c0392b4d;color:#ff6b6b}.f-med{background:#e67e224d;color:var(--orange)}.compat-strip{background:var(--fog);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:1.25rem 2rem}.compat-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.compat-text{font-size:.82rem;font-weight:500;color:var(--text2)}.compat-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--border-light);border-radius:100px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;color:var(--navy)}.compat-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.compat-stat{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text2)}.compat-stat-num{font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--navy)}.section-problem{background:var(--white);padding:6rem 2rem}.section-problem .container{display:grid;gap:3rem}.problem-headline{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--navy);line-height:1.2;max-width:600px}.problem-headline span{color:var(--orange)}.problem-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.problem-card{border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.problem-card-dark{background:var(--navy)}.problem-card-orange{background:var(--orange)}.problem-card-title{font-family:Fraunces,Georgia,serif;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.problem-card-dark .problem-card-title{color:var(--muted)}.problem-card-orange .problem-card-title{color:#ffffffb3}.problem-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.problem-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5}.problem-card-dark .problem-list li{color:#8395a7}.problem-card-orange .problem-list li{color:#ffffffe6}.problem-list-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.45rem}.problem-card-dark .problem-list-dot{background:#3d5166}.problem-card-orange .problem-list-dot{background:#fff9}.problem-callout{background:var(--navy);border-radius:10px;padding:1.1rem 1.5rem;text-align:center;font-family:Fraunces,Georgia,serif;font-size:.95rem;font-weight:600;color:var(--white)}.problem-callout span{color:var(--orange)}.section-how{background:var(--navy);padding:6rem 2rem}.section-how .section-headline{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--white);margin-bottom:.75rem}.section-how .section-sub{color:var(--muted);font-size:1rem;margin-bottom:3.5rem}.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.how-step{background:var(--card-dark);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;position:relative}.how-step-num{width:36px;height:36px;background:var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:Fraunces,Georgia,serif;font-size:.85rem;font-weight:700;color:var(--white);flex-shrink:0}.how-step-title{font-size:1rem;font-weight:700;color:var(--white);line-height:1.3}.how-step-body{font-size:.95rem;line-height:1.65;color:var(--muted)}.how-arrow{position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1rem;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:1rem;z-index:1}.section-features{background:var(--fog);padding:6rem 2rem}.section-features .section-headline{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--navy);margin-bottom:.75rem}.section-features .section-sub{color:var(--text2);font-size:1rem;margin-bottom:3.5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--white);border-radius:12px;border:1px solid var(--border-light);padding:1.75rem;display:flex;flex-direction:column;gap:.9rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.feature-icon{width:42px;height:42px;background:#e67e221a;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--orange)}.feature-title{font-size:1rem;font-weight:700;color:var(--navy)}.feature-body{font-size:.95rem;line-height:1.65;color:var(--text2)}.feature-tag{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;background:#e67e221a;color:var(--orange);width:fit-content}.section-sms{background:var(--navy);padding:6rem 2rem}.sms-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.sms-content .section-label{color:var(--orange)}.sms-headline{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1rem}.sms-headline em{font-style:normal;color:var(--orange)}.sms-sub{font-size:1rem;line-height:1.7;color:var(--muted);margin-bottom:2rem}.sms-points{display:flex;flex-direction:column;gap:1rem}.sms-point{display:flex;align-items:flex-start;gap:.85rem}.sms-point-num{width:26px;height:26px;background:#e67e2226;border:1px solid rgba(230,126,34,.3);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--orange);flex-shrink:0}.sms-point-text{font-size:.95rem;line-height:1.6;color:var(--muted)}.sms-point-text strong{color:var(--white);font-weight:600}.phone-wrap{display:flex;justify-content:center}.phone{width:260px;background:#0a0f1a;border-radius:36px;border:2px solid #2C3E50;overflow:hidden;box-shadow:0 40px 80px #0009}.phone-screen{background:#1a2535;min-height:460px;display:flex;flex-direction:column}.phone-bar{background:#0d1824;padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.phone-time{font-size:.7rem;font-weight:600;color:var(--white)}.phone-icons{font-size:.55rem;color:var(--muted);letter-spacing:.1em}.phone-header{background:#131f2e;padding:.65rem 1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.06)}.phone-shop{font-size:.78rem;font-weight:600;color:var(--white)}.phone-messages{padding:1rem .75rem;display:flex;flex-direction:column;gap:.75rem}.msg-out{align-self:flex-end;background:#1b5e3b;color:var(--white);border-radius:14px 14px 3px;padding:.6rem .8rem;font-size:.72rem;line-height:1.5;max-width:85%}.msg-invoice{align-self:flex-end;background:#152c3a;border:1px solid #2C3E50;border-radius:14px 14px 3px;padding:.75rem .85rem;max-width:90%}.invoice-header{font-size:.6rem;font-weight:700;color:var(--orange);text-align:center;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.invoice-line{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted);padding:.1rem 0}.invoice-total{display:flex;justify-content:space-between;font-size:.68rem;font-weight:700;color:var(--white);padding-top:.35rem;margin-top:.35rem;border-top:1px solid rgba(255,255,255,.1)}.msg-delivered{text-align:right;font-size:.6rem;color:var(--green);padding-right:.5rem}.msg-in{align-self:flex-start;background:#1e2f42;border:1px solid rgba(255,255,255,.08);color:var(--white);border-radius:14px 14px 14px 3px;padding:.6rem .8rem;font-size:.72rem;line-height:1.5;max-width:80%}.msg-time{font-size:.6rem;color:#3d5166;text-align:center;padding:.25rem}.section-stats{background:var(--fog2);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:4rem 2rem}.stats-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem;background:var(--white);border-radius:12px;border:1px solid var(--border-light)}.stat-num{font-family:Fraunces,Georgia,serif;font-size:3rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.5rem}.stat-num span{color:var(--orange)}.stat-label{font-size:.9rem;color:var(--text2);line-height:1.5}.section-cta{background:var(--navy);padding:6rem 2rem}.cta-inner{max-width:600px;margin:0 auto;text-align:center}.cta-headline{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1rem}.cta-sub{font-size:1rem;color:var(--muted);line-height:1.6;margin-bottom:2.5rem}.cta-form{display:flex;flex-direction:column;gap:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-input{width:100%;background:#1e2f42;border:1.5px solid rgba(255,255,255,.25);border-radius:8px;padding:.8rem 1rem;font-family:Cabin,sans-serif;font-size:.9rem;color:var(--white);outline:none;transition:border-color .2s;-webkit-box-shadow:0 0 0 1000px #1E2F42 inset;box-shadow:0 0 0 1000px #1e2f42 inset;-webkit-text-fill-color:rgba(255,255,255,.9)}.form-input::placeholder{color:#fff6}.form-input:focus{border-color:var(--orange)}.form-select{width:100%;background:#1e2f42;border:1.5px solid rgba(255,255,255,.25);border-radius:8px;padding:.8rem 1rem;font-family:Cabin,sans-serif;font-size:.9rem;color:#8395a7;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s}.form-select:focus{border-color:var(--orange)}.form-submit{background:var(--orange);color:var(--white);font-family:Cabin,system-ui,sans-serif;font-size:1rem;font-weight:700;padding:.9rem;border-radius:8px;border:none;cursor:pointer;transition:background .2s,transform .15s;width:100%}.form-submit:hover{background:var(--orange-light);transform:translateY(-1px)}.form-note{font-size:.78rem;color:#4a6278;margin-top:.5rem}.footer{background:var(--navy2);border-top:1px solid var(--border);padding:3rem 2rem 2rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand-logo{display:block;margin-bottom:1rem}.footer-brand-text{font-size:.9rem;color:#4a6278;line-height:1.65;max-width:260px}.footer-col-title{font-family:Fraunces,Georgia,serif;font-size:.8rem;font-weight:600;color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.9rem;color:#4a6278;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.8rem;color:#3d5166}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.8rem;color:#3d5166;transition:color .2s}.footer-legal a:hover{color:var(--muted)}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;gap:3rem}.problem-cards{grid-template-columns:1fr}.how-steps,.features-grid{grid-template-columns:1fr 1fr}.sms-inner{grid-template-columns:1fr;gap:3rem}.stats-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}}@media (max-width: 600px){.nav-links{display:none}.how-steps,.features-grid,.footer-inner{grid-template-columns:1fr}.qm-header,.qm-row{grid-template-columns:2fr 1fr 1.2fr}.qm-col:nth-child(2),.qm-col:nth-child(3),.qm-row>*:nth-child(2),.qm-row>*:nth-child(3){display:none}}.page-hero{background:var(--navy);padding:5rem 2rem 4rem}.page-hero-inner{max-width:800px;margin:0 auto;text-align:center}.page-hero-headline{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.15;margin-bottom:1rem;letter-spacing:-.01em}.page-hero-headline em{font-style:normal;color:var(--orange)}.page-hero-sub{font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:560px;margin:0 auto}.hiw-section{padding:5rem 2rem}.hiw-section-light{background:var(--white)}.hiw-section-fog{background:var(--fog)}.hiw-section-dark{background:var(--navy)}.hiw-step-block{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hiw-step-block.reverse{direction:rtl}.hiw-step-block.reverse>*{direction:ltr}.hiw-step-num-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--orange);border-radius:12px;font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1.25rem}.hiw-step-title{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.9rem}.hiw-step-title-light{color:var(--white)}.hiw-step-body{font-size:.95rem;line-height:1.75;color:var(--text2);margin-bottom:1.25rem}.hiw-step-body-light{color:var(--muted)}.hiw-bullet-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.hiw-bullet-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--text2);line-height:1.5}.hiw-bullet-list-light li{color:var(--muted)}.hiw-bullet-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:.45rem}.hiw-visual{background:var(--navy);border-radius:12px;border:1px solid rgba(255,255,255,.07);padding:1.5rem;min-height:240px}.hiw-visual-light{background:var(--fog2);border:1px solid var(--border-light)}.hiw-field-row{display:grid;grid-template-columns:1.3fr 1.5fr 2fr;gap:.5rem;align-items:center;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.hiw-field-label{font-size:.72rem;font-weight:600;color:var(--muted)}.hiw-field-val{font-size:.75rem;color:var(--white);font-style:italic}.hiw-field-use{font-size:.75rem;color:var(--orange)}.hiw-bucket-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}.hiw-bucket{border-radius:8px;padding:.65rem .5rem;text-align:center}.hiw-bucket-name{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.hiw-bucket-dest{font-size:.68rem}.flag-item{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .75rem;border-radius:8px;margin-bottom:.6rem}.flag-item-high{background:#c0392b1f;border:1px solid rgba(192,57,43,.25)}.flag-item-med{background:#e67e221a;border:1px solid rgba(230,126,34,.2)}.flag-badge{font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;white-space:nowrap;margin-top:.15rem}.badge-high{background:#c0392b4d;color:#ff6b6b}.badge-med{background:#e67e224d;color:var(--orange)}.flag-title{font-size:.82rem;font-weight:600;margin-bottom:.15rem}.flag-title-high{color:#ff6b6b}.flag-title-med{color:var(--orange)}.flag-desc{font-size:.75rem;color:var(--muted);line-height:1.45}.feat-module{padding:5rem 2rem;border-bottom:1px solid var(--border-light)}.feat-module:last-of-type{border-bottom:none}.feat-module-light{background:var(--white)}.feat-module-fog{background:var(--fog)}.feat-module-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:4rem;align-items:start}.feat-module-inner.reverse{direction:rtl}.feat-module-inner.reverse>*{direction:ltr}.feat-module-tag{display:inline-flex;align-items:center;background:#e67e221a;color:var(--orange);font-size:.72rem;font-weight:600;padding:.25rem .75rem;border-radius:100px;margin-bottom:.75rem;letter-spacing:.06em;text-transform:uppercase}.feat-module-title{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:var(--navy);margin-bottom:.75rem;line-height:1.2}.feat-module-body{font-size:.95rem;line-height:1.75;color:var(--text2);margin-bottom:1.25rem}.feat-detail-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.feat-detail-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;color:var(--text2);line-height:1.5}.feat-check{color:var(--green);font-weight:700;flex-shrink:0;margin-top:.05rem}.feat-visual{background:var(--navy);border-radius:12px;border:1px solid rgba(255,255,255,.07);overflow:hidden}.feat-visual-light{background:var(--fog2);border:1px solid var(--border-light)}.feat-visual-header{background:#0d1824;padding:.6rem 1rem;font-size:.7rem;font-weight:600;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.05)}.feat-visual-body{padding:1.25rem}.pricing-section{padding:5rem 2rem;background:var(--fog)}.pricing-cards{max-width:900px;margin:3rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.pricing-card{background:var(--white);border-radius:16px;border:1px solid var(--border-light);padding:2.25rem;position:relative}.pricing-card-featured{border:2px solid var(--orange)}.pricing-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--orange);color:var(--white);font-size:.72rem;font-weight:700;padding:.25rem 1rem;border-radius:100px;white-space:nowrap;letter-spacing:.06em}.pricing-tier{font-size:.78rem;font-weight:700;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.pricing-name{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.pricing-desc{font-size:.95rem;color:var(--text2);line-height:1.55;margin-bottom:1.5rem}.pricing-price{font-family:Fraunces,Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.3rem}.pricing-price-note{font-size:.8rem;color:var(--muted);margin-bottom:1.5rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text2)}.pricing-check{color:var(--green);flex-shrink:0}.pricing-cta{display:block;text-align:center;padding:.8rem;border-radius:8px;font-family:Cabin,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s;text-decoration:none}.pricing-cta-primary{background:var(--orange);color:var(--white)}.pricing-cta-primary:hover{background:var(--orange-light);transform:translateY(-1px)}.pricing-cta-ghost{background:transparent;color:var(--navy);border:1px solid var(--border-light)}.pricing-cta-ghost:hover{background:var(--fog)}.pricing-note{max-width:900px;margin:2rem auto 0;text-align:center;font-size:.85rem;color:var(--muted)}.about-section{padding:5rem 2rem}.about-section-light{background:var(--white)}.about-section-fog{background:var(--fog)}.about-inner{max-width:800px;margin:0 auto}.about-headline{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:1.25rem}.about-body{font-size:1rem;line-height:1.8;color:var(--text2);margin-bottom:1.25rem}.about-pull{border-left:3px solid var(--orange);padding:1rem 1.5rem;background:#e67e220d;border-radius:0 8px 8px 0;margin:2rem 0;font-size:1.05rem;line-height:1.7;color:var(--navy);font-style:italic}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.5rem}.about-value-card{background:var(--white);border:1px solid var(--border-light);border-radius:10px;padding:1.5rem}.about-value-title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.about-value-title span{color:var(--orange)}.about-value-body{font-size:.875rem;line-height:1.65;color:var(--text2)}.contact-section{padding:5rem 2rem;background:var(--fog)}.contact-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}.contact-info-title{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.75rem}.contact-info-body{font-size:1rem;line-height:1.7;color:var(--text2);margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.contact-item-icon{width:38px;height:38px;background:#e67e221a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.contact-item-label{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.contact-item-val{font-size:.9rem;color:var(--navy);font-weight:500}.contact-form-card{background:var(--white);border-radius:16px;border:1px solid var(--border-light);padding:2.5rem}.contact-form-title{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-label{display:block;font-size:.8rem;font-weight:600;color:var(--text2);margin-bottom:.4rem}.form-input-light{width:100%;background:var(--fog);border:1px solid var(--border-light);border-radius:8px;padding:.75rem 1rem;font-family:Cabin,sans-serif;font-size:.9rem;color:var(--text);outline:none;transition:border-color .2s}.form-input-light:focus{border-color:var(--orange);background:var(--white)}.form-textarea-light{width:100%;background:var(--fog);border:1px solid var(--border-light);border-radius:8px;padding:.75rem 1rem;font-family:Cabin,sans-serif;font-size:.9rem;color:var(--text);outline:none;resize:vertical;min-height:130px;transition:border-color .2s}.form-textarea-light:focus{border-color:var(--orange);background:var(--white)}.form-submit-dark{background:var(--navy);color:var(--white);font-family:Cabin,sans-serif;font-size:.95rem;font-weight:600;padding:.85rem;border-radius:8px;border:none;cursor:pointer;transition:background .2s,transform .15s;width:100%}.form-submit-dark:hover{background:var(--slate);transform:translateY(-1px)}.access-section{padding:5rem 2rem;background:var(--navy);flex:1}.access-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}.access-info-headline{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:.9rem}.access-info-body{font-size:.95rem;line-height:1.7;color:var(--muted);margin-bottom:2rem}.access-benefits{display:flex;flex-direction:column;gap:1.25rem}.access-benefit{display:flex;gap:1rem;align-items:flex-start}.access-benefit-num{width:32px;height:32px;border-radius:8px;background:#e67e2226;border:1px solid rgba(230,126,34,.3);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--orange);flex-shrink:0}.access-benefit-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.access-benefit-body{font-size:.83rem;line-height:1.6;color:var(--muted)}.access-form-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem}.access-form-title{font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.access-form-sub{font-size:.875rem;color:var(--muted);margin-bottom:1.75rem}.access-success{text-align:center;padding:2rem 1rem}.access-success-icon{width:56px;height:56px;background:#27ae6026;border:1px solid rgba(39,174,96,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem;color:var(--green)}.access-success-title{font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.access-success-body{font-size:.9rem;color:var(--muted);line-height:1.6}@media (max-width: 900px){.hiw-step-block{grid-template-columns:1fr;gap:2rem}.hiw-step-block.reverse{direction:ltr}.feat-module-inner{grid-template-columns:1fr;gap:2rem}.feat-module-inner.reverse{direction:ltr}.pricing-cards{grid-template-columns:1fr}.contact-inner,.access-inner{grid-template-columns:1fr;gap:3rem}.about-values{grid-template-columns:1fr}}
