/* ===== Module archive ===== */
/* Filter row layout + sort dropdown moved to work.css (shared between
   work archive and module archive). */

/* Reassurance bar under hero — addresses "everything is paid?" concern. */
.module-reassure{padding:20px 0 0}
.module-reassure__inner{
  display:flex;align-items:flex-start;gap:14px;
  padding:18px 22px;
  background:linear-gradient(135deg,rgba(168,59,207,.08),rgba(251,121,50,.06));
  border:1px solid rgba(251,121,50,.22);
  border-radius:14px;
}
.module-reassure__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--amber);margin-top:1px}
.module-reassure__icon svg{width:22px;height:22px}
.module-reassure__text{margin:0;font-size:14.5px;line-height:1.55;color:var(--text)}
@media (max-width:600px){
  .module-reassure__inner{padding:16px 18px;gap:12px}
  .module-reassure__text{font-size:14px;line-height:1.55}
}

.module-section{padding:32px 0 96px}
.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

.module-card{border-radius:18px;overflow:hidden;background:rgba(244,242,239,.03);border:1px solid var(--line);transition:transform .3s ease, border-color .25s ease, background .25s ease}
.module-card:hover{transform:translateY(-3px);border-color:rgba(251,121,50,.4);background:rgba(244,242,239,.05)}
.module-card__link{display:flex;flex-direction:column;height:100%;color:var(--text)}
.module-card__media{aspect-ratio:4/3;overflow:hidden;background:#0a0a18;position:relative;display:grid;place-items:center}
.module-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.module-card:hover .module-card__img{transform:scale(1.04)}
.module-card__media--filled{border-bottom:1px solid var(--line)}
.module-card__media--empty{background:linear-gradient(135deg,#1a1535 0%,#0a0a18 100%);position:relative}
.module-card__media--empty::after{content:"";position:absolute;inset:0;background:radial-gradient(60% 60% at 50% 40%,rgba(251,121,50,.18),transparent 70%)}
.module-card__body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:8px;flex:1}
.module-card__platform{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--amber-soft);font-weight:600}
.module-card__title{font-size:20px;font-weight:600;letter-spacing:-.018em;line-height:1.25;margin:0;color:var(--text);min-height:calc(2 * 1.25em)}
.module-card__teaser{font-size:14.5px;color:var(--muted);line-height:1.55;margin:0;flex:1}
.module-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}
.module-card__price{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.01em}
.module-card__price .woocommerce-Price-amount{color:var(--text)}
.module-card__price .woocommerce-Price-amount bdi{background:linear-gradient(135deg,var(--amber-soft),var(--magenta));-webkit-background-clip:text;background-clip:text;color:transparent}
.module-card__ver{font-size:12px;color:var(--muted);background:rgba(244,242,239,.06);padding:4px 10px;border-radius:999px;font-weight:600;letter-spacing:.04em}

