:root{
  --heb-cream:#fff7f2;
  --heb-navy:#1f2230;
  --heb-coral:#ff7a59;
  --heb-blush:#ffe4ec;
  --heb-lilac:#e9e1ff;
  --heb-butter:#ffe9a6;
  --heb-mint:#dcf3ea;
  --heb-sky:#d6e9ff;
  --heb-line:#f0dde1;
  --heb-shadow:0 16px 36px rgba(31,34,48,.09);
}
.he-blog-post{width:100%;color:var(--heb-navy);font-family:"Montserrat",Arial,sans-serif}
.he-blog-post *{box-sizing:border-box}
.he-blog-post a{color:inherit}

/* Hero */
.he-blog-hero{position:relative;overflow:hidden;margin:0 calc(50% - 50vw);padding:46px 18px;background:linear-gradient(135deg,var(--heb-blush),var(--heb-cream) 46%,var(--heb-lilac))}
.he-blog-hero:before{content:"";position:absolute;inset:0;background:url('brand/pattern-confetti.png') center/780px auto repeat;opacity:.15;pointer-events:none}
.he-blog-hero-inner{position:relative;z-index:1;width:min(1260px,calc(100% - 24px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);gap:clamp(28px,4vw,58px);align-items:center;padding:clamp(28px,4vw,52px);border:1px solid rgba(31,34,48,.08);border-radius:32px;background:rgba(255,255,255,.88);box-shadow:var(--heb-shadow);backdrop-filter:blur(3px)}
.he-blog-hero-copy h1{margin:15px 0 4px;font:600 clamp(3rem,6vw,6.4rem)/.93 "Fraunces",Georgia,serif;letter-spacing:-.045em;color:var(--heb-navy)}
.he-blog-script{margin:0 0 17px;font:400 clamp(2.2rem,4.3vw,4.7rem)/1 "Sacramento",cursive;color:#ff6591}
.he-blog-intro{max-width:700px;margin:0;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.72;color:#555a68}
.he-blog-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.he-blog-front-pill{display:inline-flex;align-items:center;width:auto;max-width:100%;padding:8px 12px;border:0;border-radius:999px;background:var(--heb-lilac);font-size:.66rem;font-weight:800;letter-spacing:.065em;line-height:1.1;text-transform:uppercase}
.he-blog-hero-image{aspect-ratio:4/3;min-height:0;overflow:hidden;border:1px solid var(--heb-line);border-radius:24px;background:linear-gradient(145deg,var(--heb-mint),#fff);box-shadow:0 14px 30px rgba(31,34,48,.1)}
.he-blog-hero-image img{display:block;width:100%;height:100%;object-fit:cover}
.he-blog-image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:340px;padding:30px;text-align:center;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6e7280}

/* Main layout */
.he-blog-content-grid{width:min(1260px,calc(100% - 32px));margin:36px auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.he-blog-article{min-width:0;padding:clamp(24px,4vw,48px);border:1px solid var(--heb-line);border-radius:28px;background:#fff;box-shadow:var(--heb-shadow)}
.he-blog-article p,.he-blog-rich-text{font-size:1rem;line-height:1.8;color:#505563}
.he-blog-article h2{margin:42px 0 14px;font:600 clamp(2rem,3.2vw,3.25rem)/1.03 "Fraunces",Georgia,serif;letter-spacing:-.035em;color:var(--heb-navy)}
.he-blog-article h3{margin:12px 0 8px;font:600 clamp(1.45rem,2.2vw,2.05rem)/1.08 "Fraunces",Georgia,serif;letter-spacing:-.025em;color:var(--heb-navy)}
.he-blog-text-section:first-child h2{margin-top:0}

/* Content blocks */
.he-blog-callout,.he-blog-faq,.he-blog-checklist,.he-blog-quote,.he-blog-split,.he-blog-product-callout{margin:30px 0;border:1px solid rgba(31,34,48,.08);border-radius:22px;box-shadow:0 10px 24px rgba(31,34,48,.06)}
.he-blog-callout,.he-blog-faq,.he-blog-checklist{padding:22px}
.he-blog-callout p:last-child,.he-blog-faq p:last-child{margin-bottom:0}

.he-blog-split{display:grid;grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr);gap:24px;align-items:stretch;padding:14px;overflow:hidden}
.he-blog-split-right .he-blog-split-image{order:2}
.he-blog-split-right .he-blog-split-copy{order:1}
.he-blog-split-image{min-height:280px;overflow:hidden;border-radius:17px;background:#fff}
.he-blog-split-image img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}
.he-blog-split-placeholder{display:grid;place-items:center;height:100%;min-height:280px;padding:24px;text-align:center;color:#777b87;background:#fff}
.he-blog-split-copy{display:flex;flex-direction:column;justify-content:center;padding:16px 18px}
.he-blog-split-copy h2{margin:0 0 12px}
.he-blog-split-copy p:last-child{margin-bottom:0}

.he-blog-checklist h3{margin-top:0}
.he-blog-checklist ul{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}
.he-blog-checklist li{display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border-radius:13px;background:rgba(255,255,255,.76);color:#4e5360}
.he-blog-checklist li span{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--heb-coral);color:#fff;font-size:.72rem;font-weight:800}

.he-blog-quote{padding:30px;text-align:center}
.he-blog-quote blockquote{margin:0;font:600 clamp(2rem,3.5vw,3.4rem)/1.05 "Fraunces",Georgia,serif;letter-spacing:-.035em;color:var(--heb-navy)}
.he-blog-quote figcaption{margin-top:14px;font-size:.73rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b6f7c}

.he-blog-gallery-section{margin:34px 0}
.he-blog-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.he-blog-gallery figure{margin:0;min-height:230px;overflow:hidden;border:1px solid var(--heb-line);border-radius:18px;background:var(--heb-cream)}
.he-blog-gallery img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}
.he-blog-gallery-1{grid-template-columns:1fr}
.he-blog-gallery-3{grid-template-columns:2fr 1fr}
.he-blog-gallery-4,.he-blog-gallery-5{grid-template-columns:2fr 1fr 1fr}
.he-blog-gallery-4 figure:first-child,.he-blog-gallery-5 figure:first-child{grid-row:span 2}
.he-blog-gallery-5 figure:first-child{min-height:470px}

.he-blog-single-image{margin:32px 0}
.he-blog-single-image img{display:block;width:100%;height:auto;border-radius:19px}
.he-blog-image-framed{padding:10px;border:1px solid var(--heb-line);border-radius:22px;background:var(--heb-cream);box-shadow:0 10px 22px rgba(31,34,48,.07)}
.he-blog-single-image figcaption{margin-top:9px;text-align:center;font-size:.75rem;color:#777b87}

/* Product block: fixed dimensions so no narrow image strip. */
.he-blog-product-callout{display:grid;grid-template-columns:minmax(270px,38%) minmax(0,1fr);gap:26px;align-items:center;padding:16px;overflow:hidden}
.he-blog-product-image{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:17px;background:#fff}
.he-blog-product-image img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;margin:0!important}
.he-blog-product-callout>div:last-child{min-width:0;padding:14px 18px 14px 0}
.he-blog-product-callout h3{overflow-wrap:anywhere}
.he-blog-front-button{display:inline-flex;align-items:center;justify-content:center;width:auto;max-width:100%;min-height:44px;margin-top:8px;padding:12px 17px;border:0;border-radius:10px;background:linear-gradient(90deg,#ff8f9b,var(--heb-coral));color:#fff!important;font-size:.72rem;font-weight:800;letter-spacing:.045em;text-decoration:none;text-transform:uppercase;box-shadow:none;transition:.18s ease}
.he-blog-front-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,122,89,.2)}
.he-blog-button-row{text-align:center;margin:30px 0}

/* Decorative divider */
.he-blog-divider{position:relative;width:100%;margin-inline:auto}
.he-blog-divider-small{height:38px}.he-blog-divider-medium{height:64px}.he-blog-divider-large{height:94px}
.he-blog-divider-wave:before{content:"";position:absolute;left:50%;top:50%;width:min(360px,80%);height:22px;transform:translate(-50%,-50%);background:url('brand/waves.png') center/contain no-repeat}
.he-blog-divider-sparkles:before{content:"";position:absolute;left:50%;top:50%;width:min(250px,70%);height:80%;transform:translate(-50%,-50%);background:url('brand/sparkles.png') center/contain no-repeat}
.he-blog-divider-sprinkles:before{content:"";position:absolute;left:50%;top:50%;width:min(390px,90%);height:70%;transform:translate(-50%,-50%);background:url('brand/sprinkles.png') center/contain no-repeat}

/* Sidebar */
.he-blog-sidebar{position:sticky;top:112px;display:grid;gap:16px}
.he-blog-side-card{padding:18px;border:1px solid var(--heb-line);border-radius:20px;background:#fff;box-shadow:0 12px 26px rgba(31,34,48,.07)}
.he-blog-side-card h3{margin:13px 0 8px;font:600 1.55rem/1.05 "Fraunces",Georgia,serif;color:var(--heb-navy)}
.he-blog-side-card nav{display:grid}
.he-blog-side-card nav a{padding:9px 0;border-bottom:1px solid var(--heb-line);font-size:.82rem;font-weight:700;text-decoration:none}
.he-blog-side-card img{display:block;width:100%;height:auto;border-radius:14px}
.he-blog-side-product-image{margin-top:14px;aspect-ratio:4/3;overflow:hidden;border-radius:14px;background:#fff}
.he-blog-side-product-image img{width:100%!important;height:100%!important;object-fit:cover!important}

/* Newsletter */
.he-blog-newsletter{width:min(1260px,calc(100% - 32px));margin:36px auto 62px;padding:clamp(24px,4vw,40px);display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;border:1px solid var(--heb-line);border-radius:28px;background:linear-gradient(120deg,var(--heb-blush),#fff 46%,var(--heb-lilac));box-shadow:var(--heb-shadow)}
.he-blog-newsletter h2{margin:13px 0;font:600 clamp(2.6rem,4.2vw,4.6rem)/.96 "Fraunces",Georgia,serif;color:var(--heb-navy)}
.he-blog-newsletter h2 span{display:block;font:400 1.08em/1 "Sacramento",cursive;color:#ff6591}
.he-blog-newsletter p{color:#555a68;line-height:1.65}

/* Color helpers keep old saved keys compatible. */
.he-bg-lime{background:var(--heb-coral)!important;color:#fff}.he-bg-lime .he-blog-front-pill{color:var(--heb-navy)}
.he-bg-lavender{background:var(--heb-lilac)!important}.he-bg-pink{background:var(--heb-blush)!important}.he-bg-sky{background:var(--heb-sky)!important}.he-bg-butter{background:var(--heb-butter)!important}.he-bg-mint{background:var(--heb-mint)!important}.he-bg-cream{background:var(--heb-cream)!important}.he-bg-white{background:#fff!important}
.he-blog-product-callout.he-bg-lime,.he-blog-callout.he-bg-lime,.he-blog-faq.he-bg-lime,.he-blog-checklist.he-bg-lime,.he-blog-quote.he-bg-lime,.he-blog-split.he-bg-lime{color:#fff}
.he-blog-product-callout.he-bg-lime h2,.he-blog-product-callout.he-bg-lime h3,.he-blog-callout.he-bg-lime h3,.he-blog-faq.he-bg-lime h3,.he-blog-checklist.he-bg-lime h3,.he-blog-quote.he-bg-lime blockquote,.he-blog-split.he-bg-lime h2{color:#fff!important}

@media(max-width:980px){
  .he-blog-hero-inner,.he-blog-content-grid,.he-blog-newsletter{grid-template-columns:1fr}
  .he-blog-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .he-blog-sidebar .he-blog-side-card:first-child{grid-column:1/-1}
  .he-blog-gallery-4,.he-blog-gallery-5{grid-template-columns:1fr 1fr}
  .he-blog-gallery-4 figure:first-child,.he-blog-gallery-5 figure:first-child{grid-column:1/-1;grid-row:auto;min-height:340px}
}
@media(max-width:680px){
  .he-blog-hero{padding:20px 8px 28px}.he-blog-hero-inner{width:100%;padding:22px;border-radius:24px}.he-blog-hero-copy h1{font-size:clamp(2.7rem,13vw,4.2rem)}.he-blog-hero-image{aspect-ratio:4/3}.he-blog-content-grid{width:calc(100% - 18px)}.he-blog-article{padding:21px;border-radius:22px}
  .he-blog-split,.he-blog-product-callout{grid-template-columns:1fr}.he-blog-split-right .he-blog-split-image,.he-blog-split-right .he-blog-split-copy{order:initial}.he-blog-product-callout>div:last-child{padding:8px 6px 10px}
  .he-blog-gallery,.he-blog-gallery-3,.he-blog-gallery-4,.he-blog-gallery-5{grid-template-columns:1fr}.he-blog-gallery figure:first-child{grid-column:auto;min-height:250px}.he-blog-sidebar{grid-template-columns:1fr}.he-blog-newsletter{width:calc(100% - 18px);padding:22px}.he-blog-quote{padding:22px}
}

/* =========================================================
   v0.5 — interactive editorial blocks
   ========================================================= */

/* Dividers are now self-contained SVG so they always render. */
.he-blog-divider:before{display:none!important}
.he-blog-divider{display:flex!important;align-items:center;justify-content:center;overflow:visible!important}
.he-blog-divider svg{display:block;width:min(480px,88%);height:100%;overflow:visible}
.he-blog-divider-wave svg path{fill:none;stroke:#ff7a59;stroke-width:3.2;stroke-linecap:round}
.he-blog-divider-wave svg .he-blog-divider-secondary{stroke:#c8b9f4;stroke-width:2.4}
.he-blog-divider-sparkles svg path,.he-blog-divider-sparkles svg circle{fill:#ff8fad}
.he-blog-divider-sparkles svg .s2{fill:#c8b9f4}.he-blog-divider-sparkles svg .s3{fill:#89d9cd}.he-blog-divider-sparkles svg circle:nth-of-type(2){fill:#ffc75f}
.he-blog-divider-sprinkles svg path{fill:none;stroke:#ff7a59;stroke-width:9;stroke-linecap:round}
.he-blog-divider-sprinkles svg path:nth-child(2),.he-blog-divider-sprinkles svg path:nth-child(6){stroke:#c8b9f4}
.he-blog-divider-sprinkles svg path:nth-child(3),.he-blog-divider-sprinkles svg path:nth-child(7){stroke:#89d9cd}
.he-blog-divider-sprinkles svg path:nth-child(4),.he-blog-divider-sprinkles svg path:nth-child(8){stroke:#ffc75f}
.he-blog-divider-sprinkles svg circle{fill:#ff8fad}.he-blog-divider-sprinkles svg circle:nth-of-type(2){fill:#8ac6ef}.he-blog-divider-sprinkles svg circle:nth-of-type(3){fill:#ffc75f}.he-blog-divider-sprinkles svg circle:nth-of-type(4){fill:#89d9cd}

/* Interactive checklist */
.he-blog-checklist{position:relative;padding:clamp(22px,3vw,32px)!important;overflow:hidden}
.he-blog-checklist:before{content:"";position:absolute;right:-34px;top:-42px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.38);pointer-events:none}
.he-blog-checklist-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
.he-blog-checklist-head h3{margin:11px 0 0!important;font-size:clamp(1.8rem,3vw,2.7rem)!important}
.he-blog-checklist-progress{display:flex;align-items:baseline;gap:3px;flex:0 0 auto;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.75);color:var(--heb-navy);font:700 .72rem/1 Montserrat,Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}
.he-blog-checklist-progress strong{font:600 1.4rem/1 Fraunces,Georgia,serif;color:var(--heb-coral)}
.he-blog-checklist-list{position:relative;z-index:1;display:grid!important;gap:11px!important;margin:0!important;padding:0!important;list-style:none!important}
.he-blog-checklist-list li{display:block!important;padding:0!important;background:transparent!important;border-radius:16px!important}
.he-blog-checklist-list label{display:flex;align-items:center;gap:13px;width:100%;padding:13px 15px;border:1px solid rgba(31,34,48,.08);border-radius:15px;background:rgba(255,255,255,.82);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.he-blog-checklist-list label:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(31,34,48,.07);background:#fff}
.he-blog-checklist-list input{position:absolute;opacity:0;pointer-events:none}
.he-blog-check-box{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;border:2px solid #ff8fad;border-radius:10px;background:#fff;color:#fff;transition:.18s ease}
.he-blog-check-box svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.65);transition:.18s ease}
.he-blog-check-text{font:650 .92rem/1.45 Montserrat,Arial,sans-serif;color:#444957;transition:.18s ease}
.he-blog-checklist-list input:checked+.he-blog-check-box{border-color:#ff7a59;background:linear-gradient(135deg,#ff8fad,#ff7a59);transform:rotate(-3deg)}
.he-blog-checklist-list input:checked+.he-blog-check-box svg{opacity:1;transform:scale(1)}
.he-blog-checklist-list input:checked~.he-blog-check-text{color:#737785;text-decoration:line-through;text-decoration-color:#ff8fad;text-decoration-thickness:2px}
.he-blog-checklist-sparkles{position:relative;z-index:1;margin-top:16px;text-align:right;color:#ff7a59;font-size:1.15rem;letter-spacing:.35em}
.he-blog-checklist.is-complete{box-shadow:0 14px 32px rgba(255,122,89,.13)}
.he-blog-checklist.is-complete .he-blog-checklist-progress{background:#fff;color:#ff7a59}

/* Quote / callout */
.he-blog-quote{position:relative;isolation:isolate;overflow:hidden;padding:clamp(34px,5vw,58px)!important;border:1px solid rgba(31,34,48,.06)!important}
.he-blog-quote:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.8) 0 4px,transparent 5px),radial-gradient(circle at 88% 74%,rgba(255,255,255,.7) 0 5px,transparent 6px);background-size:90px 90px,120px 120px;opacity:.7}
.he-blog-quote-mark{position:absolute;left:clamp(18px,4vw,45px);top:10px;color:#ff6f94;font:400 clamp(5rem,9vw,9rem)/1 Sacramento,cursive;opacity:.42}
.he-blog-quote blockquote{position:relative;z-index:1;max-width:1000px;margin:0 auto!important;font:400 clamp(2.7rem,5.2vw,5.2rem)/1.08 "Sacramento",cursive!important;letter-spacing:0!important;color:var(--heb-navy)!important;text-wrap:balance}
.he-blog-quote-divider{position:relative;z-index:1;margin:15px auto 0;color:#ff6f94;font-size:1.25rem}
.he-blog-quote-divider:before,.he-blog-quote-divider:after{content:"";display:inline-block;width:80px;height:8px;margin:0 10px;background:repeating-radial-gradient(circle at 8px 4px,#ff8fad 0 2px,transparent 3px 16px);vertical-align:middle}
.he-blog-quote figcaption{position:relative;z-index:1;margin-top:14px!important;font:700 .73rem/1.4 Montserrat,Arial,sans-serif!important;letter-spacing:.12em!important;color:#666b79!important}
.he-blog-quote-sparkle{position:absolute;color:#ffc75f;font-size:1.5rem}.he-blog-quote-sparkle-one{right:8%;top:16%}.he-blog-quote-sparkle-two{left:9%;bottom:18%;color:#89d9cd}

/* Sidebar with more brand personality */
.he-blog-toc-card{position:relative;overflow:hidden;padding:22px!important;background:linear-gradient(145deg,#fff,var(--heb-blush) 54%,var(--heb-lilac))!important}
.he-blog-toc-card:before{content:"✦";position:absolute;right:18px;top:14px;color:#ffc75f;font-size:1.35rem}
.he-blog-toc-heading{margin:18px 0 13px}
.he-blog-toc-heading>span{display:block;margin-bottom:-3px;color:#ff6591;font:400 2rem/1 Sacramento,cursive}
.he-blog-toc-heading h3{margin:0!important;font-size:1.8rem!important}
.he-blog-toc-card nav{gap:8px!important}
.he-blog-toc-card nav a{display:grid!important;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:10px;padding:10px!important;border:1px solid rgba(31,34,48,.07)!important;border-radius:13px;background:rgba(255,255,255,.74);color:var(--heb-navy);line-height:1.35;transition:.16s ease}
.he-blog-toc-card nav a:hover{transform:translateX(3px);background:#fff;color:#ff7a59}
.he-blog-toc-number{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--heb-lilac);font:750 .63rem/1 Montserrat,Arial,sans-serif;letter-spacing:.04em}
.he-blog-toc-card nav a:nth-child(3n+2) .he-blog-toc-number{background:var(--heb-mint)}
.he-blog-toc-card nav a:nth-child(3n) .he-blog-toc-number{background:var(--heb-butter)}
.he-blog-toc-wave{margin-top:16px;text-align:center;color:#ff6591;font-size:1rem;letter-spacing:.2em}
.he-blog-toc-wave:before,.he-blog-toc-wave:after{content:"~~~~";margin:0 7px;color:#ff8fad;letter-spacing:-.15em}

/* Gallery */
.he-blog-gallery figure{position:relative;box-shadow:0 10px 24px rgba(31,34,48,.08)}
.he-blog-gallery figure:after{content:"";position:absolute;inset:0;border:5px solid rgba(255,255,255,.3);border-radius:17px;pointer-events:none}

@media(max-width:620px){
  .he-blog-checklist-head{flex-direction:column}.he-blog-checklist-progress{align-self:flex-start}.he-blog-quote blockquote{font-size:clamp(2.5rem,12vw,3.8rem)!important}.he-blog-quote-divider:before,.he-blog-quote-divider:after{width:42px}
}


/* v2.2 checklist repair + final brand styling */
.he-blog-checklist{padding:clamp(24px,3.5vw,38px)!important;border:1px solid rgba(31,34,48,.07)!important;border-radius:28px!important;box-shadow:0 16px 38px rgba(31,34,48,.08)!important}
.he-blog-checklist:after{content:"";position:absolute;left:-48px;bottom:-68px;width:170px;height:170px;border-radius:50%;background:rgba(255,255,255,.23);pointer-events:none}
.he-blog-checklist-head{align-items:center!important;margin-bottom:22px!important}
.he-blog-checklist-head>div:first-child{display:grid;gap:3px}
.he-blog-checklist-script{display:block!important;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;color:#ff6685!important;font:400 clamp(2rem,3.2vw,3rem)/.95 Sacramento,"Segoe Script",cursive!important;margin:4px 0 -2px!important;text-align:left!important}
.he-blog-checklist-head h3{margin:0!important;color:#1f2230!important;font:600 clamp(2.25rem,4vw,4rem)/1 Fraunces,Georgia,serif!important;letter-spacing:-.035em!important}
.he-blog-checklist-progress{padding:13px 16px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 7px 18px rgba(31,34,48,.06)!important}
.he-blog-checklist-progress strong{font-size:1.75rem!important}
.he-blog-checklist-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}
.he-blog-checklist-list li{display:block!important;margin:0!important;padding:0!important;background:transparent!important;color:inherit!important}
.he-blog-checklist-list li label{display:flex!important;align-items:center!important;gap:14px!important;min-height:72px!important;padding:15px 17px!important;border:1px solid rgba(31,34,48,.08)!important;border-radius:18px!important;background:rgba(255,255,255,.88)!important;box-shadow:0 5px 14px rgba(31,34,48,.035)!important}
.he-blog-checklist-list li label:hover{transform:translateY(-2px)!important;box-shadow:0 10px 22px rgba(31,34,48,.07)!important}
.he-blog-checklist .he-blog-check-box{display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:2px solid #ff8fad!important;border-radius:12px!important;background:#fff!important;color:#fff!important;font-size:0!important;line-height:1!important}
.he-blog-checklist .he-blog-check-box svg{display:block!important;width:20px!important;height:20px!important;background:transparent!important}
.he-blog-checklist .he-blog-check-text{display:block!important;place-items:initial!important;flex:1 1 auto!important;width:auto!important;height:auto!important;min-width:0!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#1f2230!important;font:650 .98rem/1.4 Montserrat,Arial,sans-serif!important;text-align:left!important;overflow-wrap:anywhere!important}
.he-blog-checklist-list input:checked+.he-blog-check-box{background:linear-gradient(135deg,#ff8fad,#ff7a59)!important;border-color:#ff7a59!important}
.he-blog-checklist-list input:checked~.he-blog-check-text{color:#777b87!important;text-decoration:line-through!important;text-decoration-color:#ff9eb3!important;text-decoration-thickness:2px!important}
.he-blog-checklist-sparkles{margin-top:20px!important;color:#ff6f84!important}
@media(max-width:760px){
 .he-blog-checklist{padding:22px 17px!important;border-radius:23px!important}
 .he-blog-checklist-head{align-items:flex-start!important;gap:12px!important}
 .he-blog-checklist-script{font-size:2rem!important}
 .he-blog-checklist-head h3{font-size:2.45rem!important}
 .he-blog-checklist-progress{padding:10px 12px!important}
 .he-blog-checklist-list{grid-template-columns:1fr!important;gap:10px!important}
 .he-blog-checklist-list li label{min-height:62px!important;padding:13px 14px!important;border-radius:16px!important}
 .he-blog-checklist .he-blog-check-box{flex-basis:31px!important;width:31px!important;height:31px!important;min-width:31px!important;min-height:31px!important}
 .he-blog-checklist .he-blog-check-text{font-size:.94rem!important}
}
