/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@font-face {
  font-family: 'HK Grotesk';
  font-weight: 400;
  src: url("https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Fonts/HKGrotesk-Fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 500;
  src: url("https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Fonts/HKGrotesk-Fonts/HKGrotesk-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 600;
  src: url("https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Fonts/HKGrotesk-Fonts/HKGrotesk-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: 'HK Grotesk';
  font-weight: 700;
  src: url("https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Fonts/HKGrotesk-Fonts/HKGrotesk-Bold.otf") format("opentype");
}
 
* {
  box-sizing:border-box;
}
body {
  font-size: 24px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  font-family: 'HK Grotesk';
  margin: 0;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding:0 20px;
  font-family: 'HK Grotesk';
} 
h1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  color: #000000;
  font-family: 'HK Grotesk';
}
h2 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  color: #000000;
  font-family: 'HK Grotesk';
}
h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
  color: #000000;
  font-family: 'HK Grotesk';
}
h5 {
  font-family: 'HK Grotesk';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  font-family: 'HK Grotesk';
}

.btn-red {
  background: linear-gradient(91.69deg, rgba(252, 96, 47, 0.64) 25.73%, rgba(255, 30, 84, 0.64) 79.99%);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 58px !important;
  font-size: 21px !important;
  line-height: 31px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-family: 'HK Grotesk' !important;
  text-transform: capitalize !important;
  border:0;
  display:inline-block;
  text-decoration:none;
}
.btn-blue {
  background: linear-gradient(91.69deg, #7F3AED 25.73%, rgba(96, 94, 246, 0.76) 79.99% !important);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.25) !important;
  border-radius: 58px !important;
}
.btn-border {
  padding: 14px 57px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  border-radius: 58px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); !important
  font-family: 'HK Grotesk' !important;
  text-transform: capitalize !important;
  text-decoration:none;
  display:inline-block;
}
.btn-border-pink {
  border: 3px solid #FF006E !important;
  color: #FF006E !important;
}
.btn-border-yellow {
  border:3px solid #FFCC3B !important;
  color: #FFCC3B !important;
}
.btn-border-orange {
  border:3px solid #FA5708 !important;
  color: #FA5708 !important;
}
.btn-border-purple {
  border:3px solid #8238ED !important;
  color: #8238ED !important;
}
.btn-border-blue {
  border:3px solid #4689F7 !important;
  color: #4689F7 !important;
}
.btn-footer {
  background: #EC356F !important;
  border-radius: 52px !important;
  font-size: 25px!important;
  line-height: 33px!important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  font-family: 'HK Grotesk' !important;
  padding: 11px 22px !important;
  text-decoration:none!important;
  display:inline-block!important;
}


/* Blog Template Css Start */

