:root {
  --aml-dark: #111111;
  --aml-charcoal: #1f1f1f;
  --aml-light: #f7f6f3;
  --aml-white: #ffffff;
  --aml-muted: #6d6d6d;
  --aml-accent: #f7c873;
  --aml-border: rgba(17, 17, 17, 0.1);
  --aml-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  --aml-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--aml-dark);
  background: var(--aml-light);
}

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

a {
  text-decoration: none;
}

.section-space {
  padding: 88px 0;
}

.section-soft-tone {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(239, 237, 232, 0.88));
  border-top: 1px solid rgba(17, 17, 17, 0.04);
  border-bottom: 1px solid rgba(17, 17, 17, 0.04);
}

.section-white-tone {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
}

.section-tag {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  color: var(--aml-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
}

.section-heading p,
.inner-hero-copy {
  max-width: 650px;
}

/* Navbar styling requirement */
.aml-navbar {
  background: rgba(17, 17, 17, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.aml-navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.aml-navbar .nav-link:hover,
.aml-navbar .nav-link.active {
  color: var(--aml-white);
}

.aml-nav-btn {
  border-radius: 999px;
  font-weight: 700;
  padding-inline: 1.15rem;
}

/* Dropdown styling requirement */
.aml-dropdown {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

/* Multiple backgrounds requirement */
.hero-section {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle at top right, rgba(247, 200, 115, 0.35), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 240, 235, 0.96)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><path d='M0 90h180M90 0v180' stroke='%23e7e2d7' stroke-width='1' opacity='0.5'/></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top right, center, center;
}

.hero-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-mini-points span {
  background: var(--aml-white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  box-shadow: var(--aml-shadow);
  font-size: 0.94rem;
}

.hero-visual {
  position: relative;
}

.hero-card,
.take-all-panel,
.contact-panel,
.info-panel,
.cta-strip,
.story-wrapper,
.carousel-card,
.package-card,
.trust-card,
.milestone-card {
  background: var(--aml-white);
  border: 1px solid var(--aml-border);
  border-radius: var(--aml-radius);
  box-shadow: var(--aml-shadow);
}

.hero-card {
  padding: 2rem;
}

.founder-story-section {
  padding-top: 28px;
}

.founder-story-shell {
  position: relative;
  padding: 2.5rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 246, 243, 0.98)),
    radial-gradient(circle at top right, rgba(247, 200, 115, 0.2), transparent 32%);
  border: 1px solid var(--aml-border);
  border-radius: calc(var(--aml-radius) + 4px);
  box-shadow: var(--aml-shadow);
  overflow: hidden;
}

.founder-story-shell::before,
.founder-story-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.founder-story-shell::before {
  top: -70px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(247, 200, 115, 0.22), transparent 68%);
}

.founder-story-shell::after {
  bottom: -90px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(17, 17, 17, 0.07), transparent 70%);
}

.founder-story-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.founder-visual-wrap {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
}

.founder-photo-frame {
  position: relative;
  padding: 0.9rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 200, 115, 0.18));
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 34px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.1);
}

.founder-photo-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  pointer-events: none;
}

.founder-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px;
}

.founder-floating-note {
  position: absolute;
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.45;
  z-index: 2;
}

.founder-floating-note-top {
  top: 22px;
  right: -16px;
}

.founder-floating-note-bottom {
  left: -16px;
  bottom: 26px;
}

.founder-kicker {
  color: #8a5d10;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.founder-story-copy h2 {
  margin-bottom: 1rem;
}

.founder-lead {
  max-width: 760px;
  margin-inline: auto;
  color: var(--aml-dark);
}

.founder-body {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--aml-dark);
  font-size: 1.02rem;
  line-height: 1.85;
}