/* ===== Single module ===== */
/* Module pages: extra breathing room above breadcrumbs (sticky header otherwise sits flush). */
.module-single .catcode-breadcrumbs{padding-top:32px}
.module-hero{padding:32px 0 12px}
.module-hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:start}
.module-hero__body{display:flex;flex-direction:column}
.module-hero__title{font-size:clamp(30px,3.4vw,52px);font-weight:700;letter-spacing:-.028em;line-height:1.08;margin:12px 0 18px;color:var(--text);text-wrap:balance}
.module-hero__lede{font-size:19px;color:var(--muted);margin:0 0 28px;line-height:1.55;max-width:600px}
.module-hero__cta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.module-hero__price{font-size:32px;font-weight:800;letter-spacing:-.02em;line-height:1;flex-basis:100%;display:inline-flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.module-hero__price .woocommerce-Price-amount bdi{background:linear-gradient(135deg,var(--amber-soft),var(--magenta));-webkit-background-clip:text;background-clip:text;color:transparent}
.module-hero__price-term{font-size:14px;font-weight:500;letter-spacing:0;color:var(--muted,#9ca3af);text-transform:lowercase}
.module-hero__btn{padding:18px 28px;font-size:16px}
.module-hero__btn svg{width:18px;height:18px}
.module-hero__free{display:inline-flex;align-items:center;gap:8px}
.module-hero__free svg{width:16px;height:16px}
.module-hero__media{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#0a0a18;aspect-ratio:1/1;max-height:520px;align-self:start;width:100%;position:relative}
.module-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;padding:48px}

.module-meta{margin:auto 0 0;display:flex;flex-wrap:wrap;gap:8px 40px;padding-top:8px}
.module-meta>div{min-width:0}
.module-meta dt{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:2px}
.module-meta dd{margin:0;font-size:15px;color:var(--text);letter-spacing:-.01em}
.module-meta dd a{color:var(--amber-soft);transition:color .2s ease}
.module-meta dd a:hover{color:var(--amber)}

.module-section__title{font-size:clamp(22px,2.2vw,32px);font-weight:700;letter-spacing:-.018em;line-height:1.15;margin:0 0 22px;color:var(--text)}

/* Features */
.module-features{padding:32px 0 36px;border-top:1px solid var(--line)}
.module-features__list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:14px 32px}
.module-features__list li{padding:18px 22px 18px 48px;position:relative;background:rgba(244,242,239,.03);border:1px solid var(--line);border-radius:14px;font-size:15.5px;color:var(--text);line-height:1.5}
.module-features__list li::before{content:"✓";position:absolute;left:18px;top:18px;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--magenta),var(--amber));color:#fff;font-size:13px;display:grid;place-items:center;font-weight:700}

/* Body prose */
.module-body{padding:32px 0 36px;border-top:1px solid var(--line)}
.module-body__inner{max-width:1200px;margin:0 auto;padding:0 24px}

/* Wider container for module sales pages — fits feature tables, screenshots,
   FAQ block better than the narrow case-prose 780px column. */
.module-prose{max-width:1200px;margin:0 auto;padding:0 24px;color:var(--text);font-size:16px;line-height:1.7}
.module-prose h2{font-size:28px;letter-spacing:-.01em;margin:48px 0 16px;color:var(--text)}
.module-prose h3{font-size:20px;letter-spacing:-.005em;margin:32px 0 12px;color:var(--text)}
.module-prose p{margin:14px 0;color:var(--muted)}
.module-prose ul,.module-prose ol{margin:14px 0 14px 20px;color:var(--muted)}
.module-prose li{margin:6px 0}
.module-prose strong{color:var(--text);font-weight:600}
.module-prose code{background:rgba(244,242,239,.06);padding:2px 8px;border-radius:6px;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13px;color:var(--amber)}
.module-prose figure{margin:32px 0;padding:0}
.module-prose figure img{max-width:100%;height:auto;border-radius:12px;border:1px solid var(--line);display:block;transition:transform .25s ease,box-shadow .25s ease}
.module-prose figure a[data-fancybox]{display:block;cursor:zoom-in}
.module-prose figure a[data-fancybox]:hover img{transform:scale(1.015);box-shadow:0 18px 48px rgba(0,0,0,.45)}
.module-prose figcaption{margin-top:12px;font-size:14px;color:rgba(244,242,239,.55);line-height:1.6;text-align:center;padding:0 24px}
.module-prose hr{margin:48px 0;border:0;border-top:1px solid var(--line)}

/* Feature comparison table (Pro vs Free) */
.iban-pricing-table{width:100%;border-collapse:collapse;margin:24px 0;font-size:15px}
.iban-pricing-table th,.iban-pricing-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line)}
.iban-pricing-table th{font-weight:600;color:var(--text);background:rgba(244,242,239,.04)}
.iban-pricing-table th:nth-child(2),.iban-pricing-table th:nth-child(3),
.iban-pricing-table td:nth-child(2),.iban-pricing-table td:nth-child(3){text-align:center;width:80px}
.iban-pricing-table td:nth-child(2),.iban-pricing-table td:nth-child(3){font-weight:600;color:var(--amber)}
.iban-pricing-table tr:hover td{background:rgba(244,242,239,.02)}