.cronyx-new-blog-hero-module{
  position: relative;
  overflow: hidden;
}
.cronyx-new-blog-hero-module:before{
  content: "";
  position: absolute;
  background-image: url(https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Blog%20Images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -178px;
  right:0;
  bottom:auto;
}
.cronyx-new-blog-hero-module:after{
  content: "";
  position: absolute;
  background-image: url(https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/About/blog-bg-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-info{
  padding: 112px 59px 0 51px;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-content{
  background: #F1F6FB;
  margin:0 55px;
  padding:44px 73px 40px 62px;
}
.cronyx-new-blog-hero-module .cronyx-new-blog-hero-content p span{
  font-weight:700;
}
.cronyx-new-blog-author-module{
  background: #F1F6FB;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding:30px 43px 58px 23px;
  margin:46px 53px 0 53px;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-module-inner{
  display:flex;
  align-items:center;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-info{
  margin-left: 35px;
}
.cronyx-new-blog-author-module h3{
  margin-bottom:28px;
}
.cronyx-new-blog-author-module h3 span{
  font-weight:500!important;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-img{
  text-align:center;
}
.cronyx-new-blog-author-module .cronyx-new-blog-author-img img{
  max-width:460px;
  height:auto;
  margin:auto;
}
.cronyx-new-other-post-module{
  padding: 0px 40px 216px;
  position: relative;
}
.cronyx-new-other-post-module:before{
  content: "";
  position: absolute;
  background-image: url(https://5663599.fs1.hubspotusercontent-na1.net/hubfs/5663599/Blog%20Images/blog-other-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top:-763px;
  right:0;
  left:auto;
  z-index: -1;
}
.cronyx-new-other-post-module{
  padding:88px 43px 125px 24px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-module-inner h1{
  text-align:center;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main{ 
  display:flex;
  margin-top:54px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box{
  padding:26px 44px 46px 32px; 
  background: rgba(241, 246, 251, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin:0 20px;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box h3{
  font-weight:700!important;
}
.cronyx-new-other-post-module .cronyx-new-other-post-main-box img{
  width: 100%;
  max-width: 100%;
}
.cronyx-new-other-post-module a{ 
  border-radius: 58px!important;
  font-size: 21px!important;
  line-height: 31px!important;
  font-weight: 500!important;
  text-transform: capitalize!important;
  display: inline-block;
  text-decoration: none;
  padding: 9px 53px;
}
.cronyx-new-other-post-module  a.btn{
  background: #7f3aed;
  border: 3px solid #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  margin-top:77px;
}

/* Blog Template Css End */



/* blog topic css */


/* content */
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box{
  max-width:500px;
  width:100%;
  background: rgba(241, 246, 251, 0.6);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding:26px 32px;
  margin:30px 15px 0;
}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box h3{
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight:700!important;
}
.cronyx-new-blog-topic-module .cronyx-new-blog-topic-main-box img{
  max-width:100%;
  width:100%;
}

.cronyx-new-blog-box-content a {
    color: #000;
}

.cronyx-new-blog-box-content a:hover {
    color: #8c19e6;
}

.cronyx-new-blog-box-head {
    position: relative;
}

.cronyx-new-blog-box-head a {position: absolute;width: 100%;left: 0;height: 100%;z-index: 1;top: 0;}


.cronyx-new-blog-topic-module .cronyx-new-blog-text-main a{
  background: #7F3AED;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  margin-top:95px;
}
@media(max-width:1200px){
  .cronyx-new-blog-topic-module ul{
    justify-content: space-between;
    width: 100%;
    display: -webkit-inline-box;
    overflow-x: auto;
  }
  .cronyx-new-blog-topic-module .nav {
    flex-wrap: nowrap!important;
  }
}



@media(max-width: 1200px) {
  .cronyx-new-other-post-module .cronyx-new-other-post-main-box{
    padding:15px;
  }
}

@media(max-width: 1024px) {
  body {
    font-size: 22px;
    line-height: 25px;
  }
  h1{
    font-size: 54px;
    line-height: 64px;
  }
  h2{
    font-size:40px;
    line-height: 50px;
  }
  h3{
    font-size: 34px;
    line-height: 44px;
  }
  p{
    font-size: 22px;
    line-height: 25px;
  }
}


@media(max-width:991px){
  .cronyx-new-blog-hero-module .cronyx-new-blog-hero-content {
    margin: 0 30px;
    padding:30px;
  }
  .cronyx-new-blog-hero-module:before{
    top:-92px;
  }
  .cronyx-new-other-post-module .cronyx-new-other-post-main{
    display:block;
  }
  .cronyx-new-other-post-module .cronyx-new-other-post-main-box{
    margin-top:30px;
    padding:30px;
  }
  .cronyx-new-blog-author-module .cronyx-new-blog-author-module-inner{
    display:block;
  }
  .cronyx-new-blog-author-module .cronyx-new-blog-author-img img{
    width:100%;
  }
}


@media(max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 23px;
  }
  h1{
    font-size: 44px;
    line-height: 54px;
  }
  h2{
    font-size:30px;
    line-height: 40px;
  }
  h3{
    font-size: 26px;
    line-height: 36px;
  }
  p{
    font-size: 20px;
    line-height: 23px;
  }
}



a { color: #3B87FF  }
.hs_cos_wrapper_type_rich_text ul li:before {
    color: #FF1493  !important;
}

.btn-purple:empty {
    display: none !important;
} 


















/* ===========================================================================
   CRO:NYX Blog Content Modules
   ---------------------------------------------------------------------------
   Reusable, indexable patterns for the blog post rich text body.
   Replaces text-baked-into-PNG with semantic HTML + brand-matched CSS.

   Scope: everything is namespaced under .cronyx-new-blog-hero-content so
   it cannot leak into other pages or modules.

   Patterns:
     1. .cronyx-eyebrow         small uppercase pink label above an H2
     2. .cronyx-overview-table  pink-header snapshot/comparison table
     3. .cronyx-callout         pink-border container (use --checks for tick list)
     4. .cronyx-step-flow       horizontal numbered cards with arrow connectors
     5. .cronyx-stat-trio       3-column big-number stat grid
     6. .cronyx-stat-card       single big-number stat card (reusable inside trio)

   Last updated: 2026-05-20
   =========================================================================== */


/* ---------- Brand tokens (locally scoped, easy to tweak) ---------- */

.cronyx-new-blog-hero-content {
  --cronyx-pink:        #FF1493;
  --cronyx-pink-soft:   rgba(255, 20, 147, 0.08);
  --cronyx-pink-border: rgba(255, 20, 147, 0.18);
  --cronyx-ink:         #2B3B46;
  --cronyx-ink-soft:    #6B7A85;
  --cronyx-panel:       #F5F6F8;
  --cronyx-panel-edge:  #E6E8EC;
  --cronyx-shadow:      0 4px 4px rgba(0, 0, 0, 0.08);
  --cronyx-radius:      14px;
  --cronyx-radius-pill: 999px;
  --cronyx-gap:         24px;
}


/* ===========================================================================
   1. Eyebrow label (sits above an H2)
   =========================================================================== */

.cronyx-new-blog-hero-content .cronyx-eyebrow {
  display: block;
  margin: 40px 0 8px;
  font-family: 'HK Grotesk', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cronyx-pink);
}

.cronyx-new-blog-hero-content .cronyx-eyebrow + h2 {
  margin-top: 0;
}



/* ===========================================================================
   2. Overview table
   ---------------------------------------------------------------------------
   Markup pattern:
     <table class="cronyx-overview-table">
       <thead>
         <tr><th>Industry</th><th>Platforms</th><th>Hubs</th><th>Integration</th></tr>
       </thead>
       <tbody>
         <tr>
           <td>Yacht &amp; Boat Charter</td>
           <td>
             <span class="cronyx-pill">HubSpot</span>
             <span class="cronyx-pill">PlanYo</span>
           </td>
           <td>Sales Hub, Marketing Hub</td>
           <td>Bi-Directional API Sync</td>
         </tr>
       </tbody>
     </table>
   =========================================================================== */

.cronyx-new-blog-hero-content .cronyx-overview-table {
  width: 100%;
  margin: 32px 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--cronyx-panel-edge);
  border-radius: var(--cronyx-radius);
  overflow: hidden;
  font-family: 'HK Grotesk', Helvetica, Arial, sans-serif;
}


.cronyx-new-blog-hero-content .cronyx-overview-table thead th {
  background: #fff;
  color: var(--cronyx-pink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  padding: 18px 22px;
  border-bottom: 1px solid var(--cronyx-panel-edge);
}

.cronyx-new-blog-hero-content .cronyx-overview-table tbody td {
  vertical-align: top;
  padding: 22px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--cronyx-ink);
  background: var(--cronyx-panel);
  border-top: 1px solid var(--cronyx-panel-edge);
}

.cronyx-new-blog-hero-content .cronyx-overview-table tbody tr:first-child td {
  border-top: 0;
}

.cronyx-new-blog-hero-content .cronyx-overview-table td + td {
  border-left: 1px solid var(--cronyx-panel-edge);
}


/* Pink pill chip for tags inside cells (HubSpot, PlanYo, etc) */
.cronyx-new-blog-hero-content .cronyx-pill {
  display: inline-block;
  margin: 2px 6px 2px 0;
  padding: 4px 14px;
  background: var(--cronyx-pink-soft);
  color: var(--cronyx-pink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: var(--cronyx-radius-pill);
  white-space: nowrap;
}


/* ===========================================================================
   3. Callout (pink-border block)
   ---------------------------------------------------------------------------
   Markup pattern:
     <div class="cronyx-callout cronyx-callout--checks">
       <p class="cronyx-callout__title">The Operational Consequences</p>
       <ul>
         <li>Booking details lost in translation...</li>
         <li>Double-entry errors...</li>
       </ul>
     </div>
   Variants:
     .cronyx-callout--checks   pink circle-check bullets (default round bullets otherwise)
   =========================================================================== */

.cronyx-new-blog-hero-content .cronyx-callout {
  position: relative;
  margin: 32px 0;
  padding: 28px 32px 28px 36px;
  background: var(--cronyx-panel);
  border-left: 6px solid var(--cronyx-pink);
  border-radius: 0 var(--cronyx-radius) var(--cronyx-radius) 0;
  font-family: 'HK Grotesk', Helvetica, Arial, sans-serif;
}


.cronyx-new-blog-hero-content .cronyx-callout__title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--cronyx-ink);
}

.cronyx-new-blog-hero-content .cronyx-callout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cronyx-new-blog-hero-content .cronyx-callout li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--cronyx-ink);
}

.cronyx-new-blog-hero-content .cronyx-callout li:last-child {
  margin-bottom: 0;
}

/* Suppress the default pink-dot pseudo set by the theme's rich-text rule */
.cronyx-new-blog-hero-content .cronyx-callout li:before {
  content: none !important;
}


/* Checkmark variant: pink circle with white tick rendered via inline SVG bg */
.cronyx-new-blog-hero-content .cronyx-callout--checks li {
  padding-left: 40px;
}

.cronyx-new-blog-hero-content .cronyx-callout--checks li::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--cronyx-pink);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 8'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.cronyx-new-blog-hero-content .cronyx-callout li strong,
.cronyx-new-blog-hero-content .cronyx-callout li b {
  font-weight: 700;
  color: var(--cronyx-ink);
}



/* ===========================================================================
   4. Step flow (horizontal cards with arrow connectors)
   ---------------------------------------------------------------------------
   Markup pattern:
     <ol class="cronyx-step-flow">
       <li class="cronyx-step">
         <span class="cronyx-step__num">1</span>
         <h3 class="cronyx-step__title">Deal Closed Won</h3>
         <p class="cronyx-step__desc">HubSpot deal reaches Closed Won stage</p>
       </li>
       ...
     </ol>
   Notes:
     - Uses <ol> for semantic numbering (crawlers still get the order).
     - Arrows are pure CSS pseudo-elements, no images.
     - Stacks vertically on narrow viewports.
   =========================================================================== */

.cronyx-new-blog-hero-content .cronyx-step-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--cronyx-gap);
  list-style: none;
  margin: 32px 0;
  padding: 0;
  counter-reset: cronyx-step;
}

.cronyx-new-blog-hero-content .cronyx-step {
  position: relative;
  padding: 28px 20px;
  background: var(--cronyx-panel);
  border-radius: var(--cronyx-radius);
  text-align: center;
  font-family: 'HK Grotesk', Helvetica, Arial, sans-serif;
}


.cronyx-new-blog-hero-content .cronyx-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border: 2px solid var(--cronyx-pink);
  border-radius: 50%;
  color: var(--cronyx-pink);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  background: #fff;
}

.cronyx-new-blog-hero-content .cronyx-step__title {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--cronyx-ink);
}

.cronyx-new-blog-hero-content .cronyx-step__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--cronyx-ink);
}


/* Arrow connector between steps (horizontal layout only).
   Drawn as a CSS triangle, hidden on the last step and on stacked layouts. */
.cronyx-new-blog-hero-content .cronyx-step + .cronyx-step::before {
  content: "";
  position: absolute;
  left: calc(var(--cronyx-gap) * -1);
  top: 50%;
  width: var(--cronyx-gap);
  height: 2px;
  background: var(--cronyx-pink);
  transform: translateY(-50%);
}

.cronyx-new-blog-hero-content .cronyx-step + .cronyx-step::after {
  content: "";
  position: absolute;
  left: calc(var(--cronyx-gap) * -1 + 14px);
  top: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: var(--cronyx-pink);
  transform: translateY(-50%);
}

/* Suppress the default pink-dot bullet on step <li> */
.cronyx-new-blog-hero-content .cronyx-step-flow > li::marker {
  content: "";
}



/* ===========================================================================
   5. Stat trio + 6. Single stat card
   ---------------------------------------------------------------------------
   Markup pattern (trio):
     <div class="cronyx-stat-trio">
       <div class="cronyx-stat-card">
         <p class="cronyx-stat-card__num">Zero</p>
         <p class="cronyx-stat-card__label">Manual Re-Entry</p>
         <p class="cronyx-stat-card__note">Information collected in sales process
           automatically passes through to client experience.</p>
       </div>
       ... two more cards ...
     </div>

   Markup pattern (single stat card, standalone):
     <div class="cronyx-stat-card">...</div>
   =========================================================================== */

.cronyx-new-blog-hero-content .cronyx-stat-trio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--cronyx-gap);
  margin: 32px 0;
}

