:root {
  --cb-ink: #03130f;
  --cb-forest: #084734;
  --cb-green: #0b5a42;
  --cb-leaf: #1a8a55;
  --cb-lime: #cef17b;
  --cb-mist: #f7fff2;
  --cb-soft: #eef8e9;
  --cb-line: rgba(8, 71, 52, 0.14);
  --cb-line-strong: rgba(8, 71, 52, 0.22);
  --cb-shadow: 0 24px 70px rgba(8, 71, 52, 0.11);
  --cb-shadow-strong: 0 34px 90px rgba(4, 28, 21, 0.18);
}

body {
  background:
    linear-gradient(180deg, var(--cb-mist) 0%, #fbfff8 38%, #ffffff 74%, var(--cb-soft) 100%);
  color: #101915;
}

.scroll-progress {
  height: 4px;
  background: linear-gradient(90deg, var(--cb-forest), var(--cb-lime));
  box-shadow: 0 0 18px rgba(206, 241, 123, 0.46);
}

.site-header {
  background:
    linear-gradient(90deg, rgba(247, 255, 242, 0.96), rgba(239, 250, 232, 0.94));
  border-bottom: 1px solid rgba(8, 71, 52, 0.13);
  box-shadow: 0 14px 42px rgba(8, 71, 52, 0.08);
  transition: background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(90deg, rgba(247, 255, 242, 0.9), rgba(232, 247, 224, 0.92));
  border-color: rgba(8, 71, 52, 0.2);
  box-shadow: 0 18px 58px rgba(8, 71, 52, 0.14);
}

.header-grid {
  height: 88px;
}

.brand {
  position: relative;
  min-width: 0;
  padding: 8px 12px 8px 8px;
  border-radius: 18px;
  transition: transform 220ms ease, background 220ms ease;
}

.brand:hover {
  background: rgba(8, 71, 52, 0.045);
  transform: translateY(-1px);
}

.brand-cube {
  width: 68px !important;
  height: 62px !important;
  filter:
    drop-shadow(0 14px 20px rgba(8, 71, 52, 0.22))
    drop-shadow(0 0 18px rgba(206, 241, 123, 0.28));
}

.brand-text {
  color: var(--cb-forest);
  font-size: 27px !important;
  letter-spacing: -0.02em !important;
}

.primary-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(8, 71, 52, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 35px rgba(8, 71, 52, 0.06);
}

.primary-nav a {
  color: #0a3428;
  position: relative;
  isolation: isolate;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.primary-nav a:hover {
  background: rgba(206, 241, 123, 0.32);
  transform: translateY(-1px);
}

.primary-nav a.is-active {
  background: var(--cb-forest);
  color: var(--cb-lime);
  box-shadow: 0 10px 24px rgba(8, 71, 52, 0.18);
}

.primary-nav .nav-pill {
  background: linear-gradient(135deg, var(--cb-forest), var(--cb-green));
  color: var(--cb-lime);
  box-shadow: 0 12px 30px rgba(8, 71, 52, 0.22);
}

.primary-nav .nav-pill:hover {
  background: linear-gradient(135deg, #063b2c, #0d6b4d);
  color: #f7fff2;
}

.nav-toggle {
  position: relative;
  background: linear-gradient(135deg, var(--cb-forest), var(--cb-green));
  box-shadow: 0 14px 32px rgba(8, 71, 52, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(8, 71, 52, 0.23);
}

.btn {
  box-shadow: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cb-lime), #e5ff9e);
  color: var(--cb-forest);
  border-color: rgba(206, 241, 123, 0.54);
  box-shadow: 0 18px 38px rgba(206, 241, 123, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(206, 241, 123, 0.32);
}

.btn-ghost-dark {
  background: rgba(8, 71, 52, 0.045);
  border-color: rgba(8, 71, 52, 0.18);
}

.btn-ghost-dark:hover {
  background: var(--cb-forest);
  color: var(--cb-lime);
  transform: translateY(-2px);
}

.section {
  position: relative;
  overflow: hidden;
}

.section:not(.section-dark):not(.final-cta),
.packages-section,
.results-wall {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 255, 242, 0.86));
}

.section > .container,
.page-hero > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 82px;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cb-forest), var(--cb-lime));
}

.section-heading.center::after {
  margin-inline: auto;
}

.section-heading.center {
  text-align: center;
}

.section-heading.center p {
  margin-inline: auto;
}

.packages-section .pricing-grid,
.testimonials-section .testimonial-grid,
.faq-section .faq-list {
  justify-items: center;
}

.packages-section .pricing-card,
.testimonials-section .testimonial-card,
.faq-section .faq-list details {
  width: 100%;
}

.testimonials-section .testimonial-card {
  text-align: center;
}

.testimonials-section .testimonial-card figcaption {
  justify-content: center;
}

.section-dark {
  background:
    linear-gradient(135deg, #03130f 0%, #073a2c 54%, #0b2c22 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.section-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 255, 242, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 255, 242, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  opacity: 0.52;
}

.page-hero {
  background:
    linear-gradient(115deg, rgba(206, 241, 123, 0.18), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #eef8e9 100%);
  border-bottom: 1px solid rgba(8, 71, 52, 0.12);
}

.page-hero h1,
.section-heading h2,
.story-grid h2 {
  text-wrap: balance;
}

.control-room .hero-copy {
  will-change: transform;
  transform: translate3d(0, var(--heroLift, 0), 0);
  transition: transform 120ms linear;
}

.hero .eyebrow,
.page-hero .eyebrow,
.section-heading .eyebrow {
  letter-spacing: 0.14em;
}

.case-card,
.pricing-card,
.testimonial-card,
.stat-card,
.detail-card,
.blog-card,
.before-after-card,
.quiz-card,
.contact-form,
.article-body,
.detail-logo-panel,
.image-panel,
.faq-list details,
.final-cta-card,
.score-preview,
.check-list li,
.contact-points a {
  border-color: rgba(8, 71, 52, 0.13);
  box-shadow: var(--cb-shadow);
}

.case-card,
.pricing-card,
.testimonial-card,
.stat-card,
.detail-card,
.blog-card,
.before-after-card,
.quiz-card,
.contact-form,
.article-body,
.detail-logo-panel,
.image-panel,
.faq-list details {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 255, 247, 0.96));
}

.case-card,
.pricing-card,
.testimonial-card,
.stat-card,
.detail-card,
.blog-card,
.before-after-card,
.quiz-card,
.contact-form,
.article-body,
.detail-logo-panel,
.image-panel,
.service-tile,
.story-steps div,
.process-list div,
.values-grid article {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.case-card:hover,
.pricing-card:hover,
.testimonial-card:hover,
.stat-card:hover,
.detail-card:hover,
.blog-card:hover,
.before-after-card:hover,
.quiz-card:hover,
.contact-form:hover,
.detail-logo-panel:hover,
.image-panel:hover {
  border-color: rgba(8, 71, 52, 0.22);
  box-shadow: var(--cb-shadow-strong);
  transform: translateY(-4px);
}

.service-tile,
.story-steps div,
.process-list div,
.values-grid article {
  background:
    linear-gradient(180deg, rgba(247, 255, 242, 0.09), rgba(247, 255, 242, 0.055));
  border-color: rgba(206, 241, 123, 0.17);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.12);
}

.service-tile:hover,
.story-steps div:hover,
.process-list div:hover,
.values-grid article:hover {
  background:
    linear-gradient(180deg, rgba(206, 241, 123, 0.13), rgba(247, 255, 242, 0.075));
  border-color: rgba(206, 241, 123, 0.3);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.18);
}

.service-icon {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 16px 32px rgba(206, 241, 123, 0.18);
}

.pricing-card.is-featured {
  background:
    linear-gradient(145deg, var(--cb-forest), #05271e 62%, #03130f);
  border-color: rgba(206, 241, 123, 0.3);
  box-shadow: 0 36px 90px rgba(8, 71, 52, 0.26);
}

.pricing-card.is-featured.reveal-card.is-visible {
  transform: translateY(-10px);
}

.featured-tag {
  background: linear-gradient(135deg, var(--cb-lime), #ecffb7);
  box-shadow: 0 12px 26px rgba(206, 241, 123, 0.26);
}

.case-logo-wrap {
  background:
    linear-gradient(135deg, #f7fff2, #ffffff 52%, #e9f7e3);
}

.ba-tabs {
  background: rgba(8, 71, 52, 0.07);
}

.ba-tabs button {
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.ba-tabs button.is-active {
  box-shadow: 0 12px 26px rgba(8, 71, 52, 0.16);
}

input,
select,
textarea {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  background: #ffffff;
}

.final-cta-card {
  background:
    linear-gradient(135deg, #03130f, var(--cb-forest) 58%, #0b5a42);
  border: 1px solid rgba(206, 241, 123, 0.2);
  box-shadow: var(--cb-shadow-strong);
}

.final-cta-card.light-card {
  background:
    linear-gradient(135deg, #ffffff, #f7fff2 58%, #eef8e9);
}

.site-footer {
  background:
    linear-gradient(145deg, #03130f 0%, #061b15 58%, #0b3528 100%);
}

.footer-grid a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-grid a:hover {
  color: var(--cb-lime);
  transform: translateX(3px);
}

.sticky-whatsapp {
  background: linear-gradient(135deg, var(--cb-lime), #e7ffa8);
  box-shadow: 0 18px 44px rgba(8, 71, 52, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sticky-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(8, 71, 52, 0.28);
}

.reveal-card {
  --revealY: 34px;
  --revealScale: 0.985;
  opacity: 0;
  transform: translate3d(0, var(--revealY), 0) scale(var(--revealScale));
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--revealDelay, 0ms);
  will-change: opacity, transform;
}

.reveal-card.is-visible {
  --revealY: 0px;
  --revealScale: 1;
  opacity: 1;
  transform: translate3d(0, var(--revealY), 0) scale(var(--revealScale));
}

[data-tilt] {
  transform:
    perspective(1100px)
    translate3d(0, var(--revealY, 0px), 0)
    scale(var(--revealScale, 1))
    rotateX(var(--tiltX, 0deg))
    rotateY(var(--tiltY, 0deg));
  transform-style: preserve-3d;
}

[data-glow] {
  --glowX: 50%;
  --glowY: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

[data-glow]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--glowX) var(--glowY), rgba(206, 241, 123, 0.28), rgba(206, 241, 123, 0.1) 22%, transparent 50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

[data-glow] > * {
  position: relative;
  z-index: 1;
}

[data-glow]:hover::before,
[data-glow]:focus-visible::before,
[data-glow]:focus-within::before {
  opacity: 1;
}

.brand::before,
.footer-brand::before,
.primary-nav a::before,
.btn::before,
.sticky-whatsapp::before,
.nav-toggle::before {
  background:
    radial-gradient(circle at var(--glowX) var(--glowY), rgba(206, 241, 123, 0.42), rgba(206, 241, 123, 0.14) 26%, transparent 58%);
}

.brand:hover .brand-cube,
.footer-brand:hover .footer-logo {
  filter:
    drop-shadow(0 14px 22px rgba(8, 71, 52, 0.26))
    drop-shadow(0 0 30px rgba(206, 241, 123, 0.52));
  transform: translateY(-1px) scale(1.03);
}

.brand-cube,
.footer-logo,
.case-logo-wrap img,
.detail-logo-panel img,
.image-panel img,
.testimonial-card img {
  transition: transform 260ms ease, filter 260ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  box-shadow:
    0 0 0 1px rgba(206, 241, 123, 0.22),
    0 14px 32px rgba(8, 71, 52, 0.13),
    0 0 28px rgba(206, 241, 123, 0.18);
}

.primary-nav a.is-active,
.primary-nav .nav-pill {
  box-shadow:
    0 12px 30px rgba(8, 71, 52, 0.24),
    0 0 26px rgba(206, 241, 123, 0.2);
}

.btn:hover,
.btn:focus-visible,
.sticky-whatsapp:hover,
.sticky-whatsapp:focus-visible {
  box-shadow:
    0 0 0 1px rgba(206, 241, 123, 0.3),
    0 22px 56px rgba(8, 71, 52, 0.18),
    0 0 42px rgba(206, 241, 123, 0.28);
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.nav-toggle.is-open {
  box-shadow:
    0 18px 42px rgba(8, 71, 52, 0.26),
    0 0 28px rgba(206, 241, 123, 0.28);
}

.service-tile:hover,
.story-steps div:hover,
.process-list div:hover,
.values-grid article:hover {
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.22),
    0 0 42px rgba(206, 241, 123, 0.16);
}

.service-tile:hover .service-icon {
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 0 0 7px rgba(206, 241, 123, 0.12),
    0 18px 38px rgba(206, 241, 123, 0.26),
    0 0 28px rgba(206, 241, 123, 0.35);
}

.service-icon {
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.case-card:hover .case-logo-wrap img,
.detail-logo-panel:hover img,
.image-panel:hover img,
.testimonial-card:hover img {
  transform: scale(1.045);
  filter:
    drop-shadow(0 18px 28px rgba(8, 71, 52, 0.2))
    drop-shadow(0 0 24px rgba(206, 241, 123, 0.32));
}

.case-card:hover,
.pricing-card:hover,
.testimonial-card:hover,
.stat-card:hover,
.detail-card:hover,
.blog-card:hover,
.before-after-card:hover,
.quiz-card:hover,
.contact-form:hover,
.detail-logo-panel:hover,
.image-panel:hover,
.faq-list details:hover,
.score-preview:hover,
.final-cta-card:hover,
.contact-points a:hover,
.check-list li:hover {
  box-shadow:
    0 34px 92px rgba(4, 28, 21, 0.18),
    0 0 44px rgba(206, 241, 123, 0.15);
}

#brandHealthForm.quiz-card,
#brandHealthForm.quiz-card:hover,
#brandHealthForm.quiz-card:focus-within {
  border-color: rgba(8, 71, 52, 0.13) !important;
  box-shadow: var(--cb-shadow) !important;
  transform: translate3d(0, var(--revealY, 0px), 0) scale(var(--revealScale, 1)) !important;
}

#brandHealthForm .quiz-questions label,
#brandHealthForm .quiz-questions label:hover,
#brandHealthForm .quiz-questions label:focus-within {
  background: var(--off);
  border-color: rgba(8, 71, 52, 0.1);
  box-shadow: none;
  cursor: pointer;
  transform: none !important;
  transition: none;
  will-change: auto;
}

#brandHealthForm .quiz-questions input[type="checkbox"],
#brandHealthForm .quiz-questions input[type="checkbox"]:hover,
#brandHealthForm .quiz-questions input[type="checkbox"]:focus {
  box-shadow: none;
  filter: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transform: none !important;
  transition: none;
}

.pricing-card.is-featured:hover {
  box-shadow:
    0 38px 96px rgba(8, 71, 52, 0.3),
    0 0 54px rgba(206, 241, 123, 0.24);
}

.ba-tabs button:hover,
.ba-tabs button:focus-visible {
  background: rgba(206, 241, 123, 0.34);
  box-shadow: 0 12px 26px rgba(8, 71, 52, 0.1);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(8, 71, 52, 0.28);
  box-shadow: 0 0 0 3px rgba(206, 241, 123, 0.16);
}

input:focus,
select:focus,
textarea:focus {
  box-shadow:
    0 0 0 4px rgba(206, 241, 123, 0.28),
    0 12px 32px rgba(8, 71, 52, 0.08);
}

.footer-grid a:hover,
.contact-points a:hover,
.case-content a:hover,
.blog-card a:hover,
.service-tile a:hover {
  text-shadow: 0 0 18px rgba(206, 241, 123, 0.32);
}

.results-wall {
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(206, 241, 123, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fff2 100%);
}

.results-wall .section-heading {
  text-align: center;
}

.results-wall .section-heading h2 {
  padding: clamp(8px, 1.1vw, 14px) clamp(14px, 3vw, 34px);
}

.results-wall .section-heading p {
  margin-inline: auto;
}

.results-wall .stats-grid {
  max-width: 1060px;
  justify-items: center;
  align-items: start;
  gap: clamp(24px, 4vw, 58px);
}

.results-wall .stat-card,
.results-wall .stat-card:hover,
.results-wall .stat-card.reveal-card.is-visible,
.results-wall .stat-card[data-tilt] {
  width: min(100%, 230px);
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translate3d(0, var(--revealY, 0px), 0) scale(var(--revealScale, 1));
}

.results-wall .stat-card::before {
  display: none;
}

.results-wall .stat-card strong {
  display: block;
  color: var(--cb-forest);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 16px 38px rgba(8, 71, 52, 0.12);
}

.results-wall .stat-card span {
  display: block;
  margin: 16px 0 8px;
  color: #0a3b2d;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.results-wall .stat-card p {
  max-width: 24ch;
  margin-inline: auto;
  color: rgba(16, 25, 21, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

/* Cleaner premium logo and proof-section treatment */
.brand,
.brand:hover,
.footer-brand,
.footer-brand:hover {
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.site-header,
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(8, 71, 52, 0.12);
  box-shadow: 0 12px 34px rgba(8, 71, 52, 0.08);
}

.brand::before,
.brand:hover::before,
.footer-brand::before,
.footer-brand:hover::before {
  display: none;
}

.brand-cube,
.brand:hover .brand-cube {
  width: 62px !important;
  height: 58px !important;
  transform: none;
  filter: drop-shadow(0 9px 14px rgba(8, 71, 52, 0.14));
}

.brand-text {
  color: #063b2c;
  text-shadow: none;
}

.footer-logo,
.footer-brand:hover .footer-logo {
  transform: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.footer-brand span {
  text-shadow: none;
}

.site-footer [data-glow] {
  isolation: auto;
  overflow: visible;
}

.site-footer [data-glow]::before {
  display: none;
}

.footer-grid a,
.footer-grid a:hover {
  background: transparent;
  box-shadow: none;
}

.ambient-brand-cube-glow {
  display: none;
}

.ambient-cube-scene.ambient-brand-cube-scene {
  opacity: 0.18;
}

#work.section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfff8 100%);
}

#work .section-heading {
  color: #101915;
}

#work .section-heading::after {
  width: 68px;
  height: 3px;
  background: linear-gradient(90deg, rgba(8, 71, 52, 0.62), rgba(206, 241, 123, 0.72));
}

#work .case-card,
#work .case-card:hover,
#work .case-card.reveal-card.is-visible {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(8, 71, 52, 0.1);
  box-shadow: 0 16px 46px rgba(8, 71, 52, 0.07);
}

#work .case-card::before,
#work .case-card:hover::before {
  display: none;
}

#work .case-card:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 71, 52, 0.16);
  box-shadow: 0 22px 58px rgba(8, 71, 52, 0.09);
}

#work .case-logo-wrap {
  background: transparent;
  border-right: 1px solid rgba(8, 71, 52, 0.07);
}

#work .case-logo-wrap img,
#work .case-card:hover .case-logo-wrap img {
  transform: none;
  filter: drop-shadow(0 10px 16px rgba(8, 71, 52, 0.08));
}

.detail-logo-panel img[src*="ctrlbox-cube-brand"],
.image-panel img[src*="ctrlbox-cube-brand"],
.case-logo-wrap img[src*="ctrlbox-cube-brand"] {
  filter: drop-shadow(0 14px 22px rgba(8, 71, 52, 0.12));
}

.detail-logo-panel:hover img[src*="ctrlbox-cube-brand"],
.image-panel:hover img[src*="ctrlbox-cube-brand"],
.case-card:hover .case-logo-wrap img[src*="ctrlbox-cube-brand"] {
  transform: none;
  filter: drop-shadow(0 14px 22px rgba(8, 71, 52, 0.14));
}

/* Section-level glare, kept behind copy so text stays clean on hover. */
.has-section-glare {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.has-section-glare > .section-glare {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 260ms ease;
}

.has-section-glare > .section-glare::before {
  content: "";
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -42%;
  width: min(34vw, 420px);
  background:
    linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.34) 38%, rgba(206, 241, 123, 0.2) 50%, rgba(39, 207, 183, 0.12) 60%, transparent 100%);
  filter: blur(12px);
  opacity: 0;
  transform: translate3d(0, 0, 0) skewX(-18deg);
}

