:root {
  --ux-ink: #17211f;
  --ux-muted: #62706d;
  --ux-line: #dbe2df;
  --ux-paper: #fbfcfa;
  --ux-wash: #f2f5f2;
  --ux-panel: #ffffff;
  --ux-accent: #087f76;
  --ux-accent-dark: #05655e;
  --ux-accent-soft: #e4f3f0;
  --ux-warm: #ece7dc;
  --ux-radius: 22px;
  --ux-radius-sm: 14px;
  --ux-shadow: 0 24px 60px rgba(26, 42, 38, .09);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ux-paper);
  color: var(--ux-ink);
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: "Onest", Arial, sans-serif; }
* { box-sizing: border-box; }
img { max-width: 100%; }
a, button { -webkit-tap-highlight-color: transparent; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

/* Global navigation */
.top-strip { display: none !important; }
.site-header.ux-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid rgba(219, 226, 223, .85);
  background: rgba(251, 252, 250, .92);
  backdrop-filter: blur(18px);
}
.ux-header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}
.ux-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ux-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.035em;
  text-decoration: none;
  white-space: nowrap;
}
.ux-brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: var(--ux-accent);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
.ux-header .desktop-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.ux-header .desktop-nav a {
  padding: 10px 10px;
  border: 0;
  border-radius: 9px;
  color: #44514e;
  font-size: 13px;
  font-weight: 550;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}
.ux-header .desktop-nav a:hover,
.ux-header .desktop-nav a.is-current { background: var(--ux-accent-soft); color: var(--ux-accent-dark); }
.ux-header .header-actions { display: flex; align-items: center; gap: 8px; }
.ux-header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 12px;
  background: var(--ux-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.ux-header-cta:hover { transform: translateY(-1px); background: #26332f; }
.ux-header .menu-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; }
.ux-header .mobile-nav {
  display: none;
  position: fixed;
  inset: 72px 0 auto;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  padding: 12px max(24px, calc((100vw - 1240px) / 2)) 28px;
  border-bottom: 1px solid var(--ux-line);
  background: rgba(251, 252, 250, .98);
  box-shadow: 0 24px 50px rgba(20, 36, 32, .12);
}
.ux-header .mobile-nav.is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.ux-header .mobile-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 11px 14px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--ux-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.ux-header .mobile-nav a:hover,
.ux-header .mobile-nav a.is-current { background: var(--ux-accent-soft); color: var(--ux-accent-dark); }

/* Shared controls */
.ux-label {
  margin: 0 0 15px;
  color: var(--ux-accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}
.ux-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.ux-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.ux-button:hover { transform: translateY(-2px); }
.ux-button-primary { background: var(--ux-accent); color: #fff; box-shadow: 0 12px 28px rgba(8, 127, 118, .2); }
.ux-button-primary:hover { background: var(--ux-accent-dark); color: #fff; }
.ux-button-quiet { border-color: var(--ux-line); background: rgba(255, 255, 255, .72); color: var(--ux-ink); }
.ux-button-light { background: #fff; color: var(--ux-ink); }
.ux-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ux-ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.ux-text-link span { color: var(--ux-accent); transition: transform .2s ease; }
.ux-text-link:hover span { transform: translateX(3px); }

/* Homepage hero */
.ux-home main { background: var(--ux-paper); }
.ux-hero { padding: clamp(34px, 5vw, 70px) 0 0; background: linear-gradient(180deg, #f7faf7 0%, var(--ux-paper) 74%); }
.ux-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); align-items: center; gap: clamp(42px, 7vw, 98px); }
.ux-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ux-ink);
  font-size: clamp(48px, 4.8vw, 68px);
  font-weight: 650;
  letter-spacing: -.062em;
  line-height: .99;
}
.ux-hero-copy h1 span { display: block; }
.ux-hero-lead { max-width: 600px; margin: 25px 0 27px; color: #4f5d59; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.55; }
.ux-hero-facts { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 24px 0 0; padding: 0; color: var(--ux-muted); font-size: 12px; list-style: none; }
.ux-hero-facts li { position: relative; padding-left: 17px; }
.ux-hero-facts li::before { content: ""; position: absolute; left: 0; top: .52em; width: 7px; height: 7px; border: 2px solid var(--ux-accent); border-radius: 50%; }
.ux-hero-visual { position: relative; min-height: 500px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--ux-warm); box-shadow: var(--ux-shadow); }
.ux-hero-visual picture, .ux-hero-visual img { width: 100%; height: 100%; display: block; }
.ux-hero-visual img { position: absolute; inset: 0; object-fit: cover; object-position: 53% center; }
.ux-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18, 31, 28, .22)); pointer-events: none; }
.ux-hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 15px;
  background: rgba(255, 255, 255, .87);
  color: var(--ux-muted);
  font-size: 12px;
  backdrop-filter: blur(16px);
}
.ux-hero-visual figcaption strong { color: var(--ux-ink); font-size: 13px; font-weight: 650; text-align: right; }
.ux-start-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 46px; border: 1px solid var(--ux-line); border-radius: var(--ux-radius); background: #fff; box-shadow: 0 16px 46px rgba(26,42,38,.06); }
.ux-start-strip a { position: relative; min-height: 126px; display: grid; grid-template-columns: 30px 1fr; align-content: center; column-gap: 9px; padding: 24px; color: var(--ux-ink); text-decoration: none; }
.ux-start-strip a + a { border-left: 1px solid var(--ux-line); }
.ux-start-strip a::after { content: ""; position: absolute; right: 22px; bottom: 18px; width: 0; height: 2px; background: var(--ux-accent); transition: width .25s ease; }
.ux-start-strip a:hover::after { width: 28px; }
.ux-start-strip span { grid-row: 1 / span 2; padding-top: 2px; color: var(--ux-accent); font-size: 11px; font-weight: 700; }
.ux-start-strip strong { font-size: 15px; font-weight: 650; line-height: 1.25; }
.ux-start-strip small { margin-top: 6px; color: var(--ux-muted); font-size: 11px; line-height: 1.4; }