.cronyx-new-blog-hero-content .cronyx-stat-card {
  padding: 32px 24px;
  background: var(--cronyx-panel);
  border-radius: var(--cronyx-radius);
  text-align: center;
  font-family: 'HK Grotesk', Helvetica, Arial, sans-serif;
}


.cronyx-new-blog-hero-content .cronyx-stat-card__num {
  margin: 0 0 6px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  color: var(--cronyx-pink);
  letter-spacing: -0.01em;
}

.cronyx-new-blog-hero-content .cronyx-stat-card__label {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--cronyx-ink);
}

.cronyx-new-blog-hero-content .cronyx-stat-card__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  color: var(--cronyx-ink-soft);
}



/* ===========================================================================
   Responsive
   ---------------------------------------------------------------------------
   Matches the theme's existing breakpoints (1024 / 991 / 767 / 576).
   On narrow viewports, step cards stack and arrows hide.
   =========================================================================== */

@media (max-width: 1024px) {
  .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 48px;
  }
  .cronyx-new-blog-hero-content .cronyx-callout {
    padding: 24px 26px;
  }
}

@media (max-width: 767px) {
  .cronyx-new-blog-hero-content .cronyx-step-flow {
    grid-template-columns: 1fr;
  }
  .cronyx-new-blog-hero-content .cronyx-step + .cronyx-step::before,
  .cronyx-new-blog-hero-content .cronyx-step + .cronyx-step::after {
    display: none;
  }
  .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 44px;
  }
  /* Overview table stacks into labeled cards on mobile (no horizontal scroll) */
  .cronyx-new-blog-hero-content .cronyx-overview-table,
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody,
  .cronyx-new-blog-hero-content .cronyx-overview-table tr {
    display: block;
    width: 100%;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table thead {
    display: none;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody td {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid var(--cronyx-panel-edge);
    padding: 16px 20px;
    white-space: normal;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody td + td {
    border-left: 0;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: var(--cronyx-pink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .cronyx-new-blog-hero-content .cronyx-overview-table tbody td:not([data-label])::before {
    content: none;
  }
  .cronyx-new-blog-hero-content .cronyx-callout li {
    font-size: 17px;
  }
}



/* ===========================================================================
   Overrides for the blog post template's inline !important rules
   ---------------------------------------------------------------------------
   The blog_post template ships an inline <style> that forces:
     .cronyx-new-blog-author-module .cronyx-new-blog-hero-content p,
     .cronyx-new-blog-author-module .cronyx-new-blog-hero-content li {
       font-weight: 400 !important;
       font-size: 20px !important;
       line-height: 30px !important;
       color: #2B3B46 !important;
     }
   That stomps our module typography (big numbers, eyebrows, callout titles
   etc) because we use <p> and <li> inside our modules. This block re-asserts
   our intended type with !important so the modules render as designed.
   =========================================================================== */

/* Eyebrow */
.cronyx-new-blog-hero-content .cronyx-eyebrow {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--cronyx-pink) !important;
}


/* Stat card */
.cronyx-new-blog-hero-content .cronyx-stat-card__num {
  font-size: 56px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: var(--cronyx-pink) !important;
}

.cronyx-new-blog-hero-content .cronyx-stat-card__label {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
}

.cronyx-new-blog-hero-content .cronyx-stat-card__note {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-style: italic;
  color: var(--cronyx-ink-soft) !important;
}

/* Callout title and list items */
.cronyx-new-blog-hero-content .cronyx-callout__title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
}

.cronyx-new-blog-hero-content .cronyx-callout li {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: var(--cronyx-ink) !important;
}


.cronyx-new-blog-hero-content .cronyx-callout li strong,
.cronyx-new-blog-hero-content .cronyx-callout li b {
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
}

/* Step flow descriptions */
.cronyx-new-blog-hero-content .cronyx-step__desc {
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: var(--cronyx-ink) !important;
}

/* Mobile typography adjustments (override 1024 breakpoint) */
@media (max-width: 1024px) {
  .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 48px !important;
  }
}

@media (max-width: 767px) {
  .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 44px !important;
  }
  .cronyx-new-blog-hero-content .cronyx-callout li {
    font-size: 17px !important;
  }
}



