:root {
  --ink: #090909;
  --muted: #4a4a4a;
  --soft: #f7f7f5;
  --line: #e9e7e2;
  --orange: #ff5a12;
  --orange-dark: #e84700;
  --green: #55b778;
  --blue: #1c96bf;
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
}

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

.site-header {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 30px 24px;
}

.brand {
  display: inline-block;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 55px;
  margin-left: auto;
}

.main-nav a,
.text-link,
.site-footer a {
  font-size: 14px;
  font-weight: 600;
}

.button {
  align-items: center;
  background: var(--orange);
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 0 21px;
  transition: background 160ms ease, transform 160ms ease;
}

.button:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 48px;
  padding-inline: 22px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 1.15fr);
  margin: 44px auto 0;
  max-width: var(--max);
  min-height: 500px;
  padding: 0 24px 64px;
}

.hero h1 {
  font-size: clamp(44px, 5.3vw, 68px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 580px;
}

.hero h1 span,
.section-heading span,
.about-intro > span,
.text-link-orange,
.product-body a {
  color: var(--orange);
}

.hero p {
  color: #343434;
  font-size: 17px;
  line-height: 1.6;
  margin: 25px 0 0;
  max-width: 470px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 38px;
}

.text-link {
  align-items: center;
  display: inline-flex;
  gap: 11px;
}

.hero-media {
  height: 425px;
  position: relative;
}

.mock-device {
  background: #0b0b0b;
  border: 1px solid #2c2c2c;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
  color: #fff;
  position: absolute;
}

.laptop {
  border-radius: 18px;
  height: 330px;
  padding: 24px 25px;
  right: 25px;
  top: 24px;
  width: 525px;
}

.laptop::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.45));
  border-radius: 50%;
  bottom: -78px;
  content: "";
  filter: blur(15px);
  height: 70px;
  left: 9%;
  position: absolute;
  right: 9%;
}

.device-bar {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 20px;
}

.device-bar small {
  border: 1px solid var(--orange);
  border-radius: 6px;
  color: var(--orange);
  font-size: 9px;
  padding: 3px 6px;
}

