/* ===========================================================
   CandyWrap.ai — inner pages
   Loads after styles.css + home.css (home.css carries the tokens,
   top bar, full-screen menu, CTA band and footer styles).
   =========================================================== */

/* ---------- page hero, same treatment as the home hero ----------
   Soft brand washes on the canvas rather than a gradient block, so an inner
   page opens the way the home page does. The two washes are the two brand
   colours: Candy top-left, Coral right. */
.phead{position:relative;overflow:hidden;text-align:center;
  padding:calc(76px + clamp(48px,8vh,90px)) 0 clamp(34px,5.5vh,58px);
  background:radial-gradient(760px 460px at 8% 2%,rgba(194,32,88,.10),transparent 60%),
             radial-gradient(720px 520px at 96% 34%,rgba(255,85,85,.09),transparent 60%),var(--bg)}
.phead h1{font-size:var(--t-h1);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);max-width:18ch;margin:0 auto}
.phead p{margin:18px auto 0;color:var(--slate);font-size:var(--t-body-lg);max-width:58ch;line-height:var(--lh-body)}
/* product variant: the icon sits above the name */
.phead .ph-icon{width:clamp(52px,6vw,72px);height:auto;margin:0 auto clamp(16px,2.4vh,26px);display:block}
.phead .ph-sub{display:block;margin-top:14px;font-family:"Sora",sans-serif;font-weight:600;
  font-size:clamp(12px,1.1vw,13.5px);letter-spacing:.1em;text-transform:uppercase;color:var(--ai)}

/* ---------- content blocks ---------- */
.prose{width:min(760px,88%);margin:0 auto}
.prose h2{font-family:"Sora";font-weight:600;font-size:var(--t-h2);color:var(--plum);
  letter-spacing:-.02em;margin:clamp(28px,4vh,44px) 0 12px}
.prose h2:first-child{margin-top:0}
.prose p{font-size:var(--t-body-lg);line-height:var(--lh-body);color:var(--slate);margin-bottom:14px}
.prose strong{color:var(--plum);font-weight:600}
.prose a{color:var(--ai);border-bottom:1px solid rgba(194,32,88,.3);padding-bottom:1px;transition:.2s var(--ease)}
.prose a:hover{border-bottom-color:var(--ai)}
.prose a strong{color:var(--ai)}
.prose ul{list-style:none;margin:6px 0 18px;display:grid;gap:10px}
.prose ul li{position:relative;padding-left:26px;font-size:var(--t-body);line-height:1.6;color:var(--slate)}
.prose ul li::before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--ai);opacity:.55}

/* feature / step cards */
.icards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}
.icard{background:#fff;border:0;border-radius:18px;padding:24px;box-shadow:0 16px 34px -26px rgba(194,32,88,.55)}
.icard .ii{width:38px;height:38px;border-radius:11px;background:#f9edf3;color:var(--ai);
  display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.icard .ii svg{width:19px;height:19px}
.icard h3{font-family:"Sora";font-weight:700;font-size:var(--t-h4);color:var(--plum);margin-bottom:6px}
.icard p{font-size:var(--t-body);line-height:var(--lh-body);color:var(--slate)}
.icard .n{font-family:"Sora";font-weight:800;font-size:var(--t-body);color:var(--ai);
  width:34px;height:34px;border-radius:10px;background:#f9edf3;display:flex;align-items:center;justify-content:center;margin-bottom:14px}

/* pricing table */
.ptbl{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--mist);
  border-radius:16px;overflow:hidden;font-size:var(--t-body)}
.ptbl th,.ptbl td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--mist)}
.ptbl thead th{background:var(--plum);color:#fff;font-family:"Sora";font-weight:600;font-size:var(--t-small)}
.ptbl tbody tr:last-child td{border-bottom:0}
.ptbl tbody tr:nth-child(even){background:#fdf7fa}
.ptbl .amt2{font-family:"Sora";font-weight:700;color:var(--ai)}
.tscroll{overflow-x:auto}

/* price cards */
.pcards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:12px}
/* resting cards show no outline, but the border is kept transparent so the
   recommended card and the hover state can colour it without shifting layout */
.prc{background:#fff;border:1px solid transparent;border-radius:20px;padding:26px;position:relative;
  box-shadow:0 20px 44px -28px rgba(194,32,88,.6);
  transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}
.prc:hover{transform:translateY(-6px);border-color:var(--ai);box-shadow:0 30px 56px -28px rgba(194,32,88,.75)}
.prc.hi{border-color:var(--ai);box-shadow:0 26px 54px -24px rgba(194,32,88,.9)}
.prc.hi:hover{box-shadow:0 34px 64px -24px rgba(194,32,88,1)}
/* the price lifts a touch with the card */
.prc .val3{transition:color .28s var(--ease)}
.prc:hover .val3{color:var(--ai)}
.prc .tag3{transition:transform .28s var(--ease)}
.prc:hover .tag3{transform:translateY(-2px)}
@media(prefers-reduced-motion:reduce){.prc,.prc:hover{transform:none;transition:border-color .2s,box-shadow .2s}}
.prc .tag3{position:absolute;top:-11px;left:24px;background:var(--ai);color:#fff;font-size:var(--t-micro);font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;padding:4px 11px;border-radius:100px}
.prc .lbl3{font-size:var(--t-micro);font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--slate)}
/* 36px is the DLS .price size, deliberately off the body scale */
.prc .val3{font-family:"Sora";font-weight:800;font-size:36px;color:var(--plum);margin:6px 0 4px}
.prc .val3 .per3{font-size:var(--t-body);font-weight:600;color:var(--slate);letter-spacing:0}
.prc .note3{font-size:var(--t-small);color:var(--slate)}
.prc ul{list-style:none;margin:16px 0 0;display:grid;gap:9px}
.prc ul li{position:relative;padding-left:22px;font-size:var(--t-body);color:var(--ink);line-height:1.5}
.prc ul li::before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--ai);opacity:.5}