.founder-proof-grid {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.founder-proof-card {
  height: 100%;
  padding: 1.35rem;
  background: var(--aml-white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.founder-proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 200, 115, 0.65);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.founder-proof-number {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--aml-dark);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
}

.module-chip,
.sale-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(247, 200, 115, 0.2);
  color: var(--aml-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-sale-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  background: var(--aml-white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  box-shadow: var(--aml-shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-sale-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 200, 115, 0.7);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.1);
}

.product-sale-media {
  padding: 0.6rem;
  background: linear-gradient(180deg, #fbfbf8, #f5f1ea);
  border-radius: 20px;
}

.product-sale-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.product-sale-body {
  padding: 1rem 0.25rem 0.2rem;
}

.product-price-stack {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.old-price {
  color: var(--aml-muted);
  font-size: 0.88rem;
  text-decoration: line-through;
}

.new-price {
  color: var(--aml-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.winning-dashboard-shell {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 246, 243, 0.98));
  border: 1px solid var(--aml-border);
  border-radius: 30px;
  box-shadow: var(--aml-shadow);
}

.winning-dashboard-toolbar {
  max-width: 420px;
  margin: 0 auto 2rem;
  text-align: center;
}

.winning-dashboard-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--aml-dark);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.winning-category-select {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  box-shadow: none;
  font-weight: 700;
  color: var(--aml-dark);
  background-color: rgba(255, 255, 255, 0.96);
}

.winning-category-select:focus {
  border-color: rgba(17, 17, 17, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.08);
}

.winning-products-panel {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.winning-products-panel.is-switching {
  opacity: 0;
  transform: translateY(10px);
}

.winning-product-card {
  height: 100%;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.winning-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.11);
}

.winning-card-top {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.winning-card-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: #fbfbf8;
  border: 1px solid rgba(17, 17, 17, 0.07);
}

.winning-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0.6rem;
}

.winning-card-header h3 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.winning-card-subtitle {
  margin-bottom: 0;
  color: var(--aml-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.winning-card-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.winning-metric {
  padding: 0.85rem 0.9rem;
  background: rgba(17, 17, 17, 0.03);
  border-radius: 18px;
}

.winning-metric span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--aml-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.winning-metric strong {
  font-size: 1rem;
}

.winning-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.winning-trend {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.winning-trend svg {
  width: 78px;
  height: 28px;
}

.winning-trend-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--aml-dark);
}

.winning-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--aml-dark);
  color: var(--aml-white);
  font-weight: 700;
  white-space: nowrap;
}

.winning-card-link:hover {
  color: var(--aml-white);
  background: #000000;
}

.winning-locked-zone {
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.02));
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
}

.winning-locked-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.winning-locked-card .winning-product-card {
  filter: blur(1.8px);
  transform: scale(1.01);
}

.winning-locked-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.52);
  border-radius: 24px;
}

.winning-locked-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--aml-dark);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.winning-upgrade-strip {
  max-width: 660px;
  margin-inline: auto;
  padding: 1.65rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
}

.sale-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.sale-badge-hot {
  background: rgba(255, 58, 48, 0.12);
  color: #c62828;
}

.module-hero-panel,
.module-detail-card,
.module-cta-strip,
.module-back-link {
  background: var(--aml-white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: var(--aml-shadow);
}

.module-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  color: var(--aml-dark);
  font-weight: 700;
}

.module-hero-panel {
  padding: 2rem;
}

.module-hero-visual {
  padding: 1rem;
  background: linear-gradient(135deg, rgba(247, 200, 115, 0.14), rgba(17, 17, 17, 0.04));
  border-radius: 24px;
}

.module-hero-visual-card {
  min-height: 320px;
  padding: 1.6rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #151515, #252525);
  color: var(--aml-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module-hero-visual-card strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.25;
}

.module-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.module-highlight {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.04);
}

