/* Shared page styles — 60% neutral canvas · 30% structure · 10% accent (CTA/links) */

:root {
  --fd: var(--font-body);
  --fm: var(--font-mono);
  --ice: var(--pm-ice-current);
  --mint: var(--pm-polar-mint);
  --glacier: var(--pm-glacier-blue);
  --glacier-d: var(--pm-glacier-deep);
  --ease: var(--ease-standard);
  --ease-o: var(--ease-out);
  /* Type scale: see colors_and_type.css (--pm-type-*) */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fd); font-size: var(--pm-type-body); background: var(--pm-snow); color: var(--pm-ink); -webkit-font-smoothing: antialiased; }

.pm-frame { background: var(--pm-white); border: 1px dashed var(--color-border); border-radius: var(--radius-md); }
.pm-frame-shell { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.pm-framed-section { position: relative; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 640ms var(--ease-o), transform 640ms var(--ease-o); }
.reveal.vis { opacity: 1; transform: none; }

.sp-link { color: var(--pm-glacier-blue); text-decoration: underline; text-underline-offset: 3px; }
.sp-link:hover { color: var(--pm-glacier-deep); }

/* Hero */
.hero-light { position: relative; background: var(--pm-snow); padding: 24px 0 0; }
.hero-light .hero-frame { position: relative; overflow: hidden; background: var(--pm-white); border: 1px solid var(--color-border); border-bottom: none; border-radius: 6px 6px 0 0; }
.hero-light .hero-glacier-bar { height: 6px; background: var(--color-border); }
.hero-light .hero-inner { position: relative; overflow: visible; max-width: 1200px; margin: 0 auto; padding: 56px 48px 64px; z-index: 1; }
.hero-light .hero-inner-content { position: relative; z-index: 1; }
.hero-light .pixel-corner-cluster { top: 0; right: 0; z-index: 0; }
.hero-light .hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center; }
.hero-light .hero-grid--wide { grid-template-columns: 1fr 380px; }
.hero-light .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pm-slate); margin: 0 0 20px; padding: 6px 12px; background: var(--pm-secondary-surface); }
.hero-light .hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--pm-steel); flex-shrink: 0; }
.hero-light h1 { font-family: var(--font-h1); font-weight: 500; font-size: var(--font-size-h1); line-height: 1.08; letter-spacing: 0.01em; color: var(--pm-ink); margin: 0 0 20px; text-wrap: balance; }
.hero-light h1 em { font-style: normal; color: var(--pm-ink); background: var(--pm-secondary-surface); padding: 0 6px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-light .hero-sub { font-size: var(--pm-type-lead); line-height: 1.5; color: var(--pm-slate); margin: 0 0 28px; max-width: 520px; }
.hero-light .hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 16px; }
.hero-light .hero-checks { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-light .hero-checks span { font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; letter-spacing: 0.06em; color: var(--pm-steel); display: flex; align-items: center; gap: 6px; }
.hero-light .hero-checks span::before { content: '✓'; color: var(--pm-steel); }
.hero-price-card { background: var(--pm-secondary-surface); border: 1px solid var(--color-border); padding: 28px 24px; }
.hero-price-card .price { font-family: var(--fm); font-size: clamp(36px, 4vw, 48px); font-weight: 600; letter-spacing: -0.03em; color: var(--pm-ink); line-height: 1; margin-bottom: 4px; }
.hero-price-card .price-sub { font-family: var(--fm); font-size: var(--pm-type-title); font-weight: 600; color: var(--pm-slate); }
.hero-price-card .price-note { font-size: var(--pm-type-caption); color: var(--pm-slate); margin-bottom: 20px; }
.hero-price-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hero-price-card li { font-size: var(--pm-type-body-sm); color: var(--pm-slate); display: flex; gap: 8px; align-items: flex-start; }
.hero-price-card li::before { content: '✓'; color: var(--pm-steel); font-weight: 600; flex-shrink: 0; }

/* Hero visual panels */
.sp-hero-visual { display: flex; flex-direction: column; gap: 12px; }
.sp-visual-panel { background: var(--pm-white); border: 1px solid var(--color-border); padding: 24px; position: relative; overflow: hidden; }
.sp-visual-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--color-border); }
.sp-visual-label { font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 16px; display: flex; align-items: center; gap: 6px; }
.sp-visual-label::before { content: ''; width: 5px; height: 5px; background: var(--color-border); flex-shrink: 0; }
.sp-price-strip { background: var(--pm-secondary-surface); border: 1px solid var(--color-border); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sp-price-strip-label { font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 4px; }
.sp-price-strip-amount { font-family: var(--fm); font-size: clamp(24px, 3vw, 30px); font-weight: 600; color: var(--pm-ink); letter-spacing: -0.03em; line-height: 1; }
.sp-price-strip-note { font-size: var(--pm-type-caption); color: var(--pm-slate); margin-top: 3px; }
.sp-price-strip-checks { display: flex; flex-direction: column; gap: 6px; }
.sp-price-strip-checks span { font-size: var(--pm-type-caption); color: var(--pm-slate); display: flex; align-items: center; gap: 7px; }
.sp-price-strip-checks span::before { content: '✓'; color: var(--pm-steel); font-weight: 600; font-size: 12px; }

/* Add-on pages */
.sp-zone-row { display: flex; align-items: center; gap: 0; padding: 14px 16px; border-bottom: 1px dashed var(--color-border); }
.sp-zone-row:last-child { border-bottom: none; }
.sp-zone-label { width: 56px; flex-shrink: 0; font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pm-glacier-blue); }
.sp-zone-area { flex: 1; font-size: var(--pm-type-body); color: var(--pm-slate); line-height: 1.4; }
.sp-zone-fee { width: 52px; text-align: right; font-family: var(--fm); font-size: var(--pm-type-title); font-weight: 600; color: var(--pm-glacier-blue); flex-shrink: 0; letter-spacing: -0.02em; }
.sp-price-display { font-family: var(--fm); font-size: clamp(40px, 5vw, 52px); font-weight: 600; color: var(--pm-ink); letter-spacing: -0.04em; line-height: 1; }
.sp-price-meta { font-size: var(--pm-type-caption); color: var(--pm-slate); margin-left: 10px; }
.sp-support-price { text-align: center; margin: 32px 0 20px; }
.sp-addon-hub-link {
  display: flex; align-items: center; gap: 18px; background: var(--pm-white); border: 1px solid var(--color-border);
  padding: 20px 24px; text-decoration: none; color: inherit; transition: border-color 220ms, transform 220ms;
}
.sp-addon-hub-link:hover { border-color: var(--pm-glacier-deep); transform: translateY(-2px); }
.sp-addon-hub-link h3 { font-weight: 500; font-size: var(--pm-type-title); color: var(--pm-ink); margin: 0 0 6px; line-height: 1.3; }
.sp-addon-hub-price { font-family: var(--fm); font-size: var(--pm-type-title-lg); font-weight: 600; color: var(--pm-glacier-blue); letter-spacing: -0.02em; }
.sp-addon-hub-note { font-family: var(--fm); font-size: var(--pm-type-micro); color: var(--pm-steel); margin-left: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.sp-btn-ghost {
  display: inline-flex; align-items: center; font-family: var(--fm); font-size: var(--pm-type-caption);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pm-slate);
  text-decoration: none; padding: 14px 24px; border: 2px solid var(--color-border); background: var(--pm-white);
  transition: border-color 200ms, color 200ms;
}
.sp-btn-ghost:hover { border-color: var(--pm-glacier-blue); color: var(--pm-ink); }

