/* CorporateFlow v50 enterprise experience */
:root{
  --cf-v50-ink:#111827;--cf-v50-muted:#62708a;--cf-v50-line:rgba(101,116,139,.18);
  --cf-v50-surface:#fff;--cf-v50-soft:#f5f7fb;--cf-v50-orange:#ff6813;--cf-v50-purple:#7657f6;
  --cf-v50-green:#0da879;--cf-v50-shadow:0 28px 80px rgba(30,41,59,.12);
}
html,body,.cf-app-ui{font-family:Inter,"Plus Jakarta Sans",Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,h3,h4,h5,h6,.btn,.navbar,.cf-kicker{font-family:Inter,"Plus Jakarta Sans",Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,h3{font-weight:700;letter-spacing:-.045em}.btn,strong,.fw-semibold{font-weight:650}
.cf-public-ui{background:#fff;color:var(--cf-v50-ink)}
.cf-public-ui .cf-topbar{background:rgba(255,255,255,.82);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid rgba(148,163,184,.14)}
.cf-v50-landing{overflow:hidden;background:linear-gradient(180deg,#fff 0,#f8f9ff 45%,#fff 100%);color:var(--cf-v50-ink)}
.cf-v50-container{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.cf-v50-hero{position:relative;padding:90px 0 74px;isolation:isolate}
.cf-v50-hero:before,.cf-v50-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(18px);z-index:-1;opacity:.7}
.cf-v50-hero:before{width:520px;height:520px;right:-110px;top:-170px;background:radial-gradient(circle,rgba(118,87,246,.25),transparent 70%)}
.cf-v50-hero:after{width:450px;height:450px;left:-170px;bottom:-130px;background:radial-gradient(circle,rgba(255,104,19,.2),transparent 70%)}
.cf-v50-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:64px;align-items:center}
.cf-v50-eyebrow,.cf-v50-section-label{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:750;color:var(--cf-v50-purple)}
.cf-v50-eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--cf-v50-orange);box-shadow:0 0 0 6px rgba(255,104,19,.11)}
.cf-v50-hero h1{font-size:clamp(3.3rem,6vw,6.2rem);line-height:.91;margin:24px 0 25px;max-width:830px}
.cf-v50-gradient-word{background:linear-gradient(100deg,var(--cf-v50-orange),var(--cf-v50-purple));background-clip:text;-webkit-background-clip:text;color:transparent}
.cf-v50-hero-copy>p{font-size:1.16rem;line-height:1.75;color:var(--cf-v50-muted);max-width:680px}
.cf-v50-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.cf-v50-actions .btn{padding:14px 22px;border-radius:14px}
.cf-v50-inline-proof{display:flex;gap:22px;flex-wrap:wrap;color:#49566e;font-size:.9rem}.cf-v50-inline-proof span{display:flex;align-items:center;gap:8px}.cf-v50-inline-proof i{color:var(--cf-v50-green)}
.cf-v50-product-stage{position:relative;min-height:570px;perspective:1400px}
.cf-v50-stage-main{position:absolute;inset:32px 0 42px 26px;border:1px solid rgba(148,163,184,.22);border-radius:28px;background:rgba(255,255,255,.76);padding:12px;box-shadow:var(--cf-v50-shadow);backdrop-filter:blur(20px);transform:rotateY(-3deg) rotateX(1deg);overflow:hidden}
.cf-v50-stage-main img,.cf-v50-float-shot img,.cf-v50-story-media img,.cf-v50-gallery-card img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;border-radius:18px}
.cf-v50-stage-bar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;color:#667085;font-size:.75rem}.cf-v50-stage-dots{display:flex;gap:5px}.cf-v50-stage-dots i{width:7px;height:7px;border-radius:50%;background:#d8dce6}.cf-v50-stage-dots i:first-child{background:#ff8b55}.cf-v50-stage-dots i:nth-child(2){background:#f0c04e}.cf-v50-stage-dots i:last-child{background:#28bd8b}
.cf-v50-float-shot{position:absolute;width:260px;height:175px;padding:8px;background:rgba(255,255,255,.88);border:1px solid rgba(148,163,184,.22);border-radius:20px;box-shadow:0 25px 60px rgba(30,41,59,.2);backdrop-filter:blur(18px)}
.cf-v50-float-shot.one{right:-35px;top:0;transform:rotate(3deg)}.cf-v50-float-shot.two{left:-10px;bottom:0;transform:rotate(-3deg)}
.cf-v50-float-metric{position:absolute;right:-5px;bottom:62px;display:flex;align-items:center;gap:11px;background:rgba(16,24,40,.92);color:#fff;padding:14px 17px;border-radius:17px;box-shadow:0 20px 44px rgba(15,23,42,.24);backdrop-filter:blur(16px)}.cf-v50-float-metric i{font-size:1.3rem;color:#b8a8ff}.cf-v50-float-metric small{display:block;color:#cbd5e1}.cf-v50-float-metric strong{display:block}
.cf-v50-logo-strip{border-block:1px solid rgba(148,163,184,.14);background:rgba(255,255,255,.66)}.cf-v50-logo-strip-inner{display:grid;grid-template-columns:repeat(8,1fr);padding:19px 0;gap:12px}.cf-v50-logo-strip span{text-align:center;font-weight:650;color:#60708a}
.cf-v50-section{padding:110px 0}.cf-v50-section.alt{background:linear-gradient(180deg,rgba(244,242,255,.72),rgba(255,247,241,.62))}
.cf-v50-section-head{max-width:820px;margin:0 auto 55px;text-align:center}.cf-v50-section-head h2{font-size:clamp(2.4rem,4vw,4.25rem);line-height:1.02;margin:15px 0}.cf-v50-section-head p{font-size:1.08rem;line-height:1.75;color:var(--cf-v50-muted)}
.cf-v50-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.cf-v50-bento article{grid-column:span 4;min-height:270px;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.82);border-radius:25px;padding:28px;box-shadow:0 18px 45px rgba(30,41,59,.06);position:relative;overflow:hidden;transition:.35s ease}.cf-v50-bento article:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(30,41,59,.11)}.cf-v50-bento article.featured{grid-column:span 8;background:linear-gradient(135deg,#161b2d,#262047);color:#fff}.cf-v50-bento article.wide{grid-column:span 8}.cf-v50-bento-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,104,19,.13),rgba(118,87,246,.14));color:var(--cf-v50-orange);font-size:1.35rem}.cf-v50-bento h3{font-size:1.38rem;margin:22px 0 10px}.cf-v50-bento p{color:var(--cf-v50-muted);line-height:1.65}.cf-v50-bento .featured p{color:#c9d2e7}.cf-v50-bento-link{position:absolute;bottom:26px;left:28px;color:inherit;text-decoration:none;font-weight:650}
.cf-v50-story{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.cf-v50-story.reverse{grid-template-columns:1.1fr 1fr}.cf-v50-story.reverse .cf-v50-story-media{order:1}.cf-v50-story.reverse .cf-v50-story-copy{order:2}.cf-v50-story-copy h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1.04;margin:15px 0 22px}.cf-v50-story-copy>p{font-size:1.08rem;line-height:1.75;color:var(--cf-v50-muted)}.cf-v50-story-list{display:grid;gap:15px;margin:26px 0}.cf-v50-story-list div{display:flex;gap:13px;align-items:flex-start}.cf-v50-story-list i{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#effcf7;color:var(--cf-v50-green);flex:none}.cf-v50-story-list strong{display:block}.cf-v50-story-list small{color:var(--cf-v50-muted)}
.cf-v50-story-media{min-height:530px;padding:15px;background:rgba(255,255,255,.7);border:1px solid rgba(148,163,184,.2);border-radius:30px;box-shadow:var(--cf-v50-shadow);backdrop-filter:blur(20px)}
.cf-v50-gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,260px);gap:20px}.cf-v50-gallery-card{border-radius:25px;overflow:hidden;border:1px solid rgba(148,163,184,.18);background:#fff;box-shadow:0 20px 50px rgba(30,41,59,.09);position:relative}.cf-v50-gallery-card:first-child{grid-row:span 2}.cf-v50-gallery-label{position:absolute;left:15px;bottom:15px;background:rgba(17,24,39,.88);color:#fff;padding:9px 13px;border-radius:12px;font-size:.8rem;font-weight:650;backdrop-filter:blur(12px)}
.cf-v50-pricing-toolbar{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin:0 auto 38px}.cf-v50-toggle,.cf-v50-currency-select{display:inline-flex;padding:5px;background:#eef1f6;border:1px solid #e0e5ee;border-radius:14px}.cf-v50-toggle a{padding:10px 17px;border-radius:10px;text-decoration:none;color:#536077;font-weight:650}.cf-v50-toggle a.active{background:#fff;color:#111827;box-shadow:0 4px 14px rgba(30,41,59,.1)}.cf-v50-currency-select select{border:0;background:transparent;padding:9px 34px 9px 12px;font-weight:650;color:#1f2937;outline:0}
.cf-v50-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.cf-v50-plan{position:relative;display:flex;flex-direction:column;border:1px solid rgba(148,163,184,.22);border-radius:24px;padding:28px 24px;background:rgba(255,255,255,.88);box-shadow:0 18px 45px rgba(30,41,59,.06);transition:.3s ease}.cf-v50-plan:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(30,41,59,.12)}.cf-v50-plan.popular{border:2px solid var(--cf-v50-purple);box-shadow:0 30px 70px rgba(118,87,246,.18)}.cf-v50-plan-badge{position:absolute;top:-14px;left:24px;background:var(--cf-v50-purple);color:#fff;padding:7px 12px;border-radius:999px;font-size:.72rem;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.cf-v50-plan h3{font-size:1.35rem;margin:7px 0}.cf-v50-plan-desc{min-height:68px;color:var(--cf-v50-muted);line-height:1.55}.cf-v50-price{display:flex;align-items:flex-end;gap:4px;margin:18px 0 4px}.cf-v50-price strong{font-size:2.5rem;line-height:1;letter-spacing:-.05em}.cf-v50-price span{color:#6b7280;margin-bottom:4px}.cf-v50-price-note{font-size:.75rem;color:#7a8599;min-height:20px}.cf-v50-plan .btn{margin:21px 0;border-radius:13px}.cf-v50-plan-features{list-style:none;padding:0;margin:0;display:grid;gap:11px}.cf-v50-plan-features li{display:flex;gap:8px;font-size:.88rem;color:#4d5970}.cf-v50-plan-features i{color:var(--cf-v50-green);margin-top:2px}
.cf-v50-demo{background:linear-gradient(135deg,#171b2d 0,#2a2050 55%,#432145 100%);color:#fff;border-radius:35px;padding:50px;display:grid;grid-template-columns:.78fr 1.22fr;gap:45px;position:relative;overflow:hidden}.cf-v50-demo:before{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-180px;background:rgba(255,104,19,.24);filter:blur(40px);border-radius:50%}.cf-v50-demo p{color:#ccd4e5;line-height:1.7}.cf-v50-demo-form{position:relative;background:rgba(255,255,255,.95);color:#111827;border-radius:24px;padding:26px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.cf-v50-demo-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;max-height:230px;overflow:auto}.cf-v50-demo-slot{border:1px solid #dfe5ef;background:#fff;border-radius:11px;padding:10px;font-size:.82rem}.cf-v50-demo-slot:disabled{text-decoration:line-through;opacity:.42}.cf-v50-demo-slot.selected{background:#161b2d;color:#fff;border-color:#161b2d}
.cf-v50-cta{padding:85px 0;text-align:center}.cf-v50-cta-card{padding:65px;border-radius:32px;background:linear-gradient(135deg,#fff2e9,#f0edff);border:1px solid rgba(148,163,184,.15)}.cf-v50-cta h2{font-size:clamp(2.4rem,4.5vw,4.4rem);margin-bottom:14px}.cf-v50-cta p{color:var(--cf-v50-muted);font-size:1.08rem}
/* authentication */
.cf-v50-auth-shell{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1.05fr .95fr;background:#f7f8fc}.cf-v50-auth-visual{position:relative;padding:48px 7vw;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:linear-gradient(145deg,#171b2d,#2d2251 64%,#4e2545);color:#fff}.cf-v50-auth-visual:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-180px;bottom:-170px;background:rgba(255,104,19,.33);filter:blur(35px)}.cf-v50-auth-brand{display:flex;align-items:center;gap:12px;font-weight:750}.cf-v50-auth-brand img{height:35px;width:auto}.cf-v50-auth-copy{position:relative;z-index:1;max-width:620px}.cf-v50-auth-copy h1{font-size:clamp(3rem,5vw,5.4rem);line-height:.95;margin:16px 0}.cf-v50-auth-copy p{color:#d0d6e7;font-size:1.08rem;line-height:1.7}.cf-v50-auth-points{display:grid;gap:12px;margin-top:28px}.cf-v50-auth-points span{display:flex;align-items:center;gap:10px;color:#e7e9f2}.cf-v50-auth-points i{color:#ff9b63}.cf-v50-auth-preview{position:relative;z-index:1;max-width:680px;margin-top:45px;padding:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:22px;backdrop-filter:blur(16px)}.cf-v50-auth-preview img{width:100%;border-radius:15px;display:block}.cf-v50-auth-panel{display:grid;place-items:center;padding:45px}.cf-v50-auth-card{width:min(480px,100%);padding:38px;border-radius:27px;background:rgba(255,255,255,.85);border:1px solid rgba(148,163,184,.22);box-shadow:var(--cf-v50-shadow);backdrop-filter:blur(22px)}.cf-v50-auth-card h2{font-size:2rem;margin:10px 0}.cf-v50-auth-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#fff0e7,#efebff);color:var(--cf-v50-orange);font-size:1.3rem}.cf-v50-auth-card .form-control{border-radius:13px;border-color:#dce2ec;padding:13px 15px}.cf-v50-auth-card .input-group-text{border-radius:13px 0 0 13px;background:#f6f7fb;border-color:#dce2ec}
/* settings and admin */
.cf-v50-page-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(245,241,255,.93));border:1px solid var(--cf-v50-line);box-shadow:0 18px 48px rgba(30,41,59,.07);margin-bottom:24px}.cf-v50-page-hero h1{margin:7px 0;font-size:clamp(2rem,3vw,3.3rem)}.cf-v50-page-hero p{margin:0;color:var(--cf-v50-muted)}.cf-v50-currency-badge{display:flex;align-items:center;gap:13px;padding:15px 18px;border-radius:16px;background:#171b2d;color:#fff}.cf-v50-currency-badge i{font-size:1.3rem;color:#ff9b63}.cf-v50-currency-badge small,.cf-v50-currency-badge strong{display:block}.cf-v50-currency-badge small{color:#bbc3d4}.cf-glass-card{background:rgba(255,255,255,.78)!important;backdrop-filter:blur(20px);border:1px solid var(--cf-v50-line)!important;border-radius:22px!important}.cf-section-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px}.cf-section-heading h2{margin:5px 0}.cf-section-heading p{color:var(--cf-v50-muted);margin:0}.cf-v50-currency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cf-v50-currency-option{display:flex;align-items:center;gap:12px;border:1px solid #dfe5ef;border-radius:15px;padding:14px;cursor:pointer;background:#fff}.cf-v50-currency-option input{position:absolute;opacity:0}.cf-v50-currency-option:has(input:checked){border-color:var(--cf-v50-purple);background:#f5f2ff;box-shadow:0 0 0 3px rgba(118,87,246,.08)}.cf-v50-currency-symbol{width:39px;height:39px;border-radius:12px;background:#f1f3f8;display:grid;place-items:center;font-weight:750}.cf-v50-currency-option small,.cf-v50-currency-option strong{display:block}.cf-v50-currency-option small{color:var(--cf-v50-muted)}.cf-v50-currency-option>i{margin-left:auto;color:var(--cf-v50-purple);opacity:0}.cf-v50-currency-option:has(input:checked)>i{opacity:1}.cf-v50-switch-card{display:flex;gap:13px;align-items:flex-start;padding:16px;border:1px solid #dfe5ef;border-radius:16px;background:#fff;cursor:pointer}.cf-v50-switch-card input{position:absolute;opacity:0}.cf-v50-switch-card strong,.cf-v50-switch-card small{display:block}.cf-v50-switch-card small{color:var(--cf-v50-muted);margin-top:4px}.cf-v50-switch-card i{font-size:1.5rem;color:#94a3b8;margin-left:auto}.cf-v50-switch-card:has(input:checked){border-color:#79d5b6;background:#f2fcf8}.cf-v50-switch-card:has(input:checked) i{color:var(--cf-v50-green)}
.cf-v50-admin-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:22px}.cf-v50-admin-tabs a{white-space:nowrap;border:1px solid #dfe5ef;background:#fff;color:#536077;padding:10px 15px;border-radius:12px;text-decoration:none;font-weight:650}.cf-v50-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cf-v50-stat{padding:19px;border:1px solid var(--cf-v50-line);border-radius:17px;background:#fff}.cf-v50-stat small,.cf-v50-stat strong{display:block}.cf-v50-stat strong{font-size:1.4rem}.cf-v50-stat small{color:var(--cf-v50-muted)}
/* structured data */
.cf-structured-data{display:grid;gap:10px}.cf-structured-row{display:grid;grid-template-columns:minmax(140px,.35fr) 1fr;gap:15px;padding:11px 13px;border:1px solid #e2e7f0;border-radius:12px;background:#fff}.cf-structured-key{font-weight:650;color:#344054}.cf-structured-value{color:#5a667d;word-break:break-word}.cf-json-visual-editor{display:grid;gap:9px}.cf-json-editor-row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:8px}.cf-json-editor-row input,.cf-json-editor-row select{border:1px solid #dfe5ef;border-radius:10px;padding:9px}.cf-json-editor-remove{border:0;background:#fff0f0;color:#c43b3b;border-radius:10px;width:40px}.cf-json-editor-add{justify-self:start}
/* polished overlays */
.modal-backdrop.show,.offcanvas-backdrop.show{opacity:.55;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-content,.offcanvas{border:1px solid rgba(148,163,184,.22);border-radius:24px!important;box-shadow:0 35px 100px rgba(15,23,42,.28);background:rgba(255,255,255,.93);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dropdown-menu{border:1px solid rgba(148,163,184,.18);box-shadow:0 22px 65px rgba(15,23,42,.17);border-radius:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(20px)}
[data-cf-reveal]{opacity:1;transform:none}.cf-js-ready [data-cf-reveal]{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.75,.25,1)}.cf-js-ready [data-cf-reveal].is-visible{opacity:1;transform:none}
/* dark mode */
html[data-cf-theme="dark"]{--cf-v50-ink:#f5f7fb;--cf-v50-muted:#aeb8ca;--cf-v50-line:rgba(148,163,184,.17);--cf-v50-surface:#171b25;--cf-v50-soft:#10131b}
html[data-cf-theme="dark"] .cf-public-ui,html[data-cf-theme="dark"] .cf-v50-landing{background:#0d1017;color:#f5f7fb}
html[data-cf-theme="dark"] .cf-public-ui .cf-topbar{background:rgba(13,16,23,.83);border-color:rgba(148,163,184,.14)}
html[data-cf-theme="dark"] .cf-v50-logo-strip{background:#11151e;border-color:#202633}
html[data-cf-theme="dark"] .cf-v50-logo-strip span,html[data-cf-theme="dark"] .cf-v50-inline-proof{color:#aeb8ca}
html[data-cf-theme="dark"] .cf-v50-section.alt{background:linear-gradient(180deg,#13111d,#171218)}
html[data-cf-theme="dark"] .cf-v50-bento article,html[data-cf-theme="dark"] .cf-v50-plan,html[data-cf-theme="dark"] .cf-v50-demo-form,html[data-cf-theme="dark"] .cf-v50-auth-card,html[data-cf-theme="dark"] .cf-glass-card,html[data-cf-theme="dark"] .cf-v50-page-hero{background:rgba(24,29,40,.88)!important;color:#f5f7fb;border-color:#2a3140!important}
html[data-cf-theme="dark"] .cf-v50-bento p,html[data-cf-theme="dark"] .cf-v50-plan-desc,html[data-cf-theme="dark"] .cf-v50-plan-features li,html[data-cf-theme="dark"] .cf-v50-price span{color:#aeb8ca}
html[data-cf-theme="dark"] .cf-v50-stage-main,html[data-cf-theme="dark"] .cf-v50-float-shot,html[data-cf-theme="dark"] .cf-v50-story-media{background:rgba(26,31,43,.85);border-color:#343b4b}
html[data-cf-theme="dark"] .cf-v50-toggle,html[data-cf-theme="dark"] .cf-v50-currency-select{background:#191e29;border-color:#2c3444}html[data-cf-theme="dark"] .cf-v50-toggle a,html[data-cf-theme="dark"] .cf-v50-currency-select select{color:#bec7d8}html[data-cf-theme="dark"] .cf-v50-toggle a.active{background:#2a3140;color:#fff}
html[data-cf-theme="dark"] .cf-v50-auth-shell{background:#0e1118}html[data-cf-theme="dark"] .cf-v50-auth-panel{background:radial-gradient(circle at top right,rgba(118,87,246,.12),transparent 55%)}
html[data-cf-theme="dark"] .cf-v50-auth-card .form-control,html[data-cf-theme="dark"] .cf-v50-currency-option,html[data-cf-theme="dark"] .cf-v50-switch-card,html[data-cf-theme="dark"] .cf-v50-stat,html[data-cf-theme="dark"] .cf-structured-row{background:#171c27;border-color:#303849;color:#fff}
html[data-cf-theme="dark"] .modal-content,html[data-cf-theme="dark"] .offcanvas,html[data-cf-theme="dark"] .dropdown-menu{background:rgba(20,24,34,.95);color:#f5f7fb;border-color:#343b4b}
html[data-cf-theme="dark"] .text-muted,html[data-cf-theme="dark"] .form-text{color:#aeb8ca!important}
html[data-cf-theme="dark"] .form-control,html[data-cf-theme="dark"] .form-select{background-color:#151a24;color:#f5f7fb;border-color:#343c4c}html[data-cf-theme="dark"] .form-control::placeholder{color:#7f8a9f}
@media(max-width:1100px){.cf-v50-hero-grid,.cf-v50-story,.cf-v50-story.reverse,.cf-v50-demo{grid-template-columns:1fr}.cf-v50-product-stage{min-height:520px}.cf-v50-pricing-grid{grid-template-columns:repeat(2,1fr)}.cf-v50-bento article,.cf-v50-bento article.featured,.cf-v50-bento article.wide{grid-column:span 6}.cf-v50-auth-shell{grid-template-columns:1fr}.cf-v50-auth-visual{min-height:520px}.cf-v50-auth-panel{padding:40px 20px}}
@media(max-width:700px){.cf-v50-container{width:min(100% - 24px,1240px)}.cf-v50-hero{padding-top:55px}.cf-v50-hero h1{font-size:3rem}.cf-v50-product-stage{min-height:370px}.cf-v50-stage-main{inset:20px 0 35px 0}.cf-v50-float-shot{width:170px;height:110px}.cf-v50-float-shot.one{right:-8px}.cf-v50-logo-strip-inner{grid-template-columns:repeat(4,1fr)}.cf-v50-section{padding:75px 0}.cf-v50-bento article,.cf-v50-bento article.featured,.cf-v50-bento article.wide{grid-column:1/-1}.cf-v50-pricing-grid{grid-template-columns:1fr}.cf-v50-gallery{grid-template-columns:1fr;grid-template-rows:none}.cf-v50-gallery-card,.cf-v50-gallery-card:first-child{height:240px;grid-row:auto}.cf-v50-demo{padding:26px;border-radius:24px}.cf-v50-demo-slots{grid-template-columns:repeat(2,1fr)}.cf-v50-currency-grid,.cf-v50-stat-grid{grid-template-columns:1fr}.cf-v50-page-hero{align-items:flex-start;flex-direction:column;padding:23px}.cf-v50-auth-visual{padding:35px 24px;min-height:500px}.cf-v50-auth-copy h1{font-size:3.2rem}.cf-v50-auth-card{padding:27px}.cf-v50-float-metric{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.cf-js-ready [data-cf-reveal]{opacity:1;transform:none}}

/* Business-friendly structured configuration editors */
.cf-json-list-editor,.cf-json-visual-editor{display:grid;gap:.8rem;padding:1rem;border:1px solid color-mix(in srgb,var(--cf-brand-primary,#ff6b00) 14%,#dbe2ee);border-radius:18px;background:color-mix(in srgb,#fff 94%,var(--cf-brand-secondary,#8b5cf6) 6%)}
.cf-json-list-items{display:grid;gap:.85rem}.cf-json-list-item{padding:1rem;border:1px solid #e1e7f0;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(21,29,51,.05)}
.cf-json-list-item-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.7rem;margin-bottom:.8rem;border-bottom:1px solid #edf0f5}.cf-json-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.cf-json-list-field{min-width:0}.cf-json-list-field:has(.cf-object-editor){grid-column:1/-1}.cf-object-editor{display:grid;gap:.5rem}.cf-object-editor-row{display:grid;grid-template-columns:minmax(120px,.9fr) minmax(140px,1.2fr) 110px 40px;gap:.45rem;align-items:center}.cf-json-list-add{justify-self:start}.cf-structured-data{display:grid;gap:.55rem}.cf-structured-row{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);gap:.8rem;padding:.65rem .75rem;border:1px solid #e5e9f1;border-radius:12px;background:rgba(255,255,255,.76)}.cf-structured-key{font-weight:700;color:#26334a}.cf-structured-value{min-width:0;color:#526078;overflow-wrap:anywhere}.cf-structured-value>.cf-structured-data{margin-top:.1rem}
html[data-cf-theme="dark"] .cf-json-list-editor,html[data-cf-theme="dark"] .cf-json-visual-editor{background:rgba(24,29,43,.88);border-color:rgba(168,139,250,.22)}html[data-cf-theme="dark"] .cf-json-list-item{background:rgba(20,25,38,.94);border-color:rgba(255,255,255,.1)}html[data-cf-theme="dark"] .cf-json-list-item-head{border-color:rgba(255,255,255,.08)}html[data-cf-theme="dark"] .cf-structured-row{background:rgba(20,25,38,.72);border-color:rgba(255,255,255,.1)}html[data-cf-theme="dark"] .cf-structured-key{color:#f5f7fb}html[data-cf-theme="dark"] .cf-structured-value{color:#c8d0df}
@media(max-width:720px){.cf-json-list-grid{grid-template-columns:1fr}.cf-object-editor-row{grid-template-columns:1fr}.cf-structured-row{grid-template-columns:1fr;gap:.25rem}}

/* v50 pricing controls, readable disclosures and enterprise dark-mode refinements */
.cf-v50-toggle button{padding:10px 17px;border-radius:10px;color:#536077;font-weight:650;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.cf-v50-toggle button.active{background:#fff!important;color:#111827!important;box-shadow:0 4px 14px rgba(30,41,59,.1)}
.cf-structured-disclosure{min-width:220px}.cf-structured-disclosure>summary{cursor:pointer;color:var(--cf-brand-secondary,#7657f6);font-weight:700;list-style:none}.cf-structured-disclosure>summary::-webkit-details-marker{display:none}.cf-structured-disclosure>summary:after{content:"›";display:inline-block;margin-left:.45rem;transition:transform .2s ease}.cf-structured-disclosure[open]>summary:after{transform:rotate(90deg)}.cf-structured-disclosure>.cf-structured-data{margin-top:.75rem;min-width:min(480px,70vw)}
html[data-cf-theme="dark"] .cf-v50-toggle button{color:#bec7d8}html[data-cf-theme="dark"] .cf-v50-toggle button.active{background:#2a3140!important;color:#fff!important}
html[data-cf-theme="dark"] .cf-v50-plan .btn-outline-dark{color:#f5f7fb;border-color:#5d687b}html[data-cf-theme="dark"] .cf-v50-plan .btn-outline-dark:hover{background:#f5f7fb;color:#111827}
html[data-cf-theme="dark"] .cf-v50-demo-form .form-label,html[data-cf-theme="dark"] .cf-v50-demo-form h3,html[data-cf-theme="dark"] .cf-v50-demo-form .cf-v50-section-label{color:#f5f7fb!important}
html[data-cf-theme="dark"] .cf-v50-demo-slot{background:#171c27;border-color:#343c4c;color:#f5f7fb}html[data-cf-theme="dark"] .cf-v50-demo-slot.active{background:#31274d;border-color:#8b6df8}
html[data-cf-theme="dark"] .cf-v50-auth-card a:not(.btn){color:#b9a8ff!important}
html[data-cf-theme="dark"] .cf-structured-disclosure>summary{color:#b9a8ff}
@media(max-width:700px){.cf-structured-disclosure>.cf-structured-data{min-width:0}.cf-structured-disclosure{min-width:170px}}

/* v52.1 demo-booking contrast hardening */
.cf-v50-demo > div > h2,
html:not([data-cf-theme="dark"]) .cf-v50-demo > div > h2{color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.2)}
.cf-v50-demo > div > .cf-v50-section-label,
html:not([data-cf-theme="dark"]) .cf-v50-demo > div > .cf-v50-section-label{color:#e9e2ff!important}
.cf-v50-demo > div > p,
html:not([data-cf-theme="dark"]) .cf-v50-demo > div > p{color:#d7deed!important}
.cf-v50-demo .cf-v50-story-list strong{color:#fff!important}
.cf-v50-demo .cf-v50-story-list small{color:#d7deed!important}