.pitch {
  background:
    radial-gradient(circle at 20% 36%, rgba(24, 151, 255, 0.58), transparent 10%),
    radial-gradient(circle at 54% 62%, rgba(255, 166, 31, 0.42), transparent 12%),
    radial-gradient(circle at 69% 28%, rgba(26, 208, 99, 0.5), transparent 10%),
    linear-gradient(135deg, #2c6b31, #152f1f 48%, #365b2b);
  border: 2px solid rgba(255, 255, 255, 0.42);
  height: 210px;
  position: relative;
  width: 350px;
}

.pitch-line {
  border: 1px solid rgba(255, 255, 255, 0.45);
  position: absolute;
}

.pitch-box-left,
.pitch-box-right {
  height: 76px;
  top: 66px;
  width: 44px;
}

.pitch-box-left {
  border-left: 0;
  left: 0;
}

.pitch-box-right {
  border-right: 0;
  right: 0;
}

.pitch-center {
  border-radius: 50%;
  height: 80px;
  left: calc(50% - 40px);
  top: 65px;
  width: 80px;
}

.pitch i,
.pitch b {
  border-radius: 50%;
  display: block;
  left: var(--x);
  position: absolute;
  top: var(--y);
  transform: translate(-50%, -50%);
}

.pitch i {
  background: var(--c);
  box-shadow: 0 0 22px var(--c);
  height: 8px;
  width: 8px;
}

.pitch b {
  background: #ff5717;
  height: 6px;
  width: 6px;
}

.stats-panel {
  display: grid;
  gap: 12px;
  position: absolute;
  right: 26px;
  top: 90px;
}

.stats-panel small {
  color: #bdbdbd;
  font-size: 10px;
}

.stats-panel strong {
  font-size: 18px;
}

.phone {
  border-radius: 28px;
  bottom: 34px;
  height: 270px;
  left: 0;
  padding: 64px 18px 20px;
  width: 137px;
  z-index: 2;
}

.phone span,
.watch span {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 34px;
}

.phone h2 {
  font-size: 17px;
  line-height: 1.16;
  margin: 0;
}

.phone p {
  color: #bfbfbf;
  font-size: 8px;
  line-height: 1.5;
  margin: 14px 0 18px;
}

.phone small {
  background: var(--orange);
  border-radius: 9px;
  display: inline-block;
  font-size: 7px;
  padding: 6px 9px;
}

.watch {
  border-radius: 30px;
  bottom: 56px;
  height: 116px;
  padding: 24px 15px;
  right: 0;
  width: 96px;
  z-index: 2;
}

.watch span {
  font-size: 8px;
  margin-bottom: 6px;
}

.watch strong {
  color: var(--orange);
  display: block;
  font-size: 10px;
}

.watch small {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.products-section {
  background: linear-gradient(180deg, #fafafa, #fff 48%);
  border-top: 1px solid #f0f0ed;
  padding: 42px 24px 40px;
}

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

.section-heading span,
.about-intro > span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2,
.about-section h2 {
  font-size: clamp(27px, 3vw, 34px);
  line-height: 1.2;
  margin: 11px 0 14px;
}

.section-heading p {
  color: #444;
  font-size: 15px;
  margin: 0;
}

.product-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product-image {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.dance-placeholder {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(255, 90, 18, 0.18), transparent 38%),
    radial-gradient(circle at 80% 42%, #303030, #070707 54%);
  display: flex;
  padding-left: 36px;
}

.dance-placeholder strong {
  color: #fff;
  font-size: 28px;
  transform: rotate(-8deg);
}

.dance-placeholder div {
  background: linear-gradient(180deg, #1b1b1b, #080808);
  border: 1px solid #333;
  border-radius: 18px;
  height: 120px;
  position: absolute;
  right: 37px;
  transform: rotate(-9deg);
  width: 68px;
}

.pitch-placeholder {
  background:
    radial-gradient(circle at 24% 38%, rgba(18, 168, 255, 0.65), transparent 9%),
    radial-gradient(circle at 55% 48%, rgba(255, 90, 18, 0.45), transparent 8%),
    radial-gradient(circle at 75% 35%, rgba(43, 214, 113, 0.56), transparent 10%),
    linear-gradient(135deg, #244c26, #17301f 55%, #4d7131);
}

.gym-placeholder {
  background:
    radial-gradient(circle at 50% 60%, rgba(255, 90, 18, 0.75), transparent 8%),
    linear-gradient(135deg, #1c1c1c, #060606);
}

.gym-placeholder div {
  border: 22px solid #272727;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #3d3d3d;
  height: 190px;
  left: 50%;
  position: absolute;
  top: 34px;
  transform: translateX(-50%);
  width: 260px;
}

.product-body {
  padding: 21px 20px 24px;
}

.product-body h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 13px;
}

.product-body h3 small {
  font-size: 13px;
  font-weight: 700;
}

.product-body p {
  color: #303030;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 25px;
}

.product-body a {
  font-size: 14px;
  font-weight: 700;
}

.about-section {
  align-items: center;
  background:
    radial-gradient(circle at 15% 42%, rgba(61, 88, 76, 0.18), transparent 26%),
    #070908;
  color: #fff;
  display: grid;
  gap: 62px;
  grid-template-columns: 1fr 0.9fr 1.2fr;
  padding: 41px max(24px, calc((100vw - var(--max)) / 2)) 52px;
}

.about-intro h2 {
  margin-bottom: 42px;
  max-width: 350px;
}

.principles {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.principles svg {
  fill: none;
  height: 31px;
  margin-bottom: 21px;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 31px;
}

.principles h3 {
  font-size: 13px;
  margin: 0 0 10px;
}

.principles p,
.about-copy p {
  color: #e8e8e8;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.about-copy {
  display: grid;
  gap: 23px;
}

.office-placeholder {
  background: linear-gradient(135deg, #2f332e, #0d0f0f);
  border-radius: var(--radius);
  height: 310px;
  overflow: hidden;
  position: relative;
}

.desk-scene,
.window,
.plant,
.laptop-small,
.mug {
  position: absolute;
}

.desk-scene {
  inset: 0;
}

.window {
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.18) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.18) 50%, transparent 51%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02));
  height: 170px;
  left: 34px;
  top: 28px;
  width: 180px;
}

.plant {
  background: #142018;
  border-radius: 0 0 18px 18px;
  bottom: 62px;
  height: 54px;
  left: 52px;
  width: 46px;
}

.plant::before {
  background:
    radial-gradient(ellipse at 20% 70%, #5e8c62 0 26%, transparent 27%),
    radial-gradient(ellipse at 55% 42%, #4f7c55 0 24%, transparent 25%),
    radial-gradient(ellipse at 82% 68%, #6aa36f 0 23%, transparent 24%);
  content: "";
  height: 90px;
  left: -23px;
  position: absolute;
  top: -82px;
  width: 95px;
}

.laptop-small {
  align-items: center;
  background: #111;
  border: 2px solid #242424;
  border-radius: 8px;
  bottom: 77px;
  color: #a9a9a9;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 105px;
  justify-content: center;
  left: 155px;
  width: 200px;
}

.mug {
  align-items: center;
  background: #0a0a0a;
  border-radius: 0 0 19px 19px;
  bottom: 68px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 70px;
  justify-content: center;
  right: 55px;
  width: 55px;
}

.site-footer {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.7fr 1fr 1.55fr 1.2fr;
  margin: 0 auto;
  max-width: var(--max);
  padding: 46px 24px 39px;
}

.site-footer h2 {
  font-size: 13px;
  margin: 0 0 22px;
}

.site-footer p,
.site-footer a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.65;
  margin: 13px 0 0;
}

.copyright {
  border-top: 1px solid #f0efeb;
  color: #8a8a8a;
  font-size: 12px;
  padding: 17px 24px 22px;
  text-align: center;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .hero-media {
    height: 370px;
  }

  .laptop {
    right: 0;
  }

  .product-grid,
  .about-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .about-section {
    gap: 34px;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    gap: 16px;
    padding: 24px 18px;
  }

  .brand {
    font-size: 27px;
  }

  .button-small {
    font-size: 12px;
    min-height: 42px;
    padding-inline: 14px;
  }

  .hero {
    gap: 18px;
    min-height: auto;
    padding: 0 18px 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 43px);
    max-width: 360px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-media {
    height: 275px;
    overflow: hidden;
  }

  .laptop {
    height: 252px;
    left: 54px;
    padding: 17px;
    right: auto;
    top: 16px;
    transform: scale(0.64);
    transform-origin: top left;
    width: 525px;
  }

  .phone {
    bottom: 18px;
    left: 0;
    transform: scale(0.72);
    transform-origin: bottom left;
  }

  .watch {
    bottom: 58px;
    right: 6px;
    transform: scale(0.78);
  }

  .products-section {
    padding-inline: 18px;
  }

  .section-heading {
    max-width: 100%;
    text-align: left;
  }

  .section-heading h2 {
    font-size: 29px;
    max-width: 350px;
  }

  .section-heading p {
    max-width: 340px;
  }

  .product-grid {
    gap: 24px;
  }

  .about-section {
    padding-inline: 18px;
  }

  .principles {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .office-placeholder {
    height: 260px;
  }

  .site-footer {
    gap: 28px;
    padding-inline: 18px;
  }
}
