/* stylelint-disable no-descending-specificity */
.machn-page {
  --machn-navy: #07142e;
  --machn-gold: #b38a4a;
  --machn-gold-dark: #98713a;
  --machn-ivory: #faf7f1;
  --machn-cream: #f3ece2;
  --machn-card: #fffdf9;
  --machn-line: #e8ddcc;
  --machn-text: #07142e;
  --machn-muted: #746d65;
  --machn-border: rgb(232 221 204 / 95%);

  color: var(--machn-text);
  background: var(--machn-ivory);
  overflow-x: clip;
}

.machn-page img {
  max-width: 100%;
  height: auto;
}

.machn-page .machn-hero.section,
.machn-page .machn-live-proof.section,
.machn-page .machn-use-cases.section,
.machn-page .machn-expectations.section,
.machn-page .machn-result.section,
.machn-page .machn-offer.section,
.machn-page .machn-about.section,
.machn-page .machn-quote.section,
.machn-page .machn-closing.section {
  padding-block: clamp(3.5rem, 7vw, 5.8rem);
}

.machn-label {
  margin: 0 0 0.8rem;
  font-size: 0.83rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--machn-gold-dark);
  font-weight: 700;
}

.machn-brand-mark {
  margin: 0 0 0.8rem;
}

.machn-brand-symbol {
  width: 58px;
  height: auto;
}

.machn-hero {
  background:
    radial-gradient(circle at 86% 15%, rgb(179 138 74 / 11%), transparent 28%),
    linear-gradient(90deg, var(--machn-ivory) 0%, #fff 52%, var(--machn-cream) 100%);
}

.machn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: clamp(2rem, 5vw, 4.6rem);
  align-items: center;
}

.machn-hero-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.12;
  font-family: var(--font-headline);
  color: var(--machn-navy);
  text-wrap: balance;
}

.machn-expectations-title,
.machn-result-title,
.machn-expectation-title,
.machn-offer-title,
.machn-closing-title {
  font-family: var(--font-headline);
  color: var(--machn-navy);
}

.machn-subline {
  font-size: clamp(1.03rem, 1.8vw, 1.24rem);
  color: var(--machn-muted);
  max-width: 38ch;
  text-wrap: pretty;
  hyphens: auto;
}

.machn-hero-meta-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 240px);
  gap: 1.1rem;
  align-items: center;
  margin-block: 1rem 0.5rem;
}

.machn-price-box {
  border-left: 2px solid var(--machn-gold);
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 1rem;
  width: fit-content;
  min-width: 130px;
}

.machn-price-label {
  margin: 0;
  color: var(--machn-muted);
  font-size: 0.92rem;
}

.machn-price {
  margin: 0.2rem 0;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--machn-gold-dark);
  font-family: var(--font-headline);
}

.machn-price-regular {
  margin: 0;
  color: var(--machn-muted);
  font-weight: 600;
}

.machn-logo-card {
  background: var(--machn-navy);
  border: 1px solid rgb(179 138 74 / 24%);
  box-shadow: 0 18px 50px rgb(7 20 46 / 6%);
  padding: 0.95rem 1rem;
}

.machn-logo-image {
  width: min(100%, 230px);
  margin-inline: auto;
}

.machn-hero-cta {
  margin-top: 1.15rem;
}

.machn-page .machn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0 28px;
  background: var(--machn-navy);
  border-color: var(--machn-navy);
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  min-width: 0;
}

.machn-page .machn-btn::after {
  content: "→";
}

.machn-page .machn-btn:hover {
  background: #17284d;
  border-color: #17284d;
  color: #fff;
}

.machn-meta {
  margin: 0.45rem 0 0;
  color: var(--machn-muted);
  font-size: 0.96rem;
}

.machn-hero-media {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.machn-hero-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  border: 1px solid var(--machn-border);
  box-shadow: 0 18px 50px rgb(7 20 46 / 6%);
  background: var(--machn-card);
}

.machn-claim-badge {
  position: absolute;
  z-index: 2;
  right: 0.9rem;
  bottom: clamp(1rem, 6vw, 3rem);
  width: min(260px, 52%);
  max-width: calc(100% - 1.8rem);
  background: rgb(250 247 241 / 94%);
  color: var(--machn-navy);
  font-weight: 600;
  font-size: clamp(0.92rem, 1.3vw, 1.15rem);
  line-height: 1.36;
  padding: 1rem;
  border-radius: 0;
  border: 1px solid rgb(179 138 74 / 42%);
  box-shadow: 0 15px 45px rgb(7 20 46 / 8%);
}

.machn-use-cases {
  background: var(--machn-card);
  border-top: 1px solid var(--machn-line);
  border-bottom: 1px solid var(--machn-line);
}

