:root {
  --turquoise: #08aaa8;
  --turquoise-dark: #007d81;
  --orange: #f36d2f;
  --ink: #24262b;
  --muted: #636873;
  --line: #e5e7ea;
  --soft: #f5f8f8;
  --white: #fff;
  --shadow: 0 18px 48px rgba(20, 55, 64, 0.11);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  background: #fff;
  line-height: 1.58;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.topbar {
  background: #f7f7f8;
  border-bottom: 1px solid #eceef0;
  font-size: 0.86rem;
}
.topbar-inner,
.nav-inner,
.content,
.footer-inner {
  max-width: 1180px;
  margin: auto;
}
.topbar-inner {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 24px;
  gap: 18px;
}
.brand-family {
  display: flex;
  gap: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.brand-family span:nth-child(1) {
  color: #232429;
}
.brand-family span:nth-child(2) {
  font-style: italic;
  color: #525529;
}
.brand-family span:nth-child(3) {
  color: #c42d78;
}
.top-links {
  display: flex;
  gap: 22px;
}
.top-links a {
  text-decoration: none;
}
.top-links a:hover {
  text-decoration: underline;
}
.nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}
.nav-inner {
  min-height: 82px;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.nav-side {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}
.nav-side:last-child {
  justify-content: flex-end;
}
.logo {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: var(--turquoise);
  letter-spacing: -0.07em;
  text-decoration: none;
}
.logo b {
  font-weight: 300;
  color: #11849a;
}
.nav-link {
  text-decoration: none;
}
.nav-link:hover {
  color: var(--turquoise-dark);
}
.hero {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #64aee0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 52, 68, 0.58),
      rgba(0, 52, 68, 0.14) 48%,
      rgba(0, 52, 68, 0.24)
    ),
    url("https://www.comunite.cl/centro_ayuda_ficcus/imagen_fondo_ficcus.webp");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  color: #fff;
  padding: 62px 0;
  text-align: center;
}
.eyebrow {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(5, 64, 69, 0.44);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  line-height: 1.06;
  margin: 18px auto 14px;
  max-width: 800px;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 18px rgba(0, 31, 43, 0.55);
}
.hero p {
  font-size: clamp(1rem, 2vw, 1.22rem);
  margin: 0 auto;
  max-width: 650px;
  color: #f2ffff;
  text-shadow: 0 2px 12px rgba(0, 31, 43, 0.72);
}
.content {
  padding: 0 24px 80px;
}
.quick {
  margin: -38px auto 48px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.quick a {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 19px 16px;
  text-decoration: none;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 760;
  transition: 0.18s ease;
}
.quick a:hover {
  transform: translateY(-3px);
  border-color: var(--turquoise);
  color: var(--turquoise-dark);
}
.quick svg,
.topic-card svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  stroke: var(--turquoise-dark);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 22px;
}
.section-heading h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
  max-width: 560px;
}
.topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
.topic-card {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 22px;
  background: #fff;
  text-decoration: none;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  transition: 0.18s ease;
}
.topic-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: #aadfdf;
}
.topic-card strong {
  margin: 18px 0 4px;
  font-size: 1.02rem;
}
.topic-card span {
  font-size: 0.88rem;
  color: var(--muted);
}
.topic-card.terms-card {
  grid-column: 2 / span 2;
}
.help-layout {
  display: none;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
}
.side-nav {
  display: none;
}
.detail-head {
  display: none;
  margin: 42px 0 24px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--turquoise-dark);
  text-decoration: none;
  font-weight: 760;
  margin-bottom: 18px;
}
.back-link:hover {
  text-decoration: underline;
}
.detail-head h2 {
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  line-height: 1.08;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}
.detail-head p {
  margin: 0;
  color: var(--muted);
  max-width: 700px;
}
.detail-mode .hero {
  min-height: 285px;
}
.detail-mode .hero-inner {
  padding: 44px 0;
}
.detail-mode .hero h1 {
  font-size: clamp(1.9rem, 4vw, 3.15rem);
}
.detail-mode .quick,
.detail-mode #topics-section {
  display: none;
}
.detail-mode .detail-head {
  display: block;
}
.detail-mode .help-layout {
  display: block;
}
.detail-mode .help-section {
  display: none;
}
.contact-mode .quick,
.contact-mode #topics-section,
.contact-mode .detail-head,
.contact-mode .help-layout {
  display: none;
}
.contact-mode .contact {
  margin-top: 46px;
}
.help-section {
  scroll-margin-top: 110px;
  margin-bottom: 52px;
}
.help-section > header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 12px;
}
.help-section h2 {
  font-size: 1.85rem;
  line-height: 1.15;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.help-section > header p {
  margin: 0;
  color: var(--muted);
}
details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.faq-item[hidden] {
  display: none;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 46px 19px 2px;
  font-weight: 760;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf8f8;
  color: var(--turquoise-dark);
  font-size: 1.25rem;
  font-weight: 500;
}
details[open] summary::after {
  content: "−";
}
details[open] summary {
  color: var(--turquoise-dark);
}
.answer {
  padding: 0 40px 22px 2px;
  color: #3e4249;
}
.answer p:first-child {
  margin-top: 0;
}
.answer p:last-child {
  margin-bottom: 0;
}
.answer ul,
.answer ol {
  padding-left: 22px;
}
.answer li + li {
  margin-top: 7px;
}
.note {
  background: #f2fbfb;
  border-left: 4px solid var(--turquoise);
  padding: 13px 15px;
  border-radius: 0 10px 10px 0;
  margin: 15px 0;
}
.warning {
  background: #fff6f1;
  border-left-color: var(--orange);
}
.button-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: var(--turquoise);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 760;
}
.button-link:hover {
  background: var(--turquoise-dark);
}
.terms-intro {
  padding: 18px 20px;
  background: var(--soft);
  border-radius: 14px;
  margin: 0 0 22px;
  color: #434950;
}
.terms-intro p {
  margin: 0;
}
.terms-content {
  max-width: 920px;
}
.terms-section {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin: 0 0 12px;
  overflow: hidden;
}
.terms-section > summary {
  padding: 18px 58px 18px 20px;
  font-size: 1.03rem;
  background: #fff;
}
.terms-section > summary::after {
  right: 16px;
}
.terms-body {
  padding: 2px 22px 24px;
  color: #3e4249;
}
.terms-body h4 {
  font-size: 1rem;
  color: var(--turquoise-dark);
  margin: 22px 0 8px;
}
.terms-body p {
  margin: 0 0 13px;
}
.terms-body ul,
.terms-body ol {
  padding-left: 24px;
  margin: 8px 0 16px;
}
.terms-body li + li {
  margin-top: 7px;
}
.terms-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 15px;
}
.contact {
  margin-top: 60px;
  background: linear-gradient(120deg, #007f82, #05aaa8);
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.contact::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 55px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  right: -95px;
  top: -90px;
}
.contact h2 {
  font-size: 2rem;
  line-height: 1.12;
  margin: 0 0 10px;
}
.contact p {
  margin: 0;
  color: #eaffff;
}
.contact-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
  z-index: 1;
}
.contact-links a {
  background: #fff;
  color: #26363a;
  border-radius: 12px;
  padding: 13px 9px;
  text-decoration: none;
  font-weight: 760;
  text-align: center;
  display: grid;
  place-items: center;
}
.contact-links a:hover {
  background: #fff2ec;
  color: #bf4b1e;
}
.contact-small {
  grid-column: 1/-1;
  font-size: 1rem;
  text-align: center;
  color: #d9ffff;
  line-height: 1.45;
}
.contact-small strong {
  color: #fff;
}
.tracking-panel {
  display: none;
  max-width: 820px;
  margin: 48px auto 0;
}
.tracking-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: clamp(26px, 5vw, 48px);
}
.tracking-badge {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #eaf8f8;
  color: var(--turquoise-dark);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.tracking-badge svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
}
.tracking-card h2 {
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.08;
  margin: 0 0 10px;
}
.tracking-card > p {
  margin: 0 0 26px;
  color: var(--muted);
}
.tracking-form label {
  display: block;
  font-weight: 760;
  margin-bottom: 8px;
}
.tracking-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.tracking-row input {
  width: 100%;
  min-width: 0;
  height: 52px;
  border: 1px solid #b8c0c4;
  border-radius: 12px;
  padding: 0 16px;
  color: var(--ink);
  background: #fff;
}
.tracking-row input:focus {
  outline: 3px solid rgba(8, 170, 168, 0.18);
  border-color: var(--turquoise-dark);
}
.tracking-row button {
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--turquoise);
  color: #fff;
  padding: 0 22px;
  font-weight: 780;
  cursor: pointer;
}
.tracking-row button:hover {
  background: var(--turquoise-dark);
}
.tracking-row button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.tracking-help {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 10px 0 0;
}
.tracking-alert {
  margin-top: 18px;
  border-radius: 12px;
  padding: 13px 15px;
  font-weight: 650;
}
.tracking-alert.error {
  background: #fff1ed;
  border: 1px solid #f2b9a5;
  color: #8b341d;
}
.tracking-alert.success {
  background: #eaf8f2;
  border: 1px solid #9fd9c0;
  color: #155c42;
}
.tracking-mode .quick,
.tracking-mode #topics-section,
.tracking-mode .detail-head,
.tracking-mode .help-layout {
  display: none;
}
.tracking-mode .tracking-panel {
  display: block;
}
.tracking-mode .hero {
  min-height: 285px;
}
.tracking-mode .hero-inner {
  padding: 44px 0;
}
.tracking-mode .hero h1 {
  font-size: clamp(1.9rem, 4vw, 3.15rem);
}
.tracking-mode .contact {
  margin-top: 34px;
}
.no-results {
  display: none;
  text-align: center;
  padding: 50px 20px;
  border: 1px dashed #b9c8cc;
  border-radius: 16px;
  background: var(--soft);
  margin: 25px 0;
}
.no-results h2 {
  margin: 0 0 8px;
}
.no-results p {
  color: var(--muted);
  margin: 0;
}
.footer {
  background: #202428;
  color: #e4e7e9;
}
.footer-inner {
  padding: 36px 24px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 36px;
}
.footer .logo {
  font-size: 2.4rem;
}
.footer h3 {
  font-size: 0.9rem;
  margin: 0 0 10px;
  color: #fff;
}
.footer p,
.footer a {
  font-size: 0.86rem;
  color: #c9ced2;
}
.footer a {
  display: block;
  text-decoration: none;
  margin: 5px 0;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.legal {
  border-top: 1px solid #3a3e42;
  text-align: center;
  padding: 16px 24px;
  color: #aeb4b8;
  font-size: 0.8rem;
}
.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #13b45a;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  z-index: 30;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.35rem;
  border: 3px solid #fff;
}
@media (max-width: 900px) {
  .topics {
    grid-template-columns: repeat(2, 1fr);
  }
  .topic-card.terms-card {
    grid-column: 1/-1;
  }
  .quick {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .nav-inner {
    grid-template-columns: 1fr auto;
  }
  .nav-side:first-child {
    display: none;
  }
  .logo {
    grid-row: 1;
    grid-column: 1;
  }
  .nav-side:last-child {
    grid-column: 2;
  }
}
@media (max-width: 600px) {
  .topbar-inner {
    justify-content: center;
  }
  .brand-family {
    gap: 13px;
  }
  .top-links {
    display: none;
  }
  .nav-inner {
    min-height: 68px;
  }
  .logo {
    font-size: 2.5rem;
  }
  .nav-side .nav-link:first-child {
    display: none;
  }
  .hero {
    min-height: 390px;
  }
  .hero::before {
    background-position: center;
  }
  .hero-inner {
    text-align: left;
    padding: 48px 0 70px;
  }
  .quick {
    grid-template-columns: 1fr;
    margin-top: -48px;
  }
  .topics {
    grid-template-columns: 1fr;
  }
  .topic-card.terms-card {
    grid-column: auto;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 8px;
  }
  .contact {
    padding: 28px 20px;
  }
  .contact-links {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .answer {
    padding-right: 10px;
  }
  .content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 600px) {
  .tracking-panel {
    margin-top: 30px;
  }
  .tracking-card {
    padding: 24px 18px;
  }
  .tracking-row {
    grid-template-columns: 1fr;
  }
  .tracking-row button {
    width: 100%;
  }
}
/* Encabezado y pie institucionales Ficcus */
.ficcus-ribbon {
  background: #f7f4f0;
  border-bottom: 1px solid #eee6de;
  font-size: 0.78rem;
}
.ficcus-ribbon__inner,
.ficcus-header__inner,
.ficcus-footer__inner {
  width: min(1320px, calc(100% - 48px));
  margin: auto;
}
.ficcus-ribbon__inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}
.family-logos {
  display: flex;
  align-items: center;
  gap: 25px;
}
.family-logos img {
  display: block;
  max-height: 18px;
  max-width: 78px;
}
.shipping-promo {
  text-decoration: none;
  text-align: center;
  font-weight: 650;
}
.shipping-promo strong {
  color: #e85e2f;
}
.utility-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.utility-links a {
  text-decoration: none;
}
.utility-links a:hover {
  text-decoration: underline;
}
.ficcus-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.ficcus-header__inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.category-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 650;
}
.menu-icon {
  font-size: 1.35rem;
  line-height: 1;
}
.ficcus-main-logo {
  display: block;
}
.ficcus-main-logo img {
  display: block;
  width: 112px;
  height: auto;
}
.ficcus-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.catalog-search {
  min-width: 250px;
  height: 42px;
  border: 1px solid #cfd4d6;
  border-radius: 22px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #73777d;
  text-decoration: none;
  font-size: 0.84rem;
}
.header-icon-link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.2rem;
}
.header-icon-link:hover {
  background: #f1f7f7;
  color: var(--turquoise-dark);
}
.ficcus-footer {
  background: #f4f0eb;
  color: #292b2e;
  border-top: 1px solid #e5ddd5;
}
.ficcus-footer__inner {
  padding: 48px 0 38px;
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 0.95fr 1.35fr;
  gap: 48px;
}
.footer-logo img {
  display: block;
  width: 142px;
  height: auto;
  margin-bottom: 18px;
}
.footer-tagline {
  max-width: 240px;
  color: #5f6265;
  font-size: 0.9rem;
}
.ficcus-footer h2 {
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.ficcus-footer h2:not(:first-child) {
  margin-top: 26px;
}
.ficcus-footer a {
  display: block;
  width: max-content;
  max-width: 100%;
  color: #484b4f;
  text-decoration: none;
  font-size: 0.88rem;
  margin: 7px 0;
}
.ficcus-footer a:hover {
  color: var(--turquoise-dark);
  text-decoration: underline;
}
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.social-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #bfc2c3;
  border-radius: 50%;
  margin: 0;
  font-weight: 800;
}
.payment-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(56px, 86px));
  gap: 10px;
  align-items: center;
}
.payment-logos span {
  min-height: 44px;
  background: #fff;
  border: 1px solid #e0ddd8;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 8px;
}
.payment-logos img {
  display: block;
  max-width: 68px;
  max-height: 28px;
}
.footer-link-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.ficcus-legal {
  border-top: 1px solid #d8d0c8;
  text-align: center;
  padding: 17px 24px;
  color: #696b6e;
  font-size: 0.79rem;
}
@media (max-width: 1050px) {
  .ficcus-ribbon__inner {
    grid-template-columns: 1fr auto;
  }
  .shipping-promo {
    display: none;
  }
  .ficcus-header__inner {
    grid-template-columns: 1fr auto;
  }
  .ficcus-main-logo {
    grid-column: 1;
    grid-row: 1;
  }
  .category-link {
    display: none;
  }
  .ficcus-actions {
    grid-column: 2;
  }
  .ficcus-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-search {
    min-width: 210px;
  }
  .footer-link-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .ficcus-ribbon__inner,
  .ficcus-header__inner,
  .ficcus-footer__inner {
    width: min(100% - 32px, 1320px);
  }
  .ficcus-ribbon__inner {
    display: flex;
    justify-content: center;
    min-height: 36px;
  }
  .utility-links {
    display: none;
  }
  .family-logos {
    gap: 18px;
  }
  .family-logos img {
    max-height: 15px;
    max-width: 65px;
  }
  .ficcus-header__inner {
    min-height: 68px;
  }
  .ficcus-main-logo img {
    width: 96px;
  }
  .catalog-search {
    display: none;
  }
  .ficcus-actions {
    gap: 4px;
  }
  .ficcus-footer__inner {
    grid-template-columns: 1fr;
    padding: 38px 0 30px;
    gap: 30px;
  }
  .footer-link-columns {
    grid-template-columns: 1fr 1fr;
  }
  .payment-logos {
    grid-template-columns: repeat(3, minmax(54px, 78px));
  }
}
.logo-only {
  height: 74px;
  display: grid;
  place-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.logo-only img {
  display: block;
  width: 112px;
  height: auto;
}
@media (max-width: 600px) {
  .logo-only {
    height: 66px;
  }
  .logo-only img {
    width: 98px;
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
  z-index: 1500;
}

.whatsapp-float:hover {
  background: #1ebe5d;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
