/* Design tokens and document defaults */
:root {
--brand: #5167f6;
--ink: #131316;
--muted: #a1a1a1;
--surface: #f4f4f6;
--content-width: 1140px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333;
  font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  flex-shrink: 0;
}

a {
  color: inherit;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1, h2 {
  letter-spacing: -.04em;
  line-height: 1.2;
}

h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 64px;
}

h2 {
  color: var(--ink);
  font-size: 48px;
  letter-spacing: -.02em;
  font-family: Ubuntu, Helvetica, sans-serif;
}

h3 {
  color: var(--ink);
}

p {
  line-height: 1.75;
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 5px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 12px;
  z-index: 2;
  background: white;
  color: black;
}

.skip-link:focus {
  top: 16px;
}

.container {
  max-width: var(--content-width);
  margin-inline: auto;
  width: 100%;
}

.section {
  padding: 92px 5%;
}

.accent {
  color: var(--brand);
}

.centered-heading {
  text-align: center;
  margin-bottom: 64px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  border: 0;
  border-radius: 8px;
  background: white;
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -.02em;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background: #6478f7;
}

.button-brand {
  background: var(--brand);
}

.button-dark {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 24px;
  min-height: 44px;
}

.button-outline {
  border-color: var(--brand);
  color: var(--brand);
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  border: 0;
}

.button-outline:hover {
  background: #eceefe;
}
/* Header and footer navigation stay available at every screen size. */

.site-header, .site-footer {
  min-height: 96px;
  padding: 24px 5%;
  background: #fff;
}

.navigation {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: block;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: black;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.brand img {
  width: 25px;
  height: auto;
  padding-right: 5px;
}

.navigation-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navigation-links > a:not(.button) {
  padding: 12px 20px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -.28px;
  min-height: 48px;
}

.navigation-links > a:hover {
  background: #eceefe;
}
/* Hero */

.hero {
  background: #000;
  padding: 132px 5%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: -24px;
  line-height: 1.8;
}

.hero-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -.02em;
  margin: 10px 0;
}

.hero-tagline {
  font-size: 14px;
  color: #0097a8;
  margin: 6px 0 10px;
  font-weight: 700;
  line-height: 20px;
}

.hero-image {
  width: 100%;
}

.customer-logos {
  max-width: 940px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
  padding: 45px 24px;
}

.customer-logos img {
  width: 217px;
  max-width: 25%;
}

.customer-logos img:nth-child(2) {
  width: 229px;
}

.customer-logos img:nth-child(3) {
  width: 182px;
}
/* Comparison */

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 510px;
  text-align: center;
  margin: 0 auto 40px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading p {
  font-size: 16px;
  color: var(--muted);
  letter-spacing: -.02em;
  line-height: 28px;
  margin: 10px 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.comparison-card {
  background: var(--surface);
  border-radius: 8px;
  padding: 48px;
}

.comparison-card-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-inline: 0;
}

.comparison-card h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -.02em;
  margin: 20px 0 30px;
}

.comparison-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: -.02em;
}

.comparison-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.comparison-card-dark {
  background: black;
  color: white;
}

.comparison-card-dark h3 {
  color: var(--brand);
  font-weight: 700;
}

.comparison-card-dark p {
  color: white;
  font-weight: 700;
}
/* Marketing channels */

.marketing-stack {
  background: var(--brand);
  padding-block: 90px;
}

.marketing-stack h2 {
  max-width: 550px;
  margin-bottom: 64px;
}

.stack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.stack-grid p {
  color: white;
  font: 18px/32px Roboto, Arial, sans-serif;
  max-width: none;
  margin-bottom: 30px;
  letter-spacing: -.02em;
}

.stack-tags {
  list-style: none;
  display: block;
  flex-wrap: wrap;
  align-content: start;
  gap: 0;
  padding: 0;
  margin: 0;
}

