:root {
  --page: #f7f7f5;
  --paper: #ffffff;
  --ink: #142033;
  --muted: #637083;
  --orange: #ff5b14;
  --yellow: #ffc400;
  --blue: #0b4bd8;
  --green: #24a66a;
  --whatsapp: #25d366;
  --whatsapp-deep: #128c4a;
  --line: #e5e8ec;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.content-wrap {
  width: min(100% - 36px, 960px);
  margin: 0 auto;
}

.hero {
  position: relative;
  background: var(--page);
}

.hero-photo {
  height: clamp(250px, 28vw, 370px);
  background:
    linear-gradient(90deg, rgba(18, 22, 28, 0.58), rgba(18, 22, 28, 0.18)),
    url("assets/hero-remote-support.png") center 42% / cover;
}

.brand-card {
  display: grid;
  width: 160px;
  min-height: 132px;
  place-items: center;
  margin-top: -80px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(18, 32, 51, 0.12);
}

.brand-icon {
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.hero-copy {
  max-width: 780px;
  padding: 62px 0 100px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--orange);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.intro {
  max-width: 760px;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: clamp(19px, 2.1vw, 26px);
  line-height: 1.45;
}

.cta-button {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 0 30px 0 22px;
  background: var(--whatsapp);
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: var(--whatsapp-deep);
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.34);
}

.whatsapp-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--whatsapp-deep);
  font-size: 20px;
  font-weight: 900;
}

.whatsapp-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.details {
  padding: 76px 0;
  background: var(--paper);
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}

.info-panel h2,
.final-cta h2,
.summary-panel h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

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

.task-item {
  min-height: 188px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fbfcfd;
}

.task-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.task-item h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.task-item p,
.summary-panel li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.summary-panel {
  border-radius: 8px;
  padding: 30px;
  background: #102244;
  color: #ffffff;
}

.summary-panel h2 {
  color: #ffffff;
}

.summary-panel ul {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.summary-panel li {
  position: relative;
  padding-left: 28px;
  color: #dbe5f5;
}

.summary-panel li::before {
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 900;
  content: "\2713";
}

.cta-button-wide {
  width: 100%;
  min-height: 58px;
  font-size: 18px;
}

.final-cta {
  padding: 62px 0;
  background:
    linear-gradient(90deg, rgba(255, 91, 20, 0.96), rgba(255, 196, 0, 0.92)),
    var(--orange);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.final-cta .section-kicker,
.final-cta h2 {
  color: #ffffff;
}

.final-cta h2 {
  max-width: 640px;
  margin-bottom: 0;
}

.final-cta .cta-button {
  flex: 0 0 auto;
  background: #ffffff;
  color: var(--whatsapp-deep);
  box-shadow: 0 16px 34px rgba(18, 32, 51, 0.18);
}

.final-cta .whatsapp-icon {
  background: var(--whatsapp);
  color: #ffffff;
}

@media (max-width: 820px) {
  .content-wrap {
    width: min(100% - 28px, 680px);
  }

  .hero-photo {
    height: 250px;
  }

  .brand-card {
    width: 138px;
    min-height: 118px;
    margin-top: -62px;
  }

  .brand-icon {
    width: 96px;
    height: 96px;
  }

  .hero-copy {
    padding: 44px 0 72px;
  }

  h1 {
    font-size: 43px;
  }

  .intro {
    font-size: 20px;
  }

  .details-grid,
  .task-grid {
    grid-template-columns: 1fr;
  }

  .summary-panel {
    order: -1;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hero-photo {
    height: 220px;
    background-position: 60% 20%;
  }

  .brand-card {
    width: 126px;
    min-height: 108px;
  }

  h1 {
    font-size: 36px;
  }

  .intro {
    margin-bottom: 34px;
    font-size: 18px;
  }

  .cta-button {
    width: 100%;
    min-height: 60px;
    padding: 0 18px;
    font-size: 18px;
  }

  .details {
    padding: 54px 0;
  }
}
