.img-compare{
  position:relative;
  width:100%;
  aspect-ratio: 4 / 3;
  overflow:hidden;
  touch-action:none;
  cursor:ew-resize;
}

/* both images fill SAME box */
.img-compare-base,
.img-compare-top{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  pointer-events:none;
  user-select:none;
  display:block;
}

/* overlay is FULL size, but clipped */
.img-compare-overlay{
  position:absolute;
  inset:0;
  overflow:visible;              /* important */
  clip-path: inset(0 50% 0 0);   /* JS updates middle value */
}

.img-compare-divider{
  position:absolute;
  top:0; bottom:0;
  left:50%;
  width:2px;
  background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.15);
  pointer-events:none;
}

.img-compare-knob{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  border:0;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
  cursor:ew-resize;
}

.home-launchpad {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 84, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f2e7 0%, #fffaf2 100%);
  padding: 72px 0 54px;
}

.home-launchpad__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-launchpad__intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.home-launchpad__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 18, 20, 0.08);
  color: #5c4a18;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-launchpad__title {
  margin-bottom: 14px;
  color: #1e1a14;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}

.home-launchpad__lede {
  color: #574f43;
  font-size: 18px;
  line-height: 1.7;
}

.home-launchpad__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.home-launchpad__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 26px;
  border: 1px solid rgba(33, 28, 20, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.16),
    0 8px 12px rgba(48, 32, 14, 0.1),
    0 1px 2px rgba(48, 32, 14, 0.12);
}

.home-launchpad__step {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #17130f;
  color: #fff5dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.home-launchpad__card h3 {
  margin-bottom: 12px;
  color: #201b15;
  font-size: 28px;
  font-weight: 800;
}

.home-launchpad__card p {
  margin-bottom: 16px;
  color: #5c5348;
  font-size: 16px;
  line-height: 1.7;
}

.home-launchpad__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f4ead5;
  color: #7c5c15;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.home-launchpad__list {
  padding-left: 18px;
  margin: 0 0 20px;
  color: #453d33;
  line-height: 1.8;
}

.home-launchpad__list li + li {
  margin-top: 6px;
}

.home-launchpad__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 999px;
  background: #111214;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}

.home-launchpad__cta:hover {
  color: #fff;
  background: #2c2418;
  text-decoration: none;
}

.home-trust-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.home-trust-strip__item {
  padding: 22px 24px;
  border-radius: 24px;
  background: #17130f;
  color: #fff8ea;
  box-shadow:
    0 18px 28px rgba(10, 8, 6, 0.22),
    0 8px 12px rgba(10, 8, 6, 0.12),
    0 1px 2px rgba(10, 8, 6, 0.18);
}

.home-trust-strip__item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: inherit;
}

.home-trust-strip__item span {
  display: block;
  color: rgba(255, 248, 234, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.home-guide {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 22px;
  align-items: stretch;
}

.home-guide__intro {
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(70, 54, 28, 0.08);
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.14),
    0 8px 12px rgba(48, 32, 14, 0.08),
    0 1px 2px rgba(48, 32, 14, 0.1);
}

.home-guide__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #866113;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-guide__title {
  margin-bottom: 12px;
  color: #17130f;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.08;
}

.home-guide__copy {
  margin: 0;
  color: #5d564b;
  font-size: 16px;
  line-height: 1.8;
}

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

.home-guide__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(70, 54, 28, 0.1);
  border-radius: 24px;
  background: #ffffff;
  color: #2b251c;
  text-align: left;
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.14),
    0 8px 12px rgba(48, 32, 14, 0.08),
    0 1px 2px rgba(48, 32, 14, 0.1);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-guide__card:hover,
.home-guide__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(134, 97, 19, 0.36);
  box-shadow:
    0 22px 28px rgba(48, 32, 14, 0.18),
    0 10px 14px rgba(48, 32, 14, 0.1),
    0 1px 2px rgba(48, 32, 14, 0.12);
  outline: none;
}

