/* Custom Stylesheet */

:root {
  --ink: #17202a;
  --muted: #596675;
  --line: #dce3ea;
  --cloud: #f5f8fb;
  --panel: #ffffff;
  --blue: #1769e0;
  --blue-dark: #0c3f91;
  --green: #17a673;
  --amber: #f2a93b;
  --navy: #102235;
  --shadow: 0 24px 70px rgba(23, 32, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--cloud);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

h1,
h2,
h3 {
  font-weight: 800;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

p {
  color: var(--muted);
  font-size: 1.08rem;
}

a {
  color: inherit;
}

.container {
  width: min(1180px, 92%);
}

.top-nav {
  height: 74px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  border-bottom: 1px solid rgba(220, 227, 234, 0.9);
  backdrop-filter: blur(14px);
}

.top-nav .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 74px;
}

.top-nav .brand-logo {
  position: static;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 800;
}

.top-nav ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 8px;
  height: auto;
}

.top-nav li,
.top-nav a {
  line-height: 1;
}

.top-nav ul a {
  color: var(--muted);
  font-weight: 700;
}

.top-nav ul a:hover {
  color: var(--blue);
  background: transparent;
}

.nav-phone {
  padding: 12px 18px;
  color: #ffffff;
  background: var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 74px;
  background:
    radial-gradient(circle at 18% 8%, rgba(23, 166, 115, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef4f9 48%, #dfe9f5 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -30%;
  width: 56%;
  height: 64%;
  background: rgba(23, 105, 224, 0.12);
  transform: rotate(-12deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
  min-width: 0;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro {
  max-width: 680px;
  margin-bottom: 30px;
  color: #334253;
  font-size: 1.34rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

a.btn-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: auto;
  min-height: 64px;
  padding: 20px 28px;
  border-radius: 8px;
  line-height: 1.2;
  font-size: 19px;
  text-transform: none;
  font-weight: 800;
  box-shadow: none;
}

a.btn-large .material-icons {
  float: none !important;
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

.primary-cta {
  background: var(--blue);
}

.primary-cta:hover,
.primary-cta:focus {
  background: var(--blue-dark);
}

.secondary-cta {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.secondary-cta:hover,
.secondary-cta:focus {
  background: #eef4f9;
  box-shadow: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #253242;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(220, 227, 234, 0.9);
  border-radius: 999px;
  font-weight: 800;
}

.trust-row .material-icons {
  color: var(--green);
  font-size: 20px;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
}

.platform-strip span {
  padding: 8px 12px;
  color: #334253;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(220, 227, 234, 0.9);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 800;
}

.product-visual {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
}

.browser-bar span {
  width: 11px;
  height: 11px;
  background: #f56b6b;
  border-radius: 50%;
}

.browser-bar span:nth-child(2) {
  background: var(--amber);
}

.browser-bar span:nth-child(3) {
  background: var(--green);
}

.browser-bar strong {
  min-width: 0;
  margin-left: 8px;
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 1fr 172px;
  gap: 24px;
  min-height: 370px;
  min-width: 0;
  padding: 28px;
}

.preview-panel {
  min-width: 0;
  background: #ffffff;
  border-radius: 8px;
}

.main-panel {
  align-self: stretch;
  padding: 26px;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
}

.panel-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.status-dot {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(23, 166, 115, 0.14);
}

.main-panel h2 {
  max-width: 340px;
  margin-bottom: 24px;
  font-size: 2.35rem;
}

.progress-track {
  height: 12px;
  margin-bottom: 24px;
  background: #e8eef4;
  border-radius: 999px;
}

.progress-track span {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: inherit;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  min-width: 0;
}

.metric-grid div {
  padding: 14px 10px;
  background: #f4f7fa;
  border-radius: 8px;
}

.metric-grid strong {
  display: block;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.phone-preview {
  align-self: center;
  min-height: 302px;
  padding: 18px 14px;
  background: #f7fafc;
  border: 8px solid #0a1522;
  border-radius: 28px;
}

.phone-speaker {
  width: 48px;
  height: 5px;
  margin: 0 auto 22px;
  background: #ccd6df;
  border-radius: 999px;
}

.app-card {
  height: 58px;
  margin-bottom: 12px;
  background: #dfe7ef;
  border-radius: 8px;
}

.app-card.active {
  height: 112px;
  background:
    linear-gradient(135deg, rgba(23, 105, 224, 0.95), rgba(23, 166, 115, 0.9)),
    #1769e0;
}

.app-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.app-nav span {
  width: 13px;
  height: 13px;
  background: #b8c4cf;
  border-radius: 50%;
}

.section {
  padding: 88px 0;
}

.services-section,
.process-section {
  background: #ffffff;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading p:last-child {
  font-size: 1.18rem;
}

.section-heading.compact {
  max-width: 620px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 286px;
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 32, 42, 0.08);
}

.service-card .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 28px;
}

.service-card:nth-child(2) .material-icons {
  background: var(--green);
}

.service-card:nth-child(3) .material-icons {
  background: var(--amber);
}

.service-card:nth-child(4) .material-icons {
  background: var(--navy);
}

.value-section {
  background: #eef4f9;
}

.value-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.value-list div {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.value-list .material-icons {
  color: var(--blue);
  font-size: 32px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid div {
  padding: 28px 24px;
  background: #f6f9fc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-section {
  padding: 88px 0;
  background: var(--navy);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(23, 105, 224, 0.24), rgba(23, 166, 115, 0.2)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.contact-panel h2,
.contact-panel p {
  color: #ffffff;
}

.contact-panel p {
  opacity: 0.84;
}

.contact-panel .eyebrow {
  color: #7eddbb;
  opacity: 1;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.email-link {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.contact-actions p {
  margin: 0;
  font-size: 0.98rem;
}

footer {
  padding: 26px 0;
  color: #d7e1ec;
  background: #0a1522;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.95rem;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

@media (max-width: 992px) {
  .hero-grid,
  .value-grid,
  .contact-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-visual {
    max-width: 680px;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }

  .hero-copy,
  .product-visual,
  .intro {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .top-nav {
    height: 64px;
  }

  .top-nav .nav-wrapper {
    height: 64px;
  }

  .top-nav .brand-logo {
    left: auto;
    transform: none;
    font-size: 1.28rem;
  }

  .hero {
    padding: 58px 0 52px;
  }

  h1 {
    max-width: calc(100vw - 40px);
    font-size: 2.32rem;
    overflow-wrap: break-word;
  }

  .intro {
    font-size: 1.15rem;
  }

  .hero-actions,
  .trust-row,
  .platform-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn-large {
    width: 100%;
  }

  a.btn-large {
    min-height: 58px;
    padding: 18px 22px;
    font-size: 18px;
  }

  a.btn-large .material-icons {
    font-size: 26px;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .main-panel {
    padding: 22px;
  }

  .main-panel h2 {
    font-size: 2rem;
  }

  .phone-preview {
    display: none;
  }

  .metric-grid,
  .service-grid,
  .value-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding: 58px 0;
  }

  .service-card {
    min-height: auto;
  }

  .contact-panel {
    min-width: 0;
    padding: 28px;
  }

  .email-link {
    font-size: 1.18rem;
  }

  .footer-inner {
    flex-direction: column;
  }
}