.has-section-glare.is-glare-visible > .section-glare {
  opacity: 1;
}

.has-section-glare.is-glare-visible > .section-glare::before {
  animation: sectionGlareSweep 1250ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.section-dark.has-section-glare > .section-glare::before,
.final-cta.has-section-glare > .section-glare::before {
  background:
    linear-gradient(108deg, transparent 0%, rgba(247, 255, 242, 0.16) 34%, rgba(206, 241, 123, 0.28) 48%, rgba(39, 207, 183, 0.16) 62%, transparent 100%);
  filter: blur(14px);
}

.has-section-glare > .container,
.has-section-glare > .final-cta-card {
  position: relative;
  z-index: 1;
}

@keyframes sectionGlareSweep {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) skewX(-18deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 70%), 0, 0) skewX(-18deg);
  }
}

.section-heading,
.section-heading:hover,
.check-list li,
.check-list li:hover,
.contact-points a,
.contact-points a:hover,
.case-content a,
.case-content a:hover,
.blog-card a,
.blog-card a:hover,
.service-tile a,
.service-tile a:hover {
  text-shadow: none !important;
}

.section-heading[data-glow],
.section-heading [data-glow],
.check-list li[data-glow],
.contact-points a[data-glow],
.case-content a[data-glow],
.blog-card a[data-glow],
.service-tile a[data-glow],
.footer-grid a[data-glow] {
  isolation: auto;
  overflow: visible;
}

.section-heading[data-glow]::before,
.section-heading [data-glow]::before,
.check-list li[data-glow]::before,
.contact-points a[data-glow]::before,
.case-content a[data-glow]::before,
.blog-card a[data-glow]::before,
.service-tile a[data-glow]::before,
.footer-grid a[data-glow]::before {
  display: none;
}

.section-heading .btn-ghost-dark:hover,
.section-heading .btn-ghost-dark:focus-visible {
  background: rgba(8, 71, 52, 0.055);
  color: var(--cb-forest);
  border-color: rgba(8, 71, 52, 0.18);
  box-shadow: none;
  transform: none;
}

@media (max-width: 980px) {
  .primary-nav {
    gap: 4px;
  }

  .pricing-card.is-featured.reveal-card.is-visible {
    transform: none;
  }
}

