@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Elms+Sans:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Story+Script&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --accent-brand: #ffffff;
  --border-light: 1px solid #e0e0e0;
  --color-foodpanda: #ee2c85;
  --color-grab: #01b14f;
  --color-egets: #fc850c;
  --color-wownow: #df2638;
  --color-telegram: #0088cc;
  --body-text-size: 1rem;
  --body-text-weight: 500;
  --body-text-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: #ffffff;
  color: var(--accent-brand);
  overflow-x: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: #000000;
  color: #ffffff;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-mark {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.loader-mark span {
  font-size: inherit;
  font-weight: inherit;
}

.loader-spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(6, 6, 6, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

p,
span,
label,
input,
select,
button,
textarea,
a,
li,
div {
  font-weight: 500;
}

.page-container {
  overflow-y: auto;
  height: auto;
}

.fixrep-page .page-container {
  overflow: visible;
}

section {
  width: 100vw;
  min-height: 73vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
}

.fixrep-page .page-container > section:not(.footer-section) {
  margin-bottom: 4rem;
}

span.heading-sub {
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  letter-spacing: var(--body-text-spacing);
}

/* UNIFORM TEXT STYLES (aside from hero h1) */
.heading {
  font-family: "Montserrat", sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  color: var(--accent-brand);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section-inner {
  padding: 2rem 10rem 10rem 10rem;
}

.subtext {
  font-size: var(--body-text-size);
  font-weight: var(--body-text-weight);
  letter-spacing: var(--body-text-spacing);
  color: #666666;
}

/* SECTION 1: HERO */
.hero-section {
  background-color: #000000;
  overflow: hidden;
  height: 80vh;
  box-shadow: 0px 10px 4px #5550107a;
}

.hero-background-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-background-video {
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-video-overlay {
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.skyline {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 1rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-grow: 1;
  padding: 40px 60px 20px;
  position: relative;
  z-index: 2;
}
span.answer.strong {
  text-align: center;
  font-weight: 800;
}
.hero-copy {
  z-index: 2;
  text-align: center;
  max-width: 80%;
}

.hero-copy h1 {
  font-size: 8vw;
  line-height: 0.85;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 20px;
  word-spacing: 20px;
}

.hero-copy p {
  font-size: 2rem;
  font-weight: var(--body-text-weight);
  max-width: 75%;
  letter-spacing: var(--body-text-spacing);
  line-height: 1.4;
  margin: 0 auto;
}
.topbar-button {
  --bezier: cubic-bezier(0.22, 0.61, 0.36, 1);
  --edge-light: hsla(0, 0%, 50%, 0.8);
  --text-light: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0.7em 1em;
  border-radius: 0.5em;
  min-height: 2.4em;

  font-family: inherit;
  min-width: 3em;
  display: flex;
  align-items: center;
  gap: 0.5em;

  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;

  background: #01b14f;
  color: #ffffff;
  border: 2px solid #01b14f;
  box-shadow: 3px 3px 0 #00652d;

  transition: all 0.1s var(--bezier);
}

.topbar-button:hover {
  background: #009b46;
  border-color: #009b46;
  box-shadow: 5px 5px 0 #00652d;
  transform: translate(-2px, -2px);
}

.topbar-button:active {
  background: #00863d;
  border-color: #00863d;
  box-shadow: 2px 2px 0 #00652d;
  transform: translate(0, 0);
}

.platform-icons {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  order: -1;
}

.platform-icon {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.platform-icon.ready {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.platform-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.heading.pricing {
  color: #effcf2 !important;
}
.platform-icon-grab {
  width: 85px;
  height: 85px;
  animation-name: bob1;
  animation-delay: 0s;
  border-color: var(--color-grab);
}
.platform-icon-foodpanda {
  width: 85px;
  height: 85px;
  animation-name: bob2;
  animation-delay: 0.5s;
  border-color: var(--color-foodpanda);
}
.platform-icon-egets {
  width: 85px;
  height: 85px;
  animation-name: bob3;
  animation-delay: 1.2s;
  border-color: var(--color-egets);
}
.platform-icon-wownow {
  width: 85px;
  height: 85px;
  animation-name: bob4;
  animation-delay: 0.9s;
  border-color: var(--color-wownow);
}

@keyframes bob1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bob2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bob3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bob4 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bob5 {
  0%,
  100% {
    transform: rotate(8deg) translateY(0);
  }
  50% {
    transform: rotate(8deg) translateY(-20px);
  }
}
@keyframes bob6 {
  0%,
  100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) translateY(-20px);
  }
}
@keyframes bob7 {
  0%,
  100% {
    transform: rotate(10deg) translateY(0);
  }
  50% {
    transform: rotate(10deg) translateY(-20px);
  }
}
@keyframes bob8 {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-8deg) translateY(-20px);
  }
}
@keyframes bob9 {
  0%,
  100% {
    transform: rotate(12deg) translateY(0);
  }
  50% {
    transform: rotate(12deg) translateY(-20px);
  }
}
@keyframes bob10 {
  0%,
  100% {
    transform: rotate(-10deg) translateY(0);
  }
  50% {
    transform: rotate(-10deg) translateY(-20px);
  }
}
@keyframes bob11 {
  0%,
  100% {
    transform: rotate(10deg) translateY(0);
  }
  50% {
    transform: rotate(10deg) translateY(-20px);
  }
}

span.question {
  font-size: 1.75rem !important;
  text-transform: uppercase;
}
span.answer {
  font-size: 1.75rem !important;
}
/* SECTION: REVIEW CALCULATOR */

/* ==========================================
   SECTION: REVIEW CALCULATOR & SLIDE-IN MODAL
   ========================================== */

/* 1. Floating Trigger Button (Bottom Right) */
.calculator-trigger {
  position: fixed;
  bottom: 20px;
  right: -22px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  font-family: inherit;
  padding: 12px 2rem 12px 1rem;
  background-color: #00b14f;
  color: #ffffff;
  border: 2px solid white;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgb(0 0 0 / 34%);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.calculator-trigger.is-ready {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.calculator-trigger:hover {
  transform: translateY(-2px);
  background-color: #01873d;
}

/* 2. Page Section Layout */
.calculator-section {
  background: #ffffff;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
}

.calculator-section .heading,
.calculator-section .subtext {
  text-align: center;
  color: #001000;
}

img.stepsimg {
  width: 500px;
}

/* 3. Modal Backdrop / Overlay */
.calculator-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 2, 2, 0.72);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
}

/* Backdrop Active State */
.calculator-backdrop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: hidden;
}

/* 4. Slide-in Modal Drawer (Enters from Bottom-Left) */
.calculator-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(680px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  padding: 2.75rem clamp(1.25rem, 4vw, 3rem) 2.25rem;
  box-shadow: 0 24px 70px rgba(2, 2, 2, 0.25);

  transform: translate(-50%, -46%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Active Panel State */
.calculator-backdrop.is-active .calculator-modal {
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.calc-heading {
  max-width: 85%;
  color: #020202;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

/* Close Button (Top Right of Panel) */
.calculator-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  z-index: 1;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #020202;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.calculator-modal-close:hover {
  background: #01b14f;
  color: #ffffff;
}

.calc-inline-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #315fce;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

/* 5. Calculator Inner Layout (Optimized for Slide-in Drawer) */
.calculator-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  color: #020202;
  align-items: center;
}

.calc-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.75rem;
  width: 100%;
}

.calc-slider-block {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.calc-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.subtitle {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.calc-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  background: #020202;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  min-width: 5rem;
  text-align: center;
}

/* Custom Range Inputs */
.calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #01b14f;
  border: 0;
  box-shadow: none;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #020202;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #020202;
  cursor: pointer;
}

.calc-slider::-moz-range-thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #020202;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #020202;
  cursor: pointer;
}

/* Result Box */
.calc-result-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.calc-result {
  width: 100%;
  background: #020202;
  border: 0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 11rem;
}

.calc-result .calc-result-num {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}

.calc-result .calc-result-label {
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.footer-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* SECTION 2: ORDER FORM */
.pricing-section {
  background-color: #ffffff;
  min-height: 88vh;
  gap: 1rem;
  justify-content: center;
}

/* Nav social icons - From Uiverse.io by WAIOKYERE */
ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0.75rem 0rem;
  margin-left: 2rem;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  color: var(--accent-brand);
  background-color: #ffff;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  color: white;
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
  background-color: #1db954;
}

.example-2 .icon-content a[data-social="pinterest"] .filled,
.example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
  background-color: #bd081c;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #1877f2;
}

