/*
 * Final public-site contrast ownership.
 *
 * This file is intentionally loaded after the shared administrator redesign.
 * Every dark public surface owns its foreground colours so later generic
 * heading rules cannot make customer-facing copy unreadable.
 */
html body.public-site .public-header,
html body.public-site .deck-hero,
html body.public-site .deck-page-hero,
html body.public-site .product-detail-hero,
html body.public-site .deck-builder-cta,
html body.public-site .conversion,
html body.public-site .public-footer,
html body.public-site .builder-sequence,
html body.public-site .builder-demo,
html body.public-site .product-art,
html body.public-site .verified-builds article{
  color:#f7f9fc !important;
}

html body.public-site .deck-hero h1,
html body.public-site .deck-hero h2,
html body.public-site .deck-hero h3,
html body.public-site .deck-page-hero h1,
html body.public-site .deck-page-hero h2,
html body.public-site .product-detail-hero h1,
html body.public-site .product-detail-hero h2,
html body.public-site .deck-builder-cta h1,
html body.public-site .deck-builder-cta h2,
html body.public-site .deck-builder-cta h3,
html body.public-site .conversion h1,
html body.public-site .conversion h2,
html body.public-site .conversion h3,
html body.public-site .public-footer h1,
html body.public-site .public-footer h2,
html body.public-site .public-footer h3,
html body.public-site .builder-sequence b,
html body.public-site .builder-demo blockquote,
html body.public-site .product-art strong,
html body.public-site .verified-builds h3{
  color:#ffffff !important;
}

html body.public-site .deck-hero__lead,
html body.public-site .deck-page-hero > .public-container > p:last-child,
html body.public-site .product-detail-hero .public-lead,
html body.public-site .deck-builder-cta p:not(.deck-eyebrow),
html body.public-site .conversion p:not(.public-kicker),
html body.public-site .builder-sequence > p,
html body.public-site .builder-demo > p,
html body.public-site .public-footer p,
html body.public-site .public-footer span{
  color:#e4ebf3 !important;
  opacity:1 !important;
}

html body.public-site .deck-eyebrow,
html body.public-site .public-kicker,
html body.public-site .product-art > span,
html body.public-site .verified-builds article > span,
html body.public-site .builder-demo > span{
  color:#ff9b45 !important;
  opacity:1 !important;
}

html body.public-site .public-navigation > a,
html body.public-site .public-account > a:first-child{
  color:#f7f9fc !important;
}
html body.public-site .public-navigation > a:hover,
html body.public-site .public-footer a:hover{
  color:#35d3e8 !important;
}

html body.public-site .public-footer a{
  color:#d4dee8 !important;
  opacity:1 !important;
}

html body.public-site .public-section,
html body.public-site .public-section h1,
html body.public-site .public-section h2,
html body.public-site .public-section h3,
html body.public-site .public-section b,
html body.public-site .public-section strong{
  color:#0b1b2d !important;
}
html body.public-site .public-section p{
  color:#4d6279 !important;
  opacity:1 !important;
}

html body.public-site .public-button--primary{
  color:#06111f !important;
  background:#35d3e8 !important;
}
html body.public-site .public-button--secondary,
html body.public-site .public-button--outline{
  color:#ffffff !important;
}

