:root {
  --blue: #1769ff;
  --blue-dark: #0d1f3a;
  --orange: #ff6a00;
  --ink: #101827;
  --muted: #667085;
  --line: #e7e9ed;
  --paper: #fbfbfa;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

.nav {
  height: 88px;
  padding: 0 4.4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(251,251,250,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand, .footer-brand {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.09em;
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
}
.nav nav { display: flex; gap: 44px; align-items: center; }
.nav nav a { font-size: 16px; color: #172033; transition: color .2s ease; }
.nav nav a:hover, .footer-links a:hover { color: var(--blue); }
.nav-btn {
  justify-self: end;
  background: var(--blue);
  color: #fff;
  padding: 15px 27px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(23,105,255,.16);
}

.hero {
  min-height: 730px;
  padding: 118px 5.7vw 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-copy { max-width: 780px; position: relative; z-index: 2; }
.eyebrow, .section-heading > span, .download > div > span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  color: #6e7480;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 42px; }
.eyebrow i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); display: inline-block; }
.hero h1 {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(64px, 6.7vw, 112px);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 800;
  max-width: 850px;
}
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { color: var(--orange); }
.hero h1 strong { color: var(--blue-dark); font-weight: 800; margin-top: 9px; }
.hero-text {
  max-width: 700px;
  margin: 38px 0 36px;
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.55;
  color: #596475;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.primary, .secondary {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
}
.primary { background: var(--blue); color: #fff; box-shadow: 0 10px 25px rgba(23,105,255,.18); }
.secondary { border: 1px solid #b9bec8; background: rgba(255,255,255,.55); }
.micro { display: flex; gap: 12px; align-items: center; margin: 32px 0 0; color: #5f6978; font-size: 16px; }
.micro b { color: var(--orange); font-size: 13px; }

.phone-wrap { height: 650px; display: flex; justify-content: center; align-items: center; position: relative; }
.phone {
  width: min(390px, 32vw);
  aspect-ratio: .505;
  background: #0c0d0e;
  border: 10px solid #0b0c0d;
  border-radius: 52px;
  transform: rotate(5deg) translateY(16px);
  box-shadow: 0 35px 60px rgba(25,34,48,.20);
  position: relative;
  overflow: hidden;
}
.notch { position: absolute; z-index: 3; top: 17px; left: 50%; transform: translateX(-50%); width: 118px; height: 29px; border-radius: 999px; background: #0a0b0c; }
.screen { position: absolute; inset: 0; background: #f7f7f3; border-radius: 42px; padding: 62px 20px 18px; overflow: hidden; }
.screen-top { display: flex; justify-content: space-between; align-items: center; }
.mini-logo { font-family: Manrope, sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -.07em; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: #d9d9d3; position: relative; }
.avatar span::before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #555; left: 12px; top: 7px; }
.avatar span::after { content: ""; position: absolute; width: 17px; height: 8px; border-radius: 10px 10px 4px 4px; background: #555; left: 8px; bottom: 6px; }
.hello { font-family: Manrope, sans-serif; font-size: 28px; line-height: 1.05; letter-spacing: -.05em; margin: 29px 0 20px; }
.hello b { color: var(--blue); }
.search { height: 53px; border-radius: 18px; background: #fff; box-shadow: 0 9px 20px rgba(32,42,58,.08); display: flex; align-items: center; gap: 11px; padding: 0 17px; color: #89909b; font-size: 13px; }
.search-icon, .search-symbol { width: 17px; height: 17px; border: 2px solid currentColor; border-radius: 50%; position: relative; display: inline-block; }
.search-icon::after, .search-symbol::after { content: ""; position: absolute; width: 8px; height: 2px; background: currentColor; right: -6px; bottom: -3px; transform: rotate(48deg); border-radius: 2px; }
.chips { display: flex; gap: 9px; margin: 13px 0 16px; }
.chips span { background: #fff; padding: 9px 15px; border-radius: 999px; font-size: 12px; }
.chips .active { background: var(--blue); color: #fff; }
.listing { background: #fff; border-radius: 18px; padding: 10px; display: grid; grid-template-columns: 43% 1fr; gap: 10px; align-items: center; margin-bottom: 11px; box-shadow: 0 7px 18px rgba(34,42,54,.07); }
.listing-image { height: 86px; border-radius: 12px; overflow: hidden; position: relative; }
.image-one { background: linear-gradient(145deg,#b8d6eb 0 34%,#dce8df 34% 55%,#8ba06e 55% 100%); }
.image-one::after { content: ""; position: absolute; width: 68%; height: 44%; left: 16%; bottom: 15%; background: linear-gradient(135deg,#d9d9d4 0 25%,#fff 25% 40%,#b9c0c5 40% 100%); clip-path: polygon(0 100%,0 42%,42% 0,100% 30%,100% 100%); }
.image-two { background: linear-gradient(150deg,#a9c7df 0 42%,#d4ded3 42% 63%,#7f9a62 63%); }
.image-two::after { content: ""; position: absolute; width: 62%; height: 54%; left: 20%; bottom: 9%; background: linear-gradient(135deg,#e9e8e0 0 32%,#fff 32% 47%,#c6c8c6 47% 100%); clip-path: polygon(0 100%,0 38%,50% 0,100% 38%,100% 100%); }
.listing-copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.listing-copy small { color: #a0a5ae; font-size: 9px; }
.listing-copy b { font-family: Manrope, sans-serif; font-size: 13px; line-height: 1.1; }
.listing-copy span { color: var(--orange); font-weight: 800; font-size: 12px; }

.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-top: 1px solid #f0f1f3; border-bottom: 1px solid #f0f1f3; padding: 42px 5.8vw; }
.feature-item { display: grid; grid-template-columns: 100px 1fr; gap: 28px; align-items: start; padding: 0 40px; min-height: 150px; }
.feature-item + .feature-item { border-left: 1px solid #e1e3e7; }
.feature-icon { width: 88px; height: 88px; border-radius: 22px; background: #edf3ff; color: var(--blue); display: flex; align-items: center; justify-content: center; position: relative; }
.search-symbol { width: 39px; height: 39px; border-width: 4px; }
.search-symbol::after { width: 19px; height: 4px; right: -14px; bottom: -8px; }
.arrow-symbol::before { content: ""; width: 39px; height: 4px; background: var(--blue); transform: rotate(-45deg); border-radius: 4px; }
.arrow-symbol::after { content: ""; position: absolute; width: 24px; height: 24px; border-top: 4px solid var(--blue); border-right: 4px solid var(--blue); right: 22px; top: 23px; }
.hammer-symbol::before { content: ""; width: 32px; height: 10px; border: 4px solid var(--blue); border-radius: 5px; transform: rotate(45deg); position: absolute; top: 25px; left: 28px; }
.hammer-symbol::after { content: ""; width: 6px; height: 42px; background: var(--blue); transform: rotate(45deg); border-radius: 5px; position: absolute; top: 36px; left: 43px; }
.hammer-symbol span { width: 42px; height: 4px; background: var(--blue); border-radius: 4px; position: absolute; bottom: 23px; left: 23px; }
.feature-number { color: var(--orange); font-size: 17px; font-weight: 800; }
.feature-item h3 { margin: 8px 0 5px; font-family: Manrope, sans-serif; font-size: 20px; letter-spacing: -.03em; }
.feature-item p { margin: 0; color: #657083; font-size: 15px; line-height: 1.65; max-width: 270px; }

.how-section { padding: 120px 7vw; }
.section-heading h2, .download h2 { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.06em; font-size: clamp(52px, 5.5vw, 88px); line-height: .98; margin: 24px 0 0; }
.steps { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.steps > div { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.steps b { color: var(--orange); font-size: 14px; }
.steps h3 { font-family: Manrope, sans-serif; font-size: 25px; margin: 25px 0 8px; }
.steps p { color: var(--muted); line-height: 1.6; margin: 0; }

.download { margin: 0 7vw 100px; padding: 76px 7vw; border-radius: 40px; background: #ebeae6; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.download h2 { font-size: clamp(46px, 4.6vw, 72px); margin-top: 22px; }
.download p { color: #657083; font-size: 18px; margin: 24px 0 0; }
.download-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-width: 250px; }
.store { width: 250px; padding: 18px 30px; border-radius: 19px; background: var(--blue); color: #fff; display: flex; flex-direction: column; gap: 3px; box-shadow: 0 12px 25px rgba(23,105,255,.16); }
.store small { font-size: 10px; letter-spacing: .15em; opacity: .8; }
.store strong { font-size: 25px; }
.copy-link { text-decoration: underline; font-size: 14px; }
#copy-status { min-height: 20px; font-size: 13px; color: #667085; }

footer { border-top: 1px solid var(--line); padding: 55px 7vw 25px; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: start; gap: 30px; }
.footer-brand { font-size: 38px; }
footer p { color: #667085; margin: 8px 0 0; }
.footer-links { justify-self: end; display: flex; gap: 30px; }
footer small { grid-column: 1 / -1; color: #9299a4; margin-top: 18px; }

@media (max-width: 1000px) {
  .nav { padding: 0 24px; }
  .hero { grid-template-columns: 1fr; padding: 82px 7vw 30px; }
  .phone-wrap { height: 540px; margin-top: 20px; }
  .phone { width: min(330px, 60vw); }
  .feature-strip { grid-template-columns: 1fr; gap: 0; }
  .feature-item { padding: 32px 0; }
  .feature-item + .feature-item { border-left: 0; border-top: 1px solid #e1e3e7; }
}
@media (max-width: 700px) {
  .nav { height: 74px; grid-template-columns: 1fr auto; }
  .brand { font-size: 34px; }
  .nav nav { display: none; }
  .nav-btn { padding: 12px 17px; font-size: 13px; }
  .hero { padding: 68px 24px 20px; min-height: auto; }
  .eyebrow { font-size: 10px; margin-bottom: 27px; letter-spacing: .15em; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-text { font-size: 17px; margin-top: 28px; }
  .primary, .secondary { width: 100%; min-height: 56px; }
  .micro { flex-wrap: wrap; }
  .phone-wrap { height: 470px; }
  .phone { width: 290px; }
  .feature-strip { padding: 20px 24px; }
  .feature-item { grid-template-columns: 78px 1fr; gap: 18px; }
  .feature-icon { width: 70px; height: 70px; border-radius: 18px; }
  .search-symbol { width: 30px; height: 30px; }
  .how-section { padding: 80px 24px; }
  .section-heading h2 { font-size: 52px; }
  .steps { grid-template-columns: 1fr; margin-top: 45px; }
  .download { margin: 0 20px 70px; padding: 50px 28px; border-radius: 28px; flex-direction: column; align-items: flex-start; }
  .download h2 { font-size: 48px; }
  footer { padding: 45px 24px 25px; grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  footer small { grid-column: auto; }
}


/* =========================================
   PEX IT BRAND SECTION
   ========================================= */

.pex-it-section {
  width: 100%;
  min-height: 230px;
  padding: 55px 5vw;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;

  background: #ffffff;
  overflow: hidden;
}

.pex-it-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(72px, 9vw, 145px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.pex-it-pex {
  color: #1769ff;
}

.pex-it-it {
  color: #ff6500;
  letter-spacing: -0.06em;
}

.pex-it-divider {
  height: 2px;
  flex: 1;
  max-width: 390px;
}

.pex-it-divider-left {
  background: linear-gradient(
    90deg,
    transparent 0%,
    #1769ff 100%
  );
}

.pex-it-divider-right {
  background: linear-gradient(
    90deg,
    #1769ff 0%,
    transparent 100%
  );
}


/* TABLET */

@media (max-width: 1000px) {

  .pex-it-section {
    gap: 25px;
    min-height: 190px;
  }

  .pex-it-brand {
    font-size: clamp(65px, 10vw, 105px);
    gap: 14px;
  }

  .pex-it-divider {
    max-width: 220px;
  }
}


/* MOBILE */

@media (max-width: 650px) {

  .pex-it-section {
    min-height: 150px;
    padding: 40px 20px;
    gap: 12px;
  }

  .pex-it-brand {
    font-size: clamp(52px, 17vw, 80px);
    gap: 10px;
  }

  .pex-it-divider {
    max-width: 70px;
  }
}