/* Homepage task selector */
.ux-task-section { padding: clamp(90px, 10vw, 150px) 0; }
.ux-task-layout { display: grid; grid-template-columns: minmax(280px, .74fr) minmax(520px, 1.26fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.ux-section-intro { position: sticky; top: 116px; }
.ux-section-intro h2, .ux-section-row h2, .ux-method h2, .ux-regions h2, .ux-direct h2, .ux-faq h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 630;
  letter-spacing: -.052em;
  line-height: 1.04;
}
.ux-section-intro > p:not(.ux-label) { max-width: 440px; margin: 22px 0 28px; color: var(--ux-muted); }
.ux-task-list { border-top: 1px solid var(--ux-line); }
.ux-task-list a { display: grid; grid-template-columns: 46px minmax(0, 1fr) 24px; align-items: center; gap: 18px; min-height: 100px; padding: 19px 4px; border-bottom: 1px solid var(--ux-line); color: var(--ux-ink); text-decoration: none; transition: padding .22s ease, background-color .22s ease; }
.ux-task-list a:hover { padding-right: 14px; padding-left: 14px; background: #f4f7f4; }
.ux-task-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--ux-accent-soft); color: var(--ux-accent-dark); font-size: 13px; font-style: normal; font-weight: 700; }
.ux-task-list strong, .ux-task-list small { display: block; }
.ux-task-list strong { font-size: 17px; font-weight: 630; }
.ux-task-list small { margin-top: 5px; color: var(--ux-muted); font-size: 13px; }
.ux-task-list i { color: var(--ux-accent); font-style: normal; font-size: 19px; }

