/* Team adoption guide. Shared header/avatar kit remains owned by style.css. */
.teams-page {
  --teams-ink: #193347;
  --teams-muted: #566b79;
  --teams-line: #dce4e9;
  --teams-blue: #286282;
  --color-bg: #fff;
  --color-text: var(--teams-ink);
  --color-text-2: var(--teams-muted);
  background: #fff;
}
.teams-page .site-header {
  --vh-hdr-ink: #193347;
  --vh-hdr-bg: #fff;
  --vh-hdr-edge: #dce4e9;
  --vh-hdr-ctrl-bed: #f4f7f9;
  --vh-hdr-ctrl-edge: #dce4e9;
  --vh-hdr-ctrl-ink: #193347;
  --vh-hdr-ctrl-ink-hover: #193347;
  --vh-hdr-ctrl-on-bed: #193347;
  --vh-hdr-ctrl-on-ink: #fff;
  color: var(--teams-ink);
  background: #fff;
  border-bottom-color: var(--teams-line);
}
.teams-page::before { display: none; }
.teams-page .brand { color: var(--teams-ink); text-shadow: none; }
.teams-main { flex: 1 0 auto; }
.teams-main .wrap { max-width: 1240px; padding-inline: 48px; }
.teams-main a { text-decoration: none; }
.teams-main button { font: inherit; cursor: pointer; }
.teams-main svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.teams-main a, .teams-main button, .teams-main summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.teams-main :is(a, button, summary):focus-visible { outline: 3px solid #285bd4; outline-offset: 5px; }
.teams-main section[id], .tool-group { scroll-margin-top: 86px; }
.teams-hero { padding-top: 54px; padding-bottom: 44px; }
.page-context { color: var(--teams-blue); font-size: 14px; font-weight: 700; margin-bottom: 25px; }
.hero-intro { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; }
.hero-intro h1 { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.2; letter-spacing: -.045em; font-weight: 780; }
.hero-intro h1 span { display: block; }
.hero-note > p { font-size: 16px; color: var(--teams-muted); line-height: 1.9; max-width: 390px; }
.hero-actions { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; gap: 12px 22px; margin-top: 25px; animation: none; }
.teams-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 24px; padding: 13px 20px; border-radius: 999px; font-size: 14px; line-height: 1.5; font-weight: 750; border: 1px solid transparent; transition: background .18s, border-color .18s; }
.is-primary { background: var(--teams-ink); color: #fff; }
.is-primary:hover { background: #28526c; }
.is-outline { border-color: #b9cbd6; color: var(--teams-ink); background: #fff; }
.is-outline:hover { border-color: var(--teams-blue); background: #f1f6f9; }
.is-white { background: #fff; color: var(--teams-ink); }
.is-white:hover { background: #dcebf5; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.theme-culture { --area-bg: #dcebf5; --area-ink: #286282; }
.theme-growth { --area-bg: #e1efe5; --area-ink: #326b51; }
.theme-performance { --area-bg: #e6eafa; --area-ink: #405cac; }
.theme-rewards { --area-bg: #efe3f2; --area-ink: #7a518d; }
.area-previews { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 46px; }
.area-preview { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; border-radius: 16px; padding: 13px 24px 24px; background: var(--area-bg); transition: box-shadow .2s; }
.area-preview:hover { box-shadow: inset 0 0 0 1px var(--area-ink); }
.area-preview > img { width: 164px; height: 150px; max-width: 100%; object-fit: contain; align-self: center; transition: transform .25s; }
.area-preview:hover > img { transform: translateY(-5px); }
.area-preview.theme-growth > img { scale: 1.12; }
.area-preview h2 { font-size: 25px; line-height: 1.3; font-weight: 760; letter-spacing: -.03em; margin-top: 10px; }
.area-preview p { font-size: 12px; color: #405867; line-height: 1.6; margin-top: 6px; padding-right: 16px; }
.area-preview > svg { position: absolute; right: 21px; top: 20px; color: var(--area-ink); width: 19px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px 32px; margin-bottom: 28px; }
.section-heading h2, .faq-intro h2 { font-size: 32px; line-height: 1.35; letter-spacing: -.035em; font-weight: 760; }
.section-heading p, .faq-intro > p { font-size: 15px; line-height: 1.8; color: var(--teams-muted); }
.adoption-section { padding-top: 48px; padding-bottom: 58px; }
.adoption-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--teams-line); border-radius: 20px; overflow: hidden; }
.adoption-option { padding: 32px 36px; display: flex; flex-direction: column; }
.with-consultant { background: #edf4f8; border-left: 1px solid var(--teams-line); }
.option-top { display: flex; align-items: center; gap: 14px; margin-bottom: 21px; }
.option-top img { object-fit: contain; }
.option-label { font-size: 13px; color: var(--teams-muted); font-weight: 650; }
.option-top .consultant-mark { width: 56px; height: 56px; stroke: var(--teams-blue); stroke-width: 1.6; }
.adoption-option h3 { font-size: 27px; font-weight: 760; letter-spacing: -.03em; line-height: 1.4; }
.adoption-option > p { color: var(--teams-muted); font-size: 15px; line-height: 1.9; margin-top: 14px; margin-bottom: 27px; }
.option-actions { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.option-note { display: flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--teams-muted); }
.tools-section { padding-top: 42px; padding-bottom: 66px; }
.tools-section .section-heading p { margin-top: 9px; }
.tools-section .section-heading > a { align-self: flex-end; }
.tool-groups { border-top: 1px solid var(--teams-line); }
.tool-group { border-bottom: 1px solid var(--teams-line); }
.tool-group > summary { display: grid; grid-template-columns: 165px 1fr 24px; align-items: center; gap: 24px; padding: 28px 24px; cursor: pointer; list-style: none; transition: background .18s; }
.tool-group > summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.tool-group > summary:hover, .tool-group[open] > summary { background: var(--area-bg); }
.tool-group:target > summary { box-shadow: inset 3px 0 0 var(--area-ink); }
.group-label { display: flex; flex-direction: column; gap: 3px; color: var(--area-ink); font-size: 16px; font-weight: 750; }
.tool-count { font-size: 12px; font-weight: 550; color: #405867; }
.group-question { font-size: 23px; font-weight: 690; letter-spacing: -.02em; line-height: 1.45; }
.disclosure-icon { transition: transform .2s; }
details[open] > summary > .disclosure-icon { transform: rotate(45deg); }
.tool-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 22px; padding: 16px 14px 20px; }
.tool-link { display: grid; grid-template-columns: 48px minmax(0, 1fr) 20px; gap: 16px; align-items: center; border-radius: 10px; padding: 18px 14px; min-height: 94px; }
.tool-link:hover { background: #f3f7f9; }
.tool-link img { object-fit: contain; }
.tool-link strong { font-size: 16px; font-weight: 740; line-height: 1.5; display: block; }
.tool-purpose { display: block; color: var(--teams-muted); font-size: 13px; margin-top: 4px; line-height: 1.65; }
.tool-link > svg { width: 18px; color: var(--area-ink); }
.contact-section { padding-top: 12px; padding-bottom: 66px; }
.contact-surface { background: var(--teams-ink); color: #fff; border-radius: 22px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; padding: 48px; }
.contact-label { color: #ccdce6; font-size: 13px; font-weight: 600; margin-bottom: 21px; }
.contact-copy h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.3; letter-spacing: -.035em; font-weight: 740; }
.contact-copy h2 span { display: block; }
.contact-copy > p:last-child { color: #d3e0e8; margin-top: 23px; font-size: 15px; line-height: 1.85; max-width: 350px; }
.contact-reply { padding-left: 36px; border-left: 1px solid #486171; }
.contact-reply h3 { font-size: 16px; font-weight: 700; margin-bottom: 17px; }
.inquiry-list { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 25px; }
.inquiry-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; color: #d3e0e8; }
.inquiry-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #a9cfe5; flex-shrink: 0; }
.contact-reply .teams-button { width: 100%; }
.email-line { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; column-gap: 12px; margin-top: 14px; }
.email-line > span { font-size: 14px; color: #d3e0e8; }
.copy-email { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 0; color: #fff; padding: 10px 0; min-height: 44px; font-size: 12px !important; }
.copy-email svg { width: 16px; height: 16px; }
.copy-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.copy-status { min-height: 22px; color: #bce7d8; font-size: 12px; }
.teams-faq { display: grid; grid-template-columns: 1fr 1.75fr; gap: 64px; padding-top: 23px; padding-bottom: 88px; }
.faq-intro > p { margin-top: 12px; }
.faq-intro > a { margin-top: 15px; color: var(--teams-blue); }
.faq-list { border-top: 1px solid var(--teams-line); }
.faq-list details { border-bottom: 1px solid var(--teams-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; font-size: 16px; line-height: 1.6; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list details > p { font-size: 14px; line-height: 1.9; color: var(--teams-muted); padding-right: 32px; margin-bottom: 22px; }
.faq-list details > a { margin: -8px 0 16px; color: var(--teams-blue); }
.teams-page .site-footer { background: #fff; border-top: 1px solid var(--teams-line); color: var(--teams-muted); }
.teams-page .copy-dialog textarea { font-size: 16px; }
.teams-page .copy-dialog button { min-height: 44px; }
@media (min-width: 1440px) { .teams-hero { padding-top: 70px; } }
@media (max-width: 1000px) {
  .teams-main .wrap { padding-inline: 32px; }
  .hero-intro { gap: 30px; grid-template-columns: 1.3fr 1fr; }
  .hero-intro h1 { font-size: 43px; }
  .hero-note > p { font-size: 15px; }
  .area-preview { padding-inline: 18px; }
  .area-preview > img { height: 130px; }
  .area-preview h2 { font-size: 22px; }
  .area-preview > svg { right: 16px; width: 16px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2, .faq-intro h2 { font-size: 28px; }
  .adoption-option { padding: 28px; }
  .adoption-option h3 { font-size: 25px; }
  .group-question { font-size: 20px; }
  .tool-group > summary { grid-template-columns: 130px 1fr 24px; }
  .contact-surface { gap: 32px; padding: 36px; }
  .contact-reply { padding-left: 28px; }
  .teams-faq { gap: 36px; }
}
@media (max-width: 760px) {
  .teams-main .wrap { padding-inline: 24px; }
  .teams-hero { padding-top: 34px; padding-bottom: 26px; }
  .page-context { margin-bottom: 18px; font-size: 13px; }
  .hero-intro { grid-template-columns: 1fr; gap: 22px; }
  .hero-intro h1 { font-size: clamp(32px, 5.5vw, 43px); }
  .hero-note > p { max-width: 520px; }
  .hero-actions { margin-top: 19px; }
  .area-previews { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
  .area-preview { padding: 12px 18px 19px; }
  .area-preview > img { height: 115px; width: 130px; }
  .area-preview h2 { margin-top: 3px; font-size: 23px; }
  .area-preview p { padding-right: 0; font-size: 12px; }
  :root[lang='en'] .area-preview h2 { font-size: 21px; }
  .section-heading { flex-direction: column; gap: 10px; margin-bottom: 22px; }
  .section-heading h2, .faq-intro h2 { font-size: 27px; }
  .section-heading p { font-size: 14px; }
  .adoption-section { padding-top: 32px; padding-bottom: 35px; }
  .adoption-options { grid-template-columns: 1fr; }
  .adoption-option { padding: 28px; }
  .with-consultant { border-left: 0; border-top: 1px solid var(--teams-line); }
  .option-top { margin-bottom: 17px; }
  .adoption-option h3 { font-size: 25px; }
  .tools-section { padding-top: 30px; padding-bottom: 40px; }
  .tools-section .section-heading > a { align-self: flex-start; }
  .tool-group > summary { grid-template-columns: 1fr 24px; gap: 12px 20px; padding: 23px 16px; }
  .group-label { flex-direction: row; align-items: center; gap: 10px; grid-column: 1; font-size: 13px; }
  .tool-count { font-size: 11px; }
  .group-question { grid-column: 1; font-size: 20px; }
  .tool-group > summary > svg { grid-column: 2; grid-row: 1 / 3; }
  .tool-list { grid-template-columns: 1fr; gap: 0; padding: 7px 0 12px; }
  .tool-link { gap: 12px; padding: 16px 12px; }
  .contact-section { padding-top: 12px; padding-bottom: 44px; }
  .contact-surface { grid-template-columns: 1fr; padding: 29px 25px 22px; gap: 28px; }
  .contact-copy h2 { font-size: 30px; }
  .contact-copy > p:last-child { margin-top: 18px; max-width: none; font-size: 14px; }
  .contact-label { margin-bottom: 18px; }
  .contact-reply { border-left: 0; border-top: 1px solid #486171; padding: 25px 0 0; }
  .teams-faq { grid-template-columns: 1fr; gap: 25px; padding-top: 15px; padding-bottom: 52px; }
  .faq-list summary { font-size: 15px; padding: 22px 0; }
}
@media (max-width: 374px) {
  .teams-main .wrap { padding-inline: 18px; }
  .hero-intro h1 { font-size: 29px; }
  .adoption-option { padding: 23px; }
  .teams-button { gap: 16px; padding-inline: 17px; }
  .area-preview { padding-inline: 14px; }
}
@media (max-width: 420px) {
  .teams-page .site-header { --vh-hdr-pad-x-narrow: 16px; --vh-hdr-tools-gap: 5px; }
  .teams-page .header-inner { flex-wrap: nowrap; gap: 8px; }
  .teams-page .brand { gap: 5px; flex: 0 1 auto; min-width: 0; }
  .teams-page .brand-mark { width: 26px; height: 26px; flex-shrink: 0; }
  .teams-page .brand-wordmark { font-size: 15px; max-width: none; }
  .teams-page .vh-login { font-size: 11px; padding-inline: 9px; }
}
@media (max-width: 374px) {
  .teams-page .site-header { --vh-hdr-pad-x-narrow: 12px; }
  .teams-page .header-inner { gap: 6px; }
  .teams-page .header-nav { gap: 4px; }
  .teams-page .brand { gap: 4px; }
  .teams-page .brand-mark { width: 24px; height: 24px; }
  .teams-page .brand-wordmark { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .teams-main *, .teams-main *::before, .teams-main *::after { transition: none !important; }
}
