:root {
  --green-bg: #18e299;
  --light-green-bg: #90ecc5;
  --black-color: #08090b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Inter, system-ui, sans-serif;
  color: white;
  background-color: black;
}
button {
  padding: 10px 15px;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 450;
}

/* Navbar */
.hero-wrapper {
  /* background: url(./assets/bg.webp) no-repeat; */
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 1)
    ),
    url("./assets/bg.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar {
  top: 0;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 24px;
}

.logo img {
  width: 24px;
}
.logo p {
  display: inline;
  font-weight: 600;
  font-size: 1.6rem;
}

nav {
  font-size: 18px;
}

.navbar a {
  text-decoration: none;
  color: white;
  margin: 0 8px;
  font-weight: 600;
}

.right-navbar button {
  padding: 10px 15px;
  border: none;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 550;
}
.right-navbar :first-of-type {
  background-color: rgba(62, 65, 68, 0.164);
  color: white;
}

/*  hero section */

#hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vh;
  margin-top: 4vh;
  text-align: center;
}

.hero-cta {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 30px;
  background-color: rgba(240, 248, 255, 0.192);
  font-weight: 450;
}
#hero-cta-badge {
  background: #0b9c67;
  border-radius: 30px;
  padding: 3px 8px;
  margin-right: 5px;
}
h1 {
  font-size: 4rem;
}
#hero-section h2 {
  font-size: 20px;
  font-weight: 500;
}

#hero-section h2 span,
h1 span {
  display: block;
}

.input-sec {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 30px;
  background-color: rgba(240, 248, 255, 0.192);
}

.input-sec input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
}

.input-sec input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.input-sec button {
  padding: 8px 18px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}
.hero-img {
  margin-top: 10vh;
  border-radius: 8px;
  border: 2px solid rgba(128, 128, 128, 0.377);
}
.hero-img {
  mask-image: linear-gradient(to bottom, black 55%, transparent 95%);
  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 95%);
}

/*other company names and logos */
#logo-wall {
  height: 100vh;
}
.container-l-wall {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-l-wall img {
  margin-top: 16vh;
  width: 90%;
}

/*intelligence section */

.intelligence-section {
  background-color: #000;
  color: #fff;
  padding: 120px 24px;
}

.intelligence-header {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}

.intelligence-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 16px;
}

.intelligence-description {
  font-size: 16px;
  line-height: 1.6;
  color: #b3b3b3;
}

.intelligence-features {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 32px;
  min-height: 420px;

  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-eyebrow {
  font-size: 12px;
  font-weight: 500;
  color: #00f5a0;
  margin-bottom: 12px;
  display: inline-block;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-description {
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
  max-width: 520px;
}

.feature-visual {
  margin-top: 32px;
  border-radius: 14px;
}
.feature-visual img{
 border-radius: 8px;
 margin-top: 10vh;
}
/* assistance */
.assistance-section{
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(128, 128, 128, 0.363);
  gap: 5px;
  padding: 30px;
  border-radius: 28px;
 text-align:center 
}
.assistance-section img{
  border-radius: 8px;
  margin: 10vh 0 5vh 0;
}
.assistance-section h2 {
font-size: 12px;
  font-weight: 500;
  color: #00f5a0;
  margin-bottom: 12px;
}
.assistance-section p{
  font-size: 20px;
}
/* enterprise */
.enterprise-section {
  background-color:#292626; 
  color: #fff;
  padding: 120px 24px;
  margin-top: 12vh;
}

.enterprise-header {
  max-width: 1100px;
  margin: 0 auto 80px;
}

.enterprise-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #00f5a0;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  display: inline-block;
}

.enterprise-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.enterprise-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
}

.enterprise-description {
  font-size: 16px;
  color: #b3b3b3;
  max-width: 520px;
  line-height: 1.6;
}

.enterprise-cta {
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.enterprise-features {
  max-width: 1100px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.enterprise-feature {
  max-width: 420px;
}

.feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 245, 160, 0.15);
  margin-bottom: 16px;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-description {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.6;
}

.enterprise-story {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  background: url(./assets/c-4.svg) no-repeat;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
  min-width: 70vh;
  border-radius: 10px;
  height: 70vh;
}

.story-states {
  display: flex;
  gap:15px
}
.story-states-num{
  display: block;
  font-size: 45px;
  font-weight: 500;
}

.story-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #ffffffcc;
  margin-bottom: 12px;
  display: inline-block;
}

.story-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.4;
}

.story-link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.story-visual {
  /* width: 260px; */
  /* height: 180px; */
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.15);
}


/* customer section */
.customers-section {
  background-color: #000;
  color: #fff;
  padding: 120px 24px;
}

.customers-header {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}

.customers-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #00f5a0;
  margin-bottom: 12px;
  display: inline-block;
}

.customers-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.customers-description {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1.6;
}

.customers-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.customer-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.customer-visual {
  height: 180px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.08);
}
.customer-visual img{
  border-radius: 10px;
}

.customer-summary {
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1.5;
}

.customer-link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-top: auto;
}

.customers-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pagination-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.pagination-btn.active {
  background-color: #fff;
  color: #000;
}
/* cta section */
.cta-section {
  background-color: #000;
  color: #fff;
  padding: 160px 24px;
  text-align: center;
}

.cta-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Title + description */
.cta-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cta-description {
  font-size: 15px;
  color: #b3b3b3;
  margin-bottom: 32px;
}

/* Buttons */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 64px;
}

.cta-btn {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.cta-btn.primary {
  background-color: #fff;
  color: #000;
}

.cta-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.cta-features {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  max-width: 700px;
  margin: 0 auto;
}

.cta-feature {
  text-align: center;
}

.cta-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 16px;
  border-radius: 8px;
  background-color: rgba(0, 245, 160, 0.15);
}

.cta-feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cta-feature-desc {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 10px;
}

.cta-link {
  font-size: 14px;
  color: #00f5a0;
  text-decoration: none;
}

.cta-divider {
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.15);
}

/* footer */
.site-footer {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 64px 24px 32px;
  font-family: Inter, system-ui, sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top row */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  font-size: 18px;
  font-weight: 600;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

/* Links */
.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding: 48px 0;
}

.footer-column h4 {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #a1a1aa;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  font-size: 14px;
  color: #e5e7eb;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-column a:hover {
  opacity: 0.8;
}

/* Bottom row */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: #a1a1aa;
}

.footer-security {
  display: flex;
  align-items: center;
  gap: 12px;
}

.security-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 11px;
}
