* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eef0f3;
  color: #20242a;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.wrap {
  width: min(1180px, 94%);
  margin: auto;
}


/* =========================
   HEADER
========================= */

.utility {
  background: #111;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
}

.utility span {
  margin-left: 18px;
  color: #777;
}

.mast {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #111;
  text-decoration: none;
  font-size: 36px;
  font-weight: 1000;
  letter-spacing: -2.5px;
}

.hamb {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
}


/* =========================
   NAVIGATION
========================= */

nav {
  background: #e30613;
  box-shadow: 0 2px 8px #0002;
}

.nav {
  display: flex;
  overflow: auto;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  padding: 14px 16px;
  white-space: nowrap;
}

.nav a:hover {
  background: #b8000b;
}


/* =========================
   FEATURE BAR
========================= */

.breaking {
  display: flex;
  gap: 16px;

  background: white;

  margin: 18px 0;

  padding: 12px 16px;

  border-left: 5px solid #e30613;

  box-shadow: 0 1px 4px #0001;

  font-size: 13px;
}

.breaking b {
  color: #e30613;
}


/* =========================
   HERO
========================= */

.hero {
  display: grid;

  grid-template-columns:
    1.35fr
    .65fr;

  min-height: 340px;

  background: #111;

  color: white;

  margin-bottom: 28px;

  overflow: hidden;
}

.hero-copy {
  padding: 48px;
}

.label {
  display: inline-block;

  color: #e30613;

  font-size: 11px;

  font-weight: 1000;

  letter-spacing: .08em;

  margin-bottom: 8px;
}

.hero .label {
  color: #ff5961;
}

.hero h1 {
  font-size: clamp(34px, 5vw, 60px);

  line-height: .97;

  letter-spacing: -2.5px;

  margin: 0 0 18px;
}

.hero p {
  color: #c6ccd3;

  max-width: 650px;

  font-size: 17px;
}

.read {
  display: inline-block;

  background: #e30613;

  color: white;

  text-decoration: none;

  padding: 12px 18px;

  margin-top: 8px;

  font-size: 12px;

  font-weight: 1000;
}

.hero-art {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  background:
    linear-gradient(
      135deg,
      #272d38,
      #070809
    );

  font-size: 105px;
}

.hero-art b {
  font-size: 11px;

  letter-spacing: .14em;

  color: #aeb5bf;

  text-align: center;
}


/* =========================
   DOWNLOADS
========================= */

.downloads {
  background: white;

  margin-bottom: 28px;

  padding: 25px;

  box-shadow: 0 1px 6px #0001;
}

.download-title h2 {
  margin: 0;

  font-size: 28px;
}

.download-title p {
  margin-top: 5px;

  color: #666;
}

.download-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 12px;

  margin-top: 20px;
}

.download-card {
  display: flex;

  align-items: center;

  gap: 14px;

  padding: 15px;

  border: 1px solid #ddd;

  color: #222;

  text-decoration: none;

  transition: .15s;

  background: #fafafa;
}

.download-card:hover {
  border-color: #e30613;

  transform: translateY(-2px);

  box-shadow: 0 4px 12px #0001;
}

.download-icon {
  font-size: 30px;
}

.download-card div {
  flex: 1;
}

.download-card b {
  display: block;

  font-size: 15px;
}

.download-card small {
  display: block;

  color: #777;

  font-size: 11px;

  margin-top: 2px;
}

.download-card > strong {
  color: #e30613;

  font-size: 20px;
}


/* =========================
   CONTENT
========================= */

.content-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    300px;

  gap: 25px;
}

article,
.side {
  background: white;

  box-shadow: 0 1px 6px #0001;
}


/* =========================
   ARTICLE
========================= */

.article-title {
  padding: 30px;
}

.article-title h2 {
  font-size: 38px;

  line-height: 1.05;

  letter-spacing: -1.3px;

  margin: 4px 0 8px;
}

.meta {
  font-size: 12px;

  color: #7c838d;
}

.article-title p {
  font-size: 18px;

  color: #555;
}


/* =========================
   PROGRESS
========================= */

.progressbox {
  margin: 0 30px 15px;

  padding: 14px;

  background: #f4f5f7;

  border: 1px solid #ddd;
}

.progressline {
  display: flex;

  justify-content: space-between;

  font-size: 12px;
}

.progress {
  height: 7px;

  background: #ddd;

  margin: 9px 0;

  border-radius: 20px;

  overflow: hidden;
}

.progress i {
  display: block;

  height: 100%;

  width: 0;

  background: #e30613;

  transition: .2s;
}

.progressbox button {
  border: 0;

  background: #222;

  color: white;

  padding: 6px 9px;

  font-size: 10px;

  font-weight: 900;
}


/* =========================
   GUIDE SECTIONS
========================= */

.section {
  padding: 21px 30px;

  border-top: 1px solid #eee;
}

.section h3 {
  font-size: 25px;

  line-height: 1.1;

  margin: 0 0 10px;
}


/* =========================
   STEPS
========================= */

.step {
  display: flex;

  gap: 10px;

  padding: 9px 0;

  border-bottom: 1px solid #f0f0f0;

  font-size: 15px;
}

.step input {
  accent-color: #e30613;

  margin-top: 4px;
}

.step.done label {
  text-decoration: line-through;

  color: #999;
}


/* =========================
   SIDEBAR
========================= */

.side {
  margin-bottom: 18px;

  padding: 18px;
}

.side h3 {
  font-size: 13px;

  margin: 0 -18px 12px;

  padding: 0 18px 12px;

  border-bottom: 3px solid #e30613;
}

.side a {
  display: block;

  color: #222;

  text-decoration: none;

  font-size: 13px;

  padding: 8px 0;

  border-bottom: 1px solid #eee;
}

.popular {
  display: flex;

  gap: 10px;

  padding: 11px 0;

  border-bottom: 1px solid #eee;

  font-size: 13px;
}

.popular b {
  color: #e30613;
}

.popular span {
  font-weight: 700;
}


/* =========================
   FOOTER
========================= */

footer {
  background: #111;

  color: #aaa;

  margin-top: 40px;

  padding: 34px 0;
}

footer strong {
  color: white;

  font-size: 22px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 760px) {

  .hamb {
    display: block;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 170px;
  }

  .hero-copy {
    padding: 32px;
  }

  .download-grid {
    grid-template-columns: 1fr;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .article-title h2 {
    font-size: 30px;
  }

  .section {
    padding: 18px;
  }

  .progressbox {
    margin: 0 18px 18px;
  }

  .breaking span {
    display: none;
  }

  aside {
    order: 2;
  }

}