/* Homepage sections — cool retail redesign */

.hero-section {
  background:
    linear-gradient(180deg, rgba(18, 20, 23, 0.2) 0%, rgba(18, 20, 23, 0.78) 72%, rgba(18, 20, 23, 0.9) 100%),
    radial-gradient(ellipse 70% 55% at 72% 38%, #1a3d32 0%, transparent 58%),
    linear-gradient(135deg, #1c2228 0%, #0f1418 100%) !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  min-height: min(78vh, 720px);
}

.hero-section .tw-row {
  position: relative;
  z-index: 1;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  min-height: min(78vh, 720px);
  padding: 64px 0 56px;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.hero-brand em {
  font-style: normal;
  color: #7dcea0;
}

.hero-section h1 {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-section h1 em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.88);
}

.hero-sub {
  color: rgba(245, 247, 248, 0.8);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  max-width: 28rem;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hero-section .tw-btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-section .tw-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero-badge,
.hero-trust {
  display: none !important;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.55;
  pointer-events: none;
}

.hero-orb-a {
  width: min(42vw, 360px);
  height: min(42vw, 360px);
  right: 4%;
  top: 8%;
  background: radial-gradient(circle at 35% 35%, #2a9d72, #0b6e4f 55%, transparent 70%);
  animation: tw-float-y 7s ease-in-out infinite;
}

.hero-orb-b {
  width: min(24vw, 200px);
  height: min(24vw, 200px);
  left: 10%;
  bottom: 12%;
  background: radial-gradient(circle at 40% 40%, #8aa0b2, #3d4f5c 60%, transparent 72%);
  animation: tw-float-y 9s ease-in-out infinite reverse;
}

.hero-device {
  position: relative;
  z-index: 1;
  width: min(42vw, 220px);
  aspect-ratio: 1 / 2.1;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(180deg, #2c343c, #15191e);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  animation: tw-device-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-device::before {
  content: "";
  position: absolute;
  inset: 12% 18%;
  border-radius: 10px;
  background: linear-gradient(180deg, #0b6e4f, #063d2c);
  opacity: 0.85;
}

.hero-device::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 36%;
  height: 3%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.hero-glow,
.hero-product-grid,
.hero-stats,
.hero-prod-card {
  display: none !important;
}

.hero-copy {
  animation: tw-hero-text 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes tw-hero-text {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes tw-device-in {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes tw-float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 849px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 0 28px;
    align-items: start;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-copy h1 {
    max-width: 12em;
  }

  .hero-actions {
    width: 100%;
  }
}

/* Category cards with image carousel */
#categories {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 12px;
}

#categories .tw-container {
  padding: 28px 22px 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(11, 110, 79, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.78), rgba(244, 248, 250, 0.92));
  box-shadow: 0 16px 40px rgba(18, 20, 23, 0.05);
}

#categories .tw-section-title {
  margin-bottom: 28px;
}

#categories .tw-section-title p {
  margin-top: 8px;
}

.tw-categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .tw-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .tw-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.tw-cat-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 20, 23, 0.06);
  box-shadow: 0 12px 28px rgba(18, 20, 23, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tw-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(18, 20, 23, 0.1);
  border-color: rgba(11, 110, 79, 0.28);
  color: inherit;
}

.tw-cat-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(11, 110, 79, 0.1), transparent 55%),
    #eef3f1;
}

.tw-cat-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.tw-cat-card-media img.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.tw-cat-card:hover .tw-cat-card-media img.is-active {
  transform: scale(1.08);
}

.tw-cat-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1rem 1.05rem 1.15rem;
}

.tw-cat-card-body h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 650;
  color: var(--color-headline);
}

.tw-cat-card-body p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.tw-cat-arrow {
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-primary);
  transition: transform 0.2s ease;
}

.tw-cat-card:hover .tw-cat-arrow {
  transform: translateX(4px);
}

/* Brands — text line, no marquee */
#brands {
  padding: 8px 0 40px;
}