.machn-live-proof {
  background: linear-gradient(180deg, var(--machn-ivory) 0%, var(--machn-cream) 100%);
  overflow: hidden;
}

.machn-live-proof-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(1.75rem, 5vw, 4.25rem);
  align-items: center;
}

.machn-live-proof-media {
  position: relative;
  display: block;
  border: 1px solid var(--machn-line);
  background: var(--machn-card);
  padding: clamp(0.6rem, 1.4vw, 1rem);
  box-shadow: 0 18px 50px rgb(7 20 46 / 7%);
}

.machn-live-proof-media::after {
  content: "";
  position: absolute;
  inset: clamp(0.6rem, 1.4vw, 1rem);
  pointer-events: none;
  background: linear-gradient(90deg, rgb(7 20 46 / 13%), transparent 38%, rgb(250 247 241 / 16%));
}

.machn-live-proof-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 42% 48%;
}

.machn-live-proof-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--machn-gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.machn-live-proof-title {
  margin: 0 0 1rem;
  font-family: var(--font-headline);
  color: var(--machn-navy);
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  text-wrap: balance;
}

.machn-live-proof-text {
  margin: 0;
  color: var(--machn-navy);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
  text-wrap: pretty;
  hyphens: auto;
}

.machn-live-proof-logo {
  display: inline-flex;
  align-items: center;
  background: var(--machn-navy);
  border: 1px solid rgb(179 138 74 / 34%);
  padding: 0.85rem 1.1rem;
  margin: 1.5rem 0 0;
  max-width: 250px;
}

.machn-live-proof-logo img {
  width: 100%;
}

.machn-use-cases-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
}

.machn-use-case-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.4rem 0.45rem;
  text-align: center;
}

.machn-page .machn-use-case-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 0.55rem;
  object-fit: contain;
}

.machn-use-case-card p {
  margin: 0;
  font-size: clamp(0.72rem, 0.88vw, 0.84rem);
  line-height: 1.38;
  font-weight: 600;
  color: var(--machn-text);
  text-transform: uppercase;
  letter-spacing: 0.055em;
  text-wrap: pretty;
  hyphens: auto;
}

.machn-section-subtitle {
  text-align: center;
  margin-top: -0.2rem;
  color: var(--machn-muted);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.machn-expectations-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.machn-expectation-card {
  background: var(--machn-card);
  border: 1px solid var(--machn-border);
  border-radius: 0;
  padding: 0 0 1.4rem;
  overflow: hidden;
  box-shadow: 0 10px 36px rgb(7 20 46 / 3.5%);
}

.machn-expectation-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.machn-expectation-body {
  padding: 1.25rem 1.25rem 0;
}

.machn-expectation-title {
  margin: 0 0 0.55rem;
  font-size: 1.06rem;
  text-wrap: balance;
}

.machn-expectation-card p {
  margin: 0;
  color: var(--machn-muted);
  font-size: 0.94rem;
  text-wrap: pretty;
  hyphens: auto;
}

.machn-result {
  background: linear-gradient(170deg, #0e1832, #1a2a4a);
}

.machn-result-visual {
  margin: 1.2rem auto 0;
  max-width: 880px;
}

.machn-result-image {
  width: 100%;
  border-radius: 1.1rem;
  border: 1px solid rgb(255 255 255 / 16%);
  box-shadow: 0 20px 40px rgb(0 0 0 / 22%);
}

.machn-result-title,
.machn-result .machn-section-subtitle,
.machn-result-list li {
  color: #fff;
}

.machn-result-list {
  margin: 1.1rem auto 0;
  max-width: 760px;
  display: grid;
  gap: 0.7rem;
  padding-left: 1.1rem;
}

.machn-result-list li::marker {
  color: #efc66d;
}

.machn-offer-card {
  max-width: 640px;
  margin: 0 auto;
  background: var(--machn-card);
  border: 1px solid rgb(201 166 70 / 58%);
  border-radius: 0;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 36px rgb(7 20 46 / 3.5%);
}

.machn-offer-logo {
  background: var(--machn-navy);
  padding: 1rem;
  margin: 0 auto 1.4rem;
  max-width: 280px;
}

.machn-offer-logo img {
  width: 100%;
}

.machn-offer-eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  color: var(--machn-gold-dark);
  font-weight: 700;
}

.machn-offer-title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.25rem, 2.1vw, 1.6rem);
  text-wrap: balance;
}

.machn-offer-price {
  margin: 0.65rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--machn-navy);
}

.machn-offer-regular,
.machn-offer-note {
  margin: 0.45rem 0 0.9rem;
  color: var(--machn-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-wrap: pretty;
}

.machn-offer-note-icon {
  width: 20px;
  height: 20px;
}

.machn-about {
  background: var(--machn-ivory);
}

.machn-about-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 1.3rem;
  align-items: center;
}

