:root {
  --blue: #075bb4;
  --blue-2: #006fdf;
  --deep-blue: #06448a;
  --text: #515151;
  --muted: #66747f;
  --light: #f5f7fa;
  --line: #d8e1ed;
  --amber: #ffb751;
  --green: #5cc278;
  --footer: #303242;
  --shadow: 0 26px 60px rgba(0, 28, 74, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: Lato, Arial, sans-serif;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.shell {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 32px;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.site-header {
  background: var(--blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.header-grid {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 100px;
}

.logo-link img {
  width: 134px;
}

.primary-nav {
  display: flex;
  gap: 42px;
  justify-content: center;
}

.primary-nav a,
.outline-link {
  font-size: 14px;
  font-weight: 700;
}

.outline-link {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  min-width: 124px;
  padding: 11px 24px;
  text-align: center;
}

.hero {
  background: linear-gradient(116deg, var(--blue) 0%, var(--blue-2) 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1.08fr;
  min-height: 660px;
  padding-bottom: 130px;
  padding-top: 86px;
  position: relative;
  z-index: 2;
}

.hero h1,
.product-panel h2,
.section-heading h2,
.api-section h2,
.faq h2,
.cta h2,
.intro h2 {
  font-family: Rubik, Arial, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.17;
  margin: 0 0 24px;
}

.hero p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 610px;
}

.check-row,
.feature-list,
.mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  margin-bottom: 36px;
}

.check-row li,
.feature-list li,
.mini-list li {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 14px;
}

.check-row li::before,
.feature-list li::before,
.mini-list li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 160px;
  padding: 14px 28px;
}

.button-light {
  background: #fff;
  color: var(--blue-2);
}

.hero-media img {
  border-radius: 12px;
  box-shadow: var(--shadow);
  width: 100%;
}

.hero-wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 188' preserveAspectRatio='none'%3E%3Cpath fill='%232b91e8' fill-opacity='.75' d='M0 48C150 132 274 112 418 58C560 5 694 32 852 82C1034 140 1212 112 1440 78V188H0Z'/%3E%3Cpath fill='%2368beff' fill-opacity='.55' d='M0 86C180 158 334 122 512 86C732 42 874 116 1058 132C1208 145 1322 116 1440 94V188H0Z'/%3E%3Cpath fill='%23ffffff' d='M0 114C170 180 302 150 438 94C592 30 728 70 884 112C1088 168 1248 138 1440 126V188H0Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  bottom: -1px;
  height: 188px;
  left: 0;
  position: absolute;
  width: 100%;
}

.intro {
  padding: 56px 0 34px;
}

.intro h2,
.section-heading h2,
.api-section h2,
.faq h2,
.cta h2 {
  font-size: 42px;
  line-height: 1.24;
  margin: 0 0 16px;
}

.intro p,
.section-heading p,
.api-section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.products {
  padding: 36px 0 78px;
}

.product-tabs {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.category-tab {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 6px 6px 0 0;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  min-height: 56px;
  padding: 10px 14px;
}

.category-tab.active {
  background: var(--blue-2);
  color: #fff;
}

.product-panel {
  padding-top: 54px;
}

.eyebrow {
  color: #666;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.product-panel h2 {
  font-size: 38px;
  line-height: 1.18;
  margin: 0 0 22px;
}

.sub-tabs {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-bottom: 44px;
  padding-bottom: 2px;
}

.sub-tabs button {
  background: #f3f6fa;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
  min-height: 52px;
  min-width: 126px;
  padding: 0 22px;
}

.sub-tabs button.active {
  background: var(--amber);
  border-color: var(--amber);
}

.product-content {
  align-items: flex-start;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr 0.92fr;
}

#product-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list li {
  align-items: flex-start;
  color: #5f6f7d;
  line-height: 1.45;
}

#product-image {
  margin: -30px auto 0;
  max-height: 430px;
  object-fit: contain;
}

.industries {
  background: #fff;
  overflow: hidden;
  padding: 78px 0 84px;
}

.section-heading {
  margin: 0 auto 46px;
  max-width: 820px;
  text-align: center;
}

.industry-grid {
  display: none;
}

.industry-carousel {
  display: grid;
  gap: 28px;
  grid-auto-columns: calc((100% - 28px) / 2);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 8px 6px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.industry-carousel::-webkit-scrollbar {
  display: none;
}

.industry-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 28, 74, 0.1);
  min-height: 380px;
  padding: 42px 42px 34px;
  scroll-snap-align: start;
}

.industry-card-icon {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 26px;
  width: 64px;
}

.industry-card-icon svg {
  display: block;
  height: 64px;
  width: 64px;
}

.industry-card-icon rect {
  fill: currentColor;
  opacity: 0.18;
}

.industry-card-icon path {
  fill: currentColor;
}

.industry-card-icon-amber {
  color: #f2b764;
}

.industry-card-icon-teal {
  color: #407f83;
}

.industry-card-icon-blue {
  color: #0953a0;
}

.industry-card-icon-red {
  color: #e26666;
}

.industry-card-icon-coral {
  color: #ce5945;
}