/* Version history — timeline: continuous vertical line + per-version dots */
.iban-changelog{margin:24px 0;padding-left:24px;position:relative}
/* The line itself: spans from center of first dot to center of last dot. */
.iban-changelog::before{
  content:"";position:absolute;left:5px;top:8px;bottom:8px;width:1px;
  background:linear-gradient(180deg,rgba(251,121,50,.6) 0%,rgba(168,59,207,.25) 100%);
  z-index:0
}
.iban-changelog dt{position:relative;font-weight:600;color:var(--text);margin-top:24px;font-size:15px;letter-spacing:-.005em;padding-left:0}
.iban-changelog dt:first-of-type{margin-top:0}
.iban-changelog dt::before{
  content:"";position:absolute;left:-24px;top:50%;transform:translateY(-50%);
  width:11px;height:11px;border-radius:50%;
  background:linear-gradient(135deg,var(--magenta),var(--amber));
  /* 3px halo painted in page bg colour masks the line passing behind the dot */
  box-shadow:0 0 0 3px var(--bg),0 0 0 4px rgba(251,121,50,.22);
  z-index:2
}
.iban-changelog dd{margin:6px 0 0;color:var(--muted);padding-left:0;font-size:14.5px;line-height:1.65}
/* Latest entry: solid amber dot to distinguish "current" */
.iban-changelog dt:first-of-type::before{background:var(--amber);box-shadow:0 0 0 3px var(--bg),0 0 0 5px rgba(251,121,50,.35)}

/* ===== SVG star widget (re-usable in hero badge + review cards) ===== */
.cc-stars{display:inline-flex;align-items:center;position:relative;line-height:1}
.cc-stars__base,.cc-stars__fill{display:inline-flex;gap:2px}
.cc-stars__base{color:rgba(244,242,239,.18)}
.cc-stars__fill{position:absolute;left:0;top:0;color:var(--amber);overflow:hidden;white-space:nowrap}
.cc-stars svg{width:var(--cc-stars-size,18px);height:var(--cc-stars-size,18px);flex:0 0 auto}

/* ===== Module hero rating badge ===== */
.module-hero__rating{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;padding:6px 12px;background:rgba(244,242,239,.04);border:1px solid var(--line);border-radius:999px;font-size:13.5px;color:var(--text);text-decoration:none;transition:background .18s ease,border-color .18s ease;align-self:flex-start;width:fit-content}
.module-hero__rating:hover{background:rgba(251,121,50,.08);border-color:rgba(251,121,50,.4)}
.module-hero__rating-meta strong{color:var(--text);font-weight:600;margin-right:4px}
.module-hero__rating-count{color:var(--muted);font-weight:400}

/* ===== Feedback section (Reviews + Q&A) ===== */
.cc-feedback{padding:32px 0 56px;border-top:1px solid var(--line);max-width:1200px;margin:0 auto}
.cc-feedback__head{padding:0 24px;margin-bottom:24px}
.cc-feedback__tabs{display:inline-flex;gap:4px;padding:4px;background:rgba(244,242,239,.04);border:1px solid var(--line);border-radius:14px}
.cc-feedback__tab{appearance:none;background:transparent;border:0;padding:10px 22px;color:var(--muted);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;border-radius:10px;transition:background .18s ease,color .18s ease}
.cc-feedback__tab:hover{color:var(--text)}
.cc-feedback__tab.is-active{background:rgba(251,121,50,.14);color:var(--text)}
.cc-feedback__tab-count{display:inline-flex;min-width:24px;height:22px;align-items:center;justify-content:center;padding:0 8px;background:rgba(244,242,239,.06);border-radius:999px;font-size:12px;font-weight:600;color:var(--muted)}
.cc-feedback__tab.is-active .cc-feedback__tab-count{color:var(--amber);background:rgba(251,121,50,.22)}
.cc-feedback__panel{display:none;padding:0 24px}
.cc-feedback__panel.is-active{display:block}
.cc-feedback__panel[hidden]{display:none !important}
.cc-feedback__empty{padding:32px;text-align:center;color:var(--muted);background:rgba(244,242,239,.03);border:1px dashed var(--line);border-radius:14px;margin:0 0 24px}