.module-highlight span {
  display: block;
  color: var(--aml-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.module-highlight strong {
  display: block;
  margin-top: 0.3rem;
}

.module-detail-card {
  padding: 1.7rem;
  height: 100%;
}

.module-detail-card h3 {
  margin-bottom: 0.9rem;
}

.module-learn-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.module-learn-list li + li {
  margin-top: 0.65rem;
}

.module-cta-strip {
  padding: 1.6rem;
  text-align: center;
}

.hero-badge,
.price-chip {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(247, 200, 115, 0.24);
  color: var(--aml-dark);
  font-weight: 700;
}

.hero-price {
  font-size: 2rem;
  font-weight: 800;
}

.hero-image {
  margin-top: 1rem;
  border-radius: 24px;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

.hero-product-carousel {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--aml-shadow);
  background: #ffffff;
}

.hero-product-carousel .carousel-item {
  padding: 0.2rem;
}

.hero-product-carousel .hero-image {
  min-height: 0;
}

.hero-product-carousel .carousel-indicators {
  margin-bottom: 0.6rem;
}

.hero-product-carousel .carousel-indicators button {
  background-color: var(--aml-dark);
}

.product-best-seller {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 58, 48, 0.12);
  color: #c62828;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aml-card,
.trust-card,
.milestone-card,
.package-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

[data-checkout-url] {
  cursor: pointer;
}

[data-checkout-url]:focus-visible {
  outline: 3px solid rgba(247, 200, 115, 0.85);
  outline-offset: 4px;
}

/* Opacity requirement */
.aml-card img {
  opacity: 0.96;
  width: 100%;
  height: 320px;
  object-fit: contain;
  background: #fbfbf8;
  padding: 0.75rem;
}

.aml-card:hover,
.trust-card:hover,
.milestone-card:hover,
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.aml-card:hover img {
  opacity: 1;
}

.take-all-panel {
  padding: 2rem;
}

.take-all-carousel {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--aml-shadow);
  background: #ffffff;
}

.take-all-carousel .carousel-item {
  padding: 0.5rem;
}

.take-all-carousel .carousel-indicators button {
  background-color: var(--aml-dark);
}

.take-all-image {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  border-radius: 24px;
  background: #ffffff;
}

.custom-list {
  margin: 0;
  padding-left: 1.25rem;
}

.custom-list li {
  margin-bottom: 0.8rem;
}

.trust-card,
.milestone-card {
  padding: 1.6rem;
}

.aml-carousel {
  border-radius: var(--aml-radius);
  overflow: hidden;
  box-shadow: var(--aml-shadow);
}

.carousel-card {
  padding: 4rem 1.5rem;
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #151515, #2a2a2a);
  color: var(--aml-white);
}

.testimonial-quote {
  font-size: 1.35rem;
  line-height: 1.8;
  max-width: 720px;
}

.testimonial-name {
  display: inline-block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.aml-accordion .accordion-item {
  border: 1px solid var(--aml-border);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.inner-hero {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04), transparent);
}

.story-wrapper {
  padding: 2rem;
  overflow: hidden;
}

/* Float requirement */
.about-float-image {
  float: left;
  width: min(330px, 45%);
  margin: 0 1.5rem 1rem 0;
  border-radius: 24px;
  box-shadow: var(--aml-shadow);
}

.info-panel {
  padding: 2rem;
}

.milestone-number {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--aml-muted);
}

.package-card {
  padding: 2rem;
  height: 100%;
}

.modules-showcase {
  margin-top: 1rem;
}

.services-module-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 246, 243, 0.96));
  border: 1px solid var(--aml-border);
  border-radius: 22px;
  box-shadow: var(--aml-shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-module-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fbfbf8;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.services-module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.services-module-card .card-body {
  padding: 1.5rem;
}

.services-module-card .h5 {
  font-size: 1rem;
}

.services-module-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.services-module-price {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.services-module-price .old-price {
  color: var(--aml-muted);
  font-size: 0.88rem;
  text-decoration: line-through;
}

.services-module-price .new-price {
  font-size: 1.08rem;
  line-height: 1;
}

.services-module-card .btn {
  width: 100%;
  border-radius: 999px;
  font-weight: 700;
}

.module-mini-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.07);
  color: var(--aml-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bundle-callout {
  max-width: 680px;
  margin-inline: auto;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(247, 200, 115, 0.12));
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
}

.bundle-callout p {
  color: var(--aml-muted);
}

/* Border image requirement */
.package-card-featured {
  border: 12px solid transparent;
  border-image: linear-gradient(135deg, #f7c873, #111111) 1;
}

.aml-table {
  background: var(--aml-white);
  border-radius: 18px;
  overflow: hidden;
}

.aml-table thead th {
  background: var(--aml-dark);
  color: var(--aml-white);
}

.cta-strip {
  padding: 2rem;
}

/* Gallery layout requirement */
.gallery-thumb {
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--aml-shadow);
  transition: transform 0.3s ease;
}

.gallery-thumb:hover {
  transform: translateY(-6px);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.gallery-modal-content {
  border-radius: 24px;
  border: 0;
}

.contact-panel {
  overflow: hidden;
}

.contact-visual,
.contact-form-wrap {
  padding: 2.25rem;
}

.contact-visual {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.03), rgba(247, 200, 115, 0.06));
}

.checkout-layout {
  min-height: 100%;
}