.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
  background-color: #0088cc;
}

/* Order card - sliding step flow */
.order-card {
  max-width: 1100px;
  margin: 20px auto;
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.order-card-left {
  flex: 1.6;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: visible;
}

.order-card-right-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 30px;
}

.order-card-right {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.order-step {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  padding: 2rem;
  transform: none;
  opacity: 1;
  transition: none;
}

.order-step.pos-left,
.order-step.pos-right,
.order-step.pos-active {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.order-step .heading {
  font-size: 1.25rem;
  text-align: left;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 12px;
  flex-direction: row;
}

.back-btn {
  align-self: flex-start;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
}

/* Platform selection */
.platform-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.platform-card {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.platform-card input {
  display: none;
}

.platform-card .price-icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  box-shadow: 0 3px 0 #e0e0e0;
  transition: all 0.15s ease;
}

.platform-card[data-app="foodpanda"] {
  --card-color: var(--color-foodpanda);
}
.platform-card[data-app="grab"] {
  --card-color: var(--color-grab);
}
.platform-card[data-app="egets"] {
  --card-color: var(--color-egets);
}
.platform-card[data-app="wownow"] {
  --card-color: var(--color-wownow);
}

.platform-card:hover .price-icon {
  border-color: var(--card-color);
}

.platform-card:has(input:checked) .price-icon {
  border: 4px solid var(--card-color);
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 7px var(--card-color),
    0 8px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.06);
}

/* Quantity buttons */
.quantity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.quantity-card {
  border: var(--border-light);
  background: #ffffff;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.15rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.quantity-card input[type="radio"] {
  display: none;
}

.quantity-card:has(input[type="radio"]:checked) {
  border-color: var(--accent-brand);
  background-color: var(--accent-brand);
  color: #ffffff;
}

.quantity-card input[type="number"] {
  width: 100%;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.05rem;
  background: transparent;
  outline: none;
  color: inherit;
  font-family: inherit;
}

.quantity-card input[type="number"]::placeholder {
  color: #999999;
  font-weight: 500;
}

.quantity-card:has(input[type="number"]:focus) {
  border-color: var(--accent-brand);
}

/* Contact field row */
.telegram-row {
  display: flex;
  gap: 10px;
}

.contact-method-select {
  flex: 0 0 150px;
  padding: 0 14px;
  border: var(--border-light);
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--accent-brand);
  background: #ffffff;
  cursor: pointer;
}