.tw-brands-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: var(--color-muted);
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.tw-brands-line a {
  color: var(--color-muted);
}

.tw-brands-line a:hover {
  color: var(--color-headline);
}

.tw-marquee-wrapper,
.tw-brand-chip,
.tw-brands-tagline {
  display: none !important;
}

/* Home bestsellers product row stage */
body.tw-redesign-home .section-title-container,
body.home .section-title-container {
  margin: 12px auto 10px !important;
  max-width: var(--max-w);
  padding-inline: var(--row-padding);
}

body.tw-redesign-home .section-title-container .section-title span,
body.tw-redesign-home .section-title-container .section-title b,
body.home .section-title-container .section-title span {
  font-family: var(--font-display) !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em;
  color: var(--color-headline) !important;
}

body.home .row-small:has(ul.products),
body.home .row:has(> .col > .ux-products),
body.tw-redesign-home .shop-container .products,
body.home .ux-products {
  position: relative;
}

body.home .row:has(ul.products) > .col,
body.home .section .ux-products,
body.tw-redesign-home .container .row .ux-products {
  display: block;
}

body.home ul.products {
  padding: 1.35rem 1rem 0.5rem !important;
  margin-bottom: 12px !important;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(700px 280px at 15% 0%, rgba(11, 110, 79, 0.14), transparent 55%),
    radial-gradient(600px 260px at 90% 100%, rgba(60, 90, 120, 0.1), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.58), rgba(243, 247, 249, 0.9));
  box-shadow: 0 20px 50px rgba(18, 20, 23, 0.06);
}

/* Disposable puff lanes — bold interactive panels */
#disposable {
  position: relative;
  background: transparent !important;
  padding-top: 28px !important;
  padding-bottom: 40px !important;
}

#disposable .tw-container {
  position: relative;
  padding: 36px 22px 40px;
  border-radius: 24px;
  background:
    radial-gradient(620px 280px at 100% 0%, rgba(11, 110, 79, 0.18), transparent 55%),
    radial-gradient(520px 240px at 0% 100%, rgba(45, 70, 95, 0.12), transparent 50%),
    linear-gradient(160deg, #1a2229 0%, #12181e 55%, #0f1614 100%);
  color: #f3f6f8;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(18, 20, 23, 0.18);
}

#disposable .tw-container::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: var(--noise);
  background-size: 160px 160px;
}

#disposable .tw-section-label {
  color: #7dcea0;
}

#disposable .tw-section-title h2,
#disposable #disposable-title {
  color: #fff;
}

#disposable .tw-section-head > p {
  color: rgba(243, 246, 248, 0.72);
  max-width: 22rem;
}

#disposable .tw-section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.tw-puff-lanes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.tw-puff-lane {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "media"
    "title"
    "desc"
    "go";
  gap: 10px;
  align-items: start;
  padding: 0.9rem 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tw-puff-lane:hover {
  transform: translateY(-4px);
  background: rgba(125, 206, 160, 0.12);
  border-color: rgba(125, 206, 160, 0.45);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  color: inherit;
}

.tw-puff-media {
  grid-area: media;
  position: relative;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(125, 206, 160, 0.18), transparent 55%),
    #0c1210;
}

.tw-puff-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.tw-puff-media img.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.tw-puff-lane:hover .tw-puff-media img.is-active {
  transform: scale(1.08);
}

.tw-puff-num {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 1.85rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f1614;
  background: rgba(157, 219, 181, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.tw-puff-lane:nth-child(2) .tw-puff-num {
  background: rgba(197, 212, 224, 0.95);
}

.tw-puff-lane:nth-child(3) .tw-puff-num {
  background: rgba(223, 231, 234, 0.95);
}

.tw-puff-lane strong {
  grid-area: title;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 650;
  color: #fff;
  padding-inline: 0.2rem;
}

.tw-puff-lane > span:not(.tw-puff-num):not(.tw-puff-go) {
  grid-area: desc;
  color: rgba(243, 246, 248, 0.68);
  font-size: 0.9rem;
  padding-inline: 0.2rem;
}

.tw-puff-go {
  grid-area: go;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  color: #7dcea0;
  white-space: nowrap;
  padding-inline: 0.2rem;
  transition: transform 0.2s ease;
}

.tw-puff-lane:hover .tw-puff-go {
  transform: translateX(4px);
}

@media (min-width: 800px) {
  .tw-puff-lanes {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* Trust — soft panel */
#why {
  padding-top: 28px;
}

.tw-trust-row {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.7), rgba(244, 248, 250, 0.92));
  box-shadow: 0 16px 40px rgba(18, 20, 23, 0.05);
}

.tw-trust-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.tw-trust-item p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-base);
}