.checkout-selection-panel {
  border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.selection-groups {
  display: grid;
  gap: 1.25rem;
}

.selection-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.selection-group-head span,
.summary-head span {
  color: var(--aml-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.selection-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.selection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.selection-card.is-selected {
  border-color: rgba(247, 200, 115, 0.95);
  box-shadow: 0 18px 38px rgba(247, 200, 115, 0.24);
  background: rgba(247, 200, 115, 0.12);
}

.selection-card.is-included {
  border-color: rgba(17, 17, 17, 0.22);
  background: rgba(17, 17, 17, 0.05);
}

.selection-card.is-locked {
  opacity: 0.55;
  cursor: not-allowed;
}

.selection-card-package.selection-card-featured {
  border: 1px solid rgba(247, 200, 115, 0.7);
  background:
    linear-gradient(180deg, rgba(247, 200, 115, 0.16), rgba(255, 255, 255, 0.9));
}

.selection-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.selection-check {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.45rem;
  border: 1.5px solid rgba(17, 17, 17, 0.22);
  background: var(--aml-white);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.selection-input:checked + .selection-check {
  background: var(--aml-dark);
  border-color: var(--aml-dark);
  box-shadow: 0 0 0 0.22rem rgba(17, 17, 17, 0.08);
  transform: scale(1.05);
}

.selection-input:checked + .selection-check::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.7rem;
  margin: 0.16rem auto 0;
  border: solid var(--aml-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.selection-copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.selection-copy small {
  color: var(--aml-muted);
  font-size: 0.85rem;
}

.selection-price {
  font-weight: 800;
  white-space: nowrap;
}

.checkout-summary-card,
.payment-panel,
.qr-placeholder {
  background: rgba(17, 17, 17, 0.03);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
}

.checkout-summary-card,
.payment-panel {
  padding: 1.4rem;
}

.summary-head,
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.summary-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.summary-list li + li {
  margin-top: 0.55rem;
}

.package-note {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(247, 200, 115, 0.16);
  border-radius: 16px;
  color: #614717;
  font-size: 0.92rem;
}

.total-row {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 1.05rem;
}

.total-row strong {
  font-size: 1.45rem;
}

.qr-placeholder {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
  padding: 1.2rem;
  text-align: center;
}

.qr-badge {
  display: inline-flex;
  align-self: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qr-art {
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px dashed rgba(17, 17, 17, 0.24);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.1), rgba(247, 200, 115, 0.22)),
    repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(17, 17, 17, 0.05) 8px, rgba(17, 17, 17, 0.05) 16px),
    repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(17, 17, 17, 0.05) 8px, rgba(17, 17, 17, 0.05) 16px);
}

.qr-image {
  width: min(100%, 230px);
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: var(--aml-white);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
}

/* Attribute selector requirement for form styling */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"],
textarea {
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
  border-color: rgba(17, 17, 17, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.1);
}

.support-note {
  padding: 1.5rem;
  background: rgba(17, 17, 17, 0.05);
  border-radius: 20px;
}

.site-footer {
  padding: 72px 0 28px;
  color: var(--aml-white);
  background: linear-gradient(135deg, #111111, #1f1f1f);
}

.footer-sitemap {
  margin: 0;
  padding-left: 1.2rem;
}

.footer-sitemap li {
  margin-bottom: 0.55rem;
}

.footer-sitemap a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-sitemap a:hover {
  color: var(--aml-white);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Obvious CSS animation requirement */
.animate-on-load {
  opacity: 0;
  transform: translateY(22px);
  animation: riseIn 0.8s ease forwards;
}

.animate-on-load:nth-child(2) {
  animation-delay: 0.1s;
}

.animate-on-load:nth-child(3) {
  animation-delay: 0.2s;
}

.animate-on-load:nth-child(4) {
  animation-delay: 0.3s;
}

.pulse-image {
  animation: pulseGlow 3s ease-in-out infinite;
}

.reveal-section {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
  }
  50% {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(247, 200, 115, 0.35);
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 72px 0;
  }

  .about-float-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem;
  }

  .checkout-selection-panel {
    border-right: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }

  .founder-visual-wrap {
    margin-bottom: 0.5rem;
  }

  .founder-floating-note-top {
    right: 8px;
  }

  .founder-floating-note-bottom {
    left: 8px;
  }
}

@media (min-width: 992px) {
  .checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: start;
  }

  .checkout-layout > [class*="col-"] {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .checkout-layout > .checkout-intro-column {
    grid-column: 2;
    grid-row: 1;
  }

  .checkout-layout > .checkout-selection-column {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .checkout-layout > .checkout-payment-column {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 60px 0;
  }

  .container {
    padding-inline: 1.1rem;
  }

  .hero-section .row,
  .founder-story-section,
  #featured-products,
  .take-all-panel,
  .trust-card,
  .section-heading,
  .cta-strip,
  .accordion,
  .carousel-card {
    text-align: center;
  }

  .hero-section .col-lg-6:first-child,
  .hero-section .col-lg-6:last-child,
  .founder-story-copy,
  .take-all-panel .col-lg-5 {
    max-width: 34rem;
    margin-inline: auto;
  }

  .hero-section .d-flex {
    justify-content: center;
    align-items: center;
    max-width: 22rem;
    margin-inline: auto;
  }

  .hero-section .btn-lg {
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .hero-mini-points {
    justify-content: center;
  }

  .hero-mini-points span {
    text-align: center;
  }

  .hero-card {
    max-width: 28rem;
    margin-inline: auto;
  }

  .hero-card,
  .take-all-panel,
  .contact-visual,
  .contact-form-wrap,
  .story-wrapper,
  .package-card,
  .cta-strip,
  .winning-dashboard-shell,
  .winning-locked-zone,
  .winning-upgrade-strip {
    padding: 1.5rem;
  }

  .testimonial-quote {
    font-size: 1.05rem;
  }

  .aml-card img {
    height: 180px;
    padding: 0.45rem;
  }

  .aml-card .card-body {
    padding: 0.9rem;
  }

  .aml-card .h5 {
    font-size: 0.96rem;
  }

  .aml-card p {
    font-size: 0.82rem;
    margin-bottom: 0.9rem;
  }

  .aml-card strong {
    font-size: 0.88rem;
  }

  .aml-card .btn-sm {
    padding: 0.35rem 0.65rem;
    font-size: 0.74rem;
  }

  .founder-story-shell {
    padding: 1.6rem;
  }

  .founder-photo-frame {
    padding: 0.65rem;
    border-radius: 26px;
  }

  .founder-photo {
    border-radius: 20px;
  }

  .founder-floating-note {
    position: static;
    max-width: none;
    margin-top: 0.85rem;
    justify-content: center;
    text-align: center;
  }

  .founder-kicker {
    font-size: 0.82rem;
  }

  .founder-lead {
    font-size: 1.02rem;
  }

  .founder-body {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .founder-proof-card {
    padding: 1rem;
  }

  .product-sale-card,
  .services-module-card,
  .winning-product-card,
  .module-hero-panel,
  .module-detail-card,
  .module-cta-strip {
    padding: 1.2rem;
  }

  .modules-showcase .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.85rem;
  }

  .services-module-image {
    aspect-ratio: 4 / 2.9;
    padding: 0.35rem;
  }

  .services-module-card .card-body {
    padding: 0.8rem;
  }

  .services-module-card .h5 {
    font-size: 0.84rem;
    margin-top: 0.6rem !important;
  }

  .services-module-card p {
    font-size: 0.72rem;
    line-height: 1.4;
    margin-bottom: 0.65rem;
  }

  .services-module-price {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.4rem;
    margin-bottom: 0.65rem;
  }

  .services-module-price .old-price {
    font-size: 0.72rem;
  }

  .services-module-price .new-price {
    font-size: 0.92rem;
  }

  .services-module-card .btn {
    padding: 0.38rem 0.75rem;
    font-size: 0.72rem;
  }

  .product-sale-media {
    padding: 0.35rem;
  }

  .product-sale-body {
    padding: 0.85rem 0 0.1rem;
  }

  .product-sale-body .h5 {
    font-size: 0.98rem;
  }

  .product-sale-body p {
    font-size: 0.83rem;
  }

  .product-sale-body {
    text-align: center;
  }

  .product-price-stack {
    align-items: center;
  }

  .winning-dashboard-toolbar {
    margin-bottom: 1.35rem;
  }

  .winning-card-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .winning-card-image-wrap {
    max-width: 120px;
    margin-inline: auto;
  }

  .winning-card-metrics {
    grid-template-columns: 1fr;
  }

  .winning-card-bottom {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .winning-trend {
    justify-content: center;
  }

  .winning-card-link {
    width: 100%;
  }

  .new-price {
    font-size: 1.1rem;
  }

  .module-highlight-grid {
    grid-template-columns: 1fr;
  }

  .module-hero-visual-card {
    min-height: 240px;
  }

  .take-all-panel .btn-lg {
    width: min(100%, 320px);
    margin-inline: auto;
  }

  .bundle-callout {
    padding: 1.35rem;
  }

  .accordion-button {
    text-align: center;
  }

  .selection-group-head,
  .summary-head,
  .total-row,
  .selection-card {
    grid-template-columns: 1fr;
    display: block;
  }

  .selection-card {
    padding-left: 3.6rem;
  }

  .selection-check {
    position: absolute;
    left: 1rem;
    top: 1.2rem;
  }

  .selection-price {
    display: inline-block;
    margin-top: 0.7rem;
  }
}