.industry-card h3 {
  color: var(--text);
  font-family: Rubik, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.industry-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
  margin: 0 0 28px;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.mini-list li {
  color: #515151;
  font-size: 14px;
  gap: 8px;
  line-height: 1.35;
}

.mini-list li::before {
  flex-basis: 18px;
  font-size: 12px;
  height: 18px;
  width: 18px;
}

.industry-carousel-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 12px;
}

.industry-arrow {
  align-items: center;
  background: var(--blue-2);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 38px;
}

.industry-arrow:focus-visible,
.industry-dot:focus-visible {
  outline: 3px solid rgba(0, 111, 223, 0.28);
  outline-offset: 3px;
}

.industry-dots {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}

.industry-dot {
  background: #c7d4e4;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 9px;
  padding: 0;
  width: 9px;
}

.industry-dot.active {
  background: var(--blue-2);
}

.mini-list li::before {
  height: 22px;
  width: 22px;
}

.api-section {
  background: linear-gradient(116deg, var(--deep-blue) 0%, #0a6ccf 100%);
  color: #fff;
  padding: 74px 0 82px;
}

.api-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 0.9fr 1fr;
}

.api-section h2 {
  color: #fff;
}

.api-section p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 28px;
}

.api-section img {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.faq {
  padding: 74px 0;
}

.accordion {
  display: grid;
  gap: 12px;
  text-align: left;
}

.accordion-trigger {
  background: var(--light);
  border: 0;
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
  padding: 18px 20px;
  text-align: left;
}

.accordion-trigger::after {
  content: "+";
  float: right;
}

.accordion-trigger.active::after {
  content: "−";
}

.accordion-panel {
  color: var(--muted);
  display: none;
  line-height: 1.55;
  padding: 4px 20px 16px;
}

.accordion-panel.open {
  display: block;
}

.cta {
  background: var(--light);
  padding: 70px 0;
  text-align: center;
}

.site-footer {
  background: var(--footer);
  color: #fff;
  padding: 72px 0 68px;
}

.footer-main {
  align-items: start;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
}

.footer-logo {
  width: 166px;
}

.footer-company,
.footer-contact,
.site-footer address {
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.footer-company {
  margin-top: 24px;
}

.footer-contact {
  display: grid;
  gap: 1px;
  margin-top: 4px;
}

.site-footer address {
  font-style: normal;
  margin-top: 24px;
  max-width: 360px;
}

.site-footer address strong,
.site-footer address span {
  display: block;
}

.site-footer address strong,
.footer-links h3,
.footer-form label {
  color: #fff;
  font-weight: 900;
}

.footer-content {
  display: grid;
  gap: 54px;
}

.footer-links-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr 1.2fr 0.8fr 1.1fr;
}

.footer-links {
  align-content: start;
  display: grid;
  gap: 12px;
}

.footer-links h3 {
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.45;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bottom-row {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 1fr);
}

.footer-form {
  display: grid;
  gap: 12px;
}

.footer-form label {
  font-size: 15px;
}

.footer-form input {
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #222;
  min-height: 43px;
  padding: 0 14px;
  width: 100%;
}

.footer-form button {
  background: #ffb751;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
  padding: 0 18px;
}

@media (max-width: 1024px) {
  .header-grid {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 72px;
  }

  .primary-nav {
    display: none;
  }

  .logo-link img {
    width: 96px;
  }

  .outline-link {
    justify-self: end;
    min-width: 96px;
    padding: 9px 16px;
  }

  .hero-grid {
    gap: 34px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 96px;
    padding-top: 48px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-media img {
    margin: 0 auto;
    width: min(100%, 680px);
  }

  .product-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .category-tab {
    flex: 0 0 auto;
    min-width: 126px;
  }

  .product-content,
  .api-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .industry-carousel {
    grid-auto-columns: minmax(360px, 72%);
  }

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

  #product-image {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .shell {
    padding: 0 24px;
  }

  .outline-link {
    font-size: 13px;
    min-width: 90px;
    padding: 9px 14px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero p {
    font-size: 15px;
  }

  .check-row {
    display: grid;
    gap: 18px;
  }

  .button {
    min-width: 180px;
  }

  .hero-wave {
    height: 92px;
  }

  .intro h2,
  .section-heading h2,
  .api-section h2,
  .faq h2,
  .cta h2 {
    font-size: 30px;
  }

  .industries {
    padding: 54px 0 58px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .industry-carousel {
    gap: 18px;
    grid-auto-columns: 100%;
    padding: 4px 0 18px;
  }

  .industry-card {
    min-height: 0;
    padding: 30px 24px 28px;
  }

  .industry-card h3 {
    font-size: 23px;
  }

  .industry-card p {
    font-size: 15px;
  }

  .industry-carousel-controls {
    margin-top: 2px;
  }

  .product-panel h2 {
    font-size: 30px;
  }

  .sub-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .sub-tabs button {
    flex: 0 0 auto;
    min-height: 46px;
  }

  .site-footer {
    padding: 48px 0;
  }

  .footer-main,
  .footer-content,
  .footer-bottom-row {
    gap: 34px;
  }

  .footer-logo {
    width: 132px;
  }

  .footer-links-grid,
  .footer-bottom-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 10px;
  }
}