.contact-method-select:focus {
  outline: none;
  border-color: var(--accent-brand);
}

.telegram-input {
  flex: 1;
  width: 100%;
  padding: 18px 20px;
  border: var(--border-light);
  border-radius: 8px;
  font-size: 1.15rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--accent-brand);
  background: #ffffff;
  transition: border-color 0.2s ease;
}

.telegram-input:focus {
  outline: none;
  border-color: var(--accent-brand);
}

/* Receipt panel */
.receipt-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent-brand);
  border-bottom: 2px dashed #e0e0e0;
  padding-bottom: 1rem;
}
svg.calc {
  width: 20px;
}
span.answer.end {
  font-weight: 600;
  font-size: 1.3rem !important;
  text-align: center;
  margin-top: 3rem;
}
.order-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e0e0;
  padding: 0.6rem 0;
}

.order-summary-row .label {
  font-size: 1rem;
  font-weight: 400;
  color: var(--accent-brand);
}

.order-summary-row .value {
  font-size: 1rem;
  font-weight: 700;
}

.price-huge {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.currency-symbol {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: top;
  margin-right: 2px;
}

.price-huge #total-price {
  font-size: inherit;
  font-weight: inherit;
}

.btn-submit-order {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  padding: 20px;
  background-color: var(--accent-brand);
  border-radius: 8px;
  justify-content: center;
}