@media (min-width: 800px) {
  .tw-trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 2.25rem;
  }
}

/* FAQ — final prominent module */
#faq {
  background: transparent !important;
  padding: 12px 0 56px !important;
}

.tw-faq-shell {
  position: relative;
  padding: 2rem 1.35rem 1.75rem;
  border-radius: 24px;
  border: 1px solid rgba(18, 20, 23, 0.08);
  background:
    radial-gradient(720px 280px at 100% 0%, rgba(11, 110, 79, 0.14), transparent 55%),
    radial-gradient(520px 240px at 0% 100%, rgba(60, 90, 120, 0.1), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 248, 0.96));
  box-shadow: 0 22px 50px rgba(18, 20, 23, 0.08);
  overflow: hidden;
}

.tw-faq-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: var(--noise);
  background-size: 160px 160px;
}

.tw-faq-head {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  max-width: 40rem;
}

.tw-faq-head .tw-section-label {
  color: var(--color-primary);
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}

.tw-faq-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.75rem, 3.4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-headline);
}

.tw-faq-head p {
  margin: 0;
  font-size: 1.05rem;
  color: var(--color-base);
}

.tw-faq-list {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tw-faq-item {
  border: 1px solid rgba(18, 20, 23, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(18, 20, 23, 0.04);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tw-faq-item:hover {
  border-color: rgba(11, 110, 79, 0.28);
  box-shadow: 0 12px 28px rgba(18, 20, 23, 0.07);
}

.tw-faq-item.is-open {
  border-color: rgba(11, 110, 79, 0.4);
  box-shadow: 0 14px 32px rgba(11, 110, 79, 0.1);
  transform: translateY(-1px);
}

.tw-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.2rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--color-headline);
  cursor: pointer;
}

.tw-faq-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.tw-faq-item.is-open .tw-faq-icon {
  transform: rotate(45deg);
  background: var(--color-primary);
  color: #fff;
}

.tw-faq-a {
  display: none;
  padding: 0 1.2rem 1.25rem;
  color: var(--color-base);
  font-size: 1.02rem;
  line-height: 1.7;
  border-top: 1px solid rgba(18, 20, 23, 0.06);
  margin-top: 0;
  padding-top: 1rem;
}

.tw-faq-item.is-open .tw-faq-a {
  display: block;
  animation: tw-faq-open 0.28s ease both;
}

@keyframes tw-faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 800px) {
  .tw-faq-shell {
    padding: 2.5rem 2.25rem 2.1rem;
  }

  .tw-faq-head {
    margin-bottom: 1.75rem;
  }
}

/* Contact CTA module — above FAQ */
#contact-cta {
  background: transparent !important;
  padding: 12px 0 20px !important;
}

.tw-contact-cta-module.tw-footer-contact-module,
#contact-cta .tw-footer-contact-module {
  position: relative;
  margin: 0;
  padding: 28px 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(125, 206, 160, 0.22);
  background:
    radial-gradient(640px 260px at 0% 0%, rgba(11, 110, 79, 0.28), transparent 55%),
    radial-gradient(520px 240px at 100% 100%, rgba(37, 211, 102, 0.12), transparent 50%),
    linear-gradient(145deg, #151c22, #10161b 55%, #0f1614);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  animation: tw-footer-mod-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#contact-cta .tw-footer-contact-module::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.08) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: tw-footer-shine 5.5s ease-in-out infinite;
}

