:root {
  --got-bg: #f7f9fb;
  --got-surface: #ffffff;
  --got-surface-low: #f2f4f6;
  --got-surface-mid: #eceef0;
  --got-border: #e0e3e5;
  --got-border-strong: #c6c6cd;
  --got-ink: #191c1e;
  --got-muted: #45464d;
  --got-subtle: #76777d;
  --got-blue: #0051d5;
  --got-blue-2: #316bf3;
  --got-navy: #131b2e;
  --got-danger: #ba1a1a;
  --got-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  --got-shadow-soft: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.got-design {
  margin: 0;
  background: var(--got-bg);
  color: var(--got-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.got-design * {
  box-sizing: border-box;
}

.got-design a {
  color: inherit;
  text-decoration: none;
}

.got-design img {
  display: block;
  max-width: 100%;
  height: auto;
}

.got-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.got-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--got-border);
  backdrop-filter: blur(16px);
}

.got-nav {
  width: min(1280px, calc(100% - 48px));
  height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.got-brand,
.got-footer-brand {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--got-ink);
}

.got-brand span,
.got-footer-brand span {
  color: var(--got-blue);
}

.got-nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 500;
  color: var(--got-muted);
}

.got-nav-links a {
  position: relative;
  padding: 29px 0;
}

.got-nav-links a:hover,
.got-nav-links .is-active {
  color: var(--got-blue);
}

.got-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--got-blue);
}

.got-nav-cta,
.got-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--got-blue);
  border-radius: 6px;
  background: var(--got-blue);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 81, 213, 0.18);
}

.got-button:hover,
.got-nav-cta:hover {
  background: #0047bd;
}

.got-button-secondary {
  background: #fff;
  color: var(--got-blue);
  box-shadow: none;
}

.got-button-secondary:hover {
  background: #f8fbff;
}

.got-button-invert {
  background: #fff;
  color: var(--got-blue) !important;
  border-color: #fff;
}

.got-eyebrow,
.got-section-kicker,
.got-meta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--got-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.got-eyebrow i,
.got-section-kicker i,
.got-blue-panel i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--got-blue);
  flex: 0 0 auto;
}

.got-hero {
  min-height: clamp(640px, calc(100vh - 78px), 820px);
  padding: 68px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: center;
  background: var(--got-surface);
}

.got-hero-copy h1,
.got-insights-head h1,
.got-article-head h1 {
  margin: 26px 0 0;
  color: #050607;
  font-weight: 800;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: 0;
}

.got-hero-copy p {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--got-muted);
  font-size: 17px;
  line-height: 1.62;
}

.got-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.got-metrics {
  margin: 42px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--got-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.got-metrics div {
  margin: 0;
}

.got-metrics dt {
  color: var(--got-ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.got-metrics dd {
  margin: 8px 0 0;
  color: var(--got-subtle);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.got-hero-media {
  position: relative;
  margin: 0;
}

.got-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

.got-hero-media figcaption {
  position: absolute;
  left: -24px;
  bottom: 36px;
  width: 250px;
  padding: 18px 20px;
  border: 1px solid var(--got-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--got-shadow);
}

.got-hero-media strong,
.got-hero-media span {
  display: block;
}

.got-hero-media strong {
  font-size: 14px;
  color: var(--got-ink);
}

.got-hero-media span {
  margin-top: 5px;
  color: var(--got-muted);
  font-size: 12px;
}

.got-trust-strip {
  padding: 30px 0;
  background: var(--got-surface);
  border-top: 1px solid var(--got-border);
  border-bottom: 1px solid var(--got-border);
}

.got-trust-strip .got-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  overflow-x: auto;
}

.got-trust-strip span {
  color: var(--got-subtle);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.got-section {
  padding: 92px 0;
}

.got-section-muted {
  background: var(--got-surface-low);
}

.got-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.got-section-head.got-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  display: block;
}

.got-section-head h2,
.got-split h2,
.got-cta h2 {
  margin: 15px 0 0;
  color: #050607;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
  font-weight: 750;
  letter-spacing: 0;
}

.got-section-head p,
.got-split p {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--got-muted);
  font-size: 15px;
  line-height: 1.65;
}

.got-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.got-service-grid article,
.got-card,
.got-feature,
.got-side-card,
.got-status,
.got-author-panel,
.got-article-main {
  border: 1px solid var(--got-border);
  border-radius: 8px;
  background: var(--got-surface);
  box-shadow: var(--got-shadow-soft);
}

.got-service-grid article {
  min-height: 260px;
  padding: 28px;
}

.got-service-grid h3 {
  margin: 24px 0 13px;
  color: #050607;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.got-service-grid p {
  margin: 0;
  color: var(--got-muted);
  font-size: 14px;
  line-height: 1.62;
}

.got-service-grid a,
.got-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--got-blue);
  font-size: 13px;
  font-weight: 800;
}

.got-service-grid a::after,
.got-link::after {
  content: "→";
}

.got-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--got-blue);
  position: relative;
}

.got-icon::before {
  font-size: 22px;
  line-height: 1;
}