/* Notice band */
.sp-notice { background: var(--pm-secondary-surface); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 20px 40px; }
.sp-service-preview {
  background: var(--pm-snow);
  padding: 32px 0 56px;
  border-bottom: 1px solid var(--color-border);
}
.sp-service-preview-inner {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 40px;
}

.sp-notice-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: flex-start; gap: 12px; }
.sp-notice-inner p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.55; margin: 0; }
.sp-notice-inner strong { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pm-steel); }

/* Sections */
.sp-section { padding: var(--pm-section-gap) 0; }
.sp-section--snow { background: var(--pm-snow); }
.sp-section--white { background: var(--pm-white); }
.sp-section--frost { background: var(--pm-secondary-surface); }
.sp-section-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.sp-section-inner--narrow { max-width: 640px; }
.sp-section-inner--faq { max-width: 800px; }
.sp-section-head { margin-bottom: var(--pm-section-head-gap); }
.sp-section-head--center { text-align: center; }
.sp-section-head--center .sp-lead { margin-left: auto; margin-right: auto; }
.sp-eyebrow { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 14px; }
.sp-h2 { font-weight: 500; font-size: var(--pm-type-display-sm); line-height: 1.1; letter-spacing: -0.02em; color: var(--pm-ink); margin: 0; text-wrap: balance; }
.sp-lead { font-size: var(--pm-type-lead); line-height: 1.5; color: var(--pm-slate); margin: 16px 0 0; max-width: 56ch; }

