/*
Theme Name: Income Idea Index V4.4.25 Adaptive 404 Final
Theme URI: https://incomeideaindex.com/
Author: Income Idea Index
Description: Finalizes the roomy 404 page with viewport-aware desktop height and responsive image scaling while preserving the homepage social cleanup, mobile-friendly footer social section, and shopping-only cart behavior.
Version: 4.4.25
Text Domain: income-idea-index
*/

/* V4.1.9 — Refines article sharing into a compact icon-based bar. */
.books-spotlight{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:34px;align-items:center;margin:24px 0 10px;padding:28px;border:1px solid #dce7ef;border-radius:18px;background:linear-gradient(135deg,#eef7ff 0%,#f7fbff 53%,#f1fbf5 100%);box-shadow:0 12px 30px rgba(16,42,67,.07)}
.books-spotlight-media{border-radius:13px;overflow:hidden;background:#071827}
.books-spotlight-media a,.books-spotlight-image{display:block;width:100%}
.books-spotlight-image{height:auto}
.books-spotlight-eyebrow{margin:0 0 7px;color:#1877d2;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.books-spotlight-content>h2{margin:0 0 10px;font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.035em}
.books-spotlight-content>p{margin:0;color:#60758a}
.books-spotlight-items{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:23px 0 17px}
.books-spotlight-item{display:flex;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid rgba(16,42,67,.1);border-radius:13px;background:rgba(255,255,255,.82)}
.books-spotlight-item h3{margin:0 0 8px;font-size:18px;line-height:1.25}
.books-spotlight-item p{margin:0 0 16px;color:#60758a;font-size:13px;line-height:1.55;flex:1}
.books-spotlight-item .btn{width:100%;padding:10px 12px;text-align:center}
.books-spotlight-disclosure{display:block;margin:0 0 14px!important;padding:10px 12px;border:1px solid #ead79a;border-radius:8px;background:#fff9e8;color:#40566b!important;font-size:13px;line-height:1.5}
.books-spotlight-disclosure strong{color:#102a43}
.books-spotlight-article{color:#1877d2;font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.books-spotlight{grid-template-columns:1fr}.books-spotlight-media{max-width:680px}}
@media(max-width:620px){.books-spotlight{padding:18px;gap:22px}.books-spotlight-items{grid-template-columns:1fr}.books-spotlight-item .btn{width:100%}}
:root{
 --navy:#102a43;--blue:#1877d2;--teal:#16a085;--green:#56b870;--purple:#7b5cd6;
 --orange:#f39c3d;--ink:#102a43;--muted:#60758a;--line:#e4ebf1;--bg:#f7fafc;
}

/* ============================================================
   V4.2.2 — Option B full visual system
   Carries the rounded-square navy / blue / teal identity through
   topic cards, post cards, archives, and individual articles.
   ============================================================ */

/* Shared section language */
#featured .section-head h2,#index .section-head h2,.archive-title h1{
  position:relative;
  padding-bottom:12px;
}
#featured .section-head h2:after,#index .section-head h2:after,.archive-title h1:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:64px;
  height:4px;
  border-radius:4px;
  background:linear-gradient(90deg,#176fe5 0%,#0aa7c2 55%,#13b99a 100%);
}

/* Category / index cards */
#index.section-soft{background:linear-gradient(180deg,#f4f9fd 0%,#f8fbfd 100%)}
#index .index-grid{gap:16px}
#index .index-card{
  position:relative;
  overflow:hidden;
  min-height:208px;
  padding:23px 17px 19px;
  border:1px solid #d7e3ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(9,43,99,.055);
  text-align:left;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
#index .index-card:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:5px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 55%,#16b98f 100%);
}
#index .index-card:hover,#index .index-card:focus-visible{
  transform:translateY(-4px);
  border-color:#a9c8dd;
  box-shadow:0 15px 32px rgba(9,43,99,.12);
  outline:0;
}
#index .icon{
  width:52px;height:52px;
  margin:0 0 16px;
  border-radius:14px;
  background:linear-gradient(145deg,#e8f3ff 0%,#e5faf6 100%)!important;
  color:#0b6fbd!important;
  border:1px solid #cfe3ef;
}
#index .index-card h3{font-size:15px;line-height:1.25;margin:0 0 9px;color:#092b63}
#index .index-card p{font-size:12px;line-height:1.5;margin:0 0 18px;color:#60758a}
#index .index-card:after{
  content:'Explore  →';
  position:absolute;
  left:17px;bottom:16px;
  color:#087eaa!important;
  font-size:12px;
  font-weight:850;
  letter-spacing:.01em;
}

/* Featured and archive post cards */
.posts-grid{gap:24px}
.post-card{
  position:relative;
  overflow:hidden;
  border:1px solid #d7e3ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(9,43,99,.06);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.post-card:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:5px;
  z-index:2;
  background:linear-gradient(90deg,#176fe5 0%,#09a6c0 56%,#15b98f 100%);
}
.post-card:hover{
  transform:translateY(-4px);
  border-color:#afcadc;
  box-shadow:0 16px 34px rgba(9,43,99,.12);
}
.post-card .post-thumb{overflow:hidden;background:#f4f8fb!important}
.post-card .post-thumb img{transition:transform .35s ease}
.post-card:hover .post-thumb img{transform:scale(1.025)}
.post-card .post-body{padding:20px 20px 22px}
.post-card .post-cat,.article-wrap>.post-cat{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 10px;
  border:1px solid #c8e3ea;
  border-radius:8px;
  background:linear-gradient(90deg,#eaf4ff,#eafaf6);
  color:#0879a6;
  font-size:10px;
  font-weight:850;
  letter-spacing:.065em;
  line-height:1.25;
}
.post-card h3{margin:11px 0 8px;font-size:19px;color:#092b63}
.post-card h3 a:hover{color:#176fe5}
.post-card p{font-size:13px;line-height:1.6;color:#60758a}

/* Category and archive pages */
.archive-title{padding:44px 0 2px}
.archive-title h1{display:inline-block;margin:0;font-size:clamp(32px,4vw,44px);color:#092b63}
.nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:30px}
.nav-links .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #cfdde7;border-radius:10px;background:#fff;color:#092b63;font-weight:750}
.nav-links .current,.nav-links a:hover{border-color:#176fe5;background:#176fe5;color:#fff}

/* Individual posts */
.article-wrap{width:min(820px,90%);margin-top:46px}
.article-wrap>h1{color:#092b63}
.article-meta{padding-bottom:16px;border-bottom:1px solid #dbe6ed}
.article-featured{border:1px solid #d7e3ec;border-radius:18px;box-shadow:0 10px 28px rgba(9,43,99,.07)}
.entry-content{color:#29445a}
.entry-content h2{
  position:relative;
  padding:12px 16px;
  border-left:5px solid #168fbb;
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,#edf6ff 0%,#effaf7 100%);
  color:#092b63;
}
.entry-content h3{color:#0b5f9e}
.entry-content blockquote{
  margin:28px 0;
  padding:20px 22px;
  border:1px solid #cfe0e9;
  border-left:5px solid #16a085;
  border-radius:12px;
  background:#f3faf8;
}
.entry-content ul li::marker,.entry-content ol li::marker{color:#108fb2;font-weight:800}
.article-share{border-radius:16px;border-color:#c8dde8;box-shadow:0 8px 22px rgba(9,43,99,.055)}

@media(max-width:900px){
  #index .index-card{min-height:185px}
}
@media(max-width:620px){
  #index .index-card{min-height:0;padding:18px 17px 44px}
  #index .index-card:after{left:17px;bottom:14px}
  .post-card .post-body{padding:18px}
  .entry-content h2{padding:11px 13px;border-left-width:4px}
}

/* V4.2.5 — Match the desktop main-menu interaction to the footer links. */
@media(min-width:901px){
  .site-nav a{
    position:relative;
    display:inline-block;
    padding:7px 0 6px;
    transition:color .2s ease;
  }
  .site-nav a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    border-radius:2px;
    background:linear-gradient(90deg,#176fe5 0%,#08a5bd 55%,#16b98f 100%);
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .2s ease;
  }
  .site-nav a:hover,.site-nav a:focus-visible{color:#087ea8!important;outline:0}
  .site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}
}

/* V4.2.6 — Give footer links the same animated underline behavior. */
.site-footer .footer-menu a{
  position:relative;
  display:inline-block;
  padding:5px 0 7px;
  border-bottom:0!important;
  transition:color .2s ease;
}
.site-footer .footer-menu a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 55%,#16b98f 100%);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.site-footer .footer-menu a:hover,.site-footer .footer-menu a:focus-visible{
  color:#79ddd0!important;
  border-bottom-color:transparent!important;
  text-decoration:none!important;
  outline:0;
}
.site-footer .footer-menu a:hover:after,.site-footer .footer-menu a:focus-visible:after{transform:scaleX(1)}

/* V4.2.7 — Compact in-content affiliate/action buttons. */
.entry-content .wp-block-button__link{
  min-height:0!important;
  padding:8px 15px!important;
  border-radius:8px!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:750!important;
}
.entry-content .wp-block-buttons{margin-top:18px!important;margin-bottom:25px!important}
@media(max-width:620px){
  .entry-content .wp-block-button__link{padding:8px 13px!important;font-size:13px!important}
}

/* V4.2.9 — Restore the tagline and social links on mobile. */
@media(max-width:620px){
  .top-strip{display:block!important;font-size:10px!important}
  .top-strip .container{
    width:min(94%,1180px)!important;
    min-height:40px!important;
    padding:5px 0!important;
    gap:10px!important;
  }
  .top-strip .container>span{
    min-width:0;
    max-width:calc(100% - 62px);
    font-size:10px!important;
    line-height:1.25!important;
    white-space:normal;
  }
  .top-social{gap:6px!important;flex:0 0 auto}
  .top-social a{width:22px!important;height:22px!important}
  .top-social svg{width:15px!important;height:15px!important}
}

/* V4.3.0 — Keep mobile social access without crowding the header. */
@media(max-width:620px){
  .top-strip .container{min-height:30px!important;padding:3px 0!important;justify-content:flex-end!important}
  .top-strip .container>span{display:none!important}
  .top-social{margin-left:auto!important}
}
*{box-sizing:border-box} body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto}
.container{width:min(1180px,92%);margin:auto}
.top-strip{background:#092b63;color:#fff;font-size:12px;font-weight:650}
.top-strip .container{min-height:30px;display:flex;align-items:center;justify-content:space-between}
.top-social{display:flex;align-items:center;gap:10px}
.top-social a{display:grid;place-items:center;width:23px;height:23px;color:#fff;border-radius:50%;transition:background-color .2s,color .2s}
.top-social a:hover,.top-social a:focus{background:rgba(255,255,255,.15);color:#b9dcff}
.top-social svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.top-social .social-dot{fill:currentColor;stroke:none}.top-social .social-play{fill:currentColor;stroke:none}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:20px;white-space:nowrap}
.brand-mark{display:block;width:34px;height:44px;object-fit:contain;flex:0 0 auto}
.site-nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0;align-items:center;font-size:13px;font-weight:700;white-space:nowrap}
.site-nav a:hover{color:var(--blue)}
.header-tools{position:relative;display:flex;align-items:center;flex:0 0 auto}
.search-toggle{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--navy);cursor:pointer}
.search-toggle:hover,.search-toggle:focus{background:#eef6ff;color:var(--blue)}
.search-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.header-search-form{position:absolute;top:calc(100% + 20px);right:0;z-index:30;display:flex;width:min(390px,88vw);padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(16,42,67,.18);opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s}
.header-search-form.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.header-search-form input{min-width:0;flex:1;padding:10px 12px;border:1px solid #cddae5;border-radius:8px 0 0 8px;font:inherit;color:var(--ink)}
.header-search-form button{padding:10px 14px;border:1px solid var(--blue);border-radius:0 8px 8px 0;background:var(--blue);color:#fff;font-weight:750;cursor:pointer}
.menu-toggle{display:none;background:transparent;border:0;color:var(--navy);padding:9px;cursor:pointer}
.menu-toggle-icon{display:grid;gap:4px;width:24px}
.menu-toggle-icon span{display:block;width:24px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s,opacity .2s}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero{background:linear-gradient(115deg,#eef8ff 0%,#f4fbff 45%,#eefbf3 100%);overflow:hidden}
.hero-inner{min-height:390px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:48px;padding:52px 0}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}
.hero h1{font-size:clamp(38px,4.6vw,61px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px;max-width:690px}
.hero h1 span{background:linear-gradient(90deg,var(--blue),var(--teal),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:17px;color:#50677c;max-width:620px;margin:0 0 25px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:8px;font-weight:750;font-size:14px;border:1px solid transparent}
.btn-primary{background:var(--blue);color:#fff}.btn-secondary{background:#fff;border-color:#cfdbe6}
.hero-art{position:relative;min-height:300px;display:flex;align-items:center;justify-content:flex-end}
.hero-photo{width:min(430px,100%);border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(16,42,67,.12);border:1px solid rgba(255,255,255,.85)}
.hero-photo img{display:block;width:100%;height:auto}

.section{padding:54px 0}.section-soft{background:var(--bg)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-head h2{font-size:29px;line-height:1.15;margin:0 0 5px;letter-spacing:-.025em}.section-head p{margin:0;color:var(--muted)}
.text-link{color:var(--blue);font-size:14px;font-weight:750}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.post-card{border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 5px 16px rgba(16,42,67,.04)}
.post-thumb{aspect-ratio:3/2;background:#f2f6f9;overflow:hidden;display:flex;align-items:center;justify-content:center}.post-thumb img{width:100%;height:100%;object-fit:contain}
.post-body{padding:18px}.post-cat{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--blue)}
.post-card h3{font-size:18px;line-height:1.3;margin:8px 0}.post-card p{font-size:13px;color:var(--muted);margin:0}
.index-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.index-card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:20px 15px;text-align:center;display:block;transition:.2s;min-height:190px;box-shadow:0 5px 15px rgba(16,42,67,.035)}
.index-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(16,42,67,.09)}
.icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px}
.icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.icon.ai{background:#e7f2ff;color:#1269db}.icon.money{background:#e6f8ed;color:#11994b}.icon.marketing{background:#fff0e3;color:#ef6a00}.icon.business{background:#f1e8ff;color:#7a31dd}.icon.productivity{background:#e6f9f8;color:#0aa1a0}.icon.books{background:#ffe9f3;color:#e91e79}
.index-card h3{font-size:14px;line-height:1.25;margin:0 0 8px}.index-card p{font-size:12px;color:var(--muted);margin:0 0 12px}
.index-card:after{content:'Explore →';font-size:12px;font-weight:800;color:var(--blue)}
.index-card:nth-child(2):after{color:#11994b}.index-card:nth-child(3):after{color:#ef6a00}.index-card:nth-child(4):after{color:#7a31dd}.index-card:nth-child(5):after{color:#0aa1a0}.index-card:nth-child(6):after{color:#e91e79}
.site-footer{background:#0d2940;color:#cbd7e0;text-align:left;padding:20px 0;font-size:12px}
.footer-nav{margin-bottom:14px}
.footer-menu{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px 22px;list-style:none;margin:0;padding:0}
.footer-menu a{color:#fff;text-decoration:none;font-size:13px;font-weight:650}
.footer-menu a:hover,.footer-menu a:focus{color:#b9dcff;text-decoration:underline;text-underline-offset:3px}
.footer-copyright{color:#cbd7e0}
.back-to-top{
  position:fixed;
  right:max(20px,env(safe-area-inset-right));
  bottom:max(20px,env(safe-area-inset-bottom));
  z-index:1000;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#176fe5;
  color:#fff;
  box-shadow:0 7px 20px rgba(16,42,67,.28);
  display:grid;
  place-items:center;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .2s,transform .2s,visibility .2s,background-color .2s;
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.back-to-top:hover,.back-to-top:focus-visible{background:#0d58bc;outline:3px solid rgba(23,111,229,.25);outline-offset:3px}
.article-wrap{width:min(800px,90%);margin:44px auto 65px}.article-wrap h1{font-size:clamp(34px,5vw,52px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 12px}
.article-meta{font-size:13px;color:var(--muted);margin-bottom:24px}.article-featured{border-radius:14px;overflow:hidden;margin-bottom:30px}
.entry-content{font-size:17px;color:#263f54}.entry-content h2{font-size:28px;line-height:1.2;margin-top:38px}.entry-content h3{font-size:22px}
.entry-content a:not(.btn):not(.wp-block-button__link){color:#1877d2!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
.entry-content a:not(.btn):not(.wp-block-button__link):hover,.entry-content a:not(.btn):not(.wp-block-button__link):focus{color:#0b5fad!important;text-decoration-thickness:2px!important}
.entry-content .wp-block-button__link{background:#1877d2!important;color:#fff!important;font-weight:750!important;text-decoration:none!important}
.entry-content .wp-block-button__link:hover,.entry-content .wp-block-button__link:focus{background:#0d58bc!important;color:#fff!important;text-decoration:none!important}
.article-share{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:44px;padding:16px 20px;border:1px solid #cfe0e9;border-radius:13px;background:linear-gradient(110deg,#eaf5ff 0%,#f4faff 52%,#ecf9f1 100%)}
.article-share-copy{min-width:0}
.article-share-copy h2{margin:0 0 2px;font-size:19px;line-height:1.2;letter-spacing:-.02em}
.article-share-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}
.article-share-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;flex:0 0 auto}
.share-button{display:inline-grid;place-items:center;width:39px;height:39px;min-height:0;padding:0;border:1px solid rgba(16,42,67,.1);border-radius:50%;color:#fff!important;font-size:0;text-decoration:none!important;box-shadow:0 3px 9px rgba(16,42,67,.12);transition:transform .18s,filter .18s,box-shadow .18s}
.share-button:hover,.share-button:focus-visible{color:#fff!important;filter:brightness(.94);transform:translateY(-2px);box-shadow:0 6px 14px rgba(16,42,67,.18)}
.share-button:focus-visible{outline:3px solid rgba(24,119,210,.24);outline-offset:2px}
.share-button svg{width:18px;height:18px;fill:currentColor}
.share-button span{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.share-facebook{background:#1877f2}.share-x{background:#17202a}.share-linkedin{background:#0a66c2}.share-whatsapp{background:#1fa855}
.archive-title{padding:45px 0 10px}.archive-title h1{font-size:38px;margin:0}
@media(max-width:1040px){.site-nav ul{gap:15px;font-size:12px}}@media(max-width:900px){
.header-tools{order:2;margin-left:auto}.menu-toggle{display:block;order:3;margin-left:0}
.site-nav{display:block;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(16,42,67,.12);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s}
.site-nav.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.site-nav ul{width:min(1180px,92%);margin:0 auto;padding:10px 0 14px;display:block;white-space:normal}
.site-nav li{border-bottom:1px solid var(--line)}
.site-nav li:last-child{border-bottom:0}
.site-nav a{display:block;padding:11px 2px;font-size:14px}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hero-inner{grid-template-columns:1fr;padding:42px 0}.hero-art{min-height:240px;justify-content:center}.posts-grid{grid-template-columns:1fr 1fr}.index-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.hero h1{font-size:39px}.hero-inner{gap:24px}.section{padding:40px 0}.posts-grid,.index-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.hero-art{min-height:210px}.top-strip{display:none}}

@media(max-width:620px){
  .article-share{display:block;margin-top:36px;padding:16px 17px}
  .article-share-copy{margin-bottom:12px}
  .article-share-links{justify-content:flex-start;gap:9px}
  .share-button{width:40px;height:40px}
}

.brand-mark{background:none!important;width:34px!important;height:44px!important;border-radius:0!important}
.brand-wordmark{display:flex;align-items:center;gap:9px;flex:0 1 auto;min-width:0;line-height:1}
.brand-wordmark img:not(.brand-icon){display:block;width:clamp(190px,17vw,245px);height:auto;max-height:38px;object-fit:contain;object-position:left center}
.brand-wordmark .brand-icon{display:block!important;width:34px!important;height:44px!important;max-width:34px!important;object-fit:contain!important;flex:0 0 34px!important}
@media(max-width:1040px){.brand-wordmark img:not(.brand-icon){width:185px}.brand-wordmark{gap:7px}}
@media(max-width:620px){.brand-wordmark img:not(.brand-icon){width:min(180px,48vw);max-height:34px}.brand-wordmark .brand-icon{width:30px!important;height:39px!important;max-width:30px!important;flex-basis:30px!important}.header-inner{gap:8px}}
.featured-title{display:flex;align-items:center;gap:9px}
.featured-star{color:#176fe5;font-size:24px;line-height:1}
.hero-photo{width:min(455px,100%);background:transparent;border:0;box-shadow:none;border-radius:0}
.hero-photo img{display:block;width:100%;height:auto;object-fit:contain}
.post-thumb{height:auto!important;aspect-ratio:auto!important;background:#fff!important}
.post-thumb img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}

.hero-art{overflow:hidden}
.hero-photo{width:min(340px,90%)!important;align-self:stretch;display:flex;align-items:flex-end;justify-content:flex-end}
.hero-photo img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;border:0!important;box-shadow:none!important}

.hero-inner{
  min-height:300px!important;
  padding:30px 0 26px!important;
  grid-template-columns:1.2fr .8fr!important;
  gap:30px!important;
}
.hero h1{
  font-size:clamp(36px,4.15vw,55px)!important;
  margin-bottom:14px!important;
}
.hero p{margin-bottom:20px!important}
.hero-art{
  min-height:245px!important;
  align-self:stretch;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  overflow:visible!important;
}
.hero-photo{
  width:min(390px,100%)!important;
  height:245px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  overflow:hidden!important;
  border-radius:0!important;
}
.hero-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center bottom!important;
  display:block!important;
}
#featured.section{padding-top:38px!important;padding-bottom:44px!important}
#index.section{padding-top:38px!important;padding-bottom:40px!important}

/* V3.12 hero: direct original plant image, cache-safe */
.hero{
  position:relative;
  background:
    radial-gradient(circle at 77% 44%, rgba(43,207,190,.18), transparent 29%),
    linear-gradient(110deg,#eef8ff 0%,#eaf7ff 48%,#effcf4 100%)!important;
  overflow:hidden;
}
.hero:after{
  content:"";position:absolute;left:-3%;right:-3%;bottom:-1px;height:38px;
  background:#fff;clip-path:ellipse(56% 34% at 50% 100%);z-index:4;
}
.hero-inner{
  min-height:300px!important;padding:30px 0 35px!important;
  grid-template-columns:1.2fr .8fr!important;gap:30px!important;
  position:relative;z-index:2;
}
.hero-art{
  min-height:245px!important;position:relative!important;align-self:stretch!important;
  overflow:visible!important;display:block!important;
}
.hero-photo{
  position:absolute!important;right:-16px!important;bottom:0!important;
  width:320px!important;height:265px!important;border:0!important;box-shadow:none!important;
  border-radius:0!important;overflow:hidden!important;background:transparent!important;
}
.hero-photo img{
  display:block!important;width:auto!important;height:265px!important;max-width:none!important;
  position:absolute!important;right:0!important;bottom:0!important;object-fit:contain!important;
  border:0!important;box-shadow:none!important;
}
.hero-photo:before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,#edf8fb 0%,rgba(237,248,251,.72) 7%,rgba(237,248,251,0) 27%);
}
@media(max-width:900px){.hero-photo{right:2%!important;width:300px!important}}
@media(max-width:620px){.hero-art{display:none!important}.hero-inner{grid-template-columns:1fr!important}}


/* V3.13 — clean original plant crop, no legacy navigation */
.hero-photo{
  right:-8px!important;bottom:0!important;width:365px!important;height:270px!important;
  overflow:visible!important;background:transparent!important;
}
.hero-photo img{
  width:365px!important;height:auto!important;max-width:none!important;
  right:0!important;bottom:0!important;object-fit:contain!important;
}
.hero-photo:before{display:none!important;}
@media(max-width:900px){.hero-photo{right:0!important;width:325px!important;height:245px!important}.hero-photo img{width:325px!important}}

/* ============================================================
   V3.14 — approved hero mockup implementation
   Only the hero artwork/positioning is revised here.
   ============================================================ */

.hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 74% 45%, rgba(59,201,190,.22) 0, rgba(59,201,190,.10) 19%, rgba(59,201,190,0) 40%),
    linear-gradient(108deg,#edf7ff 0%,#edf8ff 46%,#effbf4 100%)!important;
}
.hero-inner{
  min-height:300px!important;
  padding:30px 0 34px!important;
  grid-template-columns:1.20fr .80fr!important;
  gap:30px!important;
  position:relative!important;
  z-index:3!important;
}
.hero-art{
  min-height:236px!important;
  height:100%!important;
  position:relative!important;
  align-self:stretch!important;
  display:block!important;
  overflow:visible!important;
}
.hero-photo{
  position:absolute!important;
  width:296px!important;
  height:300px!important;
  right:4px!important;
  bottom:-34px!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  z-index:3!important;
}
.hero-photo img{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:296px!important;
  height:360px!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  display:block!important;
  clip-path:inset(0 0 0 9px)!important;
  border:0!important;
  box-shadow:none!important;
}

/* The original mockup's soft blue wave on the lower-left. */
.hero:before{
  content:""!important;
  position:absolute!important;
  left:-4%!important;
  bottom:-18px!important;
  width:48%!important;
  height:86px!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle, rgba(50,123,247,.28) 1.2px, transparent 1.5px) 22px 4px/12px 12px no-repeat,
    linear-gradient(9deg, transparent 48%, rgba(60,124,245,.92) 49% 61%, rgba(60,124,245,0) 62%)!important;
  clip-path:polygon(0 18%,18% 53%,40% 76%,67% 88%,100% 91%,100% 100%,0 100%)!important;
}

/* Central cyan sweep + original-style green swoosh on the right. */
.hero:after{
  content:""!important;
  position:absolute!important;
  left:20%!important;
  right:-3%!important;
  bottom:-28px!important;
  height:94px!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(174deg,
      transparent 0 40%,
      rgba(36,176,219,.94) 41% 46%,
      rgba(101,207,203,.92) 47% 57%,
      rgba(140,218,184,.78) 58% 66%,
      rgba(105,197,94,.88) 67% 78%,
      rgba(44,170,75,.96) 79% 100%)!important;
  clip-path:polygon(0 62%,18% 47%,34% 38%,51% 42%,67% 54%,79% 64%,89% 54%,100% 24%,100% 100%,0 100%)!important;
}

/* Keep hero copy above the waves. */
.hero-inner > div:first-child{position:relative!important;z-index:5!important;}

/* Compact type/spacing from the approved live-view direction. */
.hero h1{
  font-size:clamp(36px,4.15vw,55px)!important;
  line-height:1.03!important;
  margin:0 0 14px!important;
}
.hero p{margin:0 0 20px!important;}

@media(max-width:1100px){
  .hero-photo{right:0!important;width:275px!important;}
  .hero-photo img{width:275px!important;height:auto!important;bottom:0!important;}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr!important;}
  .hero-art{min-height:220px!important;}
  .hero-photo{right:6%!important;bottom:-34px!important;width:260px!important;height:245px!important;}
  .hero-photo img{width:260px!important;height:auto!important;}
  .hero:after{left:0!important;}
}
@media(max-width:620px){
  .hero-art{display:none!important;}
  .hero:before{width:80%!important;opacity:.75!important;}
  .hero:after{left:10%!important;opacity:.72!important;}
}


/* ============================================================
   V3.15 — locked approved hero composition
   Only fixes plant blending/layering. Existing hero dimensions,
   typography, buttons and spacing remain unchanged.
   ============================================================ */
.hero-photo{
  width:330px!important;
  height:300px!important;
  right:30px!important;
  bottom:-34px!important;
  overflow:visible!important;
  z-index:2!important;
}
.hero-photo img{
  width:330px!important;
  height:360px!important;
  right:0!important;
  bottom:0!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  clip-path:none!important;
}
/* The full-width bottom wave must pass continuously over the plant image. */
.hero:before{z-index:3!important;}
.hero:after{z-index:4!important;}
.hero-inner > div:first-child{z-index:6!important;}

@media(max-width:1100px){
  .hero-photo{right:18px!important;width:305px!important;}
  .hero-photo img{width:305px!important;height:auto!important;}
}
@media(max-width:900px){
  .hero-photo{right:6%!important;width:280px!important;height:245px!important;}
  .hero-photo img{width:280px!important;height:auto!important;}
}


/* ============================================================
   V3.16 — surgical hero wave adjustment
   LOCKED: V3.15 plant asset, size, position and blending unchanged.
   ONLY CHANGE: remove the bottom full-width/green swoosh and keep
   one blue wave localized to the lower-left edge of the hero.
   ============================================================ */

/* Remove the previous cyan/green/full-width bottom swoosh entirely. */
.hero:after{
  content:none!important;
  display:none!important;
}

/* Blue wave only at the lower-left edge. */
.hero:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:-3%!important;
  bottom:-1px!important;
  width:34%!important;
  height:58px!important;
  z-index:3!important;
  pointer-events:none!important;
  opacity:1!important;
  background:linear-gradient(
    11deg,
    rgba(48,116,244,.98) 0%,
    rgba(61,132,248,.96) 48%,
    rgba(79,151,249,.82) 72%,
    rgba(79,151,249,0) 73%
  )!important;
  clip-path:polygon(
    0 20%,
    17% 48%,
    39% 70%,
    64% 87%,
    84% 96%,
    100% 100%,
    0 100%
  )!important;
}

/* Preserve the exact V3.15 plant implementation. */
.hero-photo{
  width:330px!important;
  height:300px!important;
  right:30px!important;
  bottom:-34px!important;
  overflow:visible!important;
  z-index:2!important;
}
.hero-photo img{
  width:330px!important;
  height:360px!important;
  right:0!important;
  bottom:0!important;
  object-fit:contain!important;
  object-position:right bottom!important;
  clip-path:none!important;
}

@media(max-width:1100px){
  .hero-photo{right:18px!important;width:305px!important;}
  .hero-photo img{width:305px!important;height:auto!important;}
}
@media(max-width:900px){
  .hero-photo{right:6%!important;width:280px!important;height:245px!important;}
  .hero-photo img{width:280px!important;height:auto!important;}
  .hero:before{width:45%!important;}
}
@media(max-width:620px){
  .hero:before{width:62%!important;height:48px!important;}
}


/* ============================================================
   V3.17 — approved mockup hero rebuild
   Source of truth: user's uploaded approved mockup.
   Header, copy, buttons, article cards and section spacing unchanged.
   ============================================================ */

/* Remove all prior generated wave/swoosh treatments. */
.hero:before,
.hero:after{
  content:none!important;
  display:none!important;
}

/* Exact right-side hero composition taken from the approved mockup:
   full plant, pot, window, gradient and original green swoosh. */
.hero-art{
  position:relative!important;
  overflow:visible!important;
}
.hero-photo{
  position:absolute!important;
  top:0!important;
  right:-2px!important;
  bottom:auto!important;
  width:56vw!important;
  max-width:816px!important;
  height:100%!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  z-index:2!important;
}
.hero-photo img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:fill!important;
  object-position:right center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  clip-path:none!important;
}

/* Approved lower-left blue/cyan wave. It does not replace or cover
   the original green swoosh contained in the right-side composition. */
.hero-inner:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:72%!important;
  height:64px!important;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201000%2090%22%20preserveAspectRatio%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0%2024%20C120%2066%20230%2082%20355%2084%20C505%2086%20620%2077%20736%2063%20C840%2051%20910%2052%201000%2062%20L1000%2090%20L0%2090%20Z%22%20fill%3D%22%23397AF3%22/%3E%0A%3Cpath%20d%3D%22M160%2070%20C330%2091%20485%2089%20650%2076%20C805%2064%20890%2048%201000%2059%20L1000%2090%20L160%2090%20Z%22%20fill%3D%22%2356BCE8%22%20fill-opacity%3D%22.93%22/%3E%0A%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:left bottom!important;
  background-size:100% 100%!important;
  z-index:3!important;
  pointer-events:none!important;
}

/* Keep hero content above the decorative wave. */
.hero-inner > div:first-child{
  position:relative!important;
  z-index:5!important;
}

@media(max-width:1100px){
  .hero-photo{width:58vw!important;right:0!important;}
  .hero-inner:after{width:76%!important;}
}
@media(max-width:900px){
  .hero-photo{width:62vw!important;right:-3%!important;}
  .hero-inner:after{width:86%!important;}
}
@media(max-width:620px){
  .hero-art{display:none!important;}
  .hero-inner:after{width:100%!important;height:48px!important;}
}


/* ============================================================
   V3.19 — V3.17 base, plant/right hero sizing correction only
   No other V3.17 layout or styling changes.
   ============================================================ */

/* Keep the V3.17 right-side composition, but do not stretch it. */
.hero-photo{
  top:0!important;
  bottom:0!important;
  right:-2px!important;
  width:auto!important;
  max-width:none!important;
  height:100%!important;
  overflow:visible!important;
}

/* Preserve the source image aspect ratio and make it span the full
   hero height from top edge to bottom edge without squashing. */
.hero-photo img{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:auto!important;
  max-width:none!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:right center!important;
}

/* Responsive sizing keeps the same natural proportions. */
@media(max-width:1100px){
  .hero-photo{
    top:0!important;
    bottom:0!important;
    right:0!important;
    height:100%!important;
    width:auto!important;
  }
  .hero-photo img{
    height:100%!important;
    width:auto!important;
  }
}
@media(max-width:900px){
  .hero-photo{
    top:0!important;
    bottom:0!important;
    right:-2%!important;
    height:100%!important;
    width:auto!important;
  }
  .hero-photo img{
    height:100%!important;
    width:auto!important;
  }
}


/* ============================================================
   V3.20 — V3.19 unchanged except left hero wave removed
   ============================================================ */
.hero-inner:after{
  content:none!important;
  display:none!important;
  background:none!important;
}


/* ============================================================
   V3.21 — V3.20 with a slightly more compact hero only.
   Plant/right-side composition remains unchanged and scales with hero.
   ============================================================ */
.hero-inner{
  min-height:315px!important;
}
@media(max-width:1100px){
  .hero-inner{min-height:305px!important;}
}
@media(max-width:900px){
  .hero-inner{min-height:295px!important;}
}


/* ============================================================
   V3.22 — pin plant artwork to actual hero top AND bottom edges.
   Everything else remains V3.21.
   ============================================================ */
.hero{
  position:relative!important;
  overflow:hidden!important;
}
.hero-art{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  height:100%!important;
  width:52%!important;
  overflow:visible!important;
}
.hero-photo{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  overflow:visible!important;
}
.hero-photo img{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:auto!important;
  max-width:none!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:contain!important;
  object-position:right center!important;
  margin:0!important;
  transform:none!important;
}

@media(max-width:1100px){
  .hero-art{width:54%!important;height:100%!important;top:0!important;bottom:0!important;}
  .hero-photo,.hero-photo img{height:100%!important;top:0!important;bottom:0!important;}
}
@media(max-width:900px){
  .hero-art{width:58%!important;height:100%!important;top:0!important;bottom:0!important;}
  .hero-photo,.hero-photo img{height:100%!important;top:0!important;bottom:0!important;}
}


/* ============================================================
   V3.23 — requested blending correction
   Base: V3.22
   Changes ONLY:
   - add a left-side image overlay to hide the hero transition
   - change the surrounding section background to blend with hero
   Plant/right-side hero artwork is not modified.
   ============================================================ */

/* Surrounding page area now carries the same cool tint as the hero,
   eliminating the abrupt white mismatch around the hero artwork. */
body,
.site-main{
  background:#f4faff!important;
}
.featured{
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 46%,#ffffff 100%)!important;
}
.explore{
  background:#f4f9fd!important;
}

/* Left-side IMAGE overlay requested by user. It sits inside the hero and
   softly covers the visible transition/blending error without touching
   the plant image on the right. */
.hero-inner:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:42%!important;
  height:100%!important;
  background:
    linear-gradient(90deg,rgba(235,247,255,.98) 0%,rgba(235,247,255,.78) 45%,rgba(235,247,255,0) 100%),
    url("assets/hero-left-blend-overlay.png") left center / auto 100% no-repeat!important;
  z-index:1!important;
  pointer-events:none!important;
}

/* Keep the actual hero copy above the new blending image. */
.hero-inner > div:first-child{
  position:relative!important;
  z-index:6!important;
}


/* ============================================================
   V3.24 — V3.23 with hero background matched to normal page.
   ONLY CHANGE: remove the separate hero tint so the surrounding
   hero area uses the same background color as the main page.
   ============================================================ */

.hero{
  background:#f4faff!important;
}

/* Remove any earlier hero-wide gradients/tints while preserving
   the right-side plant/window image and left blending overlay. */
.hero-inner{
  background:transparent!important;
}

/* Keep the left blending overlay subtle against the unified page color. */
.hero-inner:before{
  background:
    linear-gradient(90deg,rgba(244,250,255,.98) 0%,rgba(244,250,255,.72) 45%,rgba(244,250,255,0) 100%),
    url("assets/hero-left-blend-overlay.png") left center / auto 100% no-repeat!important;
}


/* V3.29 — exact visual background match for hero image field */
body,
.site-main,
.hero{
  background:#f5faff!important;
}

/* V4.0.5 — tablet hero readability.
   Preserve the plant on the right while fading the artwork away behind copy. */
@media(max-width:900px) and (min-width:621px){
  /* Balanced three-article tablet layout: one lead story, two supporting cards. */
  #featured .post-card:first-child{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    align-items:stretch!important;
  }
  #featured .post-card:first-child > a{display:block!important;height:100%!important}
  #featured .post-card:first-child .post-thumb{height:100%!important;min-height:230px!important}
  #featured .post-card:first-child .post-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  #featured .post-card:first-child .post-body{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:24px!important;
  }

  .hero-art{
    right:-8%!important;
    width:58%!important;
  }
  .hero-inner > div:first-child{
    width:100%!important;
    max-width:none!important;
    padding-right:24%!important;
    background:linear-gradient(90deg,
      #f5faff 0%,
      rgba(245,250,255,.96) 38%,
      rgba(245,250,255,.78) 54%,
      rgba(245,250,255,.32) 66%,
      rgba(245,250,255,0) 76%)!important;
  }
  .hero h1,.hero p,.hero-actions,.eyebrow{
    position:relative!important;
    z-index:7!important;
  }
  .hero p,.eyebrow{
    text-shadow:0 1px 0 rgba(255,255,255,.9),0 0 8px rgba(245,250,255,.85)!important;
  }
  .hero h1,.hero h1 span{
    text-shadow:none!important;
  }
}

@media(max-width:620px){
  .hero-inner > div:first-child{
    padding-right:0!important;
    background:none!important;
  }

  /* Compact phone layout for Explore the Index. */
  #index.section{padding:32px 0!important}
  #index .section-head{margin-bottom:16px!important}
  #index .section-head h2{font-size:27px!important}
  #index .index-grid{gap:10px!important}
  #index .index-card{
    min-height:0!important;
    padding:14px 15px!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:12px!important;
    text-align:left!important;
    border-radius:12px!important;
  }
  #index .icon{
    width:44px!important;
    height:44px!important;
    margin:0!important;
  }
  #index .icon svg{width:22px!important;height:22px!important}
  #index .index-card h3{font-size:14px!important;margin:0 0 3px!important}
  #index .index-card p{font-size:12px!important;line-height:1.35!important;margin:0!important}
  #index .index-card:after{content:'→'!important;font-size:18px!important}

  /* Use the assigned WordPress Footer Menu in a two-column phone layout. */
  .site-footer{padding:22px 0 18px!important}
  .footer-nav{display:block!important;margin-bottom:16px!important}
  .footer-menu{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px 24px!important;
    align-items:start!important;
    list-style:none!important;
    margin:0!important;
    padding:0!important;
  }
  .footer-menu li{min-width:0!important;text-align:left!important}
  .footer-menu a{
    display:block!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:650!important;
    line-height:1.3!important;
    text-decoration:none!important;
    white-space:normal!important;
  }
  .footer-copyright{
    padding-top:13px!important;
    border-top:1px solid rgba(203,215,224,.22)!important;
    font-size:11px!important;
    line-height:1.4!important;
  }
}

/* V4.2.2 final cascade: keep the full Option B treatment above legacy rules. */
.post-card{border:1px solid #d7e3ec!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 24px rgba(9,43,99,.06)!important}
.post-card:hover{transform:translateY(-4px)!important;border-color:#afcadc!important;box-shadow:0 16px 34px rgba(9,43,99,.12)!important}
.post-card .post-body{padding:20px 20px 22px!important}
.post-card .post-cat,.article-wrap>.post-cat{display:inline-flex!important;align-items:center!important;min-height:27px!important;padding:4px 10px!important;border:1px solid #c8e3ea!important;border-radius:8px!important;background:linear-gradient(90deg,#eaf4ff,#eafaf6)!important;color:#0879a6!important}
.post-card h3{margin:11px 0 8px!important;font-size:19px!important;color:#092b63!important}
.post-card p{font-size:13px!important;line-height:1.6!important;color:#60758a!important}
.article-wrap{width:min(820px,90%)!important;margin:46px auto 65px!important}
.article-wrap>h1{color:#092b63!important}
.article-meta{padding-bottom:16px!important;border-bottom:1px solid #dbe6ed!important}
.article-featured{border:1px solid #d7e3ec!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(9,43,99,.07)!important}
.entry-content h2{padding:12px 16px!important;border-left:5px solid #168fbb!important;border-radius:0 12px 12px 0!important;background:linear-gradient(90deg,#edf6ff 0%,#effaf7 100%)!important;color:#092b63!important}
.article-share{border-radius:16px!important;border-color:#c8dde8!important;box-shadow:0 8px 22px rgba(9,43,99,.055)!important}
@media(max-width:620px){.post-card .post-body{padding:18px!important}.entry-content h2{padding:11px 13px!important;border-left-width:4px!important}}

/* V4.2.3 — Standard footer-linked pages and coordinated footer. */
.standard-page-main{
  padding:48px 0 68px;
  background:linear-gradient(180deg,#f4f9fd 0,#fff 230px);
}
.standard-page-wrap{
  width:min(900px,92%)!important;
  margin:0 auto!important;
  overflow:hidden;
  border:1px solid #d6e3ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(9,43,99,.08);
}
.standard-page-header{
  position:relative;
  padding:34px 38px 29px;
  border-bottom:1px solid #dbe7ee;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%);
}
.standard-page-header:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 54%,#16b98f 100%);
}
.standard-page-kicker{
  display:inline-flex;
  margin-bottom:9px;
  color:#087ea8;
  font-size:11px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.standard-page-header h1{
  margin:0!important;
  color:#092b63!important;
  font-size:clamp(32px,5vw,48px)!important;
  line-height:1.08!important;
}
.standard-page-content{padding:34px 38px 42px}
.standard-page-content>:first-child{margin-top:0}
.standard-page-content>:last-child{margin-bottom:0}
.standard-page-content h2{margin-top:34px!important}
.standard-page-content h3{margin-top:27px;color:#0b5f9e}
.standard-page-content a:not(.btn):not(.wp-block-button__link){color:#087eaa!important}
.standard-page-content hr{height:1px;border:0;background:#dbe6ed;margin:30px 0}
.standard-page-content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #d4e1e9;border-radius:12px}
.standard-page-content th,.standard-page-content td{padding:12px 14px;border-bottom:1px solid #e1eaf0;text-align:left}
.standard-page-content th{background:#edf7fa;color:#092b63}
.standard-page-content tr:last-child td{border-bottom:0}

.site-footer{
  position:relative;
  border-top:5px solid transparent;
  border-image:linear-gradient(90deg,#176fe5,#08a5bd,#16b98f) 1;
  background:linear-gradient(135deg,#08284f 0%,#0d344d 100%)!important;
}
.footer-menu a{
  display:inline-block;
  padding:5px 0;
  border-bottom:2px solid transparent;
  transition:color .2s,border-color .2s;
}
.footer-menu a:hover,.footer-menu a:focus{color:#79ddd0!important;border-bottom-color:#22bea2;text-decoration:none!important}
.footer-copyright{padding-top:14px;border-top:1px solid rgba(203,215,224,.18)}

@media(max-width:620px){
  .standard-page-main{padding:24px 0 42px}
  .standard-page-wrap{width:min(94%,900px)!important;border-radius:16px}
  .standard-page-header{padding:27px 21px 23px}
  .standard-page-content{padding:25px 21px 31px}
  .standard-page-content h2{font-size:24px!important}
}

/* ============================================================
   V4.2.4 — Unified page system
   Categories and posts now share the standard-page visual DNA.
   ============================================================ */
.archive-main,.single-page-main{
  padding:48px 0 68px;
  background:linear-gradient(180deg,#f4f9fd 0,#fff 290px);
}
.archive-title{
  position:relative;
  overflow:hidden;
  padding:32px 36px 29px!important;
  border:1px solid #d6e3ec;
  border-radius:20px;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%);
  box-shadow:0 12px 30px rgba(9,43,99,.07);
}
.archive-title:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 54%,#16b98f 100%);
}
.archive-title h1{display:block!important;padding:0!important;color:#092b63!important}
.archive-title h1:after{display:none!important}
.archive-description{max-width:680px;margin-top:11px;color:#567086;font-size:15px}
.archive-description p{margin:0}
.archive-posts-section{padding:32px 0 0!important}

.single-article-wrap{
  width:min(900px,92%)!important;
  margin:0 auto!important;
  overflow:hidden;
  border:1px solid #d6e3ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(9,43,99,.08);
}
.single-article-header{
  position:relative;
  padding:34px 38px 27px;
  border-bottom:1px solid #dbe7ee;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%);
}
.single-article-header:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 54%,#16b98f 100%);
}
.single-article-header .post-cat{margin-bottom:11px}
.single-article-header h1{
  margin:0 0 13px!important;
  color:#092b63!important;
  font-size:clamp(34px,5vw,52px)!important;
  line-height:1.08!important;
}
.single-article-header .article-meta{margin:0!important;padding:0!important;border:0!important}
.single-article-wrap .article-featured{margin:34px 38px 30px!important}
.single-article-wrap>.entry-content{padding:0 38px 8px}
.single-article-wrap>.article-share{margin:38px 38px 40px!important}

/* Match homepage components to the same white-panel system. */
#featured .post-card,#index .index-card{
  border-color:#d6e3ec!important;
  border-radius:18px!important;
  box-shadow:0 9px 24px rgba(9,43,99,.065)!important;
}
#featured .post-card:hover,#index .index-card:hover{
  border-color:#a9c8dd!important;
  box-shadow:0 16px 34px rgba(9,43,99,.12)!important;
}
#featured .section-head,#index .section-head{margin-bottom:26px}

@media(max-width:620px){
  .archive-main,.single-page-main{padding:24px 0 42px}
  .archive-title{padding:27px 21px 24px!important;border-radius:16px}
  .archive-title h1{font-size:32px!important}
  .archive-posts-section{padding-top:22px!important}
  .single-article-wrap{width:min(94%,900px)!important;border-radius:16px}
  .single-article-header{padding:27px 21px 23px}
  .single-article-header h1{font-size:34px!important}
  .single-article-wrap .article-featured{margin:24px 20px!important}
  .single-article-wrap>.entry-content{padding:0 21px 5px}
  .single-article-wrap>.article-share{margin:30px 20px 28px!important}
}

/* ============================================================
   V4.3.3 — Engagement & discovery
   ============================================================ */
.article-meta{display:flex;flex-wrap:wrap;gap:6px 8px;align-items:center;color:#60758a;font-size:13px;line-height:1.45}
.entry-content h2[id],.entry-content h3[id]{scroll-margin-top:110px}

.iii-toc{margin:0 0 30px;padding:18px 20px;border:1px solid #d5e4ec;border-radius:14px;background:linear-gradient(135deg,#f4f9ff,#f3fbf7)}
.iii-toc details{margin:0}
.iii-toc summary{cursor:pointer;color:#092b63;font-weight:850;font-size:16px;list-style-position:inside}
.iii-toc ol{margin:14px 0 0;padding-left:22px}
.iii-toc li{margin:7px 0;color:#60758a;font-size:14px;line-height:1.45}
.iii-toc li.toc-level-3{margin-left:18px;font-size:13px}
.iii-toc a{color:#0b6fa4!important;text-decoration:none!important}
.iii-toc a:hover{text-decoration:underline!important;text-underline-offset:3px}

.iii-author-box,.iii-newsletter,.related-articles,.article-navigation{margin:34px 38px!important}
.iii-author-box{display:grid;grid-template-columns:96px minmax(0,1fr);gap:20px;align-items:center;padding:22px;border:1px solid #d6e3ec;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(9,43,99,.05)}
.iii-author-avatar img{display:block;width:96px;height:96px;border-radius:50%}
.iii-author-box .standard-page-kicker{margin-bottom:3px}
.iii-author-box h2{margin:0 0 5px!important;padding:0!important;border:0!important;background:none!important;font-size:20px!important;color:#092b63!important}
.iii-author-box p{margin:0;color:#60758a;font-size:13px;line-height:1.6}

.iii-newsletter{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px 26px;border:1px solid #c9e1e7;border-radius:17px;background:linear-gradient(120deg,#edf6ff 0%,#f1fbf7 100%)}
.iii-newsletter h2{margin:0 0 6px!important;font-size:23px!important;color:#092b63!important}
.iii-newsletter p{max-width:610px;margin:0;color:#60758a;font-size:13px;line-height:1.6}
.iii-newsletter .btn{flex:0 0 auto;white-space:nowrap}

.related-articles{padding-top:5px}
.related-articles-head{margin-bottom:17px}
.related-articles-head .standard-page-kicker{margin-bottom:3px}
.related-articles-head h2{margin:0!important;padding:0!important;border:0!important;background:none!important;color:#092b63!important;font-size:25px!important}
.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.related-card{overflow:hidden;border:1px solid #d6e3ec;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(9,43,99,.055);transition:transform .2s,box-shadow .2s,border-color .2s}
.related-card:hover{transform:translateY(-3px);border-color:#afcadc;box-shadow:0 12px 28px rgba(9,43,99,.1)}
.related-card-image{display:block;aspect-ratio:3/2;overflow:hidden;background:#edf3f7}
.related-card-image img{display:block;width:100%;height:100%;object-fit:cover}
.related-card-body{padding:14px 15px 16px}
.related-card .post-cat{font-size:10px!important;min-height:23px!important;padding:3px 8px!important}
.related-card h3{margin:8px 0 0;font-size:15px;line-height:1.35}
.related-card h3 a{color:#092b63;text-decoration:none}

.article-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:2px}
.article-nav-link{display:flex;flex-direction:column;gap:6px;min-height:98px;padding:17px 18px;border:1px solid #d6e3ec;border-radius:14px;background:#f8fbfd;text-decoration:none!important}
.article-nav-link span{color:#087eaa;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.article-nav-link strong{color:#092b63;font-size:14px;line-height:1.4}
.article-nav-next{text-align:right;grid-column:2}
.article-nav-prev:only-child{grid-column:1}
.article-nav-next:only-child{grid-column:2}

.search-results-form{display:flex;gap:10px;max-width:620px;margin-top:18px}
.search-results-form input{min-width:0;flex:1;padding:12px 14px;border:1px solid #c9dbe6;border-radius:10px;background:#fff;color:#102a43;font:inherit}
.search-results-form .btn{border:0;cursor:pointer}
.search-empty{padding:34px;border:1px solid #d6e3ec;border-radius:16px;background:#fff;text-align:center}
.search-empty h2{margin:0 0 8px;color:#092b63}
.search-empty p{margin:0;color:#60758a}
.archive-pagination{margin-top:28px}

/* Small readability refinements without changing the established design. */
.entry-content p,.entry-content li{line-height:1.78}
.entry-content img{max-width:100%;height:auto}

@media(max-width:900px){
  .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .related-card:last-child:nth-child(odd){grid-column:1/-1;max-width:50%}
  .iii-newsletter{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .iii-author-box,.iii-newsletter,.related-articles,.article-navigation{margin:28px 20px!important}
  .iii-author-box{grid-template-columns:72px minmax(0,1fr);padding:17px;gap:14px}
  .iii-author-avatar img{width:72px;height:72px}
  .iii-newsletter{padding:20px}
  .iii-newsletter .btn{width:100%;text-align:center}
  .related-grid{grid-template-columns:1fr}
  .related-card:last-child:nth-child(odd){grid-column:auto;max-width:none}
  .article-navigation{grid-template-columns:1fr}
  .article-nav-next,.article-nav-prev,.article-nav-next:only-child,.article-nav-prev:only-child{grid-column:1;text-align:left}
  .search-results-form{flex-direction:column}
  .search-results-form .btn{width:100%}
  .iii-toc{padding:16px}
}

/* ============================================================
   V4.3.4 — Library + article polish
   ============================================================ */

/* Cleaner H2-only table of contents. Long TOCs start collapsed in PHP. */
.iii-toc{margin-bottom:28px}
.iii-toc summary{display:flex;align-items:center;gap:8px;list-style:none}
.iii-toc summary::-webkit-details-marker{display:none}
.iii-toc summary:before{content:'▸';display:inline-block;font-size:13px;transition:transform .18s ease}
.iii-toc details[open] summary:before{transform:rotate(90deg)}
.iii-toc ol{columns:2;column-gap:34px;padding-left:24px}
.iii-toc li{break-inside:avoid;margin:7px 0}
@media(max-width:700px){.iii-toc ol{columns:1}}

/* Income Idea Library */
.iii-library-page .standard-page-shell{padding-bottom:54px}
.iii-library-header{width:100%;max-width:none;box-sizing:border-box}
.iii-library-intro{margin-top:18px}
.iii-library-jump{margin:24px 0 28px;padding:18px 20px;border:1px solid #d6e4ec;border-radius:14px;background:linear-gradient(135deg,#f3f9ff,#f2fbf7)}
.iii-library-jump strong{display:block;margin-bottom:10px;color:#092b63;font-size:14px}
.iii-library-jump>div{display:flex;flex-wrap:wrap;gap:8px}
.iii-library-jump a{display:inline-flex;padding:7px 10px;border:1px solid #cddfe9;border-radius:999px;background:#fff;color:#0b6fa4;text-decoration:none;font-size:12px;font-weight:800}
.iii-library-jump a:hover,.iii-library-jump a:focus-visible{border-color:#0b8dac;background:#eef9f7;outline:0}
.iii-library-search{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 42px;padding:20px 22px;border:1px solid #d8e5ed;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(9,43,99,.05)}
.iii-library-search h2{margin:2px 0 0;font-size:24px;color:#092b63}
.iii-library-search .search-form{display:flex;min-width:min(100%,380px);gap:8px}
.iii-library-search .search-field{width:100%;min-height:42px;padding:9px 12px;border:1px solid #cbdce7;border-radius:9px}
.iii-library-search .search-submit{min-height:42px;padding:9px 15px;border:0;border-radius:9px;background:#176fe5;color:#fff;font-weight:800;cursor:pointer}
.iii-library-section{scroll-margin-top:24px;margin:0 0 48px}
.iii-library-section .section-head{margin-bottom:18px}
.iii-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.iii-library-card{overflow:hidden;border:1px solid #d6e3ec;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(9,43,99,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.iii-library-card:hover{transform:translateY(-3px);border-color:#afcadc;box-shadow:0 12px 28px rgba(9,43,99,.1)}
.iii-library-card-image{display:block;aspect-ratio:3/2;overflow:hidden;background:#edf3f7}
.iii-library-card-image img{display:block;width:100%;height:100%;object-fit:cover}
.iii-library-card-body{padding:16px 17px 18px}
.iii-library-card h3{margin:9px 0 8px;font-size:18px;line-height:1.32}
.iii-library-card h3 a{color:#092b63;text-decoration:none}
.iii-library-card p{margin:0 0 12px;color:#60758a;font-size:13px;line-height:1.55}
.iii-library-card-link{color:#087ea8;font-size:12px;font-weight:850;text-decoration:none}
.iii-library-teaser{padding-top:0}
.iii-library-teaser-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px 28px;border:1px solid #d4e4ec;border-radius:18px;background:linear-gradient(135deg,#eef7ff 0%,#f7fbff 48%,#eefaf5 100%);box-shadow:0 9px 26px rgba(9,43,99,.06)}
.iii-library-teaser-card h2{margin:4px 0 8px;color:#092b63;font-size:clamp(25px,3vw,34px);line-height:1.12}
.iii-library-teaser-card p{max-width:700px;margin:0;color:#60758a;line-height:1.6}
.iii-library-teaser-card .btn{flex:0 0 auto}
@media(max-width:900px){.iii-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.iii-library-search,.iii-library-teaser-card{align-items:flex-start;flex-direction:column}.iii-library-search .search-form{width:100%;min-width:0}}
@media(max-width:620px){.iii-library-grid{grid-template-columns:1fr}.iii-library-jump{padding:16px}.iii-library-search{padding:17px}.iii-library-teaser-card{padding:21px}.iii-library-teaser-card .btn{width:100%;text-align:center}}


/* ============================================================
   V4.3.5 — Consolidated site polish
   ============================================================ */

/* Replace the former decorative topic-card block with a useful resource discovery block. */
.iii-tools-teaser{background:var(--bg)}
.iii-tools-teaser .section-head{align-items:end}
.iii-tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.iii-tool-card{display:flex;flex-direction:column;min-height:175px;padding:20px;border:1px solid #d6e3ec;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(9,43,99,.045);text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.iii-tool-card:hover,.iii-tool-card:focus-visible{transform:translateY(-3px);border-color:#afcadc;box-shadow:0 12px 28px rgba(9,43,99,.09);outline:0}
.iii-tool-card .iii-tool-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:15px;border-radius:12px;background:#eef6ff;color:#176fe5;font-size:22px}
.iii-tool-card:nth-child(2) .iii-tool-icon{background:#eefaf5;color:#159f79}
.iii-tool-card:nth-child(3) .iii-tool-icon{background:#fff5e9;color:#e67816}
.iii-tool-card:nth-child(4) .iii-tool-icon{background:#f2edff;color:#7754c7}
.iii-tool-card h3{margin:0 0 7px;color:#092b63;font-size:17px;line-height:1.25}
.iii-tool-card p{margin:0 0 14px;color:#60758a;font-size:12.5px;line-height:1.55;flex:1}
.iii-tool-card strong{color:#087ea8;font-size:12px}
@media(max-width:900px){.iii-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.iii-tools-grid{grid-template-columns:1fr}.iii-tool-card{min-height:0}}


/* ============================================================
   V4.3.7 — Tools Access, Featured Socials & Library Search
   ============================================================ */

/* Featured Articles: move social destinations here and make them easy to tap. */
.featured-section-head{align-items:flex-end}
.featured-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}

/* Income Idea Library search: wider, easier to read, and right-aligned. */
.iii-library-search>div:first-child{flex:0 1 360px}
.iii-library-search .search-form{
  width:min(620px,58%);
  min-width:min(620px,52vw);
  margin-left:auto;
  justify-content:flex-end;
}
.iii-library-search .search-field{
  min-height:48px;
  padding:11px 14px;
  font-size:17px;
  line-height:1.35;
}
.iii-library-search .search-submit{
  min-height:48px;
  padding:11px 18px;
  font-size:15px;
}

/* Dedicated Income Idea Index Tools landing page. */
.iii-tools-page .standard-page-shell{padding-bottom:58px}
.iii-tools-hub-header{width:100%;max-width:none;box-sizing:border-box}
.iii-tools-hub-header p{max-width:780px}
.iii-tools-hub{padding:34px 0 0}
.iii-tools-hub-head{margin-bottom:20px}
.iii-tools-hub-head h2{margin:4px 0 7px;font-size:clamp(27px,3vw,35px);color:#092b63}
.iii-tools-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.iii-tools-hub-card{
  display:flex;flex-direction:column;min-height:390px;
  padding:25px;border:1px solid #d3e1ea;border-radius:18px;background:#fff;
  box-shadow:0 9px 26px rgba(9,43,99,.06);
}
.iii-tools-hub-icon{
  display:grid;place-items:center;width:54px;height:54px;margin-bottom:17px;
  border:1px solid #cfe2ef;border-radius:15px;background:linear-gradient(145deg,#eaf4ff,#eafaf6);
  color:#0b6fbd;font-size:27px;font-weight:900;
}
.iii-tools-hub-icon-goal{background:linear-gradient(145deg,#fff5e8,#fff9ee);border-color:#f0d9b5;color:#d87514}
.iii-tools-hub-card-copy{flex:1}
.iii-tools-hub-label{display:inline-flex;margin-bottom:8px;color:#087ea8;font-size:11px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.iii-tools-hub-card h3{margin:0 0 9px;color:#092b63;font-size:24px;line-height:1.2}
.iii-tools-hub-card p{margin:0 0 16px;color:#60758a;font-size:14px;line-height:1.6}
.iii-tools-hub-card ul{margin:0 0 22px;padding-left:20px;color:#40566b;font-size:13px;line-height:1.7}
.iii-tools-hub-card li::marker{color:#159f79}
.iii-tools-hub-card .btn{align-self:flex-start;min-width:210px;text-align:center}
.iii-tools-hub-more{
  display:flex;align-items:center;gap:15px;margin-top:22px;padding:18px 20px;
  border:1px dashed #bfd5e3;border-radius:15px;background:linear-gradient(135deg,#f5faff,#f4fbf7);
}
.iii-tools-hub-more>span{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#fff;color:#176fe5;font-size:24px;font-weight:500}
.iii-tools-hub-more strong{display:block;color:#092b63}
.iii-tools-hub-more p{margin:2px 0 0;color:#60758a;font-size:13px}

@media(max-width:900px){
  .iii-library-search>div:first-child{flex:0 1 auto}
  .iii-library-search .search-form{width:100%;min-width:0;margin-left:0}
  .iii-tools-hub-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .featured-actions{width:100%;justify-content:flex-start}
  .iii-library-search .search-field{font-size:16px}
  .iii-tools-hub{padding-top:25px}
  .iii-tools-hub-card{min-height:0;padding:21px}
  .iii-tools-hub-card .btn{width:100%;min-width:0}
  .iii-tools-hub-more{align-items:flex-start}
}


/* ============================================================
   V4.3.12 — Maya hero, unified special pages, homepage rhythm
   ============================================================ */

/* Approved Maya scene with the selected shallow navy curve and soft
   pale-blue transition. The Maya artwork itself remains unchanged. */
.hero:before{
  content:none!important;
  display:none!important;
  background:none!important;
}
.hero:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  width:100%!important;
  height:62px!important;
  z-index:4!important;
  pointer-events:none!important;
  opacity:1!important;
  background:transparent url("assets/home-hero-wave-v4312.svg") center bottom / 100% 100% no-repeat!important;
  clip-path:none!important;
}
.hero-art{z-index:2!important}
.hero-inner>div:first-child{position:relative!important;z-index:6!important}

/* Tools and Library now use the same rounded page-header card seen on
   category archives instead of looking like independent landing themes. */
.iii-library-page,
.iii-tools-page{
  background:linear-gradient(180deg,#f4f9fd 0,#fff 290px)!important;
}
.iii-library-header,
.iii-tools-hub-header{
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  padding:32px 36px 29px!important;
  border:1px solid #d6e3ec!important;
  border-radius:20px!important;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%)!important;
  box-shadow:0 12px 30px rgba(9,43,99,.07)!important;
}
.iii-library-header:before,
.iii-tools-hub-header:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:6px!important;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 54%,#16b98f 100%)!important;
}
.iii-tools-hub-header:after{
  content:none!important;
  display:none!important;
  background:none!important;
}
.iii-library-header h1,
.iii-tools-hub-header h1{
  display:block!important;
  padding:0!important;
}

/* Remove the stacked section padding that created the oversized blank gap,
   then align Resources content with the Library card's inner text edge. */
.iii-library-teaser{padding-bottom:0!important}
.iii-tools-teaser{padding-top:36px!important}
.iii-tools-teaser .section-head,
.iii-tools-teaser .iii-tools-grid{
  margin-left:28px;
  margin-right:28px;
}

@media(max-width:900px){
  .hero:after{height:48px!important}
}
@media(max-width:620px){
  .hero:after{height:34px!important}
  .iii-library-header,
  .iii-tools-hub-header{
    padding:27px 21px 23px!important;
    border-radius:16px!important;
  }
  .iii-tools-teaser{padding-top:28px!important}
  .iii-tools-teaser .section-head,
  .iii-tools-teaser .iii-tools-grid{
    margin-left:0;
    margin-right:0;
  }
}

/* ============================================================
   V4.3.13 — Article page-break navigation
   Kept at the end of the stylesheet so the final theme cascade
   always presents multipage article links as finished controls.
   ============================================================ */
.single-article-wrap .article-page-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
  box-sizing:border-box;
  margin:34px 38px 10px;
  padding:18px 20px;
  border:1px solid #d6e3ec;
  border-radius:14px;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%);
}
.single-article-wrap .article-page-label{
  margin-right:4px;
  color:#60758a;
  font-size:14px;
  font-weight:800;
}
.single-article-wrap .article-page-links .post-page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:82px;
  height:42px;
  box-sizing:border-box;
  padding:0 14px;
  border:1px solid #bfd3e2;
  border-radius:10px;
  background:#fff;
  color:#092b63;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-decoration:none!important;
}
.single-article-wrap .article-page-links a.post-page-numbers:hover,
.single-article-wrap .article-page-links a.post-page-numbers:focus-visible{
  border-color:#176fe5;
  color:#176fe5;
  outline:0;
  box-shadow:0 0 0 3px rgba(23,111,229,.13);
}
.single-article-wrap .article-page-links .post-page-numbers.current{
  border-color:#176fe5;
  background:#176fe5;
  color:#fff;
}
@media(max-width:620px){
  .single-article-wrap .article-page-links{margin:28px 20px 8px;padding:15px 12px}
  .single-article-wrap .article-page-label{width:100%;margin:0 0 2px;text-align:right}
  .single-article-wrap .article-page-links .post-page-numbers{min-width:76px;height:40px;padding:0 12px}
}

/* V4.3.15 — the rotating hero assets carry their own matched backgrounds. */
.hero-inner:before{
  content:none!important;
  display:none!important;
  background:none!important;
}

/* ============================================================
   V4.3.16 — Newsletter Subscribe Utility
   ============================================================ */
.top-subscribe{
  display:inline-flex;align-items:center;gap:7px;
  margin-left:auto;padding:4px 8px;
  border-radius:7px;color:#fff;font-size:12px;font-weight:750;
  line-height:1;text-decoration:none!important;
  transition:background-color .18s ease,color .18s ease;
}
.top-subscribe:hover,.top-subscribe:focus-visible{
  background:rgba(255,255,255,.14);color:#cbe6ff;outline:0;
}
.top-subscribe svg{
  width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;color:#f7c948;
}
.top-strip-star{color:#f7c948}
@media(max-width:620px){
  .top-strip{display:block!important}
  .top-strip .container{
    width:min(94%,1180px)!important;min-height:30px!important;padding:3px 0!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
  }
  .top-strip .container>span{display:none!important}
  .top-subscribe{margin-left:auto;padding:5px 6px;font-size:11px}
  .top-subscribe svg{width:15px;height:15px}
}

/* ============================================================
   V4.3.17 — Subscribe Page Hero
   ============================================================ */
.subscribe-page-main{
  background:linear-gradient(180deg,#f5faff 0,#fff 560px);
}
.subscribe-hero{
  padding:42px 0 32px;
}
.subscribe-hero-inner{
  width:min(1080px,92%);
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);
  align-items:center;
  gap:0;
  overflow:hidden;
  border:1px solid #d7e4ec;
  border-radius:22px;
  background:linear-gradient(115deg,#edf6ff 0%,#f5faff 54%,#f5faff 100%);
  box-shadow:0 14px 36px rgba(9,43,99,.08);
}
.subscribe-hero-copy{
  position:relative;
  z-index:2;
  padding:38px 24px 38px 38px;
}
.subscribe-hero h1{
  margin:0;
  color:#092b63;
  font-size:clamp(35px,4.7vw,54px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.subscribe-hero-copy>p{
  max-width:440px;
  margin:18px 0 0;
  color:#4f687d;
  font-size:16px;
  line-height:1.65;
}
.subscribe-hero-media{
  position:relative;
  align-self:stretch;
  min-height:306px;
  margin-left:-24px;
  background:#e9eff3;
}
.subscribe-hero-media:before{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  top:0;
  bottom:0;
  width:34%;
  pointer-events:none;
  background:linear-gradient(90deg,#f5faff 0%,rgba(245,250,255,.94) 17%,rgba(245,250,255,.58) 54%,rgba(245,250,255,0) 100%);
}
.subscribe-hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-wrap{
  max-width:none;
  margin:25px 0 0;
  padding:0;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-icon,
.subscribe-page-main .subscribe-hero-form .iii-newsletter-card>h1,
.subscribe-page-main .subscribe-hero-form .iii-newsletter-card>p{
  display:none;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-form label{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row{
  display:flex;
  gap:9px;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row input{
  min-width:0;
  height:44px;
  padding:0 13px;
  border:1px solid #bdcddd;
  border-radius:8px;
  background:#fff;
  color:#102a43;
  font-size:13px;
  box-shadow:0 2px 7px rgba(9,43,99,.04);
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row input:focus{
  border-color:#176fe5;
  outline:0;
  box-shadow:0 0 0 3px rgba(23,111,229,.13);
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row button{
  min-width:104px;
  height:44px;
  padding:0 18px;
  border-radius:8px;
  background:#176fe5;
  font-size:12px;
  font-weight:800;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row button:hover,
.subscribe-page-main .subscribe-hero-form .iii-newsletter-row button:focus-visible{
  background:#0d58bc;
  filter:none;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-privacy{
  margin:10px 0 0;
  color:#6a7f92;
  font-size:11px;
  line-height:1.45;
}
.subscribe-page-main .subscribe-hero-form .iii-newsletter-notice{
  margin:0 0 15px;
  font-size:13px;
}
@media(max-width:860px){
  .subscribe-hero{padding:28px 0 26px}
  .subscribe-hero-inner{grid-template-columns:1fr;gap:0}
  .subscribe-hero-copy{padding:34px 30px 30px}
  .subscribe-hero-media{min-height:0;margin-left:0;aspect-ratio:16/9}
  .subscribe-hero-media:before{display:none}
}
@media(max-width:620px){
  .subscribe-hero-inner{width:min(94%,620px);border-radius:17px}
  .subscribe-hero-copy{padding:28px 21px 25px}
  .subscribe-hero h1{font-size:clamp(32px,11vw,43px)}
  .subscribe-hero-copy>p{font-size:15px}
  .subscribe-page-main .subscribe-hero-form .iii-newsletter-row{display:block}
  .subscribe-page-main .subscribe-hero-form .iii-newsletter-row button{width:100%;margin-top:9px}
}

/* ============================================================
   V4.3.19 — Meet Maya, Subscriber Benefits & Recent Ideas
   ============================================================ */
.subscribe-section-inner{
  width:min(1080px,92%);
  margin:0 auto;
}
.subscribe-section-kicker{
  display:inline-flex;
  margin-bottom:9px;
  color:#087ea8;
  font-size:11px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.subscribe-section-heading h2,
.subscribe-section-head-center h2{
  margin:0;
  color:#092b63;
  font-size:clamp(28px,4vw,40px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.subscribe-maya-section{
  padding:20px 0 54px;
  background:#fff;
}
.subscribe-maya-inner{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:48px;
  align-items:center;
  padding:36px 40px;
  border:1px solid #d7e4ec;
  border-radius:18px;
  background:linear-gradient(120deg,#fff 0%,#f7fbff 52%,#eef9f6 100%);
  box-shadow:0 10px 28px rgba(9,43,99,.055);
}
.subscribe-maya-copy{
  padding-left:42px;
  border-left:1px solid #cfe0e9;
}
.subscribe-maya-copy p{
  margin:0;
  color:#405c72;
  font-size:17px;
  line-height:1.75;
}
.subscribe-benefits-section{
  padding:58px 0 62px;
  border-top:1px solid #e1eaf0;
  border-bottom:1px solid #e1eaf0;
  background:linear-gradient(180deg,#f4f9fd 0%,#f8fbfd 100%);
}
.subscribe-section-head-center{
  margin-bottom:30px;
  text-align:center;
}
.subscribe-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.subscribe-benefit-card{
  position:relative;
  min-height:190px;
  padding:25px 24px 23px;
  overflow:hidden;
  border:1px solid #d7e3ec;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(9,43,99,.055);
}
.subscribe-benefit-card:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 55%,#16b98f 100%);
}
.subscribe-benefit-number{
  display:inline-flex;
  margin-bottom:19px;
  color:#f2b91f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.subscribe-benefit-card h3{
  margin:0 0 9px;
  color:#092b63;
  font-size:19px;
  line-height:1.25;
}
.subscribe-benefit-card p{
  margin:0;
  color:#60758a;
  font-size:14px;
  line-height:1.65;
}
.subscribe-latest-section{
  padding:60px 0 72px;
  background:#fff;
}
.subscribe-latest-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:29px;
}
.subscribe-latest-heading>p{
  max-width:350px;
  margin:0 0 3px;
  color:#60758a;
  font-size:14px;
  line-height:1.6;
}
.subscribe-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.subscribe-latest-card{
  overflow:hidden;
  border:1px solid #d7e3ec;
  border-radius:17px;
  background:#fff;
  box-shadow:0 9px 25px rgba(9,43,99,.065);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.subscribe-latest-card:hover{
  transform:translateY(-3px);
  border-color:#afcadc;
  box-shadow:0 14px 31px rgba(9,43,99,.11);
}
.subscribe-latest-media{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:3/2;
  overflow:hidden;
  background:linear-gradient(135deg,#eaf4ff,#eafaf6);
  color:#087ea8;
  font-size:12px;
  font-weight:850;
  text-decoration:none!important;
}
.subscribe-latest-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.subscribe-latest-card:hover .subscribe-latest-media img{transform:scale(1.025)}
.subscribe-latest-body{padding:20px 20px 22px}
.subscribe-latest-category{
  display:inline-flex;
  margin-bottom:9px;
  color:#087ea8;
  font-size:10px;
  font-weight:850;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.subscribe-latest-body h3{
  margin:0 0 9px;
  font-size:19px;
  line-height:1.28;
}
.subscribe-latest-body h3 a{
  color:#092b63;
  text-decoration:none!important;
}
.subscribe-latest-body p{
  margin:0 0 16px;
  color:#60758a;
  font-size:13px;
  line-height:1.6;
}
.subscribe-latest-link{
  color:#176fe5;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
}
.subscribe-latest-link:hover,.subscribe-latest-link:focus-visible{color:#0d58bc}
@media(max-width:860px){
  .subscribe-maya-inner{grid-template-columns:1fr;gap:23px}
  .subscribe-maya-copy{padding:22px 0 0;border-left:0;border-top:1px solid #cfe0e9}
  .subscribe-benefits-grid,.subscribe-latest-grid{grid-template-columns:1fr 1fr}
  .subscribe-benefit-card:last-child,.subscribe-latest-card:last-child{grid-column:1/-1}
  .subscribe-latest-heading{align-items:flex-start;flex-direction:column;gap:12px}
}
@media(max-width:620px){
  .subscribe-section-inner{width:min(94%,620px)}
  .subscribe-maya-section{padding:8px 0 42px}
  .subscribe-maya-inner{padding:27px 21px;border-radius:16px}
  .subscribe-maya-copy p{font-size:15px}
  .subscribe-benefits-section{padding:45px 0 48px}
  .subscribe-section-head-center{margin-bottom:23px}
  .subscribe-benefits-grid,.subscribe-latest-grid{grid-template-columns:1fr}
  .subscribe-benefit-card:last-child,.subscribe-latest-card:last-child{grid-column:auto}
  .subscribe-benefit-card{min-height:0;padding:23px 21px}
  .subscribe-latest-section{padding:47px 0 54px}
}

/* ============================================================
   V4.4 — Index’s Products / Easy Digital Downloads storefront
   Dedicated single-download.php presentation keeps products
   separate from article metadata, sharing, author and related UI.
   ============================================================ */
.iii-product-main{
  padding:48px 0 68px;
  background:linear-gradient(180deg,#f4f9fd 0,#fff 340px);
}
.iii-product-shell{
  width:min(1040px,92%);
  margin:0 auto;
  overflow:hidden;
  border:1px solid #d6e3ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(9,43,99,.08);
}
.iii-product-header{
  position:relative;
  padding:34px 42px 30px;
  border-bottom:1px solid #dbe7ee;
  background:linear-gradient(115deg,#edf6ff 0%,#f4fbff 52%,#ecfaf6 100%);
}
.iii-product-header:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:6px;
  background:linear-gradient(90deg,#176fe5 0%,#08a5bd 54%,#16b98f 100%);
}
.iii-product-kicker{
  display:inline-flex;
  margin-bottom:9px;
  color:#087ea8;
  font-size:11px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.iii-product-header h1{
  margin:0!important;
  color:#092b63!important;
  font-size:clamp(34px,5vw,52px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em;
}
.iii-product-lede{
  max-width:760px;
  margin:14px 0 0;
  color:#60758a;
  font-size:16px;
  line-height:1.7;
}
.iii-product-overview{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:32px;
  align-items:start;
  padding:38px 42px;
}
.iii-product-overview.no-product-media{
  grid-template-columns:minmax(0,1fr);
}
.iii-product-overview.no-product-media .iii-product-purchase-card{
  width:min(100%,470px);
}
.iii-product-media{
  margin:0;
  overflow:hidden;
  border:1px solid #d6e3ec;
  border-radius:18px;
  background:#f7fafc;
  box-shadow:0 10px 28px rgba(9,43,99,.07);
}
.iii-product-media img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
}
.iii-product-purchase-card{
  box-sizing:border-box;
  padding:25px;
  border:1px solid #c9dce8;
  border-radius:17px;
  background:linear-gradient(145deg,#f8fbff 0%,#f2faf7 100%);
  box-shadow:0 9px 25px rgba(9,43,99,.065);
}
.iii-product-format{
  display:block;
  margin-bottom:8px;
  color:#60758a;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.iii-product-price{
  margin:0 0 18px;
  color:#092b63;
  font-size:clamp(30px,4vw,40px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.025em;
}
.iii-product-purchase .edd_download_purchase_form,
.iii-product-purchase .edd_purchase_submit_wrapper{
  width:100%;
  margin:0;
}
.iii-product-purchase .edd-add-to-cart,
.iii-product-purchase .edd_go_to_checkout,
.iii-product-purchase .edd-submit,
.iii-product-purchase .button,
.iii-product-purchase .iii-edd-buy-button{
  box-sizing:border-box;
  width:100%;
  min-height:48px;
  margin:0;
  padding:13px 18px!important;
  border:1px solid #176fe5!important;
  border-radius:10px!important;
  background:#176fe5!important;
  box-shadow:none!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-align:center!important;
  text-decoration:none!important;
  cursor:pointer;
}
.iii-product-purchase .edd-add-to-cart-label,
.iii-product-purchase .edd_go_to_checkout,
.iii-product-purchase .edd_go_to_checkout:visited{
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  text-indent:0!important;
}
.iii-product-purchase .edd-add-to-cart:hover,
.iii-product-purchase .edd-add-to-cart:focus-visible,
.iii-product-purchase .edd_go_to_checkout:hover,
.iii-product-purchase .edd_go_to_checkout:focus-visible,
.iii-product-purchase .edd-submit:hover,
.iii-product-purchase .edd-submit:focus-visible{
  border-color:#0e5fc8!important;
  background:#0e5fc8!important;
  color:#fff!important;
  outline:0;
  box-shadow:0 0 0 3px rgba(23,111,229,.14)!important;
}
.iii-product-purchase .edd-loading{color:#fff!important}
.iii-product-purchase .edd_price_options{
  margin:0 0 14px;
  padding:0;
  border:0;
}
.iii-product-purchase .edd_price_options ul{margin:0;padding:0;list-style:none}
.iii-product-purchase .edd_price_options li{margin:8px 0}
.iii-product-purchase-notes{
  display:grid;
  gap:7px;
  margin:17px 0 0;
  padding:16px 0 0;
  border-top:1px solid #d7e4ec;
  list-style:none;
}
.iii-product-purchase-notes li{
  position:relative;
  margin:0;
  padding-left:20px;
  color:#60758a;
  font-size:12px;
  line-height:1.5;
}
.iii-product-purchase-notes li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0b9b77;
  font-weight:900;
}
.iii-product-content{
  padding:4px 42px 44px;
  color:#314a60;
}
.iii-product-content>:first-child{margin-top:0}
.iii-product-content>:last-child{margin-bottom:0}
.iii-product-content p,.iii-product-content li{line-height:1.75}
.iii-product-content h2{
  margin:34px 0 16px!important;
  padding:12px 16px!important;
  border-left:5px solid #168fbb!important;
  border-radius:0 12px 12px 0!important;
  background:linear-gradient(90deg,#edf6ff 0%,#effaf7 100%)!important;
  color:#092b63!important;
}
.iii-product-content h3{margin:27px 0 12px;color:#0b5f9e}
.iii-product-content a{color:#087eaa;text-underline-offset:3px}
.iii-product-content img{max-width:100%;height:auto;border-radius:14px}
.iii-product-content table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #d4e1e9;border-radius:12px}
.iii-product-content th,.iii-product-content td{padding:12px 14px;border-bottom:1px solid #e1eaf0;text-align:left}
.iii-product-content th{background:#edf7fa;color:#092b63}
.iii-product-content tr:last-child td{border-bottom:0}
.iii-product-bottom-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:0 42px 42px;
  padding:24px 26px;
  border:1px solid #c9e1e7;
  border-radius:17px;
  background:linear-gradient(120deg,#edf6ff 0%,#f1fbf7 100%);
}
.iii-product-bottom-cta .iii-product-kicker{margin-bottom:4px}
.iii-product-bottom-cta h2{
  margin:0!important;
  color:#092b63!important;
  font-size:clamp(21px,3vw,28px)!important;
  line-height:1.2!important;
}
.iii-product-purchase-bottom{flex:0 0 230px}

@media(max-width:760px){
  .iii-product-main{padding:24px 0 42px}
  .iii-product-shell{width:min(94%,1040px);border-radius:16px}
  .iii-product-header{padding:27px 21px 23px}
  .iii-product-header h1{font-size:34px!important}
  .iii-product-lede{font-size:15px}
  .iii-product-overview{grid-template-columns:1fr;gap:22px;padding:25px 20px 30px}
  .iii-product-overview.no-product-media .iii-product-purchase-card{width:100%}
  .iii-product-purchase-card{padding:21px}
  .iii-product-content{padding:0 21px 31px}
  .iii-product-content h2{padding:11px 13px!important;border-left-width:4px!important;font-size:24px!important}
  .iii-product-bottom-cta{flex-direction:column;align-items:stretch;margin:0 20px 28px;padding:20px}
  .iii-product-purchase-bottom{flex:0 0 auto;width:100%}
}


/* ============================================================
   V4.4.1 — Library & Storefront Archive Fixes
   ============================================================ */
.iii-products-archive .archive-title .archive-description{max-width:720px;margin-top:10px;color:#60758a}
.iii-products-archive .archive-title .archive-description p{margin:0}
.iii-product-archive-card{display:flex;flex-direction:column}
.iii-product-archive-media{display:block;background:#fff;border-bottom:1px solid #d7e3ec}
.iii-product-archive-media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;background:#fff}
.iii-product-archive-card .post-body{display:flex;flex:1;flex-direction:column}
.iii-product-archive-card .post-body p{margin-bottom:16px!important}
.iii-product-archive-link{margin-top:auto;color:#176fe5;font-size:14px;font-weight:800;text-decoration:none}
.iii-product-archive-link:hover,.iii-product-archive-link:focus-visible{text-decoration:underline;text-underline-offset:3px}

/* ============================================================
   V4.4.2 — Follow Maya, focused homepage cards & Maya disclosure
   ============================================================ */

/* Homepage: replace the former four redundant resource cards with two
   intentional destinations that can expand later if a truly distinct path
   earns a place here. */
.iii-next-steps{padding-top:42px;padding-bottom:64px;background:linear-gradient(180deg,#fbfdff 0%,#f6f9fc 100%)}
.iii-next-steps-head{margin-bottom:22px}
.iii-next-steps-head>div{max-width:760px}
.iii-next-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.iii-next-step-card{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);gap:22px;align-items:start;min-height:220px;padding:30px;border:1px solid #dce7ef;border-radius:20px;text-decoration:none;overflow:hidden;box-shadow:0 10px 28px rgba(16,42,67,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.iii-next-step-card:hover,.iii-next-step-card:focus-visible{transform:translateY(-3px);box-shadow:0 15px 34px rgba(16,42,67,.10);border-color:#c9dae8}
.iii-next-step-start{background:linear-gradient(135deg,#eef7ff 0%,#ffffff 72%)}
.iii-next-step-maya{background:linear-gradient(135deg,#fff9e9 0%,#ffffff 72%)}
.iii-next-step-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:#fff;border:1px solid rgba(16,42,67,.10);box-shadow:0 6px 16px rgba(16,42,67,.06)}
.iii-next-step-icon svg{width:40px;height:40px;fill:none;stroke:#102a43;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.iii-next-step-start .iii-next-step-icon{background:#e8f4ff}
.iii-next-step-maya .iii-next-step-icon{background:#fff5cf}
.iii-next-step-maya .iii-next-step-icon svg{stroke:#d69b00}
.iii-next-step-label{display:block;margin:1px 0 5px;color:#1877d2;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.iii-next-step-maya .iii-next-step-label{color:#9b7100}
.iii-next-step-card h3{margin:0 0 9px;color:#102a43;font-size:clamp(25px,2.7vw,34px);line-height:1.08;letter-spacing:-.025em}
.iii-next-step-card p{margin:0 0 18px;color:#60758a;font-size:14px;line-height:1.65;max-width:570px}
.iii-next-step-card strong{color:#176fe5;font-size:14px}
.iii-next-step-maya strong{color:#8f6800}

/* Follow Maya page: intentionally focused on why Maya is worth following,
   rather than duplicating the homepage, article grid, or Subscribe page. */
.follow-maya-page-main{background:#fff;color:#102a43}
.follow-maya-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fffdf8 0%,#fffaf0 52%,#ffffff 100%);border-bottom:1px solid #edf1f4}
.follow-maya-hero-inner{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:54px;align-items:center;min-height:520px;padding-top:54px;padding-bottom:54px}
.follow-maya-hero-copy{max-width:650px;padding-left:18px}
.follow-maya-hero-copy h1{margin:0;color:#0c2748;font-size:clamp(48px,5.5vw,76px);line-height:.98;letter-spacing:-.05em}
.follow-maya-title-rule{display:block;width:70px;height:5px;margin:24px 0 22px;border-radius:999px;background:#f2b705}
.follow-maya-hero-copy p{max-width:620px;margin:0 0 12px;color:#34495e;font-size:17px;line-height:1.7}
.follow-maya-hero-copy .follow-maya-lead{margin-bottom:4px;color:#102a43;font-size:20px;font-weight:800;line-height:1.45}
.follow-maya-portrait-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:430px;transform:translateX(-38px)}
.follow-maya-portrait{position:relative;z-index:2;width:min(430px,88%);aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:#f1f3f4;box-shadow:0 20px 50px rgba(16,42,67,.13)}
.follow-maya-portrait img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}
.follow-maya-brush{position:absolute;z-index:1;width:88%;height:145px;bottom:70px;left:5%;transform:rotate(-8deg);background:linear-gradient(90deg,rgba(244,184,0,.06),rgba(244,184,0,.31),rgba(244,184,0,.12));clip-path:polygon(0 36%,8% 24%,18% 33%,29% 16%,42% 27%,55% 7%,67% 20%,79% 10%,100% 31%,92% 45%,100% 57%,86% 65%,96% 78%,74% 72%,61% 92%,47% 76%,30% 91%,17% 70%,4% 78%,10% 59%,0 51%)}
.follow-maya-rays{position:absolute;z-index:3;top:90px;right:18px;width:5px;height:28px;border-radius:5px;background:#102a43;transform:rotate(18deg);box-shadow:18px 11px 0 #102a43,30px 28px 0 #102a43}
.follow-maya-reasons{padding:58px 0 44px;background:#fff}
.follow-maya-section-heading{text-align:center;margin:0 auto 38px}
.follow-maya-section-heading h2{margin:0;color:#102a43;font-size:clamp(30px,3.2vw,42px);line-height:1.1;letter-spacing:-.03em}
.follow-maya-section-heading>span{display:block;width:48px;height:4px;margin:16px auto 0;border-radius:99px;background:#f2b705}
.follow-maya-reasons-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:1220px;margin:0 auto}
.follow-maya-reason{display:grid;grid-template-columns:62px minmax(0,1fr);gap:16px;align-items:start;padding:4px 26px;min-height:156px;border-right:1px solid #dfe6eb}
.follow-maya-reason:first-child{padding-left:4px}
.follow-maya-reason:last-child{padding-right:4px;border-right:0}
.follow-maya-reason-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px}
.follow-maya-reason-icon svg{width:54px;height:54px;fill:none;stroke:#102a43;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.follow-maya-bulb-icon svg{stroke:#e5a800}
.follow-maya-reason h3{margin:2px 0 8px;color:#102a43;font-size:18px;line-height:1.28}
.follow-maya-reason p{margin:0;color:#60758a;font-size:13.5px;line-height:1.6}
.follow-maya-cta-section{padding:16px 0 64px;background:#fff}
.follow-maya-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:26px 34px;border:1px solid #f0e1ad;border-radius:17px;background:linear-gradient(90deg,#fff9e8 0%,#fffdf5 55%,#fff7dd 100%)}
.follow-maya-cta-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border:1px solid #e5ba36;border-radius:50%;background:#fffdf5}
.follow-maya-cta-icon svg{width:34px;height:34px;fill:none;stroke:#102a43;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.follow-maya-cta-copy h2{margin:0 0 5px;color:#102a43;font-size:22px;line-height:1.2}
.follow-maya-cta-copy p{margin:0;color:#60758a;font-size:14px;line-height:1.55}
.follow-maya-cta-button{white-space:nowrap;min-width:245px;text-align:center}

/* Article disclosure: subtle, readable, and attached to the author/byline area. */
.maya-ai-disclosure{margin:9px 0 0;color:#7b8995;font-size:12px;line-height:1.5;font-weight:400}

@media(max-width:1050px){
  .follow-maya-hero-inner{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:28px}
  .follow-maya-portrait-wrap{transform:translateX(-20px)}
  .follow-maya-reasons-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}
  .follow-maya-reason:nth-child(2){border-right:0}
  .follow-maya-reason:nth-child(3){padding-left:4px}
  .follow-maya-reason{padding-right:24px}
}
@media(max-width:820px){
  .iii-next-steps-grid{grid-template-columns:1fr}
  .follow-maya-hero-inner{grid-template-columns:1fr;gap:10px;padding-top:44px;padding-bottom:46px;text-align:left}
  .follow-maya-hero-copy{padding-left:0;max-width:720px}
  .follow-maya-portrait-wrap{min-height:360px;margin-top:2px;transform:none}
  .follow-maya-portrait{width:min(380px,82vw)}
  .follow-maya-brush{width:min(510px,92vw);left:50%;transform:translateX(-50%) rotate(-8deg);bottom:47px}
  .follow-maya-rays{right:15%;top:56px}
  .follow-maya-cta{grid-template-columns:auto minmax(0,1fr);padding:24px}
  .follow-maya-cta-button{grid-column:1/-1;width:100%;min-width:0}
}
@media(max-width:620px){
  .iii-next-steps{padding-top:30px;padding-bottom:44px}
  .iii-next-step-card{grid-template-columns:56px minmax(0,1fr);gap:15px;min-height:0;padding:22px 18px;border-radius:16px}
  .iii-next-step-icon{width:54px;height:54px}
  .iii-next-step-icon svg{width:31px;height:31px}
  .iii-next-step-card h3{font-size:26px}
  .follow-maya-hero-inner{padding-top:34px;padding-bottom:34px}
  .follow-maya-hero-copy h1{font-size:48px}
  .follow-maya-title-rule{margin:18px 0 18px}
  .follow-maya-hero-copy .follow-maya-lead{font-size:18px}
  .follow-maya-hero-copy p{font-size:15px}
  .follow-maya-portrait-wrap{min-height:310px}
  .follow-maya-portrait{width:min(320px,84vw)}
  .follow-maya-rays{display:none}
  .follow-maya-reasons{padding:44px 0 28px}
  .follow-maya-reasons-grid{grid-template-columns:1fr;gap:0}
  .follow-maya-reason,.follow-maya-reason:first-child,.follow-maya-reason:nth-child(3),.follow-maya-reason:last-child{padding:22px 0;border-right:0;border-bottom:1px solid #e5ebef;min-height:0}
  .follow-maya-reason:last-child{border-bottom:0}
  .follow-maya-cta-section{padding-bottom:44px}
  .follow-maya-cta{grid-template-columns:1fr;text-align:left;gap:14px;padding:22px 18px}
  .follow-maya-cta-icon{width:50px;height:50px}
  .follow-maya-cta-button{grid-column:auto}
}

/* ============================================================
   V4.4.4 — Optional Quick Takeaway
   Use [quick_takeaway]...[/quick_takeaway] inside suitable posts.
   ============================================================ */
.iii-quick-takeaway{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin:26px 0 30px;
  padding:20px 22px;
  border:1px solid #cfe2ef;
  border-left:5px solid #1877d2;
  border-radius:14px;
  background:linear-gradient(135deg,#f4f9ff 0%,#f7fcfb 100%);
  box-shadow:0 8px 22px rgba(16,42,67,.055);
}
.iii-quick-takeaway-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#102a43;
  color:#ffd84d;
}
.iii-quick-takeaway-icon svg{width:25px;height:25px;display:block}
.iii-quick-takeaway-label{
  margin:1px 0 5px;
  color:#102a43;
  font-size:13px;
  font-weight:850;
  letter-spacing:.075em;
  line-height:1.2;
  text-transform:uppercase;
}
.iii-quick-takeaway-text{color:#40566b;font-size:16px;line-height:1.65}
.iii-quick-takeaway-text p{margin:0}
.iii-quick-takeaway-text p+p{margin-top:8px}
.iii-quick-takeaway-text strong{color:#102a43}
@media(max-width:620px){
  .iii-quick-takeaway{grid-template-columns:40px minmax(0,1fr);gap:13px;margin:22px 0 26px;padding:17px 16px;border-radius:12px}
  .iii-quick-takeaway-icon{width:38px;height:38px;border-radius:10px}
  .iii-quick-takeaway-icon svg{width:22px;height:22px}
  .iii-quick-takeaway-text{font-size:15px;line-height:1.6}
}


/* ============================================================
   V4.4.7 — Follow Maya mockup scatter
   Uses the approved mockup doodle image crops and scatters them
   across the hero so the eye moves between separate activity zones.
   ============================================================ */
.follow-maya-hero{isolation:isolate}
.follow-maya-doodles{position:absolute;inset:0;z-index:1;pointer-events:none}
.follow-maya-hero-inner{position:relative;z-index:2}
.follow-maya-doodle{position:absolute;display:block;line-height:0}
.follow-maya-doodle img{display:block;width:100%;height:auto}

.follow-maya-doodle-bulb-left{top:62px;left:2.5%;width:72px;transform:rotate(-5deg)}
.follow-maya-doodle-notebook-left{bottom:28px;left:8.2%;width:110px;transform:rotate(-4deg)}
.follow-maya-doodle-book-mid{top:72px;left:43%;width:116px;transform:rotate(-2deg)}
.follow-maya-doodle-ai-mid{bottom:22px;left:34%;width:108px;transform:rotate(2deg)}
.follow-maya-doodle-chart-left{bottom:74px;left:1.8%;width:64px;transform:rotate(-2deg)}
.follow-maya-doodle-path-right{top:92px;right:1.8%;width:min(450px,31vw);transform:rotate(0deg)}

@media(max-width:1180px){
  .follow-maya-doodle-bulb-left{left:1.5%}
  .follow-maya-doodle-book-mid{left:38%;width:108px}
  .follow-maya-doodle-ai-mid{left:28%;width:100px}
  .follow-maya-doodle-path-right{right:0;width:min(410px,33vw)}
}

@media(max-width:900px){
  .follow-maya-doodle-chart-left{display:none}
  .follow-maya-doodle-bulb-left{top:26px;left:7%;width:60px}
  .follow-maya-doodle-book-mid{top:26px;left:64%;width:98px}
  .follow-maya-doodle-path-right{top:auto;bottom:118px;right:4%;width:min(350px,58vw)}
  .follow-maya-doodle-notebook-left{bottom:16px;left:15%;width:96px}
  .follow-maya-doodle-ai-mid{bottom:8px;left:55%;width:96px}
}

@media(max-width:620px){
  .follow-maya-doodle-book-mid,.follow-maya-doodle-notebook-left{display:none}
  .follow-maya-doodle-bulb-left{top:18px;left:6%;width:50px}
  .follow-maya-doodle-path-right{top:auto;bottom:84px;right:2%;width:min(290px,73vw)}
  .follow-maya-doodle-ai-mid{bottom:8px;left:9%;width:84px}
  .follow-maya-doodle-chart-left{display:block;bottom:22px;left:36%;width:56px}
}


/* ============================================================
   V4.4.10–4.4.12 — Products CTA & Coming Soon cards
   ============================================================ */
.hero-actions .btn-products{
  background:#e7f7eb;
  border-color:#a9d9b5;
  color:#102a43;
}
.hero-actions .btn-products:hover,
.hero-actions .btn-products:focus-visible{
  background:#d8f1df;
  border-color:#82c895;
  color:#102a43;
}

.iii-product-coming-soon{
  border-color:#d9e4ec;
  box-shadow:0 5px 16px rgba(16,42,67,.035);
}
.iii-coming-soon-media{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:3/2;
  overflow:hidden;
  border-bottom:1px solid #d7e3ec;
  background:linear-gradient(135deg,#eef7ff 0%,#f8fbff 52%,#eefaf5 100%);
}
.iii-coming-soon-media:before,
.iii-coming-soon-media:after{
  content:"";
  position:absolute;
  border-radius:50%;
  opacity:.7;
}
.iii-coming-soon-media:before{
  width:150px;
  height:150px;
  top:-58px;
  right:-34px;
  background:rgba(24,119,210,.09);
}
.iii-coming-soon-media:after{
  width:118px;
  height:118px;
  bottom:-50px;
  left:-24px;
  background:rgba(22,160,133,.10);
}
.iii-coming-soon-media-ai{
  background:linear-gradient(135deg,#f3efff 0%,#faf9ff 52%,#eef8ff 100%);
}
.iii-coming-soon-media-ai:before{background:rgba(123,92,214,.10)}
.iii-coming-soon-media-ai:after{background:rgba(24,119,210,.09)}
.iii-coming-soon-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  padding:6px 9px;
  border:1px solid rgba(16,42,67,.10);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#102a43;
  font-size:10px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
  box-shadow:0 4px 12px rgba(16,42,67,.05);
}
.iii-coming-soon-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:88px;
  height:88px;
  border:1px solid rgba(16,42,67,.10);
  border-radius:24px;
  background:rgba(255,255,255,.90);
  box-shadow:0 10px 24px rgba(16,42,67,.08);
}
.iii-coming-soon-icon svg{
  width:50px;
  height:50px;
  fill:none;
  stroke:#1877d2;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.iii-coming-soon-media-ai .iii-coming-soon-icon svg{stroke:#6b50c9}
.iii-product-coming-soon .post-cat{color:#7a6a20}
.iii-product-coming-soon-status{
  margin-top:auto;
  color:#6b7f90;
  font-size:14px;
  font-weight:800;
}


/* ============================================================
   V4.4.14 — Image Disclosure alignment
   Keeps the disclosure aligned to the same text column as the
   article body while preserving its end-of-article placement.
   ============================================================ */
.single-article-wrap > .maya-ai-disclosure{
  box-sizing:border-box;
  margin:9px 38px 0!important;
  padding:0!important;
  text-align:left;
}
@media(max-width:620px){
  .single-article-wrap > .maya-ai-disclosure{margin:9px 21px 0!important}
}


/* ============================================================
   V4.4.15 — Image Disclosure readability
   Keeps the approved alignment and wording while making the
   secondary disclosure comfortably readable.
   ============================================================ */
.single-article-wrap > .maya-ai-disclosure{
  font-size:14px;
  line-height:1.55;
}


/* ============================================================
   V4.4.16 — FAQ knowledge page + Ask Maya / back-to-top spacing
   ============================================================ */

/* Keep the utility arrow above Ask Maya instead of stacking controls. */
body:has(.iiima-root) .back-to-top{
  right:max(27px,env(safe-area-inset-right));
  bottom:max(104px,calc(env(safe-area-inset-bottom) + 104px));
}
body:has(.iiima-dialog.is-open) .back-to-top{
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(10px)!important;
  pointer-events:none!important;
}
@media(max-width:520px){
  body:has(.iiima-root) .back-to-top{
    right:max(23px,env(safe-area-inset-right));
    bottom:max(88px,calc(env(safe-area-inset-bottom) + 88px));
  }
}

.faq-page-main{background:#f7fafc;min-height:70vh}
.faq-hero{position:relative;overflow:hidden;padding:54px 0 44px;background:linear-gradient(135deg,#fff7cf 0%,#fffbe9 42%,#edf7ff 100%);border-bottom:1px solid #dce7ef}
.faq-hero:before{content:"";position:absolute;right:-90px;top:-160px;width:420px;height:420px;border-radius:50%;background:rgba(24,119,210,.08)}
.faq-hero:after{content:"";position:absolute;left:-130px;bottom:-190px;width:390px;height:390px;border-radius:50%;background:rgba(86,184,112,.08)}
.faq-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:36px;align-items:center}
.faq-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:#176fe5;font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.faq-kicker:before{content:"";width:28px;height:3px;border-radius:3px;background:#f0b429}
.faq-hero h1{margin:0 0 12px;color:#102a43;font-size:clamp(36px,5vw,58px);line-height:1.04;letter-spacing:-.04em}
.faq-hero p{max-width:760px;margin:0;color:#40566b;font-size:18px;line-height:1.65}
.faq-maya{position:relative;justify-self:end;width:150px;height:150px;border-radius:50%;padding:7px;background:#fff;box-shadow:0 16px 36px rgba(16,42,67,.16)}
.faq-maya:before{content:"";position:absolute;inset:-12px;border:4px solid rgba(240,180,41,.42);border-radius:46% 54% 51% 49%;transform:rotate(-7deg)}
.faq-maya img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center 28%;border-radius:50%}
.faq-shell{width:min(980px,92%);margin:0 auto;padding:42px 0 72px}
.faq-intro-card{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-bottom:26px;padding:20px 22px;border:1px solid #dce7ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(16,42,67,.05)}
.faq-intro-card p{margin:0;color:#52697d;font-size:14px;line-height:1.6}
.faq-intro-card a{font-weight:800;white-space:nowrap}
.faq-content{display:grid;gap:30px}
.faq-section{scroll-margin-top:110px}
.faq-section-heading{display:flex;align-items:center;gap:12px;margin:0 0 12px}
.faq-section-heading span{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:#102a43;color:#fff;font-size:15px;font-weight:850}
.faq-section-heading h2{margin:0;color:#102a43;font-size:25px;line-height:1.2;letter-spacing:-.025em}
.faq-list{display:grid;gap:10px}
.faq-item{overflow:hidden;border:1px solid #d9e4ec;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(16,42,67,.035)}
.faq-item summary{position:relative;cursor:pointer;list-style:none;padding:18px 52px 18px 20px;color:#102a43;font-size:16px;font-weight:800;line-height:1.4}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#eaf4ff;color:#176fe5;font-size:20px;font-weight:700;line-height:1}
.faq-item[open] summary:after{content:"−"}
.faq-item[open] summary{border-bottom:1px solid #e6edf2;background:#fbfdff}
.faq-answer{padding:17px 20px 20px;color:#40566b;font-size:15px;line-height:1.7}
.faq-answer p{margin:0 0 10px}.faq-answer p:last-child{margin-bottom:0}
.faq-answer a{color:#176fe5;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.faq-bottom-help{margin-top:34px;padding:26px;border-radius:18px;background:linear-gradient(120deg,#102a43 0%,#123b62 100%);color:#fff;text-align:center}
.faq-bottom-help h2{margin:0 0 7px;color:#fff;font-size:24px}.faq-bottom-help p{margin:0 0 17px;color:#d9e7f2}
.faq-bottom-help .btn{background:#f0b429;color:#102a43;border-color:#f0b429}.faq-bottom-help .btn:hover,.faq-bottom-help .btn:focus{background:#ffd567;color:#102a43}
@media(max-width:720px){
  .faq-hero{padding:38px 0 34px}.faq-hero-inner{grid-template-columns:1fr 104px;gap:18px}.faq-maya{width:94px;height:94px;padding:5px}.faq-hero p{font-size:16px}
  .faq-shell{padding-top:30px}.faq-intro-card{grid-template-columns:1fr}.faq-intro-card a{white-space:normal}.faq-section-heading h2{font-size:22px}.faq-item summary{padding:16px 48px 16px 17px}.faq-answer{padding:15px 17px 18px}
}
@media(max-width:480px){.faq-hero-inner{grid-template-columns:1fr}.faq-maya{justify-self:start}.faq-hero h1{font-size:36px}}

.back-to-top.is-maya-offset{
  right:max(27px,env(safe-area-inset-right));
  bottom:max(104px,calc(env(safe-area-inset-bottom) + 104px));
}
@media(max-width:520px){.back-to-top.is-maya-offset{right:max(23px,env(safe-area-inset-right));bottom:max(88px,calc(env(safe-area-inset-bottom) + 88px))}}


/* ============================================================
   V4.4.17 — Custom 404, footer social links, header cart badge
   ============================================================ */
.header-tools{gap:2px}
.header-cart-link{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:var(--navy);
  text-decoration:none;
}
.header-cart-link:hover,.header-cart-link:focus-visible{background:#fff7d7;color:#0d58bc;outline:0}
.header-cart-link svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.header-cart-count{
  position:absolute;
  top:0;
  right:-1px;
  display:grid;
  place-items:center;
  min-width:18px;
  height:18px;
  padding:0 4px;
  border:2px solid #fff;
  border-radius:999px;
  background:#f0b429;
  color:#102a43;
  font-size:10px;
  font-weight:900;
  line-height:1;
  box-sizing:border-box;
}

.iii-404-main{background:#fff}
.iii-404-hero{
  position:relative;
  min-height:980px;
  min-height:clamp(980px,calc(100svh - 40px),1180px);
  overflow:hidden;
  border-bottom:1px solid #e9eef3;
  background:#fff;
}
.iii-404-shell{
  position:relative;
  z-index:2;
  width:min(1220px,calc(100% - 48px));
  min-height:980px;
  min-height:clamp(980px,calc(100svh - 40px),1180px);
  margin:0 auto;
  display:flex;
  align-items:center;
  pointer-events:none;
}
.iii-404-copy{
  width:min(445px,38%);
  min-width:360px;
  padding:12px 0 26px;
  pointer-events:auto;
}
.iii-404-code-wrap{position:relative;display:inline-flex;align-items:center;width:max-content;margin-bottom:22px}
.iii-404-code{position:relative;color:#102a43;font-size:clamp(108px,10.7vw,154px);font-weight:950;line-height:.77;letter-spacing:-.075em}
.iii-404-code:after{content:"";position:absolute;left:10px;right:2px;bottom:-18px;height:9px;border-radius:999px;background:#ffc928;transform:rotate(-1.5deg)}
.iii-404-spark{position:absolute;top:4px;color:#ffc928;font-size:30px;line-height:1}
.iii-404-spark-left{left:-36px;transform:rotate(-20deg)}
.iii-404-spark-right{right:-42px;transform:rotate(18deg)}
.iii-404-copy h1{max-width:445px;margin:24px 0 12px;color:#102a43;font-size:clamp(35px,3.6vw,48px);line-height:1.04;letter-spacing:-.04em}
.iii-404-copy>p{max-width:420px;margin:0;color:#40566b;font-size:17px;line-height:1.55}
.iii-404-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:430px;margin-top:28px}
.iii-404-action{display:flex;align-items:center;justify-content:flex-start;gap:11px;min-height:60px;padding:13px 15px;border:1px solid #d7e0e8;border-radius:10px;background:#fff;color:#102a43;font:inherit;font-size:14px;font-weight:800;line-height:1.2;text-align:left;text-decoration:none;cursor:pointer;transition:transform .18s,border-color .18s,background-color .18s}
.iii-404-action:hover,.iii-404-action:focus-visible{transform:translateY(-1px);border-color:#b8cad9;outline:0}
.iii-404-action-primary{border-color:#ffc928;background:#ffc928}
.iii-404-action-primary:hover,.iii-404-action-primary:focus-visible{border-color:#ffd95e;background:#ffd95e}
.iii-404-action svg{flex:0 0 24px;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.iii-404-action-primary svg{fill:currentColor;stroke:currentColor}
.iii-404-art{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  width:clamp(1500px,82vw,2100px);
  margin:0;
  overflow:hidden;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.iii-404-art:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0 auto 0 0;
  width:34%;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 18%,rgba(255,255,255,.72) 48%,rgba(255,255,255,.24) 76%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.iii-404-art img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:70% center;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.iii-404-route-band{border-top:1px solid #ffe6a0;border-bottom:1px solid #ffe6a0;background:linear-gradient(90deg,#fff9e8 0%,#fff4cf 48%,#fff8e5 100%)}
.iii-404-route-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) auto;gap:28px;align-items:center;padding-top:22px;padding-bottom:22px}
.iii-404-route-quote{display:flex;align-items:center;gap:15px;min-width:0}
.iii-404-route-bulb{flex:0 0 auto;font-size:34px;line-height:1}
.iii-404-route-quote p{margin:0;color:#102a43;font-size:17px;font-weight:700;line-height:1.45;font-style:italic}
.iii-404-route-text{margin:0;color:#40566b;font-size:14px;line-height:1.55}
.iii-404-route-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:11px 21px;border:1px solid #ffc928;border-radius:10px;background:#ffc928;color:#102a43;font-weight:850;text-decoration:none;white-space:nowrap}
.iii-404-route-button:hover,.iii-404-route-button:focus-visible{background:#ffd95e;border-color:#ffd95e;outline:0}

.footer-main-row{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:14px}
.footer-main-row .footer-nav{margin-bottom:0;min-width:0}
.footer-social-block{flex:0 0 auto;text-align:right}
.footer-social-title{display:block;margin:3px 0 9px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.footer-social{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}
.footer-social a{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.07);
  color:#fff;
  text-decoration:none;
  transition:transform .18s,background-color .18s,border-color .18s;
}
.footer-social a:hover,.footer-social a:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.32);outline:0}
.footer-social svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-social .footer-social-fill{fill:currentColor;stroke:none}
.footer-social .footer-social-text{font-size:17px;font-weight:900;line-height:1}

@media(max-width:1080px){
  .iii-404-hero,.iii-404-shell{
    min-height:820px;
    min-height:clamp(820px,calc(100svh - 20px),980px);
  }
  .iii-404-art{width:clamp(1220px,112vw,1500px)}
  .iii-404-copy{width:390px;min-width:340px}
  .iii-404-copy h1{font-size:42px}
  .iii-404-route-inner{grid-template-columns:1fr 1fr;gap:18px 24px}
  .iii-404-route-button{grid-column:2;justify-self:start}
}
@media(max-width:820px){
  .iii-404-hero{min-height:0;overflow:visible}
  .iii-404-shell{width:min(760px,92%);min-height:0;display:block;padding:40px 0 0}
  .iii-404-copy{width:100%;min-width:0;padding:0 0 32px}
  .iii-404-art{position:relative;top:auto;right:auto;bottom:auto;width:100%;height:440px}
  .iii-404-art:before{display:none}
  .iii-404-art img{object-position:70% center}
  .iii-404-actions{max-width:100%}
  .iii-404-route-inner{grid-template-columns:1fr;gap:16px;padding-top:20px;padding-bottom:20px}
  .iii-404-route-button{grid-column:auto;justify-self:start}
  .footer-main-row{display:block}
  .footer-social-block{margin-top:18px;text-align:left}
  .footer-social{justify-content:flex-start}
}
@media(max-width:480px){
  .iii-404-code{font-size:88px}
  .iii-404-spark{font-size:24px}
  .iii-404-spark-left{left:-28px}
  .iii-404-spark-right{right:-32px}
  .iii-404-copy h1{font-size:32px}
  .iii-404-copy>p{font-size:16px}
  .iii-404-actions{grid-template-columns:1fr}
  .iii-404-action{min-height:56px}
  .iii-404-art{height:360px}
  .iii-404-route-quote{align-items:flex-start}
  .iii-404-route-quote p{font-size:16px}
  .iii-404-route-button{width:100%}
  .footer-social a{width:38px;height:38px}
}
@media(max-width:390px){
  .brand-wordmark{gap:5px}
  .brand-wordmark img:not(.brand-icon){width:min(112px,36vw)!important;max-height:29px}
  .brand-wordmark .brand-icon{width:26px!important;height:34px!important;max-width:26px!important;flex-basis:26px!important}
  .search-toggle,.header-cart-link{width:37px;height:37px}
  .search-toggle svg,.header-cart-link svg{width:20px;height:20px}
  .header-cart-count{top:-1px;right:-2px}
  .menu-toggle{padding:7px}
  .header-inner{gap:5px}
}


/* ============================================================
   V4.4.18 — Mobile-friendly footer social section
   Keep the new social destinations easy to scan and tap without
   crowding the footer navigation on narrow screens.
   ============================================================ */
.footer-social-block{min-width:0;max-width:100%}
.footer-social{max-width:100%;row-gap:8px}

@media(max-width:900px){
  .footer-social-block{width:100%}
}

@media(max-width:620px){
  .footer-social-block{
    width:100%;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid rgba(203,215,224,.18);
    text-align:center;
  }
  .footer-social-title{
    margin:0 0 11px;
    font-size:11px;
    line-height:1.25;
    letter-spacing:.07em;
  }
  .footer-social{
    width:100%;
    justify-content:center;
    gap:10px;
    padding:0 2px;
  }
  .footer-social a{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:12px;
  }
  .footer-social svg{width:20px;height:20px}
  .footer-social .footer-social-text{font-size:18px}
}

@media(max-width:360px){
  .footer-social{gap:7px}
}
