.support-page {
  --sp-ink: #0d172a;
  --sp-copy: #40506a;
  --sp-muted: #687891;
  --sp-green: #079455;
  --sp-green-deep: #056b3f;
  --sp-green-dark: #073e2a;
  --sp-mint: #eaf9f2;
  --sp-mint-soft: #f5fcf8;
  --sp-line: #dde9e4;
  --sp-surface: #ffffff;
  --sp-page: #f8fcfa;
  --sp-shadow: 0 24px 60px -38px rgba(8, 64, 43, .34);
  background: var(--sp-page);
  color: var(--sp-ink);
}

.support-page main { padding: 0; }
.support-page main:focus { outline: none; }
.support-page .sp-container { width: min(100% - 40px, 1490px); margin-inline: auto; }
.support-page .sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 6px 13px;
  border: 1px solid #aee8cf;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--sp-green-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.support-page .sp-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b76a;
  box-shadow: 0 0 0 5px rgba(18, 183, 106, .11);
}

/* Hero */
.sp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  border-bottom: 1px solid var(--sp-line);
  background:
    radial-gradient(circle at 86% 46%, rgba(90, 232, 177, .24), transparent 28%),
    linear-gradient(118deg, #fff 0%, #f8fdfb 52%, #e8fbf4 100%);
}
.sp-hero::before,
.sp-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}
.sp-hero::before { width: 430px; height: 430px; right: -160px; top: 30px; border: 1px solid rgba(10, 160, 94, .09); }
.sp-hero::after { width: 640px; height: 640px; right: -235px; top: -80px; border: 1px solid rgba(10, 160, 94, .07); }
.sp-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
  align-items: center;
  gap: 72px;
  min-height: 560px;
  padding-block: 76px 86px;
}
.sp-hero-copy { max-width: 650px; }
.sp-hero h1 {
  max-width: 660px;
  margin: 20px 0 17px;
  color: var(--sp-ink);
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.03;
}
.sp-hero h1 span { color: var(--sp-green); }
.sp-hero-lead { max-width: 570px; color: var(--sp-copy); font-size: 19px; line-height: 1.65; }
.sp-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.sp-proof-item { display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: center; min-width: 0; }
.sp-proof-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #bdebd6;
  border-radius: 50%;
  background: var(--sp-mint);
  color: var(--sp-green);
}
.sp-proof-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sp-proof-item b { display: block; font-size: 13px; line-height: 1.25; }
.sp-proof-item small { display: block; margin-top: 3px; color: var(--sp-muted); font-size: 11.5px; line-height: 1.35; }

