:root {
  --mint: #1abc9c;
  --mint-soft: rgba(26, 188, 156, 0.14);
  --ink: #111;
  --muted: #666d69;
  --line: #e8ebe9;
}

* { box-sizing: border-box; }
body.faq-page, body.contact-page { min-width: 0; margin: 0; background: #f7f8f7; color: var(--ink); overflow-x: hidden; animation: none; }
.legacy-nav { display: none !important; }
.site-nav { position: fixed; z-index: 50; top: 16px; left: 50%; width: min(560px, calc(100% - 32px)); height: 72px; transform: translateX(-50%); background: rgba(241, 243, 242, 0.94); border: 1px solid rgba(17, 17, 17, 0.06); border-radius: 28px; box-shadow: 0 10px 30px rgba(17, 35, 30, 0.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: top .25s, height .25s, background .25s, box-shadow .25s; }
.site-nav.scrolled { top: 10px; height: 66px; background: rgba(241, 243, 242, 0.9); box-shadow: 0 14px 38px rgba(17, 35, 30, 0.13); }
.site-nav .nav-inner { width: 100%; height: 100%; padding: 0 12px 0 24px; display: flex; align-items: center; justify-content: space-between; }
.site-nav .nav-brand { display: flex; align-items: center; text-decoration: none; }
.site-nav .nav-brand img { display: block; width: 142px; height: auto; filter: brightness(0) saturate(100%) invert(71%) sepia(88%) saturate(4265%) hue-rotate(130deg) brightness(101%) contrast(80%); }
.site-nav .nav-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; line-height: 1; text-decoration: none; transition: transform .2s, background .2s; }
.site-nav .nav-btn:hover { transform: translateY(-2px); background: #2b2b2b; }
.site-nav a:focus-visible, .contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible, .contact-form button:focus-visible { outline: 3px solid rgba(26, 188, 156, 0.42); outline-offset: 3px; }

.support-hero { position: relative; overflow: hidden; isolation: isolate; margin-bottom: 52px; padding: clamp(42px, 7vw, 72px); border-radius: 36px; background: #111; color: #fff; box-shadow: 0 28px 70px rgba(33, 38, 36, 0.16); }
.support-hero::before, .support-hero::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }
.support-hero::before { width: 290px; height: 290px; left: -145px; top: -165px; background: rgba(26, 188, 156, 0.19); }
.support-hero::after { width: 210px; height: 210px; right: -85px; bottom: -120px; border: 40px solid rgba(26, 188, 156, 0.12); }
.support-eyebrow { margin-bottom: 18px; color: var(--mint); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.support-hero h1 { max-width: none; margin: 0; color: #fff; font-size: clamp(54px, 8vw, 88px); line-height: .94; letter-spacing: -.06em; }
.support-hero p { max-width: 670px; margin: 26px 0 0; color: #d7d9d8; font-size: 19px; line-height: 1.55; }

body.faq-page main { width: min(920px, calc(100% - 48px)); max-width: none; margin: 0 auto; padding: 138px 0 105px; }
body.faq-page main > h2 { margin: 0; padding: 28px 0 12px; border-top: 1px solid var(--line); color: var(--ink); font-size: clamp(24px, 3vw, 32px); letter-spacing: -.025em; }
body.faq-page main > p, body.faq-page main > ul { margin-top: 0; margin-bottom: 30px; color: #555d59; font-size: 17px; line-height: 1.7; }
body.faq-page main li { margin: 7px 0; }
body.faq-page main li::marker { color: var(--mint); }
body.faq-page .doc-link { color: #11836b; font-weight: 700; text-underline-offset: 3px; }
body.faq-page .faq-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; font-size: 17px; }
body.faq-page .faq-table th { text-align: left; padding: 12px 16px; border-bottom: 2px solid var(--line); color: var(--ink); font-weight: 700; }
body.faq-page .faq-table td { padding: 10px 16px; border-bottom: 1px solid var(--line); color: #555d59; }
body.faq-page .faq-table td strong { color: var(--ink); }

body.contact-page main { display: block; width: min(1120px, calc(100% - 48px)); max-width: none; margin: 0 auto; padding: 138px 0 105px; }
.contact-layout { display: grid; min-width: 0; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); overflow: hidden; border-radius: 36px; background: #fff; box-shadow: 0 28px 70px rgba(33, 38, 36, 0.14); }
.contact-intro { position: relative; min-width: 0; overflow: hidden; isolation: isolate; padding: clamp(42px, 6vw, 72px); background: #111; color: #fff; }
.contact-intro::after { content: ''; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -145px; border: 48px solid rgba(26, 188, 156, .13); border-radius: 50%; z-index: -1; }
.contact-intro h1 { max-width: none; margin: 0; color: #fff; font-size: clamp(52px, 6.5vw, 78px); line-height: .94; letter-spacing: -.06em; }
.contact-intro > p { margin: 26px 0 42px; color: #c7ccca; font-size: 18px; line-height: 1.55; }
.contact-detail { padding: 20px 0; border-top: 1px solid #303432; }
.contact-detail span, .contact-detail strong { display: block; }
.contact-detail span { color: #8f9793; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail strong, .contact-detail a { margin-top: 7px; color: #fff; font-size: 17px; text-decoration: none; }
.contact-detail a:hover { color: var(--mint); }
.contact-form-wrap { min-width: 0; padding: clamp(38px, 5.5vw, 64px); }
.contact-form-wrap h2 { margin: 0 0 10px; color: var(--ink); font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; }
.contact-form-wrap > p { margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field label { color: #343b38; font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #dfe4e1; border-radius: 14px; background: #f7f8f7; color: var(--ink); padding: 14px 16px; font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.field input, .field select { min-height: 52px; }
.field textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #c9d0cc; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint); background: #fff; box-shadow: 0 0 0 4px rgba(26, 188, 156, .11); outline: 0; }
.contact-submit { min-height: 52px; border: 0; border-radius: 999px; background: var(--mint); color: #111; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.contact-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(26, 188, 156, .24); }
.contact-status { min-height: 22px; margin: -4px 4px 0; color: #11836b; font-size: 14px; line-height: 1.45; }

.support-footer-logo { display: inline-flex; align-items: center; margin-right: 8px; vertical-align: middle; }
.support-footer-logo img { width: 108px; height: auto; filter: brightness(0) saturate(100%) invert(71%) sepia(88%) saturate(4265%) hue-rotate(130deg) brightness(101%) contrast(80%); }

@media (max-width: 900px) {
  .site-nav { top: 10px; width: calc(100% - 24px); height: 64px; border-radius: 24px; }
  .site-nav.scrolled { top: 8px; height: 62px; }
  .site-nav .nav-inner { padding: 0 9px 0 20px; }
  .site-nav .nav-btn { min-height: 44px; padding: 0 18px; }
  body.faq-page main, body.contact-page main { width: min(calc(100% - 32px), 760px); padding-top: 112px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 560px) {
  .site-nav .nav-brand img { width: 128px; }
  .site-nav .nav-btn { padding: 0 15px; font-size: 13px; }
  body.faq-page main, body.contact-page main { width: calc(100% - 28px); padding: 96px 0 78px; }
  .support-hero { margin-bottom: 40px; padding: 38px 24px; border-radius: 28px; }
  .support-hero h1 { font-size: 54px; }
  .support-hero p { font-size: 17px; }
  .contact-layout { border-radius: 28px; }
  .contact-intro, .contact-form-wrap { padding: 38px 24px; }
  .contact-intro h1 { font-size: 54px; }
  .contact-intro h1, .contact-form-wrap h2, .contact-intro > p, .contact-form-wrap > p { overflow-wrap: anywhere; }
  .form-row { grid-template-columns: 1fr; }
}
