:root {
  --deep: #07101a;
  --deep-2: #0b1724;
  --navy: #082648;
  --navy-2: #061e3b;
  --gold: #d6a04c;
  --gold-light: #f4cf7c;
  --bronze: #bd936d;
  --green: #45b315;
  --green-dark: #2d8f0c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 900;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 70px;
  border-bottom: 1px solid rgba(213, 160, 76, .28);
  background: rgba(18, 24, 28, .97);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

.site-menu {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid rgba(213, 160, 76, .28);
  background: rgba(18, 24, 28, .98);
}

.site-menu.is-open {
  display: flex;
}

.site-menu a {
  display: block;
  padding: 18px 24px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.menu-toggle {
  display: grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  place-content: center;
  color: var(--gold-light);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.landing-page {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .35), transparent 36%, rgba(0, 0, 0, .28)),
    linear-gradient(180deg, #07101a 0%, #101a22 45%, #08111b 100%);
}

.product-section,
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, .48) 0%, rgba(7, 16, 26, .88) 38%, rgba(12, 20, 27, .64) 100%),
    linear-gradient(90deg, rgba(5, 12, 18, .96), rgba(19, 29, 37, .9));
}

.product-section::before,
.contact-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(126deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 100%),
    linear-gradient(18deg, transparent 0 52%, rgba(255, 255, 255, .05) 52% 53%, transparent 53% 100%),
    linear-gradient(90deg, rgba(6, 18, 30, .4), transparent 48%, rgba(205, 160, 87, .08));
  background-size: 140px 140px, 100% 100%, 100% 100%;
  opacity: .55;
  pointer-events: none;
}

.product-section::after {
  position: absolute;
  top: 11%;
  left: -180px;
  width: 460px;
  height: 760px;
  border: 2px solid rgba(255, 255, 255, .045);
  border-radius: 42%;
  content: "";
  opacity: .9;
  pointer-events: none;
  transform: rotate(-24deg);
}