.sp-visual { position: relative; min-height: 385px; }
.sp-phone {
  position: absolute;
  top: 38px;
  left: 39%;
  width: 290px;
  height: 290px;
  padding: 36px 24px 25px;
  border: 14px solid rgba(255,255,255,.56);
  border-radius: 50%;
  background: linear-gradient(155deg, #fff 0%, #edf9f4 100%);
  box-shadow: 0 35px 58px -30px rgba(4, 92, 56, .42), inset 0 0 0 1px #cfe8dc;
  text-align: center;
}
.sp-phone::before { content: ""; position: absolute; inset: -35px; z-index: -1; border-radius: 50%; background: rgba(255,255,255,.42); box-shadow: 0 0 0 1px rgba(43,173,111,.05); }
.sp-headset {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin: 8px auto 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e7faf1, #fff);
  color: #08a661;
  box-shadow: 0 18px 35px -28px rgba(4, 99, 60, .6);
}
.sp-headset svg { width: 74px; height: 74px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sp-phone strong { display: block; font-size: 17px; }
.sp-phone > span:not(.sp-headset) { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--sp-muted); font-size: 13px; }
.sp-phone i { width: 8px; height: 8px; border-radius: 50%; background: #12b76a; box-shadow: 0 0 0 4px rgba(18,183,106,.12); }
.sp-speech {
  position: absolute;
  top: 74px;
  right: 1%;
  width: 145px;
  padding: 20px 18px;
  border: 2px solid #bcebd6;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  color: var(--sp-green);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  transform: rotate(7deg);
  box-shadow: 0 20px 45px -32px rgba(4, 78, 50, .38);
}
.sp-speech::after { content: ""; position: absolute; left: 23px; bottom: -12px; width: 20px; height: 20px; border-right: 2px solid #bcebd6; border-bottom: 2px solid #bcebd6; background: #fff; transform: rotate(45deg); }
.sp-plane { position: absolute; left: 15%; top: 46px; width: 82px; color: #54dca9; transform: rotate(-13deg); opacity: .9; }
.sp-plane path { fill: currentColor; }
.sp-plane-trail { position: absolute; top: 105px; left: 10%; width: 145px; height: 145px; border: 2px dashed #48cfa0; border-top-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(36deg); opacity: .75; }
.sp-plant { position: absolute; right: 11%; bottom: 11px; width: 95px; height: 120px; }
.sp-pot { position: absolute; left: 29px; bottom: 0; width: 49px; height: 46px; border-radius: 5px 5px 19px 19px; background: linear-gradient(#fff, #dff4eb); box-shadow: 0 20px 30px -22px rgba(4, 75, 47, .5); }
.sp-leaf { position: absolute; bottom: 37px; left: 42px; width: 27px; height: 70px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg,#32d391,#0ba867); transform-origin: bottom center; }
.sp-leaf.l1 { transform: rotate(-42deg); }
.sp-leaf.l2 { height: 82px; transform: rotate(7deg); }
.sp-leaf.l3 { transform: rotate(43deg); }

/* Main support surface */
.sp-content { padding: 0 0 96px; background: linear-gradient(#f8fcfa, #fff 42%, #f8fcfa); }
.sp-content > .sp-container { position: relative; z-index: 2; margin-top: -42px; }
.sp-panel {
  padding: 38px;
  border: 1px solid var(--sp-line);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--sp-shadow);
}
.sp-section-heading { margin-bottom: 27px; text-align: center; }
.sp-section-heading h2 { margin: 0; color: var(--sp-ink); font-size: clamp(25px, 2.4vw, 34px); letter-spacing: -.03em; }
.sp-section-heading h2::after { content: ""; display: block; width: 54px; height: 3px; margin: 13px auto 0; border-radius: 9px; background: var(--sp-green); }
.sp-section-heading p { margin: 9px auto 0; color: var(--sp-muted); font-size: 15px; }
.sp-contact-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.sp-contact-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  padding: 28px 18px 22px;
  border: 1px solid var(--sp-line);
  border-radius: 20px;
  background: var(--sp-surface);
  text-align: center;
  box-shadow: 0 16px 34px -32px rgba(12, 56, 40, .42);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.sp-contact-card:hover { transform: translateY(-4px); border-color: var(--card-accent, #8bd6b3); box-shadow: 0 22px 38px -28px rgba(12, 56, 40, .34); }
.sp-contact-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 21px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 36%, white);
  border-radius: 50%;
  background: var(--card-soft);
  color: var(--card-accent);
}
.sp-contact-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sp-contact-card h3 { margin: 0; color: var(--sp-ink); font-size: 18px; }
.sp-contact-card > p { flex: 1; margin: 10px 0 13px; color: var(--sp-copy); font-size: 14px; line-height: 1.55; }
.sp-contact-note { min-height: 38px; color: var(--card-accent); font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.sp-status { display: inline-flex; align-items: center; gap: 7px; min-height: 29px; margin: 13px 0 18px; padding: 5px 10px; border: 1px solid var(--sp-line); border-radius: 999px; color: var(--sp-muted); font-size: 10.5px; font-weight: 700; }
.sp-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--card-accent); }
.sp-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 55%, white);
  border-radius: 12px;
  color: var(--card-accent);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.sp-card-cta:hover { border-color: var(--card-accent); background: var(--card-soft); color: var(--card-accent); text-decoration: none; }
.sp-card-cta svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.sp-email { --card-accent: #079455; --card-soft: #ecfdf3; }
.sp-account { --card-accent: #1677e8; --card-soft: #edf6ff; }
.sp-guides { --card-accent: #805ad5; --card-soft: #f5efff; }
.sp-report { --card-accent: #e56a13; --card-soft: #fff4e9; }
.sp-feedback { --card-accent: #0c9e80; --card-soft: #ebfaf7; }

.sp-social-strip {
  display: grid;
  grid-template-columns: minmax(190px, 1.25fr) repeat(5, minmax(105px, .78fr));
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 21px 25px;
  border: 1px solid var(--sp-line);
  border-radius: 20px;
  background: linear-gradient(110deg, var(--sp-surface), var(--sp-mint-soft));
}
.sp-social-intro h2 { margin: 0 0 4px; color: var(--sp-ink); font-size: 18px; }
.sp-social-intro p { margin: 0; color: var(--sp-muted); font-size: 11.5px; line-height: 1.5; }
.sp-social-link { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 9px; min-width: 0; padding: 8px; border-radius: 12px; color: var(--sp-ink); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.sp-social-link:hover { background: var(--sp-surface); color: var(--sp-ink); text-decoration: none; transform: translateY(-2px); }
.sp-social-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--social-color); color: #fff; }
.sp-social-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sp-social-icon svg.fill { fill: currentColor; stroke: none; }
.sp-social-link b { display: block; font-size: 11px; }
.sp-social-link small { display: block; margin-top: 2px; overflow: hidden; color: var(--sp-muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.sp-facebook { --social-color: #1877f2; }
.sp-instagram { --social-color: linear-gradient(135deg,#7c3aed,#e1306c 55%,#f9a825); }
.sp-threads { --social-color: #111; }
.sp-linkedin { --social-color: #0a66c2; }
.sp-tiktok { --social-color: #101010; }

.sp-topics { margin-top: 22px; padding: 30px 34px; border: 1px solid var(--sp-line); border-radius: 20px; background: var(--sp-surface); }
.sp-topics-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 18px; }
.sp-topics h2 { margin: 0 0 3px; color: var(--sp-ink); font-size: 24px; letter-spacing: -.025em; }
.sp-topics-head p { margin: 0; color: var(--sp-muted); font-size: 13px; }
.sp-all-guides { display: inline-flex; align-items: center; gap: 8px; color: var(--sp-green); font-size: 13px; font-weight: 800; text-decoration: none; }
.sp-all-guides:hover { color: var(--sp-green-deep); text-decoration: none; }
.sp-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; }
.sp-topic {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 17px 2px;
  border-top: 1px solid #edf2ef;
  color: inherit;
  text-decoration: none;
}
.sp-topic:hover { color: inherit; text-decoration: none; }
.sp-topic-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #bcebd6; border-radius: 10px; background: var(--sp-mint); color: var(--sp-green); transition: transform .18s ease, background .18s ease; }
.sp-topic:hover .sp-topic-icon { transform: translateY(-2px); background: #dbf7e9; }
.sp-topic-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sp-topic b { display: block; color: var(--sp-ink); font-size: 13px; line-height: 1.35; }
.sp-topic small { display: block; margin-top: 4px; color: var(--sp-muted); font-size: 11.5px; line-height: 1.45; }
.sp-topic > svg { width: 17px; height: 17px; fill: none; stroke: var(--sp-ink); stroke-width: 2; transition: transform .18s ease; }
.sp-topic:hover > svg { transform: translateX(3px); }

.sp-before {
  display: grid;
  grid-template-columns: 74px 1fr 210px;
  align-items: center;
  gap: 26px;
  min-height: 150px;
  margin-top: 22px;
  padding: 27px 34px;
  overflow: hidden;
  border: 1px solid #cfeadf;
  border-radius: 20px;
  background: linear-gradient(105deg, #f0fbf6, #f8fdfa 54%, #e8f8f2);
}
.sp-before-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: #dff7eb; color: var(--sp-green); }
.sp-before-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sp-before h2 { margin: 0 0 7px; color: var(--sp-ink); font-size: 22px; }
.sp-before p { max-width: 800px; margin: 0; color: var(--sp-copy); font-size: 14px; line-height: 1.65; }
.sp-checklist { position: relative; justify-self: end; width: 150px; height: 95px; border: 1px solid #d8ece3; border-radius: 15px; background: rgba(255,255,255,.78); box-shadow: 0 18px 40px -32px rgba(4,71,46,.4); transform: rotate(2deg); }
.sp-checklist span { position: absolute; left: 24px; width: 91px; height: 7px; border-radius: 99px; background: #d9e5df; }
.sp-checklist span::before { content: "\2713"; position: absolute; left: -17px; top: -6px; display: grid; place-items: center; width: 14px; height: 14px; border-radius: 4px; background: #14b86c; color: #fff; font-size: 10px; font-weight: 900; }
.sp-checklist span:nth-child(1) { top: 24px; }
.sp-checklist span:nth-child(2) { top: 46px; width: 76px; }
.sp-checklist span:nth-child(3) { top: 68px; width: 84px; }

.sp-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  margin-top: 22px;
  padding: 24px 34px;
  border-radius: 20px;
  background: linear-gradient(110deg, #0b7048 0%, #0b9660 48%, #087d51 100%);
  color: #fff;
  box-shadow: 0 24px 46px -34px rgba(4,89,53,.64);
}
.sp-avatars { display: flex; padding-left: 10px; }
.sp-avatar { display: grid; place-items: center; width: 51px; height: 51px; margin-left: -10px; overflow: hidden; border: 3px solid #fff; border-radius: 50%; background: #dff7eb; color: var(--sp-green-deep); font-size: 14px; font-weight: 900; }
.sp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.sp-avatar-logo img { width: 37px; height: 37px; object-fit: contain; }
.sp-cta h2 { margin: 0 0 3px; color: #fff; font-size: 25px; }
.sp-cta p { margin: 0; color: rgba(255,255,255,.8); font-size: 13px; }
.sp-cta-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 210px; min-height: 52px; padding: 12px 22px; border-radius: 999px; background: #fff; color: var(--sp-green-deep); font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 16px 32px -22px rgba(0,0,0,.5); }
.sp-cta-link:hover { color: var(--sp-green-deep); text-decoration: none; transform: translateY(-1px); }
.sp-cta-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }

.sp-details { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 22px; padding: 25px 12px; border: 1px solid var(--sp-line); border-radius: 20px; background: var(--sp-surface); }
.sp-detail { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 3px 27px; }
.sp-detail + .sp-detail { border-left: 1px solid var(--sp-line); }
.sp-detail-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #f3f7f5; color: var(--sp-green-deep); }
.sp-detail-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sp-detail h3 { margin: 0 0 5px; color: var(--sp-ink); font-size: 14px; }
.sp-detail p { margin: 0; color: var(--sp-muted); font-size: 11.5px; line-height: 1.55; }
.sp-detail a { display: inline-flex; margin-top: 7px; color: var(--sp-green); font-size: 11.5px; font-weight: 800; text-decoration: none; }

/* Dark mode */
html[data-theme="dark"] .support-page {
  --sp-ink: #f2f7f4;
  --sp-copy: #becbc4;
  --sp-muted: #91a49a;
  --sp-green: #40d590;
  --sp-green-deep: #62e3a5;
  --sp-green-dark: #d9f8e8;
  --sp-mint: #123428;
  --sp-mint-soft: #0f271e;
  --sp-line: #294238;
  --sp-surface: #0d1b15;
  --sp-page: #07110d;
  background: var(--sp-page);
}
html[data-theme="dark"] .support-page .sp-hero { background: radial-gradient(circle at 84% 45%, rgba(44,180,115,.2), transparent 29%), linear-gradient(118deg,#07110d,#0a1712 56%,#0b2119); }
html[data-theme="dark"] .support-page .sp-kicker,
html[data-theme="dark"] .support-page .sp-speech { background: rgba(13,27,21,.9); }
html[data-theme="dark"] .support-page .sp-speech::after { background: #0d1b15; }
html[data-theme="dark"] .support-page .sp-phone { border-color: rgba(52,81,68,.7); background: linear-gradient(165deg,#15271f,#0a1712); box-shadow: 0 35px 58px -30px #000, inset 0 0 0 1px #365145; }
html[data-theme="dark"] .support-page .sp-headset { background: linear-gradient(145deg,#123428,#10241b); }
html[data-theme="dark"] .support-page .sp-pot { background: linear-gradient(#324e42,#172c23); }
html[data-theme="dark"] .support-page .sp-content { background: linear-gradient(#07110d,#0a1510 44%,#07110d); }
html[data-theme="dark"] .support-page .sp-panel { background: rgba(13,27,21,.96); }
html[data-theme="dark"] .support-page .sp-contact-icon { border-color: var(--sp-line); background: color-mix(in srgb, var(--card-accent) 14%, #0d1b15); }
html[data-theme="dark"] .support-page .sp-card-cta { border-color: var(--sp-line); }
html[data-theme="dark"] .support-page .sp-card-cta:hover { background: color-mix(in srgb, var(--card-accent) 12%, #0d1b15); }
html[data-theme="dark"] .support-page .sp-topic { border-top-color: #1d3028; }
html[data-theme="dark"] .support-page .sp-before { border-color: #29483a; background: linear-gradient(105deg,#0e251b,#0b1d15 54%,#102a1f); }
html[data-theme="dark"] .support-page .sp-checklist { border-color: #335246; background: rgba(19,43,33,.84); }
html[data-theme="dark"] .support-page .sp-checklist span { background: #466155; }
html[data-theme="dark"] .support-page .sp-detail-icon { background: #12261d; }

@media (max-width: 1180px) {
  .sp-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(410px, .85fr); gap: 35px; }
  .sp-proof { gap: 12px; }
  .sp-contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sp-contact-card { min-height: 315px; }
  .sp-social-strip { grid-template-columns: repeat(5, minmax(100px, 1fr)); }
  .sp-social-intro { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .support-page .sp-container { width: min(100% - 32px, 760px); }
  .sp-hero { min-height: 0; }
  .sp-hero-inner { grid-template-columns: 1fr; min-height: 0; padding-block: 62px 105px; }
  .sp-hero-copy { max-width: 690px; margin-inline: auto; text-align: center; }
  .sp-hero h1 { margin-inline: auto; }
  .sp-hero-lead { margin-inline: auto; }
  .sp-proof { max-width: 650px; margin-inline: auto; margin-top: 34px; text-align: left; }
  .sp-visual { min-height: 340px; max-width: 560px; width: 100%; margin: 0 auto; }
  .sp-phone { left: 36%; }
  .sp-content > .sp-container { margin-top: -48px; }
  .sp-panel { padding: 30px 24px; }
  .sp-before { grid-template-columns: 66px 1fr; }
  .sp-checklist { display: none; }
  .sp-details { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 8px 24px; }
  .sp-detail { padding: 22px 8px; }
  .sp-detail + .sp-detail { border-left: 0; }
  .sp-detail:nth-child(even) { border-left: 1px solid var(--sp-line); }
  .sp-detail:nth-child(n+3) { border-top: 1px solid var(--sp-line); }
}
@media (max-width: 640px) {
  .support-page .sp-container { width: min(100% - 24px, 560px); }
  .sp-hero-inner { padding-block: 42px 84px; }
  .sp-kicker { min-height: 29px; font-size: 10px; }
  .sp-hero h1 { margin-top: 15px; font-size: clamp(40px, 12.5vw, 58px); }
  .sp-hero-lead { font-size: 16px; line-height: 1.6; }
  .sp-proof { grid-template-columns: 1fr; max-width: 280px; gap: 13px; margin-top: 28px; }
  .sp-proof-item { grid-template-columns: 38px 1fr; }
  .sp-proof-icon { width: 38px; height: 38px; }
  .sp-visual { min-height: 280px; }
  .sp-phone { top: 15px; left: 50%; width: 215px; height: 215px; padding: 28px 16px 18px; border-width: 9px; transform: translateX(-50%); }
  .sp-phone::before { inset: -22px; }
  .sp-headset { width: 86px; height: 86px; margin: 16px auto 16px; }
  .sp-headset svg { width: 56px; height: 56px; }
  .sp-phone strong { font-size: 14px; }
  .sp-phone span { font-size: 11px; }
  .sp-speech { top: 34px; right: 0; width: 105px; padding: 13px; border-radius: 14px; font-size: 12px; }
  .sp-plane { left: 0; top: 24px; width: 54px; }
  .sp-plane-trail { top: 63px; left: -10px; width: 95px; height: 95px; }
  .sp-plant { right: 1%; width: 70px; transform: scale(.8); transform-origin: bottom right; }
  .sp-panel { padding: 26px 14px 14px; border-radius: 20px; }
  .sp-section-heading { margin-bottom: 21px; padding-inline: 8px; }
  .sp-section-heading h2 { font-size: 25px; }
  .sp-contact-grid { grid-template-columns: 1fr; gap: 12px; }
  .sp-contact-card { min-height: 0; padding: 23px 20px 19px; }
  .sp-contact-card > p { min-height: 44px; }
  .sp-contact-icon { width: 62px; height: 62px; margin-bottom: 16px; }
  .sp-contact-note { min-height: 0; }
  .sp-social-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; padding: 18px 10px; }
  .sp-social-intro { padding-inline: 8px; }
  .sp-social-link { grid-template-columns: 1fr; justify-items: center; padding: 5px 2px; text-align: center; }
  .sp-social-link b { font-size: 9px; }
  .sp-social-link small { display: none; }
  .sp-topics { padding: 25px 18px; }
  .sp-topics-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .sp-topic-grid { grid-template-columns: 1fr; }
  .sp-topic { grid-template-columns: 38px 1fr 18px; gap: 10px; }
  .sp-before { grid-template-columns: 1fr; gap: 14px; padding: 25px 20px; text-align: center; }
  .sp-before-icon { margin-inline: auto; }
  .sp-cta { grid-template-columns: 1fr; gap: 16px; padding: 26px 20px; text-align: center; }
  .sp-avatars { justify-content: center; }
  .sp-cta-link { min-width: 0; width: 100%; }
  .sp-details { grid-template-columns: 1fr; padding-inline: 14px; }
  .sp-detail:nth-child(even) { border-left: 0; }
  .sp-detail:nth-child(n+2) { border-top: 1px solid var(--sp-line); }
  .sp-detail { grid-template-columns: 46px 1fr; gap: 13px; }
  .sp-detail-icon { width: 44px; height: 44px; }
  .sp-content { padding-bottom: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .support-page .sp-contact-card,
  .support-page .sp-topic-icon,
  .support-page .sp-topic > svg,
  .support-page .sp-cta-link { transition: none; }
  .support-page .sp-contact-card:hover,
  .support-page .sp-topic:hover .sp-topic-icon,
  .support-page .sp-topic:hover > svg,
  .support-page .sp-cta-link:hover { transform: none; }
}

/* ── The contact form ─────────────────────────────────────────────────────
   Opened by the mail cards. Its own tokens are the page's: the form is part
   of the support page, not a widget dropped onto it. */
.support-page .sp-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(9, 26, 20, .45);
  backdrop-filter: blur(2px);
}
.support-page .sp-modal.is-open { display: flex; }
body.support-page.sp-modal-open { overflow: hidden; }

.support-page .sp-modal-card {
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 22px 24px 24px;
  border: 1px solid var(--sp-line, #e8eef1);
  border-radius: 18px;
  background: var(--sp-surface, #fff);
  box-shadow: 0 24px 60px -28px rgba(15, 50, 40, .45);
}
.support-page .sp-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.support-page .sp-modal-head h2 { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -.3px; color: var(--sp-ink, #0d1526); }
.support-page .sp-modal-head p { margin: 4px 0 0; font-size: 13px; line-height: 1.5; color: var(--sp-muted, #5c6b83); }
.support-page .sp-modal-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border: 1px solid var(--sp-line, #e8eef1);
  border-radius: 10px;
  background: transparent;
  color: var(--sp-muted, #5c6b83);
  cursor: pointer;
}
.support-page .sp-modal-close:hover { background: var(--sp-mint-soft, #f1faf5); color: var(--sp-ink, #0d1526); }
.support-page .sp-modal-close svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.support-page .sp-form { display: flex; flex-direction: column; gap: 14px; }
.support-page .sp-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-page .sp-field { display: flex; flex-direction: column; gap: 6px; }
.support-page .sp-field > span { font-size: 12.5px; font-weight: 600; color: var(--sp-ink, #0d1526); }
.support-page .sp-field > span em { font-style: normal; font-weight: 500; color: var(--sp-muted, #5c6b83); }
.support-page .sp-field input,
.support-page .sp-field select,
.support-page .sp-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--sp-line, #e8eef1);
  border-radius: 11px;
  background: var(--sp-surface, #fff);
  color: var(--sp-ink, #0d1526);
  font: inherit;
  font-size: 14px;
  box-sizing: border-box;
}
.support-page .sp-field textarea { resize: vertical; min-height: 128px; line-height: 1.55; }
.support-page .sp-field input:focus-visible,
.support-page .sp-field select:focus-visible,
.support-page .sp-field textarea:focus-visible {
  outline: none;
  border-color: var(--sp-green, #0a8a45);
  box-shadow: 0 0 0 3px rgba(10, 138, 69, .15);
}
.support-page .sp-form-hint { margin: -6px 0 0; font-size: 12px; line-height: 1.5; color: var(--sp-muted, #5c6b83); }

/* Off-screen rather than display:none -- something that fills inputs will skip
   a hidden field, which is the opposite of what a honeypot is for. */
.support-page .sp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.support-page .sp-form-status { margin: 0; font-size: 13px; line-height: 1.5; min-height: 0; }
.support-page .sp-form-status[data-tone="ok"] { color: var(--sp-green-deep, #037a3f); font-weight: 600; }
.support-page .sp-form-status[data-tone="error"] { color: #b42318; font-weight: 600; }

.support-page .sp-form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 2px; }
.support-page .sp-btn-ghost,
.support-page .sp-btn-send {
  padding: 11px 18px;
  border-radius: 11px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.support-page .sp-btn-ghost { border: 1px solid var(--sp-line, #e8eef1); background: transparent; color: var(--sp-muted, #687891); }
.support-page .sp-btn-ghost:hover { background: var(--sp-mint-soft, #f1faf5); }
.support-page .sp-btn-send { border: 1px solid var(--sp-green, #0a8a45); background: var(--sp-green, #0a8a45); color: #fff; }
.support-page .sp-btn-send:hover:not(:disabled) { background: var(--sp-green-deep, #037a3f); border-color: var(--sp-green-deep, #037a3f); }
.support-page .sp-btn-send:disabled { opacity: .65; cursor: default; }
.support-page .sp-form-foot { margin: 4px 0 0; font-size: 12px; color: var(--sp-muted, #5c6b83); }
.support-page .sp-form-foot a { color: var(--sp-green, #0a8a45); font-weight: 600; }

/* Dark mode flips --sp-green to a bright mint meant for text, so the filled
   button takes dark ink rather than the white it wears on the light green. */
html[data-theme="dark"] .support-page .sp-btn-send { color: #07110d; }
html[data-theme="dark"] .support-page .sp-modal { background: rgba(3, 12, 8, .62); }

@media (max-width: 560px) {
  .sp-field-row { grid-template-columns: 1fr; }
  .sp-modal { padding: 12px 10px; }
  .sp-modal-card { padding: 18px 16px 20px; border-radius: 14px; }
  .sp-form-actions { flex-direction: column-reverse; }
  .sp-btn-ghost, .sp-btn-send { width: 100%; min-height: 46px; }
}