.home-guide__label {
  display: inline-block;
  color: #866113;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-guide__card strong {
  display: block;
  color: #17130f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
}

.home-guide__card span:last-child {
  color: #5d564b;
  font-size: 14px;
  line-height: 1.7;
}

#home-launchpad,
#home-guide,
#home-orbit,
#best,
#reviews,
#about-seo {
  scroll-margin-top: 110px;
}

.home-orbit {
  padding: 70px 0 44px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
}

.home-orbit__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-orbit__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.home-orbit__kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #866113;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.home-orbit__title {
  margin-bottom: 14px;
  color: #17130f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
}

.home-orbit__sub {
  color: #5d564b;
  font-size: 17px;
  line-height: 1.75;
}

.home-orbit__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.home-orbit__tab {
  padding: 12px 16px;
  border: 1px solid rgba(17, 18, 20, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #2a241b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-orbit__tab.is-active {
  background: #17130f;
  color: #fff5dd;
  border-color: #17130f;
}

.home-orbit__panel {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 26px;
  align-items: stretch;
}

.home-orbit__panel.is-active {
  display: grid;
}

.home-orbit__story,
.home-orbit__visual {
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.home-orbit__story {
  padding: 30px;
  background: #17130f;
  color: #fff8ea;
  box-shadow:
    0 18px 28px rgba(10, 8, 6, 0.26),
    0 8px 14px rgba(10, 8, 6, 0.16),
    0 1px 2px rgba(10, 8, 6, 0.16);
}

.home-orbit__story h3 {
  margin-bottom: 12px;
  color: inherit;
  font-size: 32px;
  font-weight: 800;
}

.home-orbit__story p {
  margin-bottom: 14px;
  color: rgba(255, 248, 234, 0.84);
  line-height: 1.8;
}

.home-orbit__story ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: rgba(255, 248, 234, 0.94);
  line-height: 1.8;
}

.home-orbit__story li + li {
  margin-top: 6px;
}

.home-orbit__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.home-orbit__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7e6aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-orbit__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  background: #f4c95d;
  color: #2f2409;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.home-orbit__link:hover {
  color: #2f2409;
  text-decoration: none;
  filter: brightness(1.03);
}

.home-orbit__visual {
  position: relative;
  min-height: 420px;
  background: #efe8dc;
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.16),
    0 8px 12px rgba(48, 32, 14, 0.1),
    0 1px 2px rgba(48, 32, 14, 0.12);
}

.home-orbit__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-orbit__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #201a12;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-orbit__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(16, 14, 11, 0.76);
  color: #fffaf0;
  backdrop-filter: blur(10px);
}

.home-orbit__caption strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}

#best {
  background:
    radial-gradient(circle at top left, rgba(255, 213, 93, 0.13), transparent 24%),
    linear-gradient(180deg, #2e261f 0%, #1a1511 100%);
}

#best .container {
  max-width: 1180px;
}

#best .image-container {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

#best .image-container img {
  width: 100%;
  display: block;
}

#best .box20 {
  overflow: hidden;
  border-radius: 24px;
  box-shadow:
    0 18px 28px rgba(0, 0, 0, 0.2),
    0 8px 14px rgba(0, 0, 0, 0.14),
    0 1px 2px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#best .box20:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 36px rgba(0, 0, 0, 0.24),
    0 10px 18px rgba(0, 0, 0, 0.16),
    0 1px 3px rgba(0, 0, 0, 0.16);
}

#best .box20 .box-content {
  padding: 22px;
}

#best .box20 .title {
  line-height: 1.2;
}