#contact-cta .tw-footer-contact-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  align-items: center;
}

@media (min-width: 880px) {
  #contact-cta .tw-footer-contact-inner {
    grid-template-columns: 1.15fr 1fr;
    gap: 28px;
  }
}

#contact-cta .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dcea0;
}

#contact-cta .tw-footer-contact-copy h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

#contact-cta .tw-footer-contact-copy p {
  margin: 0;
  max-width: 34rem;
  color: rgba(245, 247, 248, 0.72);
  font-size: 0.95rem;
}

#contact-cta .tw-footer-contact-actions {
  display: grid;
  gap: 12px;
}

#contact-cta .tw-footer-mega-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 4.1rem;
  padding: 14px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, filter 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

#contact-cta .tw-footer-mega-btn:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
  color: #fff;
  filter: saturate(1.05);
}

#contact-cta .tw-footer-mega-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

#contact-cta .tw-footer-mega-btn .icon svg {
  width: 22px;
  height: 22px;
}

#contact-cta .tw-footer-mega-btn .txt {
  display: grid;
  gap: 2px;
  min-width: 0;
}

#contact-cta .tw-footer-mega-btn .txt strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

#contact-cta .tw-footer-mega-btn .txt span {
  font-size: 0.82rem;
  opacity: 0.9;
}

#contact-cta .tw-footer-mega-btn .go {
  margin-left: auto;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

#contact-cta .tw-footer-mega-btn:hover .go {
  transform: translateX(4px);
}

/* WhatsApp = primary CTA */
#contact-cta .tw-footer-mega-wa {
  min-height: 4.55rem;
  padding: 16px 20px;
  background: linear-gradient(135deg, #2fe072 0%, #1fad55 55%, #25d366 100%);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.28);
}

#contact-cta .tw-footer-mega-wa .txt strong {
  font-size: 1.16rem;
}

#contact-cta .tw-footer-mega-wa:hover {
  filter: saturate(1.08) brightness(1.03);
}

/* LINE = secondary / quieter */
#contact-cta .tw-footer-mega-line {
  min-height: 3.35rem;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid rgba(125, 206, 160, 0.28);
  color: rgba(245, 247, 248, 0.78);
  box-shadow: none;
}

#contact-cta .tw-footer-mega-line .icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  background: rgba(6, 199, 85, 0.14);
  color: #7dcea0;
}

#contact-cta .tw-footer-mega-line .icon svg {
  width: 18px;
  height: 18px;
}

#contact-cta .tw-footer-mega-line .txt strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(245, 247, 248, 0.88);
}

#contact-cta .tw-footer-mega-line .txt span {
  font-size: 0.76rem;
  opacity: 0.72;
}

#contact-cta .tw-footer-mega-line .go {
  font-size: 0.95rem;
  opacity: 0.55;
}

#contact-cta .tw-footer-mega-line:hover {
  transform: translateY(-1px);
  background: rgba(6, 199, 85, 0.08);
  border-color: rgba(125, 206, 160, 0.42);
  color: #fff;
  filter: none;
  box-shadow: none;
}

#contact-cta .tw-footer-trust-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

#contact-cta .tw-footer-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(125, 206, 160, 0.12);
  border: 1px solid rgba(125, 206, 160, 0.28);
  color: #9adbb5;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 600;
}

@keyframes tw-footer-mod-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes tw-footer-shine {
  0%,
  60% {
    transform: translateX(-120%);
  }
  80%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 560px) {
  #contact-cta .tw-footer-contact-module {
    padding: 22px 16px;
  }

  #contact-cta .tw-footer-mega-btn {
    min-height: 3.7rem;
    padding: 12px 14px;
  }

  #contact-cta .tw-footer-mega-btn .txt strong {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #contact-cta .tw-footer-contact-module,
  #contact-cta .tw-footer-contact-module::before {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orb-a,
  .hero-orb-b,
  .hero-device,
  .hero-copy {
    animation: none !important;
  }
}