@media (max-width: 760px) {
  body.nav-open {
    overflow: hidden;
  }

  .header-grid {
    height: 76px;
  }

  .site-header {
    overflow: visible;
  }

  .brand {
    padding: 6px 8px 6px 4px;
  }

  .brand-cube {
    width: 54px !important;
    height: 50px !important;
  }

  .brand-text {
    font-size: 22px !important;
  }

  .nav-toggle {
    display: grid !important;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    padding: 0;
  }

  .nav-toggle span:not(.sr-only) {
    position: absolute;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--cb-lime);
    transition: transform 240ms ease, opacity 180ms ease;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .nav-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .primary-nav {
    display: flex !important;
    position: fixed;
    left: 16px;
    right: 16px;
    top: 88px;
    z-index: 85;
    max-height: calc(100dvh - 112px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(206, 241, 123, 0.24);
    background:
      linear-gradient(145deg, #03130f, #073a2c);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -14px, 0) scale(0.98);
    transition:
      opacity 260ms ease,
      visibility 260ms ease,
      transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .primary-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(247, 255, 242, 0.84);
    background: rgba(247, 255, 242, 0.055);
    border: 1px solid rgba(247, 255, 242, 0.08);
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 240ms ease,
      transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
      background 220ms ease,
      color 220ms ease;
  }

  .primary-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .primary-nav.is-open a:nth-child(1) { transition-delay: 30ms; }
  .primary-nav.is-open a:nth-child(2) { transition-delay: 60ms; }
  .primary-nav.is-open a:nth-child(3) { transition-delay: 90ms; }
  .primary-nav.is-open a:nth-child(4) { transition-delay: 120ms; }
  .primary-nav.is-open a:nth-child(5) { transition-delay: 150ms; }
  .primary-nav.is-open a:nth-child(6) { transition-delay: 180ms; }
  .primary-nav.is-open a:nth-child(7) { transition-delay: 210ms; }

  .primary-nav a.is-active {
    background: var(--cb-lime);
    color: var(--cb-forest);
  }

  .primary-nav .nav-pill {
    background: linear-gradient(135deg, var(--cb-lime), #e8ffab);
    color: var(--cb-forest);
  }

  .section-heading::after {
    margin-top: 16px;
  }

  .case-card:hover,
  .pricing-card:hover,
  .testimonial-card:hover,
  .stat-card:hover,
  .detail-card:hover,
  .blog-card:hover,
  .before-after-card:hover,
  .quiz-card:hover,
  .contact-form:hover,
  .detail-logo-panel:hover,
  .image-panel:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-card {
    opacity: 1;
    transform: none;
  }
}

/* Footer brand and dynamic social links */
.site-footer .footer-brand,
.site-footer .footer-brand:hover {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
}

.site-footer .footer-brand .footer-logo {
  flex: 0 0 auto;
}

.site-footer .footer-brand-name,
.site-footer .footer-brand:hover .footer-brand-name {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  color: #f7fff2 !important;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.site-footer .footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.footer-grid .footer-social-row .social-link,
.footer-grid .footer-social-row .social-link:hover {
  --social-accent: var(--cb-lime);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(206, 241, 123, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(247, 255, 242, 0.075), rgba(206, 241, 123, 0.035)),
    rgba(3, 19, 15, 0.24);
  color: rgba(247, 255, 242, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow: none;
  transform: none;
  transition:
    border-color 220ms ease,
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.footer-grid .footer-social-row .social-link:hover,
.footer-grid .footer-social-row .social-link:focus-visible {
  border-color: rgba(206, 241, 123, 0.45);
  background:
    linear-gradient(145deg, rgba(206, 241, 123, 0.16), rgba(247, 255, 242, 0.06)),
    rgba(8, 71, 52, 0.52);
  color: #f7fff2;
  outline: none;
  transform: translateY(-2px);
}

.footer-grid .footer-social-row .social-link > span:not(.social-icon) {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.footer-grid .footer-social-row .social-link .social-icon,
.footer-grid .footer-social-row .social-link:hover .social-icon {
  display: inline-grid !important;
  place-items: center;
  align-items: center;
  justify-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(206, 241, 123, 0.1);
  color: var(--social-accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 18px rgba(206, 241, 123, 0.1);
}

.footer-social-row .social-link:hover .social-icon,
.footer-social-row .social-link:focus-visible .social-icon {
  background: var(--social-accent);
  color: #063b2c;
}

.footer-social-row .social-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.footer-social-row .social-icon svg.social-svg-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.footer-social-row .social-icon svg.social-svg-fill {
  fill: currentColor;
  stroke: none;
}

.footer-social-row .social-icon svg .social-fill-dot {
  fill: currentColor;
  stroke: none;
}

.footer-social-row .social-icon svg * {
  vector-effect: non-scaling-stroke;
}

@media (max-width: 760px) {
  .site-footer .footer-brand-name,
  .site-footer .footer-brand:hover .footer-brand-name {
    font-size: 25px;
  }

  .site-footer .footer-social-row {
    gap: 8px;
  }

  .footer-grid .footer-social-row .social-link {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }
}

/* Premium floating CtrlBox header */
.site-header,
.site-header.is-scrolled {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 14px 0 10px;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-grid {
  position: relative;
  isolation: isolate;
  height: 76px;
  padding: 0 12px 0 10px;
  border: 1px solid rgba(206, 241, 123, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 20%, rgba(206, 241, 123, 0.18), transparent 28%),
    radial-gradient(circle at 86% 0%, rgba(247, 255, 242, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(3, 19, 15, 0.96), rgba(8, 71, 52, 0.94) 58%, rgba(5, 36, 27, 0.96));
  box-shadow:
    0 24px 70px rgba(4, 28, 21, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  overflow: hidden;
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.header-grid::before,
.header-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header-grid::before {
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(206, 241, 123, 0.18), transparent 22%, transparent 76%, rgba(206, 241, 123, 0.12));
  opacity: 0.78;
}

.header-grid::after {
  top: -20%;
  bottom: -20%;
  left: -44%;
  z-index: 0;
  width: 34%;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.03) 24%, rgba(206, 241, 123, 0.18) 48%, rgba(255, 255, 255, 0.2) 52%, rgba(206, 241, 123, 0.1) 62%, transparent 100%);
  filter: blur(1px);
  transform: skewX(-18deg);
  animation: ctrlboxHeaderGlare 8.8s cubic-bezier(0.35, 0, 0.18, 1) infinite;
}

.brand,
.brand:hover {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 4px 12px 4px 4px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: none;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.brand:hover,
.brand:focus-visible {
  border-color: rgba(206, 241, 123, 0.18);
  background: rgba(247, 255, 242, 0.075);
  outline: none;
  transform: translateY(-1px);
}

.brand::before,
.brand:hover::before,
.brand:focus-visible::before {
  display: none;
}

.brand-cube,
.brand:hover .brand-cube {
  width: 60px !important;
  height: 56px !important;
  object-fit: contain;
  transform: none;
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 14px rgba(206, 241, 123, 0.28));
  animation: ctrlboxLogoBreathe 6.4s ease-in-out infinite;
}

.brand-text {
  color: #f7fff2;
  font-size: 26px !important;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0 !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

.primary-nav {
  position: relative;
  z-index: 1;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(247, 255, 242, 0.1);
  border-radius: 999px;
  background: rgba(247, 255, 242, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

.primary-nav a {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  color: rgba(247, 255, 242, 0.82);
  background: transparent;
  transition:
    color 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.primary-nav a::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.24) 48%, rgba(206, 241, 123, 0.18) 56%, transparent 72%);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 220ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  border-color: rgba(206, 241, 123, 0.24);
  background: rgba(247, 255, 242, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.primary-nav a:hover::before,
.primary-nav a:focus-visible::before {
  opacity: 1;
  transform: translateX(120%);
}

.primary-nav a.is-active {
  border-color: rgba(206, 241, 123, 0.28);
  background: rgba(206, 241, 123, 0.14);
  color: var(--cb-lime);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.primary-nav .nav-pill {
  border-color: rgba(206, 241, 123, 0.55);
  background:
    linear-gradient(135deg, var(--cb-lime), #e7ff9f);
  color: #063b2c;
  box-shadow:
    0 12px 28px rgba(206, 241, 123, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.primary-nav .nav-pill:hover,
.primary-nav .nav-pill:focus-visible {
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(135deg, #eaffad, var(--cb-lime));
  color: #03130f;
  box-shadow:
    0 18px 42px rgba(206, 241, 123, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.nav-toggle {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(206, 241, 123, 0.28);
  background: rgba(247, 255, 242, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.nav-toggle.is-open {
  background: rgba(206, 241, 123, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  outline: none;
}

@keyframes ctrlboxHeaderGlare {
  0%, 36% {
    left: -44%;
  }
  68%, 100% {
    left: 118%;
  }
}

@keyframes ctrlboxLogoBreathe {
  0%, 100% {
    filter:
      drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28))
      drop-shadow(0 0 12px rgba(206, 241, 123, 0.2));
  }
  50% {
    filter:
      drop-shadow(0 14px 22px rgba(0, 0, 0, 0.32))
      drop-shadow(0 0 24px rgba(206, 241, 123, 0.42));
  }
}

@media (max-width: 980px) {
  .site-header,
  .site-header.is-scrolled {
    padding-top: 10px;
  }

  .header-grid {
    height: 74px;
    padding-right: 10px;
    border-radius: 26px;
  }

  .brand,
  .brand:hover {
    gap: 10px;
    padding-right: 10px;
  }

  .brand-cube,
  .brand:hover .brand-cube {
    width: 54px !important;
    height: 50px !important;
  }

  .brand-text {
    font-size: 23px !important;
  }
}

@media (max-width: 760px) {
  .header-grid {
    height: 72px;
    border-radius: 24px;
  }

  .nav-toggle {
    display: grid !important;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    padding: 0;
  }

  .primary-nav {
    display: flex !important;
    position: fixed;
    left: 16px;
    right: 16px;
    top: 92px;
    z-index: 95;
    max-height: calc(100dvh - 112px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(206, 241, 123, 0.24);
    background:
      radial-gradient(circle at 20% 0%, rgba(206, 241, 123, 0.14), transparent 28%),
      linear-gradient(145deg, #03130f, #073a2c);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -14px, 0) scale(0.98);
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .primary-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    opacity: 0;
    transform: translateY(10px);
  }

  .primary-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-grid::after,
  .brand-cube {
    animation: none !important;
  }
}

/* Mobile viewport stability and hero cube correction */
html,
body {
  max-width: 100%;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

html {
  background: #020907;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  position: relative;
  overscroll-behavior-x: none;
}

.site-header,
main,
.site-footer {
  max-width: 100%;
}

main,
.site-footer {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  main,
  .site-footer {
    overflow-x: clip;
  }
}

@media (max-width: 760px) {
  body {
    touch-action: pan-y pinch-zoom;
  }

  .site-header,
  main,
  .site-footer,
  .section,
  .page-hero,
  .final-cta {
    max-width: 100%;
  }

  main,
  .section,
  .page-hero,
  .final-cta {
    overflow-x: hidden;
  }

  @supports (overflow: clip) {
    main,
    .section,
    .page-hero,
    .final-cta {
      overflow-x: clip;
    }
  }

  .container {
    width: calc(100% - 28px);
    max-width: var(--max);
  }

  .control-room {
    overflow: hidden;
    padding: 52px 0 42px;
  }

  .control-room .hero-grid {
    width: calc(100% - 28px);
    max-width: var(--max);
    margin-inline: auto;
    overflow: hidden;
    justify-items: center;
    gap: 18px;
  }

  .control-room .hero-copy {
    width: 100% !important;
    max-width: 332px !important;
    margin-inline: auto;
    text-align: center;
  }

  .control-room .hero-copy .eyebrow {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .control-room .hero-copy h1,
  .control-room .hero-lede {
    margin-inline: auto;
  }

  .control-room .hero-copy h1 {
    width: 100%;
    max-width: 16.5ch !important;
    font-size: clamp(30px, 8.2vw, 33px) !important;
    line-height: 1.12 !important;
    text-wrap: balance !important;
    overflow-wrap: normal;
  }

  .control-room .hero-lede {
    max-width: 31ch !important;
  }

  .control-room .hero-lede {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .control-room .cta-row {
    width: 100% !important;
    max-width: 306px;
    margin-inline: auto;
    justify-items: center;
  }

  .control-room .cta-row .btn {
    width: 100%;
    max-width: 306px;
  }

  .control-room .cube-art-showcase {
    width: 100%;
    max-width: 390px;
    min-height: 392px !important;
    margin: 8px auto 0;
    overflow: hidden !important;
    padding-bottom: 82px;
    contain: layout paint;
  }

  .control-room .cube-art-shell {
    inset: 0 !important;
    transform: none;
  }

  .control-room .cube-art-shell::before {
    width: 110%;
    max-width: 360px;
    filter: blur(20px);
  }

  .control-room .cube-art-shell::after {
    bottom: 18%;
    width: 86%;
    height: 15%;
  }

  .control-room .business-cube-rotator {
    --cube-size: clamp(184px, 55vw, 224px) !important;
    width: var(--cube-size) !important;
    height: var(--cube-size) !important;
    max-width: calc(100vw - 52px);
    max-height: calc(100vw - 52px);
  }

  .control-room .business-cube-rotator .cube-main-art {
    width: 108% !important;
    max-width: 236px;
    transform: none !important;
  }

  .control-room .business-cube-service-face {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 14px !important;
    border-radius: 18px !important;
    overflow: hidden;
  }

  .control-room .business-cube-service-face span {
    font-size: 9px !important;
    line-height: 1.1;
  }

  .control-room .business-cube-service-face strong {
    max-width: 11ch !important;
    font-size: clamp(15px, 4.5vw, 18px) !important;
    line-height: 1.08 !important;
  }

  .control-room .business-cube-service-face small {
    font-size: 10px !important;
    line-height: 1.18 !important;
  }

  .control-room .cube-grid-floor {
    left: 10%;
    right: 10%;
    bottom: 18%;
    height: 24%;
  }

  .control-room .cube-art-showcase::before {
    inset: 8% -8% 14% -8% !important;
    border-radius: 30px;
  }

  .control-room .cube-art-showcase::after {
    left: 8%;
    right: 8%;
    bottom: 20%;
    height: 20%;
  }

  .control-room .cube-art-showcase .hero-console {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: none;
    z-index: 8;
  }
}

@media (max-width: 390px) {
  .control-room .hero-copy {
    max-width: 316px !important;
  }

  .control-room .hero-copy h1 {
    width: 100%;
    max-width: 15.8ch !important;
    font-size: 30px !important;
  }

  .control-room .hero-lede {
    max-width: 29ch !important;
  }

  .control-room .cta-row,
  .control-room .cta-row .btn {
    max-width: 288px;
  }

  .control-room .cube-art-showcase {
    min-height: 372px !important;
  }

  .control-room .business-cube-rotator {
    --cube-size: clamp(172px, 52vw, 196px) !important;
  }

  .control-room .business-cube-service-face strong {
    font-size: 15px !important;
  }
}

/* Header darkness and mobile menu visibility fix */
.site-header,
.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(3, 19, 15, 0.94), rgba(4, 30, 22, 0.84));
  border-bottom: 1px solid rgba(206, 241, 123, 0.12);
  box-shadow:
    0 18px 44px rgba(3, 19, 15, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.header-grid {
  background:
    radial-gradient(circle at 12% 20%, rgba(206, 241, 123, 0.16), transparent 28%),
    radial-gradient(circle at 86% 0%, rgba(247, 255, 242, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(2, 15, 12, 0.98), rgba(7, 58, 44, 0.96) 58%, rgba(4, 30, 22, 0.98));
  border-color: rgba(206, 241, 123, 0.26);
}

.brand.brand-logo-only,
.brand.brand-logo-only:hover,
.brand.brand-logo-only:focus-visible {
  gap: 0;
  min-width: 0;
  padding: 4px;
}

.brand.brand-logo-only .brand-cube,
.brand.brand-logo-only:hover .brand-cube {
  width: 60px !important;
  height: 56px !important;
}

@media (max-width: 760px) {
  .site-header,
  .site-header.is-scrolled {
    overflow: visible;
    padding: 9px 0;
  }

  .site-header .container {
    overflow: visible;
  }

  .header-grid {
    overflow: visible;
    isolation: isolate;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .primary-nav,
  .primary-nav.is-open {
    position: fixed;
    left: max(16px, env(safe-area-inset-left, 0px));
    right: max(16px, env(safe-area-inset-right, 0px));
    top: calc(env(safe-area-inset-top, 0px) + 86px);
    z-index: 9999;
    max-height: calc(100vh - 108px);
    max-height: calc(100dvh - 108px);
    overflow-y: auto;
    border-radius: 22px;
    -webkit-overflow-scrolling: touch;
  }

  .primary-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.98);
    transition:
      opacity 240ms ease,
      visibility 240ms ease,
      transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .nav-toggle {
    background: rgba(206, 241, 123, 0.12);
  }
}

/* Premium slow mobile menu reveal */
@media (max-width: 760px) {
  .nav-toggle {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    transition:
      transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 420ms ease,
      border-color 420ms ease,
      box-shadow 520ms ease;
  }

  .nav-toggle::after {
    content: "";
    position: absolute;
    inset: -45%;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 28%, rgba(247, 255, 242, 0.34), transparent 62%);
    opacity: 0;
    transform: translateX(-80%) rotate(16deg);
    transition:
      opacity 360ms ease,
      transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
  }

  .nav-toggle.is-open {
    transform: scale(0.96);
    box-shadow:
      0 18px 42px rgba(3, 19, 15, 0.26),
      inset 0 1px 0 rgba(247, 255, 242, 0.2);
  }

  .nav-toggle.is-open::after {
    opacity: 1;
    transform: translateX(78%) rotate(16deg);
  }

  .nav-toggle span:not(.sr-only) {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 24px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--cb-lime, #cef17b);
    transition:
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 360ms ease,
      width 520ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 420ms ease;
    transform-origin: center;
  }

  .nav-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 7px));
  }

  .nav-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
  }

  .nav-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 7px));
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.24);
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .primary-nav {
    display: flex !important;
    transform-origin: top right;
    clip-path: inset(0 0 100% 0 round 22px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: blur(10px) saturate(0.95);
    transition:
      clip-path 760ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 560ms ease,
      transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
      filter 620ms ease,
      visibility 0s linear 780ms;
    will-change: clip-path, opacity, transform, filter;
  }

  .primary-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(120deg, transparent 0 34%, rgba(226, 255, 150, 0.16) 48%, transparent 62%);
    opacity: 0;
    transform: translateX(-70%);
    transition:
      opacity 520ms ease,
      transform 1080ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
  }

  .primary-nav.is-open {
    clip-path: inset(0 0 0 0 round 22px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    filter: blur(0) saturate(1.05);
    transform: translate3d(0, 0, 0) scale(1);
    transition:
      clip-path 820ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 620ms ease,
      transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
      filter 620ms ease,
      visibility 0s linear 0s;
  }

  .primary-nav.is-open::after {
    opacity: 1;
    transform: translateX(74%);
  }

  .primary-nav a {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.97);
    transition:
      opacity 460ms ease,
      transform 640ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 280ms ease,
      color 280ms ease,
      box-shadow 280ms ease;
  }

  .primary-nav.is-open a {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .primary-nav.is-open a:nth-child(1) { transition-delay: 160ms; }
  .primary-nav.is-open a:nth-child(2) { transition-delay: 220ms; }
  .primary-nav.is-open a:nth-child(3) { transition-delay: 280ms; }
  .primary-nav.is-open a:nth-child(4) { transition-delay: 340ms; }
  .primary-nav.is-open a:nth-child(5) { transition-delay: 400ms; }
  .primary-nav.is-open a:nth-child(6) { transition-delay: 460ms; }
  .primary-nav.is-open a:nth-child(7) { transition-delay: 520ms; }
}

@media (prefers-reduced-motion: reduce) {
  .primary-nav,
  .primary-nav a,
  .nav-toggle,
  .nav-toggle span:not(.sr-only) {
    transition: none !important;
  }
}

/* Footer full CtrlBox wordmark */
.site-footer .footer-brand.footer-brand-wordmark,
.site-footer .footer-brand.footer-brand-wordmark:hover,
.site-footer .footer-brand.footer-brand-wordmark:focus-visible {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 306px);
  min-height: 82px;
  margin: -10px 0 6px;
  overflow: visible;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.site-footer .footer-brand.footer-brand-wordmark::before,
.site-footer .footer-brand.footer-brand-wordmark::after {
  display: none !important;
}

.site-footer .footer-brand.footer-brand-wordmark .footer-wordmark-logo,
.site-footer .footer-brand.footer-brand-wordmark:hover .footer-wordmark-logo {
  display: block !important;
  width: min(100%, 306px) !important;
  max-width: 306px !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain;
  transform: none !important;
  filter:
    drop-shadow(0 18px 26px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 20px rgba(206, 241, 123, 0.2));
}

@media (max-width: 760px) {
  .site-footer .footer-brand.footer-brand-wordmark,
  .site-footer .footer-brand.footer-brand-wordmark:hover,
  .site-footer .footer-brand.footer-brand-wordmark:focus-visible {
    width: min(100%, 270px);
    min-height: 72px;
    margin-top: -8px;
  }

  .site-footer .footer-brand.footer-brand-wordmark .footer-wordmark-logo,
  .site-footer .footer-brand.footer-brand-wordmark:hover .footer-wordmark-logo {
    max-width: 270px !important;
  }
}

/* Premium floating WhatsApp action */
.sticky-whatsapp,
.sticky-whatsapp:hover,
.sticky-whatsapp:focus-visible {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 120 !important;
  display: inline-grid !important;
  place-items: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    linear-gradient(145deg, #2ff477 0%, #21c863 46%, #0c7f42 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 22px 42px rgba(3, 19, 15, 0.28),
    0 0 0 7px rgba(37, 211, 102, 0.1),
    0 0 34px rgba(37, 211, 102, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -12px 20px rgba(3, 19, 15, 0.18) !important;
  font-size: 0;
  line-height: 1;
  isolation: isolate;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  animation: whatsappFloat 4.6s ease-in-out infinite;
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.sticky-whatsapp::before {
  content: "";
  position: absolute;
  inset: -11px;
  z-index: -2;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(37, 211, 102, 0.34), rgba(37, 211, 102, 0.12) 44%, transparent 68%);
  opacity: 0.9;
  transform: scale(0.82);
  animation: whatsappPulse 2.7s ease-out infinite;
  pointer-events: none;
}

.sticky-whatsapp::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 36%),
    radial-gradient(circle at 70% 78%, rgba(6, 59, 44, 0.28), transparent 42%);
  pointer-events: none;
}

.sticky-whatsapp .whatsapp-icon {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
  filter:
    drop-shadow(0 6px 10px rgba(3, 19, 15, 0.26))
    drop-shadow(0 0 12px rgba(255, 255, 255, 0.18));
  transform-origin: center;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), filter 320ms ease;
}

.sticky-whatsapp .whatsapp-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 13px);
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(206, 241, 123, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(6, 27, 21, 0.96), rgba(8, 71, 52, 0.92));
  color: #f7fff2;
  box-shadow:
    0 18px 34px rgba(3, 19, 15, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(10px, -50%, 0) scale(0.96);
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-whatsapp:hover,
.sticky-whatsapp:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translate3d(0, -5px, 0) scale(1.045);
  animation-play-state: paused;
  outline: none;
}

.sticky-whatsapp:hover .whatsapp-icon,
.sticky-whatsapp:focus-visible .whatsapp-icon {
  filter:
    drop-shadow(0 8px 14px rgba(3, 19, 15, 0.32))
    drop-shadow(0 0 16px rgba(255, 255, 255, 0.26));
  transform: rotate(-6deg) scale(1.08);
}

.sticky-whatsapp:hover .whatsapp-label,
.sticky-whatsapp:focus-visible .whatsapp-label {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1);
}

@keyframes whatsappFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.82);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@media (max-width: 760px) {
  .sticky-whatsapp,
  .sticky-whatsapp:hover,
  .sticky-whatsapp:focus-visible {
    right: 16px !important;
    bottom: 18px !important;
    display: inline-grid !important;
    width: 58px;
    height: 58px;
    min-width: 58px;
  }

  .sticky-whatsapp .whatsapp-icon {
    width: 32px;
    height: 32px;
  }

  .sticky-whatsapp .whatsapp-label {
    display: none;
  }
}

@media (max-width: 420px) {
  .sticky-whatsapp,
  .sticky-whatsapp:hover,
  .sticky-whatsapp:focus-visible {
    right: 14px !important;
    bottom: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-whatsapp,
  .sticky-whatsapp::before {
    animation: none !important;
  }
}

/* Hero CtrlBox brand signature */
.control-room .hero-brand-signature {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 0 0 10px;
  overflow: visible;
}

.control-room .hero-brand-signature::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(206, 241, 123, 0.78), rgba(39, 207, 183, 0.42), transparent);
  box-shadow:
    0 0 18px rgba(206, 241, 123, 0.34),
    0 0 38px rgba(39, 207, 183, 0.16);
  transform-origin: left center;
  animation: heroBrandLine 4.8s ease-in-out infinite;
}

.control-room .hero-brand-signature::after {
  content: "";
  position: absolute;
  inset: -24px -38px -18px -28px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 50%, rgba(206, 241, 123, 0.18), transparent 42%),
    linear-gradient(110deg, transparent 12%, rgba(247, 255, 242, 0.08) 44%, transparent 58%);
  filter: blur(2px);
  opacity: 0.82;
  transform: translateZ(0);
  animation: heroBrandAura 6s ease-in-out infinite;
  pointer-events: none;
}

.control-room .hero-brand-wordmark {
  display: block;
  width: clamp(210px, 22vw, 318px);
  height: auto;
  margin: -14px -8px -14px 0;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 24px rgba(206, 241, 123, 0.2));
  transform-origin: left center;
  animation: heroBrandFloat 5.2s ease-in-out infinite;
}

.control-room .hero-brand-tag {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-height: 48px;
  padding: 5px 0 5px 12px;
  border-left: 1px solid rgba(206, 241, 123, 0.34);
  color: #f7fff2;
  font-size: 12px;
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(206, 241, 123, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.26);
  max-width: 18ch;
}

.control-room .hero-brand-tag span {
  position: relative;
  display: block;
}

.control-room .hero-brand-tag span {
  background: linear-gradient(90deg, #f7fff2 0%, #dfff8b 42%, #27cfb7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.control-room .hero-brand-tag span:nth-child(2) {
  margin: 0;
}

.control-room .hero-brand-tag span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.2em;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(206, 241, 123, 0.84), rgba(39, 207, 183, 0.4), transparent);
  box-shadow: 0 0 16px rgba(206, 241, 123, 0.26);
}

@keyframes heroBrandFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes heroBrandLine {
  0%,
  100% {
    opacity: 0.58;
    transform: scaleX(0.86);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes heroBrandAura {
  0%,
  100% {
    opacity: 0.55;
    transform: translate3d(-8px, 0, 0) scale(0.98);
  }
  50% {
    opacity: 0.95;
    transform: translate3d(8px, -2px, 0) scale(1.02);
  }
}

@media (max-width: 760px) {
  .control-room .hero-brand-signature {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .control-room .hero-brand-signature::before {
    left: 50%;
    width: min(240px, 76%);
    right: auto;
    transform: translateX(-50%);
    animation: heroBrandLineMobile 4.8s ease-in-out infinite;
  }

  .control-room .hero-brand-signature::after {
    inset: -18px 6px -18px;
  }

  .control-room .hero-brand-wordmark {
    width: min(264px, 82vw);
    margin: -18px 0 -18px;
    transform-origin: center;
  }

  .control-room .hero-brand-tag {
    min-height: auto;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin-top: -2px;
    border-left: 0;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0.2em;
    text-align: center;
  }

  .control-room .hero-brand-tag span:last-child::after {
    left: 50%;
    right: auto;
    width: min(130px, 100%);
    transform: translateX(-50%);
  }
}

@keyframes heroBrandLineMobile {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-50%) scaleX(0.78);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .control-room .hero-brand-signature::before,
  .control-room .hero-brand-signature::after,
  .control-room .hero-brand-wordmark {
    animation: none !important;
  }
}

/* Final mobile nav safety: keep menu visible after deep page scroll */
@media (max-width: 760px) {
  body.nav-open {
    overflow: hidden !important;
  }

  body.nav-open .site-header {
    z-index: 2147483000 !important;
    overflow: visible !important;
  }

  body.nav-open .header-grid,
  body.nav-open .site-header .container {
    overflow: visible !important;
  }

  body.nav-open #primaryNav.primary-nav,
  #primaryNav.primary-nav.is-open {
    position: fixed !important;
    inset:
      calc(env(safe-area-inset-top, 0px) + 88px)
      max(14px, env(safe-area-inset-right, 0px))
      max(14px, env(safe-area-inset-bottom, 0px))
      max(14px, env(safe-area-inset-left, 0px)) !important;
    z-index: 2147483001 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    border-radius: 24px !important;
    clip-path: inset(0 0 0 0 round 24px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform-origin: top right !important;
    filter: blur(0) saturate(1.04) !important;
    animation: mobileNavDrawerReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
  }

  body.nav-open #primaryNav.primary-nav a,
  #primaryNav.primary-nav.is-open a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 50px !important;
    opacity: 1;
    visibility: visible !important;
    transform: translate3d(0, 0, 0);
    color: rgba(247, 255, 242, 0.92) !important;
    background: rgba(247, 255, 242, 0.075) !important;
    border: 1px solid rgba(206, 241, 123, 0.13) !important;
    border-radius: 16px !important;
    animation: mobileNavLinkReveal 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  body.nav-open #primaryNav.primary-nav a:nth-child(1),
  #primaryNav.primary-nav.is-open a:nth-child(1) { animation-delay: 110ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(2),
  #primaryNav.primary-nav.is-open a:nth-child(2) { animation-delay: 165ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(3),
  #primaryNav.primary-nav.is-open a:nth-child(3) { animation-delay: 220ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(4),
  #primaryNav.primary-nav.is-open a:nth-child(4) { animation-delay: 275ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(5),
  #primaryNav.primary-nav.is-open a:nth-child(5) { animation-delay: 330ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(6),
  #primaryNav.primary-nav.is-open a:nth-child(6) { animation-delay: 385ms; }
  body.nav-open #primaryNav.primary-nav a:nth-child(7),
  #primaryNav.primary-nav.is-open a:nth-child(7) { animation-delay: 440ms; }

  body.nav-open #primaryNav.primary-nav a.is-active,
  body.nav-open #primaryNav.primary-nav .nav-pill,
  #primaryNav.primary-nav.is-open a.is-active,
  #primaryNav.primary-nav.is-open .nav-pill {
    color: #05251d !important;
    background: var(--cb-lime, #cef17b) !important;
    border-color: rgba(206, 241, 123, 0.72) !important;
  }
}

@keyframes mobileNavDrawerReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.96);
    clip-path: inset(0 0 100% 0 round 24px);
    filter: blur(10px) saturate(0.94);
  }

  68% {
    opacity: 1;
    transform: translate3d(0, 3px, 0) scale(1.01);
    clip-path: inset(0 0 0 0 round 24px);
    filter: blur(0) saturate(1.05);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: inset(0 0 0 0 round 24px);
    filter: blur(0) saturate(1.04);
  }
}

@keyframes mobileNavLinkReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nav-open #primaryNav.primary-nav,
  #primaryNav.primary-nav.is-open,
  body.nav-open #primaryNav.primary-nav a,
  #primaryNav.primary-nav.is-open a {
    animation: none !important;
  }
}

/* Final mobile hero overlap guard */
@media (max-width: 760px) {
  .control-room .hero-grid {
    align-items: start;
    gap: 22px;
    width: 100%;
    max-width: 390px;
    padding-inline: 14px;
    box-sizing: border-box;
    overflow: visible;
  }

  .control-room .hero-copy {
    position: relative;
    z-index: 10;
    width: 100% !important;
    max-width: 332px !important;
    box-sizing: border-box;
  }

  .control-room .hero-brand-signature {
    min-height: 148px;
    gap: 8px;
    margin: 0 auto 18px;
    padding: 0 0 14px;
    transform: none !important;
    contain: layout;
  }

  .control-room .hero-brand-signature::after {
    inset: -8px 14px -12px;
  }

  .control-room .hero-brand-wordmark {
    width: min(238px, 72vw);
    margin: 0;
    transform-origin: center;
    animation: heroBrandFloatMobile 5.2s ease-in-out infinite !important;
    will-change: transform;
  }

  .control-room .hero-brand-tag {
    margin-top: 0;
    line-height: 1.14;
    letter-spacing: 0.16em;
  }

  .control-room .hero-copy .eyebrow {
    margin-top: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .control-room .hero-copy h1 {
    max-width: 16.5ch !important;
  }

  .control-room .hero-lede {
    max-width: 31ch !important;
  }

  .control-room .cta-row {
    max-width: 306px !important;
  }

  .control-room .hero .btn,
  .control-room .btn {
    max-width: 100%;
  }

  .control-room .cube-art-showcase {
    position: relative;
    z-index: 1;
    max-width: min(100%, 360px);
    min-height: 346px !important;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .control-room .cube-art-shell {
    inset: 8px 0 28px !important;
    transform: none !important;
    animation: none !important;
    overflow: hidden;
  }

  .control-room .business-cube-rotator {
    --cube-size: clamp(176px, 52vw, 216px) !important;
  }

  .control-room .business-cube-rotator .cube-main-art {
    width: 100% !important;
    max-width: 220px;
  }
}

@media (max-width: 390px) {
  .control-room .hero-brand-signature {
    min-height: 140px;
  }

  .control-room .hero-brand-wordmark {
    width: min(220px, 74vw);
  }

  .control-room .cube-art-showcase {
    min-height: 326px !important;
    padding-bottom: 64px;
  }

  .control-room .business-cube-rotator {
    --cube-size: clamp(166px, 51vw, 194px) !important;
  }
}

.mission-vision-section {
  padding-top: 108px;
  padding-bottom: 108px;
  background:
    linear-gradient(180deg, #fbfff7 0%, #ffffff 48%, #eef8e9 100%) !important;
  isolation: isolate;
}

.mission-vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 71, 52, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 71, 52, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
  z-index: 0;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 22px;
  align-items: stretch;
}

.mission-vision-grid > * {
  min-width: 0;
}

.mission-vision-copy,
.mission-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 71, 52, 0.15);
  border-radius: 16px;
}

.mission-vision-copy {
  min-height: 100%;
  padding: 46px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 251, 235, 0.92));
  box-shadow: 0 28px 80px rgba(8, 71, 52, 0.1);
}

.mission-vision-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--cb-forest), var(--cb-lime), #25b177);
}

.mission-vision-copy::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 128px;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 71, 52, 0.22);
  border-radius: 16px;
  background:
    repeating-linear-gradient(0deg, rgba(8, 71, 52, 0.16) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(8, 71, 52, 0.12) 0 1px, transparent 1px 18px);
  opacity: 0.12;
  transform: rotate(-5deg);
  pointer-events: none;
}

.mission-vision-copy .eyebrow {
  letter-spacing: 0;
}

.mission-vision-copy h2 {
  max-width: 13ch;
  color: #062e23;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.mission-vision-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 20px;
  color: #44564e;
  font-size: 18px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.mission-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.mission-proof-strip span {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(8, 71, 52, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #173c31;
  font-weight: 900;
  line-height: 1.28;
}

.mission-proof-strip span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--cb-leaf);
  box-shadow: 0 0 0 5px rgba(26, 138, 85, 0.1);
}

.mission-vision-cards {
  display: grid;
  gap: 16px;
}

.mission-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  box-shadow: 0 24px 72px rgba(8, 71, 52, 0.1);
}

.mission-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 12px;
  border: 1px solid currentColor;
  opacity: 0.08;
  pointer-events: none;
}