/* Cards */
.sp-card-grid { display: grid; gap: 14px; }
.sp-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp-card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sp-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sp-card { position: relative; background: var(--pm-white); border: 1px solid var(--color-border); padding: 24px 22px; transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease); }
.sp-card:hover { border-color: rgba(11, 21, 51, 0.14); box-shadow: var(--shadow-sm); }
.sp-card--muted { border-color: var(--color-border); opacity: 0.85; }
.sp-card-icon { width: 44px; height: 44px; background: var(--pm-secondary-surface); border: 1px solid var(--color-border); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--pm-glacier-blue); }
.sp-card-icon svg { fill: var(--pm-slate); }
.sp-card-icon .pm-pixel-icon { color: var(--pm-glacier-blue); }
.sp-card h3 { font-weight: 500; font-size: var(--pm-type-title); color: var(--pm-ink); margin: 0 0 10px; line-height: 1.3; }
.sp-card p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.55; margin: 0; }
.sp-card-feature { display: flex; flex-direction: column; height: 100%; }
.sp-card-feature .sp-card-body { flex: 1; }
.sp-card-price { font-family: var(--fm); font-size: var(--pm-type-title-lg); font-weight: 600; color: var(--pm-ink); letter-spacing: -0.02em; margin-bottom: 4px; }
.sp-card-price-note { font-family: var(--fm); font-size: var(--pm-type-caption); color: var(--pm-steel); letter-spacing: 0.04em; margin-bottom: 14px; }
.sp-card-badge { position: absolute; top: 16px; right: 16px; font-family: var(--fm); font-size: 8px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: var(--pm-secondary-surface); color: var(--pm-slate); border: 1px solid var(--color-border); padding: 3px 7px; }
.sp-card--relative { position: relative; }

/* Feature cards with icon + list */
.sp-feature-card { background: var(--pm-white); border: 2px solid var(--color-border); padding: 24px; }
.sp-feature-card:hover { border-color: rgba(11, 21, 51, 0.14); }
.sp-feature-card .sp-feature-icon { width: 40px; height: 40px; background: var(--pm-secondary-surface); border: 1px solid var(--color-border); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sp-feature-card .sp-feature-icon svg { fill: var(--pm-slate); }
.sp-feature-card h3 { font-weight: 500; font-size: var(--pm-type-body); color: var(--pm-ink); margin: 0 0 8px; }
.sp-feature-card p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.55; margin: 0; }

