:root {
  --cantu-ink: #1b2632;
  --cantu-paper: #f2ede3;
  --cantu-paper-2: #eee9df;
  --cantu-rust: #a35139;
  --cantu-gold: #ffb162;
  --cantu-line: rgba(27, 38, 50, 0.14);
}

.cantu-expansion * { box-sizing: border-box; }
.cantu-expansion { font-family: Manrope, sans-serif; color: var(--cantu-ink); }
.cantu-expansion a { color: inherit; text-decoration: none; }
.cantu-expansion .cantu-wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.cantu-eyebrow { margin: 0 0 12px; color: var(--cantu-rust); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.cantu-title { margin: 0; color: var(--cantu-ink); font-family: Newsreader, serif; font-weight: 500; font-size: clamp(32px, 5vw, 54px); line-height: 1.05; text-wrap: balance; }
.cantu-lead { margin: 18px 0 0; color: rgba(27, 38, 50, 0.76); font-size: 16px; line-height: 1.7; text-wrap: pretty; }
.cantu-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 13px 20px; border-radius: 6px; border: 1px solid rgba(27,38,50,.16); background: linear-gradient(#b76044, #95452d); color: #f6f1e7; font-size: 14px; font-weight: 700; box-shadow: rgba(255,255,255,.24) 0 1px 0 inset, rgba(0,0,0,.5) 0 12px 22px -14px; }
.cantu-btn.secondary { background: linear-gradient(#fbf7ee, #e8dfcf); color: var(--cantu-ink); }

.cantu-about { background: linear-gradient(#f2ede3, #e9e1d3); padding: clamp(72px, 9vw, 112px) 0; }
.cantu-about-grid { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.cantu-portrait { min-height: 520px; border-radius: 14px; overflow: hidden; background: radial-gradient(circle at 42% 28%, rgba(255,177,98,.26), transparent 30%), linear-gradient(145deg, #2f4054, #17212c); box-shadow: rgba(255,255,255,.14) 0 1px 0 inset, rgba(27,38,50,.55) 0 28px 48px -30px; position: relative; display: grid; place-items: center; }
.cantu-portrait::before { content: "C&Co"; width: 174px; height: 174px; border-radius: 999px; display: grid; place-items: center; color: #f2ede3; font-family: Newsreader, serif; font-size: 58px; font-weight: 500; background: rgba(242,237,227,.08); border: 1px solid rgba(242,237,227,.18); box-shadow: rgba(0,0,0,.35) 0 20px 46px -26px; }
.cantu-portrait-note { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 14px 16px; border-radius: 8px; background: rgba(11,18,26,.54); color: rgba(242,237,227,.76); font-size: 12px; line-height: 1.5; backdrop-filter: blur(8px); }
.cantu-about-copy { max-width: 660px; }
.cantu-about-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0 30px; }
.cantu-about-point { min-height: 126px; padding: 18px; border-radius: 8px; border: 1px solid var(--cantu-line); background: rgba(255,255,255,.38); box-shadow: rgba(255,255,255,.72) 0 1px 0 inset; }
.cantu-about-point strong { display: block; color: var(--cantu-ink); font-size: 14px; line-height: 1.25; }
.cantu-about-point span { display: block; margin-top: 8px; color: rgba(27,38,50,.68); font-size: 13px; line-height: 1.5; }

.cantu-blog-home { background: linear-gradient(#1b2632, #22303f); padding: clamp(72px, 9vw, 112px) 0; color: #f2ede3; }
.cantu-blog-home .cantu-title, .cantu-blog-home .cantu-lead { color: #f2ede3; }
.cantu-blog-home .cantu-lead { color: rgba(242,237,227,.72); }
.cantu-blog-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.cantu-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cantu-post-card { min-height: 276px; padding: 24px; border-radius: 8px; border: 1px solid rgba(242,237,227,.12); background: linear-gradient(rgba(242,237,227,.08), rgba(242,237,227,.035)); box-shadow: rgba(255,255,255,.08) 0 1px 0 inset, rgba(0,0,0,.45) 0 22px 34px -28px; display: flex; flex-direction: column; }
.cantu-post-card .tag { color: var(--cantu-gold); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.cantu-post-card h3 { margin: 14px 0 0; color: #f2ede3; font-family: Newsreader, serif; font-size: 25px; font-weight: 500; line-height: 1.12; }
.cantu-post-card p { margin: 14px 0 0; color: rgba(242,237,227,.7); font-size: 14px; line-height: 1.6; }
.cantu-post-card .read { margin-top: auto; padding-top: 22px; color: #f2ede3; font-size: 13px; font-weight: 800; }

.cantu-page { min-height: 100vh; background: #f2ede3; color: var(--cantu-ink); font-family: Manrope, sans-serif; }
.cantu-page-header { background: linear-gradient(#22303f, #1b2632); color: #f2ede3; padding: 18px clamp(20px, 5vw, 64px); }
.cantu-page-nav { width: min(1160px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.cantu-page-nav img { height: 36px; width: auto; }
.cantu-page-nav .links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; color: rgba(242,237,227,.76); }
.cantu-page-hero { background: linear-gradient(#22303f, #1b2632); color: #f2ede3; padding: clamp(72px, 10vw, 118px) clamp(20px, 6vw, 80px); }
.cantu-page-hero-inner { width: min(1080px, 100%); margin: 0 auto; }
.cantu-page-hero h1 { margin: 0; max-width: 850px; font-family: Newsreader, serif; font-size: clamp(40px, 7vw, 72px); font-weight: 500; line-height: 1.02; text-wrap: balance; }
.cantu-page-hero p { max-width: 720px; margin: 22px 0 0; color: rgba(242,237,227,.74); font-size: 17px; line-height: 1.7; }
.cantu-page-section { padding: clamp(56px, 8vw, 96px) clamp(20px, 6vw, 80px); }
.cantu-page-grid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cantu-page-card { padding: 24px; border-radius: 8px; background: #fbf7ee; border: 1px solid var(--cantu-line); box-shadow: rgba(255,255,255,.78) 0 1px 0 inset; }
.cantu-page-card h2, .cantu-page-card h3 { margin: 0; font-family: Newsreader, serif; font-size: 28px; font-weight: 500; line-height: 1.12; }
.cantu-page-card p, .cantu-page-card li { color: rgba(27,38,50,.72); font-size: 14.5px; line-height: 1.65; }
.cantu-page-card ul { margin: 16px 0 0; padding-left: 18px; }
.cantu-page-cta { background: linear-gradient(#d2caba, #c4bcab); padding: clamp(56px, 8vw, 90px) clamp(20px, 6vw, 80px); text-align: center; }
.cantu-page-cta h2 { margin: 0 auto; max-width: 760px; font-family: Newsreader, serif; font-size: clamp(32px, 5vw, 52px); font-weight: 500; line-height: 1.06; }
.cantu-page-cta p { margin: 18px auto 28px; max-width: 620px; color: rgba(27,38,50,.72); line-height: 1.7; }
.cantu-page-footer { background: #151e28; color: rgba(242,237,227,.66); padding: 34px 20px; text-align: center; font-size: 13px; }
.cantu-article { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: clamp(54px, 8vw, 92px) 0; }
.cantu-article h2 { margin: 34px 0 10px; font-family: Newsreader, serif; font-size: 34px; font-weight: 500; }
.cantu-article p, .cantu-article li { color: rgba(27,38,50,.76); font-size: 16px; line-height: 1.75; }
.cantu-article ul { padding-left: 20px; }

@media (max-width: 860px) {
  .cantu-about-grid, .cantu-page-grid, .cantu-blog-grid { grid-template-columns: 1fr; }
  .cantu-blog-head { display: block; }
  .cantu-blog-head .cantu-btn { margin-top: 22px; }
  .cantu-about-points { grid-template-columns: 1fr; }
  .cantu-portrait { min-height: 360px; }
  .cantu-page-nav { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .cantu-expansion .cantu-wrap { width: min(100% - 32px, 1160px); }
  .cantu-about, .cantu-blog-home { padding: 58px 0; }
  .cantu-portrait { min-height: 300px; }
  .cantu-portrait::before { width: 132px; height: 132px; font-size: 44px; }
  .cantu-post-card { min-height: auto; }
  .cantu-page-nav .links { gap: 12px; }
}

.cantu-page-nav a { color: rgba(242,237,227,.82); text-decoration: none; }
.cantu-page-nav a:hover { color: #f2ede3; }
.cantu-page-nav .brand { display: inline-flex; align-items: center; }
.cantu-page-nav .brand img { max-width: 128px; height: auto; }
.cantu-page-hero h1, .cantu-title { overflow-wrap: break-word; }
.cantu-page-card, .cantu-post-card, .cantu-page-hero, .cantu-article { overflow-wrap: break-word; }

@media (max-width: 760px) {
  header nav a[href="#servicios"],
  header nav a[href="#metodo"],
  header nav a[href="#perfil"],
  header nav a[href="#mauricio"],
  header nav a[href="#blog"] { display: none !important; }
  h1[data-dc-tpl="31"] { font-size: 34px !important; line-height: 1.08 !important; max-width: calc(100vw - 32px) !important; overflow-wrap: break-word !important; }
  div[data-dc-tpl="30"] { max-width: calc(100vw - 32px) !important; white-space: normal !important; }
  p[data-dc-tpl="32"] { max-width: calc(100vw - 32px) !important; }
  .cantu-page-header { padding: 20px 16px; }
  .cantu-page-nav { width: 100%; gap: 18px; }
  .cantu-page-nav .links { display: flex; flex-wrap: wrap; gap: 10px 16px; }
  .cantu-page-nav .links a { font-size: 14px; color: rgba(242,237,227,.82); text-decoration: none; }
  .cantu-page-hero { width: min(100% - 32px, 980px); padding: 72px 0 56px; }
  .cantu-page-hero h1 { font-size: 38px; line-height: 1.06; }
  .cantu-page-section { width: min(100% - 32px, 1120px); padding: 56px 0; }
  .cantu-page-card { padding: 24px; }
}


.cantu-about-points > article strong,
.cantu-about-point strong {
  display: block !important;
  margin-bottom: 8px !important;
}
.cantu-about-points > article span,
.cantu-about-point span {
  display: block !important;
  margin-top: 0 !important;
}

.cantu-blog-head .cantu-btn {
  flex: 0 0 auto;
  min-width: 132px;
  max-width: 180px;
  align-self: end;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .cantu-blog-head .cantu-btn {
    align-self: flex-start;
    margin-top: 24px;
    min-width: 132px;
    max-width: max-content;
  }
}

@media (min-width: 621px) {
  #contacto form[data-contact-form] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 16px 18px !important;
    align-items: start !important;
  }
  #contacto form[data-contact-form] > div,
  #contacto form[data-contact-form] > button {
    min-width: 0 !important;
  }
  #contacto form[data-contact-form] > div:has(textarea),
  #contacto form[data-contact-form] > button,
  #contacto form[data-contact-form] > [data-form-status] {
    grid-column: 1 / -1 !important;
  }
  #contacto form[data-contact-form] textarea {
    min-height: 104px !important;
  }
}

@media (max-width: 620px) {
  #contacto form[data-contact-form] {
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (min-width: 621px) {
  #contacto .cantu-contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 16px !important;
    align-items: start !important;
  }
  #contacto .cantu-contact-grid > div,
  #contacto .cantu-contact-grid > button {
    width: 100% !important;
    min-width: 0 !important;
  }
  #contacto .cantu-contact-grid > div:has(textarea),
  #contacto .cantu-contact-grid > button {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 620px) {
  #contacto .cantu-contact-grid {
    display: flex !important;
    flex-direction: column !important;
  }
}
.cantu-whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.58), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.cantu-whatsapp-float:hover,
.cantu-whatsapp-float:focus-visible {
  background: #1ebe5d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -16px rgba(0, 0, 0, 0.68), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.cantu-whatsapp-float:focus-visible {
  outline: 3px solid rgba(255, 177, 98, 0.78);
  outline-offset: 4px;
}

.cantu-whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
}

@media (max-width: 560px) {
  .cantu-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