.mission-card-primary {
  color: var(--cb-mist);
  border-color: rgba(206, 241, 123, 0.24);
  background:
    linear-gradient(135deg, #03130f 0%, #084734 58%, #0e5a3d 100%);
}

.mission-card-secondary {
  color: #062e23;
  background:
    linear-gradient(135deg, #ffffff 0%, #f1faec 100%);
}

.mission-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.mission-card-index {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mission-card-index span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 950;
  line-height: 1;
}

.mission-card-primary .mission-card-index span {
  color: var(--cb-forest);
  background: var(--cb-lime);
}

.mission-card-secondary .mission-card-index span {
  color: var(--cb-lime);
  background: var(--cb-forest);
}

.mission-card-topline small {
  color: currentColor;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0.68;
  text-transform: uppercase;
}

.mission-symbol {
  position: relative;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 18px;
  color: currentColor;
  opacity: 0.94;
  isolation: isolate;
}

.mission-symbol::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid currentColor;
  border-radius: 14px;
  opacity: 0.16;
}

.mission-symbol::after {
  content: "";
  position: absolute;
  inset: -26% auto -26% -42%;
  width: 34%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  filter: blur(3px);
  transform: skewX(-18deg);
  animation: missionSymbolSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

.mission-symbol i,
.mission-symbol b {
  position: absolute;
  display: block;
  z-index: 1;
}

.mission-symbol-target i {
  width: 48px;
  height: 48px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.82;
}

.mission-symbol-target i::before,
.mission-symbol-target i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 999px;
  opacity: 0.66;
  transform: translate(-50%, -50%);
}

.mission-symbol-target i::before {
  width: 2px;
  height: 58px;
}

.mission-symbol-target i::after {
  width: 58px;
  height: 2px;
}

.mission-symbol-target b {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 0 0 8px color-mix(in srgb, currentColor 14%, transparent),
    0 0 24px color-mix(in srgb, currentColor 44%, transparent);
}

.mission-symbol-svg {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  overflow: visible;
}

.mission-symbol-svg path {
  vector-effect: non-scaling-stroke;
}

.mission-symbol-vision .vision-body {
  fill: rgba(8, 71, 52, 0.1);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.mission-symbol-vision .vision-lens,
.mission-symbol-vision .vision-glass,
.mission-symbol-vision .vision-stand,
.mission-symbol-vision .vision-star {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-symbol-vision .vision-glass {
  opacity: 0.48;
}

.mission-symbol-vision .vision-stand {
  opacity: 0.82;
}

.mission-symbol-vision .vision-star {
  color: var(--cb-leaf);
  filter: drop-shadow(0 0 8px rgba(26, 138, 85, 0.34));
}

.mission-card-primary .mission-symbol {
  color: var(--cb-lime);
  background:
    linear-gradient(135deg, rgba(206, 241, 123, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 42px rgba(0, 0, 0, 0.16);
}

.mission-card-secondary .mission-symbol {
  color: var(--cb-forest);
  background:
    linear-gradient(135deg, rgba(8, 71, 52, 0.08), rgba(206, 241, 123, 0.24));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 38px rgba(8, 71, 52, 0.1);
}

.mission-card h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.mission-card p {
  color: currentColor;
  font-size: 17px;
  line-height: 1.72;
  opacity: 0.78;
  overflow-wrap: break-word;
}

/* Premium Mission & Vision surface treatment */
.mission-vision-section.has-section-glare > .section-glare {
  opacity: 1;
}

.mission-vision-section.has-section-glare > .section-glare::before {
  top: -42%;
  bottom: -42%;
  left: -36%;
  width: min(48vw, 620px);
  background:
    linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, 0.12) 28%, rgba(206, 241, 123, 0.34) 45%, rgba(37, 177, 119, 0.18) 58%, transparent 100%);
  filter: blur(18px);
  transform: translate3d(-8%, 0, 0) skewX(-19deg);
}

.mission-vision-section.is-glare-visible > .section-glare::before {
  animation: missionVisionGlareSweep 1700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mission-vision-section::after {
  content: "";
  position: absolute;
  inset: 26px max(18px, calc((100vw - var(--max)) / 2)) 26px;
  border: 1px solid rgba(8, 71, 52, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.16), transparent 36%, rgba(206, 241, 123, 0.08) 62%, transparent);
  pointer-events: none;
  z-index: 0;
}

.mission-vision-copy,
.mission-card {
  backdrop-filter: blur(18px);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.mission-vision-copy {
  border-color: rgba(8, 71, 52, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(243, 253, 238, 0.74)),
    linear-gradient(112deg, rgba(206, 241, 123, 0.18), transparent 40%, rgba(37, 177, 119, 0.08));
  box-shadow:
    0 34px 90px rgba(8, 71, 52, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.mission-vision-copy:hover,
.mission-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 71, 52, 0.24);
  box-shadow:
    0 42px 110px rgba(8, 71, 52, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.mission-vision-copy::before {
  height: 6px;
  background:
    linear-gradient(90deg, #084734 0%, #cef17b 48%, #25b177 100%);
  box-shadow:
    0 0 22px rgba(206, 241, 123, 0.42),
    0 10px 28px rgba(8, 71, 52, 0.12);
}

.mission-vision-copy::after {
  width: 156px;
  opacity: 0.14;
  background:
    linear-gradient(135deg, rgba(206, 241, 123, 0.22), transparent 38%),
    repeating-linear-gradient(0deg, rgba(8, 71, 52, 0.18) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(8, 71, 52, 0.12) 0 1px, transparent 1px 18px);
}

.mission-vision-copy .eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.mission-proof-strip span {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 255, 239, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 24px rgba(8, 71, 52, 0.06);
}

.mission-proof-strip span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 38%;
  background: linear-gradient(100deg, transparent, rgba(206, 241, 123, 0.34), transparent);
  transform: skewX(-18deg);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.mission-proof-strip span:hover::after {
  transform: translateX(390%) skewX(-18deg);
}

.mission-card {
  border-color: rgba(8, 71, 52, 0.18);
}

.mission-card::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  background:
    linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.22) 42%, rgba(206, 241, 123, 0.18) 52%, transparent 100%);
  filter: blur(8px);
  transform: skewX(-18deg);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
  opacity: 0;
  pointer-events: none;
}

.mission-card:hover::after {
  opacity: 1;
  transform: translateX(420%) skewX(-18deg);
}

.mission-card-primary {
  background:
    linear-gradient(145deg, rgba(3, 19, 15, 0.98) 0%, rgba(8, 71, 52, 0.96) 54%, rgba(14, 90, 61, 0.94) 100%),
    linear-gradient(112deg, rgba(206, 241, 123, 0.2), transparent 44%);
  box-shadow:
    0 34px 90px rgba(3, 19, 15, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mission-card-secondary {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 251, 236, 0.9) 100%),
    linear-gradient(118deg, rgba(206, 241, 123, 0.14), transparent 48%);
  box-shadow:
    0 30px 82px rgba(8, 71, 52, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.mission-card-index span {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 14px 30px rgba(8, 71, 52, 0.14);
}

@keyframes missionSymbolSweep {
  0%,
  56%,
  100% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  68% {
    opacity: 1;
  }

  84% {
    opacity: 0;
    transform: translateX(410%) skewX(-18deg);
  }
}

@keyframes missionVisionGlareSweep {
  0% {
    opacity: 0;
    transform: translate3d(-8%, 0, 0) skewX(-19deg);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 82%), 0, 0) skewX(-19deg);
  }
}

@media (max-width: 980px) {
  .mission-vision-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .mission-vision-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-vision-copy h2 {
    max-width: 18ch;
    font-size: 42px;
  }
}

@media (max-width: 760px) {
  .mission-vision-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mission-vision-copy,
  .mission-card {
    border-radius: 14px;
  }

  .mission-vision-copy {
    padding: 28px;
  }

  .mission-vision-copy::before {
    left: 24px;
    right: 24px;
  }

  .mission-vision-copy::after {
    width: 92px;
    right: 24px;
    bottom: 24px;
  }

  .mission-vision-copy h2 {
    max-width: 12ch;
    font-size: 32px;
  }

  .mission-vision-copy > p:not(.eyebrow) {
    max-width: 31ch;
    font-size: 16px;
  }

  .mission-proof-strip,
  .mission-vision-cards {
    grid-template-columns: 1fr;
  }

  .mission-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .mission-card-topline {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .mission-card-index {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mission-symbol {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 16px;
  }

  .mission-symbol-target i {
    width: 40px;
    height: 40px;
  }

  .mission-symbol-target i::before {
    height: 48px;
  }

  .mission-symbol-target i::after {
    width: 48px;
  }

  .mission-symbol-target b {
    width: 13px;
    height: 13px;
  }

  .mission-symbol-svg {
    width: 56px;
    height: 56px;
  }

  .mission-card h3 {
    font-size: 29px;
  }

  .mission-card p {
    max-width: 30ch;
    font-size: 16px;
  }
}

.products-section {
  background:
    linear-gradient(180deg, #f7fff2 0%, #ffffff 46%, #eef8e9 100%) !important;
}

.products-section .section-heading h2 {
  max-width: 760px;
  color: var(--cb-forest);
}

.products-section .section-heading p {
  max-width: 680px;
}

.products-section .products-section-intro {
  width: fit-content;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 40px rgba(8, 71, 52, 0.07);
}

.products-grid {
  display: grid;
  gap: 20px;
}

.ctrlbox-product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(8, 71, 52, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 234, 0.86)),
    linear-gradient(116deg, rgba(206, 241, 123, 0.16), transparent 48%);
  box-shadow:
    0 34px 90px rgba(8, 71, 52, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ctrlbox-product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(8, 71, 52, 0.08);
  border-radius: 14px;
  pointer-events: none;
}

.ctrlbox-product-card::after {
  content: "";
  position: absolute;
  inset: -38% auto -38% -36%;
  width: min(34vw, 360px);
  background:
    linear-gradient(108deg, transparent, rgba(255, 255, 255, 0.26), rgba(206, 241, 123, 0.2), transparent);
  filter: blur(12px);
  transform: skewX(-18deg);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease;
  opacity: 0;
  pointer-events: none;
}

.ctrlbox-product-card:hover::after {
  opacity: 1;
  transform: translateX(380%) skewX(-18deg);
}

.ctrlbox-product-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 52% 42%, rgba(206, 241, 123, 0.26), transparent 30%),
    linear-gradient(135deg, #03130f 0%, #084734 68%, #0b5a42 100%);
  color: var(--cb-lime);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 60px rgba(3, 19, 15, 0.2);
}

.ctrlbox-product-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(206, 241, 123, 0.2);
  border-radius: 12px;
  background:
    repeating-linear-gradient(0deg, rgba(247, 255, 242, 0.07) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(247, 255, 242, 0.06) 0 1px, transparent 1px 22px);
}

.ctrlbox-product-visual span {
  position: relative;
  z-index: 1;
  width: 134px;
  height: 134px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(206, 241, 123, 0.52);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(206, 241, 123, 0.2), rgba(255, 255, 255, 0.08));
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 0 44px rgba(206, 241, 123, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ctrlbox-product-logo {
  position: relative;
  z-index: 1;
  width: min(88%, 340px);
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.34));
}

.ctrlbox-product-content {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 10px 8px;
}

.product-owned-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cb-forest);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-owned-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cb-leaf);
  box-shadow: 0 0 0 5px rgba(26, 138, 85, 0.1);
}

.ctrlbox-product-content h3 {
  color: var(--cb-forest);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-summary {
  max-width: 720px;
  margin-top: 16px;
  color: #31473f;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 800;
}

.product-disclaimer {
  max-width: 780px;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 4px solid var(--cb-lime);
  color: #53635d;
  font-size: 16px;
  line-height: 1.72;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-actions .btn {
  white-space: normal;
  text-align: center;
}

.product-detail-hero {
  background:
    radial-gradient(circle at 78% 28%, rgba(206, 241, 123, 0.32), transparent 24%),
    linear-gradient(180deg, #f7fff2 0%, #eef8e9 100%);
}

.product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 36px;
  align-items: center;
}

.product-detail-hero-grid > *,
.product-detail-grid > *,
.product-policies-grid > * {
  min-width: 0;
}

.product-detail-hero .eyebrow {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.product-detail-hero h1,
.product-detail-hero p,
.product-info-panel h2,
.product-info-panel p,
.product-policies-grid h2,
.product-policies-grid p {
  overflow-wrap: break-word;
}

.product-detail-hero .cta-row {
  margin-top: 28px;
}

.product-detail-mark {
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, #03130f 0%, #084734 70%, #0b5a42 100%);
  color: var(--cb-lime);
  box-shadow: var(--cb-shadow-strong);
}

.product-detail-mark span {
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(206, 241, 123, 0.48);
  border-radius: 30px;
  font-size: 48px;
  font-weight: 950;
}

.product-detail-mark small {
  color: rgba(247, 255, 242, 0.72);
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-logo {
  width: min(88%, 340px);
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.32));
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-info-panel {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 32px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 251, 236, 0.88));
  box-shadow: 0 24px 70px rgba(8, 71, 52, 0.1);
}

.product-info-panel span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 12px;
  background: var(--cb-forest);
  color: var(--cb-lime);
  font-weight: 950;
}

.product-info-panel h2 {
  color: var(--cb-forest);
  font-size: clamp(30px, 3.2vw, 44px);
}

.product-info-panel p {
  margin-top: 18px;
  color: #4f625a;
  font-size: 17px;
  line-height: 1.78;
}

.product-disclaimer-panel {
  background:
    linear-gradient(135deg, #03130f 0%, #084734 72%, #0b5a42 100%);
  color: var(--cb-mist);
}

.product-disclaimer-panel span {
  background: var(--cb-lime);
  color: var(--cb-forest);
}

.product-disclaimer-panel h2,
.product-disclaimer-panel p {
  color: inherit;
}

.product-disclaimer-panel p {
  opacity: 0.82;
}

.product-policies-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 34px;
  align-items: center;
}

.product-policies-grid h2 {
  margin-bottom: 18px;
}

.product-policy-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-policy-links a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(247, 255, 242, 0.14);
  border-radius: 12px;
  background: rgba(247, 255, 242, 0.08);
  color: var(--cb-mist);
  font-weight: 900;
}

.product-policy-links a::after {
  content: "->";
  color: var(--cb-lime);
  font-size: 18px;
}

.funnel-hero,
.funnel-thanks-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(206, 241, 123, 0.34), transparent 24%),
    linear-gradient(180deg, #f7fff2 0%, #eef8e9 100%);
}

.funnel-glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.funnel-glare::before {
  content: "";
  position: absolute;
  width: 36vw;
  height: 36vw;
  min-width: 320px;
  min-height: 320px;
  top: 8%;
  right: -9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(206, 241, 123, 0.42), rgba(206, 241, 123, 0) 64%);
  filter: blur(4px);
}

.funnel-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.54fr);
  gap: 34px;
  align-items: center;
}

.funnel-hero-copy,
.funnel-lead-form,
.funnel-offer-grid > *,
.funnel-thanks-card {
  min-width: 0;
}

.funnel-badge {
  width: fit-content;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 9px 13px;
  border: 1px solid rgba(8, 71, 52, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cb-forest);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.funnel-hero h1,
.funnel-hero p,
.funnel-thanks-hero h1,
.funnel-thanks-hero p,
.funnel-offer-section h2,
.funnel-offer-section p {
  overflow-wrap: break-word;
}

.funnel-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.funnel-meta-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #43574d;
  font-size: 13px;
  font-weight: 900;
}

.funnel-lead-form {
  position: relative;
  border-color: rgba(8, 71, 52, 0.18);
  box-shadow: 0 28px 80px rgba(8, 71, 52, 0.18);
}

.funnel-form-head {
  margin-bottom: 16px;
}

.funnel-form-head strong {
  display: block;
  color: var(--cb-forest);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 950;
}

.funnel-form-head p {
  margin: 8px 0 0;
  color: #4f625a;
  font-size: 14px;
  line-height: 1.55;
}

.hidden-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.funnel-offer-section {
  background: #f7fff2;
}

.funnel-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: 28px;
  align-items: start;
}

.funnel-point-list {
  display: grid;
  gap: 12px;
}

.funnel-point-list span {
  position: relative;
  display: block;
  min-height: 64px;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 233, 0.86));
  color: #30433a;
  font-weight: 850;
  line-height: 1.55;
  box-shadow: 0 18px 55px rgba(8, 71, 52, 0.08);
}

.funnel-point-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--cb-forest), #0d6a4e);
  box-shadow: inset 0 0 0 5px var(--cb-lime);
}

.funnel-thanks-card {
  max-width: 860px;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 85px rgba(8, 71, 52, 0.14);
}

.funnel-thanks-card .cta-row,
.funnel-hero-copy .cta-row {
  margin-top: 28px;
}

@media (min-width: 981px) {
  .footer-grid {
    grid-template-columns: minmax(260px, 1.35fr) minmax(120px, 0.68fr) minmax(140px, 0.76fr) minmax(150px, 0.82fr) minmax(140px, 0.72fr);
  }
}

@media (max-width: 980px) {
  .ctrlbox-product-card,
  .product-detail-hero-grid,
  .product-detail-grid,
  .product-policies-grid,
  .funnel-hero-grid,
  .funnel-offer-grid {
    grid-template-columns: 1fr;
  }

  .ctrlbox-product-visual,
  .product-detail-mark {
    min-height: 240px;
  }
}