/* Steps */
.sp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.sp-step { background: var(--pm-white); border: 2px solid var(--color-border); padding: 26px 22px; }
.sp-step-num { font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; letter-spacing: 0.1em; color: var(--pm-steel); margin-bottom: 14px; }
.sp-step h3 { font-weight: 500; font-size: var(--pm-type-body); color: var(--pm-ink); margin: 0 0 10px; line-height: 1.3; }
.sp-step p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.55; margin: 0; }

/* HIW (timeline) — from landing page */
.hiw-section { background: var(--pm-snow); padding: var(--pm-section-gap-lg) 0; }
.hiw-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.hiw-frame { background: var(--pm-white); border: 1px dashed var(--color-border); border-radius: 6px; overflow: hidden; }
.hiw-header { padding: 48px 48px 36px; border-bottom: 1px dashed var(--color-border); position: relative; }
.hiw-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--color-border); }
.hiw-eyebrow { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 14px; }
.hiw-title { font-weight: 500; font-size: var(--pm-type-display-sm); line-height: 1.1; letter-spacing: -0.02em; color: var(--pm-ink); margin: 0 0 12px; }
.hiw-lead { font-size: var(--pm-type-lead); line-height: 1.55; color: var(--pm-slate); margin: 0; max-width: 52ch; }
.hiw-steps { list-style: none; margin: 0; padding: 32px 48px 40px 56px; --hiw-pad-l: 24px; --hiw-rail-col: 28px; --hiw-num-col: 36px; position: relative; }
.hiw-steps::before { content: ''; position: absolute; left: calc(var(--hiw-pad-l) + var(--hiw-rail-col) / 2 - 1px); top: 52px; bottom: 52px; width: 2px; background: var(--pm-mist); }
.hiw-step { margin: 0; }
.hiw-step-row { display: grid; grid-template-columns: var(--hiw-rail-col) var(--hiw-num-col) 1fr; column-gap: 16px; padding: 16px 0; align-items: start; }
.hiw-step-rail { display: flex; justify-content: center; padding-top: 6px; }
.hiw-step-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--pm-white); border: 2px solid var(--pm-steel); box-shadow: 0 0 0 3px var(--pm-white); }
.hiw-step-num { font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; letter-spacing: 0.06em; color: var(--pm-steel); padding-top: 5px; }
.hiw-step-title { display: block; font-weight: 500; font-size: var(--pm-type-title); line-height: 1.25; color: var(--pm-ink); margin: 0 0 6px; }
.hiw-step-desc { display: block; font-size: var(--pm-type-body); line-height: 1.55; color: var(--pm-slate); margin: 0; }