.stack-tags li {
  border-radius: 18px;
  padding: 6px 12px;
  background: var(--surface);
  color: black;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
/* Testimonials */

.testimonials {
  padding-block: 90px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  text-align: center;
}

.stars {
  color: #ffb800;
  font-size: initial;
  letter-spacing: normal;
  display: flex;
  gap: 8px;
  line-height: 24px;
}

blockquote {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -.02em;
}

blockquote p {
  margin: 0;
}

figcaption {
  color: var(--brand);
  line-height: 24px;
}
/* Pricing */

.pricing {
  background: var(--brand);
  padding-bottom: 132px;
}

.pricing h2, .price {
  font-family: Lato, Arial, sans-serif;
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  padding: 40px 32px 32px;
  border-radius: 24px;
}

.pricing-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}

.plan-description {
  color: var(--brand);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.price-caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}

.price {
  color: var(--ink);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.price span {
  font: 500 12px/12px Lato, sans-serif;
  letter-spacing: -.01em;
}

.pricing-card h4 {
  margin: 30px 0 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--brand);
  line-height: 24px;
  letter-spacing: -.02em;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.plan-features li::before {
  content: '✓';
  font-size: 24px;
  flex-shrink: 0;
}
/* Agent skills */

.skills h2 {
  max-width: none;
  margin-bottom: 64px;
}

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

.skill-card > svg {
  display: block;
}

.skill-card {
  padding: 24px;
  border: 1.5px solid var(--surface);
  border-radius: 24px;
}

.skill-card h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 20px 0;
  letter-spacing: -.02em;
}

.skill-card p {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
  font-weight: 300;
}

.skills-summary {
  grid-column: 3 / 5;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 24px;
  padding: 0 24px 32px;
}

.skills-summary p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  letter-spacing: -.02em;
}

.skills-summary small {
  font-size: 12px;
}
/* Final call to action and contact */

.call-to-action {
  background: black;
  text-align: center;
}

.cta-container {
  max-width: 840px;
  margin: auto;
}

.cta-container h2 {
  color: white;
  max-width: 640px;
  margin: 0 auto 34px;
}

.cta-container p {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 40px;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 28px;
}