@media (max-width: 760px) {
  .product-detail-hero,
  .product-detail-section,
  .product-policies-section,
  .funnel-hero,
  .funnel-thanks-hero,
  .funnel-offer-section {
    overflow-x: hidden;
  }

  .product-detail-hero > .container,
  .product-detail-section > .container,
  .product-policies-section > .container,
  .products-section > .container,
  .funnel-hero > .container,
  .funnel-thanks-hero > .container,
  .funnel-offer-section > .container {
    width: calc(100% - 28px);
    max-width: 100%;
    box-sizing: border-box;
  }

  .product-detail-hero-grid,
  .product-detail-grid,
  .product-policies-grid,
  .ctrlbox-product-card,
  .product-info-panel,
  .product-disclaimer-panel,
  .product-policy-links,
  .product-detail-mark,
  .funnel-hero-grid,
  .funnel-offer-grid,
  .funnel-lead-form,
  .funnel-thanks-card,
  .funnel-point-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .ctrlbox-product-card {
    padding: 18px;
  }

  .ctrlbox-product-content {
    padding: 4px 2px;
  }

  .product-summary {
    font-size: 17px;
  }

  .product-actions,
  .product-actions .btn {
    width: 100%;
  }

  .product-policy-links {
    grid-template-columns: 1fr;
  }

  .product-info-panel {
    min-height: 0;
    padding: 26px;
  }

  .products-section .section-heading h2,
  .product-detail-hero h1,
  .funnel-hero h1,
  .funnel-thanks-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .products-section .section-heading h2 {
    max-width: 12ch;
  }

  .products-section .section-heading p,
  .product-detail-hero p,
  .funnel-hero p,
  .funnel-thanks-hero p {
    max-width: 31ch;
  }

  .products-section .products-section-intro {
    width: 100%;
    max-width: 100%;
    padding: 13px 14px;
    box-sizing: border-box;
  }

  .product-detail-hero .eyebrow {
    max-width: calc(100vw - 28px);
    width: auto;
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  .product-detail-hero h1 {
    max-width: 12ch;
  }

  .product-detail-hero .cta-row,
  .funnel-hero .cta-row,
  .funnel-thanks-hero .cta-row {
    display: grid;
    width: 100%;
    max-width: 320px;
    grid-template-columns: 1fr;
  }

  .product-detail-hero .btn,
  .funnel-hero .btn,
  .funnel-thanks-hero .btn {
    width: 100%;
  }

  .funnel-meta-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .funnel-meta-strip span,
  .funnel-badge {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .funnel-lead-form {
    padding: 22px;
  }

  .funnel-point-list span {
    padding-right: 16px;
  }

  .product-detail-mark {
    min-height: 220px;
  }

  .product-detail-mark span {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    font-size: 42px;
  }

  .ctrlbox-product-logo,
  .product-detail-logo {
    width: min(84%, 260px);
    max-height: 220px;
  }

  .product-info-panel h2,
  .product-policies-grid h2 {
    font-size: 30px;
  }

  .product-policy-links a {
    min-width: 0;
    width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Real mobile cube safety: static premium cube on phones. */
@media (max-width: 760px), (pointer: coarse) {
  .control-room {
    overflow: hidden !important;
  }

  .control-room .hero-grid,
  .control-room .hero-copy,
  .control-room .hero-visual {
    transform: none !important;
  }

  .control-room .hero-copy {
    z-index: 20;
  }

  .control-room .cube-art-showcase {
    display: grid;
    place-items: center;
    max-width: min(100%, 370px);
    min-height: 390px !important;
    margin-top: 10px;
    padding: 10px 0 86px;
    overflow: hidden !important;
    contain: layout paint;
  }

  .control-room .cube-art-showcase::before {
    inset: 5% -12% 15% -12% !important;
    border-radius: 999px;
    background:
      radial-gradient(circle at 50% 42%, rgba(221, 255, 104, 0.36), transparent 26%),
      radial-gradient(circle at 50% 60%, rgba(36, 160, 95, 0.26), transparent 42%);
    filter: blur(18px);
    opacity: 0.95;
  }

  .control-room .cube-art-showcase::after {
    left: 12%;
    right: 12%;
    bottom: 18%;
    height: 15%;
    filter: blur(14px);
    opacity: 0.82;
  }

  .control-room .cube-art-shell {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 340px);
    height: 318px;
    min-height: 318px;
    max-height: 318px;
    display: grid;
    place-items: center;
    transform: none !important;
    animation: none !important;
    overflow: hidden !important;
  }

  .control-room .cube-art-shell::before {
    width: min(88%, 312px);
    opacity: 0.95;
    filter: blur(24px);
  }

  .control-room .cube-art-shell::after,
  .control-room .cube-grid-floor {
    bottom: 12%;
  }

  .control-room .cube-grid-floor {
    left: 10%;
    right: 10%;
    height: 24%;
    opacity: 0.42;
  }

  .control-room .business-cube-rotator,
  .control-room .business-cube-rotator[data-cube-step],
  .control-room .business-cube-rotator[data-mobile-static="true"] {
    --cube-size: clamp(218px, 68vw, 270px) !important;
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    margin: auto;
    transform: rotateX(-8deg) rotateY(-12deg) rotateZ(-0.8deg) !important;
    transition: none !important;
    animation: none !important;
    will-change: auto;
    filter:
      drop-shadow(0 34px 44px rgba(0, 0, 0, 0.44))
      drop-shadow(0 0 36px rgba(207, 255, 92, 0.32));
  }

  .control-room .business-cube-service-face {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .control-room .business-cube-logo-face,
  .control-room .business-cube-rotator:not([data-cube-step="front"]) .business-cube-logo-face {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .control-room .business-cube-logo-face::before {
    width: 98%;
    opacity: 1;
    filter: blur(24px);
    background: radial-gradient(circle, rgba(207, 255, 92, 0.22), rgba(12, 74, 53, 0.12) 44%, transparent 72%);
  }

  .control-room .business-cube-rotator .cube-main-art {
    width: min(112%, 284px) !important;
    max-width: 284px !important;
    transform: none !important;
    animation: none !important;
    filter:
      drop-shadow(0 32px 44px rgba(0, 0, 0, 0.48))
      drop-shadow(0 0 34px rgba(207, 255, 92, 0.28));
  }
}

@keyframes heroBrandFloatMobile {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .control-room .hero-brand-wordmark {
    animation: none !important;
    transform: none !important;
  }

  .control-room .business-cube-rotator {
    transition: none !important;
  }
}

/* Spacious professional footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(58px, 7vw, 86px) 0 26px;
  border: 0;
  border-top: 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(206, 241, 123, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 255, 242, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(206, 241, 123, 0.1), transparent 34%, rgba(8, 71, 52, 0.2));
  background-size: 72px 72px, 72px 72px, auto;
  opacity: 0.46;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.86) 58%, transparent 100%);
  pointer-events: none;
}

.site-footer .footer-grid {
  align-items: stretch;
  gap: clamp(14px, 2vw, 22px);
}

.site-footer .footer-intro,
.site-footer .footer-column {
  min-width: 0;
  border: 0;
  background:
    linear-gradient(145deg, rgba(247, 255, 242, 0.08), rgba(206, 241, 123, 0.035)),
    rgba(3, 19, 15, 0.42);
  box-shadow:
    inset 0 18px 44px rgba(255, 255, 255, 0.018),
    0 24px 66px rgba(0, 0, 0, 0.2),
    0 0 54px rgba(206, 241, 123, 0.035);
}

.site-footer .footer-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
}

.site-footer .footer-column {
  padding: clamp(20px, 2.2vw, 28px);
  border-radius: 24px;
}

.site-footer .footer-grid p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(247, 255, 242, 0.72);
  line-height: 1.65;
}

.site-footer .footer-grid h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #cef17b;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .footer-grid h3::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cef17b;
  box-shadow: 0 0 18px rgba(206, 241, 123, 0.58);
}

.site-footer .footer-column a,
.site-footer .footer-column span {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-top: 0;
  color: rgba(247, 255, 242, 0.76);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.site-footer .footer-column a:first-of-type,
.site-footer .footer-column span:first-of-type {
  border-top: 0;
}

.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible {
  color: #cef17b;
  transform: translateX(4px);
  outline: none;
}

.site-footer .footer-bottom {
  align-items: center;
  margin-top: clamp(18px, 3vw, 30px);
  padding: 16px 18px;
  border: 0;
  border-top: 0;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(247, 255, 242, 0.06), rgba(206, 241, 123, 0.035), rgba(247, 255, 242, 0.045)),
    rgba(3, 19, 15, 0.34);
  color: rgba(247, 255, 242, 0.66);
}

.site-footer .footer-bottom span {
  margin: 0;
}

@media (min-width: 981px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(320px, 1.55fr)
      minmax(145px, 0.76fr)
      minmax(230px, 1.05fr)
      minmax(220px, 1fr);
  }
}

@media (min-width: 1180px) {
  .site-footer .footer-grid {
    grid-template-columns:
      minmax(360px, 1.5fr)
      minmax(170px, 0.82fr)
      minmax(260px, 1.04fr)
      minmax(260px, 1.04fr);
  }
}

@media (max-width: 980px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding: 48px 0 22px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-intro,
  .site-footer .footer-column {
    padding: 22px;
    border-radius: 22px;
  }

  .site-footer .footer-grid p {
    line-height: 1.55;
  }

  .site-footer .footer-column a,
  .site-footer .footer-column span {
    min-height: 38px;
    font-size: 14px;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
  }
}

.site-footer .footer-grid .footer-social-row .social-link,
.site-footer .footer-grid .footer-social-row .social-link:hover,
.site-footer .footer-grid .footer-social-row .social-link:focus-visible {
  border: 0;
}

.homepage-showcase-section,
.showcase-index-section,
.work-showcase-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fff2 48%, #eef8e9 100%);
}

.showcase-hero,
.showcase-detail-hero {
  background:
    linear-gradient(180deg, #f7fff2 0%, #eef8e9 100%),
    linear-gradient(125deg, rgba(206, 241, 123, 0.18), rgba(8, 71, 52, 0.06));
}

.showcase-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.showcase-filter-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cb-forest, #084734);
  font-size: 14px;
  font-weight: 950;
}

.showcase-filter-tabs a.is-active,
.showcase-filter-tabs a:hover,
.showcase-filter-tabs a:focus-visible {
  background: var(--cb-forest, #084734);
  color: #f7fff2;
  outline: none;
}

.showcase-filter-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: -10px;
  margin-bottom: 26px;
  padding: 14px;
  border: 1px solid rgba(8, 71, 52, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 46px rgba(8, 71, 52, .07);
}

.showcase-filter-form label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.showcase-filter-form span {
  color: rgba(6, 33, 22, .68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-filter-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(8, 71, 52, .14);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--cb-forest, #084734);
  background: #fff;
  font: inherit;
  font-weight: 850;
}

.showcase-filter-form .btn {
  min-height: 48px;
  white-space: nowrap;
}

.showcase-preview-grid,
.showcase-grid {
  display: grid;
  gap: 18px;
}

.showcase-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-mini-card,
.showcase-card,
.showcase-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 71, 52, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 255, 242, 0.82)),
    linear-gradient(115deg, rgba(206, 241, 123, 0.14), transparent 52%);
  box-shadow:
    0 26px 70px rgba(8, 71, 52, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.showcase-mini-card {
  display: grid;
  min-height: 430px;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  min-height: 360px;
}

.showcase-mini-card,
.showcase-card,
.showcase-reel-card,
.showcase-platform-frame,
.showcase-frame-stage {
  transition:
    min-height 260ms ease,
    transform 260ms ease,
    box-shadow 260ms ease,
    width 260ms ease,
    opacity 220ms ease;
}

.showcase-mini-media,
.showcase-card-media {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(247, 255, 242, 0.07) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(247, 255, 242, 0.055) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, #03130f, #084734 72%, #0b5a42);
}

.showcase-mini-media img,
.showcase-card-media img {
  position: relative;
  z-index: 1;
  width: min(76%, 260px);
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.32));
}

.showcase-card-media img {
  max-height: 260px;
}

.showcase-video-media video,
.showcase-detail-visual video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: contain;
  background: #03130f;
}

.showcase-mini-media.showcase-video-media,
.showcase-card-media.showcase-video-media {
  padding: 0;
}

.showcase-card-media.showcase-video-media video {
  min-height: 360px;
}

.showcase-mini-media > .showcase-platform-badge,
.showcase-card-media > .showcase-platform-badge {
  position: absolute;
  left: 16px;
  top: auto;
  bottom: 16px;
  z-index: 5;
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid rgba(206, 241, 123, 0.26);
  border-radius: 999px;
  background: rgba(3, 19, 15, 0.72);
  color: #cef17b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-instagram > .showcase-platform-badge {
  display: none;
}

.showcase-card-media:not(.is-playing) > .showcase-platform-top,
.showcase-mini-media:not(.is-playing) > .showcase-platform-top,
.showcase-reel-media:not(.is-playing) > .showcase-platform-top,
.showcase-detail-visual:not(.is-playing) > .showcase-platform-top,
.showcase-card-media:not(.is-playing) > .showcase-platform-badge,
.showcase-mini-media:not(.is-playing) > .showcase-platform-badge,
.showcase-reel-media:not(.is-playing) > .showcase-platform-badge,
.showcase-detail-visual:not(.is-playing) > .showcase-platform-badge,
.showcase-card-media:not(.is-playing) > .showcase-media-count,
.showcase-mini-media:not(.is-playing) > .showcase-media-count,
.showcase-reel-media:not(.is-playing) > .showcase-original-link,
.showcase-poster-only:not(.is-playing) > .showcase-reel-caption,
.showcase-poster-only:not(.is-playing) > .showcase-reel-action-rail,
.showcase-poster-only:not(.is-playing) > .showcase-metric-float,
.showcase-poster-only:not(.is-playing) > .showcase-engagement-float {
  opacity: 0;
  pointer-events: none;
}

.showcase-platform-frame {
  isolation: isolate;
}

.showcase-platform-top {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.showcase-platform-top b,
.showcase-platform-top span,
.showcase-original-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(247, 255, 242, 0.18);
  border-radius: 999px;
  background: rgba(3, 19, 15, 0.68);
  color: #f7fff2;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.showcase-original-link {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 7;
}

.platform-instagram .showcase-platform-top b {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.platform-youtube .showcase-platform-top b {
  background: #cf102d;
}

.platform-linkedin .showcase-platform-top b {
  background: #0a66c2;
}

.platform-facebook .showcase-platform-top b {
  background: #1877f2;
}

.platform-website .showcase-platform-top b {
  background: var(--cb-forest, #084734);
}

.showcase-frame-stage {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  place-items: center;
  overflow: hidden;
}

.showcase-platform-frame .showcase-frame-stage img,
.showcase-platform-frame .showcase-frame-stage video {
  position: relative;
  z-index: 1;
  width: min(78%, 310px);
  height: auto;
  max-height: 72%;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.32));
}

.showcase-platform-frame .showcase-frame-stage video {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  background: #03130f;
  filter: none;
}

.showcase-card-media.platform-instagram {
  min-height: 430px;
}

.showcase-card-media.platform-instagram .showcase-frame-stage {
  width: min(62%, 232px);
}

.showcase-video-preview .showcase-frame-stage video {
  pointer-events: none;
}

.showcase-poster-only:not(.is-playing) .showcase-frame-stage,
.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.showcase-card-media.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.showcase-reel-media.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.showcase-platform-compact.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage {
  width: min(70%, 245px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: clamp(30px, 9%, 48px);
  transform: translateX(-50%);
}

.showcase-poster-only:not(.is-playing) .showcase-frame-stage img,
.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage img {
  width: min(88%, 230px);
  height: auto;
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.32));
}

.showcase-play-button {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px 6px 7px;
  border: 1px solid rgba(247, 255, 242, 0.38);
  border-radius: 999px;
  background: rgba(247, 255, 242, 0.94);
  color: var(--cb-forest, #084734);
  font: inherit;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateX(-50%);
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.showcase-play-button span {
  position: relative;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: var(--cb-forest, #084734);
}

.showcase-play-button span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #cef17b;
}

.showcase-play-button:hover,
.showcase-play-button:focus-visible {
  outline: none;
  transform: translateX(-50%) translateY(-2px) scale(1.04);
}

.showcase-platform-frame.is-playing .showcase-play-button {
  display: none;
}

.showcase-platform-frame.is-playing > .showcase-reel-caption,
.showcase-platform-frame.is-playing > .showcase-reel-action-rail,
.showcase-platform-frame.is-playing > .showcase-metric-float,
.showcase-platform-frame.is-playing > .showcase-engagement-float {
  display: none;
}

.showcase-platform-frame.is-playing > .showcase-platform-top {
  opacity: 0;
  pointer-events: none;
}

.showcase-platform-frame.is-playing .showcase-frame-stage video {
  cursor: pointer;
}

.showcase-video-control-bar {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 10px;
  z-index: 14;
  display: grid;
  width: min(calc(100% - 20px), 340px);
  grid-template-columns: auto minmax(70px, 1fr) auto auto;
  gap: 5px;
  align-items: center;
  padding: 5px 6px;
  border: 1px solid rgba(247, 255, 242, 0.2);
  border-radius: 999px;
  background: rgba(3, 19, 15, 0.76);
  color: #f7fff2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.showcase-platform-frame.is-playing:hover > .showcase-video-control-bar,
.showcase-platform-frame.is-playing:focus-within > .showcase-video-control-bar,
.showcase-platform-frame.is-video-paused > .showcase-video-control-bar {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.showcase-video-toggle,
.showcase-video-speed {
  min-height: 24px;
  border: 1px solid rgba(206, 241, 123, 0.28);
  border-radius: 999px;
  background: rgba(247, 255, 242, 0.92);
  color: var(--cb-forest, #084734);
  font: inherit;
  font-size: 9px;
  font-weight: 950;
}

.showcase-video-toggle {
  min-width: 44px;
  padding: 4px 7px;
  cursor: pointer;
}

.showcase-video-speed {
  max-width: 58px;
  padding: 3px 5px;
}

.showcase-video-progress {
  width: 100%;
  min-width: 70px;
  height: 18px;
  accent-color: #cef17b;
  cursor: pointer;
}

.showcase-video-time {
  min-width: 58px;
  color: rgba(247, 255, 242, 0.84);
  font-size: 9px;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}

.showcase-card.is-reel-playing,
.showcase-mini-card.is-reel-playing,
.showcase-reel-card.is-reel-playing,
.showcase-detail-visual.is-reel-playing {
  position: relative;
  z-index: 8;
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 34px 86px rgba(8, 71, 52, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.showcase-card.is-reel-playing {
  grid-template-columns: minmax(300px, 0.56fr) minmax(0, 1fr);
}

.showcase-card.is-reel-playing .showcase-card-media {
  min-height: 520px;
}

.showcase-mini-card.is-reel-playing .showcase-mini-media {
  min-height: 440px;
}

.showcase-reel-card.is-reel-playing .showcase-reel-media {
  min-height: 520px;
}

.showcase-detail-visual.is-reel-playing {
  min-height: 540px;
}

.showcase-card.is-reel-playing .showcase-card-media.platform-instagram .showcase-frame-stage,
.showcase-reel-card.is-reel-playing .showcase-reel-media.platform-instagram .showcase-frame-stage,
.showcase-detail-visual.is-reel-playing.platform-instagram .showcase-frame-stage {
  width: min(72%, 310px);
}

.showcase-mini-card.is-reel-playing .showcase-platform-compact.platform-instagram .showcase-frame-stage {
  width: min(74%, 250px);
}

.platform-instagram .showcase-frame-stage {
  width: min(68%, 270px);
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(247, 255, 242, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%),
    #050506;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.34),
    inset 0 0 0 7px rgba(255, 255, 255, 0.05);
}

.platform-instagram .showcase-frame-stage img,
.platform-instagram .showcase-frame-stage video {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.showcase-detail-visual.platform-instagram .showcase-frame-stage {
  width: min(62%, 310px);
}

.showcase-reel-media.platform-instagram .showcase-frame-stage {
  width: min(76%, 260px);
}

.showcase-platform-compact.platform-instagram .showcase-frame-stage {
  width: min(68%, 190px);
}

.showcase-reel-action-rail {
  position: absolute;
  right: 14px;
  bottom: 70px;
  z-index: 6;
  display: grid;
  gap: 9px;
  pointer-events: none;
}

.showcase-reel-action-rail span {
  display: grid;
  min-width: 58px;
  gap: 2px;
  padding: 8px 9px;
  border: 1px solid rgba(247, 255, 242, 0.18);
  border-radius: 14px;
  background: rgba(3, 19, 15, 0.72);
  color: #f7fff2;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.showcase-reel-action-rail b {
  font-size: 13px;
  line-height: 1;
}

.showcase-reel-action-rail small {
  color: rgba(247, 255, 242, 0.72);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-reel-caption {
  position: absolute;
  left: 16px;
  right: 86px;
  bottom: 16px;
  z-index: 6;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(3, 19, 15, 0.74);
  color: #f7fff2;
  pointer-events: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.platform-instagram:not(.has-social-metrics) .showcase-reel-caption {
  right: 16px;
}

.showcase-reel-caption strong {
  font-size: 12px;
  line-height: 1.2;
}

.showcase-reel-caption span {
  color: rgba(247, 255, 242, 0.78);
  font-size: 11px;
  line-height: 1.35;
}

.showcase-metric-float,
.showcase-engagement-float {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 2px;
  min-width: 76px;
  padding: 10px 12px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 16px;
  background: rgba(247, 255, 242, 0.92);
  color: var(--cb-forest, #084734);
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.showcase-metric-float {
  right: 16px;
  top: 58px;
}

.showcase-engagement-float {
  left: 16px;
  bottom: 16px;
}

.showcase-metric-float strong,
.showcase-engagement-float strong {
  font-size: 18px;
  line-height: 1;
}

.showcase-metric-float small,
.showcase-engagement-float small {
  color: #597066;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-platform-compact .showcase-reel-caption,
.showcase-platform-compact .showcase-engagement-float {
  display: none;
}

.showcase-platform-compact .showcase-reel-action-rail {
  right: 10px;
  bottom: 52px;
  gap: 6px;
}

.showcase-platform-compact .showcase-reel-action-rail span:nth-child(n+3) {
  display: none;
}

.showcase-platform-compact .showcase-metric-float {
  top: auto;
  right: 12px;
  bottom: 12px;
}

.showcase-media-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(247, 255, 242, 0.92);
  color: var(--cb-forest, #084734);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.showcase-mini-content,
.showcase-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.showcase-card-body {
  align-content: center;
  padding: 30px;
}

.showcase-mini-content p,
.showcase-card-kicker {
  margin: 0;
  color: var(--cb-forest, #084734);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-mini-content h3,
.showcase-card-body h2 {
  margin: 0;
  color: var(--cb-forest, #084734);
  letter-spacing: 0;
}

.showcase-mini-content h3 {
  font-size: 24px;
  line-height: 1.12;
}

.showcase-card-body h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
}

.showcase-card-body > p {
  color: #455f55;
  font-size: 16px;
  line-height: 1.7;
}

.showcase-mini-content strong {
  color: #1b352c;
  font-size: 14px;
  line-height: 1.45;
}

.showcase-proof-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.showcase-proof-row span,
.showcase-detail-proof span {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.showcase-proof-row small,
.showcase-detail-proof small {
  color: #5b6c64;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-proof-row strong,
.showcase-detail-proof strong {
  color: var(--cb-forest, #084734);
  font-size: 18px;
  line-height: 1.2;
}

.showcase-social-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 8px;
}

.showcase-social-strip span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
}

.showcase-social-strip strong {
  color: var(--cb-forest, #084734);
  font-size: 17px;
  line-height: 1.1;
}

.showcase-social-strip small {
  overflow: hidden;
  color: #61746b;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.showcase-social-strip-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-social-strip-small span {
  padding: 8px;
}

.showcase-social-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-mini-actions,
.showcase-actions,
.showcase-detail-actions,
.showcase-detail-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.showcase-mini-actions a,
.showcase-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--cb-forest, #084734);
  font-size: 13px;
  font-weight: 950;
}

.showcase-mini-actions a:hover,
.showcase-actions a:hover,
.showcase-mini-actions a:focus-visible,
.showcase-actions a:focus-visible {
  background: var(--cb-forest, #084734);
  color: #f7fff2;
  outline: none;
}

.showcase-empty {
  grid-column: 1 / -1;
  padding: clamp(28px, 4vw, 48px);
  text-align: center;
}

.showcase-empty h2 {
  color: var(--cb-forest, #084734);
  font-size: clamp(28px, 3.4vw, 42px);
}

.showcase-empty p {
  max-width: 620px;
  margin: 12px auto 22px;
  color: #53635d;
}

.showcase-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.showcase-detail-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(8, 71, 52, 0.14);
  border-radius: 22px;
  background:
    repeating-linear-gradient(0deg, rgba(247, 255, 242, 0.07) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(247, 255, 242, 0.06) 0 1px, transparent 1px 26px),
    linear-gradient(135deg, #03130f, #084734 70%, #0b5a42);
  box-shadow: 0 30px 80px rgba(8, 71, 52, 0.18);
}

.showcase-detail-visual img {
  width: min(78%, 320px);
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.34));
}

.showcase-detail-visual video {
  min-height: 360px;
  border-radius: 0;
}

.showcase-detail-visual > .showcase-platform-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(247, 255, 242, 0.9);
  color: var(--cb-forest, #084734);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-detail-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.showcase-detail-sidebar,
.showcase-detail-story {
  display: grid;
  gap: 14px;
}

.showcase-detail-panel,
.showcase-detail-story article {
  border: 1px solid rgba(8, 71, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(8, 71, 52, 0.08);
}

.showcase-detail-panel {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.showcase-detail-panel span {
  color: #64736d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-detail-panel strong {
  color: var(--cb-forest, #084734);
  font-size: 18px;
  line-height: 1.25;
}

.showcase-detail-proof,
.showcase-service-tags {
  display: grid;
  gap: 10px;
}

.showcase-service-tags {
  display: flex;
  flex-wrap: wrap;
}

.showcase-service-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(8, 71, 52, 0.08);
  color: var(--cb-forest, #084734);
  font-size: 12px;
  font-weight: 950;
}

.showcase-detail-story article {
  padding: clamp(24px, 3vw, 36px);
}

.showcase-detail-story article h2 {
  margin-bottom: 12px;
  color: var(--cb-forest, #084734);
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: 0;
}

.showcase-detail-story article p:last-child {
  color: #40564d;
  font-size: 18px;
  line-height: 1.78;
}

.showcase-reel-gallery-section {
  background:
    linear-gradient(180deg, #eef8e9 0%, #ffffff 100%);
}

.showcase-reel-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.showcase-reel-card {
  overflow: hidden;
  border: 1px solid rgba(8, 71, 52, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 64px rgba(8, 71, 52, 0.09);
}

.showcase-reel-media {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(247, 255, 242, 0.07) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(247, 255, 242, 0.055) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, #03130f, #084734 72%, #0b5a42);
}

.showcase-reel-media video,
.showcase-reel-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: contain;
  background: #03130f;
}

.showcase-reel-media img {
  width: min(78%, 260px);
  height: auto;
  min-height: 0;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.32));
}

.showcase-reel-media > .showcase-platform-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(3, 19, 15, 0.72);
  color: #cef17b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-reel-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.showcase-reel-body h3 {
  color: var(--cb-forest, #084734);
  font-size: 24px;
  letter-spacing: 0;
}

.showcase-reel-body p {
  color: #455f55;
  line-height: 1.6;
}

.showcase-reel-body strong,
.showcase-reel-body a {
  color: var(--cb-forest, #084734);
  font-weight: 950;
}

@media (max-width: 980px) {
  .showcase-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-preview-grid,
  .showcase-grid,
  .showcase-reel-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-card,
  .showcase-detail-hero-grid,
  .showcase-detail-layout {
    grid-template-columns: 1fr;
  }

  .showcase-detail-visual {
    min-height: 300px;
  }

  .showcase-detail-visual.platform-instagram .showcase-frame-stage {
    width: min(70%, 280px);
  }

  .showcase-social-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .showcase-filter-form {
    grid-template-columns: 1fr;
  }

  .showcase-preview-grid,
  .showcase-grid,
  .showcase-reel-gallery {
    grid-template-columns: 1fr;
  }

  .showcase-filter-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .showcase-filter-tabs a {
    flex: 0 0 auto;
  }

  .showcase-card {
    min-height: 0;
  }

  .showcase-proof-row {
    grid-template-columns: 1fr;
  }

  .showcase-platform-top {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .showcase-platform-top span {
    display: none;
  }

  .showcase-reel-action-rail {
    right: 10px;
    bottom: 56px;
    gap: 6px;
  }

  .showcase-reel-action-rail span {
    min-width: 50px;
    padding: 7px;
  }

  .showcase-reel-caption {
    left: 10px;
    right: 70px;
    bottom: 10px;
  }

  .showcase-metric-float,
  .showcase-engagement-float {
    min-width: 66px;
    padding: 8px;
  }

  .showcase-social-strip,
  .showcase-social-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-card.is-reel-playing,
  .showcase-mini-card.is-reel-playing,
  .showcase-reel-card.is-reel-playing,
  .showcase-detail-visual.is-reel-playing {
    transform: translateY(-4px) scale(1.01);
  }

  .showcase-card.is-reel-playing {
    grid-template-columns: 1fr;
  }

  .showcase-card.is-reel-playing .showcase-card-media,
  .showcase-mini-card.is-reel-playing .showcase-mini-media,
  .showcase-reel-card.is-reel-playing .showcase-reel-media,
  .showcase-detail-visual.is-reel-playing {
    min-height: 460px;
  }

  .showcase-poster-only:not(.is-playing) .showcase-frame-stage,
  .showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage {
    width: min(66%, 220px);
  }

  .showcase-play-button {
    bottom: 18px;
  }

  .showcase-video-control-bar {
    left: 50%;
    right: auto;
    bottom: 8px;
    width: min(calc(100% - 16px), 320px);
    grid-template-columns: auto minmax(70px, 1fr) auto auto;
    gap: 4px;
    padding: 5px;
  }

  .showcase-video-time {
    grid-column: auto;
    min-width: 52px;
    font-size: 8px;
    text-align: center;
  }

  .showcase-video-toggle {
    min-width: 40px;
  }

  .showcase-video-speed {
    max-width: 54px;
  }

  .showcase-detail-actions .btn,
  .showcase-detail-link-row .btn {
    width: 100%;
  }
}

/* Mobile UX polish: lighter home hero and calmer public-page density. */
@media (max-width: 760px) {
  body[data-route="home"] {
    background:
      linear-gradient(180deg, #f7fff2 0%, #ffffff 42%, #eef8e9 100%);
  }

  body[data-route="home"] .control-room {
    padding: 38px 0 30px !important;
    border-bottom: 1px solid rgba(206, 241, 123, .16);
    background:
      radial-gradient(circle at 50% 24%, rgba(206, 241, 123, .28), transparent 30%),
      radial-gradient(circle at 50% 78%, rgba(39, 207, 183, .14), transparent 35%),
      linear-gradient(180deg, #0a4f3a 0%, #084231 54%, #062e24 100%) !important;
  }

  body[data-route="home"] .control-room::after {
    opacity: .34;
    background:
      linear-gradient(130deg, transparent 0 34%, rgba(247, 255, 242, .08) 48%, transparent 62%) !important;
  }

  body[data-route="home"] .control-room .hero-grid {
    gap: 10px !important;
    overflow: visible !important;
  }

  body[data-route="home"] .control-room .hero-copy {
    max-width: min(100%, 348px) !important;
  }

  body[data-route="home"] .control-room .hero-copy h1 {
    max-width: 17ch !important;
    font-size: clamp(31px, 8.6vw, 36px) !important;
    line-height: 1.08 !important;
  }

  body[data-route="home"] .control-room .hero-lede {
    max-width: 33ch !important;
    color: rgba(247, 255, 242, .84) !important;
    font-size: 15.5px !important;
    line-height: 1.56 !important;
  }

  body[data-route="home"] .control-room .hero-brand-signature {
    margin-bottom: 12px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .20));
  }

  body[data-route="home"] .control-room .hero-brand-signature::before,
  body[data-route="home"] .control-room .hero-brand-signature::after {
    opacity: .3;
  }

  body[data-route="home"] .control-room .cube-art-showcase {
    min-height: 318px !important;
    max-width: min(100%, 356px) !important;
    margin-top: 0 !important;
    padding: 4px 0 52px !important;
  }

  body[data-route="home"] .control-room .cube-art-showcase::before {
    inset: 10% -4% 18% -4% !important;
    background:
      radial-gradient(circle at 50% 42%, rgba(229, 255, 152, .34), transparent 25%),
      radial-gradient(circle at 50% 62%, rgba(36, 160, 95, .16), transparent 42%) !important;
    filter: blur(14px) !important;
    opacity: .68 !important;
  }

  body[data-route="home"] .control-room .cube-art-showcase::after,
  body[data-route="home"] .control-room .cube-grid-floor {
    opacity: .24 !important;
    filter: blur(10px) !important;
  }

  body[data-route="home"] .control-room .cube-art-shell {
    height: 266px !important;
    min-height: 266px !important;
    max-height: 266px !important;
  }

  body[data-route="home"] .control-room .cube-art-shell::before {
    opacity: .6 !important;
    filter: blur(18px) !important;
  }

  body[data-route="home"] .control-room .business-cube-rotator,
  body[data-route="home"] .control-room .business-cube-rotator[data-cube-step],
  body[data-route="home"] .control-room .business-cube-rotator[data-mobile-static="true"] {
    --cube-size: clamp(196px, 60vw, 236px) !important;
    filter:
      drop-shadow(0 24px 32px rgba(0, 0, 0, .30))
      drop-shadow(0 0 26px rgba(207, 255, 92, .22)) !important;
  }

  body[data-route="home"] .control-room .business-cube-rotator .cube-main-art {
    filter:
      drop-shadow(0 22px 30px rgba(0, 0, 0, .34))
      drop-shadow(0 0 24px rgba(207, 255, 92, .22)) !important;
  }

  body[data-route="home"] .control-room .hero-console {
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    padding: 10px !important;
    border-color: rgba(206, 241, 123, .16);
    background: rgba(5, 34, 25, .62) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20) !important;
  }

  .section {
    padding: 54px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .page-hero h1 {
    font-size: clamp(30px, 8.2vw, 38px);
    line-height: 1.08;
  }

  .section-heading p,
  .section-lede,
  .page-hero p {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .service-tile,
  .pricing-card,
  .testimonial-card,
  .case-card,
  .stat-card,
  .before-after-card,
  .quiz-card,
  .contact-form,
  .showcase-card,
  .showcase-mini-card {
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(8, 71, 52, .08);
  }

  .service-tile,
  .pricing-card,
  .testimonial-card,
  .stat-card,
  .case-content,
  .quiz-card,
  .contact-form {
    padding: 18px;
  }

  .showcase-preview-grid,
  .showcase-grid,
  .service-system,
  .pricing-grid,
  .testimonial-grid,
  .stats-grid,
  .case-grid {
    gap: 14px;
  }
}

@media (max-width: 390px) {
  body[data-route="home"] .control-room .hero-copy {
    max-width: min(100%, 318px) !important;
  }

  body[data-route="home"] .control-room .hero-copy h1 {
    font-size: 30px !important;
  }

  body[data-route="home"] .control-room .cube-art-showcase {
    min-height: 300px !important;
  }

  body[data-route="home"] .control-room .business-cube-rotator,
  body[data-route="home"] .control-room .business-cube-rotator[data-cube-step],
  body[data-route="home"] .control-room .business-cube-rotator[data-mobile-static="true"] {
    --cube-size: clamp(184px, 58vw, 210px) !important;
  }
}

.contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-meta p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--muted);
  line-height: 1.55;
}

.contact-meta strong,
.contact-meta a {
  color: var(--emerald);
}

.contact-meta a {
  display: inline-flex;
  margin: 8px 12px 0 0;
  font-weight: 950;
}

/* Product, service, pricing and showcase polish. */
@media (min-width: 981px) {
  .primary-nav {
    gap: clamp(6px, .72vw, 12px);
  }

  .primary-nav a {
    padding-inline: clamp(8px, .72vw, 12px);
    white-space: nowrap;
  }
}

.pricing-card h2,
.pricing-card h3,
.pricing-card strong,
.service-tile h2,
.service-tile h3,
.service-tile p,
.ctrlbox-product-content h3,
.product-summary,
.product-disclaimer {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.pricing-card h2,
.pricing-card h3,
.service-tile h2,
.service-tile h3 {
  letter-spacing: 0;
  line-height: 1.12;
  text-wrap: balance;
}

.service-page-grid .service-tile {
  min-height: 320px;
  padding: clamp(22px, 2.6vw, 34px);
}

.service-tile h2,
.service-tile h3 {
  font-size: clamp(24px, 2.25vw, 31px);
}

.service-tile p {
  line-height: 1.62;
}

.pricing-card {
  min-width: 0;
}

.pricing-card strong {
  display: block;
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.16;
  letter-spacing: 0;
  white-space: normal;
}

.products-page-hero h1 {
  max-width: 900px;
  margin-inline: auto;
}

.product-listing-section {
  padding-top: 76px;
}

.product-listing-grid .ctrlbox-product-card {
  min-height: 0;
}

.product-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}

.product-card-meta span,
.product-card-meta strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
}

.product-card-meta span {
  border: 1px solid rgba(8, 71, 52, .12);
  background: rgba(255, 255, 255, .76);
  color: var(--cb-forest);
  text-transform: uppercase;
}

.product-card-meta strong {
  background: var(--cb-forest);
  color: var(--cb-lime);
  box-shadow: 0 14px 30px rgba(8, 71, 52, .16);
}

.product-empty-card {
  grid-column: 1 / -1;
}

.service-detail-hero .service-hero-actions {
  margin-top: 26px;
}

.service-detail-hero .service-detail-icon {
  position: relative;
  overflow: hidden;
  padding: 18px;
  text-align: center;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.service-detail-premium {
  background:
    radial-gradient(circle at 12% 20%, rgba(206, 241, 123, .2), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fff2 100%);
}

.service-detail-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.service-story-panel,
.service-outcome-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 71, 52, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(8, 71, 52, .09);
}

.service-story-panel {
  padding: clamp(26px, 4vw, 48px);
}

.service-story-panel .eyebrow {
  margin-bottom: 14px;
  color: var(--cb-forest);
}

.service-story-panel h2 {
  max-width: 780px;
  color: var(--cb-forest);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.06;
  letter-spacing: 0;
}

.service-story-panel p {
  max-width: 820px;
  margin: 18px 0 0;
  color: #43584f;
  font-size: 17px;
  line-height: 1.82;
}

.service-outcome-stack {
  display: grid;
  gap: 12px;
}

.service-outcome-card {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.service-outcome-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--cb-forest);
  color: var(--cb-lime);
  font-weight: 950;
}

.service-outcome-card strong {
  color: var(--cb-forest);
  font-size: 21px;
  line-height: 1.2;
}

.service-outcome-card p {
  color: #53635d;
  line-height: 1.62;
}

.service-detail-next-section {
  padding-top: 0;
}

.service-detail-next h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.homepage-showcase-section .showcase-preview-grid,
.work-showcase-band .showcase-preview-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.homepage-showcase-section .showcase-mini-card,
.work-showcase-band .showcase-mini-card {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: 280px 1fr;
}

.homepage-showcase-section .showcase-mini-media,
.homepage-showcase-section .showcase-platform-frame,
.work-showcase-band .showcase-mini-media,
.work-showcase-band .showcase-platform-frame {
  min-height: 0;
  height: 100%;
}

.homepage-showcase-section .showcase-mini-media .showcase-frame-stage,
.work-showcase-band .showcase-mini-media .showcase-frame-stage {
  min-height: 0;
}

.homepage-showcase-section .showcase-poster-only:not(.is-playing) .showcase-frame-stage,
.homepage-showcase-section .showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.homepage-showcase-section .showcase-platform-compact.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.work-showcase-band .showcase-poster-only:not(.is-playing) .showcase-frame-stage,
.work-showcase-band .showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage,
.work-showcase-band .showcase-platform-compact.showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage {
  position: relative;
  left: auto;
  top: auto;
  width: min(72%, 236px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  transform: none;
}

.homepage-showcase-section .showcase-poster-only:not(.is-playing) .showcase-frame-stage img,
.homepage-showcase-section .showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage img,
.work-showcase-band .showcase-poster-only:not(.is-playing) .showcase-frame-stage img,
.work-showcase-band .showcase-poster-only.platform-instagram:not(.is-playing) .showcase-frame-stage img {
  width: min(90%, 224px);
  max-height: 214px;
}

.homepage-showcase-section .showcase-mini-content,
.work-showcase-band .showcase-mini-content {
  height: 100%;
  align-content: start;
}

.homepage-showcase-section .showcase-mini-actions,
.work-showcase-band .showcase-mini-actions {
  margin-top: auto;
}

body[data-route="work"] .case-grid-large {
  align-items: stretch;
}

body[data-route="work"] .case-card-large {
  min-height: 300px;
  align-items: stretch;
}

body[data-route="work"] .case-logo-wrap {
  min-height: 100%;
}

body[data-route="work"] .case-content {
  display: grid;
  align-content: center;
}

body[data-route="work"] .case-content h2,
body[data-route="work"] .case-content p {
  overflow-wrap: break-word;
}

body[data-route="work"] .case-content .btn {
  width: fit-content;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .service-detail-premium-grid,
  .ctrlbox-product-card {
    grid-template-columns: 1fr;
  }

  .service-detail-hero .service-detail-icon {
    justify-self: start;
    width: min(280px, 100%);
  }

  .homepage-showcase-section .showcase-mini-card,
  .work-showcase-band .showcase-mini-card {
    grid-template-rows: 250px 1fr;
  }

  body[data-route="work"] .case-logo-wrap {
    min-height: 180px;
  }
}

@media (max-width: 760px) {
  .service-page-grid .service-tile {
    min-height: 0;
  }

  .pricing-card h2,
  .pricing-card h3,
  .service-tile h2,
  .service-tile h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .product-listing-section {
    padding-top: 54px;
  }

  .product-card-meta span,
  .product-card-meta strong {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
  }

  .service-story-panel,
  .service-outcome-card {
    border-radius: 16px;
  }

  .service-detail-next {
    padding: 24px;
  }

  .homepage-showcase-section .showcase-mini-card,
  .work-showcase-band .showcase-mini-card {
    grid-template-rows: 224px 1fr;
  }

  body[data-route="work"] .case-card-large {
    min-height: 0;
  }

  body[data-route="work"] .case-content {
    align-content: start;
  }
}

/* Standalone payment funnel page. */
.pay-urgency-bar {
  position: sticky;
  top: 0;
  z-index: 62;
  border-bottom: 1px solid rgba(206, 241, 123, .24);
  background: linear-gradient(90deg, #03130f 0%, #084734 58%, #0b5a42 100%);
  color: #f7fff2;
  box-shadow: 0 18px 48px rgba(3, 19, 15, .24);
}

.pay-urgency-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding-block: 10px;
}

.pay-urgency-inner > div:first-child {
  min-width: 0;
}

.pay-urgency-inner span {
  display: block;
  color: var(--cb-lime);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pay-urgency-inner strong {
  display: block;
  margin-top: 3px;
  color: #f7fff2;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.35;
}

.pay-urgency-clock {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 4px;
  align-items: baseline;
  min-width: 150px;
  padding: 8px 12px;
  border: 1px solid rgba(206, 241, 123, .34);
  border-radius: 14px;
  background: rgba(247, 255, 242, .08);
  text-align: center;
}

.pay-urgency-clock b,
.pay-urgency-clock em {
  color: var(--cb-lime);
  font-size: clamp(26px, 3vw, 38px);
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.pay-urgency-clock small {
  grid-column: 1 / -1;
  color: rgba(247, 255, 242, .72);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pay-urgency-inner .btn {
  min-height: 44px;
  white-space: nowrap;
}

.pay-hero .btn,
.pay-urgency-inner .btn,
.pay-value-section .btn,
.pay-final-card .btn {
  min-width: 172px;
  justify-content: center;
  border-radius: 12px;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
}

.pay-hero .btn-primary,
.pay-urgency-inner .btn-primary,
.pay-value-section .btn-primary,
.pay-final-card .btn-primary {
  background:
    linear-gradient(135deg, #e7ff9b 0%, #cef17b 48%, #a8df54 100%);
  color: #05251d;
  box-shadow:
    0 18px 42px rgba(206, 241, 123, .22),
    inset 0 1px 0 rgba(255, 255, 255, .72);
}

.pay-hero .btn-primary:hover,
.pay-hero .btn-primary:focus-visible,
.pay-urgency-inner .btn-primary:hover,
.pay-urgency-inner .btn-primary:focus-visible,
.pay-value-section .btn-primary:hover,
.pay-value-section .btn-primary:focus-visible,
.pay-final-card .btn-primary:hover,
.pay-final-card .btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 24px 56px rgba(206, 241, 123, .3),
    0 0 0 4px rgba(206, 241, 123, .22);
}

.pay-hero .btn-ghost {
  border-color: rgba(247, 255, 242, .28);
  background: rgba(247, 255, 242, .08);
  color: #f7fff2;
}

.pay-hero .btn-ghost:hover,
.pay-hero .btn-ghost:focus-visible {
  background: rgba(247, 255, 242, .16);
  color: #fff;
  transform: translateY(-2px);
}

.pay-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 6vw, 78px) 0 clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 18%, rgba(206, 241, 123, .28), transparent 26%),
    radial-gradient(circle at 18% 82%, rgba(54, 198, 179, .15), transparent 32%),
    linear-gradient(135deg, #03130f 0%, #084734 56%, #0d2d25 100%);
  color: #f7fff2;
}

.pay-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 255, 242, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 255, 242, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.pay-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .54fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.pay-hero-copy h1 {
  max-width: 880px;
  color: #f7fff2;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

.pay-hero-copy p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(247, 255, 242, .78);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;
}

.pay-hero .eyebrow,
.pay-final-card .eyebrow {
  color: var(--cb-lime);
}

.pay-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pay-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(206, 241, 123, .2);
  border-radius: 12px;
  background: rgba(247, 255, 242, .08);
  color: rgba(247, 255, 242, .88);
  font-size: 13px;
  font-weight: 900;
}

.pay-buy-triggers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pay-buy-triggers article {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(206, 241, 123, .18);
  border-radius: 16px;
  background: rgba(247, 255, 242, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.pay-buy-triggers span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--cb-lime);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pay-buy-triggers strong {
  display: block;
  color: #f7fff2;
  font-size: 18px;
  line-height: 1.2;
}

.pay-buy-triggers p {
  margin-top: 8px;
  color: rgba(247, 255, 242, .7);
  font-size: 13px;
  line-height: 1.55;
}

.pay-checkout-card {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid rgba(247, 255, 242, .2);
  border-radius: 18px;
  background: rgba(247, 255, 242, .96);
  color: #102820;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

.pay-step-label {
  width: fit-content;
  margin: 0 0 10px;
  padding: 7px 10px;
  border: 1px solid rgba(8, 71, 52, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--cb-forest);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pay-product-mini {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.pay-product-mini img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 16px;
  background: #084734;
  padding: 9px;
}

.pay-product-mini span {
  display: block;
  color: #52655d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pay-product-mini strong {
  display: block;
  margin-top: 5px;
  color: var(--cb-forest);
  font-size: 20px;
  line-height: 1.2;
}

.pay-order-summary {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(8, 71, 52, .12);
  border-radius: 14px;
  background: #fff;
}

.pay-order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.pay-order-summary span {
  color: #60736a;
  font-size: 13px;
  font-weight: 900;
}

.pay-order-summary strong {
  color: var(--cb-forest);
  text-align: right;
}

.pay-method-box {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.pay-method-box > p {
  margin: 0;
  color: var(--cb-forest);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.pay-method-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  border: 2px solid rgba(8, 71, 52, .22);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(240, 249, 235, .9));
  box-shadow: 0 16px 34px rgba(8, 71, 52, .09);
}

.pay-method-radio {
  width: 22px;
  height: 22px;
  border: 2px solid var(--cb-forest);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--cb-forest) 0 38%, transparent 42%);
}

.pay-method-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pay-method-copy strong {
  color: var(--cb-forest);
  font-size: 16px;
  line-height: 1.22;
}

.pay-method-copy small {
  color: #53635d;
  font-size: 12px;
  line-height: 1.4;
}

.pay-method-brand {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #0b72e7;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.pay-method-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pay-method-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid rgba(8, 71, 52, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #53635d;
  font-size: 11px;
  font-weight: 950;
}

.pay-form {
  display: grid;
  gap: 12px;
}

.pay-form h2 {
  color: var(--cb-forest);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}

.pay-form label {
  display: grid;
  gap: 7px;
  color: var(--cb-forest);
  font-weight: 900;
}

.pay-form label span {
  font-size: 13px;
}

.pay-form input {
  min-height: 48px;
  border-radius: 12px;
  background: #fff;
}

.pay-form .btn {
  width: 100%;
  margin-top: 4px;
}

.razorpay-pay-button {
  display: grid;
  gap: 7px;
  min-height: 68px;
  padding: 13px 16px;
  border: 0;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #0b72e7 0%, #1652f0 52%, #073c9d 100%) !important;
  color: #fff !important;
  box-shadow:
    0 18px 44px rgba(11, 114, 231, .34),
    inset 0 1px 0 rgba(255, 255, 255, .2);
  text-align: center;
}

.razorpay-pay-button:hover,
.razorpay-pay-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow:
    0 24px 58px rgba(11, 114, 231, .42),
    0 0 0 4px rgba(11, 114, 231, .18);
}

.razorpay-pay-button:active {
  transform: translateY(0);
}

.razorpay-pay-button:disabled,
.razorpay-pay-button[disabled] {
  cursor: not-allowed;
  opacity: .7;
  filter: grayscale(.2);
  transform: none;
  box-shadow: 0 10px 24px rgba(8, 71, 52, .12);
}

.razorpay-button-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 950;
  line-height: 1.18;
}

.razorpay-button-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  color: #0b72e7;
  font-size: 18px;
  font-weight: 950;
  box-shadow: inset 0 -6px 14px rgba(11, 114, 231, .12);
}

.razorpay-pay-button small {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
}

.pay-secure-line {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(8, 71, 52, .12);
  color: #53635d;
  font-size: 13px;
  line-height: 1.45;
}

.pay-secure-line strong {
  color: var(--cb-forest);
  font-size: 15px;
}

.pay-included-section {
  background: linear-gradient(180deg, #f7fff2 0%, #fff 100%);
}

.pay-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pay-included-grid article,
.pay-bonus-grid article {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(8, 71, 52, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 48px rgba(8, 71, 52, .08);
}

.pay-included-grid span,
.pay-bonus-grid span {
  display: inline-grid;
  min-width: 42px;
  min-height: 36px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--cb-forest);
  color: var(--cb-lime);
  font-size: 13px;
  font-weight: 950;
}

.pay-included-grid p,
.pay-bonus-grid p {
  color: #455f55;
  line-height: 1.65;
}

.pay-value-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(206, 241, 123, .28), transparent 26%),
    linear-gradient(135deg, #f7fff2 0%, #eaf7e4 100%);
}

.pay-value-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.pay-value-grid h2 {
  color: var(--cb-forest);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.pay-value-grid p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #53635d;
  font-size: 18px;
  line-height: 1.6;
}

.pay-value-grid > div:first-child > strong {
  display: block;
  margin: 18px 0 22px;
  color: var(--cb-forest);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.pay-now-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(8, 71, 52, .14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7fff2 72%),
    linear-gradient(115deg, rgba(206, 241, 123, .18), transparent 52%);
  box-shadow: 0 24px 70px rgba(8, 71, 52, .12);
}

.pay-now-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--cb-forest);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pay-now-card h3 {
  color: var(--cb-forest);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.pay-now-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.pay-now-card li {
  position: relative;
  padding-left: 26px;
  color: #455f55;
  font-weight: 850;
  line-height: 1.5;
}

.pay-now-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cb-leaf);
  box-shadow: 0 0 0 5px rgba(26, 138, 85, .1);
}