.btn-submit-order:disabled,
.btn-submit-order:disabled:hover {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Index 2 mockup layout */
.fixrep-page .pricing-section {
  background: #01b14f;
  color: #ffffff;
  min-height: auto;
  padding: 6rem 0;
  margin: 6rem 0rem;
}

.fixrep-page .pricing-section .heading,
.fixrep-page .pricing-section .heading-sub,
.fixrep-page .pricing-section .price-plan-name,
.fixrep-page .pricing-section .price-plan-reviews,
.fixrep-page .pricing-section .price-plan-price {
  color: #000e01;
}

.fixrep-page .hero-section {
  overflow: hidden;
  isolation: isolate;
}

.fixrep-page .content-section {
  padding: 10rem 2rem;
  background: #ffffff;
  color: #151a1e;
}

.fixrep-page .content-layout {
  display: flex;
  align-items: center;
  gap: 5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.fixrep-page .content-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixrep-page .content-copy p {
  margin: 0 0 1.35rem;
  font-size: 2rem;
  line-height: 1.8;
}

.how-to-container {
  display: flex;
}
.fixrep-page .content-copy h2 {
  margin: 2.5rem 0 1.25rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.fixrep-page .content-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fixrep-page .content-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fixrep-page .content-copy.content-reveal {
  transition-delay: 0.12s;
}

.fixrep-page .faq-section .content-layout {
  display: block;
  max-width: 95%;
}

.fixrep-page .faq-section {
  height: auto;
  min-height: 0;
  padding: 6rem 2rem;
}

.fixrep-page .faq-section .content-copy {
  width: 100%;
  max-width: none;
  font-size: 1rem;
}

.fixrep-page .faq-section .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
  gap: 4rem;
  align-items: stretch;
}

.fixrep-page .faq-section .faq-primary {
  display: flex;
  flex-direction: column;
}

.fixrep-page .faq-section .faq-secondary {
  min-height: 100%;
}

.fixrep-page .faq-section .content-visual {
  width: 100%;
  border-radius: 0.5rem;
  height: -webkit-fill-available;
  background: url(anim.gif) center center / cover no-repeat;
  box-shadow: 2px 2px 2px #00652d45;
}
button.btn-#151a1e.place-order-button.bottom {
  background: #01b14f !important;
}
button.btn-#151a1e.place-order-button.bottom:hover {
  background: #009b46 !important;
}
.fixrep-page .faq-section .question,
.fixrep-page .faq-section .answer {
  display: block;
}