@media (max-width: 991px) {
  .home-orbit__panel {
    grid-template-columns: 1fr;
  }

  .home-orbit__visual {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .home-launchpad__grid,
  .home-trust-strip,
  .home-guide {
    grid-template-columns: 1fr;
  }

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

  .home-launchpad {
    padding: 56px 0 42px;
  }
}

:root {
  --home-ink: #1d1713;
  --home-soft-ink: #5f5549;
  --home-warm: #f4bf57;
  --home-warm-deep: #a87315;
  --home-shell: #fffaf2;
  --home-mist: #f5efe3;
  --home-panel: rgba(255, 255, 255, 0.88);
  --home-line: rgba(33, 27, 18, 0.1);
  --home-shadow: 0 20px 60px rgba(53, 39, 18, 0.1);
}

body {
  font-family: "Mada", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-w3,
.home-launchpad__title,
.home-orbit__title,
.hero-v2-title {
  font-family: "Mada", sans-serif;
}

.about,
#best,
#reviews {
  position: relative;
}

.about {
  padding: 34px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(244, 191, 87, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e9 100%);
}

.about .container,
#best .container,
#reviews .container {
  max-width: 1180px;
}

.about .welcome-left {
  position: relative;
  display: grid;
  gap: 26px;
}

.about .welcome-left > h3:first-child {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--home-shadow);
  color: var(--home-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.home-launchpad__intro,
.home-orbit__head,
.about .welcome-left > h3:first-child,
#best .title-w3,
#reviews .title-w3 {
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.about .welcome-left > h3:first-child + .text-content {
  margin-top: -6px;
}

.about .text-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 32px;
  border: 1px solid rgba(44, 34, 22, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(250, 244, 234, 0.92));
  box-shadow: var(--home-shadow);
  text-align: left !important;
}

.about .text-content h4 {
  margin: 0;
  color: var(--home-soft-ink);
  font-size: 18px;
  line-height: 1.85;
  font-weight: 500;
}

.about .text-content h4 strong {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--home-ink);
  font-size: 24px;
  font-weight: 800;
}

.about .full-text {
  display: block !important;
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(44, 34, 22, 0.1);
}

.about .read-more-btn {
  display: none !important;
}

.about .row {
  margin: 0 !important;
  padding: 28px;
  border: 1px solid rgba(44, 34, 22, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.14),
    0 8px 12px rgba(48, 32, 14, 0.1),
    0 1px 2px rgba(48, 32, 14, 0.1);
}

.about .row + .row {
  margin-top: 6px !important;
}

.about .row:nth-of-type(odd) .col-md-6:first-child,
.about .row:nth-of-type(odd) .col-12:first-child {
  order: 2;
}

.about .row:nth-of-type(odd) .col-md-6:last-child,
.about .row:nth-of-type(odd) .col-12:last-child {
  order: 1;
}

.about .row h3,
.about .row h4 {
  text-align: left;
}

.about .row h3 {
  margin-bottom: 14px;
  color: var(--home-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.about .row h4 {
  color: var(--home-soft-ink);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.about .row .text-center {
  text-align: left !important;
}

.about .img-fluid,
.about .img-compare {
  border-radius: 26px !important;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(39, 28, 16, 0.18);
}

.about a img.img-fluid {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.about a:hover img.img-fluid {
  transform: scale(1.02);
  filter: saturate(1.04);
}

#best {
  padding: 34px 0 38px;
  background:
    radial-gradient(circle at top left, rgba(244, 191, 87, 0.12), transparent 24%),
    linear-gradient(180deg, #2d241d 0%, #16110d 100%);
}

#best .title-w3 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  color: #fff9ef !important;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

#best .title-w3 span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 248, 234, 0.8);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

#best .container > .container {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

#best .image-container {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#best .image-container:hover,
#best .box20:hover {
  transform: translateY(-6px);
}

#best .image-container img,
#best .box20 img {
  width: 100%;
  display: block;
}

#best .image-text {
  margin: 0;
  padding: 18px 20px 22px;
  color: rgba(255, 248, 234, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

#best .team-w3ls-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

#best .team-w3ls-row > [class*="col-"] {
  flex: 1 1 280px;
  max-width: none;
  margin: 0 !important;
  padding: 0;
}

#best .box20 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#best .box20 .box-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 24px;
  background: linear-gradient(180deg, rgba(33, 25, 18, 0.2), rgba(18, 14, 11, 0.72));
}

#best .box20 .title {
  margin: 0;
  color: #fff8ea;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

#best .box20 .post {
  color: rgba(255, 248, 234, 0.78);
  font-size: 15px;
  line-height: 1.8;
}