.got-icon-shield::before { content: "◇"; }
.got-icon-cloud::before { content: "☁"; }
.got-icon-check::before { content: "□"; }
.got-icon-grid::before { content: "▦"; }

.got-blue-panel {
  margin-top: 48px;
  padding: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0051d5, #0a5df0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  box-shadow: 0 24px 45px rgba(0, 81, 213, 0.18);
}

.got-blue-panel span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.got-blue-panel i {
  background: #34d399;
}

.got-blue-panel h2 {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  letter-spacing: 0;
}

.got-blue-panel p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.got-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.got-split figure {
  margin: 0;
}

.got-split img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--got-shadow);
}

.got-quote {
  padding: 58px 72px;
  border: 1px solid var(--got-border);
  border-radius: 8px;
  background: var(--got-surface);
}

.got-quote p {
  max-width: 900px;
  margin: 0;
  color: var(--got-muted);
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
}

.got-quote strong,
.got-quote span {
  display: block;
}

.got-quote div {
  margin-top: 30px;
}

.got-quote strong {
  font-size: 14px;
}

.got-quote span {
  margin-top: 4px;
  color: var(--got-subtle);
  font-size: 12px;
}

.got-card-grid {
  display: grid;
  gap: 28px;
}

.got-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.got-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.got-card {
  overflow: hidden;
}

.got-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--got-surface-mid);
}

.got-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.got-card:hover .got-card-image img,
.got-feature:hover .got-feature-image img {
  transform: scale(1.035);
}

.got-card-body {
  position: relative;
  padding: 26px;
}

.got-card-body h3 {
  min-height: 3em;
  margin: 13px 0 0;
  color: #050607;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 650;
  letter-spacing: 0;
}

.got-card-body p {
  margin: 14px 0 0;
  color: var(--got-muted);
  font-size: 14px;
  line-height: 1.6;
}

.got-card-arrow {
  display: inline-flex;
  margin-top: 28px;
  color: var(--got-blue);
  font-size: 24px;
  line-height: 1;
}

.got-cta {
  margin-bottom: 92px;
  padding: 70px 40px;
  border-radius: 10px;
  background: var(--got-blue);
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 45px rgba(0, 81, 213, 0.18);
}

.got-cta h2 {
  color: #fff;
  margin-top: 0;
}

.got-cta p {
  max-width: 760px;
  margin: 18px auto 28px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.got-insights {
  padding: 54px 0 0;
}

.got-insights-head {
  padding: 38px 0 42px;
}

.got-insights-head h1 {
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 4px solid var(--got-blue);
}

.got-insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  padding-bottom: 96px;
}

.got-feature {
  overflow: hidden;
  margin-bottom: 48px;
}

.got-feature-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: var(--got-surface-mid);
}

.got-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.got-feature-image span {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 8px 10px;
  border-radius: 4px;
  background: var(--got-danger);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.got-feature-body {
  padding: 36px 40px 42px;
}

.got-feature h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #050607;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: 0;
}

.got-feature p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--got-muted);
  font-size: 15px;
  line-height: 1.65;
}

.got-sidebar {
  position: sticky;
  top: 102px;
  display: grid;
  gap: 24px;
}

.got-side-card {
  padding: 28px;
}

.got-side-card h2,
.got-briefing h2 {
  margin: 0 0 22px;
  color: #050607;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.got-side-card form {
  display: flex;
  align-items: center;
}

.got-side-card label {
  width: 100%;
}

.got-side-card .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.got-side-card input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--got-border-strong);
  border-radius: 6px;
  background: var(--got-surface-low);
  padding: 0 14px;
  color: var(--got-ink);
  font: inherit;
}

.got-side-card input[type="submit"] {
  min-height: 46px;
  margin-left: 8px;
  border: 0;
  border-radius: 6px;
  background: var(--got-blue);
  color: #fff;
  padding: 0 14px;
  font-weight: 700;
}

.got-side-card a {
  min-height: 44px;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--got-muted);
  font-size: 14px;
}

.got-side-card a.is-selected,
.got-side-card a:hover {
  background: var(--got-surface-low);
  color: var(--got-blue);
}

.got-side-card em {
  color: var(--got-subtle);
  font-size: 12px;
  font-style: normal;
}

.got-briefing {
  padding: 30px;
  border-radius: 8px;
  background: #050607;
  color: #fff;
  box-shadow: var(--got-shadow);
}

.got-briefing h2 {
  color: #fff;
}

.got-briefing p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.got-status {
  padding: 34px 28px;
  text-align: center;
}

.got-status .got-icon {
  margin-inline: auto;
  background: #fff;
}

.got-status p {
  margin: 22px 0 8px;
  color: var(--got-subtle);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.got-status strong {
  display: block;
  padding-bottom: 24px;
  border-bottom: 4px solid var(--got-blue);
  font-size: 22px;
}

.got-pagination {
  margin-top: 42px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.got-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--got-border);
  border-radius: 6px;
  background: #fff;
  color: var(--got-muted);
  font-size: 14px;
  font-weight: 700;
}

.got-pagination .current {
  background: var(--got-blue);
  color: #fff;
  border-color: var(--got-blue);
}

