/* Mint SEO — Website Design page (website-neutral, build ANY site). Matches Figma board 249:2. */

/* ===== HERO (249:3) — now the shared cream .sc-hero ATF (components.css); artifact = the .wd-sc split showcase ===== */
.wd-schero .wd-sc { margin-top: 0; }
.wd-schero .wd-sc__cards { display: none; }
/* the decorative bottle overlapped the rating in the cramped compact pane — drop it; text + code read as the storefront */
.wd-schero .wd-sc__bottle { display: none; }
.wd-schero .wd-sc__render h3 { max-width: none; }
/* Desktop only: render|code stay side-by-side (compact) so the window fits one viewport in the sc-hero column.
   On mobile (<=860) the generic .wd-sc__split rule takes over (single column, render over code) — do NOT force
   side-by-side there or it clips. */
@media (min-width: 861px) {
  .wd-schero .wd-sc__split { grid-template-columns: 1.08fr 1fr; min-height: 300px; }
  .wd-schero .wd-sc__render { padding: 22px 20px; }
  .wd-schero .wd-sc__render h3 { font-size: 22px; max-width: 150px; }
  .wd-schero .wd-sc__bottle { width: 118px; height: 150px; right: 12px; top: 74px; }
  .wd-schero .wd-sc__bottle .disc { width: 92px; height: 92px; right: 10px; top: 18px; }
  .wd-schero .wd-sc__bottle .btl { width: 44px; height: 84px; right: 34px; top: 28px; }
  .wd-schero .wd-sc__bottle .btl .leaf { top: 28px; }
  .wd-schero .wd-sc__bottle .nat { width: 40px; height: 40px; font-size: 8px; top: 4px; }
  .wd-schero .wd-sc__bottle .rev { top: 22px; }
  .wd-schero .wd-sc__code { padding: 18px 16px; }
  .wd-schero .wd-sc__code pre { font-size: 11.5px; line-height: 1.6; }
  .wd-schero .wd-sc__rings { gap: 6px; padding-top: 16px; }
  .wd-schero .wd-ring__d { width: 44px; height: 44px; }
  .wd-schero .wd-ring__d span { width: 34px; height: 34px; font-size: 12px; }
  .wd-schero .wd-ring .lbl { font-size: 11px; }
}
/* showcase */
.wd-sc { border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: 0 50px 100px -60px rgba(20,20,19,0.4); background: #fff; }
.wd-sc__bar { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border-bottom: 1px solid var(--border); background: #faf9f6; }
.wd-sc__bar .dots { display: flex; gap: 7px; } .wd-sc__bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #d7d7d2; }
.wd-sc__bar .url { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 7px 14px; font-size: 14px; color: var(--body);  }
.wd-sc__split { display: grid; grid-template-columns: 1.35fr 1fr; min-height: 380px; }
/* render side */
.wd-sc__render { position: relative; background: linear-gradient(160deg, #e6f4f2, #dbeeeb); padding: 30px; min-width: 0; overflow: hidden; }
.wd-sc__render .newin { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.7); color: var(--mint-deep); font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 999px; padding: 6px 13px; }
.wd-sc__render h3 { margin: 16px 0 0; font-size: clamp(26px, 3vw, 34px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); max-width: 240px; }
.wd-sc__render .stars { margin: 14px 0 0; font-size: 15px; color: var(--body); } .wd-sc__render .stars b { color: var(--mint-ink); }
.wd-sc__buy { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; background: var(--mint-ink); color: #fff; font-size: 15px; font-weight: 800; padding: 11px 20px; border-radius: 9px; text-decoration: none; }
.wd-sc__render .from { margin-left: 12px; font-size: 15px; font-weight: 700; color: var(--ink); }
.wd-sc__bottle { position: absolute; right: 18px; top: 60px; width: 190px; height: 240px; }
.wd-sc__bottle .disc { position: absolute; right: 20px; top: 30px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,0.45); }
.wd-sc__bottle .btl { position: absolute; right: 58px; top: 44px; width: 66px; height: 128px; background: #fff; border-radius: 12px; box-shadow: 0 20px 40px -20px rgba(20,60,55,0.4); }
.wd-sc__bottle .btl::before { content: ""; position: absolute; left: 22px; top: -12px; width: 22px; height: 16px; background: #143c37; border-radius: 4px 4px 0 0; }
.wd-sc__bottle .btl .leaf { position: absolute; left: 50%; top: 40px; transform: translateX(-50%); width: 14px; height: 18px; background: var(--mint); border-radius: 0 60% 0 60%; }
.wd-sc__bottle .nat { position: absolute; right: 0; top: 8px; width: 52px; height: 52px; border-radius: 50%; background: var(--mint-ink); color: #fff; font-size: 10px; font-weight: 800; display: grid; place-items: center; text-align: center; line-height: 1.1; }
.wd-sc__bottle .rev { position: absolute; left: 6px; top: 34px; background: #fff; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 800; color: var(--ink); box-shadow: 0 8px 20px -8px rgba(0,0,0,0.3); } .wd-sc__bottle .rev b { color: var(--mint-ink); }
.wd-sc__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.wd-sc__cards .ph { background: rgba(255,255,255,0.5); border-radius: 12px; height: 84px; }
/* code side */
.wd-sc__code { background: #0a1f1c; color: #cfe6e2; padding: 22px 24px; display: flex; flex-direction: column; min-width: 0; }
.wd-sc__code .hd { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 16px; } .wd-sc__code .hd b { color: #fff; font-weight: 700; } .wd-sc__code .hd span { color: var(--mint-light); }
.wd-sc__code pre { margin: 0;  font-size: 13px; line-height: 1.7; white-space: pre; overflow: hidden; }
.wd-sc__code .tag { color: #7fd0c7; } .wd-sc__code .at { color: #e0b877; } .wd-sc__code .tx { color: #fff; } .wd-sc__code .cm { color: rgba(255,255,255,0.4); }
.wd-sc__code .cm b { color: var(--mint-light); font-weight: 700; }
.wd-sc__rings { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); }
.wd-ring { text-align: center; }
.wd-ring__d { width: 54px; height: 54px; margin: 0 auto 7px; border-radius: 50%; background: conic-gradient(var(--mint-light) 100%, transparent 0); display: grid; place-items: center; }
.wd-ring__d span { width: 42px; height: 42px; border-radius: 50%; background: #0a1f1c; color: #fff; font-size: 15px; font-weight: 800; display: grid; place-items: center; }
.wd-ring .lbl { font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.6);  }
@media (max-width: 860px) {
  .wd-sc__split { grid-template-columns: 1fr; min-height: 0; }
  /* compact absolute bottle in the render pane (no dead-space block); narrow the heading so they don't overlap */
  .wd-sc__render { min-height: 150px; padding-bottom: 26px; }
  .wd-sc__render h3 { max-width: 165px; }
  .wd-sc__bottle { position: absolute; top: 48px; right: 14px; width: 116px; height: 150px; margin: 0; }
  .wd-sc__bottle .disc { width: 88px; height: 88px; right: 8px; top: 16px; }
  .wd-sc__bottle .btl { width: 42px; height: 80px; right: 30px; top: 26px; }
  .wd-sc__bottle .btl .leaf { top: 26px; }
  .wd-sc__bottle .nat { width: 38px; height: 38px; font-size: 8px; top: 2px; }
  .wd-sc__bottle .rev { top: 20px; }
}

/* ===== RECENT WORK (951:184) ===== */
.wd-work { background: radial-gradient(120% 140% at 15% 0%, #12433c, #0a1f1c 60%); color: #fff; }
.wd-work__in { max-width: 1328px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-work__head { margin-bottom: clamp(32px, 4vw, 48px); }
.wd-work__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 14px; }
.wd-work__head h2 { margin: 0; font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; line-height: 1.04; letter-spacing: -0.02em; color: #fff; } .wd-work__head h2 em { font-style: normal; color: var(--mint-light); }
.wd-work__head p { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.72); max-width: 600px; }
.wd-work__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.wd-win { border-radius: 14px; overflow: hidden; background: #0a1f1c; border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 40px 80px -50px rgba(0,0,0,0.7); min-width: 0; }
.wd-win__bar { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: #12332e; }
.wd-win__bar .dots { display: flex; gap: 6px; } .wd-win__bar .dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.25); }
.wd-win__bar .url { background: rgba(255,255,255,0.08); border-radius: 7px; padding: 6px 14px; font-size: 14px; color: rgba(255,255,255,0.85);  }
.wd-win__shot { position: relative; line-height: 0; } .wd-win__shot img { width: 100%; height: auto; display: block; }
.wd-win__badge { position: absolute; top: 16px; right: 16px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 800; border-radius: 999px; padding: 8px 16px; box-shadow: 0 12px 30px -12px rgba(0,0,0,0.5); } .wd-win__badge .up { color: var(--mint-ink); margin-right: 4px; }
.wd-win__cap { position: absolute; left: 16px; bottom: 16px; background: #0a1f1c; color: #fff; font-size: 15px; font-weight: 700; border-radius: 999px; padding: 9px 18px; }
@media (max-width: 860px) {
  .wd-work__in { padding: 48px 22px; }
  .wd-work__grid { grid-template-columns: 1fr; }
}

/* ===== READY TO RANK FROM LAUNCH (274:2) ===== */
.wd-rank { background: linear-gradient(180deg, #ffffff, #eaf5f3); }
.wd-rank__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.wd-rank__copy { max-width: 520px; min-width: 0; }
.wd-rank__copy .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-rank__copy h2 { margin: 0; font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); } .wd-rank__copy h2 em { font-style: normal; color: var(--mint); }
.wd-rank__copy .sub { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-rank__list { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.wd-rank__item { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.wd-rank__item .ic { width: 36px; height: 36px; border-radius: 9px; background: var(--mint-ink); color: #fff; display: grid; place-items: center; font-size: 17px; font-weight: 800; }
.wd-rank__item h4 { margin: 0 0 3px; font-size: 18px; font-weight: 800; color: var(--ink); } .wd-rank__item p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--body); }
/* SERP mock */
.wd-serp { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: 0 40px 90px -55px rgba(20,20,19,0.3); min-width: 0; }
.wd-serp__badge { position: absolute; top: -14px; right: 22px; background: #0a1f1c; color: #fff; font-size: 14px; font-weight: 700; border-radius: 999px; padding: 8px 16px; box-shadow: 0 14px 30px -14px rgba(0,0,0,0.5); } .wd-serp__badge b { color: var(--mint-light); font-weight: 700; }
.wd-serp__bar { display: flex; align-items: center; gap: 12px; border: 1px solid var(--border); border-radius: 999px; padding: 12px 18px; font-size: 15px; color: var(--body); }
.wd-serp__bar .q { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .wd-serp__bar .rt { color: var(--mint-ink); } .wd-serp__bar .dd { display: flex; gap: 4px; } .wd-serp__bar .dd i { width: 7px; height: 7px; border-radius: 50%; } .wd-serp__bar .dd i:nth-child(1){background:#4285f4;} .wd-serp__bar .dd i:nth-child(2){background:#ea4335;} .wd-serp__bar .dd i:nth-child(3){background:#fbbc05;}
.wd-serp__tabs { display: flex; gap: 22px; margin: 16px 0; border-bottom: 1px solid #eef1ef; padding-bottom: 0; font-size: 15px; color: var(--body); }
.wd-serp__tabs span { padding-bottom: 10px; } .wd-serp__tabs .on { color: var(--mint-ink); font-weight: 700; border-bottom: 2px solid var(--mint); }
.wd-serp__you { position: relative; background: var(--mint-tint); border-left: 3px solid var(--mint); border-radius: 10px; padding: 16px 18px; }
.wd-serp__you .yp { position: absolute; top: 14px; right: 16px; background: var(--mint-ink); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; border-radius: 999px; padding: 4px 11px; }
.wd-serp__you .site { display: flex; align-items: center; gap: 9px; } .wd-serp__you .fav { width: 22px; height: 22px; border-radius: 50%; background: var(--mint-ink); color: #fff; display: grid; place-items: center; font-size: 13px; flex: 0 0 auto; }
.wd-serp__you .dom { font-size: 14px; color: var(--ink); font-weight: 700; } .wd-serp__you .crumb { font-size: 13px; color: var(--body); }
.wd-serp__you .ttl { margin: 8px 0 4px; font-size: 19px; font-weight: 700; line-height: 1.25; color: #1a56db; }
.wd-serp__you .ds { margin: 0; font-size: 14px; line-height: 1.5; color: var(--body); }
.wd-serp__you .rev { margin-top: 8px; font-size: 14px; color: var(--body); } .wd-serp__you .rev .st { color: #f5a623; }
.wd-serp__other { padding: 14px 4px 0; border-top: 1px solid #eef1ef; margin-top: 4px; }
.wd-serp__other:first-of-type { border-top: 0; }
.wd-serp__other .site { display: flex; align-items: center; gap: 9px; } .wd-serp__other .fav { width: 20px; height: 20px; border-radius: 50%; background: #e2e2dd; flex: 0 0 auto; }
.wd-serp__other .dom { font-size: 14px; color: var(--ink); } .wd-serp__other .crumb { font-size: 13px; color: var(--body); }
.wd-serp__other .ttl { margin: 5px 0 0; font-size: 17px; font-weight: 500; color: #1a56db; }
@media (max-width: 880px) {
  .wd-rank__in { grid-template-columns: 1fr; gap: 40px; padding: 48px 22px; }
  .wd-rank__copy { max-width: none; }
}

/* ===== FULL SPEED OPTIMISATION (277:2) ===== */
.wd-speed { background: var(--mint-tint); }
.wd-speed__in { max-width: 1328px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-speed__head { max-width: 640px; margin-bottom: clamp(36px, 4vw, 52px); }
.wd-speed__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-speed__head h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.04; letter-spacing: -0.02em; color: var(--ink); } .wd-speed__head h2 em { font-style: normal; color: var(--mint); }
.wd-speed__head p { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-speed__bars { max-width: 1030px; }
.wd-speed__row { margin-bottom: 26px; }
.wd-speed__rh { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 10px; }
.wd-speed__lab b { font-size: 16px; font-weight: 800; color: var(--ink); } .wd-speed__lab span { font-size: 15px; color: var(--body); margin-left: 8px; }
.wd-speed__time { font-size: 18px; font-weight: 800; } .wd-speed__time--you { color: var(--mint-ink); } .wd-speed__time--heavy { color: #c0563f; }
.wd-speed__track { position: relative; height: 26px; border-radius: 13px; background: #e0e0db; overflow: hidden; }
.wd-speed__fill { position: relative; height: 100%; border-radius: 13px; transform: scaleX(0); transform-origin: left; }
.wd-speed__fill--you { background: var(--mint); width: 100%; transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.wd-speed__fill--heavy { background: #d69f8b; width: 32%; transition: transform 2.4s cubic-bezier(0.4, 0, 0.2, 1); }
.wd-speed__bars.is-visible .wd-speed__fill { transform: scaleX(1); }
.wd-speed__loaded { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #fff; font-size: 13px; font-weight: 800; }
.wd-speed__note { margin: 34px 0 0; font-size: 17px; line-height: 1.5; }
.wd-speed__note b { color: var(--ink); font-weight: 800; } .wd-speed__note span { color: #c0563f; }
@media (max-width: 700px) { .wd-speed__in { padding: 48px 22px; } }

/* ===== CRO SHOWCASE (tabbed) (281:2) ===== */
.wd-cro { background: var(--mint-tint); }
.wd-cro__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-cro__head { max-width: 680px; margin-bottom: 26px; }
.wd-cro__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-cro__head h2 { margin: 0; font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); } .wd-cro__head h2 em { font-style: normal; color: var(--mint); }
.wd-cro__head p { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-cro__tabs { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 24px; }
.wd-cro__tab { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 11px 20px; font-size: 15px; font-weight: 700; color: var(--ink); cursor: pointer; font-family: inherit; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.wd-cro__tab:hover { border-color: var(--mint-ink); background: var(--mint-tint); color: var(--mint-deep); } .wd-cro__tab.is-active { background: var(--mint-ink); color: #fff; border-color: var(--mint-ink); }
.wd-cro__panel { display: none; background: #fff; border-radius: 20px; padding: clamp(26px, 3vw, 44px); box-shadow: 0 40px 90px -60px rgba(20,20,19,0.3); }
.wd-cro__panel.is-active { display: block; }
.wd-cro__pin { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.wd-cro__txt { min-width: 0; } .wd-cro__txt .eyebrow { font-size: 14px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 10px; }
.wd-cro__txt h3 { margin: 0; font-size: clamp(23px, 2.6vw, 30px); font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.wd-cro__txt .sub { margin: 12px 0 0; font-size: 16px; line-height: 1.55; color: var(--body); }
.wd-cro__list { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.wd-cro__list li { display: grid; grid-template-columns: auto 1fr; gap: 10px; font-size: 16px; color: var(--ink); } .wd-cro__list li::before { content: "\2713"; color: var(--mint-ink); font-weight: 800; }
.wd-cro__demo { background: #f4f4f2; border-radius: 16px; padding: 30px; display: grid; place-items: center; min-height: 300px; min-width: 0; }
/* demo cards */
.crod { background: #fff; border-radius: 14px; box-shadow: 0 24px 50px -30px rgba(20,20,19,0.4); width: 100%; max-width: 360px; overflow: hidden; }
.crod__bd { padding: 20px; }
.crod--count .crod__hd { background: #0a1f1c; color: #fff; text-align: center; padding: 12px; } .crod--count .crod__hd .l { display: block; font-size: 12px; letter-spacing: 0.1em; color: var(--mint-light); font-weight: 800; } .crod--count .crod__hd .t { font-size: 26px; font-weight: 800; letter-spacing: 0.1em;  }
.crod .row { display: flex; align-items: center; justify-content: space-between; gap: 10px; } .crod .row b { font-size: 16px; color: var(--ink); }
.crod .pill { background: #fbe6dd; color: #c0563f; font-size: 13px; font-weight: 800; border-radius: 999px; padding: 4px 11px; }
.crod .bar { height: 8px; border-radius: 4px; background: #eee; margin: 14px 0; overflow: hidden; } .crod .bar span { display: block; height: 100%; width: 22%; background: #e07a54; border-radius: 4px; }
.crod .view { font-size: 14px; color: var(--body); } .crod .view b { color: var(--ink); }
.crod--rev .crod__bd { text-align: center; } .crod--rev .big { font-size: 44px; font-weight: 800; color: var(--ink); line-height: 1; } .crod--rev .st { color: #f5a623; font-size: 18px; margin: 4px 0; } .crod--rev .cnt { font-size: 14px; color: var(--body); } .crod--rev .q { margin: 16px 0 10px; font-size: 15px; font-style: italic; color: var(--ink); } .crod--rev .vb { font-size: 13px; font-weight: 700; color: var(--mint-ink); }
.crod .ttl { font-size: 14px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--body); margin-bottom: 14px; }
.crod .pay { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; margin-bottom: 10px; border: 0; border-radius: 9px; padding: 13px; font-size: 15px; font-weight: 800; cursor: pointer; } .crod .pay svg { margin-top: -2px; } .crod .pay--apple { background: #000; color: #fff; } .crod .pay--shop { background: #5a31f4; color: #fff; letter-spacing: 0.01em; }
.crod .guest { text-align: center; font-size: 14px; color: var(--mint-deep); font-weight: 700; }
.crod .ship { font-size: 15px; color: var(--ink); } .crod .ship b { color: var(--mint-deep); }
.crod .bundle { display: flex; align-items: center; gap: 10px; margin-top: 6px; } .crod .bundle .ph { width: 50px; height: 50px; border-radius: 9px; background: var(--mint-tint); } .crod .bundle .plus { color: var(--body); font-weight: 800; } .crod .bundle .save { margin-left: auto; background: var(--mint-ink); color: #fff; font-size: 13px; font-weight: 800; border-radius: 999px; padding: 5px 12px; }
.crod .bundle-bar span { width: 78%; background: var(--mint) !important; }
.crod .h { font-size: 18px; font-weight: 800; line-height: 1.25; color: var(--ink); } .crod .badge { display: inline-block; margin: 14px 0; background: var(--mint-tint); color: var(--mint-deep); font-size: 13px; font-weight: 800; border-radius: 999px; padding: 6px 13px; } .crod .cta { display: block; width: 100%; background: var(--mint-ink); color: #fff; border: 0; border-radius: 9px; padding: 13px; font-size: 15px; font-weight: 800; cursor: pointer; }
.crod--mob { background: transparent; box-shadow: none; display: grid; place-items: center; } .crod--mob .phone { width: 190px; background: #0a1f1c; border-radius: 26px; padding: 14px 10px 0; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.5); } .crod--mob .scr { background: #fff; border-radius: 16px 16px 0 0; padding: 16px; display: flex; flex-direction: column; gap: 10px; } .crod--mob .scr .ph2 { height: 40px; border-radius: 8px; background: var(--mint-tint); } .crod--mob .scr .ph2:first-child { height: 90px; } .crod--mob .buybar { background: #fff; border-top: 1px solid #eee; border-radius: 0 0 16px 16px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; } .crod--mob .buybar span { font-weight: 800; color: var(--ink); } .crod--mob .buybar button { background: var(--mint-ink); color: #fff; border: 0; border-radius: 8px; padding: 8px 14px; font-size: 14px; font-weight: 800; }
@media (max-width: 880px) {
  .wd-cro__in { padding: 48px 22px; }
  .wd-cro__pin { grid-template-columns: 1fr; gap: 28px; }
}

/* ===== WHAT'S INCLUDED (284:2) ===== */
.wd-inc { background: radial-gradient(120% 130% at 15% 0%, #12433c, #0a1f1c 62%); color: #fff; }
.wd-inc__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-inc__head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: clamp(28px, 3vw, 40px); }
.wd-inc__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 14px; }
.wd-inc__head h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; color: #fff; } .wd-inc__head h2 em { font-style: normal; color: var(--mint-light); }
.wd-inc__head .sub { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.72); max-width: 520px; }
.wd-inc__allin { text-align: right; white-space: nowrap; } .wd-inc__allin .l { font-size: 14px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-light); } .wd-inc__allin .v { font-size: 20px; font-weight: 800; color: #fff; }
.wd-inc__panel { border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: clamp(28px, 3vw, 44px); background: rgba(255,255,255,0.02); }
.wd-inc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 56px; }
.wd-inc__item { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; min-width: 0; }
.wd-inc__ck { width: 22px; height: 22px; border-radius: 50%; background: var(--mint-ink); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; flex: 0 0 auto; margin-top: 2px; }
.wd-inc__item h4 { margin: 0 0 3px; font-size: 17px; font-weight: 800; color: #fff; } .wd-inc__item p { margin: 0; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,0.6); }
.wd-inc__hl { margin-top: 22px; border: 1px solid rgba(143,214,207,0.4); background: rgba(48,159,151,0.08); border-radius: 14px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.wd-inc__hl h4 { margin: 0 0 3px; font-size: 17px; font-weight: 800; color: var(--mint-light); } .wd-inc__hl p { margin: 0; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,0.72); }
@media (max-width: 820px) {
  .wd-inc__in { padding: 48px 22px; }
  .wd-inc__head { grid-template-columns: 1fr; align-items: start; } .wd-inc__allin { text-align: left; }
  .wd-inc__grid { grid-template-columns: 1fr; }
}

/* ===== INDUSTRIES (287:2) ===== */
.wd-ind { background: #fff; }
.wd-ind__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-ind__head { max-width: 700px; margin-bottom: clamp(32px, 4vw, 48px); }
.wd-ind__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-ind__head h2 { margin: 0; font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; color: var(--ink); } .wd-ind__head h2 em { font-style: normal; color: var(--mint); }
.wd-ind__head p { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-ind__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wd-ind__card { position: relative; border: 1px solid var(--border); border-radius: 16px; padding: 26px; min-width: 0; }
.wd-ind__card--spec { background: var(--mint-tint); border-color: transparent; }
.wd-ind__spec { position: absolute; top: 20px; left: 26px; background: #fff; color: var(--mint-deep); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 999px; padding: 5px 12px; }
.wd-ind__card .ic { width: 46px; height: 46px; border-radius: 11px; background: #eef4f2; display: grid; place-items: center; font-size: 22px; margin-bottom: 22px; }
.wd-ind__card--spec .ic { background: #fff; margin-top: 34px; }
.wd-ind__card h4 { margin: 0 0 6px; font-size: 19px; font-weight: 800; color: var(--ink); } .wd-ind__card p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--body); }
@media (max-width: 1000px) {
  .wd-ind__in { padding: 48px 22px; }
  .wd-ind__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .wd-ind__grid { grid-template-columns: 1fr; } }

/* ===== SEO DEVELOPER COMPARISON (292:2) — same brief, two outcomes ===== */
.wd-cmp { background: #fff; }
.wd-cmp__in { max-width: 1160px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.wd-cmp__head { text-align: center; max-width: 720px; margin: 0 auto; }
.wd-cmp__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-cmp__head h2 { margin: 0; font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; color: var(--ink); } .wd-cmp__head h2 em { font-style: normal; color: var(--mint); }
.wd-cmp__head p { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-cmp__brief { margin: 34px auto 0; max-width: 420px; background: #0a1f1c; color: #fff; border-radius: 14px; padding: 16px 26px; text-align: center; }
.wd-cmp__brief .l { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-light); }
.wd-cmp__brief .q { margin-top: 4px; font-size: 18px; font-weight: 800; color: #fff; }
.wd-cmp__branch { position: relative; height: 40px; max-width: 900px; margin: 0 auto; }
.wd-cmp__branch::before { content: ""; position: absolute; top: 20px; left: 25%; right: 25%; border-top: 1px solid var(--border); }
.wd-cmp__branch::after { content: ""; position: absolute; top: 0; left: 50%; height: 20px; border-left: 1px solid var(--border); }
.wd-cmp__branch span { position: absolute; top: 20px; height: 20px; border-left: 1px solid var(--border); } .wd-cmp__branch .l { left: 25%; } .wd-cmp__branch .r { right: 25%; }
.wd-cmp__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.wd-cmp__card { border-radius: 18px; padding: 30px; min-width: 0; }
.wd-cmp__card--bad { background: #f7f5f2; } .wd-cmp__card--good { background: var(--mint-tint); }
.wd-cmp__ct { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.wd-cmp__ct .ic { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; font-size: 14px; font-weight: 800; flex: 0 0 auto; }
.wd-cmp__card--bad .ic { background: #e6e2dc; color: #b06a52; } .wd-cmp__card--good .ic { background: #fff; color: var(--mint-ink); }
.wd-cmp__ct .lbl { font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; } .wd-cmp__card--bad .lbl { color: var(--body); } .wd-cmp__card--good .lbl { color: var(--mint-deep); }
.wd-cmp__card h3 { margin: 0 0 12px; font-size: clamp(21px, 2.4vw, 26px); font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.wd-cmp__card p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--body); }
.wd-cmp__card hr { border: 0; border-top: 1px dashed rgba(20,20,19,0.2); margin: 20px 0; }
.wd-cmp__out { font-size: 16px; font-weight: 800; } .wd-cmp__card--bad .wd-cmp__out { color: #c0563f; } .wd-cmp__card--good .wd-cmp__out { color: var(--mint-deep); }
@media (max-width: 760px) {
  .wd-cmp__in { padding: 48px 22px; }
  .wd-cmp__branch { display: none; }
  .wd-cmp__cards { grid-template-columns: 1fr; margin-top: 26px; }
}

/* ===== PLATFORMS (298:2) ===== */
.wd-plat { background: #f4f4f2; }
.wd-plat__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; text-align: center; }
.wd-plat__head { max-width: 760px; margin: 0 auto; }
.wd-plat__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-plat__head h2 { margin: 0; font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; color: var(--ink); } .wd-plat__head h2 em { font-style: normal; color: var(--mint); }
.wd-plat__head p { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-plat__rule { border: 0; border-top: 1px solid var(--border); margin: clamp(32px, 4vw, 44px) 0 0; }
.wd-plat__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 26px 0; }
.wd-plat__chip { display: inline-flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 12px 20px; }
.wd-plat__chip .ic { width: 32px; height: 32px; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; flex: 0 0 auto;  }
.wd-plat__chip b { font-size: 17px; font-weight: 700; color: var(--ink); }
.wd-plat__note { margin: 26px auto 0; max-width: 560px; font-size: 16px; line-height: 1.55; color: var(--body); }
@media (max-width: 700px) { .wd-plat__in { padding: 48px 22px; } }

/* ===== SHOPIFY THEME DEV BANNER (303:2) — cross-link ===== */
.wd-shop { background: #f4f4f2; padding: clamp(20px, 3vw, 40px) 48px; }
.wd-shop__band { position: relative; overflow: hidden; max-width: 1300px; margin: 0 auto; border-radius: 22px; background: linear-gradient(105deg, #1a4a43 0%, #0f3a34 45%, #0a1f1c 100%); color: #fff; padding: clamp(40px, 5vw, 60px); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.wd-shop__c { position: relative; z-index: 2; min-width: 0; }
.wd-shop__c .eyebrow { font-size: 14px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 14px; }
.wd-shop__c h2 { margin: 0; font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; text-transform: uppercase; line-height: 1.02; letter-spacing: -0.01em; color: #fff; } .wd-shop__c h2 em { font-style: normal; color: var(--mint-light); }
.wd-shop__c .sub { margin: 16px 0 0; font-size: 17px; line-height: 1.5; color: rgba(255,255,255,0.75); } .wd-shop__c .sub .d { color: var(--mint-light); margin-right: 8px; }
.wd-shop__cta { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: var(--mint-light); color: #04211d; font-size: 16px; font-weight: 800; padding: 15px 26px; border-radius: 11px; text-decoration: none; white-space: nowrap; transition: background 0.2s, transform 0.2s; } .wd-shop__cta:hover { background: #a4e0d9; transform: translateY(-2px); }
.wd-shop__bag { position: absolute; right: 7%; top: 50%; transform: translateY(-50%); width: 150px; height: 170px; opacity: 0.06; z-index: 1; }
.wd-shop__bag::before { content: ""; position: absolute; bottom: 0; width: 150px; height: 128px; border: 8px solid #fff; border-radius: 10px; }
.wd-shop__bag::after { content: ""; position: absolute; top: 0; left: 38px; width: 74px; height: 64px; border: 8px solid #fff; border-bottom: 0; border-radius: 40px 40px 0 0; }
@media (max-width: 760px) {
  .wd-shop { padding: 20px 16px 40px; }
  .wd-shop__band { grid-template-columns: 1fr; } .wd-shop__bag { display: none; }
}

/* ===== TESTIMONIALS (313:2) ===== */
.wd-tst { background: var(--mint-tint); }
.wd-tst__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; display: grid; grid-template-columns: 1fr 1.45fr; gap: 60px; align-items: start; }
.wd-tst__head { min-width: 0; position: sticky; top: 96px; align-self: start; } /* sticky so the empty left column reads as intentional as the quotes scroll */ .wd-tst__head .eyebrow { font-size: 15px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.wd-tst__head h2 { margin: 0; font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); } .wd-tst__head h2 em { font-style: normal; color: var(--mint); }
.wd-tst__head p { margin: 14px 0 0; font-size: 17px; line-height: 1.55; color: var(--body); }
.wd-tst__list { min-width: 0; }
.wd-tst__item { padding: 26px 0; border-bottom: 1px solid rgba(20,20,19,0.1); } .wd-tst__item:first-child { padding-top: 0; } .wd-tst__item:last-child { border-bottom: 0; }
.wd-tst__q { margin: 0 0 16px; font-size: clamp(17px, 1.9vw, 20px); font-weight: 700; line-height: 1.4; color: var(--ink); }
.wd-tst__who { display: flex; align-items: center; gap: 12px; }
.wd-tst__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.wd-tst__who .n { font-size: 16px; font-weight: 800; color: var(--ink); } .wd-tst__who .r { font-size: 14px; color: var(--body); }
@media (max-width: 820px) {
  .wd-tst__in { grid-template-columns: 1fr; gap: 32px; padding: 48px 22px; }
}