#reviews {
  padding: 28px 0 72px;
  background: linear-gradient(180deg, #f6efe3 0%, #fffdf9 100%);
}

#reviews .testimonials {
  background: transparent;
}

#reviews .container-fluid.text-center {
  padding: 42px 26px !important;
  border: 1px solid rgba(44, 34, 22, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(244, 191, 87, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--home-shadow);
}

#reviews .title-w3 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  color: var(--home-ink) !important;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

#reviews .title-w3 span {
  display: block;
  margin-top: 16px;
  color: var(--home-soft-ink);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

#reviews .tr-widget,
#reviews .trustpilot-widget {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.home-launchpad__lede,
.home-orbit__sub,
.about .text-content h4,
.about .row h4,
#best .title-w3 span,
#best .box20 .post,
#best .image-text,
#reviews .title-w3 span {
  max-width: 70ch;
}

.home-launchpad__lede,
.home-orbit__sub,
#best .title-w3 span,
#reviews .title-w3 span {
  margin-left: auto;
  margin-right: auto;
}

#best .box20 .post,
#best .image-text {
  max-width: none;
}

@media (max-width: 991px) {
  #best .container > .container {
    grid-template-columns: 1fr;
  }

  .about .row {
    padding: 22px;
  }

  .about .row:nth-of-type(odd) .col-md-6:first-child,
  .about .row:nth-of-type(odd) .col-12:first-child,
  .about .row:nth-of-type(odd) .col-md-6:last-child,
  .about .row:nth-of-type(odd) .col-12:last-child {
    order: initial;
  }
}

@media (max-width: 767px) {
  .home-trust-strip,
  .home-guide__grid {
    grid-template-columns: 1fr;
  }

  .home-guide__intro,
  .home-guide__card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .home-guide__title {
    font-size: 30px;
  }

  .about .welcome-left > h3:first-child,
  .about .text-content,
  .about .row,
  #reviews .container-fluid.text-center {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .about .text-content h4,
  #best .title-w3 span,
  #reviews .title-w3 span {
    font-size: 16px;
  }

  #best .box20 .box-content {
    padding: 20px;
  }
}

.home-section-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 78px;
  z-index: 20;
  padding: 12px 0 10px;
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.96) 0%, rgba(248, 244, 236, 0.9) 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(32, 27, 21, 0.08);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.home-section-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-section-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-section-nav__inner::-webkit-scrollbar {
  display: none;
}

.home-section-nav__inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(32, 27, 21, 0.08);
  color: #2b241b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.home-section-nav__inner a:hover {
  text-decoration: none;
  color: #111214;
  background: #fff7ed;
}

.home-section-nav__hint {
  display: none !important;
}