.cta-container .button-group {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.site-footer .navigation {
  margin-bottom: 60px;
}

.contact {
  padding-block: 40px;
}

.contact h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: Lato, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  color: #000;
}
/* Details retained from the original visual design. */
.comparison h2 .accent, .skills h2 .accent {
  border-bottom: 6px solid var(--brand);
}
.call-to-action h2 .accent {
  border-bottom: 4px solid var(--brand);
}
.comparison-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000;
  box-shadow: 1px 1px 20px #0000000d;
}
.comparison-card-dark .comparison-icon { background: white; }
.comparison-card-heading > div { padding-inline: 10px; }
.comparison-card-heading > img { padding-inline: 10px; }
.comparison-card-dark .comparison-card-heading { grid-template-columns: 7fr 5fr; margin-inline: 0; }
.comparison-card-dark .comparison-card-heading > div { padding-inline: 0; }
.comparison-card-dark .comparison-card-heading > img { width: 152px; padding-inline: 0; align-self: start; }
.comparison-card li { margin-bottom: 10px; }
.stack-grid > div, .stack-tags { padding-inline: 10px; }
.testimonial-quote { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.stars img { width: 24px; height: 24px; }
.button-featured { background: var(--brand); color: white; font-size: 16px; }
.plan-features li::before { width: 24px; text-align: center; }
.skills-actions { display: flex; align-items: center; gap: 16px; }
.skills-actions .button { color: white; flex-shrink: 0; }
.skills-actions small { font-size: 12px; line-height: 12px; }

/* Text and alignment shared with the published brand design. */
.brand span { font-size: 22px; font-weight: 900; vertical-align: bottom; }
.navigation .button-dark { font-size: 15px; letter-spacing: -.28px; min-height: 48px; }
.comparison h2, .skills h2 { color: #000; }
.comparison-card-dark ul { font-weight: 300; }
.stack-grid > div { padding-right: 24px; }
/* Responsive layouts */

@media (max-width: 991px) {

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

  .hero-image {
    max-width: 600px;
    margin: auto;
  }

  .navigation {
    flex-wrap: wrap;
  }

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

  .customer-logos {
    gap: 40px;
  }
}

@media (max-width: 767px) {

  .section {
    padding-block: 72px;
  }

  .hero {
    padding-block: 72px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  .navigation-links {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }

  .navigation-links > a:not(.button) {
    padding-inline: 8px;
  }

  .stack-grid, .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    padding: 24px;
  }

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

  .skills-actions {
    flex-wrap: wrap;
  }
  .skills-summary {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 24px 0 0;
  }

  .customer-logos {
    gap: 24px;
  }

  .price {
    font-size: 40px;
  }
}

@media (max-width: 479px) {

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  .button-group {
    flex-direction: column;
    gap: 12px;
  }

  .button {
    padding-inline: 20px;
  }

  .pricing-grid, .skills-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .comparison-card-heading {
    grid-template-columns: 3fr 2fr;
    gap: 12px;
  }

  .navigation-links .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  *, *::before, *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 992px) {
  .customer-logos {
    transform: translateX(-7.5px);
  }

  .customer-logos img {
    max-width: none;
    flex-shrink: 0;
  }
}

/* Original contact layout, with accessible labels and independent form handling. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.contact {
  padding: 0 10px;
  margin-bottom: 90px;
}
.contact-form { width: calc(50% - 20px); }
.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0 0 15px;
  padding: 12px 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font: 300 16px/20px Roboto, sans-serif;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #999; opacity: 1; }
.contact-form textarea { height: 80px; resize: vertical; }
.contact-submit { background: #000; color: #fff; }
.contact-submit:disabled { opacity: .65; cursor: wait; }
#contact-status { margin-top: 16px; }
.navigation-toggle { display: none; }
@media (max-width: 991px) {
  .navigation { gap: 8px; }
  .navigation-enhanced .navigation-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 16px;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
  }
  .navigation-enhanced .navigation-links { display: none; }
  .navigation-toggle[aria-expanded="true"] + .navigation-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form { width: 100%; }
}

/* Resource library and long-form guides. */
.resource-hero {
  background: #000;
  padding: 40px 5%;
  text-align: center;
}
.resource-hero h1 {
  max-width: 940px;
  margin: 0 auto;
  color: #f6f4eb;
  font: 900 40px/1.1 Lato, sans-serif;
  letter-spacing: normal;
}
.resource-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 5% 80px;
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.resource-page { border-bottom: 2px solid #4b68ff; }
.resource-content h2 { font-size: 32px; margin: 36px 0 20px; }
.resource-content h3 { color: #162761; font: 500 28px/40px Roboto, sans-serif; margin: 30px 0 20px; }
.resource-content p { margin-bottom: 20px; }
.resource-content li { margin-bottom: 10px; }
.resource-content a { color: #5167f6; }
.resource-content img { height: auto; max-width: 100%; margin-block: 20px; }
.resource-content table { display: block; overflow-x: auto; max-width: 100%; }
.resource-content iframe { max-width: 100%; }
@media (max-width: 767px) {
  .resource-hero h1 { font-size: 32px; line-height: 44px; }
  .resource-content { padding: 24px 5% 48px; font-size: 16px; }
}
.resource-index h2 { color: #162761; font: 500 28px/40px Roboto, sans-serif; margin: 30px 0 20px; letter-spacing: normal; }
.resource-index p { color: #162761; font: 300 17px/32px Roboto, sans-serif; }
.resource-index li { color: #162761; font: 300 17px/27px Roboto, sans-serif; margin-bottom: 4px; }
.resource-index a { color: #00a2ff; text-decoration: none; }
.resource-index a:hover { text-decoration: underline; }