.got-article-head {
  padding: 72px 0 38px;
}

.got-back {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--got-muted);
  font-size: 14px;
  font-weight: 700;
}

.got-article-head h1 {
  max-width: 980px;
  font-size: clamp(40px, 5vw, 72px);
}

.got-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.got-article-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--got-border);
  border-radius: 999px;
  background: #fff;
  color: var(--got-muted);
  font-size: 13px;
  font-weight: 700;
}

.got-article-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 860px);
  gap: 42px;
  align-items: start;
  padding-bottom: 96px;
}

.got-author-panel {
  position: sticky;
  top: 102px;
  padding: 24px;
}

.got-author-panel img {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  object-fit: cover;
}

.got-author-panel h2 {
  margin: 20px 0 8px;
  font-size: 22px;
  letter-spacing: 0;
}

.got-author-panel p {
  margin: 0;
  color: var(--got-muted);
  font-size: 14px;
  line-height: 1.58;
}

.got-author-panel a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--got-blue);
  font-size: 13px;
  font-weight: 800;
}

.got-article-main {
  overflow: hidden;
}

.got-article-image {
  margin: 0;
  aspect-ratio: 16 / 8.4;
  overflow: hidden;
  background: var(--got-surface-mid);
}

.got-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.got-content {
  padding: 44px 52px 56px;
  color: #22262a;
  font-size: 18px;
  line-height: 1.78;
}

.got-content > *:first-child {
  margin-top: 0;
}

.got-content p,
.got-content ul,
.got-content ol {
  margin: 0 0 1.35em;
}

.got-content ul,
.got-content ol {
  padding-left: 1.35em;
}

.got-content li {
  margin-bottom: 0.72em;
  padding-left: 0.2em;
}

.got-content li:last-child {
  margin-bottom: 0;
}

.got-content figcaption,
.got-content .got-image-caption {
  margin-top: -0.8em;
  color: var(--got-subtle);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.got-content h2,
.got-content h3,
.got-content h4 {
  color: #050607;
  margin: 1.7em 0 0.65em;
  line-height: 1.18;
  letter-spacing: 0;
}

.got-content h2 {
  font-size: 34px;
}

.got-content h3 {
  font-size: 26px;
}

.got-content a {
  color: var(--got-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 700;
}

.got-content img {
  border-radius: 8px;
  margin: 28px auto;
}

.got-content blockquote {
  margin: 32px 0;
  padding: 26px 30px;
  border-left: 4px solid var(--got-blue);
  border-radius: 8px;
  background: var(--got-surface-low);
}

.got-footer {
  padding: 72px 0 44px;
  border-top: 1px solid var(--got-border);
  background: var(--got-surface-low);
}

.got-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(150px, 0.55fr));
  gap: 54px;
}

.got-footer p {
  max-width: 360px;
  margin: 26px 0 0;
  color: var(--got-muted);
  font-size: 15px;
  line-height: 1.62;
}

.got-footer small {
  display: block;
  margin-top: 38px;
  color: var(--got-subtle);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.got-footer h2 {
  margin: 0 0 20px;
  color: #050607;
  font-size: 14px;
}

.got-footer a:not(.got-footer-brand) {
  display: block;
  margin-bottom: 14px;
  color: var(--got-muted);
  font-size: 14px;
}

.got-footer-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.got-footer-icons span {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--got-border-strong);
  border-radius: 6px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--got-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .got-shell,
  .got-nav {
    width: min(100% - 40px, 1280px);
  }

  .got-hero,
  .got-insights-layout,
  .got-article-layout,
  .got-split {
    grid-template-columns: 1fr;
  }

  .got-hero {
    min-height: auto;
    gap: 44px;
  }

  .got-hero-media {
    max-width: 520px;
  }

  .got-sidebar,
  .got-author-panel {
    position: static;
  }

  .got-service-grid,
  .got-card-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .got-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .got-shell,
  .got-nav {
    width: min(100% - 32px, 1280px);
  }

  .got-nav {
    height: 64px;
  }

  .got-brand {
    font-size: 18px;
  }

  .got-nav-links {
    display: none;
  }

  .got-nav-cta {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .got-hero {
    padding: 56px 0 48px;
  }

  .got-hero-copy h1,
  .got-insights-head h1,
  .got-article-head h1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .got-hero-copy p,
  .got-blue-panel p,
  .got-content {
    font-size: 16px;
  }

  .got-metrics,
  .got-service-grid,
  .got-card-grid-two,
  .got-card-grid-three,
  .got-footer-grid {
    grid-template-columns: 1fr;
  }

  .got-hero-media figcaption {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .got-section {
    padding: 64px 0;
  }

  .got-section-head {
    display: block;
  }

  .got-blue-panel {
    padding: 30px;
    display: block;
  }

  .got-blue-panel .got-button {
    margin-top: 24px;
  }

  .got-quote,
  .got-feature-body,
  .got-content {
    padding: 28px;
  }

  .got-feature-image {
    aspect-ratio: 16 / 10;
  }

  .got-card-body h3 {
    min-height: 0;
  }

  .got-insights {
    padding-top: 28px;
  }
}
