:root {
  --accent: #c2410c;
  --accent-hover: #9a3412;
  --blue: #0a6ea0;
  --ink: #2e2e2e;
  --muted: #5f6368;
  --line: #d9dde1;
  --footer: #343a40;
  --surface: #fff;
  --container: 1200px;
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #0a6ea0;
  outline-offset: 3px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 240px;
  padding: 56px 0 36px;
  text-align: center;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.12;
  background: url("/images/tild6265-3532-4536-a530-303561393764__untitled-2.svg") center / cover no-repeat;
}

.hero h1 {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.hero p {
  max-width: 660px;
  margin: 0 auto;
  color: #3f4448;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 300;
  line-height: 1.5;
}

.features {
  padding: 24px 0 70px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.feature-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e3e6e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.feature-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.feature-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.feature-body h2 {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.3;
}

.feature-body h2 a {
  text-decoration: none;
}

.feature-body h2 a:hover {
  color: var(--blue);
}

.feature-copy {
  flex: 1;
  color: #555;
  font-size: 15px;
  font-weight: 300;
}

.feature-copy ul {
  padding-left: 22px;
}

.more-link {
  margin-top: 18px;
  padding: 9px 16px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.spec-list {
  padding: 12px 0 48px;
}

.section-heading {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
}

.spec-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.spec-card {
  padding: 22px 20px 24px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.spec-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.spec-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.spec-card--accent {
  background: #fff4ef;
  border-color: #ffd4c4;
}

.spec-card--accent h3 {
  color: #9a3400;
}

.trial {
  padding: 8px 0 52px;
  text-align: center;
}

.trial .button {
  display: inline-flex;
  min-width: 250px;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #c2410c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.trial-note {
  margin: 10px 0 0;
  font-size: 13px;
}

.trial-note a {
  color: var(--blue);
  text-underline-offset: 2px;
}

.divider {
  height: 1px;
  margin-bottom: 64px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.28), transparent);
}

.articles {
  padding-bottom: 90px;
}

.articles h2 {
  margin: 0 0 44px;
  text-align: center;
  font-size: clamp(29px, 3vw, 35px);
}

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

.article-card {
  color: #222;
  text-decoration: none;
}

.article-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.54 / 1;
  border-radius: 5px;
  object-fit: cover;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.article-card:hover img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-3px);
}

.article-card h3 {
  margin: 13px 0 0;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .hero {
    min-height: 220px;
    padding: 44px 0 30px;
  }

  .feature-grid,
  .spec-list__grid {
    grid-template-columns: 1fr;
  }

  .features {
    padding-top: 24px;
  }

  .feature-grid {
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .article-grid {
    grid-template-columns: 1fr;
  }

  .articles {
    padding-bottom: 64px;
  }

  .article-card h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
