:root{
  --teal:#17B2A6;
  --navy:#0B1D2D;
  --navy-2:#071828;
  --slate:#334A5C;
  --ice:#B7CAD6;
  --light:#E6EBEF;
  --white:#FFFFFF;
  --blue:#2588ff;
  --shadow:0 18px 40px rgba(11,29,45,.10);
  --radius:14px;
  --max:1190px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;color:var(--navy);line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 72px));margin-inline:auto}
.section-dark{background:radial-gradient(circle at 20% 10%,#113154 0%,var(--navy) 48%,#061523 100%);color:#fff}
.section-light{background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}
.section-light-alt{background:linear-gradient(90deg,#eef6fa 0%,#fff 52%,#eef6fa 100%)}
.site-header{background:var(--navy);border-bottom:2px solid rgba(23,178,166,.55);position:sticky;top:0;z-index:50}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:232px;height:auto;display:block}
.main-nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:700;color:#fff}
.main-nav a:not(.btn){opacity:.92}
.main-nav a:not(.btn):hover{color:var(--teal)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--teal);color:#fff;border:1px solid var(--teal);border-radius:7px;padding:15px 25px;font-weight:800;font-size:15px;line-height:1;box-shadow:0 10px 26px rgba(23,178,166,.22);transition:.2s ease}
.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.btn-small{padding:13px 18px;font-size:13px}
.btn-outline{background:transparent;border-color:rgba(23,178,166,.85);box-shadow:none;color:#fff;min-width:215px}
.btn-outline:hover{background:rgba(23,178,166,.10)}
.hero{padding:64px 0 68px}
.hero-grid{display:grid;grid-template-columns:1fr 540px;gap:72px;align-items:center}
.hero h1{font-size:15px;line-height:1.0;letter-spacing:-.02em;margin:0 0 26px;font-weight:200;color:rgba(255,255,255,.95)}
.proof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin:28px 0 30px;max-width:660px}
.proof-row div{display:flex;align-items:center;gap:9px;color:#fff;font-weight:700;font-size:12px;line-height:1.2}
.proof-row i{color:var(--teal);font-size:25px;min-width:27px;text-align:center}
.hero-actions{display:flex;gap:22px;align-items:center}
.profile-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:grid;grid-template-columns:220px 1fr;overflow:hidden;color:var(--navy);min-height:390px}
.profile-photo-wrap{background:linear-gradient(180deg,#eef3f6 0%,#ffffff 100%);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.profile-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:51% 0%}
.profile-copy{padding:30px 30px 26px}
.profile-copy h2{font-size:25px;margin:0 0 3px;font-weight:800}
.profile-copy 
.role{font-weight:800;color:#168ee4;margin:0 0 20px}
.profile-copy p{font-size:14px;font-weight:700;margin:0 0 18px;line-height:1.5}
.text-link{display:inline-block;color:#168ee4;text-decoration:underline;font-weight:800;margin-top:4px}
.section-heading{text-align:center;margin-bottom:32px}
.section-heading h2{font-size:27px;line-height:1.1;margin:0 0 8px;letter-spacing:-.01em}
.section-heading p{margin:0;font-size:15px;color:var(--slate);font-weight:600}
.section-heading.compact{margin-bottom:24px}
.section-heading.inverse h2,.section-heading.inverse p{color:#fff}.problems{padding:32px 0 50px}
.six-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.mini-card{background:#fff;border:1px solid rgba(183,202,214,.46);border-radius:8px;box-shadow:0 8px 20px rgba(11,29,45,.05);padding:22px 14px 20px;text-align:center;min-height:188px}
.mini-card i{font-size:29px;color:var(--teal);height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.mini-card h3{font-size:17px !important;line-height:1.12;margin:0 0 12px;font-weight:900; color: var(--teal)}
.mini-card p{font-size:14px !important;line-height:1.38;font-weight:700;margin:0;color:#0c2440}
.value-strip{padding:32px 0 38px}
.value-inner{display:grid;grid-template-columns:125px 1fr;gap:32px;align-items:center}
.value-icon i{font-size:84px;color:#2b85de}
.value-inner h2{font-size:28px;line-height:1.1;margin:0 0 11px}
.value-inner p{margin:0;font-size:16px;font-weight:700;color:#0b1d2d;max-width:960px}
.services{padding:36px 0 54px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 26px}
.service-card{display:grid;grid-template-columns:78px 1fr;gap:18px;background:#fff;border:1px solid rgba(183,202,214,.46);border-radius:8px;box-shadow:0 8px 20px rgba(11,29,45,.04);padding:22px 24px;min-height:120px;align-items:center}
.service-card 
.icon-box{display:flex;align-items:center;text-align:center;justify-content:center;height:78px} 
.icon-box2{display:flex;align-items:center;text-align:center;justify-content:center}
.service-card i{font-size:50px;color:var(--teal)}
.service-card h3{font-size:17px;margin:0 0 6px;font-weight:900; color: var(--teal)}
.service-card p{font-size:14px;line-height:1.38;font-weight:700;margin:0;color:#0c2440}
.why{padding:44px 0 58px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(183,202,214,.12);border-bottom:1px solid rgba(183,202,214,.12)}
.why-grid article{display:grid;grid-template-columns:80px 1fr;gap:22px;align-items:center;min-height:140px;padding:22px 34px;border-right:1px solid rgba(183,202,214,.16);border-bottom:1px solid rgba(183,202,214,.16)}
.why-grid article:nth-child(3n){border-right:0}
.why-grid article:nth-child(n+4){border-bottom:0}
.why-grid i{font-size:50px;color:var(--teal);text-align:center}
.why-grid h3{font-size:17px;line-height:1.15;margin:0 0 6px; color: var(--teal)}
.why-grid p{margin:0;color:rgba(255,255,255,.86);font-size:14px;font-weight:600;line-height:1.35}
.pricing{padding:24px 0 30px}
.pricing-row{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:26px;align-items:stretch;max-width:1020px;margin:0 auto 18px}
.price-card{background:#fff;border:1px solid rgba(183,202,214,.46);border-radius:9px;box-shadow:0 8px 22px rgba(11,29,45,.04);padding:18px 26px;text-align:center}
.price{margin:0 0 7px!important;white-space:nowrap}
.price span{font-size:14px;color:#0b1d2d;font-weight:700}
.price strong{font-size:30px;color:#168ee4 !important;font-weight:900}
.price em{font-size:15px;color:#168ee4;font-style:normal;font-weight:900}
.price-card p{margin:0;font-weight:800;color:#0b1d2d}
.price-info{display:flex;align-items:center;gap:24px;text-align:left;justify-content:center}
.price-info i{font-size:42px;color:#168ee4}
.support-line{text-align:center;margin:0 0 18px;font-weight:700;color:#334a5c}
.built{margin-top:0}
.built-row{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.built-row div{background:#fff;border:1px solid rgba(183,202,214,.55);border-radius:8px;min-height:62px;display:flex;align-items:center;justify-content:center;gap:10px;color:#0b1d2d;font-size:13px;font-weight:800}
.built-row i{font-size:28px;color:#168ee4}
.trust-strip{background:linear-gradient(90deg,#17B2A6 0%,#12a89c 58%,#0e9087 100%);color:#fff;padding:30px 0}
.trust-inner{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:28px}
.trust-inner>i{font-size:92px;text-align:center;color:#fff}
.trust-inner p{font-size:24px;line-height:1.23;margin:0;font-weight:500; color:#ffffff !important}
.trust-inner p strong{font-weight:500;color:var(--navy);}
.trust-inner span{font-size:16px}
.final-cta{padding:34px 0 36px;text-align:center}
.final-inner{display:grid;grid-template-columns:180px 1fr 180px;align-items:center}
.final-inner>i{font-size:86px;color:#77b9ff}
.final-inner h2{font-size:31px;line-height:1.13;margin:0 0 10px}
.final-inner p{font-size:15px;margin:0 0 18px;color:rgba(255,255,255,.9);font-weight:600}
.final-inner .btn{padding:13px 34px}.site-footer{background:#071828;color:#fff;border-top:1px solid rgba(183,202,214,.12);padding:20px 0}.footer-inner{display:flex;align-items:center;justify-content:center;gap:30px;font-size:14px;color:rgba(255,255,255,.84)}
.footer-inner a{text-decoration:underline;text-underline-offset:3px}

@media (max-width:1100px){.container{width:min(100% - 40px,var(--max))}
.hero-grid{grid-template-columns:1fr;gap:36px}
.profile-card{max-width:620px}
.six-grid{grid-template-columns:repeat(3,1fr)}
.service-grid{grid-template-columns:1fr 1fr}
.why-grid{grid-template-columns:1fr 1fr}
.why-grid article{border-right:0}
.pricing-row{grid-template-columns:1fr}
.built-row{grid-template-columns:repeat(3,1fr)}
.final-inner{grid-template-columns:1fr}
.final-inner>i{margin-bottom:18px}
.main-nav{gap:18px}
.brand img{width:210px}}

@media (max-width:760px){.header-inner{height:auto;padding:16px 0;gap:18px;align-items:flex-start}.main-nav{flex-wrap:wrap;justify-content:flex-start}.main-nav .btn-small{width:100%}
.hero{padding:44px 0}
.hero h1{font-size:22px}.lead{font-size:16px}.proof-row{grid-template-columns:1fr 1fr}
.hero-actions{flex-direction:column;align-items:stretch}.profile-card{grid-template-columns:1fr}.profile-photo-wrap{height:340px}.six-grid,.service-grid,.why-grid,.built-row{grid-template-columns:1fr}.value-inner,.trust-inner{grid-template-columns:1fr;text-align:center}.value-icon i,.trust-inner>i{font-size:72px}.trust-inner p{font-size:20px}.footer-inner{flex-wrap:wrap;gap:12px}.service-card{grid-template-columns:72px 1fr}.why-grid article{grid-template-columns:72px 1fr;padding:22px 8px}.pricing{padding-top:38px}}

.lead{font-size:17px !important;max-width:650px !important;margin:0 0 28px;color:rgba(169,168,168,.95) !important}

/* Force hero headline font size */
body .hero .hero-copy h1 {
  font-size: 36px !important;
  line-height: 1.12 !important;
}

@media (max-width:760px) {
  body .hero .hero-copy h1 {
    font-size: 38px !important;
    line-height: 1.14 !important;
  }
}

/* =========================================================
   STABILI / Zoho LandingPage white-border removal overrides
   Add these near the end of the CSS so they override Zoho.
   ========================================================= */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
  background: #0B1D2D !important;
}

body {
  border: 0 !important;
}

/* Remove spacing from common Zoho wrappers around custom code blocks. */
.zpcontent-wrapper,
.zpcontent-container,
.zpcontainer,
.zpcontainer-fluid,
.zpsection,
.zpsection-container,
.zpsection-content,
.zprow,
.zpcolumn,
.zpelement,
.zpelem-wrapper,
.zpelem-html,
.zpelem-code,
.zpcustomhtml,
.zpcode,
.zptext,
.zpcontent,
.zpcontent-block,
.zpcontent-area,
.zpsite-container,
.zpsite-content,
.zpbody,
.zpbody-wrapper,
.theme-content-area,
.theme-content-container,
.theme-container,
.theme-section,
.theme-row,
.theme-column {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Break the STABILI sections out of any boxed Zoho container. */
.site-header,
.hero,
.problems,
.value-strip,
.services,
.why,
.pricing,
.trust-strip,
.final-cta,
.site-footer {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-sizing: border-box !important;
}

.site-header {
  margin-top: 0 !important;
}

.site-footer {
  margin-bottom: 0 !important;
}

/* Keep internal content centred after full-bleed breakout. */
.site-header > .container,
.hero > .container,
.problems > .container,
.value-strip > .container,
.services > .container,
.why > .container,
.pricing > .container,
.trust-strip > .container,
.final-cta > .container,
.site-footer > .container {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Remove accidental top/bottom gaps caused by first/last children. */
.site-header:first-child,
.hero:first-child {
  margin-top: 0 !important;
}

.site-footer:last-child,
.final-cta:last-child {
  margin-bottom: 0 !important;
}

@media (max-width:760px) {
  body .hero .hero-copy h1 {
    font-size: 38px !important;
    line-height: 1.14 !important;
  }

  .site-header,
  .hero,
  .problems,
  .value-strip,
  .services,
  .why,
  .pricing,
  .trust-strip,
  .final-cta,
  .site-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
}

/* =========================================================
   STABILI mobile layout refinements
   - Mobile header: logo, menu row, CTA row
   - Mobile profile image support
   - Mobile trust shield centering
   - Mobile Zoho form label/input alignment
   ========================================================= */

.profile-photo-wrap picture {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.profile-photo-wrap picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width:760px) {
  .header-inner {
    height: auto !important;
    padding: 16px 0 18px !important;
    gap: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .brand {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .brand img {
    width: 210px !important;
    max-width: 90% !important;
    margin: 0 auto !important;
  }

  .main-nav {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 0 !important;
    row-gap: 12px !important;
    text-align: center !important;
  }

  .main-nav > a:not(.btn) {
    display: inline-block !important;
    padding: 0 12px !important;
    line-height: 1 !important;
    border-right: 1px solid rgba(255,255,255,.55) !important;
  }

  .main-nav > a[href="#pricing"] {
    border-right: 0 !important;
  }

  .main-nav > .btn-small {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: auto !important;
    margin-top: 0 !important;
  }

  .trust-inner {
    justify-items: center !important;
    text-align: center !important;
  }

  .trust-inner > i {
    display: block !important;
    justify-self: center !important;
    width: 100% !important;
    margin: 0 auto 14px !important;
    text-align: center !important;
  }
}

@media all and (max-width:600px) {
  #crmWebToEntityForm.zcwf_lblRight .zcwf_row:not(.wfrm_fld_dpNn) {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 15px 0 !important;
  }

  #crmWebToEntityForm.zcwf_lblRight .zcwf_col_lab {
    width: 34% !important;
    min-width: 96px !important;
    float: none !important;
    text-align: left !important;
    padding: 0 6px 0 0 !important;
    margin: 5px 0 0 0 !important;
  }

  #crmWebToEntityForm.zcwf_lblRight .zcwf_col_fld {
    width: 66% !important;
    float: none !important;
    padding: 0 0 0 6px !important;
    margin-top: 0 !important;
  }

  #crmWebToEntityForm.zcwf_lblRight .zcwf_col_fld input[type=text],
  #crmWebToEntityForm.zcwf_lblRight .zcwf_col_fld textarea,
  #crmWebToEntityForm.zcwf_lblRight .zcwf_col_fld_slt {
    width: 100% !important;
    float: none !important;
  }

  #crmWebToEntityForm .stabili-form-actions{
  	width: 100% !important;
  	max-width: 100% !important;
  	float: none !important;
  	padding: 0 !important;
  	margin-top: 0 !important;
  	display: flex !important;
  	flex-direction: column !important;
  	gap: 12px !important;
  }
  #crmWebToEntityForm button.stabili-submit-btn,
  #crmWebToEntityForm button.stabili-reset-btn{
  	width: 100% !important;
  	max-width: 100% !important;
  	min-width: 0 !important;
  	display: inline-flex !important;
  	justify-content: center !important;
  }
}

/* =========================================================
   MOBILE HEADER ROW FIX + MOBILE TRUST SHIELD CENTER FIX
   Purpose: mobile only, placed last to beat earlier/Zoho CSS.
   ========================================================= */
.main-nav-links,
.main-nav-cta {
  display: flex;
  align-items: center;
}

.main-nav-links {
  gap: 32px;
}

.main-nav-cta {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .site-header .header-inner {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 0 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    text-align: center !important;
  }

  .site-header .brand {
    order: 1 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }

  .site-header .brand img {
    display: block !important;
    width: 210px !important;
    max-width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .site-header .main-nav {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .site-header .main-nav-links {
    order: 1 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .site-header .main-nav-links a {
    display: inline-block !important;
    width: auto !important;
    padding: 0 12px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    border-right: 1px solid rgba(255,255,255,.55) !important;
    white-space: nowrap !important;
  }

  .site-header .main-nav-links a:last-child {
    border-right: 0 !important;
  }

  .site-header .main-nav-cta {
    order: 2 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .site-header .main-nav-cta .btn-small,
  .site-header .main-nav .btn-small {
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 13px 18px !important;
  }

  .trust-strip .trust-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .trust-strip .trust-inner > i.fa-shield-halved,
  .trust-strip .trust-inner > i.trust-shield-icon,
  .trust-shield-icon {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 auto 14px auto !important;
    padding: 0 !important;
    text-align: center !important;
    align-self: center !important;
    justify-self: center !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }
}

/* =========================================================
   MOBILE FORM BUTTON FULL-WIDTH FIX
   Purpose: mobile only, placed last to override earlier Zoho/form CSS.
   ========================================================= */
@media (max-width: 760px) {
  #crmWebToEntityForm .stabili-form-actions {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  #crmWebToEntityForm button.stabili-submit-btn,
  #crmWebToEntityForm button.stabili-reset-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
}
