/* Shared rhythm and responsive alignment for the public landing page. */
:root { --purple: var(--brand-primary); --font-heading: var(--font-display); }
html, body { overflow-x: clip; }
.title { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.15; text-wrap: balance; }
.subtitle { font-size: 16px; line-height: 1.7; }
.section { padding-block: 52px; }
.section::after { opacity: .45; }
.eyebrow { max-width: 100%; font-size: 11px; line-height: 1.5; letter-spacing: .035em; }
.eyebrow.yellow { color: var(--rose-dark); background: #f2ecf8; border-color: var(--line); box-shadow: none; }
.icon { flex-shrink: 0; vertical-align: middle; }
.btn { min-height: 46px; box-shadow: none; }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #784bb2; outline-offset: 4px; }
.btn-primary { background: #784bb2; }
.btn-secondary { background: #fff; border: 1px solid #d9cee6; }
.nav { gap: 20px; }
.nav-links { gap: 2px; }
.nav-links a { gap: 7px; padding-inline: 9px; white-space: nowrap; }
.nav-cta { gap: 8px; }
.nav-cta .btn-share { width: 42px; min-height: 42px; padding: 10px; }
.nav-cta .btn-text { display: none; }
.hero { padding-block: 52px; }
.hero .title { font-size: clamp(42px, 4.5vw, 62px); line-height: 1.08; max-width: 620px; }
.hero .subtitle { max-width: 550px; }
.hero-copy { padding: 0; }
.hero-visual { min-height: 510px; }
.hero-blob { background: linear-gradient(145deg, #f9cbcd, #e4def3 65%, #d9e7f9); }
.hero-img { height: 510px; width: 100%; max-height: none; object-fit: contain; transform: none; }
.offer-chip { display: none; }
.floating-card { left: 8px; bottom: 20px; width: 230px; padding: 18px; box-shadow: 0 12px 32px #784bb21a; }
.floating-card strong { font-size: 21px; }
.floating-card .script, .floating-card > span:not(.script), .floating-card .mini-price { display: none; }
.pill-note { display: inline-flex; align-items: center; gap: 7px; line-height: 1.4; }
.split, .trust-grid { gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.media-wrap { min-height: 0; height: 480px; border-radius: 26px; box-shadow: none; }
.media-wrap img { width: 100%; height: 100%; max-height: 480px; object-fit: contain; }
.media-wrap::before { border-style: solid; opacity: .45; }
.problem-item { grid-template-columns: 38px minmax(0,1fr); gap: 12px; box-shadow: none; }
.problem-icon { width: 38px; height: 38px; border-radius: 12px; background: #eee6f6; }
.problem-icon .icon { width: 21px; height: 21px; }
.problem-item b { font-size: 15px; line-height: 1.4; }
.soft-panel { padding: 38px; box-shadow: none; }
.soft-panel > .title { max-width: 760px; margin-inline: auto; }
.mini-card .num { margin-inline: auto; background: #eee6f6; color: #784bb2; }
.mini-card { text-align: center; }
.mini-card h3 { font-size: 20px; }
.trust-visual { height: 350px; padding: 28px; }
.trust-mark { width: 100%; }
.trust-mark > img { width: min(300px,100%); height: auto; margin: 0 auto 26px; }
.trust-principles { grid-template-columns: repeat(3,minmax(0,1fr)); }
.trust-principle .icon { color: #784bb2; }
.stats { gap: 9px; }
.stat { padding: 14px 10px; }
.stat strong { font-size: 20px; }
.stat span { font-size: 12px; line-height: 1.5; }
.steps { margin-top: 28px; }
.step { box-shadow: none; border: 1px solid var(--line); }
.step b { line-height: 1.4; }
.products { gap: 24px; }
.product-card, .product-card.recommended { transform: none; border: 1px solid #e2d9ec; box-shadow: 0 8px 24px #784bb20a; background: #fff; }
.product-card.recommended { border-color: #a88bc9; }
.product-card.recommended:hover { transform: translateY(-4px); }
.product-card h3 { font-size: 25px; line-height: 1.25; }
.product-card > p { max-width: none; }
.product-visual { min-height: 140px; }
.product-visual-icon .icon { width: 32px; height: 32px; }
.checkout-section { overflow: visible; }
.checkout-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 48px; }
.checkout-intro { align-self: start; display: flex; gap: 0; padding: 0; border: 0; background: none; box-shadow: none; }
.checkout-intro > .eyebrow { align-self: flex-start; }
.checkout-section .title { font-size: clamp(32px,3.3vw,44px); }
.checkout-intro .subtitle { font-size: 16px; }
.checkout-support-visual { max-width: 450px; }
.checkout-card { padding: 28px; }
.checkout-card label { text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 700; }
.checkout-card .terms-line { font-weight: 400; font-size: 13px; }
.terms-line input { width: 18px; height: 18px; flex: 0 0 18px; }
.terms-line a { text-decoration: underline; text-underline-offset: 3px; }
.payment-option { background: #fcfaff; }
.checkout-card .alert { font-size: 13px; line-height: 1.6; }
.faq-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 48px; }
.faq-intro { position: static; }
.faq-list summary { line-height: 1.5; }
.contact-grid { gap: 24px; align-items: stretch; }
.contact-grid.social-only { grid-template-columns: 1fr; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .btn { width: auto; min-width: 136px; flex: 0 1 auto; padding-inline: 18px; }
.btn-green { background: #784bb2; }
.btn-green .icon { color: #fff; filter: none; }
.contact-panel { display: flex; min-width: 0; flex-direction: column; padding: 28px; box-shadow: none; }
.contact-panel .title { font-size: 32px; }
.contact-panel .subtitle { max-width: 520px; }
.contact-panel .contact-list { margin-top: auto; padding-top: 22px; }
.contact-panel-social .social-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-grid.social-only .contact-panel-social {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  grid-template-areas:
    "eyebrow social"
    "title social"
    "copy social";
  column-gap: 40px;
  align-items: center;
}
.contact-grid.social-only .contact-panel-social > .eyebrow { grid-area: eyebrow; justify-self: start; }
.contact-grid.social-only .contact-panel-social > .title { grid-area: title; }
.contact-grid.social-only .contact-panel-social > .social-row { grid-area: social; margin-top: 0; }
.contact-grid.social-only .contact-panel-social > .contact-social-copy { grid-area: copy; padding-top: 8px; }
.contact-social-copy { margin-top: auto; padding-top: 22px; }
.social-link { min-height: 74px; box-shadow: none; }
.social-link img { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; }
.final-card { min-height: 0; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); padding: 38px 38px 0; }
.final-card .title { font-size: clamp(32px,3.2vw,44px); }
.final-card .script { font-size: 22px; line-height: 1.4; }
.final-card-copy { padding-bottom: 38px; }
.final-visual { min-height: 360px; }
.final-card .final-cta-image { max-height: 450px; width: 100%; object-fit: contain; }
.final-card::before { pointer-events: none; }
.footer-row { gap: 30px; }
.footer-row > div { min-width: 0; text-align: left; }
.footer-row > div:first-child > img { margin-inline: 0; }
.footer-row .brand-social-links { justify-content: flex-start !important; }

/* A single, predictable conversion control stays within thumb reach. */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  transition: opacity .2s ease, transform .2s ease;
}
.floating-package-cta,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(120, 75, 178, .18);
  box-shadow: 0 14px 34px rgba(54, 31, 81, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-package-cta {
  gap: 9px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: #784bb2;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
}
.floating-whatsapp {
  width: 54px;
  border-color: rgba(255, 255, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: #25d366;
}
.floating-package-cta .icon { width: 19px; height: 19px; }
.floating-whatsapp .icon { width: 26px; height: 26px; }
.floating-package-cta:hover,
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(54, 31, 81, .25); }
.floating-actions.is-hidden { opacity: 0; transform: translateY(90px); pointer-events: none; }

@media (min-width: 1081px) {
  .checkout-grid { align-items: start; }
  .checkout-intro {
    position: sticky;
    top: 104px;
  }
}
@media (min-width: 681px) and (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,.85fr); gap: 24px; }
  .hero .title { font-size: clamp(38px,4.7vw,48px); }
  .hero-visual { min-height: 390px; }
  .hero-img { height: 390px; width: 100%; }
  .floating-card { left: 0; width: 185px; bottom: 0; padding: 13px; }
  .floating-card strong { font-size: 17px; }
  .split, .trust-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 28px; }
  .media-wrap { height: 400px; }
  .trust-visual { height: 320px; padding: 18px; }
  .trust-principles { gap: 5px; }
  .trust-principle { padding: 12px 5px; font-size: 10px; }
  .stats { grid-template-columns: 1fr; }
  .stat { text-align: left; padding: 10px 13px; }
  .stat strong { font-size: 17px; }
  .checkout-grid { grid-template-columns: 1fr; gap: 28px; }
  .checkout-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.8fr); gap: 12px 28px; }
  .checkout-support-visual { min-height: 230px; }
  .checkout-intro .hero-trust { margin-top: 0; }
  .faq-grid { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-panel .title { font-size: 28px; }
  .contact-panel-social .social-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid.social-only .contact-panel-social { column-gap: 26px; }
  .final-card { padding: 30px 30px 0; }
  .final-visual { min-height: 320px; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 36px); }
  .section { padding-block: 34px; }
  .title { font-size: 30px; line-height: 1.16; }
  .subtitle { font-size: 15px; }
  .hero { padding: 30px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; padding: 0; }
  .hero .title { font-size: 39px; line-height: 1.1; margin-inline: auto; }
  .hero .eyebrow { font-size: 9px; padding: 8px 10px; }
  .hero-actions { gap: 9px; margin-top: 20px; }
  .hero-visual { min-height: 320px; }
  .hero-img { height: 330px; width: 100%; }
  .hero-blob { top: 0; width: 310px; }
  .floating-card { left: 0; bottom: 0; width: 185px; padding: 13px; }
  .floating-card strong { font-size: 17px; }
  .hero-trust .pill-note { display: flex; flex-direction: column; min-height: 68px; }
  .split, .trust-grid { grid-template-columns: 1fr; gap: 24px; }
  .media-wrap { height: 320px; min-height: 0; }
  .media-wrap img { max-height: 320px; }
  .problem-list { gap: 9px; margin-top: 20px; }
  .problem-item { padding: 13px; }
  .problem-item span { font-size: 13px; }
  .soft-panel { padding: 26px 18px; }
  .solution-grid { gap: 7px; margin-top: 22px; }
  .mini-card { padding: 14px 6px; }
  .mini-card h3 { font-size: 14px; line-height: 1.35; }
  .trust-visual { height: 225px; padding: 22px; }
  .trust-mark > img { width: 210px; max-height: none; margin-bottom: 18px; }
  .trust-principle { font-size: 10px; padding: 12px 5px; }
  .stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .stat strong { font-size: 16px; }
  .stat span { font-size: 11px; }
  .step { padding: 14px; }
  .step b { font-size: 14px; }
  .step p { font-size: 12px; }
  .products { grid-template-columns: 1fr; gap: 18px; }
  .product-card { padding: 20px; }
  .product-card h3 { font-size: 24px; }
  .checkout-section { padding-block: 38px; }
  .checkout-grid { grid-template-columns: 1fr; gap: 26px; }
  .checkout-intro { display: flex; gap: 0; padding: 0; }
  .checkout-section .title { font-size: 32px; }
  .checkout-intro .hero-trust { display: flex; flex-wrap: wrap; margin-top: 14px; }
  .checkout-intro .pill-note { display: inline-flex; min-height: 36px; padding: 8px 10px; }
  .checkout-support-visual { min-height: 180px; margin-top: 20px; }
  .checkout-support-visual img { max-height: 190px; }
  .checkout-card { padding: 20px; }
  .checkout-card input, .checkout-card select { font-size: 16px; }
  .checkout-card .coupon-row { grid-template-columns: minmax(0,1fr) auto; }
  .coupon-row .btn { padding-inline: 12px; font-size: 12px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-panel { padding: 24px; }
  .contact-panel .title { font-size: 29px; }
  .contact-grid.social-only .contact-panel-social { display: flex; }
  .contact-panel-social .social-row { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .contact-panel-social .social-link { min-height: 88px; flex-direction: column; justify-content: center; gap: 7px; padding: 10px 6px; text-align: center; border-radius: 16px; }
  .contact-panel-social .social-link div { justify-items: center; }
  .contact-panel-social .social-link small { display: none; }
  .contact-panel-social .social-link strong { font-size: 12px; }
  .footer-row > div { text-align: left; }
  .footer-row > div:first-child > img { margin-inline: 0; }
  .footer-row .brand-social-links { justify-content: flex-start !important; }
  .floating-actions { right: 10px; bottom: 10px; gap: 8px; }
  .floating-package-cta { min-height: 50px; padding-inline: 15px; font-size: 13px; }
  .floating-whatsapp { width: 50px; min-height: 50px; }
  .final-cta { padding: 34px 0; }
  .final-card { grid-template-columns: 1fr; padding: 28px 22px 0; text-align: center; }
  .final-card .title { font-size: 32px; }
  .final-card-copy { padding-bottom: 10px; }
  .final-visual { min-height: 260px; }
  .final-card .final-cta-image { height: 290px; width: 100%; }
}

@media (max-width: 370px) {
  .floating-package-cta span { font-size: 0; }
  .floating-package-cta span::after { content: 'Pakej'; font-size: 13px; }
  .contact-panel-social .social-link strong { font-size: 11px; }
}

/* Final responsive navigation and catalogue system. */
.locale-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  padding: 3px;
  border: 1px solid #ded4e9;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
}
.locale-switcher a {
  display: grid;
  place-items: center;
  min-width: 34px;
  min-height: 32px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #675d70;
  font-size: 11px;
  font-weight: 900;
}
.locale-switcher a.is-active { color: #fff; background: #784bb2; }
.btn-consult { min-height: 44px; color: #fff; background: #784bb2; border-color: #784bb2; }
.btn-consult .icon { width: 19px; height: 19px; color: #fff; }
.products { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; }
.product-card { min-width: 0; padding: 18px; text-align: left; }
.product-card > .badge { align-self: flex-start; }
.product-card > h3,
.product-card > p { align-self: stretch; text-align: left; }
.product-card > p { min-height: 68px; }
.product-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 12px 0 2px;
  overflow: hidden;
  border-radius: 18px;
  background: #f4eef8;
}
.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.product-card h3 { font-size: clamp(20px,1.7vw,24px); }
.product-card .price { font-size: 38px; }
.product-more {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 12px 13px;
  border: 1px solid #e8e0f0;
  border-radius: 14px;
  background: #fcfaff;
}
.product-more summary { cursor: pointer; color: #684099; font-size: 13px; font-weight: 900; }
.product-more p { margin: 10px 0 0; font-size: 12px; line-height: 1.55; }
.founder-role { margin: 0 0 12px; color: #684099; font-size: 13px; font-weight: 900; line-height: 1.6; }
.founder-quote { margin: 18px 0; padding: 14px 16px; border-left: 4px solid #f9cbcd; color: #4a3566; background: #fff7f8; border-radius: 0 14px 14px 0; font-weight: 800; line-height: 1.55; }
.consent-stack { display: grid; gap: 10px; margin: 16px 0; }
.consent-stack .terms-line { margin: 0; padding: 12px; border: 1px solid #e6deee; border-radius: 14px; background: #fcfaff; }
.consent-stack .marketing-consent { background: #f7f9fd; }
.faq-all-link { width: fit-content; margin-top: 6px; }

@media (min-width: 1081px) {
  .mobile-nav-dock { display: none; }
  .nav-links { gap: 4px; }
  .nav-links a { padding-inline: 10px; }
}

@media (min-width: 681px) and (max-width: 1080px) {
  .topbar { padding-bottom: 0; }
  .mobile-nav-dock { position: static; display: block; background: rgba(255,255,255,.96); }
  .mobile-nav-inner { max-width: 760px; padding-block: 6px 8px; }
  .mobile-nav-inner a { min-height: 44px; }
  .mobile-nav-package-icon { display: contents; }
  .products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-card > p { min-height: 0; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .topbar {
    overflow: visible;
    background: rgba(255,255,255,.98);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .nav { min-height: 66px; gap: 6px; }
  .landing-brand .brand-lockup-image { width: 112px; }
  .nav-cta { gap: 4px; }
  .nav-cta .btn-share { display: none; }
  .nav-cta .btn-consult {
    width: auto;
    min-width: 0;
    min-height: 38px;
    height: 38px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
  }
  .nav-cta .btn-consult span { display: inline; }
  .nav-cta .btn-consult .icon { width: 16px; height: 16px; }
  .nav-cta .account-trigger,
  .nav-cta .account-trigger-solo { min-width: 38px; width: 38px; height: 38px; }
  .locale-switcher { gap: 0; padding: 2px; }
  .locale-switcher a { min-width: 27px; min-height: 30px; padding: 4px 5px; font-size: 9px; }
  .mobile-nav-dock {
    position: fixed;
    z-index: 95;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(120,75,178,.14);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -12px 32px rgba(70,45,98,.13);
    backdrop-filter: blur(18px);
  }
  .mobile-nav-inner { width: 100%; max-width: 520px; padding: 7px 4px 6px; overflow: visible; }
  .mobile-nav-inner a { min-height: 56px; padding: 5px 2px; border-radius: 12px; font-size: 9px; line-height: 1.05; }
  .mobile-nav-inner a > .icon { width: 19px; height: 19px; }
  .mobile-nav-inner .mobile-nav-package {
    position: relative;
    overflow: visible;
    padding-top: 0;
    color: #5d378a;
    background: transparent;
  }
  .mobile-nav-package-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #784bb2;
    box-shadow: 0 9px 22px rgba(78,42,119,.3);
  }
  .mobile-nav-package-icon .icon { width: 21px; height: 21px; }
  .mobile-nav-package > span:last-child { margin-top: -1px; }
  .floating-package-cta { display: none; }
  .floating-actions,
  .floating-actions.is-hidden {
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .floating-whatsapp { width: 50px; min-height: 50px; }
  footer { padding-bottom: 28px; }
  .products { grid-template-columns: 1fr; gap: 16px; }
  .product-card { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 8px 14px; padding: 14px; }
  .product-card > .badge { grid-column: 1 / -1; }
  .product-card > .product-image { grid-column: 1; grid-row: 2 / span 3; aspect-ratio: 4 / 5; margin: 0; border-radius: 14px; }
  .product-card > h3,
  .product-card > p,
  .product-card > .price-row { grid-column: 2; align-self: start; }
  .product-card > h3 { margin: 0; font-size: 18px; line-height: 1.2; }
  .product-card > p { min-height: 0; font-size: 12px; line-height: 1.45; }
  .product-card > .price-row { justify-content: flex-start; margin: 2px 0; }
  .product-card .price { font-size: 29px; }
  .product-card > .features,
  .product-card > .product-more,
  .product-card > .buy-btn { grid-column: 1 / -1; }
  .product-card > .features { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 8px 0 10px; }
  .features li { font-size: 11px; }
  .product-card > .product-more { margin-bottom: 8px; }
  .product-card > .buy-btn { min-height: 44px; }
  .consent-stack .terms-line { align-items: flex-start; padding: 11px; }
}

@media (max-width: 374px) {
  .landing-brand .brand-lockup-image { width: 98px; }
  .nav-cta .btn-consult { padding-inline: 8px; }
  .nav-cta .btn-consult span { font-size: 10px; }
  .locale-switcher a { min-width: 24px; }
  .product-card { grid-template-columns: 96px minmax(0,1fr); }
}

/* Clear interaction feedback for pointer devices without sticky hover on touch. */
.btn,
.nav-menu a,
.mobile-nav-inner a,
.social-link,
.social-brand-link,
.footer-links a,
.account-trigger,
.account-trigger-solo,
.poster-btn,
.product-more summary {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); }
  .btn-primary:hover,
  .btn-consult:hover {
    color: #fff;
    background: #633792;
    border-color: #633792;
    box-shadow: 0 14px 30px rgba(91, 55, 139, .26);
  }
  .btn-secondary:hover,
  .poster-btn:hover {
    color: #633792;
    background: #fff7fa;
    border-color: #b99bd7;
    box-shadow: 0 12px 26px rgba(91, 55, 139, .12);
  }
  .nav-menu a:hover,
  .mobile-nav-inner a:hover {
    color: #633792;
    background: rgba(120, 75, 178, .09);
  }
  .account-trigger:hover,
  .account-trigger-solo:hover {
    color: #633792;
    background: #f6eefb;
    border-color: #b99bd7;
    transform: translateY(-2px);
  }
  .product-more summary:hover {
    color: #633792;
    background: #fbf6ff;
    border-color: #b99bd7;
  }
  .social-link:hover,
  .social-brand-link:hover {
    color: #2f2637;
    background: #fff;
    border-color: rgba(120,75,178,.28);
    box-shadow: 0 12px 26px rgba(66,43,94,.13);
    transform: translateY(-3px);
  }
  .social-link:hover img,
  .social-brand-link:hover img { transform: scale(1.1); }
  .footer-links a:hover { color: #633792; text-decoration: underline; text-underline-offset: 4px; }
}

.social-link img,
.social-brand-link img { transition: transform .18s ease; }
.btn:active,
.nav-menu a:active,
.mobile-nav-inner a:active,
.social-link:active,
.social-brand-link:active { transform: translateY(0) scale(.98); }

.service-request-section { padding-top: 28px; padding-bottom: 28px; }
.service-request-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 28px;
  padding: clamp(24px,4vw,42px);
  border: 1px solid rgba(120,75,178,.14);
  border-radius: 28px;
  background: linear-gradient(135deg,#fff 0%,#fff5f7 58%,#eef4fd 100%);
  box-shadow: 0 22px 55px rgba(72,45,104,.10);
}
.service-request-copy { max-width: 780px; }
.service-request-copy .title { margin-bottom: 8px; }
.service-request-copy .subtitle { margin-bottom: 18px; }
.service-request-points { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.service-request-points span { display:flex; align-items:center; gap:7px; min-width:0; padding:10px 11px; border:1px solid rgba(120,75,178,.12); border-radius:12px; background:rgba(255,255,255,.82); color:#55475f; font-size:12px; font-weight:850; }
.service-request-points .icon { color:#784BB2; }
.service-request-button { min-width:215px; }
@media(max-width:820px){.service-request-card{grid-template-columns:1fr}.service-request-button{width:100%}}
@media(max-width:520px){.service-request-points{grid-template-columns:repeat(3,minmax(0,1fr))}.service-request-points span{display:grid;justify-items:center;text-align:center;padding:8px 4px;font-size:10px;line-height:1.25}.service-request-section{padding-block:18px}.service-request-card{border-radius:22px}}