/* =====================================================================
   BLOG
   Two jobs, styled separately: an index that has to make six essays look
   worth the click, and an article that has to be pleasant to read for a
   thousand words. Both stay inside the DLS scale except the article body,
   which steps up to 17px because 15.5px is a UI size, not a reading size.
   ===================================================================== */

/* ---- index: topic filter ---- */
.topics{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;
  margin:0 auto clamp(30px,4.4vh,46px);max-width:820px}
.topics button{height:var(--ctl-h-sm);padding:0 16px;border-radius:100px;
  border:1px solid var(--mist);background:#fff;cursor:pointer;
  font-family:"Sora",sans-serif;font-weight:500;font-size:var(--t-small);color:var(--slate);
  transition:color .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)}
.topics button:hover{color:var(--ai);border-color:var(--ai)}
.topics button[aria-pressed="true"]{background:var(--ai);border-color:var(--ai);color:#fff}
.topics:not([data-ready]) button{display:none}   /* no JS, no dead controls */

/* ---- index: shared card ---- */
.postlist{display:grid;gap:20px;max-width:1080px;margin:0 auto}
.postlist--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.post{position:relative;display:block;background:#fff;border:1px solid transparent;
  border-radius:22px;text-decoration:none;overflow:hidden;
  box-shadow:0 20px 44px -30px rgba(194,32,88,.6);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
.post:hover{transform:translateY(-5px);border-color:var(--ai);
  box-shadow:0 32px 60px -30px rgba(194,32,88,.8)}
.post__body{padding:clamp(24px,3vw,34px);display:flex;flex-direction:column;height:100%}

.post__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;
  font-size:var(--t-micro);color:var(--slate);letter-spacing:.04em}
.post__meta time{white-space:nowrap}
.post__meta .dot{width:3px;height:3px;border-radius:50%;background:var(--slate);opacity:.5}
.post__topic{font-family:"Sora",sans-serif;font-weight:700;text-transform:uppercase;
  letter-spacing:.13em;font-size:var(--t-micro);color:var(--ai);
  background:rgba(194,32,88,.08);border-radius:100px;padding:5px 11px;text-decoration:none}

.post h2{font-family:"Sora",sans-serif;font-weight:500;font-size:var(--t-h3);color:var(--plum);
  line-height:var(--lh-head);letter-spacing:var(--ls-tight);transition:color .28s var(--ease)}
.post:hover h2{color:var(--ai)}
.post p{margin-top:11px;font-size:var(--t-body);line-height:var(--lh-body);color:var(--slate)}
.post__go{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;
  font-family:"Sora",sans-serif;font-weight:600;font-size:var(--t-small);color:var(--ai)}
.post__go svg{width:16px;height:16px;transition:transform .25s var(--ease)}
.post:hover .post__go svg{transform:translateX(5px)}

/* ---- images ----
   Every image rule keys off .post--img, which PHP only adds when the file is
   actually on disk. A post with no art keeps the original text-only card. */
.post__thumb{display:block;aspect-ratio:16/9;overflow:hidden;
  border-radius:22px 22px 0 0;background:#F6EBF1}
.post__thumb img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .5s var(--ease)}
.post--img:hover .post__thumb img{transform:scale(1.035)}
.post--img .post__body{padding-top:clamp(18px,2.2vw,24px)}

/* ---- index: the lead piece gets a tinted panel and a serif topic ---- */
.post--lead{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}
.post--lead .post__side{position:relative;padding:clamp(26px,3.4vw,40px);
  display:flex;flex-direction:column;justify-content:flex-end;gap:24px;
  background:linear-gradient(158deg,#FBEEF4 0%,#F7E3EC 100%);overflow:hidden}
.post--lead:not(.post--img) .post__side{justify-content:space-between}
/* with a photo the panel becomes the image, and the topic sits on a plum scrim
   dark enough to carry white type at any point in the picture */
.post--lead .post__img{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;transition:transform .6s var(--ease)}
.post--lead.post--img:hover .post__img{transform:scale(1.04)}
.post--lead.post--img .post__side::after{content:"";position:absolute;inset:0;
  /* held at .82 or darker across the whole band the text occupies, so white
     type clears AA even over the brightest possible patch of photograph */
  background:linear-gradient(to top,rgba(30,18,38,.92) 0%,rgba(30,18,38,.82) 46%,
             rgba(30,18,38,.40) 74%,rgba(30,18,38,.14) 100%)}
.post--lead .post__side__tx{position:relative;z-index:1}
.post--lead.post--img .post__serif{color:#fff}
.post--lead.post--img .post__side .post__meta,
.post--lead.post--img .post__side .dot{color:rgba(255,255,255,.88)}
.post--lead.post--img .post__side .dot{background:rgba(255,255,255,.88)}
/* the lead card already has its own art, so no separate thumb strip */
.post--lead .post__thumb{display:none}
.post--lead .post__serif{font-family:"DM Serif Display",Georgia,serif;font-weight:400;
  font-size:clamp(34px,4.4vw,52px);line-height:1.02;color:var(--ai);letter-spacing:-.01em}
.post--lead .post__side .post__meta{margin:0;color:#7E1240}
.post--lead .post__side .dot{background:#7E1240}
.post--lead h2{font-size:var(--t-h2)}
.post--lead p{font-size:var(--t-body-lg);margin-top:14px}
@media(max-width:820px){
  .post--lead{grid-template-columns:1fr}
  .post--lead .post__side{flex-direction:row;align-items:center;justify-content:space-between;
    padding:20px clamp(24px,3vw,34px)}
  .post--lead .post__serif{font-size:26px}
}
@media(prefers-reduced-motion:reduce){.post,.post:hover{transform:none}}

/* hidden by the topic filter */
.post[hidden]{display:none}
.postlist__none{text-align:center;color:var(--slate);font-size:var(--t-body-lg);padding:30px 0}

/* =====================================================================
   ARTICLE
   ===================================================================== */

/* thin reading indicator, solid Candy. The Wrap is reserved for banners. */
.rprog{position:fixed;top:0;left:0;height:3px;width:0;background:var(--ai);
  z-index:200;transform-origin:0 50%;transition:width .12s linear}

.phead--post{padding-bottom:clamp(28px,4.2vh,48px)}
.phead--post h1{max-width:20ch}
.phead--post p{max-width:62ch;font-size:var(--t-body-lg)}
.post__meta--hero{justify-content:center;margin-bottom:18px;font-size:var(--t-small)}

/* article hero: full-bleed-ish, capped so it never dwarfs the headline above */
.posthero{width:min(1080px,92%);margin:0 auto clamp(30px,4.6vh,52px);
  border-radius:24px;overflow:hidden;background:#F6EBF1;
  box-shadow:0 34px 70px -44px rgba(194,32,88,.7)}
.posthero img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
@media(max-width:640px){.posthero{border-radius:18px;width:92%}}

.article{padding-bottom:0}
.article .prose{width:min(680px,88%)}

/* body copy steps off the UI scale: 17px at 1.72 is a reading size.
   #47414F sits between --ink and --slate, dark enough for a long read
   without the hardness of near-black. */
.article .prose p{font-size:17px;line-height:1.72;color:#47414F;margin-bottom:19px}
.article .prose ul li{font-size:17px;line-height:1.66;color:#47414F}
.article .prose ul{gap:12px;margin:8px 0 22px}

/* opening paragraph: larger, plum, with a serif drop cap and a closing rule */
.article .prose .lede{font-size:clamp(19px,2.1vw,21px);line-height:1.58;color:var(--plum);
  font-weight:500;margin-bottom:clamp(28px,3.8vh,38px);
  padding-bottom:clamp(24px,3.4vh,32px);border-bottom:1px solid var(--mist)}
.article .prose .lede::first-letter{font-family:"DM Serif Display",Georgia,serif;
  font-weight:400;font-size:3.3em;line-height:.8;float:left;
  margin:8px 12px 0 0;color:var(--ai)}

/* headings carry a short rule instead of a border, so sections read as
   sections without drawing a box round anything */
.article .prose h2{font-size:clamp(24px,2.7vw,30px);line-height:1.22;
  margin:clamp(42px,6vh,62px) 0 14px;padding-top:clamp(20px,3vh,28px);position:relative}
.article .prose h2::before{content:"";position:absolute;top:0;left:0;
  width:38px;height:2px;border-radius:2px;background:var(--ai)}
.article .prose h2:first-child{margin-top:0}
.article .prose h3{font-family:"Sora",sans-serif;font-weight:600;font-size:var(--t-h3);
  color:var(--plum);line-height:var(--lh-head);letter-spacing:var(--ls-tight);
  margin:clamp(28px,3.8vh,36px) 0 8px}
.article .prose em{font-style:italic;color:var(--plum)}
.article .prose strong{color:var(--plum);font-weight:600}

/* pull quote, for the one line in a piece worth stopping on */
.article .prose .pull{font-family:"DM Serif Display",Georgia,serif;font-weight:400;
  font-size:clamp(22px,2.6vw,27px);line-height:1.38;color:var(--plum);
  border-left:3px solid var(--ai);padding:2px 0 2px clamp(18px,2.4vw,26px);
  margin:clamp(30px,4.4vh,44px) 0}

/* boxed aside for a checklist or a caution */
.article .prose .callout{background:#fff;border-radius:18px;
  padding:clamp(22px,2.8vw,30px);margin:clamp(28px,4vh,40px) 0;
  box-shadow:0 18px 40px -30px rgba(194,32,88,.6)}
.article .prose .callout > :last-child{margin-bottom:0}
.article .prose .callout h3{margin-top:0}

/* end mark, then the byline */
.article__end{width:28px;height:4px;border-radius:4px;background:var(--ai);
  margin:clamp(34px,5vh,48px) auto clamp(24px,3.4vh,32px)}
.article__by{display:flex;align-items:center;justify-content:center;gap:12px;
  flex-wrap:wrap;text-align:center;font-size:var(--t-small);color:var(--slate)}
.article__by strong{color:var(--plum);font-weight:600;font-family:"Sora",sans-serif}
.article__by a{color:var(--ai)}

/* monthly / annual toggle. Radios drive it, not JavaScript, so the prices are
   still switchable with JS off and the control is keyboard operable. */
.termwrap{position:relative}
.tt-in{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.termtoggle{display:inline-flex;gap:4px;margin:0 auto 22px;padding:4px;background:#fff;
  border-radius:100px;box-shadow:0 14px 30px -22px rgba(194,32,88,.7);
  position:relative;left:50%;transform:translateX(-50%)}
.termtoggle label{display:inline-flex;align-items:center;gap:8px;height:var(--ctl-h);padding:0 20px;
  border-radius:100px;font-family:"Sora",sans-serif;font-weight:600;font-size:var(--t-small);
  color:var(--slate);cursor:pointer;white-space:nowrap;transition:.25s var(--ease)}
.termtoggle label b{font-size:var(--t-micro);font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;color:var(--ai);background:rgba(194,32,88,.1);
  border-radius:100px;padding:3px 8px;transition:.25s var(--ease)}
#bt-annual:checked  ~ .termtoggle label[for="bt-annual"],
#bt-monthly:checked ~ .termtoggle label[for="bt-monthly"]{background:var(--ai);color:#fff}
#bt-annual:checked ~ .termtoggle label[for="bt-annual"] b{background:rgba(255,255,255,.22);color:#fff}
.tt-in:focus-visible ~ .termtoggle label[for="bt-annual"],
.tt-in:focus-visible ~ .termtoggle label[for="bt-monthly"]{outline:2px solid var(--ai);outline-offset:2px}
/* swap which price each card shows */
#bt-annual:checked  ~ .pcards .p-monthly{display:none}
#bt-monthly:checked ~ .pcards .p-annual{display:none}
.prc .pterm{font-size:var(--t-micro);color:var(--slate);margin:-2px 0 4px}
@media(max-width:420px){.termtoggle label{padding:0 14px}.termtoggle label b{display:none}}

/* the action that sits directly under a price, plus what happens next */
.pcta{margin-top:26px;text-align:center}
.pcta .row2{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
/* .b2 already carries the on-light treatment in home.css; overriding it here
   put a background behind the sliding fill and fought the hover. */
.psteps{display:flex;gap:clamp(16px,2.4vw,30px);flex-wrap:wrap;justify-content:center;margin-top:22px}
.pstep{display:flex;align-items:center;gap:9px;font-size:var(--t-small);color:var(--slate);line-height:1.4}
.pstep b{flex:none;width:23px;height:23px;border-radius:50%;background:rgba(194,32,88,.1);color:var(--ai);
  display:grid;place-items:center;font-size:var(--t-micro);font-weight:700}
/* disclaimer: quieter and smaller than the steps, meant to sit on one line */
.pnote{margin-top:16px;text-align:center;font-size:var(--t-small);color:#9c93a6;line-height:1.5}
@media(max-width:560px){.pnote{font-size:var(--t-micro)}}

/* offer cards: three across on desktop, stacking on narrow screens.
   No outline at rest, per house rules; the transparent border lets hover
   colour it without shifting layout. */
.olist{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;
  max-width:1000px;margin:0 auto}
/* two services rather than three, so keep them from stretching too wide */
.olist.olist-2{max-width:680px}
@media(max-width:820px){.olist{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.olist{grid-template-columns:1fr}}

.ocard{display:flex;flex-direction:column;align-items:flex-start;background:#fff;
  border:1px solid transparent;border-radius:20px;padding:clamp(22px,2.6vw,28px);
  box-shadow:0 20px 44px -28px rgba(194,32,88,.6);
  transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}
.ocard:hover{transform:translateY(-6px);border-color:var(--ai);box-shadow:0 30px 56px -28px rgba(194,32,88,.75)}
.oc-icon{width:clamp(42px,4.4vw,52px);height:auto;margin-bottom:18px}
.oc-body{flex:1;min-width:0;width:100%}
.oc-top{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.ocard h2{font-family:"Sora",sans-serif;font-weight:700;font-size:clamp(19px,2.1vw,23px);
  color:var(--plum);transition:color .28s var(--ease)}
.ocard:hover h2{color:var(--ai)}
.oc-tag{font-size:var(--t-micro);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ai);
  background:rgba(194,32,88,.08);border-radius:100px;padding:4px 11px}
.ocard p{margin-top:12px;font-size:var(--t-body);line-height:1.6;color:var(--slate)}
/* arrow sits at the bottom of the card, so all three line up */
.oc-go{margin-top:20px;width:var(--ctl-h);height:var(--ctl-h);border-radius:50%;
  display:grid;place-items:center;color:var(--ai);background:rgba(194,32,88,.08);
  transition:.28s var(--ease)}
.oc-go svg{width:18px;height:18px}
.ocard:hover .oc-go{background:var(--ai);color:#fff;transform:translateX(3px)}
@media(prefers-reduced-motion:reduce){.ocard,.ocard:hover{transform:none}}

/* highlighter marker, drawn under the text like a pen stroke */
.hl{position:relative;font-weight:600;color:var(--plum);
  background:linear-gradient(180deg,transparent 58%,rgba(194,32,88,.22) 58%,rgba(194,32,88,.22) 94%,transparent 94%);
  padding:0 3px;border-radius:2px}

/* hand-drawn diagram: sits straight on the page, no card around it */
.dgm-wrap{max-width:1000px;margin:0 auto}
.dgm{width:100%;height:auto;display:block}
/* global svg sizing rule targets 24-viewBox icons; make sure it can't catch this */
svg.dgm{width:100%;height:auto}


/* contact / form */
.cgrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,52px);align-items:start}
@media(max-width:820px){.cgrid{grid-template-columns:1fr}}
.cbox{background:#fff;border:0;border-radius:20px;padding:26px;box-shadow:0 16px 34px -26px rgba(194,32,88,.55)}
.cbox h3{font-family:"Sora";font-weight:700;font-size:var(--t-body-lg);color:var(--plum);margin-bottom:6px}
.cbox p{font-size:var(--t-body);color:var(--slate);line-height:1.6}
.clist{display:grid;gap:10px;margin-top:14px}
.clist a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:var(--bg);
  border:1px solid var(--mist);font-size:var(--t-body);font-weight:500;color:var(--ink);transition:.2s}
.clist a:hover{border-color:var(--ai);color:var(--ai)}
.clist .ci2{width:32px;height:32px;flex:none;border-radius:9px;background:#f9edf3;color:var(--ai);
  display:flex;align-items:center;justify-content:center}
.clist .ci2 svg{width:16px;height:16px}
.fld{margin-bottom:14px}
.fld label{display:block;font-size:var(--t-small);font-weight:600;color:var(--plum);margin-bottom:6px}
.fld input,.fld textarea,.fld select{width:100%;padding:12px 14px;border:1px solid var(--mist);border-radius:12px;
  font-family:"Inter";font-size:var(--t-body);color:var(--ink);background:var(--bg);transition:.2s}
.fld input:focus,.fld textarea:focus{outline:none;border-color:var(--ai);background:#fff;box-shadow:0 0 0 4px rgba(194,32,88,.08)}
.fld textarea{resize:vertical;min-height:110px}
.btn-send{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:var(--ctl-h-lg);background:var(--ai);color:#fff;
  border:0;cursor:pointer;font-family:"Inter";font-weight:600;font-size:var(--t-body);padding:13px 26px;border-radius:100px;transition:.22s}
.btn-send:hover{background:#a81b4c;transform:translateY(-1px)}

/* roles (join) — cards, matching the pricing card system */
/* 300px min gives three across on desktop, so five roles read as 3 + 2
   rather than leaving a single orphan on the second row */
.roles{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}
.role{background:#fff;border:1px solid transparent;border-radius:20px;padding:26px;
  box-shadow:0 20px 44px -28px rgba(194,32,88,.6);
  display:flex;flex-direction:column;align-items:flex-start;
  transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}
.role:hover{transform:translateY(-6px);border-color:var(--ai);box-shadow:0 30px 56px -28px rgba(194,32,88,.75)}
.role > div{width:100%}
.role h3{font-family:"Sora";font-weight:700;font-size:var(--t-body-lg);color:var(--plum);transition:color .28s var(--ease)}
.role:hover h3{color:var(--ai)}
.role p{font-size:var(--t-body);line-height:1.6;color:var(--slate);margin-top:8px}
/* meta sits just above the button, pinned to the bottom so cards line up */
.role .rmeta{font-size:var(--t-small);font-weight:600;letter-spacing:.04em;color:var(--slate);
  margin-top:auto;padding-top:18px}
.role .rbtn{display:inline-flex;align-items:center;justify-content:center;height:var(--ctl-h);
  background:var(--plum);color:#fff;font-size:var(--t-small);font-weight:600;padding:0 20px;border-radius:100px;margin-top:12px;transition:.2s var(--ease)}
.role .rbtn:hover{background:var(--ai)}
@media(prefers-reduced-motion:reduce){.role,.role:hover{transform:none}}

/* next-product strip */
.nextp{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.np{border-radius:16px;padding:20px;color:#fff;text-decoration:none;transition:.28s var(--ease);min-height:120px;
  display:flex;flex-direction:column;justify-content:space-between}
.np:hover{transform:translateY(-4px)}
.np b{font-family:"Sora";font-size:var(--t-body-lg)}
.np span{font-size:var(--t-small);opacity:.85;margin-top:3px;display:block}