.pay-now-card p {
  margin: 0;
  color: var(--cb-forest);
  font-weight: 950;
  line-height: 1.55;
}

.pay-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pay-countdown div {
  display: grid;
  min-height: 138px;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(8, 71, 52, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 71, 52, .08);
}

.pay-countdown strong {
  color: var(--cb-forest);
  font-size: clamp(34px, 5vw, 58px);
  line-height: .9;
}

.pay-countdown span {
  color: #60736a;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pay-bonus-section {
  background: #fff;
}

.pay-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pay-bonus-grid article {
  min-height: 250px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(239, 249, 234, .88)),
    linear-gradient(115deg, rgba(54, 198, 179, .1), transparent 52%);
}

.pay-bonus-grid h3 {
  color: var(--cb-forest);
  font-size: 26px;
  line-height: 1.14;
  letter-spacing: 0;
}

.pay-bonus-grid p {
  margin-top: 12px;
}

.pay-final-section {
  padding-top: 0;
  background: #fff;
}

.pay-final-card h2 {
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .pay-urgency-inner {
    grid-template-columns: 1fr auto;
  }

  .pay-urgency-inner .btn {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .pay-hero-grid,
  .pay-value-grid {
    grid-template-columns: 1fr;
  }

  .pay-checkout-card {
    max-width: 640px;
  }

  .pay-included-grid,
  .pay-buy-triggers,
  .pay-bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .pay-urgency-bar {
    position: relative;
  }

  .pay-urgency-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pay-urgency-clock {
    width: 100%;
  }

  .pay-urgency-inner .btn {
    width: 100%;
  }

  .pay-hero .cta-row {
    width: 100%;
  }

  .pay-hero .cta-row .btn,
  .pay-value-section .btn,
  .pay-final-card .btn {
    width: 100%;
  }

  .pay-hero {
    padding: 38px 0 54px;
  }

  .pay-hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .pay-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .pay-product-mini {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .pay-product-mini img {
    width: 58px;
    height: 58px;
  }

  .pay-order-summary div {
    display: grid;
    gap: 4px;
  }

  .pay-order-summary strong {
    text-align: left;
  }

  .pay-method-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pay-method-brand {
    grid-column: 2;
    width: fit-content;
  }

  .razorpay-pay-button {
    min-height: 74px;
    padding: 13px 12px;
  }

  .razorpay-button-top {
    gap: 8px;
    font-size: 16px;
  }

  .pay-included-grid,
  .pay-buy-triggers,
  .pay-bonus-grid,
  .pay-countdown {
    grid-template-columns: 1fr;
  }

  .pay-countdown div {
    min-height: 96px;
  }
}

/* Payment page final polish: alignment, button trust, and overflow safety. */
body[data-route="pay"] {
  background: #f7fff2;
  overflow-x: hidden;
}

body[data-route="pay"] main {
  overflow: hidden;
}

body[data-route="pay"] .pay-hero-grid > *,
body[data-route="pay"] .pay-checkout-card,
body[data-route="pay"] .pay-checkout-card *,
body[data-route="pay"] .pay-final-card,
body[data-route="pay"] .pay-final-card * {
  min-width: 0;
}

body[data-route="pay"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 13px 18px;
  border-radius: 14px;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-align: center;
}

body[data-route="pay"] .pay-urgency-bar {
  backdrop-filter: blur(14px);
}

body[data-route="pay"] .pay-urgency-inner {
  min-height: 72px;
}

body[data-route="pay"] .pay-urgency-inner .btn {
  min-width: 154px;
  min-height: 42px;
  padding: 11px 16px;
}

body[data-route="pay"] .pay-hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(360px, 480px);
  align-items: start;
}

body[data-route="pay"] .pay-hero-copy {
  padding-top: clamp(8px, 2vw, 24px);
}

body[data-route="pay"] .pay-hero-copy h1,
body[data-route="pay"] .pay-value-grid h2,
body[data-route="pay"] .pay-final-card h2 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

body[data-route="pay"] .pay-checkout-card {
  justify-self: end;
  width: 100%;
  max-width: 480px;
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(242, 251, 236, .96));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .30),
    0 0 0 1px rgba(206, 241, 123, .14),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.pay-checkout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(8, 71, 52, .12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, #084734 0%, #05271e 100%);
  color: #f7fff2;
}

