:root {
  --navy: #071a26;
  --navy-2: #0d2b3b;
  --blue: #176d87;
  --teal: #2ab4a4;
  --teal-pale: #d9f3ee;
  --gold: #f0b44c;
  --paper: #f6f3ed;
  --paper-2: #ebe5da;
  --ink: #142b35;
  --muted: #5a6b71;
  --line: #d2c9ba;
  --white: #ffffff;
  --measure: 770px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

a {
  color: #76520e;
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

a:hover {
  color: #443005;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.site-bar {
  color: #d9e6e9;
  background: #04131b;
  border-bottom: 1px solid #244552;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.site-bar-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
  text-decoration: none;
}

.series {
  color: #99b1ba;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(42, 180, 164, .16), transparent 31%),
    linear-gradient(135deg, var(--navy), #061620 66%);
  border-bottom: 7px solid var(--gold);
}

.hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(290px, .72fr);
  gap: 70px;
  align-items: end;
}

.kicker {
  color: #7ad8ca;
  font: 850 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1 {
  max-width: 800px;
  margin: 18px 0 22px;
  color: #f8f5ef;
  font: 850 clamp(54px, 7.4vw, 94px)/.94 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.06em;
}

h1 span {
  color: var(--gold);
}

.subtitle {
  max-width: 760px;
  margin: 0;
  color: #c8d7dc;
  font: 500 clamp(21px, 2.5vw, 29px)/1.34 Inter, ui-sans-serif, system-ui, sans-serif;
}

.meta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  color: #91aab3;
  font: 750 12px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hero-card {
  margin: 0;
  padding: 26px 26px 28px;
  background: var(--navy-2);
  border-top: 4px solid var(--teal);
}

.hero-card-label {
  margin: 0 0 11px;
  color: #78d9ca;
  font: 850 11px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-price {
  margin: 0;
  color: var(--white);
  font: 850 42px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.045em;
}

.hero-card-copy {
  margin: 13px 0 0;
  color: #d6e2e5;
  font: 520 15px/1.55 Inter, ui-sans-serif, system-ui, sans-serif;
}

.hero-card strong {
  color: var(--white);
}

.summary-band {
  width: min(1120px, calc(100% - 48px));
  margin: -32px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border: 1px solid #d8d0c4;
  box-shadow: 0 18px 45px rgba(11, 39, 51, .12);
}

.cost-card {
  padding: 27px 28px 25px;
  border-right: 1px solid #e1dad0;
}

.cost-card:last-child {
  border-right: 0;
}

.provider {
  margin: 0 0 8px;
  color: var(--blue);
  font: 850 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cost {
  margin: 0;
  color: var(--ink);
  font: 850 clamp(30px, 4vw, 41px)/1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.04em;
}

.cost-note {
  margin: 8px 0 0;
  color: var(--muted);
  font: 550 13px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
}

.layout {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 104px;
}

article > * {
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
}

article > .wide {
  max-width: 1080px;
}

.lede {
  color: #2f4853;
  font-size: 22px;
  line-height: 1.6;
}

h2,
h3 {
  color: #0b2a36;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.03em;
  scroll-margin-top: 24px;
}

h2 {
  margin-top: 2.9em;
  margin-bottom: .78em;
  padding-top: .56em;
  border-top: 2px solid var(--line);
  font-size: clamp(31px, 4vw, 43px);
  line-height: 1.1;
}

h3 {
  margin-top: 2em;
  margin-bottom: .58em;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.22;
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
}

strong {
  color: #092734;
}

ul,
ol {
  padding-left: 1.4em;
}

li {
  margin: .52em 0;
  padding-left: .18em;
}

.callout {
  margin-top: 2.2em;
  margin-bottom: 2.2em;
  padding: 24px 26px;
  color: #173d48;
  background: var(--teal-pale);
  border-left: 5px solid var(--teal);
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout-label {
  margin: 0 0 8px;
  color: #176f65;
  font: 850 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.table-wrap {
  margin-top: 2.2em;
  margin-bottom: 2.4em;
  overflow-x: auto;
  border: 1px solid #cfc6b8;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(15, 42, 52, .08);
}

.table-hint {
  display: none;
}

table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

caption {
  padding: 18px 20px;
  color: var(--muted);
  background: #f2eee7;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid #e1dad0;
  text-align: right;
  vertical-align: top;
}

th {
  color: #e8f1f3;
  background: var(--navy-2);
  font-size: 12px;
  letter-spacing: .04em;
}

th:first-child,
td:first-child,
th:nth-child(2),
td:nth-child(2) {
  text-align: left;
}

tbody tr:last-child td {
  border-bottom: 0;
}

tbody tr:nth-child(even) {
  background: #f8f5f0;
}

.best {
  color: #0d695d;
  font-weight: 850;
}

.bar-chart {
  margin-top: 2.2em;
  margin-bottom: 2.4em;
  padding: 27px 28px 24px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d5cdbf;
}

.bar-chart h3 {
  margin-top: 0;
  font-size: 20px;
}

.bar-row {
  margin-top: 19px;
}

.bar-meta {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #38505a;
  font: 700 13px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
}

.bar-track {
  height: 15px;
  overflow: hidden;
  background: #e7e1d7;
  border-radius: 999px;
}

.bar {
  height: 100%;
  background: var(--blue);
  border-radius: inherit;
}

.bar-aws {
  width: 74.63%;
  background: var(--teal);
}

.bar-azure {
  width: 99.99%;
}

.bar-gcp {
  width: 100%;
}

.bar-caption {
  margin: 17px 0 0;
  color: var(--muted);
  font: 520 12px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
}

.formula {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  padding: 20px 22px;
  color: #dce8eb;
  background: var(--navy-2);
  font: 700 15px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
}

.sources {
  color: #4e6168;
  background: var(--paper-2);
  border-top: 1px solid #cec4b5;
}

.sources-inner {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 82px;
}

.sources h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 36px;
}

.sources ol {
  font: 520 14px/1.58 Inter, ui-sans-serif, system-ui, sans-serif;
}

.sources li {
  margin-bottom: 1em;
}

.colophon {
  color: #abc0c7;
  background: #061720;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.colophon-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 44px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
}

.colophon h2 {
  margin: 0 0 8px;
  padding: 0;
  color: var(--white);
  border: 0;
  font-size: 16px;
  letter-spacing: 0;
}

.colophon p {
  margin: 0;
  font-size: 13px;
  line-height: 1.58;
}

@media (max-width: 860px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-card {
    max-width: 660px;
  }

  .summary-band {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-top: 0;
    box-shadow: none;
  }

  .cost-card {
    border-right: 0;
    border-bottom: 1px solid #e1dad0;
  }

  .cost-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
    line-height: 1.65;
  }

  .site-bar-inner,
  .hero-inner,
  .summary-band,
  .layout,
  .sources-inner,
  .colophon-inner {
    width: calc(100% - 40px);
  }

  .series {
    display: none;
  }

  .hero-inner {
    padding: 60px 0 55px;
    gap: 30px;
  }

  h1 {
    font-size: clamp(49px, 15vw, 66px);
  }

  .subtitle {
    font-size: 20px;
  }

  .hero-card {
    padding: 22px;
  }

  .summary-band {
    width: 100%;
  }

  .cost-card {
    padding: 23px 20px;
  }

  .layout {
    padding: 54px 0 72px;
  }

  .lede {
    font-size: 19px;
  }

  h2 {
    margin-top: 2.7em;
    font-size: 31px;
  }

  h3 {
    font-size: 23px;
  }

  .callout,
  .bar-chart {
    padding: 21px 20px;
  }

  .table-wrap {
    width: calc(100vw - 20px);
    margin-left: calc((100% - (100vw - 20px)) / 2);
  }

  .table-hint {
    margin: 0;
    padding: 10px 12px;
    display: block;
    color: #496069;
    background: #eee8df;
    border-bottom: 1px solid #d8d0c4;
    font: 750 11px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: .05em;
    text-align: right;
    text-transform: uppercase;
  }

  .colophon-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media print {
  .site-bar {
    display: none;
  }

  .hero {
    color: var(--ink);
    background: none;
    border-bottom: 2px solid var(--ink);
  }

  .hero-inner {
    display: block;
    padding: 28px 0;
  }

  h1,
  h1 span,
  .subtitle,
  .meta {
    color: var(--ink);
  }

  .hero-card {
    margin-top: 20px;
    color: var(--ink);
    background: none;
    border: 1px solid var(--ink);
  }

  .hero-price,
  .hero-card-copy {
    color: var(--ink);
  }
}
