/*(c) Haxter Corporation | All rights reserved. */
:root {
  --orange: #d98447;
  --teal: #40c5d2;
  --deep-teal: #0d6c86;
  --text: #222226;
  --muted: #5a5a63;
  --bg: #eef0f1;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text);
  background: #ddd;
}

.page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(245,245,245,.72), rgba(245,245,245,.72)),
    linear-gradient(35deg, rgba(202,204,205,.45) 12%, transparent 12%),
    linear-gradient(125deg, rgba(207,209,211,.42) 16%, transparent 16%),
    linear-gradient(215deg, rgba(214,216,218,.40) 18%, transparent 18%),
    linear-gradient(305deg, rgba(220,222,224,.35) 14%, transparent 14%),
    linear-gradient(75deg, rgba(228,230,232,.25) 10%, transparent 10%),
    linear-gradient(0deg, #e7e8ea, #f0f1f2);
  background-size: cover, 260px 260px, 320px 320px, 300px 300px, 340px 340px, 380px 380px, cover;
  overflow: hidden;
}

.topbar {
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 54px;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-mark {
  width: 22px;
  height: 34px;
  position: relative;
  transform: skewX(-10deg);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border: 3px solid var(--text);
  border-right: none;
  border-radius: 12px 0 0 12px;
  width: 12px;
  height: 24px;
  top: 2px;
}

.brand-mark::after {
  left: 8px;
  height: 18px;
  top: 8px;
  opacity: .9;
}

.brand-text {
  line-height: 1.1;
}

.brand-text .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-text .subtitle {
  font-size: .9rem;
  color: rgba(34,34,38,.8);
}

.nav-area {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 1rem;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-box {
  background: var(--teal);
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  gap: 12px;
  min-width: 190px;
  color: rgba(34,34,38,.9);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.search-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  color: var(--text);
}

.search-box input::placeholder { color: rgba(34,34,38,.8); }

.icon-search {
  width: 18px;
  height: 18px;
  border: 3px solid var(--text);
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.icon-search::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: var(--text);
  border-radius: 2px;
  right: -7px;
  bottom: -1px;
  transform: rotate(45deg);
}

.icon-bell {
  width: 42px;
  height: 42px;
  background: var(--teal);
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}

.icon-bell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 16px;
  height: 15px;
  border: 3px solid var(--text);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
}

.icon-bell::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 18px;
  height: 3px;
  background: var(--text);
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 -4px 0 0 var(--text);
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 68px 80px 44px;
  display: grid;
  grid-template-columns: 1.25fr .95fr 160px;
  gap: 40px 48px;
  align-items: start;
}

.headline h1,
.feature h2 {
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.eyebrow {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #2c2c30;
  line-height: 1.25;
  margin-top: 20px;
  max-width: 360px;
  font-weight: 300;
}

.underline {
  width: 100%;
  max-width: 470px;
  height: 18px;
  background: var(--deep-teal);
  margin-top: 24px;
}

.symbol {
  width: 130px;
  height: 130px;
  background: var(--teal);
  border-radius: 50%;
  position: relative;
  justify-self: center;
  margin-top: 14px;
}

.symbol::before,
.symbol::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 8px;
  background: #1e2428;
  transform: translate(-50%, -50%);
  box-shadow: 0 -22px 0 #1e2428, 0 22px 0 #1e2428;
}

.symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
  box-shadow: 0 -22px 0 #1e2428, 0 22px 0 #1e2428;
}

.symbol .diag,
.symbol .diag2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 8px;
  background: #1e2428;
  border-radius: 4px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.symbol .diag2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.desc,
.feature-copy {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.55;
  color: #3d3f45;
  font-weight: 300;
}

.desc {
  max-width: 500px;
  margin-top: 46px;
}

.feature {
  align-self: start;
  margin-top: 20px;
}

.feature .underline {
  max-width: 520px;
  margin-top: 26px;
}

.footer-line {
  max-width: 1010px;
  margin: 46px auto 0;
  height: 4px;
  background: var(--deep-teal);
}

.tagline {
  text-align: center;
  font-style: italic;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  color: #4f5055;
  padding: 26px 20px 54px;
  font-weight: 300;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 42px 28px 36px;
  }

  .symbol {
    order: 2;
    margin: 0;
    justify-self: start;
  }

  .feature {
    margin-top: 0;
  }

  .desc {
    margin-top: 8px;
  }

  .topbar {
    padding: 18px 24px;
  }

  .nav-area {
    justify-content: flex-start;
  }

  .footer-line {
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media (max-width: 640px) {
  .nav {
    gap: 14px;
  }

  .search-box {
    min-width: 100%;
  }

  .search-wrap {
    width: 100%;
  }

  .brand-text .title {
    font-size: 1.6rem;
  }

  .hero {
    gap: 28px;
  }

  .underline {
    height: 12px;
  }
}