.pay-checkout-head span {
  color: rgba(247, 255, 242, .72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pay-checkout-head strong {
  color: var(--cb-lime);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1;
  white-space: nowrap;
}

body[data-route="pay"] .pay-step-label {
  margin: 2px 0 -2px;
  border-color: rgba(8, 71, 52, .12);
  background: rgba(8, 71, 52, .06);
}

body[data-route="pay"] .pay-product-mini,
body[data-route="pay"] .pay-order-summary,
body[data-route="pay"] .pay-method-box,
body[data-route="pay"] .pay-razorpay-trust {
  margin: 0;
}

body[data-route="pay"] .pay-product-mini {
  padding: 14px;
  border: 1px solid rgba(8, 71, 52, .12);
  border-radius: 16px;
  background: #fff;
}

body[data-route="pay"] .pay-product-mini strong,
body[data-route="pay"] .pay-order-summary strong,
body[data-route="pay"] .pay-method-copy strong {
  overflow-wrap: break-word;
}

body[data-route="pay"] .pay-order-summary {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

body[data-route="pay"] .pay-order-summary div {
  display: grid;
  grid-template-columns: minmax(88px, .36fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
}

body[data-route="pay"] .pay-order-summary div + div {
  border-top: 1px solid rgba(8, 71, 52, .08);
}

body[data-route="pay"] .pay-order-summary strong {
  text-align: right;
  line-height: 1.3;
}

body[data-route="pay"] .pay-method-box {
  gap: 9px;
}

body[data-route="pay"] .pay-method-option {
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 84px;
  border-color: rgba(11, 114, 231, .32);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(235, 245, 255, .92));
  box-shadow:
    0 16px 38px rgba(11, 114, 231, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

body[data-route="pay"] .pay-method-brand {
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(11, 114, 231, .22);
}

.pay-razorpay-trust {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(11, 114, 231, .18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 247, 255, .94)),
    linear-gradient(115deg, rgba(11, 114, 231, .08), transparent 58%);
}

.pay-razorpay-brand {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.pay-razorpay-brand > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #0b72e7;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(11, 114, 231, .24);
}

.pay-razorpay-brand strong {
  display: block;
  color: #063b78;
  font-size: 16px;
  line-height: 1.2;
}

.pay-razorpay-brand small {
  display: block;
  margin-top: 3px;
  color: #53635d;
  font-size: 12px;
  line-height: 1.45;
}

.pay-razorpay-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.pay-razorpay-points span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 8px;
  border: 1px solid rgba(11, 114, 231, .14);
  border-radius: 10px;
  background: #fff;
  color: #34576f;
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

body[data-route="pay"] .pay-form {
  gap: 11px;
}

body[data-route="pay"] .pay-form h2 {
  margin: 0;
}

body[data-route="pay"] .pay-form input {
  min-height: 50px;
  border-radius: 13px;
}

body[data-route="pay"] .razorpay-pay-button {
  width: 100%;
  min-height: 82px;
  max-width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  gap: 7px;
  padding: 15px 18px;
  border-radius: 17px;
  overflow: hidden;
  white-space: normal;
}

body[data-route="pay"] .razorpay-button-top {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

body[data-route="pay"] .razorpay-button-top > span:last-child {
  min-width: 0;
  overflow-wrap: break-word;
}

body[data-route="pay"] .razorpay-pay-button small {
  max-width: 100%;
  overflow-wrap: break-word;
}

body[data-route="pay"] .form-message {
  min-height: 0;
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.45;
}

body[data-route="pay"] .pay-secure-line {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(8, 71, 52, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

body[data-route="pay"] .pay-included-grid article,
body[data-route="pay"] .pay-bonus-grid article,
body[data-route="pay"] .pay-now-card {
  overflow-wrap: break-word;
}

body[data-route="pay"] .pay-final-section {
  padding-bottom: clamp(54px, 7vw, 84px);
}

body[data-route="pay"] .pay-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  border-radius: 22px;
}

body[data-route="pay"] .pay-final-card p {
  max-width: 720px;
}

body[data-route="pay"] .pay-final-card .btn {
  min-width: 190px;
  white-space: normal;
}

@media (max-width: 980px) {
  body[data-route="pay"] .pay-hero-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="pay"] .pay-checkout-card {
    justify-self: stretch;
    max-width: 680px;
  }

  body[data-route="pay"] .pay-final-card {
    grid-template-columns: 1fr;
  }

  body[data-route="pay"] .pay-final-card .btn {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  body[data-route="pay"] .pay-urgency-bar > .container,
  body[data-route="pay"] .pay-hero > .container,
  body[data-route="pay"] .pay-included-section > .container,
  body[data-route="pay"] .pay-value-section > .container,
  body[data-route="pay"] .pay-bonus-section > .container,
  body[data-route="pay"] .pay-final-section > .container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-inline: auto !important;
    box-sizing: border-box;
  }

  body[data-route="pay"] .pay-hero-copy,
  body[data-route="pay"] .pay-hero-copy > *,
  body[data-route="pay"] .pay-buy-triggers,
  body[data-route="pay"] .pay-buy-triggers article,
  body[data-route="pay"] .pay-checkout-card,
  body[data-route="pay"] .pay-included-grid,
  body[data-route="pay"] .pay-bonus-grid,
  body[data-route="pay"] .pay-value-grid,
  body[data-route="pay"] .pay-final-card {
    width: 100%;
    max-width: 100%;
  }

  body[data-route="pay"] .pay-urgency-inner strong,
  body[data-route="pay"] .pay-hero-copy h1,
  body[data-route="pay"] .pay-hero-copy p,
  body[data-route="pay"] .pay-buy-triggers p,
  body[data-route="pay"] .pay-buy-triggers strong,
  body[data-route="pay"] .pay-included-grid p,
  body[data-route="pay"] .pay-bonus-grid p,
  body[data-route="pay"] .pay-now-card li,
  body[data-route="pay"] .pay-final-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body[data-route="pay"] .pay-urgency-inner {
    min-height: 0;
  }

  body[data-route="pay"] .pay-hero-grid {
    gap: 22px;
  }

  body[data-route="pay"] .pay-hero .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-route="pay"] .pay-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body[data-route="pay"] .pay-trust-strip span {
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body[data-route="pay"] .pay-checkout-card {
    padding: 16px;
    border-radius: 18px;
  }

  .pay-checkout-head,
  body[data-route="pay"] .pay-order-summary div,
  body[data-route="pay"] .pay-method-option {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .pay-checkout-head {
    display: grid;
  }

  .pay-checkout-head strong,
  body[data-route="pay"] .pay-order-summary strong {
    text-align: left;
    white-space: normal;
  }

  body[data-route="pay"] .pay-method-brand {
    width: fit-content;
    grid-column: auto;
  }

  .pay-razorpay-points {
    grid-template-columns: 1fr;
  }

  body[data-route="pay"] .razorpay-pay-button {
    min-height: 86px;
    padding-inline: 12px;
  }

  body[data-route="pay"] .pay-final-card .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body[data-route="pay"] .pay-urgency-bar > .container,
  body[data-route="pay"] .pay-hero > .container,
  body[data-route="pay"] .pay-included-section > .container,
  body[data-route="pay"] .pay-value-section > .container,
  body[data-route="pay"] .pay-bonus-section > .container,
  body[data-route="pay"] .pay-final-section > .container {
    width: min(calc(100% - 28px), 362px) !important;
    max-width: 362px !important;
  }

  body[data-route="pay"] .pay-urgency-inner,
  body[data-route="pay"] .pay-hero-grid,
  body[data-route="pay"] .pay-buy-triggers,
  body[data-route="pay"] .pay-value-grid,
  body[data-route="pay"] .pay-included-grid,
  body[data-route="pay"] .pay-bonus-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-route="pay"] .pay-trust-strip,
  body[data-route="pay"] .pay-method-pills {
    grid-template-columns: 1fr;
  }

  body[data-route="pay"] .pay-trust-strip span,
  body[data-route="pay"] .pay-method-pills span {
    width: 100%;
  }

  body[data-route="pay"] .pay-hero-copy h1 {
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.08;
  }

  body[data-route="pay"] .pay-hero-copy p:not(.eyebrow),
  body[data-route="pay"] .pay-buy-triggers p {
    font-size: 15.5px;
    line-height: 1.58;
  }

  body[data-route="pay"] .pay-checkout-head,
  body[data-route="pay"] .pay-product-mini,
  body[data-route="pay"] .pay-order-summary,
  body[data-route="pay"] .pay-method-option,
  body[data-route="pay"] .pay-razorpay-trust,
  body[data-route="pay"] .pay-form,
  body[data-route="pay"] .pay-secure-line {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  body[data-route="pay"] .pay-urgency-bar > .container,
  body[data-route="pay"] .pay-hero > .container,
  body[data-route="pay"] .pay-included-section > .container,
  body[data-route="pay"] .pay-value-section > .container,
  body[data-route="pay"] .pay-bonus-section > .container,
  body[data-route="pay"] .pay-final-section > .container {
    width: min(calc(100% - 28px), 362px) !important;
    max-width: 362px !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  body[data-route="pay"] .pay-trust-strip,
  body[data-route="pay"] .pay-method-pills {
    grid-template-columns: 1fr !important;
  }
}

/* Payment page premium finish: sharper Razorpay trust module and lower-section containment. */
body[data-route="pay"] .pay-method-brand {
  gap: 7px;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(255, 255, 255, .28);
  background:
    linear-gradient(135deg, #0b72e7 0%, #1664d8 100%);
  box-shadow:
    0 12px 26px rgba(11, 114, 231, .24),
    inset 0 1px 0 rgba(255, 255, 255, .24);
}

body[data-route="pay"] .pay-method-brand > span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: #fff;
  color: #0b72e7;
  font-size: 14px;
  font-weight: 950;
}

body[data-route="pay"] .pay-razorpay-trust {
  border-color: rgba(11, 114, 231, .22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(238, 247, 255, .96) 100%);
  box-shadow:
    0 18px 42px rgba(11, 114, 231, .10),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

body[data-route="pay"] .pay-razorpay-brand > span {
  border-radius: 13px;
  background:
    linear-gradient(135deg, #0b72e7 0%, #1652f0 58%, #073c9d 100%);
  font-size: 23px;
}

body[data-route="pay"] .pay-razorpay-brand strong {
  color: #073c9d;
  font-size: 17px;
}

body[data-route="pay"] .pay-razorpay-brand small {
  max-width: 32ch;
}

body[data-route="pay"] .pay-razorpay-points span {
  border-color: rgba(11, 114, 231, .16);
  color: #123f69;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

body[data-route="pay"] .razorpay-pay-button {
  min-height: 88px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  background:
    linear-gradient(135deg, #0b72e7 0%, #1652f0 50%, #073c9d 100%) !important;
  box-shadow:
    0 20px 48px rgba(11, 114, 231, .34),
    inset 0 1px 0 rgba(255, 255, 255, .28);
}

body[data-route="pay"] .razorpay-pay-button:disabled,
body[data-route="pay"] .razorpay-pay-button[disabled] {
  opacity: 1;
  filter: none;
  background:
    linear-gradient(135deg, #4b93e7 0%, #5f83dc 54%, #4770bd 100%) !important;
  box-shadow:
    0 18px 42px rgba(71, 112, 189, .28),
    inset 0 1px 0 rgba(255, 255, 255, .28);
}

body[data-route="pay"] .razorpay-button-top {
  width: 100%;
  flex-wrap: nowrap;
}

body[data-route="pay"] .razorpay-button-top > span:last-child {
  display: grid;
  gap: 1px;
  justify-items: start;
  text-align: left;
  line-height: 1.08;
}

body[data-route="pay"] .razorpay-button-top strong,
body[data-route="pay"] .razorpay-button-top em {
  display: block;
  max-width: 100%;
  color: #fff;
  font-style: normal;
  overflow-wrap: anywhere;
}

body[data-route="pay"] .razorpay-button-top strong {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 950;
}

body[data-route="pay"] .razorpay-button-top em {
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

body[data-route="pay"] .razorpay-pay-button small {
  color: rgba(255, 255, 255, .86);
  font-size: 11.5px;
  line-height: 1.35;
}

body[data-route="pay"] .pay-included-section,
body[data-route="pay"] .pay-value-section,
body[data-route="pay"] .pay-bonus-section,
body[data-route="pay"] .pay-final-section {
  overflow: hidden;
}

body[data-route="pay"] .pay-included-grid article,
body[data-route="pay"] .pay-bonus-grid article,
body[data-route="pay"] .pay-now-card,
body[data-route="pay"] .pay-final-card {
  box-sizing: border-box;
  max-width: 100%;
}

body[data-route="pay"] .pay-included-grid article,
body[data-route="pay"] .pay-bonus-grid article {
  border-radius: 18px;
  background:
    linear-gradient(145deg, #ffffff 0%, #f5fdf0 100%);
  box-shadow:
    0 20px 56px rgba(8, 71, 52, .09),
    inset 0 1px 0 rgba(255, 255, 255, .86);
}

body[data-route="pay"] .pay-included-grid span {
  width: 42px;
  min-width: 42px;
}

body[data-route="pay"] .pay-bonus-grid span {
  width: fit-content;
  min-width: 78px;
  padding: 0 12px;
  white-space: nowrap;
}

body[data-route="pay"] .pay-value-grid {
  align-items: stretch;
}

body[data-route="pay"] .pay-value-grid > div:first-child,
body[data-route="pay"] .pay-now-card {
  min-width: 0;
}

body[data-route="pay"] .pay-value-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body[data-route="pay"] .pay-value-grid > div:first-child > strong {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body[data-route="pay"] .pay-now-card {
  display: grid;
  align-content: start;
  border-radius: 22px;
}

body[data-route="pay"] .pay-now-card h3,
body[data-route="pay"] .pay-bonus-grid h3 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

body[data-route="pay"] .pay-final-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(206, 241, 123, .22);
  background:
    linear-gradient(135deg, #03130f 0%, #084734 58%, #0b5a42 100%);
  box-shadow:
    0 30px 86px rgba(4, 28, 21, .24),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

body[data-route="pay"] .pay-final-card h2 {
  max-width: 900px;
  color: #f7fff2;
}

body[data-route="pay"] .pay-final-card p:not(.eyebrow) {
  color: rgba(247, 255, 242, .74);
  line-height: 1.6;
}

body[data-route="pay"] .pay-final-card .btn {
  align-self: center;
  box-shadow:
    0 18px 44px rgba(206, 241, 123, .24),
    inset 0 1px 0 rgba(255, 255, 255, .66);
}

@media (max-width: 760px) {
  body[data-route="pay"] .pay-method-brand {
    justify-self: start;
  }

  body[data-route="pay"] .pay-razorpay-brand {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  body[data-route="pay"] .pay-razorpay-brand > span {
    width: 38px;
    height: 38px;
  }

  body[data-route="pay"] .pay-razorpay-brand small {
    max-width: 100%;
  }

  body[data-route="pay"] .razorpay-button-top {
    justify-content: flex-start;
  }

  body[data-route="pay"] .razorpay-pay-button {
    justify-items: stretch;
    min-height: 92px;
  }

  body[data-route="pay"] .razorpay-pay-button small {
    text-align: left;
  }

  body[data-route="pay"] .pay-value-grid h2,
  body[data-route="pay"] .pay-final-card h2 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.08;
  }

  body[data-route="pay"] .pay-value-grid p,
  body[data-route="pay"] .pay-now-card p,
  body[data-route="pay"] .pay-final-card p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.58;
  }

  body[data-route="pay"] .pay-value-grid > div:first-child > strong {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  body[data-route="pay"] .pay-now-card,
  body[data-route="pay"] .pay-final-card {
    padding: 22px;
  }

  body[data-route="pay"] .pay-final-card {
    gap: 18px;
  }
}

@media (max-width: 420px) {
  body[data-route="pay"] .pay-checkout-card {
    gap: 12px;
    padding: 14px;
  }

  body[data-route="pay"] .pay-method-option,
  body[data-route="pay"] .pay-razorpay-trust,
  body[data-route="pay"] .pay-form,
  body[data-route="pay"] .pay-secure-line,
  body[data-route="pay"] .pay-now-card,
  body[data-route="pay"] .pay-final-card {
    border-radius: 16px;
  }

  body[data-route="pay"] .pay-product-mini {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  body[data-route="pay"] .pay-product-mini img {
    width: 52px;
    height: 52px;
  }

  body[data-route="pay"] .razorpay-button-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  body[data-route="pay"] .pay-final-card .btn {
    min-width: 0;
  }
}

/* Payment checkout correction: ebook-safe layout and no text spill from buttons. */
body[data-route="pay"] .pay-hero .btn,
body[data-route="pay"] .pay-urgency-inner .btn,
body[data-route="pay"] .pay-value-section .btn,
body[data-route="pay"] .pay-final-card .btn {
  box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

body[data-route="pay"] .sticky-whatsapp {
  display: none !important;
}

body[data-route="pay"] .pay-method-box {
  padding: 14px;
  border: 1px solid rgba(11, 114, 231, .12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

body[data-route="pay"] .pay-method-box > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body[data-route="pay"] .pay-method-box > p::after {
  content: "Selected";
  padding: 5px 8px;
  border: 1px solid rgba(26, 138, 85, .16);
  border-radius: 999px;
  background: rgba(26, 138, 85, .08);
  color: #0b5a42;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

body[data-route="pay"] .pay-method-option {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
  border-color: rgba(11, 114, 231, .42);
  background:
    linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
}

body[data-route="pay"] .pay-method-copy strong,
body[data-route="pay"] .pay-method-copy small {
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
}

body[data-route="pay"] .pay-method-brand {
  max-width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
}

body[data-route="pay"] .pay-razorpay-trust {
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(11, 114, 231, .24);
  background:
    linear-gradient(145deg, #ffffff 0%, #edf6ff 100%);
}

body[data-route="pay"] .pay-razorpay-brand {
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
}

body[data-route="pay"] .pay-razorpay-brand strong,
body[data-route="pay"] .pay-razorpay-brand small {
  max-width: 100%;
  overflow-wrap: break-word;
}

body[data-route="pay"] .pay-razorpay-points {
  grid-template-columns: 1fr;
}

body[data-route="pay"] .pay-razorpay-points span {
  min-height: 34px;
  justify-content: flex-start;
  padding: 8px 10px 8px 30px;
  position: relative;
  text-align: left;
}

body[data-route="pay"] .pay-razorpay-points span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0b72e7;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(11, 114, 231, .10);
}

body[data-route="pay"] .razorpay-pay-button,
body[data-route="pay"] .razorpay-pay-button.btn {
  box-sizing: border-box;
  width: 100%;
  min-height: 92px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: stretch;
  gap: 8px;
  padding: 14px 15px;
  overflow: hidden;
  text-align: left;
  white-space: normal;
}

body[data-route="pay"] .razorpay-button-top {
  width: 100%;
  max-width: 100%;
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 11px;
  min-width: 0;
}

body[data-route="pay"] .razorpay-button-mark {
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex-basis: 36px;
  border-radius: 10px;
  font-size: 20px;
}

body[data-route="pay"] .razorpay-button-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  justify-items: start;
}

body[data-route="pay"] .razorpay-button-copy strong,
body[data-route="pay"] .razorpay-button-copy em,
body[data-route="pay"] .razorpay-button-sub {
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-route="pay"] .razorpay-button-copy strong {
  font-size: 18px;
  line-height: 1.12;
  font-weight: 950;
  white-space: nowrap;
}

body[data-route="pay"] .razorpay-button-copy em {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-route="pay"] .razorpay-button-sub {
  display: block;
  padding-top: 7px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body[data-route="pay"] .pay-method-option {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  body[data-route="pay"] .pay-method-brand {
    grid-column: 2;
    justify-self: start;
  }

  body[data-route="pay"] .razorpay-pay-button,
  body[data-route="pay"] .razorpay-pay-button.btn {
    min-height: 96px;
    padding: 13px;
  }
}

@media (max-width: 420px) {
  body[data-route="pay"] .razorpay-button-top {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
  }

  body[data-route="pay"] .razorpay-button-mark {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex-basis: 34px;
    font-size: 18px;
  }

  body[data-route="pay"] .razorpay-button-copy strong {
    font-size: 16px;
  }

  body[data-route="pay"] .razorpay-button-sub {
    font-size: 11px;
  }
}