.fixrep-page .faq-section .question {
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 1rem 1.25rem;
  background: #01b14f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}

.fixrep-page .faq-section .answer {
  padding: 1rem 1.25rem 1.35rem;
  color: #151a1e;
  letter-spacing: 0.25px;
  font-size: 1rem;
  line-height: 1.6;
}

.fixrep-page .faq-section > .content-layout > .content-copy > .question {
  margin-top: 4.5rem;
}

.fixrep-page .hero-content {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.fixrep-page .platform-icons {
  max-width: 100%;
}

.price-plans {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 850px;
  margin: 2.5rem auto 1.5rem;
}

.price-plan {
  position: relative;
  display: flex;
  align-items: center;
  background: #effcf2;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  padding: 1.25rem 1.5rem;
  border: 4px solid #000e01;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #004d22;
  min-height: 0;
  text-align: left;
}

.price-plan-details {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem;
}

.price-plan.featured {
  border-color: #151a1e;
  transform: translateY(-10px);
}

.price-plan-name {
  font-size: 2.2rem;
  font-weight: 800;
}

.price-plan-reviews {
  flex-basis: 100%;
  font-size: 1.8rem;
}

.price-plan-count {
  font-size: 2rem;
  font-weight: 900;
}

.price-plan-price {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 900;
}

.price-plan-button,
.place-order-button {
  justify-content: center;
}

.price-plan-button {
  display: inline-flex;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #151a1e;
  box-shadow: none;
  font-size: 1.5rem;
  line-height: 1;
}

.price-plan-button:hover {
  background: transparent;
  color: #ee2c85;
  box-shadow: none;
}

.place-order-button {
  display: flex;
  max-width: 1050px;
  margin: 2rem auto 0;
  padding: 18px 36px;
  background: #191919;
  color: #ffffff;
  border: 2px solid #191919;
  box-shadow: 5px 5px 0;
  font-size: 1.15rem;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.place-order-button:hover {
  background: #151a1e33;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0;
}

.pricing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
  color: #151a1e;
  text-align: center;
}

.pricing-cta > span {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 700px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 4px 4px 0 #151a1e;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: min(700px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  transform: translate(-50%, -50%);
}

.order-form.is-success > :not(.order-success) {
  display: none;
}

.order-form.is-success .order-success {
  display: block;
  padding: 3rem 1rem;
  font-size: 1.25rem;
}

.order-form-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: #eeeeee;
  color: #151a1e;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.fixrep-page .pricing-section:has(.order-form:not([hidden]))::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #000000;
  font-weight: 700;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  font: inherit;
}

.app-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  padding: 1rem;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  color: #000000;
}

.app-options legend {
  padding: 0 0.35rem;
  font-weight: 700;
}

.app-options label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 1rem;
}

.order-success,
.order-error {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.order-success {
  color: #087f3e;
}
.order-error {
  color: #b42318;
}

.fixrep-page .order-form > .btn-#151a1e {
  justify-content: center;
}

.fixrep-page .order-form > .btn-submit-order {
  background: #151a1e;
  color: #ffffff;
}

.fixrep-page .order-form > .btn-submit-order:hover {
  background: #01b04f;
  color: #151a1e;
}

.fixrep-page .price-plan-button.btn-#151a1e,
.fixrep-page .price-plan-button.btn-#151a1e:hover {
  display: inline-flex;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  color: #151a1e !important;
  border: 0;
  box-shadow: none;
  font-size: 1.5rem;
  line-height: 1;
}

.fixrep-page .price-plan-button.btn-#151a1e:hover {
  color: #ee2c85 !important;
}

.fixrep-page .how.it.works {
  display: none;
}

.fixrep-page .pricing-section .heading-sub {
  display: block;
  max-width: 620px;
  margin: 0.75rem auto 0;
  font-size: 1rem;
  line-height: 1.5;
}

.fixrep-page .order-card {
  max-width: 1050px;
  gap: 1rem;
  align-items: stretch;
}

.fixrep-page .order-card-left,
.fixrep-page .order-card-right-wrap {
  gap: 1rem;
}

.fixrep-page .order-step,
.fixrep-page .order-card-right {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #151a1e;
}

.fixrep-page .order-step {
  padding: 1.35rem 1.5rem;
}