@media(max-width:820px){
  html body.public-site .public-navigation{
    color:#f7f9fc !important;
    background:#081727 !important;
  }
  html body.public-site .public-navigation > a{color:#f7f9fc !important}
}


/* Dedicated M.I.A.I Builder product page */
html body.public-site .builder-product-hero{
  position:relative;
  overflow:hidden;
  padding:104px 0 92px;
  color:#f7f9fc;
  background:
    radial-gradient(circle at 82% 20%,rgba(53,211,232,.15),transparent 32%),
    linear-gradient(135deg,#06111f 0%,#0a1c30 62%,#102943 100%);
}
html body.public-site .builder-product-hero::after{
  content:"";
  position:absolute;
  width:520px;height:520px;right:-210px;bottom:-330px;
  border:1px solid rgba(53,211,232,.24);border-radius:50%;
  box-shadow:0 0 0 60px rgba(53,211,232,.035),0 0 0 120px rgba(53,211,232,.025);
}
html body.public-site .builder-product-hero__grid{
  position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:72px;align-items:center;
}
html body.public-site .builder-product-hero .breadcrumbs,
html body.public-site .builder-product-hero .breadcrumbs a{color:#9fb0c2 !important}
html body.public-site .builder-product-hero h1{
  max-width:820px;margin:18px 0 24px;color:#fff !important;
  font-size:clamp(3.2rem,6vw,6.6rem);line-height:.96;letter-spacing:-.055em;
}
html body.public-site .builder-product-hero h1 span{color:#35d3e8}
html body.public-site .builder-product-hero__lead{
  max-width:760px;margin:0 0 32px;color:#e4ebf3 !important;
  font-size:clamp(1.1rem,1.65vw,1.38rem);line-height:1.65;
}
html body.public-site .builder-conversation{
  position:relative;padding:22px;border:1px solid rgba(124,207,224,.28);border-radius:22px;
  background:rgba(5,16,29,.76);box-shadow:0 34px 80px rgba(0,0,0,.3);
  backdrop-filter:blur(14px);
}
html body.public-site .builder-conversation__bar{
  display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1);
}
html body.public-site .builder-conversation__bar img{width:88px;height:auto}
html body.public-site .builder-conversation__bar span{color:#fff;font-size:.73rem;font-weight:800;letter-spacing:.14em}
html body.public-site .builder-conversation__bar i{
  margin-left:auto;padding:6px 9px;border-radius:999px;color:#06111f;background:#35d3e8;
  font-size:.64rem;font-style:normal;font-weight:900;letter-spacing:.12em;
}
html body.public-site .builder-conversation__prompt,
html body.public-site .builder-conversation__question{
  margin-top:18px;padding:18px 20px;border-radius:14px;
}
html body.public-site .builder-conversation__prompt{margin-left:30px;background:#eef4f8;color:#0b1b2d}
html body.public-site .builder-conversation__question{margin-right:30px;border:1px solid rgba(255,134,31,.36);background:rgba(255,134,31,.09)}
html body.public-site .builder-conversation__prompt span,
html body.public-site .builder-conversation__question span,
html body.public-site .builder-example__card>span{font-size:.68rem;font-weight:900;letter-spacing:.16em}
html body.public-site .builder-conversation__prompt span{color:#13788a}
html body.public-site .builder-conversation__question span{color:#ff9b45}
html body.public-site .builder-conversation__prompt p{margin:8px 0 0;color:#0b1b2d !important;font-weight:750;line-height:1.45}
html body.public-site .builder-conversation__question p{margin:8px 0 0;color:#f3f6fa !important;line-height:1.5}
html body.public-site .builder-conversation__result{
  display:flex;justify-content:space-between;gap:18px;margin-top:18px;padding:15px 4px 2px;
}
html body.public-site .builder-conversation__result b{color:#35d3e8}
html body.public-site .builder-conversation__result span{color:#b6c4d2}

html body.public-site .builder-proof-strip{color:#fff;background:#ff6a1a}
html body.public-site .builder-proof-strip>.public-container{
  display:grid;grid-template-columns:repeat(4,1fr);padding-top:0;padding-bottom:0;
}
html body.public-site .builder-proof-strip div div{
  display:flex;align-items:center;gap:14px;min-height:92px;padding:18px 26px;border-right:1px solid rgba(255,255,255,.25);
}
html body.public-site .builder-proof-strip div div:first-child{border-left:1px solid rgba(255,255,255,.25)}
html body.public-site .builder-proof-strip strong{font-size:1.6rem;color:#fff}
html body.public-site .builder-proof-strip span{font-weight:800;line-height:1.25}

html body.public-site .builder-promise{padding-top:110px;padding-bottom:110px}
html body.public-site .builder-promise__grid{
  display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start;
}
html body.public-site .builder-promise h2{
  max-width:650px;margin:12px 0 0;font-size:clamp(2.5rem,4.5vw,5rem);line-height:1;letter-spacing:-.045em;
}
html body.public-site .builder-promise__grid>div:last-child{padding-top:34px}
html body.public-site .builder-promise__grid>div:last-child p{font-size:1.14rem;line-height:1.75}

html body.public-site .builder-journey{padding-top:100px;padding-bottom:110px}
html body.public-site .builder-journey__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px;
}
html body.public-site .builder-journey__grid article{
  position:relative;min-height:240px;padding:34px;border:1px solid #cbd7e2;border-radius:18px;background:#fff;
  box-shadow:0 14px 36px rgba(13,38,64,.055);
}
html body.public-site .builder-journey__grid article::after{
  content:"";position:absolute;left:34px;bottom:0;width:54px;height:4px;background:#35d3e8;
}
html body.public-site .builder-journey__grid span{color:#ed681f;font-size:.78rem;font-weight:900;letter-spacing:.12em}
html body.public-site .builder-journey__grid h3{margin:28px 0 12px;font-size:1.55rem}
html body.public-site .builder-journey__grid p{margin:0;line-height:1.62}

html body.public-site .builder-can-build{padding-top:110px;padding-bottom:120px}
html body.public-site .builder-can-build__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;
}
html body.public-site .builder-can-build__grid article{
  min-height:230px;padding:32px;border-top:4px solid #0b1b2d;background:#f4f7fa;
}
html body.public-site .builder-can-build__grid article:nth-child(2),
html body.public-site .builder-can-build__grid article:nth-child(5){border-color:#ff6a1a}
html body.public-site .builder-can-build__grid article:nth-child(3),
html body.public-site .builder-can-build__grid article:nth-child(6){border-color:#35d3e8}
html body.public-site .builder-can-build__grid span{color:#ed681f;font-size:.7rem;font-weight:900;letter-spacing:.14em}
html body.public-site .builder-can-build__grid h3{margin:22px 0 12px;font-size:1.55rem}
html body.public-site .builder-can-build__grid p{margin:0;line-height:1.62}

html body.public-site .builder-example{
  padding:105px 0;color:#fff;background:
  linear-gradient(115deg,rgba(255,106,26,.1),transparent 38%),
  #071423;
}
html body.public-site .builder-example__grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;
}
html body.public-site .builder-example h2{
  margin:14px 0 20px;color:#fff !important;font-size:clamp(2.5rem,4.4vw,4.9rem);line-height:1;letter-spacing:-.045em;
}
html body.public-site .builder-example p{color:#dce5ee !important;font-size:1.08rem;line-height:1.72}
html body.public-site .builder-example__card{
  padding:40px;border:1px solid rgba(53,211,232,.32);border-radius:20px;background:rgba(16,41,67,.72);
}
html body.public-site .builder-example__card>span{color:#ff9b45}
html body.public-site .builder-example blockquote{
  margin:22px 0 30px;color:#fff;font-size:clamp(1.5rem,2.6vw,2.45rem);font-weight:800;line-height:1.28;letter-spacing:-.025em;
}
html body.public-site .builder-example__card div{display:flex;flex-wrap:wrap;gap:8px}
html body.public-site .builder-example__card b{
  padding:9px 12px;border-radius:999px;color:#071423;background:#35d3e8;font-size:.75rem;
}

html body.public-site .builder-control{padding-top:110px;padding-bottom:110px}
html body.public-site .builder-control__grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start;
}
html body.public-site .builder-control h2{
  margin:14px 0 22px;font-size:clamp(2.4rem,4vw,4.5rem);line-height:1.02;letter-spacing:-.04em;
}
html body.public-site .builder-control__list{list-style:none;margin:0;padding:0}
html body.public-site .builder-control__list li{
  display:grid;grid-template-columns:54px 1fr;gap:22px;padding:24px 0;border-bottom:1px solid #cad5df;
}
html body.public-site .builder-control__list li>span{color:#ed681f;font-weight:900}
html body.public-site .builder-control__list b{font-size:1.12rem}
html body.public-site .builder-control__list p{margin:7px 0 0}
html body.public-site .builder-product-cta>div{align-items:center}
html body.public-site .builder-product-cta h2{max-width:850px}
html body.public-site .builder-product-cta p:not(.deck-eyebrow){max-width:700px;margin:16px 0 0}

@media(max-width:900px){
  html body.public-site .builder-product-hero{padding:76px 0}
  html body.public-site .builder-product-hero__grid,
  html body.public-site .builder-promise__grid,
  html body.public-site .builder-example__grid,
  html body.public-site .builder-control__grid{grid-template-columns:1fr;gap:48px}
  html body.public-site .builder-proof-strip>.public-container{grid-template-columns:1fr 1fr}
  html body.public-site .builder-proof-strip div div:nth-child(3){border-left:1px solid rgba(255,255,255,.25)}
  html body.public-site .builder-journey__grid,
  html body.public-site .builder-can-build__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  html body.public-site .builder-product-hero h1{font-size:3rem}
  html body.public-site .builder-conversation{padding:16px}
  html body.public-site .builder-conversation__prompt{margin-left:0}
  html body.public-site .builder-conversation__question{margin-right:0}
  html body.public-site .builder-conversation__result{display:grid}
  html body.public-site .builder-proof-strip>.public-container,
  html body.public-site .builder-journey__grid,
  html body.public-site .builder-can-build__grid{grid-template-columns:1fr}
  html body.public-site .builder-proof-strip div div,
  html body.public-site .builder-proof-strip div div:first-child,
  html body.public-site .builder-proof-strip div div:nth-child(3){border-left:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}
  html body.public-site .builder-promise,
  html body.public-site .builder-journey,
  html body.public-site .builder-can-build,
  html body.public-site .builder-example,
  html body.public-site .builder-control{padding-top:76px;padding-bottom:76px}
}


/* Commercial website scale and completed public sales surfaces */
html body.public-site .deck-hero h1,
html body.public-site .deck-page-hero h1,
html body.public-site .product-detail-hero h1,
html body.public-site .builder-product-hero h1{
  font-size:clamp(2.75rem,4.2vw,3.75rem) !important;
  line-height:1.04 !important;
  letter-spacing:-.04em !important;
}
html body.public-site .section-heading--deck h2,
html body.public-site .builder-promise h2,
html body.public-site .builder-example h2,
html body.public-site .builder-control h2{
  font-size:clamp(2.1rem,3.25vw,3rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
}
html body.public-site .product-story h2,
html body.public-site .prose-grid h2,
html body.public-site .contact-layout h2{
  font-size:clamp(1.9rem,2.7vw,2.65rem);
  line-height:1.12;
}
html body.public-site .builder-product-hero{padding-top:86px;padding-bottom:78px}
html body.public-site .builder-promise,
html body.public-site .builder-journey,
html body.public-site .builder-can-build,
html body.public-site .builder-example,
html body.public-site .builder-control{padding-top:88px;padding-bottom:88px}

html body.public-site .product-capability-grid article{
  min-height:154px;display:flex;flex-direction:column;justify-content:space-between;
}
html body.public-site .product-use-grid{
  display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px;
}
html body.public-site .product-use-grid .use-case{
  display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;
  margin:0;padding:18px 0;border-top:1px solid #ced8e2;
}
html body.public-site .product-use-grid .use-case span{
  color:#ed681f;font-size:.74rem;font-weight:900;letter-spacing:.12em;
}
html body.public-site .product-use-grid .use-case b{font-size:1.02rem}

html body.public-site .resource-guide-section{padding-top:84px;padding-bottom:96px}
html body.public-site .resource-guide-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;
}
html body.public-site .resource-guide-grid article{
  padding:34px;border-top:4px solid #35d3e8;
}
html body.public-site .resource-guide-grid article:nth-child(even){border-top-color:#ff6a1a}
html body.public-site .resource-guide-grid h2{
  margin:18px 0 12px;font-size:clamp(1.55rem,2.3vw,2.05rem);
}
html body.public-site .resource-guide-grid p{line-height:1.65}
html body.public-site .resource-guide-grid ul{margin:20px 0 0;padding:0;list-style:none}
html body.public-site .resource-guide-grid li{
  position:relative;padding:8px 0 8px 24px;color:#334a62;border-top:1px solid #e1e7ed;
}
html body.public-site .resource-guide-grid li::before{
  content:"";position:absolute;left:2px;top:16px;width:8px;height:8px;border-radius:50%;background:#35d3e8;
}

html body.public-site .site-next-step{
  padding:62px 0;color:#fff;background:linear-gradient(135deg,#0b2036,#103451);
  border-top:1px solid rgba(53,211,232,.2);
}
html body.public-site .site-next-step>.public-container{
  display:flex;align-items:center;justify-content:space-between;gap:48px;
}
html body.public-site .site-next-step .public-kicker{
  margin:0 0 8px;color:#ff9b45 !important;font-size:.72rem;font-weight:900;letter-spacing:.16em;
}
html body.public-site .site-next-step h2{
  margin:0;color:#fff !important;font-size:clamp(1.9rem,3vw,2.65rem);line-height:1.12;
}
html body.public-site .site-next-step p:not(.public-kicker){
  max-width:680px;margin:10px 0 0;color:#d9e4ed !important;line-height:1.55;
}
html body.public-site .site-next-step .public-actions{flex-shrink:0}

@media(max-width:820px){
  html body.public-site .deck-hero h1,
  html body.public-site .deck-page-hero h1,
  html body.public-site .product-detail-hero h1,
  html body.public-site .builder-product-hero h1{font-size:clamp(2.35rem,10vw,3rem) !important}
  html body.public-site .site-next-step>.public-container{display:grid;gap:28px}
  html body.public-site .resource-guide-grid{grid-template-columns:1fr}
}


/* Refined Builder middle-page system */
html body.public-site .builder-proof-strip{
  color:#f7f9fc;background:#0b263f;border-top:1px solid rgba(53,211,232,.22);
  border-bottom:1px solid rgba(53,211,232,.22);
}
html body.public-site .builder-proof-strip>.public-container{
  padding-top:0;padding-bottom:0;
}
html body.public-site .builder-proof-strip div div{
  min-height:86px;border-right:1px solid rgba(255,255,255,.1);
}
html body.public-site .builder-proof-strip div div:first-child{border-left:1px solid rgba(255,255,255,.1)}
html body.public-site .builder-proof-strip strong{color:#35d3e8;font-size:1.18rem}
html body.public-site .builder-proof-strip span{color:#f2f6fa;font-size:.92rem}

html body.public-site .builder-journey{
  padding:96px 0;color:#f7f9fc;background:
    radial-gradient(circle at 8% 20%,rgba(53,211,232,.08),transparent 27%),
    #071625;
}
html body.public-site .builder-journey__layout{
  display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:90px;align-items:start;
}
html body.public-site .builder-journey__intro{position:sticky;top:110px}
html body.public-site .builder-journey__intro h2{
  margin:14px 0 20px;color:#fff !important;font-size:clamp(2.25rem,3.4vw,3.3rem);line-height:1.06;letter-spacing:-.04em;
}
html body.public-site .builder-journey__intro>p:last-child{
  max-width:480px;margin:0;color:#c8d5e2 !important;font-size:1.05rem;line-height:1.7;
}
html body.public-site .builder-journey__grid{
  display:grid;grid-template-columns:1fr;gap:0;margin:0;
}
html body.public-site .builder-journey__grid article{
  position:relative;display:grid;grid-template-columns:64px 1fr;gap:22px;min-height:0;
  padding:24px 0;border:0;border-top:1px solid rgba(255,255,255,.14);border-radius:0;
  color:#fff;background:transparent;box-shadow:none;
}
html body.public-site .builder-journey__grid article:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
html body.public-site .builder-journey__grid article::after{display:none}
html body.public-site .builder-journey__grid article>span{
  display:grid;place-items:center;width:46px;height:46px;margin-top:2px;border:1px solid rgba(53,211,232,.55);
  border-radius:50%;color:#35d3e8;font-size:.72rem;font-weight:900;letter-spacing:.1em;
}
html body.public-site .builder-journey__grid h3{
  margin:0 0 7px;color:#fff !important;font-size:1.34rem;line-height:1.2;
}
html body.public-site .builder-journey__grid p{
  max-width:600px;margin:0;color:#bfcddb !important;line-height:1.58;
}

html body.public-site .builder-capabilities{
  padding:96px 0;color:#0b1b2d;background:#f7f9fb;
}
html body.public-site .builder-capabilities__layout{
  display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:90px;align-items:start;
}
html body.public-site .builder-capabilities__intro h2{
  margin:14px 0 20px;color:#0b1b2d;font-size:clamp(2.2rem,3.2vw,3.15rem);line-height:1.06;letter-spacing:-.04em;
}
html body.public-site .builder-capabilities__intro>p:last-child{
  max-width:480px;margin:0;color:#53687d;font-size:1.05rem;line-height:1.7;
}
html body.public-site .builder-capability-list{border-bottom:1px solid #cbd6e0}
html body.public-site .builder-capability-list article{
  display:grid;grid-template-columns:48px minmax(180px,.8fr) minmax(230px,1.2fr);gap:18px;align-items:center;
  padding:22px 0;border-top:1px solid #cbd6e0;
}
html body.public-site .builder-capability-list article>strong{color:#35aabd;font-size:.82rem;letter-spacing:.1em}
html body.public-site .builder-capability-list span{
  color:#e96622;font-size:.66rem;font-weight:900;letter-spacing:.13em;
}
html body.public-site .builder-capability-list h3{margin:6px 0 0;color:#0b1b2d;font-size:1.22rem}
html body.public-site .builder-capability-list p{margin:0;color:#53687d;line-height:1.55}

html body.public-site .builder-outcomes{
  padding:88px 0;color:#f7f9fc;background:
    linear-gradient(125deg,rgba(53,211,232,.07),transparent 42%),
    #0b263f;
}
html body.public-site .builder-outcomes__layout{
  display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:90px;align-items:center;
}
html body.public-site .builder-outcomes h2{
  margin:14px 0 20px;color:#fff !important;font-size:clamp(2.25rem,3.4vw,3.25rem);line-height:1.07;letter-spacing:-.04em;
}
html body.public-site .builder-outcomes__layout>div:first-child>p:last-child{
  max-width:560px;margin:0;color:#d2dee9 !important;font-size:1.04rem;line-height:1.7;
}
html body.public-site .builder-outcomes__list{border-top:1px solid rgba(255,255,255,.16)}
html body.public-site .builder-outcomes__list article{
  display:grid;grid-template-columns:52px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.16);
}
html body.public-site .builder-outcomes__list article>span{color:#35d3e8;font-size:.78rem;font-weight:900;letter-spacing:.1em}
html body.public-site .builder-outcomes__list h3{margin:0 0 6px;color:#fff !important;font-size:1.2rem}
html body.public-site .builder-outcomes__list p{margin:0;color:#bdccda !important;line-height:1.55}

@media(max-width:900px){
  html body.public-site .builder-journey__layout,
  html body.public-site .builder-capabilities__layout,
  html body.public-site .builder-outcomes__layout{grid-template-columns:1fr;gap:44px}
  html body.public-site .builder-journey__intro{position:static}
}
@media(max-width:650px){
  html body.public-site .builder-proof-strip>.public-container{grid-template-columns:1fr 1fr}
  html body.public-site .builder-proof-strip div div{min-height:76px;padding:14px 12px}
  html body.public-site .builder-capability-list article{
    grid-template-columns:38px 1fr;gap:12px;
  }
  html body.public-site .builder-capability-list article>p{grid-column:2}
}


/* How M.I.A.I Works */
html body.public-site .how-hero{
  padding:82px 0;color:#f7f9fc;background:
    radial-gradient(circle at 82% 18%,rgba(53,211,232,.14),transparent 30%),
    #071625;
}
html body.public-site .how-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:80px;align-items:center;
}
html body.public-site .how-hero h1{
  max-width:780px;margin:14px 0 22px;color:#fff !important;
  font-size:clamp(2.7rem,4.3vw,3.8rem);line-height:1.04;letter-spacing:-.04em;
}
html body.public-site .how-hero__grid>div:first-child>p:last-child{
  max-width:720px;margin:0;color:#d2dee9 !important;font-size:1.08rem;line-height:1.7;
}
html body.public-site .how-hero__path{border-top:1px solid rgba(255,255,255,.18)}
html body.public-site .how-hero__path div{
  display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:center;padding:20px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}
html body.public-site .how-hero__path span{color:#35d3e8;font-size:.72rem;font-weight:900;letter-spacing:.12em}
html body.public-site .how-hero__path b{color:#fff;font-size:1.05rem}

html body.public-site .how-partnership{padding:88px 0;background:#fff}
html body.public-site .how-partnership__grid{
  display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:90px;align-items:start;
}
html body.public-site .how-partnership h2{
  margin:14px 0 0;color:#0b1b2d;font-size:clamp(2.2rem,3.3vw,3.1rem);line-height:1.07;letter-spacing:-.04em;
}
html body.public-site .how-partnership__columns{
  display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #cbd7e1;border-bottom:1px solid #cbd7e1;
}
html body.public-site .how-partnership__columns article{padding:28px 30px}
html body.public-site .how-partnership__columns article+article{border-left:1px solid #cbd7e1}
html body.public-site .how-partnership__columns span{color:#e96622;font-size:.7rem;font-weight:900;letter-spacing:.14em}
html body.public-site .how-partnership__columns ul{margin:20px 0 0;padding:0;list-style:none}
html body.public-site .how-partnership__columns li{
  position:relative;padding:12px 0 12px 22px;color:#334a62;border-top:1px solid #e1e7ed;line-height:1.45;
}
html body.public-site .how-partnership__columns li::before{
  content:"";position:absolute;left:1px;top:20px;width:8px;height:8px;border-radius:50%;background:#35d3e8;
}

html body.public-site .how-flow{padding:92px 0;background:#edf3f7}
html body.public-site .how-flow__heading{max-width:760px;margin-bottom:48px}
html body.public-site .how-flow__heading h2{
  margin:14px 0 14px;color:#0b1b2d;font-size:clamp(2.2rem,3.4vw,3.15rem);line-height:1.07;letter-spacing:-.04em;
}
html body.public-site .how-flow__heading>p:last-child{margin:0;color:#53687d;font-size:1.04rem;line-height:1.65}
html body.public-site .how-flow__steps{
  display:grid;grid-template-columns:repeat(3,1fr);column-gap:34px;row-gap:0;border-bottom:1px solid #c6d3de;
}
html body.public-site .how-flow__steps article{
  display:grid;grid-template-columns:42px 1fr;gap:14px;min-height:170px;padding:26px 0;border-top:1px solid #c6d3de;
}
html body.public-site .how-flow__steps article>span{color:#35aabd;font-size:.74rem;font-weight:900;letter-spacing:.1em}
html body.public-site .how-flow__steps h3{margin:0 0 9px;color:#0b1b2d;font-size:1.3rem}
html body.public-site .how-flow__steps p{margin:0;color:#53687d;line-height:1.58}

html body.public-site .how-start{padding:86px 0;background:#fff}
html body.public-site .how-start__grid{
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;align-items:stretch;
}
html body.public-site .how-start__grid>div{padding:24px 34px 24px 0}
html body.public-site .how-start h2{
  margin:14px 0 0;color:#0b1b2d;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.035em;
}
html body.public-site .how-start article{
  padding:30px;border:1px solid #c9d6e0;border-top:4px solid #35d3e8;border-radius:14px;background:#f9fbfc;
}
html body.public-site .how-start article:last-child{border-top-color:#ff6a1a}
html body.public-site .how-start article>span{color:#e96622;font-size:.68rem;font-weight:900;letter-spacing:.14em}
html body.public-site .how-start h3{margin:18px 0 10px;color:#0b1b2d;font-size:1.35rem}
html body.public-site .how-start article p{color:#53687d;line-height:1.58}
html body.public-site .how-start article a{color:#087f91;font-weight:850}

/* Contact */
html body.public-site .contact-hero{
  padding:76px 0;color:#f7f9fc;background:
    radial-gradient(circle at 84% 16%,rgba(53,211,232,.13),transparent 30%),
    #071625;
}
html body.public-site .contact-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:90px;align-items:end;
}
html body.public-site .contact-hero h1{
  margin:14px 0 20px;color:#fff !important;font-size:clamp(2.7rem,4.1vw,3.7rem);line-height:1.04;letter-spacing:-.04em;
}
html body.public-site .contact-hero__grid>div:first-child>p:last-child{
  max-width:760px;margin:0;color:#d2dee9 !important;font-size:1.08rem;line-height:1.68;
}
html body.public-site .contact-hero__note{
  padding:24px 0;border-top:1px solid rgba(53,211,232,.45);border-bottom:1px solid rgba(255,255,255,.16);
}
html body.public-site .contact-hero__note span{color:#35d3e8;font-size:.7rem;font-weight:900;letter-spacing:.14em}
html body.public-site .contact-hero__note p{margin:10px 0 0;color:#e1e9f0 !important;line-height:1.55}

html body.public-site .contact-sales{padding:88px 0 100px;background:#eef3f7}
html body.public-site .contact-sales__grid{
  display:grid;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:28px;align-items:stretch;
}
html body.public-site .contact-guide{
  padding:38px;color:#f7f9fc;border-radius:18px;background:
    linear-gradient(145deg,rgba(53,211,232,.08),transparent 45%),
    #0b263f;
}
html body.public-site .contact-guide h2{
  margin:14px 0 30px;color:#fff !important;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.035em;
}
html body.public-site .contact-guide__options{border-top:1px solid rgba(255,255,255,.16)}
html body.public-site .contact-guide__options article{
  display:grid;grid-template-columns:46px 1fr;gap:16px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.16);
}
html body.public-site .contact-guide__options article>span{color:#35d3e8;font-size:.72rem;font-weight:900}
html body.public-site .contact-guide__options h3{margin:0 0 5px;color:#fff !important;font-size:1.1rem}
html body.public-site .contact-guide__options p{margin:0;color:#bdccda !important;line-height:1.5}
html body.public-site .contact-guide__next{margin-top:28px;padding:22px;border:1px solid rgba(53,211,232,.25);border-radius:12px}
html body.public-site .contact-guide__next span{color:#ff9b45;font-size:.68rem;font-weight:900;letter-spacing:.13em}
html body.public-site .contact-guide__next p{margin:10px 0 0;color:#d4dfe8 !important;line-height:1.55}

html body.public-site .contact-form--sales{
  padding:40px;border:1px solid #cfdae3;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(14,39,64,.08);
}
html body.public-site .contact-form__heading{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #d9e2e9}
html body.public-site .contact-form__heading>span{color:#e96622;font-size:.7rem;font-weight:900;letter-spacing:.14em}
html body.public-site .contact-form__heading h2{margin:8px 0;color:#0b1b2d;font-size:2rem}
html body.public-site .contact-form__heading p{margin:0;color:#5a6d81}
html body.public-site .contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
html body.public-site .contact-form--sales label{color:#172a3e;font-weight:750}
html body.public-site .contact-form--sales label small{color:#75879a;font-weight:500}
html body.public-site .contact-form--sales input,
html body.public-site .contact-form--sales textarea{
  border:1px solid #bfcdda;background:#fbfcfd;box-shadow:none;
}
html body.public-site .contact-form--sales input:focus,
html body.public-site .contact-form--sales textarea:focus{
  outline:3px solid rgba(53,211,232,.22);border-color:#2db8ca;
}
html body.public-site .contact-form__submit{
  display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:4px;
}
html body.public-site .contact-form__submit .form-note{max-width:330px;margin:0;color:#66798d;font-size:.82rem}

@media(max-width:900px){
  html body.public-site .how-hero__grid,
  html body.public-site .how-partnership__grid,
  html body.public-site .contact-hero__grid,
  html body.public-site .contact-sales__grid{grid-template-columns:1fr;gap:44px}
  html body.public-site .how-start__grid{grid-template-columns:1fr 1fr}
  html body.public-site .how-start__grid>div{grid-column:1/-1}
}
@media(max-width:680px){
  html body.public-site .how-partnership__columns,
  html body.public-site .how-flow__steps,
  html body.public-site .how-start__grid,
  html body.public-site .contact-form__row{grid-template-columns:1fr}
  html body.public-site .how-partnership__columns article+article{border-left:0;border-top:1px solid #cbd7e1}
  html body.public-site .contact-guide,
  html body.public-site .contact-form--sales{padding:26px 22px}
  html body.public-site .contact-form__submit{display:grid}
}