.home-upload-flow {
  background: linear-gradient(180deg, #fffaf3 0%, #f6f8fb 100%);
  padding: 64px 0 72px;
}

.home-upload-flow__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-upload-flow__intro {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.home-upload-flow__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 211, 178, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.home-upload-flow__intro h2 {
  margin-bottom: 12px;
  color: #17130f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
}

.home-upload-flow__intro p {
  color: #5d564b;
  font-size: 17px;
  line-height: 1.75;
}

.home-upload-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.home-upload-flow__step {
  padding: 20px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 18, 20, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.home-upload-flow__step strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 15px;
}

.home-upload-flow__step span {
  color: #64748b;
  line-height: 1.65;
  font-size: 14px;
}

.home-upload-flow__panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 18, 20, 0.08);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.home-upload-flow__media {
  min-height: 100%;
}

.home-upload-flow__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.home-upload-flow__content {
  max-width: 560px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-upload-flow__content h3 {
  margin-bottom: 12px;
  color: #17130f;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
}

.home-upload-flow__content p,
.home-upload-flow__content ul {
  color: #5d564b;
  line-height: 1.8;
  text-align: center;
}

.home-upload-flow__content ul {
  margin: 0 0 18px;
  padding-left: 0;
  list-style-position: inside;
}

.home-upload-flow__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.home-upload-flow__upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  background: linear-gradient(135deg, #14d3b2 0%, #0ea5a4 100%);
  color: #062c2c;
  border: 0;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.home-upload-flow__upload-button .upload-button__upload-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  line-height: 1.1;
  text-align: center;
}

.home-upload-flow__upload-button:hover,
.home-upload-flow__upload-button:focus-visible {
  color: #062c2c;
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
}

.home-upload-flow__upload-button:focus-visible {
  outline: 3px solid rgba(20, 211, 178, 0.28);
  outline-offset: 3px;
}

.home-upload-flow__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.home-upload-flow__link--secondary {
  min-width: 220px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.home-upload-flow__link:hover {
  color: #0f172a;
  text-decoration: none;
}

.home-launchpad__note {
  max-width: 860px;
  margin: 10px auto 0;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(70, 54, 28, 0.1);
  box-shadow:
    0 18px 26px rgba(48, 32, 14, 0.14),
    0 8px 12px rgba(48, 32, 14, 0.08),
    0 1px 2px rgba(48, 32, 14, 0.1);
  text-align: center;
}

.home-launchpad__note-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #866113;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-launchpad__note h3 {
  margin-bottom: 12px;
  color: #17130f;
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.12;
}

.home-launchpad__note p {
  margin: 0;
  color: #5d564b;
  font-size: 16px;
  line-height: 1.75;
}

.about .welcome-left > h3:first-child {
  margin-bottom: 22px;
}

.about .text-content {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 28px 28px 0 0;
  border-bottom: 0;
}

.about .row.my-5.align-items-center:first-of-type {
  max-width: 920px;
  margin: -2px auto 0 !important;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid rgba(55, 38, 17, 0.12);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  box-shadow:
    0 18px 28px rgba(48, 32, 14, 0.12),
    0 8px 12px rgba(48, 32, 14, 0.08),
    0 1px 2px rgba(48, 32, 14, 0.08);
}

.about .row.my-5.align-items-center:first-of-type .col-12.col-md-6.text-center,
.about .row.my-5.align-items-center:first-of-type .col-12.col-md-6.text-center h3,
.about .row.my-5.align-items-center:first-of-type .col-12.col-md-6.text-center h4 {
  text-align: center;
}

#home-launchpad,
#home-upload-flow,
#best,
#reviews,
#about-seo {
  scroll-margin-top: 168px;
}

@media (max-width: 991px) {
  .home-launchpad__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .home-launchpad__card,
  .home-trust-strip__item {
    scroll-snap-align: start;
  }

  .home-upload-flow__steps,
  .home-upload-flow__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-section-nav {
    top: 72px;
  }

  .home-section-nav__inner {
    justify-content: flex-start;
  }

  .home-section-nav__inner a {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .home-upload-flow {
    padding: 52px 0 58px;
  }

  .home-upload-flow__panel {
    padding: 16px;
    border-radius: 24px;
  }

  .home-upload-flow__media img {
    min-height: 0;
    max-height: 360px;
  }

  .home-upload-flow__actions {
    display: grid;
  }

  .home-upload-flow__actions form,
  .home-upload-flow__actions .upload-button,
  .home-upload-flow__link {
    width: 100%;
  }

  .home-upload-flow__upload-button,
  .home-upload-flow__link--secondary {
    min-width: 0;
  }

  .home-launchpad__note {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .about .text-content {
    border-radius: 24px 24px 0 0;
  }

  .about .row.my-5.align-items-center:first-of-type {
    padding: 20px 18px;
    border-radius: 0 0 24px 24px;
  }
}



