@import url("../../styles.css");

:root {
  --shift-ink: #0a1630;
  --shift-navy: #071530;
  --shift-blue: #2189f4;
  --shift-cyan: #43d0f5;
  --shift-indigo: #4e5dd8;
  --shift-amber: #d89a3c;
  --shift-paper: #f5f8fc;
  --shift-line: #d5dfeb;
  --shift-muted: #5c6c80;
}

body { color: var(--shift-ink); background: var(--shift-paper); }

.shifttotal-site,
.shifttotal-doc { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }

.shifttotal-language { margin: 18px 0 0; }
.shifttotal-language a.active,
.shifttotal-site .button.primary { border-color: var(--shift-navy); background: var(--shift-navy); }

.shifttotal-hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(230px, 0.52fr); gap: clamp(30px, 7vw, 88px); align-items: center; padding: 48px 0 84px; }
.shifttotal-brand-lockup { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--shift-navy); font-weight: 800; }
.shifttotal-brand-lockup img,
.shifttotal-doc-heading > img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 10px 24px rgba(7, 21, 48, 0.16); }
.shifttotal-hero h1 { max-width: 13ch; margin: 0; color: var(--shift-navy); font-size: clamp(2.25rem, 4vw, 3.5rem); font-weight: 690; line-height: 1.06; }
.shifttotal-hero .lead { max-width: 58ch; margin: 20px 0 0; color: var(--shift-muted); font-size: 1.06rem; line-height: 1.7; }
.shifttotal-local-note { max-width: 58ch; margin: 14px 0 0; color: #26405d; font-weight: 650; line-height: 1.65; }
.shifttotal-release-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; color: #36506d; font-size: 0.86rem; font-weight: 730; }
.shifttotal-release-list span { padding: 8px 10px; border: 1px solid var(--shift-line); background: rgba(255, 255, 255, 0.78); }
.shifttotal-hero-shot { justify-self: center; display: block; width: min(100%, 290px); height: auto; box-shadow: 0 22px 42px rgba(7, 21, 48, 0.12); }

.shifttotal-workflow-heading { max-width: 700px; padding: 58px 0 34px; border-top: 1px solid var(--shift-line); }
.shifttotal-workflow-heading h2,
.shifttotal-feature h2,
.shifttotal-privacy-band h2,
.shifttotal-pro h2,
.shifttotal-faq h2 { max-width: 18ch; margin: 0; color: var(--shift-navy); font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.12; }
.shifttotal-feature { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.42fr); gap: clamp(30px, 9vw, 120px); align-items: center; padding: 70px 0; border-top: 1px solid var(--shift-line); }
.shifttotal-feature.alternate .shifttotal-feature-copy { order: 2; }
.shifttotal-feature.alternate > img { order: 1; }
.shifttotal-feature-copy > span { display: inline-block; margin-bottom: 15px; color: var(--shift-blue); font-size: 0.82rem; font-weight: 850; letter-spacing: 0.08em; }
.shifttotal-feature-copy p,
.shifttotal-pro p { max-width: 58ch; color: var(--shift-muted); line-height: 1.74; }
.shifttotal-feature > img { justify-self: center; display: block; width: min(100%, 270px); height: auto; }
.shifttotal-feature .text-link { display: inline-block; margin-top: 8px; color: #126fc9; font-weight: 760; }

.shifttotal-privacy-band { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.65fr) auto; gap: 34px; align-items: end; margin-top: 10px; padding: 58px clamp(24px, 5vw, 62px); background: var(--shift-navy); color: #edf5ff; }
.shifttotal-privacy-band .eyebrow { color: var(--shift-cyan); }
.shifttotal-privacy-band h2 { color: #fff; }
.shifttotal-privacy-band ul { margin: 0; padding-left: 18px; color: #c7d8ec; line-height: 1.62; }
.shifttotal-privacy-band .button { border-color: #7e9bbb; background: #fff; color: var(--shift-navy); }

.shifttotal-pro,
.shifttotal-faq { padding: 72px 0; border-top: 1px solid var(--shift-line); }
.shifttotal-faq details { padding: 18px 0; border-top: 1px solid var(--shift-line); }
.shifttotal-faq details:last-child { border-bottom: 1px solid var(--shift-line); }
.shifttotal-faq summary { color: var(--shift-navy); font-weight: 760; cursor: pointer; }
.shifttotal-faq details p { max-width: 68ch; color: var(--shift-muted); line-height: 1.7; }

.shifttotal-doc { padding: 22px 0 82px; }
.shifttotal-doc-article { max-width: 820px; margin: 34px auto 0; }
.shifttotal-doc-heading { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 30px; border-bottom: 1px solid var(--shift-line); }
.shifttotal-doc-heading h1 { margin: 4px 0 8px; color: var(--shift-navy); font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; }
.shifttotal-doc-heading p:last-child { margin: 0; color: var(--shift-muted); line-height: 1.65; }
.shifttotal-doc-shot { display: block; width: min(100%, 270px); height: auto; margin: 34px auto 0; }
.shifttotal-doc-content { padding-top: 28px; color: var(--shift-ink); line-height: 1.76; }
.shifttotal-doc-content h2 { margin: 40px 0 12px; color: var(--shift-navy); font-size: clamp(1.36rem, 2.4vw, 1.8rem); line-height: 1.2; }
.shifttotal-doc-content h3 { margin: 30px 0 8px; color: var(--shift-navy); font-size: 1.16rem; }
.shifttotal-doc-content p { max-width: 70ch; }
.shifttotal-doc-content li { margin: 7px 0; }
.shifttotal-doc-content code { padding: 2px 5px; border-radius: 3px; background: #e8eef7; color: #173a63; }
.shifttotal-doc-content a { color: #126fc9; font-weight: 740; }

@media (max-width: 820px) {
  .shifttotal-hero,
  .shifttotal-feature,
  .shifttotal-privacy-band { grid-template-columns: 1fr; }
  .shifttotal-hero { padding-bottom: 60px; }
  .shifttotal-hero-shot,
  .shifttotal-feature > img { justify-self: start; }
  .shifttotal-feature.alternate .shifttotal-feature-copy,
  .shifttotal-feature.alternate > img { order: initial; }
  .shifttotal-privacy-band { align-items: start; }
}

@media (max-width: 560px) {
  .shifttotal-site,
  .shifttotal-doc { width: min(calc(100% - 28px), 1080px); }
  .shifttotal-hero h1 { font-size: 2.2rem; }
  .shifttotal-feature,
  .shifttotal-pro,
  .shifttotal-faq { padding: 52px 0; }
  .shifttotal-privacy-band { margin-inline: -14px; padding: 44px 22px; }
}