.fixrep-page .order-step .heading {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.fixrep-page .order-card-right {
  padding: 1.5rem;
  gap: 1rem;
}

.fixrep-page .btn-submit-order {
  border-radius: 10px;
  box-shadow: 4px 4px 0 #ffffff;
}

/* SECTION 3: PROGRESSION TIMELINE */
.progression-section {
  background-color: #151a1e;
  min-height: auto;
  height: auto;
  padding: 10rem 0rem;
}

.progression-section .heading {
  color: #ffffff;
}

.fixrep-page .progression-section {
  padding: 6rem 0;
}

.fixrep-page .timeline-container {
  display: block;
  margin-top: 2rem;
}

.fixrep-page .timeline-left {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.fixrep-page .step-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid #444444;
  border-radius: 10px;
  background: #151a1e;
  text-align: center;
  opacity: 1;
  transform: none;
}

.fixrep-page .step-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.fixrep-page .step-num {
  min-width: 52px;
  height: 52px;
  font-size: 1.5rem;
  border-radius: 6px;
}

.fixrep-page .step-title {
  grid-column: auto;
  font-size: 1rem;
  text-align: center;
}

.fixrep-page .step-card p {
  grid-column: auto;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
}

.fixrep-page #legacy-pricing,
.fixrep-page .order-form[hidden],
.fixrep-page .order-success[hidden],
.fixrep-page .order-error[hidden] {
  display: none;
}

.fixrep-page .timeline-right {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.timeline-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13rem;
  width: 100%;
  margin-top: 40px;
  flex-grow: 1;
}

.step-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
  padding: 20px 0;
  opacity: 0;
  transform: translateY(70px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.step-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.step-num {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  background: #444444;
  flex-shrink: 0;
  min-width: 140px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  justify-content: center;
}

.step-card p {
  grid-column: 2;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
}

.step-header {
  display: contents;
}

.step-title {
  grid-column: 2;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.step-num {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* Global UI Elements */
.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.site-navigation.scrolled {
  background-color: #000000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.site-navigation.scrolled .logo {
  color: #ffffff;
}

.nav-contact {
  display: none;
  margin-left: auto;
  padding: 0.7rem 1.1rem;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.site-navigation.scrolled .nav-contact {
  display: inline-flex;
}

.logo {
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.logo span {
  font-size: inherit;
  font-weight: inherit;
}

.btn-#151a1e {
  background: var(--accent-brand);
  color: #ffffff;
  padding: 18px 36px;
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-#151a1e svg {
  width: 41px;
  height: 36px;
  fill: currentColor;
  stroke-width: 0.65px;
}

.btn-#151a1e:hover {
  background-color: #151a1e33;
}
button.btn-#151a1e.place-order-button.topbar {
  margin: 0;
  transform: scale(0.75);
  padding: 15px;
  font-size: 1.4rem;
  background: white !important;
  color: #151a1e !important;
}
svg.btn-icon.topicon {
  width: 27px;
  height: 27px;
}
.fixrep-page .place-order-button.btn-#151a1e,
.fixrep-page .place-order-button.btn-#151a1e:hover {
  display: flex;
  justify-content: center;
  background-color: #151a1e !important;
  color: #ffffff !important;
  border: 2px solid #151a1e;
  box-shadow: 5px 5px 0 #151a1e;
}
button.btn-#151a1e.place-order-button.topbar {
  margin: 0;
  transform: scale(0.75);
  background: white !important;
  color: #151a1e !important;
}

a.btn-white.top {
  color: #ffffff;
  background: #4d4d4d;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  margin-left: 2rem;
}

.footer-section {
  background-color: #151a1e;
  min-height: auto;
  height: auto;
  margin-bottom: 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
}

.footer-section .footer-logo {
  color: #ffffff;
}

.footer-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.footer-icons {
  display: flex;
  gap: 16px;
}

.footer-icons a {
  color: #ffffff;
}

.footer-section .footer-email {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #151a1e;
  padding-top: 20px;
}

.footer-section .subtext {
  color: #ffffff;
}

svg {
  fill: #ffffff;
}

@media (max-width: 1024px) {
  .section-inner {
    padding: 1rem;
  }

  .step-num {
    margin: 0 auto;
  }

  .hero-content,
  .timeline-container {
    grid-template-columns: 1fr;
  }

  .timeline-container {
    overflow-y: auto;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .timeline-left,
  .timeline-right {
    width: 100%;
  }

  .timeline-right {
    display: flex;
    justify-content: center;
  }

  .timeline-right img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }

  .platform-icons {
    min-height: 0;
    gap: 10px;
  }

  .hero-content {
    padding: 40px 20px 20px;
    text-align: center;
  }

  .footer-content {
    padding: 40px;
  }

  section {
    height: auto;
  }

  .page-container {
    height: auto;
  }

  .step-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-bottom: 1px solid #151a1e;
    padding-bottom: 20px;
  }

  .step-card:last-child {
    border-bottom: none;
  }

  .step-card p {
    text-align: center;
  }

  .section-content {
    padding: 5rem 1rem;
  }

  .order-card {
    flex-wrap: wrap;
  }

  .order-card-left,
  .order-card-right-wrap {
    flex: 1 1 100%;
    width: 100%;
  }

  .order-card-left {
    gap: 1rem;
    overflow: visible;
    height: auto !important;
  }

  .order-step {
    padding: 1.5rem;
  }

  .footer-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .quantity-grid {
    display: flex;
    flex-direction: column;
  }

  .telegram-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .platform-grid {
    flex-wrap: wrap;
    gap: 12px;
  }

  .fixrep-page .timeline-left {
    grid-template-columns: 1fr;
  }

  .price-plans {
    grid-template-columns: 1fr;
  }

  .price-plan.featured {
    transform: none;
  }

  .contact-fields {
    grid-template-columns: 1fr;
  }

  .calculator-wrap {
    flex-wrap: wrap;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 5rem);
    line-height: 0.95;
    text-align: center;
  }

  .platform-card .price-icon {
    width: 64px;
    height: 64px;
  }

  .calculator-section {
    position: relative;
    z-index: 1;
  }

  .heading {
    font-size: clamp(2.1rem, 7vw, 2.8rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.5px;
    color: var(--accent-brand);
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .subtitle {
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    letter-spacing: var(--body-text-spacing);
  }

  .calc-value {
    font-size: 1.35rem;
    min-width: 3.8rem;
  }

  .calc-slider {
    height: 12px;
    min-height: 12px;
    display: block;
    width: 100%;
  }

  .calc-slider::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
  }

  .calc-slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
  }

  .calc-result .calc-result-num {
    font-size: 3.6rem;
  }

  .calc-result .calc-result-label {
    font-size: 1rem;
  }

  .price-huge {
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .order-card-right-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 30px;
    border: 1px solid #8080805e;
    padding: 1rem;
    border-radius: 1rem;
  }

  span.heading-sub {
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    letter-spacing: var(--body-text-spacing);
    margin-top: 1rem;
  }

  .hero-section {
    box-shadow: 0px 10px 4px #55501047;
  }

  .contact-method-select {
    flex: 0 0 54px;
    padding: 0 14px;
    border: var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    height: 3.2rem !important;
    font-family: inherit;
    color: var(--accent-brand);
    background: #ffffff;
    cursor: pointer;
  }

  .site-navigation:not(.scrolled) {
    background: #000000;
  }

  .calc-grid {
    width: 95%;
  }

  .calc-result-wrap {
    margin-top: 0;
  }

  .example-2 {
    display: none;
  }

  .step-card {
    background: #dfeeff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .step-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.5rem;
  }

  .step-card p {
    font-size: var(--body-text-size);
    font-weight: var(--body-text-weight);
    letter-spacing: var(--body-text-spacing);
    line-height: 1.5;
    width: 100%;
    margin-top: 0.25rem;
  }

  .step-title {
    font-size: 1rem;
    font-weight: 700;
  }

  .step-num {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    background: #444444;
    flex-shrink: 0;
    min-width: 50px;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    justify-content: center;
  }

  .back-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .fixrep-page .content-section {
    padding: 4rem 1rem;
  }

  .fixrep-page .content-layout {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
  }

  .fixrep-page .content-visual {
    order: 0;
  }

  .fixrep-page .content-copy {
    order: 1;
    max-width: 100%;
  }

  .fixrep-page .faq-section .content-copy,
  .fixrep-page .faq-section .content-visual {
    width: 100%;
  }

  .fixrep-page .faq-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .fixrep-page .faq-section .content-copy {
    flex-basis: auto;
    padding-right: 0;
  }

  .fixrep-page .faq-section .content-visual {
    flex-basis: auto;
    min-height: 20rem;
    order: 0;
  }

  .fixrep-page .faq-section .content-copy {
    order: 1;
  }

  .fixrep-page .content-copy p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .fixrep-page .site-navigation,
  .fixrep-page .site-navigation:not(.scrolled) {
    background: transparent;
    box-shadow: none;
  }

  .site-navigation.scrolled {
    background-color: #151a1e;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .fixrep-page .hero-copy p,
  .fixrep-page .sub-heading-text {
    color: #ffffff;
  }

  .fixrep-page .footer-section {
    background-color: #151a1e;
  }

  .fixrep-page .hero-section {
    min-height: 78vh;
    height: auto;
  }

  .fixrep-page .hero-content {
    width: 100%;
    min-height: 78vh;
    padding: 5.5rem 1rem 2.5rem;
    gap: 1.5rem;
    overflow: hidden;
  }

  .fixrep-page .platform-icons {
    width: 100%;
    max-width: 100%;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .fixrep-page .platform-icon {
    width: clamp(48px, 16vw, 65px);
    height: clamp(48px, 16vw, 65px);
    flex-shrink: 0;
  }

  .fixrep-page .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .fixrep-page .hero-copy h1 {
    width: 100%;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 0;
  }

  .fixrep-page .hero-copy p,
  .fixrep-page .sub-heading-text {
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5;
  }

  .fixrep-page .section-content,
  .fixrep-page .section-inner {
    width: 100%;
    padding: 3.5rem 1rem;
  }

  .fixrep-page .heading {
    width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.1;
  }

  .fixrep-page .pricing-section .heading-sub {
    width: 100%;
    font-size: 1rem;
    line-height: 1.45;
  }

  .fixrep-page .price-plans {
    width: 100%;
    margin: 2rem auto 1rem;
  }

  .fixrep-page .price-plan {
    width: 100%;
    min-height: 0;
    gap: 0.75rem;
    padding: 1rem;
  }

  .fixrep-page .price-plan-details {
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    text-align: center;
  }

  .fixrep-page .price-plan-name {
    font-size: 1.35rem;
  }

  .fixrep-page .price-plan-count {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #000e01;
  }

  .fixrep-page .price-plan-price {
    font-size: 1.75rem;
  }

  .fixrep-page .place-order-button {
    width: min(100%, 18rem);
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .fixrep-page .order-form {
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    padding: 1.5rem 1rem;
  }

  .fixrep-page .timeline-left {
    width: 100%;
  }

  .fixrep-page .step-card {
    width: 100%;
    align-items: center;
    padding: 1.25rem 1rem;
  }

  .fixrep-page .step-card p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  section {
    width: 100%;
    max-width: 100%;
  }

  .fixrep-page .site-navigation {
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .fixrep-page .logo {
    font-size: clamp(1.5rem, 8vw, 2rem);
    letter-spacing: 0;
  }

  .fixrep-page .topbar-button {
    max-width: 11rem;
    min-width: 0;
    padding: 0.55rem 0.7rem;
    font-size: 0.8rem;
    letter-spacing: 0;
    gap: 0.35rem;
  }

  .fixrep-page .topbar-button .topicon {
    width: 1rem;
    height: 1rem;
  }

  .fixrep-page .hero-copy h1 {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .fixrep-page .calculator-trigger {
    right: -1rem;
    bottom: 1rem;
    max-width: calc(100vw - 1rem);
    padding: 0.65rem 1.35rem 0.65rem 0.8rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .fixrep-page .content-layout,
  .fixrep-page .content-copy,
  .fixrep-page .content-visual,
  .fixrep-page .faq-grid,
  .fixrep-page .price-plan {
    min-width: 0;
    max-width: 100%;
  }

  .fixrep-page .content-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .fixrep-page .content-copy p {
    overflow-wrap: anywhere;
  }

  .fixrep-page .faq-section .question,
  .fixrep-page .faq-section .answer {
    font-size: 1rem !important;
  }
}