/* Pricing */
.sp-pricing-main { background: var(--pm-white); border: 1px solid var(--color-border); overflow: hidden; margin-bottom: 10px; }
.sp-pricing-main-head { padding: 32px 40px; border-bottom: 1px dashed var(--color-border); }
.sp-pricing-main-head .amount { font-family: var(--fm); font-size: clamp(40px, 5vw, 52px); font-weight: 600; color: var(--pm-ink); letter-spacing: -0.04em; line-height: 1; }
.sp-pricing-main-head .period { font-size: var(--pm-type-body); color: var(--pm-slate); margin-left: 8px; }
.sp-pricing-main-head .sub { font-size: var(--pm-type-body-sm); color: var(--pm-slate); margin: 8px 0 0; }
.sp-pricing-main-body { padding: 28px 40px; }
.sp-pricing-main-body .label { font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 16px; }
.sp-check-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
.sp-check-list li { font-size: var(--pm-type-body-sm); color: var(--pm-slate); display: flex; align-items: center; gap: 10px; }
.sp-check-list li::before { content: '✓'; color: var(--pm-steel); font-weight: 600; flex-shrink: 0; }
.sp-pricing-row { background: var(--pm-white); border: 2px solid var(--color-border); padding: 18px 28px; display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.sp-pricing-row:hover { border-color: rgba(11, 21, 51, 0.14); }
.sp-pricing-row-title { font-weight: 500; font-size: var(--pm-type-body-sm); color: var(--pm-ink); margin-bottom: 3px; }
.sp-pricing-row-desc { font-size: var(--pm-type-caption); color: var(--pm-slate); }
.sp-pricing-row-price { flex-shrink: 0; text-align: right; font-family: var(--fm); font-size: var(--pm-type-body); font-weight: 600; color: var(--pm-ink); }
.sp-pricing-row-period { font-family: var(--fm); font-size: 9px; color: var(--pm-steel); margin-top: 2px; letter-spacing: 0.05em; }
.sp-info-box { display: flex; align-items: flex-start; gap: 10px; padding: 13px 18px; background: var(--pm-secondary-surface); border: 1px dashed var(--color-border); margin: 16px 0 32px; }
.sp-info-box p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.6; margin: 0; }
.sp-pricing-toggle { display: flex; background: var(--pm-secondary-surface); border: 2px solid var(--color-border); padding: 3px; margin-bottom: 12px; }
.sp-pricing-toggle button { flex: 1; font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 14px; border: none; cursor: pointer; transition: all 150ms; background: transparent; color: var(--pm-steel); }
.sp-pricing-toggle button.is-active { background: var(--pm-white); color: var(--pm-glacier-blue); box-shadow: inset 0 0 0 1px var(--pm-glacier-blue); }
.sp-pricing-setup { background: var(--pm-secondary-surface); border: 1px solid var(--color-border); padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 16px; flex-wrap: wrap; }
.sp-pricing-glacier { text-align: center; padding: 48px 40px; background: var(--pm-glacier-blue); border: 2px solid var(--pm-glacier-deep); color: var(--pm-white); }
.sp-pricing-glacier .amount { font-family: var(--fm); font-size: clamp(48px, 6vw, 64px); font-weight: 600; letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; }

/* Add-on cards (landing page pattern) */
.lp-addons-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.lp-addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lp-addon-card { display: flex; flex-direction: column; background: var(--pm-white); border: 1px solid var(--color-border); padding: 24px 22px; color: inherit; transition: transform 220ms var(--ease), border-color 220ms var(--ease); min-height: 100%; text-decoration: none; }
.lp-addon-card:hover { transform: translateY(-3px); border-color: rgba(11, 21, 51, 0.14); }
.lp-addon-card h3 { font-weight: 500; font-size: var(--pm-type-title); color: var(--pm-ink); margin: 0 0 10px; line-height: 1.3; }
.lp-addon-card p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.55; margin: 0 0 16px; flex: 1; }
.lp-addon-links { display: flex; flex-wrap: wrap; gap: 12px; font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pm-glacier-blue); }