.product-section--first {
  background:
    linear-gradient(115deg, rgba(1, 7, 13, .5), rgba(7, 17, 29, .9) 48%, rgba(20, 28, 34, .74)),
    linear-gradient(180deg, #0a1420, #07101a);
}

.product-section--warm {
  background:
    linear-gradient(112deg, rgba(6, 13, 20, .82), rgba(17, 26, 34, .78) 54%, rgba(83, 57, 38, .35)),
    linear-gradient(180deg, #09131e, #111923);
}

.product-section > *,
.contact-section > * {
  position: relative;
  z-index: 1;
}

.section-title {
  color: #fff;
  font-size: clamp(2.65rem, 11vw, 5.45rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .35);
}

.section-kicker {
  margin-top: 12px;
  color: var(--gold-light);
  font-size: clamp(1rem, 3.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.audience-block,
.info-card {
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.48;
  max-width: 100%;
  overflow-wrap: break-word;
}

.audience-block h2,
.info-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(1.6rem, 7vw, 3rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.audience-block .lead,
.info-card .lead {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.audience-block ul,
.info-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-block li,
.info-card li {
  position: relative;
  padding-left: 18px;
}

.audience-block li::before,
.info-card li::before {
  position: absolute;
  top: .66em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold-light);
  content: "";
}

.audience-block li strong,
.info-card li strong {
  color: var(--gold-light);
}

.info-card {
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  padding: clamp(28px, 6vw, 56px);
  background: rgba(6, 16, 27, .54);
  box-shadow: inset 0 0 48px rgba(255, 255, 255, .035), 0 28px 60px rgba(0, 0, 0, .2);
}

.info-card .closing,
.micro-copy {
  margin-top: 22px;
  color: #fff;
  font-weight: 900;
}

.micro-copy {
  font-size: 12px;
  line-height: 1.38;
}

.person-icon,
.target-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.person-icon::before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.person-icon::after {
  position: absolute;
  right: 2px;
  bottom: 1px;
  left: 2px;
  height: 18px;
  border-radius: 18px 18px 4px 4px;
  background: currentColor;
  content: "";
}

.target-icon {
  border: 4px solid currentColor;
  border-radius: 50%;
}

.target-icon::before,
.target-icon::after {
  position: absolute;
  content: "";
}

.target-icon::before {
  inset: 7px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.target-icon::after {
  top: -7px;
  right: -7px;
  width: 17px;
  height: 17px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(45deg);
}

.phone-mockup {
  position: relative;
  width: min(66vw, 265px);
  padding: 10px;
  border: 4px solid #2b2d31;
  border-radius: 36px;
  background: #050609;
  box-shadow: 0 22px 40px rgba(0, 0, 0, .46), inset 0 0 0 3px #111820;
  transform: rotate(-4deg);
}

.phone-mockup::after {
  display: block;
  padding-bottom: 184%;
  content: "";
}

.phone-notch {
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 2;
  width: 78px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #050609;
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  inset: 14px;
  overflow: hidden;
  border-radius: 26px;
  padding: 48px 14px 16px;
  border: 2px solid rgba(255, 255, 255, .18);
  background:
    linear-gradient(160deg, rgba(21, 55, 87, .94), rgba(5, 18, 31, .98)),
    #071525;
}

.phone-screen p span {
  color: var(--gold-light);
}

.phone-screen ol {
  counter-reset: phone;
  margin: 0;
  padding: 0;
  list-style: none;
}

.phone-screen li {
  position: relative;
  border: 1px solid rgba(5, 15, 26, .25);
  border-radius: 4px;
  padding: 4px 18px 4px 5px;
  background: #f1efe4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
}

.phone-screen li::before {
  counter-increment: phone;
  content: counter(phone) ". ";
}

.phone-screen li::after {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #152536;
  border-radius: 2px;
  content: "";
}

.book-mockup {
  position: relative;
  width: min(68vw, 350px);
  aspect-ratio: .72;
  perspective: 900px;
}

.book-mockup::before,
.book-mockup::after {
  position: absolute;
  content: "";
}

.book-mockup::before {
  top: 4%;
  right: -12%;
  width: 25%;
  height: 91%;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, #e8ebef, #9faab5);
  transform: skewY(-6deg);
}

.book-mockup::after {
  right: -6%;
  bottom: 1%;
  width: 22%;
  height: 96%;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(4, 18, 35, .9), rgba(29, 61, 96, .92));
  box-shadow: 18px 22px 38px rgba(0, 0, 0, .36);
}

.book-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px solid #18385d;
  border-radius: 4px 13px 13px 4px;
  padding: 30px 26px;
  color: var(--gold-light);
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 8%),
    linear-gradient(145deg, #123259, #06162a 78%);
  box-shadow: inset 0 0 0 2px rgba(244, 207, 124, .58), inset 0 0 0 12px rgba(4, 13, 25, .35);
  transform: rotate(-6deg);
}

.book-cover p {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.book-cover h3 {
  margin: 8px 0 20px;
  color: var(--gold-light);
  font-size: clamp(2rem, 8vw, 3.4rem);
  font-weight: 1000;
  line-height: .9;
}

.book-cover span {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.book-mockup--portfolio {
  width: min(76vw, 420px);
}

.book-mockup--portfolio .book-cover {
  justify-content: center;
  border-color: #1d3b5f;
  border-radius: 7px 17px 17px 7px;
  padding: 40px 26px;
  transform: rotate(1deg);
}

.book-mockup--portfolio .book-cover::before,
.book-mockup--analysis .book-cover::before {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 32%;
  height: 25%;
  border-radius: 0 14px 0 16px;
  background: linear-gradient(135deg, #f5d17b, #a77231);
  content: "";
}

.book-mockup--portfolio .book-cover::after,
.book-mockup--analysis .book-cover::after {
  position: absolute;
  right: -7px;
  width: 34px;
  height: 32%;
  border-radius: 9px;
  background: linear-gradient(90deg, #7e5525, #f5d17b, #a56d2f);
  content: "";
  box-shadow: 0 0 0 3px rgba(57, 34, 12, .3);
}

.shield-mark {
  display: grid;
  align-self: center;
  width: 74px;
  height: 80px;
  place-items: center;
  border: 4px solid var(--gold);
  border-radius: 20px 20px 28px 28px;
  color: var(--gold-light);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 4px rgba(3, 15, 29, .8);
}

.feature-list {
  display: grid;
  gap: 8px;
}

.feature-list span {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(214, 160, 76, .9);
  border-radius: 9px;
  padding: 6px 12px 6px 52px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(5, 14, 26, .9), rgba(14, 42, 73, .86));
  box-shadow: 0 5px 14px rgba(0, 0, 0, .25);
}

.feature-list span::before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #07101a;
  font-size: 17px;
  font-weight: 900;
  background: radial-gradient(circle at 35% 25%, #fff4b4, var(--gold) 55%, #8f6027 100%);
  content: "✓";
  transform: translateY(-50%);
}

.offer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.offer-box.hidden {
  display: none !important;
}

.offer-box p {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
}

.price-seal {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: 236px;
  padding: 0;
  color: #071832;
  text-align: center;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
}

.price-seal img {
  display: block;
  width: 100% !important;
  height: auto;
  object-fit: contain;
}

.price-seal span {
  position: absolute;
  top: 29%;
  left: 50%;
  z-index: 1;
  width: 62%;
  transform: translateX(-50%);
  font-size: clamp(1rem, 4vw, 1.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.price-seal em {
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 1;
  width: 62%;
  margin: 0;
  transform: translateX(-50%);
  font-size: clamp(.92rem, 3vw, 1.4rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-decoration: line-through;
}

.price-seal strong {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 70%;
  transform: translate(-50%, -50%);
  color: #061a39;
  font-size: clamp(4.2rem, 16vw, 6.7rem);
  font-weight: 1000;
  letter-spacing: -.05em;
  line-height: .72;
  text-align: center;
}

.price-seal small {
  position: absolute;
  top: .27em;
  left: -.05em;
  display: block;
  margin: 0;
  font-size: .1875em;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: .02em;
}

.price-seal sup {
  position: absolute;
  top: .18em;
  right: -.08em;
  margin: 0;
  font-size: .1875em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.price-seal b,
.price-seal i {
  position: relative;
  z-index: 1;
  display: block;
  font-style: normal;
}

.price-seal b {
  position: absolute;
  right: 0;
  bottom: 18%;
  left: 0;
  margin-top: 4px;
  font-size: clamp(.82rem, 2.8vw, 1.25rem);
  font-weight: 1000;
}

.price-seal i {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
}

.buy-button {
  display: inline-flex;
  width: min(100%, 306px);
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 28px;
  color: #fff;
  font-size: clamp(1.05rem, 4vw, 2rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #4cbd17, var(--green-dark));
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .16), 0 10px 22px rgba(21, 127, 11, .28);
}

.buy-button:hover,
.buy-button:focus {
  background: linear-gradient(180deg, #59cf1f, #319d0f);
}

.whatsapp-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #c9aa89, #a78667);
}

.whatsapp-button::before {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  content: "?";
}

.blue-band {
  display: grid;
  place-items: center;
  padding: 24px 18px 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #062447, #092e5a 50%, #062447);
}

.blue-band strong {
  display: block;
  max-width: 1320px;
  font-size: clamp(1.25rem, 5vw, 2.45rem);
  line-height: 1;
}

.blue-band span {
  display: block;
  max-width: 1350px;
  margin-top: 6px;
  color: var(--gold-light);
  font-size: clamp(.78rem, 3vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
}

.blue-band--dense strong {
  font-size: clamp(1rem, 4.2vw, 1.95rem);
}

.price-table {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  padding: 20px 22px;
  background: rgba(7, 16, 26, .54);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
}

.price-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 2px solid rgba(214, 160, 76, .85);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table span {
  color: #fff;
  font-size: clamp(.92rem, 3.4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}

.price-table span::first-letter {
  color: var(--gold-light);
  font-weight: 1000;
}

.price-table strong {
  color: #fff;
  font-size: clamp(1.85rem, 7vw, 3.6rem);
  line-height: .9;
  white-space: nowrap;
}

.price-table em {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 1.1;
  text-align: right;
}

.price-table b {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  background: var(--bronze);
}

.traffic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.traffic-light {
  display: grid;
  width: 82px;
  gap: 9px;
  border: 3px solid #9d6f31;
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(180deg, #213047, #081628);
  box-shadow: 0 12px 22px rgba(0, 0, 0, .3);
}

.traffic-light::after {
  display: block;
  width: 12px;
  height: 78px;
  margin: 0 auto -80px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #9b6c2d, #e1b866, #9b6c2d);
  content: "";
}

.traffic-light span {
  display: block;
  width: 54px;
  height: 54px;
  border: 4px solid rgba(0, 0, 0, .35);
  border-radius: 50%;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, .35), 0 0 18px currentColor;
}

.traffic-light span:nth-child(1) {
  color: #e62624;
  background: radial-gradient(circle at 36% 26%, #fff, #ff2a24 36%, #8c0708 74%);
}

.traffic-light span:nth-child(2) {
  color: #f0b11c;
  background: radial-gradient(circle at 36% 26%, #fff, #f3bc27 36%, #9b5b08 74%);
}

.traffic-light span:nth-child(3) {
  color: #35c749;
  background: radial-gradient(circle at 36% 26%, #fff, #38c94b 36%, #08772b 74%);
}

.traffic-labels {
  display: grid;
  gap: 10px;
  min-width: 190px;
}

.traffic-labels span {
  display: flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
  padding: 8px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.05;
  text-transform: uppercase;
}

.traffic-labels .danger {
  background: rgba(125, 9, 15, .32);
}

.traffic-labels .warning {
  background: rgba(145, 100, 6, .32);
}

.traffic-labels .success {
  background: rgba(11, 110, 31, .32);
}

.contact-section h2 {
  color: #fff;
  font-size: clamp(2rem, 9vw, 3.9rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.lead-form {
  width: min(100%, 470px);
  margin: 0 auto;
  border-radius: 5px;
  padding: clamp(24px, 6vw, 42px);
  text-align: center;
  background: #c88139;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .35), inset 0 0 0 2px rgba(255, 255, 255, .08);
}

.lead-form h3 {
  color: var(--gold-light);
  font-size: clamp(1.45rem, 6vw, 2.2rem);
  font-weight: 1000;
  line-height: 1.12;
  text-transform: uppercase;
}

.lead-form p {
  margin: 8px auto 22px;
  max-width: 340px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.lead-form label {
  display: block;
  margin: 14px 0 6px;
  color: rgba(7, 16, 26, .72);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 47px;
  border: 0;
  border-radius: 5px;
  padding: 0 14px;
  color: #152031;
  font-size: 15px;
  text-align: center;
  background: #fff;
}

.lead-form input::placeholder {
  color: rgba(21, 32, 49, .58);
  font-style: italic;
}

.phone-field {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.phone-field select,
.phone-field input {
  border-radius: 0;
}

.phone-field select {
  border-right: 1px solid rgba(7, 16, 26, .13);
  font-size: 13px;
  font-weight: 800;
}

.lead-form small {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.lead-form button {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.2rem, 5vw, 1.85rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(90deg, #728f95, #c4d6d3);
  cursor: pointer;
}

.form-feedback {
  display: block;
  min-height: 20px;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.site-footer {
  background: #151c20;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.35;
}

@media (min-width: 1024px) {
  .site-header {
    height: 88px;
  }

  .menu-toggle.lg\:hidden {
    display: none !important;
  }

  .site-menu {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0;
    background: transparent;
  }

  .site-menu a {
    position: relative;
    padding: 0 34px;
    font-size: 15px;
  }

  .site-menu a + a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 46px;
    background: var(--gold);
    content: "";
    transform: translateY(-50%);
  }

  .audience-block h2,
  .info-card h2 {
    justify-content: flex-start;
  }

  .audience-block,
  .info-card {
    font-size: 16px;
  }

  .blue-band {
    padding: 32px 18px 34px;
  }

  .price-seal {
    width: min(100%, 285px);
  }

  .price-table div {
    grid-template-columns: 1.05fr .78fr .55fr .33fr;
    gap: 18px;
  }

  .price-table em {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .offer-box.hidden.lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .section-title {
    font-size: clamp(4.75rem, 5.3vw, 5.8rem);
  }

  .phone-mockup {
    width: min(100%, 300px);
    transform: rotate(-9deg);
  }

  .book-mockup {
    width: min(100%, 390px);
  }

  .book-mockup--portfolio {
    width: min(100%, 455px);
  }

  .feature-list span {
    min-height: 48px;
    font-size: 14px;
  }

  .product-section--first .offer-box .price-seal {
    width: min(100%, 315px);
  }

  #checklist .info-card,
  #ebook .info-card {
    margin-top: -4rem;
  }
}

@media (max-width: 767px) {
  .site-header + .landing-page {
    margin-top: 0;
  }

  .product-section > div,
  .contact-section > div {
    width: 100% !important;
    max-width: 100vw !important;
  }

  .product-section .grid,
  .contact-section .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-section .grid > *,
  .contact-section .grid > *,
  .audience-block,
  .info-card {
    min-width: 0;
  }

  .product-section {
    overflow-x: hidden;
  }

  .product-section img {
    width: auto;
    max-width: min(78vw, 305px);
  }

  #checklist img[src*="celular"] {
    max-width: min(82vw, 318px);
  }

  #ebook img[src*="ebook"],
  #assessoria img[src*="livro"],
  #analise img[src*="livro"] {
    max-width: min(80vw, 310px);
  }

  .max-w-xl,
  .max-w-md {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-section::after {
    left: -260px;
    opacity: .45;
  }

  .audience-block {
    text-align: center;
  }

  .audience-block ul,
  .info-card ul {
    gap: 16px;
  }

  .audience-block li,
  .info-card li {
    padding-left: 0;
    text-align: center;
  }

  .audience-block li::before,
  .info-card li::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }

  .info-card {
    padding: 28px 18px;
  }

  .audience-block h2,
  .info-card h2 {
    flex-wrap: wrap;
    gap: 8px;
    font-size: clamp(1.28rem, 6vw, 1.75rem);
  }

  .person-icon,
  .target-icon {
    width: 28px;
    height: 28px;
  }

  .person-icon::before {
    left: 8px;
    width: 12px;
    height: 12px;
  }

  .person-icon::after {
    height: 15px;
  }

  .target-icon::before {
    inset: 6px;
    border-width: 2px;
  }

  .target-icon::after {
    top: -6px;
    right: -6px;
    width: 14px;
    height: 14px;
  }

  .section-title {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .section-kicker,
  .blue-band strong,
  .blue-band span {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .book-mockup {
    width: min(64vw, 260px);
  }

  .book-mockup--portfolio {
    width: min(72vw, 285px);
  }

  .price-seal {
    width: min(62vw, 220px);
  }

  .buy-button {
    width: min(100%, 286px);
  }

  .blue-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .feature-list span {
    padding-left: 48px;
    font-size: 11px;
  }

  .price-table {
    padding: 14px;
  }

  .price-table b {
    grid-column: 2;
  }

  .traffic-wrap {
    align-items: flex-start;
  }

  .traffic-light {
    margin-bottom: 72px;
  }

  .contact-section h2 {
    max-width: 360px;
    margin: 0 auto;
  }
}

/* Figma alignment pass: LP 2026 / node 85:80 */
:root {
  --deep: #071221;
  --deep-2: #0c1e36;
  --navy: #08284c;
  --navy-2: #062244;
  --gold: #d7aa67;
  --gold-light: #d8bb7c;
  --bronze: #a88d70;
  --green: #54a618;
  --green-dark: #2d8f0c;
}

body {
  background: var(--deep);
}

.landing-page {
  background:
    linear-gradient(rgba(7, 18, 33, .6), rgba(7, 18, 33, .6)),
    url("./assets/background-figma.png") center top / cover repeat-y;
}

.product-section,
.contact-section {
  background: transparent;
}

.product-section::before,
.contact-section::before,
.product-section::after {
  display: none;
}

.site-header {
  height: 91px;
  border-bottom: 0;
  background: rgba(25, 30, 33, .98);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .35);
}

.site-menu {
  top: 91px;
  background: rgba(25, 30, 33, .98);
}

.site-menu a {
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: .04em;
}

.section-title {
  font-weight: 1000;
  letter-spacing: .023em;
  line-height: 1.17;
}

.section-kicker {
  color: var(--gold-light);
  letter-spacing: .047em;
}

.audience-block,
.info-card {
  font-size: 18px;
  line-height: 1.35;
}

.audience-block h2,
.info-card h2 {
  color: #fff;
  font-weight: 1000;
  letter-spacing: .039em;
}

.audience-block .lead,
.info-card .lead {
  font-size: 24px;
  line-height: 1;
}

.audience-block ul,
.info-card ul {
  gap: 18px;
}

.audience-block li,
.info-card li {
  padding-left: 22px;
}

.audience-block li::before,
.info-card li::before {
  width: 6px;
  height: 6px;
  background: currentColor;
}

.audience-block li strong,
.info-card li strong {
  color: var(--gold);
  font-weight: 800;
}

.info-card {
  border-color: rgba(255, 255, 255, .95);
  border-radius: 15px;
  background: rgba(217, 217, 217, 0);
  box-shadow: none;
}

.person-icon,
.target-icon {
  color: var(--gold);
}

.buy-button {
  min-height: 85px;
  border-radius: 42.5px;
  background: var(--green);
  box-shadow: none;
  font-size: 40px;
}

.buy-button:hover,
.buy-button:focus {
  background: #61b924;
}

.offer-box p {
  font-size: 20px;
  line-height: 1.2;
}

.whatsapp-button {
  min-height: 40px;
  border-radius: 5px;
  background: var(--bronze);
}

.blue-band {
  min-height: 142px;
  padding: 28px 18px;
  background: linear-gradient(90deg, #072448, #092f5d 52%, #072448);
}

.blue-band strong {
  font-size: 40px;
  letter-spacing: .032em;
  line-height: 1;
}

.blue-band span {
  color: var(--gold);
  font-size: 24px;
  line-height: 1.45;
}

.blue-band--dense strong {
  font-size: 30px;
  line-height: 1.2;
}

.price-table {
  border-radius: 15px;
  background: rgba(217, 217, 217, 0);
  box-shadow: none;
}

.price-table div {
  border-bottom-color: rgba(255, 255, 255, .9);
}

.price-table span {
  font-size: 24px;
  letter-spacing: .061em;
}

.price-table strong {
  font-size: 50px;
  letter-spacing: .061em;
}

.price-table b {
  min-height: 45px;
  border-radius: 5px;
  background: var(--bronze);
  font-size: 24px;
}

.traffic-labels span {
  min-height: 62px;
  border-radius: 10px;
  font-size: 18px;
}

.contact-section h2 {
  font-size: 40px;
  letter-spacing: .046em;
  line-height: 1.2;
}

.lead-form {
  width: min(100%, 360px);
  border-radius: 0;
  padding: 34px 32px 30px;
  background: #c88337;
  box-shadow: none;
}

.lead-form h3 {
  color: #ffd593;
  font-size: 19px;
  letter-spacing: .04em;
}

.lead-form p {
  font-size: 11px;
}

.lead-form label {
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
}

.lead-form input,
.lead-form select {
  min-height: 34px;
  border-radius: 0;
  font-size: 12px;
}

.lead-form button {
  min-height: 38px;
  background: linear-gradient(90deg, #75929a, #bfd2d0);
  font-size: 17px;
}

.site-footer {
  min-height: 91px;
  background: #191e21;
  color: #76929a;
}

@media (min-width: 1024px) {
  .site-header {
    height: 91px;
  }

  .site-header img {
    height: 40px;
  }

  .site-menu a {
    padding: 0 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .site-menu a + a::before {
    height: 59px;
    background: rgba(216, 187, 124, .65);
  }

  .product-section--first > div {
    min-height: 1303px;
    padding-top: 170px;
    padding-bottom: 0;
  }

  #ebook > div,
  #assessoria > div,
  #analise > div {
    min-height: 1274px;
    padding-top: 170px;
    padding-bottom: 0;
  }

  .contact-section > div {
    min-height: 831px;
  }

  .section-title {
    font-size: 75px;
  }

  #checklist .section-title {
    font-size: 60px;
    line-height: 70px;
  }

  .section-kicker {
    margin-top: 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .product-section .mx-auto.mt-8.max-w-xl,
  .product-section .mx-auto.mt-7.max-w-xl {
    margin-top: 78px;
  }

  .product-section .max-w-xl {
    max-width: 575px;
    font-size: 18px;
    line-height: 24px;
  }

  #checklist .grid:first-child {
    grid-template-columns: 575px 450px 386px;
  }

  #ebook .grid:first-child,
  #assessoria .grid:first-child,
  #analise .grid:first-child {
    grid-template-columns: 575px 520px 386px;
  }

  #checklist .grid:first-child img[src*="celular"] {
    width: 388px;
    max-width: none;
    transform: rotate(-1.6deg) translate(10px, 65px);
  }

  #ebook .grid:first-child img,
  #assessoria .grid:first-child img,
  #analise .grid:first-child img {
    max-width: none;
  }

  #ebook .grid:first-child img {
    width: 100%;
  }

  #assessoria .grid:first-child img,
  #analise .grid:first-child img {
    width: 100%;
  }

  .price-seal {
    width: 100%;
    max-width: 100%;
  }

  .product-section--first .offer-box .price-seal {
    width: 100%;
  }

  .price-seal span {
    top: 22%;
    font-size: 30px;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
  }

  .price-seal strong {
    font-family: "Inter", "Noto Sans", Arial, sans-serif;
    top: 52%;
    width: 70%;
    font-size: 160px;
    font-weight: 900;
    letter-spacing: -8px;
    line-height: .72;
  }

  .price-seal small,
  .price-seal sup {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .02em;
    top: -9%;
  }

  .price-seal em {
    top: 35%;
    font-size: 22px;
  }

  .offer-box {
    gap: 20px;
  }

  .offer-box .buy-button {
    width: 371px;
  }

  .audience-block h2,
  .info-card h2 {
    justify-content: flex-start;
    font-size: 40px;
    line-height: 40px;
  }

  .person-icon,
  .target-icon {
    width: 64px;
    height: 64px;
  }

  .person-icon::before {
    left: 19px;
    width: 26px;
    height: 26px;
  }

  .person-icon::after {
    height: 34px;
    border-radius: 32px 32px 7px 7px;
  }

  .target-icon {
    border-width: 7px;
  }

  .target-icon::before {
    inset: 13px;
    border-width: 5px;
  }

  .target-icon::after {
    top: -13px;
    right: -13px;
    width: 30px;
    height: 30px;
    border-top-width: 7px;
    border-right-width: 7px;
  }

  .audience-block {
    max-width: 480px;
  }

  .info-card {
    min-height: 540px;
    padding: 65px 68px;
  }

  #checklist .info-card,
  #ebook .info-card {
    margin-top: -60px;
  }

  .price-table {
    max-width: 1111px;
    padding: 44px;
  }

  .price-table div {
    grid-template-columns: 1.2fr .62fr .42fr .25fr;
    min-height: 71px;
    padding: 10px 0;
  }

  .traffic-wrap {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 70px;
  }

  .site-menu {
    top: 70px;
  }

  .landing-page {
    background:
      linear-gradient(rgba(7, 18, 33, .72), rgba(7, 18, 33, .72)),
      url("./assets/background-figma.png") center top / auto 1800px repeat-y;
  }

  .product-section > div,
  .contact-section > div {
    width: 100% !important;
    max-width: 100vw !important;
  }

  .product-section .grid,
  .contact-section .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-section .grid > *,
  .contact-section .grid > *,
  .audience-block,
  .info-card {
    min-width: 0;
  }

  .section-title {
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1;
  }

  .section-kicker {
    font-size: clamp(1rem, 3.2vw, 1.5rem);
    line-height: 1.2;
  }

  .audience-block,
  .info-card {
    font-size: 14px;
    line-height: 1.48;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .audience-block {
    text-align: center;
  }

  .audience-block h2,
  .info-card h2 {
    display: block;
    justify-content: center;
    gap: 8px;
    font-size: clamp(1.22rem, 5.5vw, 1.5rem);
    letter-spacing: .025em;
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .audience-block .lead,
  .info-card .lead {
    font-size: 16px;
  }

  .audience-block li,
  .info-card li {
    padding-left: 0;
    text-align: center;
  }

  .audience-block li::before,
  .info-card li::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }

  .info-card {
    width: 100%;
    padding: 28px 18px;
  }

  .person-icon,
  .target-icon {
    margin-right: 8px;
    vertical-align: -7px;
    width: 28px;
    height: 28px;
  }

  .person-icon::before {
    left: 8px;
    width: 12px;
    height: 12px;
  }

  .person-icon::after {
    height: 15px;
  }

  .target-icon {
    border-width: 4px;
  }

  .target-icon::before {
    inset: 6px;
    border-width: 2px;
  }

  .target-icon::after {
    top: -6px;
    right: -6px;
    width: 14px;
    height: 14px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .price-seal {
    width: min(62vw, 220px);
  }

  .price-seal strong {
    font-size: clamp(4.2rem, 16vw, 6.7rem);
    letter-spacing: 0;
  }

  .price-seal small,
  .price-seal sup {
    font-size: .25em;
  }

  .buy-button {
    width: min(100%, 286px);
    min-height: 56px;
    font-size: clamp(1.05rem, 4vw, 2rem);
  }

  .offer-box {
    width: 100%;
  }

  .offer-box p {
    font-size: 14px;
  }

  .blue-band {
    min-height: auto;
    padding: 24px 16px 26px;
  }

  .blue-band strong {
    max-width: 100%;
    font-size: clamp(1.25rem, 5vw, 2.45rem);
    overflow-wrap: break-word;
  }

  .blue-band span {
    max-width: 100%;
    font-size: clamp(.78rem, 3vw, 1.25rem);
    overflow-wrap: break-word;
  }

  .blue-band--dense strong {
    font-size: clamp(1rem, 4.2vw, 1.95rem);
  }

  .price-table {
    padding: 14px;
  }

  .price-table span {
    font-size: clamp(.92rem, 3.4vw, 1.25rem);
  }

  .price-table strong {
    font-size: clamp(1.85rem, 7vw, 3.6rem);
  }

  .price-table b {
    grid-column: 2;
    min-height: 31px;
    font-size: 15px;
  }

  .traffic-light {
    margin-bottom: 72px;
  }

  .traffic-labels span {
    min-height: 46px;
    font-size: 12px;
  }

  .contact-section h2 {
    max-width: 360px;
    margin: 0 auto;
    font-size: clamp(2rem, 9vw, 3.9rem);
  }

  .lead-form {
    width: min(100%, 470px);
    padding: clamp(24px, 6vw, 42px);
  }
}

/* Price seal variants from Figma */
.price-seal--simple span {
  top: 29%;
}

.price-seal--simple strong {
  top: 52%;
  width: 70%;
}

.price-seal--discount span {
  top: 25.5%;
}

.price-seal--discount em {
  top: 36%;
  color: #061a39;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 900;
  text-decoration-thickness: .08em;
}

.price-seal--discount strong {
  top: 62%;
  width: 58%;
}

.price-seal--discount small {
  top: -.02em;
  left: -.5em;
  line-height: .95;
}

.price-seal--discount sup {
  top: .07em;
  right: -.26em;
}

.price-seal--analysis span {
  top: 25.5%;
}

.price-seal--analysis strong {
  top: 50%;
  width: 78%;
  font-size: clamp(3.4rem, 13vw, 5.4rem);
}

.price-seal--analysis small {
  left: -.18em;
}

.price-seal--analysis sup {
  right: -.12em;
}

.price-seal--analysis b {
  bottom: 21%;
}

.price-seal--analysis i {
  bottom: 12%;
}

@media (min-width: 1024px) {
  .price-seal--simple span {
    top: 23%;
    font-size: 30px;
  }

  .price-seal--simple strong {
    top: 52%;
    width: 70%;
    font-size: 160px;
  }

  .price-seal--discount span {
    top: 25.5%;
    font-size: 30px;
  }

  .price-seal--discount em {
    top: 36.5%;
    font-size: 30px;
    line-height: 1;
  }

  .price-seal--discount strong {
    top: 62%;
    width: 58%;
    font-size: 150px;
  }

  .price-seal--discount small {
    top: -.02em;
    left: -.5em;
    font-size: 30px;
    line-height: .95;
  }

  .price-seal--discount sup {
    top: .07em;
    right: -.26em;
    font-size: 30px;
  }

  .price-seal--analysis span {
    top: 25.5%;
    font-size: 30px;
  }

  .price-seal--analysis strong {
    top: 50%;
    width: 76%;
    font-size: 118px;
  }

  .price-seal--analysis small,
  .price-seal--analysis sup {
    font-size: 26px;
  }
}

/* Exported Figma icon */
.target-icon {
  border: 0;
  background: url("./assets/target-icon.png") center / contain no-repeat;
}

.target-icon::before,
.target-icon::after {
  display: none;
}

/* Exported Figma assets for the analysis pricing block */
.analysis-assets {
  grid-template-columns: minmax(0, 1111px) 382px;
  gap: 42px;
  align-items: center;
}

.analysis-price-table,
.analysis-traffic {
  display: block;
  width: 100%;
  height: auto;
}

.analysis-price-table {
  max-width: 1111px;
}

.analysis-traffic {
  max-width: 382px;
}

@media (max-width: 1023px) {
  .analysis-price-table,
  .analysis-traffic {
    margin: 0 auto;
  }

  .analysis-price-table {
    max-width: min(100%, 760px);
  }

  .analysis-traffic {
    max-width: min(100%, 360px);
  }
}

/* Fluid desktop scaling for notebook and large desktop widths */
@media (min-width: 1024px) {
  .product-section > .mx-auto,
  .contact-section > .mx-auto,
  .site-footer > .mx-auto,
  .site-header > .mx-auto {
    width: min(1500px, calc(100vw - clamp(48px, 7vw, 112px)));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .site-menu a {
    padding-right: clamp(14px, 1.55vw, 24px);
    padding-left: clamp(14px, 1.55vw, 24px);
    font-size: clamp(13px, 1.05vw, 20px);
  }

  .product-section--first > div,
  #ebook > div,
  #assessoria > div,
  #analise > div {
    min-height: auto;
    padding-top: clamp(20px, 1vw, 20px);
    padding-bottom: clamp(42px, 4vw, 78px);
  }

  #checklist .grid:first-child,
  #ebook .grid:first-child,
  #assessoria .grid:first-child,
  #analise .grid:first-child {
    grid-template-columns: minmax(0, 1.02fr) minmax(240px, .88fr) minmax(220px, .72fr) !important;
    gap: clamp(24px, 3vw, 52px);
  }

  #checklist .grid:first-child img[src*="celular"] {
    width: clamp(260px, 25vw, 388px);
    max-width: 100%;
  }

  #ebook .grid:first-child img {
    width: clamp(300px, 32vw, 532px);
    max-width: 100%;
  }

  #assessoria .grid:first-child img,
  #analise .grid:first-child img {
    width: clamp(300px, 31vw, 520px);
    max-width: 100%;
  }

  .section-title {
    font-size: clamp(52px, 4vw, 75px);
  }

  #checklist .section-title {
    font-size: clamp(44px, 3.3vw, 60px);
    line-height: 1.12;
  }

  .section-kicker {
    font-size: clamp(17px, 1.32vw, 24px);
  }

  .product-section .max-w-xl {
    max-width: min(575px, 100%);
    font-size: clamp(14px, 1vw, 18px);
    line-height: 1.35;
  }

  .offer-box {
    width: 100%;
    min-width: 0;
    gap: clamp(10px, 1.25vw, 20px);
  }

  .price-seal {
    width: min(100%, 386px);
  }

  .offer-box .buy-button {
    width: min(100%, 371px);
    min-height: clamp(56px, 4.5vw, 85px);
    font-size: clamp(24px, 2.15vw, 40px);
  }

  .offer-box p {
    font-size: clamp(13px, 1.05vw, 20px);
  }

  .whatsapp-button {
    max-width: 100%;
    font-size: clamp(10px, .8vw, 13px);
  }

  .product-section .mt-12.grid.lg\:grid-cols-\[\.92fr_1\.95fr\] {
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.75fr) !important;
    gap: clamp(28px, 3vw, 52px);
  }

  .audience-block {
    max-width: min(480px, 100%);
    font-size: clamp(13px, .95vw, 16px);
	padding-top: clamp(36px, .95vw, 16px);
  }

  .audience-block h2,
  .info-card h2 {
    font-size: clamp(28px, 2.2vw, 40px);
    line-height: 1;
  }

  .audience-block .lead,
  .info-card .lead {
    font-size: clamp(18px, 1.35vw, 24px);
  }

  .info-card {
    min-height: auto;
    padding: clamp(95px, 5.6vw, 95px) clamp(34px, 3.8vw, 68px);
    font-size: clamp(13px, .95vw, 16px);
  }

  .person-icon,
  .target-icon {
    width: clamp(42px, 3.4vw, 64px);
    height: clamp(42px, 3.4vw, 64px);
  }

  .feature-list {
    max-width: min(100%, 430px);
  }

  .feature-list span {
    min-height: clamp(36px, 3vw, 48px);
    font-size: clamp(10px, .82vw, 14px);
  }

  .blue-band {
    min-height: clamp(86px, 7.5vw, 142px);
  }

  .blue-band strong {
    font-size: clamp(22px, 2.15vw, 40px);
  }

  .blue-band span {
    font-size: clamp(15px, 1.3vw, 24px);
  }

  .blue-band--dense strong {
    font-size: clamp(18px, 1.65vw, 30px);
  }

  .analysis-assets {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 25.5%);
    gap: clamp(24px, 3vw, 42px);
  }

  .analysis-price-table {
    max-width: 100%;
  }

  .analysis-traffic {
    max-width: 382px;
  }

  .contact-section > div {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr) !important;
    padding-top: clamp(64px, 6vw, 115px);
    padding-bottom: clamp(64px, 6vw, 115px);
  }
}
