:root{
  --os-purple:#5b2d91;--os-purple-dark:#32145d;--os-purple-soft:#f6f0ff;--os-purple-mid:#ece1f8;
  --os-orange:#f59a23;--os-orange-dark:#d97800;--os-green:#16a34a;--os-ink:#142033;--os-muted:#5d697c;
  --os-line:#e5daf2;--os-bg:#fbf8ff;--os-card:#fff;--os-shadow:0 16px 38px rgba(30,16,64,.12)
}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;color:var(--os-ink);line-height:1.45}a{color:inherit}ul{list-style:disc;}
.os-page,.os-plugin{background:linear-gradient(180deg,#fff 0%,#fbf8ff 100%);padding:28px 15px 44px;overflow:hidden}.os-wrap{max-width:1180px;margin:0 auto}.os-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--os-line);background:#fff;border-radius:999px;color:var(--os-purple);font-weight:950;font-size:12px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(91,45,145,.07)}.os-kicker:before{content:'✓';display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--os-green);color:#fff;font-size:12px}.os-head{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:end;margin-top:14px}.os-head h1,.os-head h2{margin:0;color:var(--os-ink);font-size:clamp(30px,4.4vw,58px);line-height:.94;letter-spacing:-.055em;font-weight:1000}.os-head p{margin:0;color:var(--os-muted);font-size:clamp(15px,1.6vw,18px);max-width:650px;font-weight:700}.os-accent{color:var(--os-purple)}.os-orange{color:var(--os-orange-dark)}.os-section{margin-top:22px}.os-title-row{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:12px}.os-title-row h2,.os-title-row h3{margin:0;font-size:clamp(23px,3vw,36px);line-height:1;letter-spacing:-.045em}.os-title-row p{margin:5px 0 0;color:var(--os-muted);font-weight:750}.os-scroll-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.os-scroll-note{font-weight:950;color:var(--os-purple);font-size:12px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.os-scroll-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--os-line);background:#fff;color:var(--os-purple);font-weight:1000;font-size:18px;cursor:pointer;box-shadow:0 10px 20px rgba(30,16,64,.09)}.os-scroll-btn:hover{background:var(--os-purple);color:#fff}.os-scroll-wrap{position:relative}.os-scroll-wrap:after{content:'SCROLL →';position:absolute;right:10px;top:10px;background:rgba(255,255,255,.94);border:1px solid var(--os-line);color:var(--os-purple);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.08em;box-shadow:0 10px 20px rgba(30,16,64,.08);pointer-events:none}.os-scroll{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 15px;scrollbar-width:thin;scrollbar-color:var(--os-orange) #efe7f8}.os-scroll::-webkit-scrollbar{height:14px}.os-scroll::-webkit-scrollbar-track{background:#efe7f8;border-radius:999px}.os-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--os-orange),var(--os-purple));border-radius:999px}.os-service-card,.os-platform-card,.os-claim-card,.os-case-card{scroll-snap-align:start;flex:0 0 275px;background:#fff;border:1px solid var(--os-line);border-radius:24px;padding:18px;box-shadow:0 12px 28px rgba(30,16,64,.08);min-height:170px}.os-service-card .num{width:34px;height:34px;border-radius:12px;background:var(--os-purple);color:#fff;display:grid;place-items:center;font-weight:1000;margin-bottom:10px}.os-service-card h4,.os-platform-card h3,.os-claim-card h4,.os-case-card h4{margin:0 0 8px;font-size:20px;line-height:1.05;letter-spacing:-.03em}.os-service-card p,.os-platform-card p,.os-claim-card p,.os-case-card p{margin:0;color:var(--os-muted);font-weight:700;font-size:14px}.os-price-strip{margin-top:8px;background:linear-gradient(90deg,var(--os-purple-dark),var(--os-purple));color:#fff;border-radius:24px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:var(--os-shadow)}.os-price-brand{font-size:18px;font-weight:1000;letter-spacing:-.02em}.os-price-bullets{display:flex;gap:10px;flex-wrap:wrap}.os-price-bullets span{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 12px;font-weight:950}.os-price-bullets b{color:#ffd38a}.os-matrix{background:#fff;border:1px solid var(--os-line);border-radius:28px;box-shadow:var(--os-shadow);overflow:hidden}.os-table-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--os-orange) #efe7f8}.os-table-scroll::-webkit-scrollbar{height:12px}.os-table-scroll::-webkit-scrollbar-track{background:#efe7f8}.os-table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--os-orange),var(--os-purple));border-radius:999px}.os-table{width:100%;min-width:860px;border-collapse:separate;border-spacing:0}.os-table th{background:var(--os-purple-dark);color:#fff;text-align:left;padding:16px;font-size:14px;letter-spacing:.04em;text-transform:uppercase}.os-table th:first-child{width:23%}.os-table th:nth-child(2),.os-table th:nth-child(3){width:38.5%}.os-table td{padding:14px 16px;border-top:1px solid var(--os-line);vertical-align:top;font-weight:800;color:#26364d}.os-table td:first-child{font-weight:1000;color:var(--os-purple)}.os-table .section td{background:var(--os-purple-soft);color:var(--os-purple-dark);font-weight:1000;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.os-table .os-win{background:linear-gradient(180deg,#fff 0%,#fffaf1 100%)}.check{display:inline-flex;align-items:center;gap:8px}.check:before{content:'✓';width:21px;height:21px;border-radius:50%;background:var(--os-green);display:inline-grid;place-items:center;color:#fff;font-size:12px;font-weight:1000;flex:0 0 auto}.os-claim-card{flex-basis:330px}.claim-label,.fact-label{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}.claim-label{background:#fff1e0;color:#9a5100;border:1px solid #ffd9a8}.fact-label{background:#ecfdf3;color:#126c36;border:1px solid #bbf7d0;margin-top:12px}.os-claim-card .claim-text{font-size:20px;font-weight:1000;letter-spacing:-.04em;margin:8px 0 0;color:#1a2639}.os-claim-card .fact-text{margin-top:7px;color:var(--os-muted);font-weight:750}.os-fit{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.os-fit-card{background:#fff;border:1px solid var(--os-line);border-radius:24px;padding:20px;box-shadow:0 10px 24px rgba(30,16,64,.07)}.os-fit-card h3{margin:0 0 8px;font-size:22px;letter-spacing:-.035em}.os-fit-card p{margin:0;color:var(--os-muted);font-weight:750}.os-cta{margin-top:24px;background:linear-gradient(135deg,var(--os-purple-dark),var(--os-purple));color:#fff;border-radius:30px;padding:26px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;box-shadow:var(--os-shadow)}.os-cta h2{margin:0;font-size:clamp(28px,4vw,46px);line-height:.95;letter-spacing:-.05em}.os-cta p{margin:8px 0 0;color:#ecddff;font-weight:750}.os-btns{display:flex;gap:10px;flex-wrap:wrap}.os-btn{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;border-radius:999px;padding:13px 18px;font-weight:1000;border:2px solid transparent;white-space:nowrap}.os-btn.orange{background:var(--os-orange);color:#2b1700}.os-btn.white{background:#fff;color:var(--os-purple)}.os-back{display:inline-flex;margin-top:22px;color:var(--os-purple);font-weight:1000;text-decoration:none}.os-platform-card{flex-basis:280px;text-decoration:none}.os-platform-card .tag{display:inline-flex;padding:6px 10px;background:var(--os-purple-soft);border:1px solid var(--os-line);border-radius:999px;color:var(--os-purple);font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.os-platform-card h3{font-size:24px}.os-platform-card:hover{transform:translateY(-2px);border-color:#d4bbef}.os-case-card{flex-basis:360px}.os-case-card img{width:100%;border-radius:16px;border:1px solid var(--os-line);margin-top:10px}.os-small-note{font-size:13px;color:var(--os-muted);font-weight:700;margin-top:9px}.os-pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.os-pill-row span{padding:8px 10px;border-radius:999px;background:#fff;border:1px solid var(--os-line);font-weight:900;color:var(--os-purple);font-size:12px}.os-source-note{background:#fff;border:1px solid var(--os-line);border-radius:22px;padding:14px 16px;margin-top:18px;color:var(--os-muted);font-size:13px;font-weight:700}.os-source-note b{color:var(--os-ink)}@media(max-width:760px){.os-page,.os-plugin{padding:22px 12px 36px}.os-head{grid-template-columns:1fr;gap:10px}.os-head h1,.os-head h2{font-size:38px}.os-head p{font-size:16px}.os-title-row{align-items:flex-start;flex-direction:column}.os-scroll-actions{width:100%;justify-content:space-between}.os-scroll-note{font-size:11px}.os-service-card,.os-platform-card{flex-basis:82vw}.os-claim-card{flex-basis:86vw}.os-case-card{flex-basis:88vw}.os-price-strip{align-items:flex-start;flex-direction:column}.os-price-bullets span{font-size:13px}.os-fit{grid-template-columns:1fr}.os-cta{grid-template-columns:1fr;padding:22px}.os-btns{flex-direction:column}.os-btn{width:100%}.os-scroll-wrap:after{top:6px;right:6px;font-size:10px}.os-table th,.os-table td{padding:13px 12px}.os-table{min-width:820px}}

/* Mobile brand-focus refresh */
.os-brand-intro{max-width:760px}.os-mini-logo{display:inline-flex;align-items:baseline;gap:0;font-weight:1000;letter-spacing:-.055em;font-size:clamp(26px,3vw,38px);line-height:1;margin-bottom:8px;color:var(--os-purple-dark)}.os-mini-logo b{color:var(--os-orange-dark);font-weight:1000}.os-mini-logo em{font-style:normal;color:var(--os-purple-dark);font-weight:950}.os-brand-intro h2{font-size:clamp(24px,2.7vw,34px)!important;letter-spacing:-.04em!important;line-height:1.02!important}.os-brand-intro p{max-width:680px}.os-brand-price{position:relative;overflow:hidden;border-radius:22px}.os-brand-price:before{content:'✓';position:absolute;right:18px;top:16px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--os-green);color:white;font-weight:1000;box-shadow:0 8px 18px rgba(0,0,0,.16)}.os-price-brand{display:flex;flex-direction:column;gap:2px}.os-price-brand span{font-size:22px;font-weight:1000;letter-spacing:-.045em}.os-price-brand small{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#f4e9ff;font-weight:900}.os-scroll-actions{gap:6px}.os-scroll-note{background:#fff;border:1px solid var(--os-line);border-radius:999px;padding:8px 10px;box-shadow:0 8px 16px rgba(30,16,64,.06)}.os-scroll-btn{width:36px;height:36px}.os-scroll-wrap{margin-top:2px}.os-scroll-wrap:after{top:-43px;right:0;padding:6px 9px;font-size:10px;background:#fff}.os-service-card{min-height:148px}.os-service-card h4{font-size:19px}.os-service-card p{font-size:13.5px}.os-service-card .num{width:30px;height:30px;border-radius:10px}
@media(max-width:760px){.os-page,.os-plugin{padding-left:14px;padding-right:14px}.os-section{margin-top:18px}.os-title-row{gap:9px;margin-bottom:8px}.os-title-row h2,.os-title-row h3{font-size:28px;line-height:1.02}.os-brand-intro{width:100%}.os-mini-logo{font-size:30px;margin-bottom:5px}.os-brand-intro h2{font-size:25px!important;max-width:96%}.os-brand-intro p{font-size:14px!important;line-height:1.38}.os-scroll-actions{flex-direction:row;width:100%;justify-content:flex-start;gap:7px}.os-scroll-note{font-size:10px;padding:7px 9px}.os-scroll-btn{width:34px;height:34px;font-size:16px}.os-scroll-wrap:after{content:'SWIPE →';top:-39px;right:2px;font-size:9px;padding:6px 8px}.os-scroll{gap:10px;padding-top:6px;padding-bottom:12px}.os-service-card{flex-basis:76vw;min-height:150px;padding:16px;border-radius:22px}.os-service-card .num{width:29px;height:29px;font-size:14px}.os-service-card h4{font-size:20px}.os-service-card p{font-size:14px;line-height:1.42}.os-brand-price{padding:15px 16px;margin-top:6px;border-radius:22px}.os-brand-price:before{right:12px;top:14px;width:28px;height:28px;font-size:13px}.os-price-brand span{font-size:24px}.os-price-brand small{font-size:11px}.os-price-bullets{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.os-price-bullets span{font-size:12.5px;padding:8px 9px;text-align:center}.os-price-bullets span:last-child{grid-column:1/-1}.os-head h1,.os-head h2{font-size:34px;line-height:.98}.os-head p{font-size:15px;line-height:1.42}.os-platform-card{flex-basis:78vw}.os-claim-card{flex-basis:82vw}.os-case-card{flex-basis:84vw}}
@media(max-width:390px){.os-mini-logo{font-size:27px}.os-brand-intro h2{font-size:23px!important}.os-service-card{flex-basis:80vw}.os-price-brand span{font-size:22px}.os-price-bullets{grid-template-columns:1fr}.os-price-bullets span:last-child{grid-column:auto}}


.os-scroll-actions{display:none!important}.os-title-row{align-items:flex-end}.os-scroll-wrap:after{content:'SCROLL →';top:10px;right:10px;padding:6px 10px;font-size:11px}.os-price-strip.os-brand-price{margin-top:10px;padding:22px 22px 24px;display:block}.os-brand-price .os-price-brand{font-size:20px;font-weight:1000;letter-spacing:-.02em;margin-bottom:10px;opacity:.98}.os-brand-price .os-price-hero{font-size:clamp(28px,4vw,44px);line-height:.94;font-weight:1000;letter-spacing:-.05em;margin:0 0 10px;color:#fff}.os-brand-price .os-price-subline{font-size:clamp(18px,2.2vw,24px);line-height:1.05;font-weight:950;color:#fff;margin:0 0 10px}.os-brand-price .os-price-subline b,.os-brand-price .os-price-cta-line b{color:#ffd38a}.os-brand-price .os-price-cta-line{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:12px 16px;font-size:clamp(16px,2vw,22px);font-weight:950;line-height:1.05}.os-price-bullets{display:none!important}@media(max-width:760px){.os-title-row{align-items:flex-start}.os-brand-price .os-price-brand{font-size:19px;margin-bottom:10px}.os-brand-price .os-price-hero{font-size:30px}.os-brand-price .os-price-subline{font-size:19px}.os-brand-price .os-price-cta-line{font-size:17px;padding:11px 14px}.os-scroll-wrap:after{top:8px;right:8px;font-size:10px}}

.os-brand-panel{background:linear-gradient(135deg,var(--os-purple-dark),var(--os-purple));border-radius:32px;padding:22px 18px 20px;box-shadow:var(--os-shadow);margin-top:14px;color:#fff}
.os-brand-panel .os-title-row{margin-bottom:12px}
.os-brand-panel .os-brand-intro h2{color:#fff;font-size:clamp(28px,4vw,46px);line-height:.96;letter-spacing:-.05em;margin:8px 0 6px}
.os-brand-panel .os-brand-intro p{color:#efe2ff;font-size:clamp(14px,1.6vw,18px);font-weight:760;max-width:none}
.os-brand-panel .os-mini-logo{display:inline-flex;align-items:baseline;gap:0;font-size:30px;font-weight:1000;letter-spacing:-.04em;color:#fff}
.os-brand-panel .os-mini-logo span,.os-brand-panel .os-mini-logo em{color:#fff;font-style:normal}.os-brand-panel .os-mini-logo b{color:#ffb65f;font-weight:1000}
.os-brand-panel .os-price-strip.os-brand-price{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:none;padding:16px 18px 18px;margin:8px 0 14px}
.os-brand-panel .os-price-brand{font-size:18px;margin-bottom:6px;color:#fff}
.os-brand-panel .os-price-hero{font-size:clamp(30px,4.5vw,48px);line-height:.92;margin-bottom:8px}
.os-brand-panel .os-price-subline{font-size:clamp(18px,2.2vw,24px);color:#fff;margin-bottom:10px}
.os-brand-panel .os-price-cta-line{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#fff}
.os-brand-panel .os-scroll-wrap:after{content:'SERVICES INCLUDED →';background:rgba(255,255,255,.92);color:var(--os-purple-dark);border-color:rgba(255,255,255,.35)}
.os-brand-panel .os-scroll{padding-bottom:10px;scrollbar-color:#ffb65f rgba(255,255,255,.18)}
.os-brand-panel .os-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.18)}
.os-brand-panel .os-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ffb65f,#ffffff)}
.os-brand-panel .os-service-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);box-shadow:none;min-height:160px}
.os-brand-panel .os-service-card h4{color:#fff}
.os-brand-panel .os-service-card p{color:#efe2ff}
.os-brand-panel .os-service-card .num{background:#ffb65f;color:#43206f}
@media(max-width:760px){
  .os-brand-panel{padding:18px 14px 16px;border-radius:28px}
  .os-brand-panel .os-mini-logo{font-size:24px}
  .os-brand-panel .os-brand-intro h2{font-size:34px}
  .os-brand-panel .os-price-hero{font-size:31px}
  .os-brand-panel .os-price-subline{font-size:19px;line-height:1.1}
  .os-brand-panel .os-price-cta-line{font-size:17px}
}

.os-brand-panel{padding:18px 16px 16px!important;border-radius:30px!important}
.os-brand-panel .os-title-row{margin-bottom:8px!important}
.os-brand-panel .os-brand-intro h2{font-size:clamp(26px,3.5vw,40px)!important;line-height:.97!important;margin:6px 0 4px!important}
.os-brand-panel .os-brand-intro p{font-size:clamp(14px,1.4vw,17px)!important;line-height:1.25!important;margin:0!important;color:#f1e7ff!important;max-width:820px!important}
.os-brand-panel .os-mini-logo{font-size:28px!important}
.os-brand-panel .os-price-strip.os-brand-price{background:transparent!important;border:0!important;padding:6px 0 0!important;margin:0 0 12px!important}
.os-brand-panel .os-price-brand{display:none!important}
.os-brand-panel .os-price-hero{font-size:clamp(20px,2.2vw,26px)!important;line-height:1!important;margin:0 0 8px!important;color:#fff!important}
.os-brand-panel .os-price-subline,.os-brand-panel .os-price-cta-line{display:none!important}
.os-brand-panel .os-price-pills{display:flex;flex-wrap:wrap;gap:10px}
.os-brand-panel .os-price-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-weight:950;font-size:15px;line-height:1;color:#fff}
.os-brand-panel .os-price-pill b{color:#ffd38a}
.os-brand-panel .os-services-shell{background:#fff;border-radius:24px;padding:14px 12px 12px;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 24px rgba(30,16,64,.14)}
.os-brand-panel .os-services-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:0 4px 10px}
.os-brand-panel .os-services-head strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--os-purple-dark)}
.os-brand-panel .os-services-head span{font-size:11px;font-weight:900;color:var(--os-purple);text-transform:uppercase;letter-spacing:.08em}
.os-brand-panel .os-scroll-wrap:after{content:'SERVICES →'!important;top:6px!important;right:6px!important;background:rgba(246,240,255,.95)!important;color:var(--os-purple)!important;border:1px solid var(--os-line)!important;padding:6px 8px!important;font-size:10px!important}
.os-brand-panel .os-scroll{padding:8px 2px 10px!important;scrollbar-color:var(--os-orange) #efe7f8!important}
.os-brand-panel .os-scroll::-webkit-scrollbar-track{background:#efe7f8!important}
.os-brand-panel .os-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--os-orange),var(--os-purple))!important}
.os-brand-panel .os-service-card{background:#fff!important;border:1px solid var(--os-line)!important;box-shadow:0 8px 18px rgba(30,16,64,.08)!important;min-height:138px!important;padding:16px!important;flex-basis:250px!important}
.os-brand-panel .os-service-card .num{display:none!important}
.os-brand-panel .os-service-card h4{color:var(--os-ink)!important;font-size:19px!important;margin:0 0 7px!important}
.os-brand-panel .os-service-card p{color:var(--os-muted)!important;font-size:13.5px!important}
.os-brand-panel .svc-icon{width:42px;height:42px;border-radius:14px;background:var(--os-purple-soft);display:grid;place-items:center;font-size:22px;margin:0 0 10px;color:var(--os-purple);border:1px solid var(--os-line)}
@media(max-width:760px){
  .os-brand-panel{padding:16px 12px 14px!important;border-radius:26px!important}
  .os-brand-panel .os-mini-logo{font-size:23px!important}
  .os-brand-panel .os-brand-intro h2{font-size:31px!important}
  .os-brand-panel .os-price-hero{font-size:20px!important;margin-bottom:8px!important}
  .os-brand-panel .os-price-pills{gap:8px}
  .os-brand-panel .os-price-pill{font-size:13px!important;padding:9px 11px!important}
  .os-brand-panel .os-services-shell{padding:12px 10px 10px!important;border-radius:20px!important}
  .os-brand-panel .os-service-card{flex-basis:78vw!important;min-height:132px!important;padding:14px!important}
  .os-brand-panel .svc-icon{width:38px;height:38px;font-size:20px;border-radius:12px;margin-bottom:8px}
}

/* single_brand_narrow_services */

.os-brand-panel .os-brand-intro h2{font-size:clamp(24px,3vw,34px)!important;line-height:1.02!important;max-width:760px}
.os-brand-panel .os-brand-intro p{font-size:clamp(13px,1.3vw,16px)!important;max-width:760px}
.os-brand-panel .os-price-hero{font-size:clamp(22px,2.5vw,30px)!important}
.os-brand-panel .os-price-pills{gap:12px!important}
.os-brand-panel .os-price-pill{font-size:17px!important;padding:11px 15px!important}
.os-brand-panel .os-service-card{flex-basis:220px!important;min-height:132px!important}
.os-brand-panel .os-scroll{gap:12px!important}
.os-brand-panel .os-services-head span{font-size:12px!important}
@media(max-width:760px){
  .os-brand-panel .os-brand-intro h2{font-size:27px!important;max-width:none}
  .os-brand-panel .os-brand-intro p{font-size:14px!important}
  .os-brand-panel .os-price-hero{font-size:23px!important}
  .os-brand-panel .os-price-pill{font-size:15px!important;padding:10px 12px!important}
  .os-brand-panel .os-service-card{flex-basis:66vw!important;min-height:126px!important}
}


/* pricing_spacing_pass */
.os-brand-panel .os-price-hero{display:none!important}
.os-brand-panel .os-price-strip.os-brand-price{padding:8px 0 4px!important;margin:2px 0 16px!important}
.os-brand-panel .os-price-pills{gap:14px!important;row-gap:12px!important}
.os-brand-panel .os-price-pill{
  font-size:clamp(18px,2.2vw,24px)!important;
  padding:14px 18px!important;
  line-height:1.05!important;
  border-radius:999px!important;
  letter-spacing:-.015em!important;
  box-shadow:0 8px 18px rgba(20,8,45,.12)!important;
}
.os-brand-panel .os-price-pill b{font-size:1.12em!important}
@media(max-width:760px){
  .os-brand-panel .os-price-strip.os-brand-price{margin:4px 0 15px!important}
  .os-brand-panel .os-price-pills{gap:9px!important;row-gap:10px!important}
  .os-brand-panel .os-price-pill{
    font-size:16px!important;
    padding:12px 13px!important;
  }
}


/* final_tweaks_pass */
.os-brand-panel .os-services-head strong{font-size:13px!important;letter-spacing:.12em!important}
.os-brand-panel .os-services-head span{font-size:12px!important}
.os-brand-panel .os-scroll-wrap:after{content:"SWIPE →"!important}
.os-brand-panel .os-price-pills{gap:16px 16px!important}
.os-brand-panel .os-price-pill{padding:14px 20px!important}
.os-brand-panel .os-price-pill b{display:inline-block!important;margin:0 6px!important;font-size:1.15em!important;letter-spacing:-.02em!important}
@media(max-width:760px){
  .os-brand-panel .os-price-pills{gap:10px 10px!important}
  .os-brand-panel .os-price-pill{padding:12px 14px!important}
  .os-brand-panel .os-price-pill b{margin:0 5px!important}
}


/* included_services_no_swipe_button */
.os-brand-panel .os-scroll-wrap:after{display:none!important;content:none!important}
.os-brand-panel .os-services-head{margin-bottom:9px!important}
.os-brand-panel .os-services-head strong{font-size:13px!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.os-brand-panel .os-services-head span{display:none!important}


/* owner_claims_cleanup */
.os-claims-section .os-title-row p{
  white-space:nowrap !important;
  max-width:100% !important;
}
.os-claims-section .os-scroll-wrap:after{
  display:none !important;
  content:none !important;
}
@media(max-width:760px){
  .os-claims-section .os-title-row p{
    white-space:nowrap !important;
    font-size:15px !important;
  }
}


/* owner_subline_one_line_final */
.os-claims-section .os-title-row p{white-space:nowrap!important;max-width:100%!important;font-size:14px!important;letter-spacing:-.01em!important;line-height:1.1!important}
.os-claims-section .os-scroll-wrap:after,.os-claims-section .os-scroll-wrap::after{display:none!important;content:none!important;visibility:hidden!important;opacity:0!important}
@media(max-width:760px){
  .os-claims-section .os-title-row p{font-size:13px!important}
}

.os-claims-section .no-cue:after,.os-claims-section .no-cue::after{display:none!important;content:none!important;visibility:hidden!important;opacity:0!important}


/* restored_owner_case_studies */
.os-owner-studies .os-case-card{flex-basis:365px}
.os-owner-studies .study-tag{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:var(--os-purple-soft);
  border:1px solid var(--os-line);
  color:var(--os-purple);
  font-size:11px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.os-owner-studies .metric-line{
  display:block;
  margin-top:8px;
  font-size:18px;
  line-height:1.1;
  font-weight:1000;
  color:var(--os-ink);
}
.os-owner-studies .metric-line b{color:var(--os-orange-dark)}
.os-owner-studies .os-case-card ul{
  margin:10px 0 0;
  padding-left:18px;
  color:var(--os-muted);
  font-weight:750;
}
.os-owner-studies .os-case-card li{margin:5px 0}
.os-owner-studies .os-case-card img{
  width:100%;
  border-radius:16px;
  border:1px solid var(--os-line);
  margin-top:12px;
}
.os-owner-studies .case-note{
  margin-top:10px;
  font-size:12px;
  line-height:1.35;
  color:var(--os-muted);
  font-weight:700;
}
@media(max-width:760px){
  .os-owner-studies .os-case-card{flex-basis:88vw}
  .os-owner-studies .metric-line{font-size:17px}
}


/* compact_chart_tooltips_pass */
.os-matrix{border-radius:24px!important}
.os-table{min-width:760px!important}
.os-table th{padding:13px 14px!important;font-size:12px!important}
.os-table th:first-child{width:22%!important}
.os-table td{padding:11px 13px!important;font-size:13.5px!important;line-height:1.22!important}
.os-table .section td{padding:9px 13px!important;font-size:11px!important}
.os-table .cell-wrap{display:flex;align-items:center;gap:7px;min-width:0}
.os-table .cell-main{font-weight:900;line-height:1.18}
.os-table .os-tip{position:relative;display:inline-grid;place-items:center;width:20px;height:20px;min-width:20px;border-radius:999px;border:1px solid var(--os-line);background:#fff;color:var(--os-purple);font-weight:1000;font-size:12px;cursor:pointer;padding:0;line-height:1;box-shadow:0 4px 10px rgba(30,16,64,.08)}
.os-table .os-tip:hover,.os-table .os-tip:focus{background:var(--os-purple);color:#fff;outline:none}
.os-table .os-tip::after{content:attr(data-tip);position:absolute;z-index:50;left:50%;bottom:calc(100% + 9px);transform:translateX(-50%);width:min(280px,70vw);background:#24103f;color:#fff;padding:10px 11px;border-radius:12px;box-shadow:0 12px 30px rgba(20,8,45,.22);font-size:12px;line-height:1.35;font-weight:750;text-align:left;opacity:0;visibility:hidden;pointer-events:none;letter-spacing:0;text-transform:none}
.os-table .os-tip::before{content:"";position:absolute;left:50%;bottom:calc(100% + 3px);transform:translateX(-50%);border:6px solid transparent;border-top-color:#24103f;opacity:0;visibility:hidden}
.os-table .os-tip:hover::after,.os-table .os-tip:hover::before,.os-table .os-tip:focus::after,.os-table .os-tip:focus::before{opacity:1;visibility:visible}
.os-table-scroll{border-radius:24px;scrollbar-width:thin}
.os-table-scroll::before{content:"Swipe table →";display:none;position:sticky;left:10px;top:0;margin:8px 0 0 8px;width:max-content;background:#fff;border:1px solid var(--os-line);border-radius:999px;padding:6px 9px;color:var(--os-purple);font-size:10px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;z-index:5}
@media(max-width:760px){
  .os-table-scroll::before{display:block}
  .os-table{min-width:700px!important}
  .os-table th{padding:10px 10px!important;font-size:11px!important}
  .os-table td{padding:10px!important;font-size:12.5px!important}
  .os-table th:first-child,.os-table td:first-child{position:sticky;left:0;z-index:4;background:#fff;box-shadow:6px 0 12px rgba(30,16,64,.06)}
  .os-table th:first-child{background:var(--os-purple-dark);z-index:6}
  .os-table .section td:first-child{background:var(--os-purple-soft)}
  .os-table .os-tip{width:19px;height:19px;min-width:19px;font-size:11px}
  .os-table .os-tip::after{left:auto;right:-5px;transform:none;width:min(260px,78vw)}
  .os-table .os-tip::before{left:auto;right:3px;transform:none}
}


/* sleeker_columns_mobile_pass */
.os-table{
  table-layout:fixed!important;
  width:100%!important;
}
.os-table th:nth-child(1), .os-table td:nth-child(1){width:28%!important}
.os-table th:nth-child(2), .os-table td:nth-child(2){width:36%!important}
.os-table th:nth-child(3), .os-table td:nth-child(3){width:36%!important}
.os-table th{padding:12px 12px!important}
.os-table td{padding:10px 11px!important}
.os-table .cell-wrap{gap:5px!important;align-items:flex-start!important}
.os-table .cell-main{display:block;line-height:1.15!important;word-break:break-word}
.os-table .os-tip{
  width:17px!important;
  height:17px!important;
  min-width:17px!important;
  font-size:11px!important;
  margin-top:1px!important;
}
.os-table-scroll::before{display:none!important}
@media(max-width:760px){
  .os-table-scroll{overflow-x:visible!important}
  .os-table{min-width:100%!important; width:100%!important; table-layout:fixed!important}
  .os-table th{padding:9px 8px!important; font-size:10.5px!important}
  .os-table td{padding:8px 8px!important; font-size:12px!important}
  .os-table th:first-child,.os-table td:first-child{
    position:static!important;
    box-shadow:none!important;
  }
  .os-table th:nth-child(1), .os-table td:nth-child(1){width:27%!important}
  .os-table th:nth-child(2), .os-table td:nth-child(2){width:36.5%!important}
  .os-table th:nth-child(3), .os-table td:nth-child(3){width:36.5%!important}
  .os-table .section td{padding:8px 8px!important; font-size:10.5px!important}
  .os-table .cell-wrap{gap:4px!important}
  .os-table .cell-main{font-size:11px!important; line-height:1.14!important}
  .os-table .os-tip{
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    font-size:10px!important;
  }
  .os-table .os-tip::after{
    width:min(210px,72vw)!important;
    right:-2px!important;
    font-size:11px!important;
    padding:8px 9px!important;
  }
}


/* native_details_tooltip_pass */
.os-table .os-tip{display:none!important}
.os-tip-detail{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin-left:4px;
}
.os-tip-detail summary{
  list-style:none;
  display:inline-grid;
  place-items:center;
  width:16px;
  height:16px;
  min-width:16px;
  border-radius:999px;
  border:1px solid #e4d7f2;
  background:#fff;
  color:var(--os-purple);
  font-weight:1000;
  font-size:10px;
  cursor:pointer;
  box-shadow:0 3px 8px rgba(30,16,64,.08);
  user-select:none;
}
.os-tip-detail summary::-webkit-details-marker{display:none}
.os-tip-detail[open] summary{
  background:var(--os-purple);
  color:#fff;
  border-color:var(--os-purple);
}
.os-tip-detail .os-tip-box{
  position:absolute;
  z-index:99999;
  right:-4px;
  bottom:calc(100% + 9px);
  width:min(250px,72vw);
  background:#24103f;
  color:#fff;
  padding:10px 12px;
  border-radius:13px;
  box-shadow:0 16px 38px rgba(20,8,45,.26);
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  text-align:left;
  white-space:normal;
}
.os-tip-detail .os-tip-box:after{
  content:"";
  position:absolute;
  right:11px;
  bottom:-7px;
  border:7px solid transparent;
  border-top-color:#24103f;
}
.os-matrix,
.os-table-scroll,
.os-table,
.os-table tbody,
.os-table tr,
.os-table td{
  overflow:visible!important;
}
@media(max-width:760px){
  .os-table-scroll{overflow:visible!important}
  .os-tip-detail summary{
    width:15px;
    height:15px;
    min-width:15px;
    font-size:9.5px;
  }
  .os-tip-detail .os-tip-box{
    width:min(210px,72vw);
    right:-2px;
    font-size:11.5px;
    padding:9px 10px;
  }
}

.os-case-red{color:#b3261e!important;font-weight:900!important;}



/* --- all system buyer-guide pages --- */
.offer-label{background:#fff1e0;color:#9a5100;border:1px solid #ffd9a8;display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.compare-label{background:#ecfdf3;color:#126c36;border:1px solid #bbf7d0;margin-top:12px;display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.os-compare-card .claim-text{font-size:20px;font-weight:1000;letter-spacing:-.04em;margin:8px 0 0;color:#1a2639}
.os-compare-card .fact-text{margin-top:7px;color:var(--os-muted);font-weight:750}
.os-compare-card{scroll-snap-align:start;flex:0 0 330px;background:#fff;border:1px solid var(--os-line);border-radius:24px;padding:18px;box-shadow:0 12px 28px rgba(30,16,64,.08);min-height:170px}
.os-case-red{color:#b3261e!important;font-weight:900!important}
@media(max-width:760px){.os-compare-card{flex-basis:86vw}.os-compare-card .fact-text{font-size:13.5px!important;line-height:1.34!important}}

/* Mobile fee chart fix */
.os-mobile-fee-cards{display:none}
@media(max-width:760px){
  .os-delivery-chart .os-matrix{display:none!important}
  .os-mobile-fee-cards{display:grid!important;gap:12px;margin-top:8px}
  .os-fee-mobile-card{
    background:#fff;
    border:1px solid var(--os-line);
    border-radius:22px;
    padding:16px;
    box-shadow:0 10px 24px rgba(30,16,64,.07);
  }
  .os-fee-mobile-card.direct{
    background:linear-gradient(180deg,#fff 0%,#fff8ed 100%);
    border-color:#ffd9a8;
  }
  .os-fee-mobile-card h3{
    margin:0 0 8px;
    font-size:23px;
    line-height:1.05;
    letter-spacing:-.04em;
    color:var(--os-ink);
  }
  .os-fee-mobile-card.direct h3{color:var(--os-purple-dark)}
  .os-fee-chip{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:8px 11px;
    background:var(--os-purple-soft);
    border:1px solid var(--os-line);
    color:var(--os-purple);
    font-size:13px;
    font-weight:1000;
    margin:0 0 10px;
  }
  .os-fee-mobile-card.direct .os-fee-chip{
    background:#fff1e0;
    border-color:#ffd9a8;
    color:#9a5100;
  }
  .os-fee-mobile-card p{
    margin:0 0 10px;
    color:var(--os-muted);
    font-weight:760;
    font-size:14px;
    line-height:1.38;
  }
  .os-mobile-row{
    border-top:1px solid var(--os-line);
    padding-top:9px;
    margin-top:9px;
  }
  .os-mobile-row strong{
    display:block;
    font-size:11px;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--os-purple);
    margin-bottom:3px;
    font-weight:1000;
  }
  .os-mobile-row span{
    display:block;
    font-size:14px;
    color:#26364d;
    font-weight:780;
    line-height:1.32;
  }
}

/* Nephew simplified collaboration page */
.os-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:16px;
}
.os-partner-card{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:26px;
  padding:22px;
  box-shadow:0 10px 24px rgba(30,16,64,.07);
}
.os-partner-card h3{
  margin:0 0 8px;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.045em;
  color:var(--os-ink);
}
.os-partner-card p{
  margin:0;
  color:var(--os-muted);
  font-weight:760;
}
.os-partner-card.highlight{
  background:linear-gradient(180deg,#fff 0%,#fff8ed 100%);
  border-color:#ffd9a8;
}
.os-suite-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.os-suite-item{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:20px;
  padding:15px;
  box-shadow:0 8px 20px rgba(30,16,64,.055);
}
.os-suite-item b{
  display:block;
  color:var(--os-ink);
  font-size:15px;
  margin-bottom:4px;
}
.os-suite-item span{
  display:block;
  color:var(--os-muted);
  font-weight:740;
  font-size:13px;
  line-height:1.35;
}
.os-simple-note{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 10px 24px rgba(30,16,64,.07);
  color:var(--os-muted);
  font-weight:760;
}
.os-simple-note b{color:var(--os-ink)}
@media(max-width:760px){
  .os-partner-grid,.os-suite-list{grid-template-columns:1fr}
  .os-partner-card h3{font-size:23px}
}

/* Local agency collaboration page */
.os-agency-note{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 10px 24px rgba(30,16,64,.07);
  color:var(--os-muted);
  font-weight:760;
}
.os-agency-note b{color:var(--os-ink)}
.os-agency-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:16px;
}
.os-agency-card{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:26px;
  padding:22px;
  box-shadow:0 10px 24px rgba(30,16,64,.07);
}
.os-agency-card.highlight{
  background:linear-gradient(180deg,#fff 0%,#fff8ed 100%);
  border-color:#ffd9a8;
}
.os-agency-card h3{
  margin:0 0 8px;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.045em;
  color:var(--os-ink);
}
.os-agency-card p{
  margin:0;
  color:var(--os-muted);
  font-weight:760;
}
.os-suite-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.os-suite-item{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:20px;
  padding:15px;
  box-shadow:0 8px 20px rgba(30,16,64,.055);
}
.os-suite-item b{
  display:block;
  color:var(--os-ink);
  font-size:15px;
  margin-bottom:4px;
}
.os-suite-item span{
  display:block;
  color:var(--os-muted);
  font-weight:740;
  font-size:13px;
  line-height:1.35;
}
@media(max-width:760px){
  .os-agency-grid,.os-suite-list{grid-template-columns:1fr}
  .os-agency-card h3{font-size:23px}
}


/* Agency partnership CTA */
.os-agency-partner-box{
  margin-top:16px;
  background:linear-gradient(180deg,#fff 0%,#fff8ed 100%);
  border:1px solid #ffd9a8;
  border-radius:24px;
  padding:18px;
  box-shadow:0 10px 24px rgba(30,16,64,.07);
}
.os-agency-partner-box h3{
  margin:0 0 6px;
  color:var(--os-ink);
  font-size:23px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.os-agency-partner-box p{
  margin:0 0 12px;
  color:var(--os-muted);
  font-weight:760;
}
.os-agency-partner-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--os-purple);
  color:#fff;
  text-decoration:none;
  padding:12px 16px;
  font-weight:1000;
  box-shadow:0 10px 20px rgba(91,45,145,.16);
}


/* Buyer question FAQ section */
.os-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.os-faq-item{
  background:#fff;
  border:1px solid var(--os-line);
  border-radius:22px;
  padding:17px;
  box-shadow:0 10px 24px rgba(30,16,64,.065);
}
.os-faq-item h3{
  margin:0 0 7px;
  color:var(--os-ink);
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.os-faq-item p{
  margin:0;
  color:var(--os-muted);
  font-weight:750;
  font-size:14px;
  line-height:1.42;
}
@media(max-width:760px){
  .os-faq-grid{grid-template-columns:1fr}
  .os-faq-item h3{font-size:19px}
}