/* FAQ */
.lp-faq { background: var(--pm-snow); padding: var(--pm-section-gap-half) 0 var(--pm-section-gap-lg); }
.lp-faq-inner { max-width: 800px; margin: 0 auto; padding: 0 40px; }
.lp-faq-header { text-align: center; margin-bottom: var(--pm-section-head-gap); }
.lp-faq-header .eyebrow { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 12px; }
.lp-faq-header h2 { font-weight: 500; font-size: var(--pm-type-display-sm); letter-spacing: -0.02em; }
.lp-faq-item { border: 1px dashed var(--color-border); background: var(--pm-white); margin-bottom: 8px; overflow: hidden; }
.lp-faq-item.open { border-color: var(--color-accent); }
.lp-faq-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--fd); font-weight: 500; font-size: var(--pm-type-title); color: var(--pm-slate); line-height: 1.35; }
.lp-faq-item.open .lp-faq-btn { color: var(--pm-ink); }
.lp-faq-icon { width: 28px; height: 28px; border: 1px solid var(--color-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 200ms, background 200ms; font-size: 18px; color: var(--pm-slate); }
.lp-faq-item.open .lp-faq-icon { transform: rotate(45deg); background: var(--pm-secondary-surface); border-color: var(--color-accent); color: var(--color-accent); }
.lp-faq-answer { padding: 0 24px 22px; font-size: var(--pm-type-body); line-height: 1.55; color: var(--pm-slate); }

/* CTA */
.cta-glacier { position: relative; overflow: hidden; background: var(--pm-glacier-blue); padding: var(--pm-section-gap-lg) clamp(20px, 4vw, 48px); }
.cta-glacier-inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.cta-glacier .cta-eyebrow { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pm-frost-light); margin-bottom: 14px; }
.cta-glacier .cta-title { font-weight: 500; font-size: var(--pm-type-display); color: var(--pm-white); letter-spacing: -0.02em; line-height: 1.05; margin-bottom: 16px; text-wrap: balance; }
.cta-glacier .cta-lead { font-size: var(--pm-type-body); color: rgba(255, 255, 255, 0.82); line-height: 1.7; margin-bottom: 28px; }
.cta-form-panel { text-align: left; background: rgba(255, 255, 255, 0.05); border: 1px dashed rgba(255, 255, 255, 0.18); padding: 28px 24px 24px; }
.cta-form { display: flex; flex-direction: column; gap: 20px; }
.cta-field { display: flex; flex-direction: column; gap: 8px; }
.cta-field-label { font-family: var(--fm); font-size: var(--pm-type-eyebrow); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pm-ice-current); }
.cta-field-optional { font-weight: 400; letter-spacing: 0.04em; text-transform: none; color: rgba(218, 249, 255, 0.55); }
.cta-field-input, .cta-field-select, .cta-field-textarea { width: 100%; font-family: var(--fd); font-size: var(--pm-type-body); color: var(--pm-white); background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.35); padding: 12px 0; outline: none; }
.cta-field-input:focus, .cta-field-select:focus, .cta-field-textarea:focus { border-bottom-color: var(--pm-ice-current); }
.cta-field-select { cursor: pointer; -webkit-appearance: none; appearance: none; padding-right: 28px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2349e3ff' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; }
.cta-field-select option { color: var(--pm-ink); background: var(--pm-white); }
.cta-field-textarea { resize: vertical; min-height: 72px; }
.cta-glacier .btn-primary { width: 100%; margin-top: 4px; }
.cta-glacier .btn-primary:hover:not(:disabled) { background: var(--pm-polar-mint); color: var(--pm-ink); }
.cta-glacier .cta-success { background: rgba(255, 255, 255, 0.08); border: 1px dashed rgba(255, 255, 255, 0.22); padding: 36px 28px; text-align: center; }
.cta-glacier .cta-success-title { font-weight: 500; font-size: var(--pm-type-title); color: var(--pm-white); margin-bottom: 8px; }
.cta-glacier .cta-success-body { font-size: var(--pm-type-body-sm); color: rgba(218, 249, 255, 0.75); }
.cta-glacier .cta-form-error { color: #ffc9c9; font-size: var(--pm-type-caption); text-align: left; }
.cta-glacier-deco { position: absolute; bottom: 24px; right: clamp(16px, 6vw, 80px); width: 72px; opacity: 0.38; image-rendering: pixelated; pointer-events: none; }
.cta-trust { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.cta-trust span { font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.07em; color: rgba(218, 249, 255, 0.55); display: flex; align-items: center; gap: 5px; text-transform: uppercase; }
.cta-trust span::before { content: '✓'; color: var(--pm-ice-current); font-size: 12px; }


/* Value cards (about page) */
.sp-value-card { background: var(--pm-white); border: 1px solid var(--color-border); padding: 32px 28px; display: flex; flex-direction: column; height: 100%; }
.sp-value-card .sp-value-label { font-family: var(--fm); font-size: var(--pm-type-micro); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pm-steel); margin-bottom: 10px; }
.sp-value-card h3 { font-weight: 500; font-size: var(--pm-type-title-lg); color: var(--pm-ink); margin: 0 0 14px; line-height: 1.3; }
.sp-value-card > p { font-size: var(--pm-type-body-sm); color: var(--pm-slate); line-height: 1.75; margin: 0 0 20px; }
.sp-value-points { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.sp-value-points span { font-size: var(--pm-type-body-sm); color: var(--pm-slate); display: flex; align-items: flex-start; gap: 9px; }
.sp-value-points span::before { content: '✓'; color: var(--pm-steel); font-weight: 600; flex-shrink: 0; }

/* Service link cards */
.sp-service-link { display: flex; flex-direction: column; background: var(--pm-white); border: 2px solid var(--color-border); padding: 22px 20px; text-decoration: none; color: inherit; transition: border-color 200ms, box-shadow 200ms; }
.sp-service-link:hover { border-color: rgba(11, 21, 51, 0.14); box-shadow: var(--shadow-sm); }
.sp-service-link h3 { font-weight: 500; font-size: var(--pm-type-body); color: var(--pm-ink); margin: 0 0 6px; }
.sp-service-link p { font-size: var(--pm-type-caption); color: var(--pm-slate); line-height: 1.6; margin: 0 0 14px; flex: 1; }
.sp-service-link-foot { display: flex; align-items: center; justify-content: space-between; }
.sp-service-link-foot span { font-family: var(--fm); font-size: var(--pm-type-caption); font-weight: 600; color: var(--pm-glacier-blue); }

/* Responsive */
@media (max-width: 900px) {
  .pm-frame-shell, .hiw-wrap, .sp-section-inner, .lp-addons-inner { padding: 0 20px; }
  .hero-light .hero-inner { padding: 48px 32px 56px; }
  .hero-light .hero-grid, .hero-light .hero-grid--wide { grid-template-columns: 1fr; gap: 32px; }
  .sp-card-grid--3, .lp-addon-grid { grid-template-columns: 1fr; }
  .sp-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hiw-wrap, .lp-faq-inner { padding: 0 20px; }
  .hiw-header { padding: 32px 24px 28px; }
  .hiw-steps { padding: 24px 20px 32px 20px; --hiw-pad-l: 0; }
  .hiw-steps::before { display: none; }
  .hiw-step-row { grid-template-columns: 36px 1fr; }
  .hiw-step-rail { display: none; }
  .resp-2col, .sp-card-grid--2, .sp-card-grid--3, .sp-card-grid--4 { grid-template-columns: 1fr !important; }
  .resp-3col, .resp-3col-auto, .resp-3col-addons { grid-template-columns: 1fr !important; }
  .resp-4col-steps, .sp-steps { grid-template-columns: repeat(2, 1fr) !important; }
  .resp-footer { flex-direction: column !important; gap: 32px !important; }
  .sp-section { padding: var(--pm-section-gap-mobile) 0; }
  .hiw-section { padding: var(--pm-section-gap-mobile) 0; }
  .lp-faq { padding: var(--pm-section-gap-half) 0 var(--pm-section-gap-mobile); }
  .cta-glacier { padding: var(--pm-section-gap-mobile) clamp(20px, 4vw, 48px); }
  .sp-section-inner { padding: 0 20px; }
  .sp-service-preview-inner { padding: 0 20px; }
  .sp-notice { padding: 20px; }
}
@media (max-width: 480px) {
  .resp-4col-steps, .sp-steps { grid-template-columns: 1fr !important; }
  h1 { text-wrap: balance; }
}


/* Secondary / ghost CTA */
.sp-btn-ghost,
.hero-ghost-btn,
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--fm);
  font-size: var(--pm-type-caption);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pm-slate);
  text-decoration: none;
  padding: 14px 24px;
  border: 2px solid var(--color-border);
  background: transparent;
  cursor: pointer;
}
.sp-btn-ghost:hover,
.hero-ghost-btn:hover,
.hero-secondary-link:hover {
  color: var(--pm-ink);
  border-color: var(--pm-steel);
}