.machn-about-grid p {
  color: var(--machn-muted);
}

.machn-about-image {
  border-radius: 0;
  border: 1px solid var(--machn-border);
  box-shadow: 0 18px 50px rgb(7 20 46 / 6%);
  background: var(--machn-card);
}

.machn-quote blockquote {
  margin: 0 auto;
  max-width: 820px;
  border-left: 5px solid var(--machn-gold);
  background: #fffefb;
  border-radius: 0 0.9rem 0.9rem 0;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 12px 28px rgb(14 24 50 / 10%);
}

.machn-quote .machn-quote-text {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  line-height: 1.45;
  text-wrap: pretty;
  hyphens: auto;
}

.machn-quote .machn-quote-footer {
  margin-top: 0.8rem;
  color: var(--machn-muted);
  font-weight: 600;
}

.machn-closing {
  background: var(--section-bg-neutral);
}

.machn-closing-title,
.machn-closing p {
  text-align: center;
  text-wrap: pretty;
}

.machn-closing-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.15rem;
}

.machn-closing .machn-contact-inline {
  margin-top: 1.7rem;
}

@media (width <= 1100px) {
  .machn-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  }

  .machn-live-proof-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2.1rem;
  }

  .machn-live-proof-media img {
    aspect-ratio: 4 / 3;
    object-position: 43% 50%;
  }

  .machn-use-cases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .machn-page .machn-use-case-icon {
    width: 80px;
    height: 80px;
  }

  .machn-expectations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .machn-hero-image {
    max-height: 700px;
  }
}

@media (width <= 900px) {
  .machn-hero-grid {
    grid-template-columns: 1fr;
  }

  .machn-live-proof-wrap {
    grid-template-columns: 1fr;
  }

  .machn-live-proof-copy {
    order: 1;
  }

  .machn-live-proof-media {
    order: 2;
  }

  .machn-hero-media {
    justify-content: center;
  }

  .machn-hero-media picture {
    width: min(100%, 560px);
  }

  .machn-about-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 700px) {
  .machn-page .machn-hero.section,
  .machn-page .machn-live-proof.section,
  .machn-page .machn-use-cases.section,
  .machn-page .machn-expectations.section,
  .machn-page .machn-result.section,
  .machn-page .machn-offer.section,
  .machn-page .machn-about.section,
  .machn-page .machn-quote.section,
  .machn-page .machn-closing.section {
    padding-block: 2.8rem;
  }

  .machn-hero-meta-grid {
    grid-template-columns: 1fr;
  }

  .machn-logo-card {
    width: min(100%, 300px);
  }

  .machn-claim-badge {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0.9rem;
    margin-bottom: 0;
  }

  .machn-hero-image {
    aspect-ratio: 1 / 1.05;
  }

  .machn-live-proof-media {
    padding: 0.56rem;
  }

  .machn-live-proof-media::after {
    inset: 0.56rem;
    background: linear-gradient(180deg, rgb(7 20 46 / 6%), transparent 50%, rgb(7 20 46 / 8%));
  }

  .machn-live-proof-media img {
    aspect-ratio: 3 / 4;
    object-position: 43% 48%;
  }

  .machn-live-proof-logo {
    max-width: 220px;
  }

  .machn-use-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 0.65rem;
  }

  .machn-page .machn-use-case-icon {
    width: 74px;
    height: 74px;
  }

  .machn-use-case-card p {
    letter-spacing: 0.03em;
    line-height: 1.33;
  }

  .machn-expectations-grid {
    grid-template-columns: 1fr;
  }

  .machn-page .machn-btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 1rem;
  }

  .machn-closing-cta {
    display: block;
  }

  .machn-offer-card {
    padding: 1.2rem;
  }

  .machn-offer-note {
    align-items: flex-start;
    text-align: left;
  }
}

@media (width <= 430px) {
  .machn-hero-title,
  .machn-live-proof-title,
  .machn-expectations-title,
  .machn-result-title,
  .machn-offer-title,
  .machn-closing-title {
    text-wrap: balance;
    max-width: 17ch;
  }

  .machn-use-cases-grid {
    grid-template-columns: 1fr;
  }

  .machn-use-case-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 0.65rem;
    align-items: center;
    text-align: left;
    padding: 0.25rem 0;
  }

  .machn-page .machn-use-case-icon {
    width: 56px;
    height: 56px;
    margin: 0;
  }

  .machn-use-case-card p {
    text-transform: none;
    font-size: 0.93rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
/* stylelint-enable no-descending-specificity */