/* Human assistance */
.ux-method { position: relative; padding: clamp(78px, 9vw, 128px) 0; overflow: hidden; background: var(--ux-ink); color: #fff; }
.ux-method::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -220px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.ux-method-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(64px, 10vw, 150px); align-items: center; }
.ux-method .ux-label { color: #78d5cc; }
.ux-method-copy > p:not(.ux-label) { max-width: 560px; margin: 25px 0 31px; color: #bdc8c5; font-size: 17px; }
.ux-method-steps { margin: 0; padding: 0; counter-reset: method; list-style: none; }
.ux-method-steps li { position: relative; min-height: 116px; padding: 6px 0 28px 74px; border-bottom: 1px solid rgba(255,255,255,.15); counter-increment: method; }
.ux-method-steps li + li { padding-top: 28px; }
.ux-method-steps li::before { content: "0" counter(method); position: absolute; left: 0; top: 5px; color: #78d5cc; font-size: 12px; font-weight: 700; }
.ux-method-steps li + li::before { top: 28px; }
.ux-method-steps span { font-size: 22px; font-weight: 620; letter-spacing: -.025em; }
.ux-method-steps p { margin: 7px 0 0; color: #aebbb7; font-size: 14px; }

/* Services and regions */
.ux-services { padding: clamp(90px, 10vw, 150px) 0; }
.ux-section-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 70px; align-items: end; margin-bottom: 45px; }
.ux-section-row > p { max-width: 440px; margin: 0 0 6px; color: var(--ux-muted); }
.ux-service-table { margin-bottom: 24px; border-top: 1px solid var(--ux-line); }
.ux-service-table a { min-height: 96px; display: grid; grid-template-columns: minmax(220px, .8fr) minmax(300px, 1.2fr) 120px 24px; align-items: center; gap: 24px; padding: 18px 8px; border-bottom: 1px solid var(--ux-line); color: var(--ux-ink); text-decoration: none; transition: background-color .2s ease, padding .2s ease; }
.ux-service-table a:hover { padding-inline: 18px; background: #f4f7f4; }
.ux-service-table strong { font-size: 17px; font-weight: 630; }
.ux-service-table span { color: var(--ux-muted); font-size: 13px; }
.ux-service-table b { font-size: 13px; font-weight: 650; white-space: nowrap; }
.ux-service-table i { color: var(--ux-accent); font-style: normal; font-size: 18px; }
.ux-region-contact { padding: 0 0 clamp(90px, 10vw, 150px); }
.ux-region-contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: 18px; }
.ux-regions, .ux-direct { min-height: 490px; padding: clamp(34px, 5vw, 66px); border-radius: 26px; }
.ux-regions { border: 1px solid var(--ux-line); background: linear-gradient(135deg, #f0f5f2, #f8faf8); }
.ux-regions h2 { max-width: 670px; }
.ux-regions > p:not(.ux-label) { max-width: 630px; margin: 22px 0 35px; color: var(--ux-muted); }
.ux-regions nav { display: flex; flex-wrap: wrap; gap: 8px; }
.ux-regions nav a { min-height: 48px; display: flex; align-items: center; gap: 24px; padding: 0 16px; border: 1px solid var(--ux-line); border-radius: 12px; background: #fff; color: var(--ux-ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.ux-regions nav span { color: var(--ux-accent); }
.ux-direct { display: flex; flex-direction: column; justify-content: flex-end; background: #fff; border: 1px solid var(--ux-line); box-shadow: var(--ux-shadow); }
.ux-direct-status { align-self: flex-start; margin-bottom: auto; padding: 7px 10px; border-radius: 8px; background: var(--ux-accent-soft); color: var(--ux-accent-dark); font-size: 11px; font-weight: 700; }
.ux-direct h2 { max-width: 420px; }
.ux-direct > p { margin: 19px 0 25px; color: var(--ux-muted); }
.ux-direct > small { margin-top: 18px; color: #7a8783; font-size: 11px; }

/* FAQ */
.ux-faq { padding: clamp(75px, 8vw, 110px) 0; border-top: 1px solid var(--ux-line); background: #fff; }
.ux-faq-grid { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(520px, 1.35fr); gap: 80px; }
.ux-faq details { border-bottom: 1px solid var(--ux-line); }
.ux-faq details:first-child { border-top: 1px solid var(--ux-line); }
.ux-faq summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 620; list-style: none; }
.ux-faq summary::-webkit-details-marker { display: none; }
.ux-faq summary::after { content: "+"; color: var(--ux-accent); font-size: 22px; font-weight: 400; }
.ux-faq details[open] summary::after { content: "×"; }
.ux-faq details p { max-width: 680px; margin: -2px 0 22px; color: var(--ux-muted); font-size: 14px; }

/* Student tools as one workspace */
.sd-tools-page main { background: #f6f8f6; }
.sd-tools-page .stw-hero { padding: 62px 0 34px; border: 0; background: var(--ux-paper); }
.sd-tools-page .stw-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); gap: 70px; align-items: end; }
.sd-tools-page .stw-hero-copy h1 { max-width: 730px; margin: 0; font-size: clamp(44px, 5.6vw, 76px); font-weight: 640; letter-spacing: -.06em; line-height: 1; }
.sd-tools-page .stw-hero-copy > p:not(.sd-kicker) { max-width: 650px; margin: 22px 0 0; color: var(--ux-muted); font-size: 17px; }
.sd-tools-page .sd-kicker { color: var(--ux-accent-dark); font-size: 11px; letter-spacing: .08em; }
.sd-tools-page .stw-jump-nav { display: grid; grid-template-columns: repeat(2, 1fr); padding: 8px; border: 1px solid var(--ux-line); border-radius: 18px; background: #fff; box-shadow: none; }
.sd-tools-page .stw-jump-nav a { min-height: 66px; padding: 12px; border: 0; border-radius: 11px; }
.sd-tools-page .stw-jump-nav a:hover { background: var(--ux-accent-soft); }
.sd-tools-page .stw-jump-nav a:last-child { grid-column: 1 / -1; }
.sd-tools-page .stw-jump-nav span { font-size: 13px; }
.sd-tools-page .stw-jump-nav small { font-size: 10px; }
.sd-tools-page .stw-workbench { padding: 42px 0 100px; border: 0; background: #f6f8f6; }
.sd-tools-page .stw-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; align-items: start; }
.sd-tools-page .stw-sidebar { position: sticky; top: 98px; display: grid; gap: 3px; padding: 12px; border: 1px solid var(--ux-line); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: none; backdrop-filter: blur(14px); }
.sd-tools-page .stw-sidebar strong { padding: 9px 10px 12px; font-size: 12px; }
.sd-tools-page .stw-sidebar a { min-height: 43px; display: flex; align-items: center; padding: 0 10px; border-radius: 9px; color: var(--ux-muted); font-size: 12px; text-decoration: none; }
.sd-tools-page .stw-sidebar a:hover { background: var(--ux-accent-soft); color: var(--ux-accent-dark); }
.sd-tools-page .stw-sidebar span { margin-top: 9px; padding: 12px 10px 4px; border-top: 1px solid var(--ux-line); color: #7a8783; font-size: 10px; }
.sd-tools-page .stw-modules { overflow: hidden; border: 1px solid var(--ux-line); border-radius: 24px; background: #fff; }
.sd-tools-page .stw-module { scroll-margin-top: 95px; padding: clamp(28px, 4vw, 54px); border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.sd-tools-page .stw-module + .stw-module { border-top: 1px solid var(--ux-line); }
.sd-tools-page .stw-module-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); gap: 50px; align-items: end; margin-bottom: 30px; }
.sd-tools-page .stw-module-head h2 { margin: 0; font-size: clamp(27px, 3.2vw, 42px); font-weight: 630; letter-spacing: -.045em; line-height: 1.07; }
.sd-tools-page .stw-module-head > p { margin: 0 0 4px; color: var(--ux-muted); font-size: 13px; }
.sd-tools-page .stw-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border: 1px solid var(--ux-line); border-radius: 16px; background: #f7f9f7; }
.sd-tools-page .stw-panel { min-width: 0; padding: 25px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.sd-tools-page .stw-panel + .stw-panel { border-left: 1px solid var(--ux-line); }
.sd-tools-page .stw-form { background: #fff; }
.sd-tools-page .stw-next { padding: 75px 0; background: var(--ux-ink); color: #fff; }
.sd-tools-page .stw-next-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.sd-tools-page .stw-next h2 { color: #fff; }
.sd-tools-page .stw-next p { color: #b7c2bf; }
.sd-tools-page .stw-next nav a { color: #fff; border-color: rgba(255,255,255,.18); }

/* Existing secondary pages share the same shell */
.page-hero { padding: 66px 0 58px; border: 0; background: linear-gradient(180deg, #f5f8f5, var(--ux-paper)); }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.page-title { max-width: 850px; margin: 0; font-size: clamp(42px, 5.6vw, 74px); font-weight: 640; letter-spacing: -.058em; line-height: 1.01; }
.page-lead { max-width: 690px; margin: 23px 0 0; color: var(--ux-muted); font-size: 17px; }
.page-aside { margin: 0 0 8px; padding-left: 22px; border-left: 2px solid var(--ux-accent); color: var(--ux-muted); font-size: 13px; }
.overline { color: var(--ux-accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 74px 0; }
.section-alt { background: #f1f4f1; }
.card { border-color: var(--ux-line); border-radius: 16px; box-shadow: none; }
.pricing-grid { display: grid; grid-template-columns: 1fr !important; gap: 0 !important; border-top: 1px solid var(--ux-line); }
.pricing-grid .price-card { min-height: 105px; display: grid; grid-template-columns: 1.2fr .45fr; align-items: center; gap: 30px; padding: 22px 4px; border: 0; border-bottom: 1px solid var(--ux-line); border-radius: 0; background: transparent; }
.pricing-grid .price-card > div:first-child { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(300px,1.35fr); gap: 36px; align-items: center; }
.pricing-grid .price-card h3, .pricing-grid .price-card p { margin: 0; }
.pricing-grid .price-card h3 { font-size: 18px; }
.pricing-grid .price-card p { color: var(--ux-muted); font-size: 13px; }
.pricing-grid .service-meta { justify-content: flex-end; }
.form-shell { width: min(900px, calc(100% - 48px)); }
.tool-panel { border-color: var(--ux-line); border-radius: 20px; box-shadow: var(--ux-shadow); }
.input, .select, .textarea { border-color: #ccd6d2; border-radius: 11px; background: #fff; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--ux-accent); box-shadow: 0 0 0 3px rgba(8,127,118,.12); outline: 0; }

/* Popup is light, compact and readable */
.community-popup {
  width: min(430px, calc(100vw - 32px));
  right: 22px;
  bottom: 22px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--ux-line);
  border-radius: 22px;
  background: #fff;
  color: var(--ux-ink);
  box-shadow: 0 28px 90px rgba(20,36,32,.2);
}
.community-popup .community-head { padding: 24px 24px 18px; background: linear-gradient(135deg, #e9f5f2, #f6f8f4); }
.community-kicker { color: var(--ux-accent-dark); font-size: 10px; letter-spacing: .08em; }
.community-title { max-width: 330px; margin: 7px 0 0; color: var(--ux-ink); font-size: 25px; font-weight: 650; letter-spacing: -.04em; line-height: 1.08; }
.community-close { top: 17px; right: 17px; color: var(--ux-ink); border-color: rgba(23,33,31,.16); background: rgba(255,255,255,.62); }
.community-text { margin: 0; padding: 20px 24px 12px; color: var(--ux-muted); font-size: 13px; }
.community-benefit { display: block; margin: 0 24px 10px; padding: 14px 15px; border: 0; border-radius: 12px; background: #f5f7f5; }
.community-benefit span { display: block; color: var(--ux-ink); font-size: 12px; font-weight: 700; }
.community-benefit p { margin: 4px 0 0; color: var(--ux-muted); font-size: 11px; }
.community-referral-note { margin: 0; padding: 0 24px; color: #7a8783; font-size: 10px; }
.community-links-label { margin: 14px 24px 8px; color: var(--ux-muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.community-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 0 24px 24px; }
.community-link { min-width: 0; display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 7px; align-items: center; padding: 10px 8px; border: 1px solid var(--ux-line); border-radius: 11px; background: #fff; color: var(--ux-ink); }
.community-link img { width: 28px; height: 28px; }
.community-link strong { font-size: 10px; }
.community-link em { display: none; }

/* Footer */
.ux-footer { padding: 70px 0 100px; border-top: 1px solid #293431; background: var(--ux-ink); color: #fff; }
.ux-footer .footer-grid { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 70px; }
.ux-footer .footer-title { color: #fff; font-size: 22px; letter-spacing: -.035em; }
.ux-footer .footer-text, .ux-footer .copyright { color: #aebbb7; }
.ux-footer .footer-links a { color: #dbe3e0; }
.ux-footer .footer-links a:hover { color: #fff; }
.mobile-contact-bar { z-index: 900; }

@media (max-width: 1180px) {
  .ux-header .desktop-nav, .ux-header .ux-header-cta { display: none; }
  .ux-header .menu-toggle { display: grid; place-items: center; }
  .ux-header-inner { grid-template-columns: auto 1fr auto; }
  .ux-header .header-actions { grid-column: 3; }
  .ux-hero-grid { grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 42px; }
  .ux-start-strip a { padding: 19px; }
  .ux-service-table a { grid-template-columns: minmax(180px,.75fr) minmax(260px,1.25fr) 110px 18px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 760px); }
  .ux-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .ux-hero-copy h1 { max-width: 760px; }
  .ux-hero-visual { min-height: 410px; }
  .ux-start-strip { grid-template-columns: repeat(2, 1fr); }
  .ux-start-strip a:nth-child(3) { border-left: 0; border-top: 1px solid var(--ux-line); }
  .ux-start-strip a:nth-child(4) { border-top: 1px solid var(--ux-line); }
  .ux-task-layout, .ux-method-grid, .ux-section-row, .ux-region-contact-grid, .ux-faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .ux-section-intro { position: static; }
  .ux-method-grid { gap: 60px; }
  .ux-service-table a { grid-template-columns: minmax(180px,.75fr) minmax(260px,1.25fr) 100px 18px; }
  .ux-regions, .ux-direct { min-height: 420px; }
  .sd-tools-page .stw-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .sd-tools-page .stw-layout { grid-template-columns: 1fr; }
  .sd-tools-page .stw-sidebar { position: static; display: flex; overflow-x: auto; }
  .sd-tools-page .stw-sidebar strong, .sd-tools-page .stw-sidebar span { display: none; }
  .sd-tools-page .stw-sidebar a { white-space: nowrap; }
  .sd-tools-page .stw-module-head { grid-template-columns: 1fr; gap: 12px; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .page-aside { max-width: 650px; }
  .ux-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .ux-footer .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container, .form-shell { width: min(100% - 28px, 560px); }
  body { font-size: 15px; }
  .site-header.ux-header, .ux-header-inner { min-height: 64px; }
  .ux-header .mobile-nav { inset: 64px 0 auto; max-height: calc(100vh - 64px); grid-template-columns: 1fr !important; padding: 10px 14px 18px; }
  .ux-header .mobile-nav a { min-height: 45px; }
  .ux-brand { font-size: 16px; }
  .ux-brand-mark { width: 30px; height: 30px; }
  .ux-hero { padding-top: 35px; }
  .ux-hero-copy h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
  .ux-hero-lead { margin: 19px 0 22px; font-size: 16px; }
  .ux-actions { align-items: stretch; }
  .ux-button { min-height: 48px; flex: 1 1 150px; padding-inline: 15px; }
  .ux-hero-facts { display: grid; gap: 7px; margin-top: 19px; }
  .ux-hero-visual { min-height: 250px; max-height: 300px; border-radius: 20px; box-shadow: 0 16px 40px rgba(26,42,38,.1); }
  .ux-hero-visual img { object-position: 62% 57%; }
  .ux-hero-visual figcaption { right: 10px; bottom: 10px; left: 10px; display: block; padding: 11px 12px; border-radius: 11px; }
  .ux-hero-visual figcaption span, .ux-hero-visual figcaption strong { display: block; text-align: left; }
  .ux-hero-visual figcaption span { font-size: 10px; }
  .ux-hero-visual figcaption strong { margin-top: 2px; font-size: 11px; }
  .ux-hero-visual { display: none; }
  .ux-start-strip { grid-template-columns: 1fr; margin-top: 24px; border-radius: 17px; }
  .ux-start-strip a { min-height: 88px; padding: 17px; }
  .ux-start-strip a + a { border-top: 1px solid var(--ux-line); border-left: 0; }
  .ux-task-section { padding: 80px 0; }
  .ux-section-intro h2, .ux-section-row h2, .ux-method h2, .ux-regions h2, .ux-direct h2, .ux-faq h2 { font-size: 36px; }
  .ux-task-list a { grid-template-columns: 42px minmax(0,1fr) 16px; gap: 13px; min-height: 92px; padding: 15px 0; }
  .ux-task-list strong { font-size: 15px; }
  .ux-task-list small { font-size: 11px; line-height: 1.45; }
  .ux-task-icon { width: 40px; height: 40px; }
  .ux-method { padding: 78px 0; }
  .ux-method-steps li { padding-left: 48px; }
  .ux-method-steps span { font-size: 19px; }
  .ux-section-row { margin-bottom: 28px; }
  .ux-service-table a { grid-template-columns: 1fr auto; gap: 8px 16px; min-height: 100px; padding: 17px 2px; }
  .ux-service-table strong { grid-column: 1; font-size: 15px; }
  .ux-service-table span { grid-column: 1 / -1; grid-row: 2; font-size: 11px; }
  .ux-service-table b { grid-column: 2; grid-row: 1; font-size: 11px; }
  .ux-service-table i { grid-column: 2; grid-row: 2; text-align: right; }
  .ux-regions, .ux-direct { min-height: 0; padding: 27px 22px; border-radius: 19px; }
  .ux-regions nav { display: grid; }
  .ux-regions nav a { justify-content: space-between; }
  .ux-direct-status { margin-bottom: 70px; }
  .ux-faq-grid { gap: 30px; }
  .sd-tools-page .stw-hero { padding: 42px 0 25px; }
  .sd-tools-page .stw-hero-copy h1 { font-size: 43px; }
  .sd-tools-page .stw-jump-nav { grid-template-columns: 1fr; }
  .sd-tools-page .stw-jump-nav a:last-child { grid-column: auto; }
  .sd-tools-page .stw-workbench { padding: 22px 0 72px; }
  .sd-tools-page .stw-modules { border-radius: 18px; }
  .sd-tools-page .stw-module { padding: 29px 18px 36px; }
  .sd-tools-page .stw-tool-grid { grid-template-columns: 1fr; }
  .sd-tools-page .stw-panel { padding: 19px 16px; }
  .sd-tools-page .stw-panel + .stw-panel { border-top: 1px solid var(--ux-line); border-left: 0; }
  .sd-tools-page .stw-next-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-hero { padding: 44px 0 38px; }
  .page-title { font-size: 42px; }
  .page-lead { font-size: 15px; }
  .pricing-grid .price-card, .pricing-grid .price-card > div:first-child { grid-template-columns: 1fr; gap: 12px; }
  .pricing-grid .service-meta { justify-content: space-between; }
  .community-popup { position: fixed; width: 100%; right: 0; bottom: 0; max-height: min(82vh, 610px); overflow-y: auto; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 22px 22px 0 0; }
  .community-popup .community-head { padding: 21px 18px 16px; }
  .community-title { max-width: calc(100% - 38px); font-size: 23px; }
  .community-text { padding: 17px 18px 10px; }
  .community-benefit { margin-inline: 18px; }
  .community-referral-note { padding-inline: 18px; }
  .community-links-label { margin-inline: 18px; }
  .community-links { padding: 0 18px 22px; }
  .ux-footer { padding: 58px 0 110px; }
  .ux-footer .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .ux-footer .footer-grid > :first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