/* ===========================================================================
   Specificity-boosted overrides
   ---------------------------------------------------------------------------
   The earlier override block matched the template's 2-class specificity but
   the template selector also includes a 'p' type (specificity 0,2,1), which
   beats 0,2,0 even with !important on both. Chaining .cronyx-new-blog-author-module
   into our selectors brings us to 0,3,0 and we win.
   =========================================================================== */

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-eyebrow {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--cronyx-pink) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 40px 0 8px !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-stat-card__num {
  font-size: 56px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: var(--cronyx-pink) !important;
  margin: 0 0 6px !important;
}


.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-stat-card__label {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
  margin: 0 0 10px !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-stat-card__note {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  font-style: italic;
  color: var(--cronyx-ink-soft) !important;
  margin: 0 !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-callout__title {
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
  margin: 0 0 14px !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-callout li {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: var(--cronyx-ink) !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-callout li strong,
.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-callout li b {
  font-weight: 700 !important;
  color: var(--cronyx-ink) !important;
}

.cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-step__desc {
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: var(--cronyx-ink) !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 48px !important;
  }
}

@media (max-width: 767px) {
  .cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-stat-card__num {
    font-size: 44px !important;
  }
  .cronyx-new-blog-author-module .cronyx-new-blog-hero-content .cronyx-callout li {
    font-size: 17px !important;
  }
}