/* Mint SEO — On-Page SEO page. Matches Figma board 643:2. */

/* ===== HERO (643:3) — dark panel in cream frame ===== */
.op-hero { background: var(--page); padding: 10px 48px 0; }
.op-hero__frame { max-width: 1312px; margin: 0 auto; background: radial-gradient(100% 130% at 85% 0%, #1c4f4a, #0c2320 62%), #0c2320; border-radius: 28px; overflow: hidden; box-shadow: 0 50px 100px -60px rgba(20,20,19,0.5); }
.op-hero__in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; padding: clamp(30px, 3.4vw, 44px) clamp(40px, 4vw, 60px); color: #fff; }
.op-hero__copy { max-width: 460px; min-width: 0; }
.op-hero .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 16px; }
.op-hero h1 { margin: 0; font-size: clamp(38px, 4.6vw, 56px); font-weight: 800; line-height: 1.03; letter-spacing: -0.03em; color: #fff; }
.op-hero h1 em { font-style: normal; color: var(--mint-light); }
.op-hero .sub { margin: 18px 0 0; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.75); }
.op-hero__ctas { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.op-hero .btn { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; padding: 15px 24px; border-radius: 11px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.op-hero .btn--mint { background: var(--mint-ink); color: #fff; }
.op-hero .btn--mint:hover { background: #35b0a7; transform: translateY(-2px); }
.op-hero .btn--ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.op-hero .btn--ghost:hover { background: rgba(255,255,255,0.14); }
/* ===== Live SERP rank-climb (approved effect — serp-climb.html) ===== */
.op-serp { position: relative; width: 100%; max-width: 470px; margin-left: auto; background: #fff; border-radius: 15px; padding: 15px 17px; box-shadow: 0 40px 80px -38px rgba(0,0,0,0.6); }
.op-serp__bar { display: flex; align-items: center; gap: 9px; border: 1px solid var(--border); border-radius: 999px; padding: 10px 14px; margin-bottom: 12px; font-size: 15px; color: #3c4043; }
.op-serp__list { position: relative; height: 400px; }
.op-serp__row { position: absolute; left: 0; right: 0; will-change: transform; }
.op-serp__row .u { font-size: 12px; color: #006621; }
.op-serp__row .t { font-size: 15px; color: #1a0dab; font-weight: 600; line-height: 1.22; margin: 2px 0 0; }
.op-serp__row .d { font-size: 12px; color: #4d5156; line-height: 1.4; margin-top: 2px; }
.op-serp__comp { padding: 8px 2px; opacity: 0.85; }
.op-serp__client { padding: 11px 13px; background: #fff; border: 1px solid rgba(48,159,151,0.45); border-left: 3px solid var(--mint); border-radius: 11px; box-shadow: 0 22px 40px -18px rgba(20,40,38,0.5); z-index: 5; left: -6px; right: -6px; }
.op-serp__client .t { padding-right: 54px; font-weight: 700; }
.op-serp__badge { position: absolute; right: 11px; top: 11px; display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 800; color: #fff; background: var(--mint-ink); padding: 6px 11px; border-radius: 999px; transition: background 0.25s ease, box-shadow 0.25s ease; }
.op-serp__client.win { border-color: var(--mint-ink); box-shadow: 0 0 0 4px rgba(143,214,207,0.4), 0 22px 44px -16px rgba(20,40,38,0.55); }
.op-serp__client.win .op-serp__badge { background: #12a15f; box-shadow: 0 0 0 4px rgba(18,161,95,0.22); }
@media (max-width: 940px) {
  .op-hero { padding: 24px 22px 0; }
  .op-hero__in { grid-template-columns: 1fr; gap: 36px; padding: 40px 26px; }
  .op-hero__copy { max-width: none; }
}

/* ===== WHAT ON-PAGE SEO DOES — tabbed explorer (643:4) ===== */
.opw-sec { background: #fff; }
.opw-sec__in { max-width: 1240px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.opw-head { max-width: 760px; margin-bottom: 32px; }
.opw-head .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.opw-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); }
.opw-head h2 em { font-style: normal; color: var(--mint); }
.opw-head .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); }
.opw-bar { display: flex; flex-wrap: wrap; gap: 4px; }
.opw-tab { background: transparent; border: 1px solid transparent; border-bottom: 0; border-radius: 10px 10px 0 0; padding: 12px 20px; font-size: 16px; font-weight: 700; color: var(--body); cursor: pointer; font-family: inherit; position: relative; top: 1px; transition: color 0.15s; }
.opw-tab:hover { background: var(--mint-tint); color: var(--mint-deep); }
.opw-tab.is-active { background: #fbfcfc; border-color: var(--border); color: var(--ink); }
.opw-panels { border: 1px solid var(--border); border-radius: 0 16px 16px 16px; background: #fbfcfc; }
.opw-panel { display: none; padding: 40px; }
.opw-panel.is-active { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.opw-panel .lbl { font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-ink); }
.opw-panel h3 { margin: 8px 0 12px; font-size: 24px; font-weight: 800; color: var(--ink); }
.opw-panel .d { margin: 0; font-size: 16px; line-height: 1.55; color: var(--body); max-width: 42ch; }
.opw-art { min-width: 0; }
/* (SERP rank-climb styles are above; the climb itself is JS-driven — animations.js data-serp-climb.) */

.opw-serp { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; }
.opw-serp .u { font-size: 16px; color: #3a7a44; }
.opw-serp .t { font-size: 18px; color: #1a4b8f; font-weight: 600; margin: 4px 0 6px; line-height: 1.3; }
.opw-serp .m { font-size: 16px; color: var(--body); line-height: 1.4; }
/* heading outline */
.opw-outline { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; }
.opw-outline .ln { display: flex; align-items: center; gap: 12px; font-size: 17px; color: var(--ink); font-weight: 700; }
.opw-outline .ln.sub { margin-left: 26px; font-size: 16px; font-weight: 600; color: var(--body); }
.opw-outline .lv { font-size: 16px; font-weight: 800; color: var(--mint-ink); background: var(--mint-tint); border-radius: 6px; padding: 2px 8px; flex: 0 0 auto; }
.opw-outline mark { background: rgba(48,159,151,0.16); color: var(--mint-deep); padding: 0 4px; border-radius: 4px; }
/* image alt */
.opw-img { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 20px; display: flex; align-items: center; gap: 20px; }
.opw-img svg { flex: 0 0 auto; }
.opw-img code { font-size: 15px; color: var(--mint-deep); background: var(--mint-tint); border-radius: 8px; padding: 10px 12px; line-height: 1.5; word-break: break-word; }
/* rich result */
/* Schema markup — realistic Google rich-result snippet */
.opw-rich__chip { display: inline-block; font-size: 16px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--mint-deep); background: var(--mint-tint); border-radius: 999px; padding: 7px 15px; margin-bottom: 16px; }
.serpr { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; box-shadow: 0 30px 60px -45px rgba(20,20,19,0.35); }
.serpr__crumb { font-size: 16px; color: #3a7a44; margin-bottom: 6px; }
.serpr__body { display: flex; gap: 16px; align-items: flex-start; }
.serpr__txt { min-width: 0; flex: 1; }
.serpr__title { font-size: 21px; line-height: 1.25; color: #1a0dab; font-weight: 500; }
.serpr__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 16px; color: #4d5156; margin: 7px 0; }
.serpr__stars { color: #f0a91b; letter-spacing: 1px; }
.serpr__meta b { color: #4d5156; font-weight: 700; }
.serpr__ct { color: #4d5156; }
.serpr__price { color: var(--ink); font-weight: 700; }
.serpr__stock { color: #1a7f4b; font-weight: 600; }
.serpr__sep { color: #9aa0a6; }
.serpr__desc { font-size: 16px; line-height: 1.5; color: #4d5156; }
.serpr__thumb { width: 96px; height: 96px; border-radius: 10px; flex: 0 0 auto; background: radial-gradient(circle at 38% 32%, #f6e2b3, #d29a3e); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05); }
/* internal links prose */
/* Internal links — obvious highlighted link-pills + target-path chips */
.opw-ilinks { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px; box-shadow: 0 30px 60px -45px rgba(20,20,19,0.3); }
.opw-prose { margin: 0; font-size: 18px; line-height: 2; color: var(--ink); }
.ilink { background: var(--mint-tint); color: var(--mint-deep); font-weight: 700; border-radius: 6px; padding: 3px 8px 3px 6px; text-decoration: underline; text-decoration-color: rgba(48,159,151,0.55); text-underline-offset: 2px; white-space: nowrap; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.ilink__i { font-size: 13px; margin-right: 3px; }
.opw-ilinks__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 22px; padding-top: 18px; border-top: 1px dashed var(--border); }
.opw-ilinks__lbl { font-size: 16px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--mint-deep); }
.ilink-chip { background: #f4f7f6; border: 1px solid var(--border); border-radius: 6px; padding: 6px 11px; font-size: 16px; color: var(--body); }
@media (max-width: 860px) {
  .opw-sec__in { padding: 48px 22px; }
  .opw-panel.is-active { grid-template-columns: 1fr; gap: 24px; }
  .opw-tab { padding: 10px 14px; }
}

/* ===== OUR PROCESS (643:5) ===== */
.opp-sec { background: var(--mint-tint); }
.opp-sec__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; }
.opp-head { max-width: 640px; margin-bottom: 36px; }
.opp-head .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.opp-head h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); }
.opp-head h2 em { font-style: normal; color: var(--mint); }
.opp-head .sub { margin: 16px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); }
.opp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.opp-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; transition: transform 0.2s, box-shadow 0.2s; }
.opp-card:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -30px rgba(20,20,19,0.3); }
.opp-card .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.opp-card .num { font-size: 16px; font-weight: 800; color: var(--mint-ink); background: var(--mint-tint); border-radius: 8px; padding: 5px 11px; }
.opp-card .ic { font-size: 20px; }
.opp-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.opp-card p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--body); }
@media (max-width: 900px) { .opp-sec__in { padding: 48px 22px; } .opp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .opp-grid { grid-template-columns: 1fr; } }

/* ===== MEET THE FOUNDER (697:2) ===== */
.opf-sec { position: relative; overflow: hidden; background: radial-gradient(90% 120% at 80% 0%, #1c4f4a, #0c2320 62%), #0c2320; color: #fff; }
.opf-sec__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 80px) 48px; display: grid; grid-template-columns: 440px 1fr; gap: 64px; align-items: center; }
.opf-photo { position: relative; }
.opf-photo img { width: 100%; aspect-ratio: 440 / 500; border-radius: 20px; object-fit: cover; display: block; box-shadow: 0 40px 80px -50px rgba(0,0,0,0.6); }
.opf-photo .badge { position: absolute; left: 18px; bottom: 18px; background: var(--mint-ink); color: #fff; font-size: 16px; font-weight: 700; border-radius: 999px; padding: 8px 18px; }
.opf { min-width: 0; }
.opf .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 16px; }
.opf h2 { margin: 0; font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; line-height: 1.06; letter-spacing: -0.02em; color: #fff; }
.opf h2 em { font-style: normal; color: var(--mint-light); }
.opf .sub { margin: 18px 0 0; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.72); }
.opf .byline { margin: 16px 0 0; font-size: 16px; font-weight: 700; color: var(--mint-light); }
.opf-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.opf-stats .stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 18px; min-width: 0; }
.opf-stats b { display: block; font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.opf-stats span { font-size: 16px; color: rgba(255,255,255,0.65); }
@media (max-width: 900px) {
  .opf-sec__in { grid-template-columns: 1fr; gap: 36px; padding: 48px 22px; }
  .opf-photo img { max-width: 380px; }
  .opf-stats { grid-template-columns: 1fr; }
}

/* ===== LEAD MAGNET (945:184) ===== */
.opl-sec { position: relative; overflow: hidden; background: radial-gradient(90% 130% at 88% -10%, #17423b, #0a1f1c 60%), #0a1f1c; color: #fff; }
.opl-sec__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 84px) 48px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.opl-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 40px; max-width: 540px; min-width: 0; }
.opl-card .eyebrow { font-size: 16px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 14px; }
.opl-card h2 { margin: 0; font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: #fff; }
.opl-card h2 em { font-style: normal; color: var(--mint-light); }
.opl-card .sub { margin: 16px 0 0; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.72); }
.opl-form label { display: block; font-size: 16px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint-light); margin: 26px 0 10px; }
.opl-form input { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 16px 18px; font-size: 16px; color: #fff; font-family: inherit; }
.opl-form input::placeholder { color: rgba(255,255,255,0.4); }
.opl-form input:focus { outline: none; border-color: var(--mint-light); }
.opl-form button { width: 100%; margin-top: 14px; background: var(--mint-light); color: #04211d; font-weight: 800; font-size: 16px; padding: 16px; border-radius: 12px; border: 0; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.opl-form button:hover { background: #a4e0d9; transform: translateY(-1px); }
.opl-form .alt { text-align: center; margin: 16px 0 0; font-size: 16px; color: rgba(255,255,255,0.7); }
.opl-form .alt a { color: #fff; font-weight: 700; text-decoration: none; }
.opl-strat { background: #fff; border-radius: 16px; box-shadow: 0 50px 100px -50px rgba(0,0,0,0.6); overflow: hidden; color: var(--ink); }
.opl-strat__bar { display: flex; align-items: center; gap: 10px; padding: 16px 20px; border-bottom: 1px solid #eef1ef; }
.opl-strat__bar .dots { display: flex; gap: 6px; } .opl-strat__bar .dots i { width: 11px; height: 11px; border-radius: 50%; background: #dfe4e2; }
.opl-strat__bar b { font-size: 16px; color: var(--ink); }
.opl-strat__body { padding: 20px 24px; }
.opl-pills { display: flex; gap: 10px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid #f0f2f0; }
.opl-pills .p { background: #f4f7f6; border: 1px solid var(--border); border-radius: 8px; padding: 8px 12px; font-size: 16px; color: var(--body); }
.opl-pills .p b { color: var(--mint-deep); }
.opl-check { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0f2f0; font-size: 17px; font-weight: 700; color: var(--ink); }
.opl-check .ck { width: 24px; height: 24px; border-radius: 50%; background: rgba(48,159,151,0.15); color: var(--mint-deep); display: grid; place-items: center; font-size: 14px; font-weight: 800; flex: 0 0 auto; }
.opl-rank { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; }
.opl-rank b { font-size: 16px; color: var(--mint-deep); font-weight: 800; }
.opl-rank .track { width: 120px; height: 8px; border-radius: 999px; background: #eef1ef; overflow: hidden; }
.opl-rank .track i { display: block; height: 100%; width: 8%; background: var(--mint); border-radius: 999px; transition: width 1.2s ease; }
.opl-strat.is-visible .opl-rank .track i { width: 88%; }
@media (max-width: 900px) {
  .opl-sec__in { grid-template-columns: 1fr; gap: 40px; padding: 48px 22px; }
  .opl-card { max-width: none; padding: 30px 24px; }
}

/* mobile: rows wrap taller, so give the SERP list room (was clipping the 6th result at 400px) */
@media (max-width: 980px) { .op-serp__list { height: 500px; } }