/* Reviews summary: avg + distribution bars */
.cc-reviews-summary{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,2fr);gap:32px;align-items:center;padding:28px;background:rgba(244,242,239,.04);border:1px solid var(--line);border-radius:18px;margin-bottom:28px}
.cc-reviews-summary__score{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.cc-reviews-summary__avg{font-size:48px;font-weight:600;color:var(--text);letter-spacing:-.01em;line-height:1}
.cc-reviews-summary__count{font-size:13.5px;color:var(--muted)}
.cc-reviews-summary__dist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;width:100%}
.cc-reviews-summary__dist-row{display:grid;grid-template-columns:36px 1fr 36px;gap:10px;align-items:center;font-size:13px;color:var(--muted)}
.cc-reviews-summary__dist-label{font-weight:600;color:var(--text)}
.cc-reviews-summary__dist-bar{position:relative;height:8px;background:rgba(244,242,239,.06);border-radius:999px;overflow:hidden}
.cc-reviews-summary__dist-fill{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,var(--magenta),var(--amber));border-radius:999px}
.cc-reviews-summary__dist-count{text-align:right;font-variant-numeric:tabular-nums}
@media (max-width:600px){
  .cc-reviews-summary{grid-template-columns:1fr;gap:20px;padding:20px}
  .cc-reviews-summary__avg{font-size:40px}
}

/* Review cards */
.cc-reviews-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}
.cc-review{padding:20px 22px;background:rgba(244,242,239,.03);border:1px solid var(--line);border-radius:14px}
.cc-review__head{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;margin-bottom:12px}
.cc-review__avatar{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(168,59,207,.25),rgba(251,121,50,.25));color:var(--text);font-weight:600;font-size:16px;flex:0 0 48px;overflow:hidden}
.cc-review__avatar img{border-radius:50%;display:block;width:48px;height:48px;object-fit:cover}
.cc-review__name{font-weight:600;color:var(--text);font-size:15px;letter-spacing:-.005em}
.cc-review__date{font-size:13px;color:var(--muted)}
.cc-review__body{color:var(--text);font-size:15px;line-height:1.65}
.cc-review__body p{margin:0 0 8px}
.cc-review__body p:last-child{margin-bottom:0}

/* Q&A: threaded discussion (Q → admin A → user follow-up → admin → …) */
.cc-questions-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}
.cc-question{background:rgba(244,242,239,.03);border:1px solid var(--line);border-radius:14px;padding:18px 22px;display:flex;flex-direction:column;gap:10px}
.cc-question--team{background:linear-gradient(180deg,rgba(168,59,207,.06),rgba(251,121,50,.04));border-color:rgba(251,121,50,.25)}
.cc-question__head{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px;flex-wrap:wrap}
.cc-question__author{color:var(--text);font-weight:600;font-size:14px}
.cc-question__badge{display:inline-flex;align-items:center;padding:2px 10px;background:linear-gradient(135deg,rgba(168,59,207,.22),rgba(251,121,50,.22));color:var(--amber);border-radius:999px;font-weight:600;font-size:12px;letter-spacing:.02em}
.cc-question__date{font-size:13px;color:var(--muted)}
.cc-question__body{color:var(--text);font-size:15px;line-height:1.65}
.cc-question__body p{margin:0 0 6px}
.cc-question__body p:last-child{margin-bottom:0}
.cc-question__actions{display:flex;gap:12px;align-items:center}
.cc-question__reply-btn{appearance:none;background:transparent;border:0;padding:6px 10px;margin:-4px 0 0 -10px;color:var(--muted);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;border-radius:8px;transition:background .18s ease,color .18s ease}
.cc-question__reply-btn:hover{background:rgba(244,242,239,.06);color:var(--text)}
.cc-question__reply-btn svg{width:14px;height:14px}
.cc-question__reply-form{padding:14px 16px;background:rgba(7,7,16,.4);border:1px solid var(--line);border-radius:12px;margin-top:4px}
.cc-question__reply-form[hidden]{display:none}
.cc-question__reply-cancel{appearance:none;background:transparent;border:0;padding:8px 14px;color:var(--muted);font-family:inherit;font-size:13.5px;cursor:pointer;border-radius:8px;transition:background .18s ease,color .18s ease}
.cc-question__reply-cancel:hover{background:rgba(244,242,239,.06);color:var(--text)}
.cc-feedback-form__form--inline textarea{min-height:80px}
.cc-question__replies{margin-left:24px;padding-left:18px;border-left:2px solid rgba(168,59,207,.2);display:flex;flex-direction:column;gap:12px;margin-top:6px}
@media (max-width:600px){
  .cc-question__replies{margin-left:12px;padding-left:12px}
}

/* Submit form (shared between review + question) */
.cc-feedback-form{padding:28px;background:rgba(244,242,239,.03);border:1px solid var(--line);border-radius:18px}
.cc-feedback-form__title{margin:0 0 6px;font-size:22px;letter-spacing:-.01em;color:var(--text)}
.cc-feedback-form__hint{margin:0 0 22px;color:var(--muted);font-size:13.5px}
.cc-feedback-form__row{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}
.cc-feedback-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.cc-feedback-form__grid .cc-feedback-form__row{margin-bottom:0}
@media (max-width:600px){.cc-feedback-form__grid{grid-template-columns:1fr}}
.cc-feedback-form__label{font-size:13.5px;color:var(--muted);font-weight:500}
.cc-feedback-form__req{color:var(--amber)}
.cc-feedback-form__form input[type="text"],
.cc-feedback-form__form input[type="email"],
.cc-feedback-form__form textarea{width:100%;padding:12px 14px;background:rgba(10,10,24,.6);border:1px solid var(--line);border-radius:10px;color:var(--text);font-family:inherit;font-size:14.5px;transition:border-color .18s ease,background .18s ease}
.cc-feedback-form__form input:focus,
.cc-feedback-form__form textarea:focus{outline:none;border-color:rgba(251,121,50,.55);background:rgba(10,10,24,.85)}
.cc-feedback-form__form textarea{min-height:120px;resize:vertical;line-height:1.5}
.cc-feedback-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cc-feedback-form__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}
.cc-feedback-form__submit{min-width:200px}
.cc-feedback-form__submit.is-busy{opacity:.7;cursor:wait}
.cc-feedback-form__status{font-size:13.5px}
.cc-feedback-form__status[data-kind="success"]{color:#7ec97e}
.cc-feedback-form__status[data-kind="error"]{color:#ff7575}
.cc-feedback-form__status[data-kind="pending"]{color:var(--muted)}

/* Star picker (5 radio buttons styled as stars) */
.cc-star-picker{display:inline-flex;flex-direction:row-reverse;gap:4px;border:0;padding:0;margin:0;align-self:flex-start;justify-content:flex-end;min-inline-size:auto}
/* Rating row: label on its own line, picker just below + left-aligned (overrides default fieldset stretch). */
.cc-feedback-form__row--rating{align-items:flex-start;gap:10px}
.cc-star-picker input[type="radio"]{position:absolute;left:-9999px}
.cc-star-picker label{cursor:pointer;color:rgba(244,242,239,.22);transition:color .15s ease,transform .15s ease;display:inline-flex;align-items:center;padding:2px}
.cc-star-picker label:hover{transform:scale(1.1)}
.cc-star-picker label svg{width:32px;height:32px}
.cc-star-picker label.is-filled,
.cc-star-picker label.is-hover{color:var(--amber)}
/* Sibling-fill: when a star is hovered/checked, every label to the right (= lower rating in flex-direction:row-reverse) lights up too. */
.cc-star-picker label:hover ~ label,
.cc-star-picker input[type="radio"]:checked ~ label{color:var(--amber)}
.cc-star-picker label:focus-within{outline:2px solid rgba(251,121,50,.6);outline-offset:2px;border-radius:6px}

/* ===== Unified FAQ component (shared: single-module, single-work, pages, blog) ===== */
.cc-faq{padding:32px 0 36px;border-top:1px solid var(--line)}
.cc-faq__inner{max-width:1200px;margin:0 auto;padding:0 24px}
.cc-faq__title{font-size:clamp(26px,3vw,40px);font-weight:700;letter-spacing:-.022em;line-height:1.1;margin:0 0 24px;color:var(--text)}
.cc-faq__list{display:flex;flex-direction:column;gap:10px}
.cc-faq__item{background:rgba(244,242,239,.03);border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .2s ease,background .2s ease}
.cc-faq__item[open]{border-color:rgba(251,121,50,.32);background:rgba(244,242,239,.05)}
.cc-faq__item:hover{border-color:rgba(251,121,50,.25)}
.cc-faq__summary{display:grid;grid-template-columns:1fr 28px;gap:14px;padding:20px 24px;align-items:center;cursor:pointer;list-style:none;color:var(--text);font-size:16.5px;font-weight:600;letter-spacing:-.005em;line-height:1.4}
.cc-faq__summary::-webkit-details-marker{display:none}
.cc-faq__summary:focus-visible{outline:2px solid rgba(251,121,50,.55);outline-offset:-2px;border-radius:14px}
.cc-faq__q{display:block;color:var(--text)}
.cc-faq__chev{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--muted);transition:transform .22s cubic-bezier(.2,.8,.2,1),color .2s ease}
.cc-faq__chev svg{width:18px;height:18px}
.cc-faq__item[open] .cc-faq__chev{transform:rotate(180deg);color:var(--amber)}
.cc-faq__a{padding:0 24px 22px;color:var(--muted);font-size:15.5px;line-height:1.68;border-top:1px solid var(--line);margin-top:0;padding-top:16px}
.cc-faq__a p{margin:0 0 10px}
.cc-faq__a p:last-child{margin-bottom:0}
.cc-faq__a code{background:rgba(244,242,239,.06);padding:2px 8px;border-radius:6px;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13px;color:var(--amber)}
.cc-faq__a strong{color:var(--text);font-weight:600}
.cc-faq__a a{color:var(--amber-soft);text-decoration:underline;text-underline-offset:2px}
.cc-faq__a a:hover{color:var(--amber)}
@media (max-width:640px){
  .cc-faq{padding:40px 0}
  .cc-faq__summary{padding:18px 18px;font-size:15.5px}
  .cc-faq__a{padding:14px 18px 18px}
}

/* Module support — Telegram CTA between FAQ and changelog */
.module-support{padding:48px 0 40px}
.module-support__inner{max-width:780px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(255,176,32,.04),rgba(236,72,153,.04))}
.module-support__body{min-width:0;flex:1 1 auto}
.module-support__title{font-size:18px;font-weight:700;letter-spacing:-.015em;line-height:1.25;margin:0 0 6px;color:var(--text)}
.module-support__lede{margin:0;font-size:14.5px;line-height:1.55;color:var(--muted);max-width:520px}
.module-support__btn{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:11px 18px;background:#229ED9;color:#fff;border-radius:999px;font-size:14.5px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;text-decoration:none}
.module-support__btn svg{width:18px;height:18px}
.module-support__btn:hover,.module-support__btn:focus-visible{background:#1d8fc4;transform:translateY(-1px);box-shadow:0 8px 20px -8px rgba(34,158,217,.55);color:#fff}
@media (max-width:600px){
  .module-support__inner{flex-direction:column;align-items:flex-start;padding:20px}
  .module-support__btn{width:100%;justify-content:center}
}

/* Changelog */
.module-changelog{padding:32px 0 36px;border-top:1px solid var(--line)}
.module-changelog__inner{max-width:780px;margin:0 auto}
.module-changelog__pre{background:#0a0a18;border:1px solid var(--line);border-radius:14px;padding:24px 26px;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13.5px;line-height:1.7;color:var(--muted);white-space:pre-wrap;word-wrap:break-word;margin:0}

/* ===== Responsive ===== */
@media (max-width:1024px){
  .module-grid{grid-template-columns:repeat(2,1fr)}
  .module-hero__grid{grid-template-columns:1fr;gap:40px}
  .module-hero__media{order:-1;max-height:400px;aspect-ratio:16/9}
  .module-features__list{grid-template-columns:1fr}
}
@media (max-width:700px){
  .module-meta{gap:16px 24px}
  .module-hero__cta{width:100%}
  .module-hero__btn{flex:1;justify-content:center}
}
@media (max-width:600px){
  .module-grid{grid-template-columns:1fr;gap:18px}
  .module-card__body{padding:20px 22px 22px}
}

/* ===== Express-buy modal ===== */
body.cc-no-scroll{overflow:hidden}
.cc-buy-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}
.cc-buy-modal[hidden]{display:none}
.cc-buy-modal__overlay{position:absolute;inset:0;background:rgba(7,7,16,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer}
.cc-buy-modal__panel{position:relative;z-index:1;width:100%;max-width:480px;background:linear-gradient(180deg,#13132a 0%,#0a0a18 100%);border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.6),0 0 0 1px rgba(168,59,207,.15),0 0 40px rgba(251,121,50,.08);animation:cc-buy-in .22s cubic-bezier(.2,.8,.2,1)}
@keyframes cc-buy-in{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.cc-buy-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;background:rgba(244,242,239,.06);border-radius:50%;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease}
.cc-buy-modal__close:hover{background:rgba(244,242,239,.12);color:var(--text)}
.cc-buy-modal__close svg{width:18px;height:18px}
.cc-buy-modal__head{margin-bottom:24px}
.cc-buy-modal__eyebrow{margin:0 0 8px;font-size:11px;font-weight:600;color:var(--amber);letter-spacing:.12em;text-transform:uppercase}
.cc-buy-modal__title{margin:0 0 12px;font-size:22px;line-height:1.25;color:var(--text);letter-spacing:-.01em}
.cc-buy-modal__price{margin:0;font-size:28px;font-weight:600;color:var(--text);letter-spacing:-.01em}
.cc-buy-modal__form{display:flex;flex-direction:column;gap:14px}
.cc-buy-modal__label{font-size:13.5px;color:var(--muted);font-weight:500;margin:0}
.cc-buy-modal__form input[type="email"]{width:100%;padding:14px 16px;background:rgba(10,10,24,.6);border:1px solid var(--line);border-radius:12px;color:var(--text);font-family:inherit;font-size:16px;transition:border-color .18s ease,background .18s ease}
.cc-buy-modal__form input[type="email"]:focus{outline:none;border-color:rgba(251,121,50,.55);background:rgba(10,10,24,.85)}
.cc-buy-modal__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cc-buy-modal__submit{width:100%;padding:14px 26px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;margin-top:6px}
.cc-buy-modal__submit.is-busy{opacity:.7;cursor:wait}
.cc-buy-modal__submit-arrow{width:18px;height:18px;transition:transform .18s ease}
.cc-buy-modal__submit:hover .cc-buy-modal__submit-arrow{transform:translateX(2px)}
.cc-buy-modal__status{margin:0;font-size:13.5px;min-height:20px;text-align:center}
.cc-buy-modal__status[data-kind="success"]{color:#7ec97e}
.cc-buy-modal__status[data-kind="error"]{color:#ff7575}
.cc-buy-modal__status[data-kind="pending"]{color:var(--muted)}
.cc-buy-modal__legal{margin:0;font-size:12.5px;color:rgba(244,242,239,.45);text-align:center;line-height:1.55}
.cc-buy-modal__legal a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}
.cc-buy-modal__legal a:hover{color:var(--text)}

@media (max-width:600px){
  .cc-buy-modal{padding:12px;align-items:flex-end}
  .cc-buy-modal__panel{padding:24px;border-radius:18px 18px 12px 12px;max-width:100%}
}
/* Filled media card — when _module_hero_bg meta is set, paint that color behind the
   featured image only (no section-wide fill), so a PNG with a solid white/light bg
   blends into its rounded card while the rest of the page stays dark. */
.module-hero__media--filled{border-color:rgba(255,255,255,.08)}
.module-hero__media--filled .module-hero__img{padding:24px}

/* Trial CTA in module hero — amber-tinted ghost button to distinguish from primary Buy */
.module-hero__trial{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--amber-soft) !important;
  border:1px solid rgba(251,121,50,.45) !important;
  background:rgba(251,121,50,.06) !important;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.module-hero__trial:hover{
  background:rgba(251,121,50,.14) !important;
  border-color:rgba(251,121,50,.65) !important;
  color:var(--amber) !important;
}
.module-hero__trial svg{width:18px;height:18px}
