/* Landing page: páginas web */
.paginas-web-page {
  --web-ink: #3f3934;
  --web-muted: #6b625b;
  --web-teal: #168f88;
  --web-teal-dark: #116f6b;
  --web-mint: #d9e9db;
  --web-butter: #fff9ed;
  --web-butter-deep: #f2e6cf;
  --web-pink: #e4c6be;
  color: var(--web-ink);
  background: var(--web-butter);
}

.paginas-web-page .header {
  position: sticky;
  top: 0;
}

.paginas-web-page .header .logo .sitename {
  margin: 0;
  color: var(--butter-deep-color);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
}

.landing-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  padding: 11px 20px;
  border: 1px solid color-mix(in srgb, var(--butter-soft-color), transparent 55%);
  border-radius: 999px;
  color: var(--butter-soft-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.landing-header-cta:hover {
  color: var(--web-teal-dark);
  background: var(--butter-soft-color);
}

.paginas-web-page main section {
  position: relative;
  padding: clamp(52px, 6vw, 80px) 0;
  overflow: hidden;
  scroll-margin-top: 90px;
}

.paginas-web-page h1,
.paginas-web-page h2,
.paginas-web-page h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--web-ink);
}

.paginas-web-page p {
  font-size: 17px;
  line-height: 1.75;
}

.web-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--web-teal-dark);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.web-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.web-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 17px 25px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(63, 57, 52, .12);
  transition: transform .25s, box-shadow .25s, background .25s;
}

.web-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 19px 42px rgba(63, 57, 52, .17);
}

.web-button-primary {
  color: #fff;
  background: var(--web-teal);
}

.web-button-primary:hover {
  color: #fff;
  background: var(--web-teal-dark);
}

.web-button-light {
  color: var(--web-teal-dark);
  background: #fffaf0;
}

.web-button-light:hover {
  color: var(--web-ink);
  background: #fff;
}

/* Hero */
.paginas-web-page .web-hero {
  display: flex;
  min-height: 0;
  align-items: center;
  padding-top: clamp(52px, 6vw, 80px);
  background:
    radial-gradient(700px at 88% 20%, rgba(184, 216, 193, .5), transparent 58%),
    radial-gradient(600px at 10% 85%, rgba(228, 198, 190, .38), transparent 55%),
    linear-gradient(135deg, #fffaf0 0%, #fbf4e4 62%, #f1eee0 100%);
}

.web-hero::before {
  content: "";
  position: absolute;
  top: 7%;
  right: 4%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(22, 143, 136, .18);
  border-radius: 50%;
}

.web-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
}

.web-hero-copy {
  max-width: 680px;
}

.web-hero h1 {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: clamp(56px, 6.5vw, 98px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .94;
}

.web-hero h1 em {
  display: block;
  color: var(--web-teal);
  font-weight: 400;
}

.web-hero-lead {
  max-width: 620px;
  margin-bottom: 8px;
  color: var(--web-ink);
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 600;
  line-height: 1.5 !important;
}

.web-hero-copy > p:not(.web-eyebrow):not(.web-hero-lead) {
  max-width: 570px;
  color: var(--web-muted);
}

.web-hero .web-button {
  margin-top: 20px;
}

.web-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(63, 57, 52, .14);
}

.web-hero-features span {
  position: relative;
  padding-left: 16px;
  color: var(--web-muted);
  font-size: 12px;
  font-weight: 700;
}

.web-hero-features span::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--web-teal);
}

.web-browser {
  position: relative;
  width: 100%;
  padding-bottom: 45px;
  filter: drop-shadow(0 32px 45px rgba(63, 57, 52, .16));
}

.web-browser-bar {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  border: 1px solid rgba(63, 57, 52, .12);
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
  background: rgba(255, 255, 255, .92);
}

.web-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--web-pink);
}

.web-browser-bar i:nth-child(2) { background: var(--web-butter-deep); }
.web-browser-bar i:nth-child(3) { background: var(--web-mint); }

.web-browser-bar span {
  margin-left: 10px;
  color: #938b84;
  font-size: 9px;
}

.web-browser-content {
  min-height: 460px;
  padding: 28px;
  border: 1px solid rgba(63, 57, 52, .12);
  border-radius: 0 0 25px 25px;
  background:
    radial-gradient(340px at 86% 28%, rgba(228, 198, 190, .55), transparent 60%),
    #fffdf8;
}

.web-browser-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--web-ink);
  font-family: "Playfair Display", Georgia, serif;
}

.web-browser-nav b { margin-right: auto; font-size: 18px; }
.web-browser-nav span { width: 31px; height: 3px; border-radius: 3px; background: #d9d0c4; }

.web-browser-message {
  max-width: 330px;
  padding: 68px 15px 55px;
}

.web-browser-message small {
  color: var(--web-teal-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.web-browser-message strong {
  display: block;
  margin: 13px 0 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(35px, 4vw, 53px);
  font-weight: 600;
  line-height: 1.02;
}

.web-browser-message i {
  display: block;
  width: 105px;
  height: 31px;
  border-radius: 20px;
  background: var(--web-teal);
}

.web-browser-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.web-browser-cards span {
  height: 74px;
  border-radius: 13px;
  background: var(--web-butter-deep);
}

.web-browser-cards span:nth-child(2) { background: var(--web-mint); }
.web-browser-cards span:nth-child(3) { background: color-mix(in srgb, var(--web-pink), #fff 30%); }

.web-phone {
  position: absolute;
  right: -22px;
  bottom: 0;
  width: 146px;
  height: 275px;
  padding: 28px 15px;
  border: 7px solid var(--web-ink);
  border-radius: 28px;
  color: var(--web-ink);
  background: linear-gradient(160deg, #fffaf0, #e5eee4);
  box-shadow: 0 22px 36px rgba(63, 57, 52, .2);
}

.web-phone::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 38px;
  height: 5px;
  border-radius: 9px;
  background: var(--web-ink);
  transform: translateX(-50%);
}

.web-phone span { display: block; width: 38px; height: 4px; margin-bottom: 55px; background: var(--web-teal); }
.web-phone b { font-family: "Playfair Display", Georgia, serif; font-size: 23px; line-height: 1.05; }
.web-phone i { display: block; width: 65px; height: 22px; margin-top: 25px; border-radius: 20px; background: var(--web-teal); }

/* Intro */
.paginas-web-page .web-intro {
  background: var(--web-teal-dark);
}

.web-narrow {
  max-width: 940px;
}

.web-intro .web-eyebrow { color: var(--web-mint); }
.web-intro h2 {
  max-width: 850px;
  margin: 0 0 42px;
  color: #fffaf0;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.05;
}

.web-intro-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 55px;
}

.web-intro-copy p { margin: 0; color: rgba(255, 250, 240, .8); }
.web-intro-copy p:first-child { color: #fffaf0; font-size: 21px; font-weight: 700; }
.web-intro-copy p:last-child { grid-column: 2; }

/* Shared section headings */
.web-section-heading {
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}

.web-section-heading h2,
.web-support h2,
.web-flexible h2,
.web-faq h2,
.web-final-cta h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 70px);
  line-height: 1.03;
}

.web-section-heading h2 em { color: var(--web-teal); font-weight: 400; }
.web-section-heading > p { max-width: 440px; margin: 0; color: var(--web-muted); }

/* Included features */
.paginas-web-page .web-includes {
  background:
    radial-gradient(600px at 90% 10%, rgba(184, 216, 193, .25), transparent 55%),
    var(--web-butter);
}

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

.web-feature-grid article,
.web-price-card {
  position: relative;
  min-height: 285px;
  padding: 32px;
  border: 1px solid rgba(63, 57, 52, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .5);
}

.web-feature-grid article > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--web-teal-dark);
  font-size: 10px;
  font-weight: 700;
}

.web-feature-grid article > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--web-teal-dark);
  background: var(--web-mint);
  font-size: 21px;
}

.web-feature-grid h3 {
  margin-bottom: 13px;
  font-size: 27px;
  line-height: 1.1;
}

.web-feature-grid article p { margin: 0; color: var(--web-muted); font-size: 15px; }

.web-price-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--web-teal);
}

.web-price-card small { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.web-price-card > strong { display: block; margin: 5px 0; font-family: "Playfair Display", Georgia, serif; font-size: 72px; line-height: 1; }
.web-price-card > p { margin: 5px 0 24px; color: rgba(255,255,255,.82); font-size: 15px; }
.web-price-card .web-button { align-self: flex-start; box-shadow: none; }

/* Support */
.paginas-web-page .web-support {
  background:
    radial-gradient(620px at 15% 80%, rgba(228, 198, 190, .44), transparent 55%),
    linear-gradient(180deg, #fbf4e4, #fff9ed);
}

.web-support-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.web-support-grid > div > p:last-child { max-width: 480px; margin-top: 28px; color: var(--web-muted); }

.web-support-card {
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid rgba(63, 57, 52, .13);
  border-radius: 32px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 24px 60px rgba(63, 57, 52, .09);
}

.web-support-card-title { display: flex; gap: 20px; align-items: flex-start; justify-content: space-between; padding-bottom: 27px; border-bottom: 1px solid rgba(63, 57, 52, .13); }
.web-support-card-title small { color: var(--web-teal-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.web-support-card-title h3 { margin-top: 5px; font-size: 33px; }
.web-support-card-title > strong { color: var(--web-teal-dark); font-family: "Playfair Display", Georgia, serif; font-size: 43px; line-height: 1; white-space: nowrap; }
.web-support-card-title > strong span { font-family: var(--default-font); font-size: 13px; }

.web-support-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 20px; margin: 28px 0; padding: 0; list-style: none; }
.web-support-card li { display: flex; gap: 10px; align-items: center; font-size: 15px; }
.web-support-card li i { color: var(--web-teal); font-size: 18px; }

.web-support-highlight { display: flex; gap: 15px; align-items: flex-start; padding: 20px; border-radius: 18px; background: var(--web-mint); }
.web-support-highlight i { color: var(--web-teal-dark); font-size: 24px; }
.web-support-highlight p { margin: 0; font-size: 15px; line-height: 1.55; }
.web-support-note { margin: 18px 0 0; color: var(--web-muted); font-size: 14px !important; }

/* Process */
.paginas-web-page .web-process { background: var(--web-butter); }
.web-section-heading-centered { display: block; max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.web-section-heading-centered .web-eyebrow { justify-content: center; }

.web-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 65px 0 44px;
}

.web-process-grid article { position: relative; padding: 0 42px; text-align: center; }
.web-process-grid article + article { border-left: 1px solid rgba(63, 57, 52, .14); }
.web-process-grid span { display: grid; width: 60px; height: 60px; place-items: center; margin: 0 auto 28px; border-radius: 50%; color: #fff; background: var(--web-teal); font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.web-process-grid h3 { margin-bottom: 12px; font-size: 28px; }
.web-process-grid p { margin: 0; color: var(--web-muted); font-size: 15px; }
.web-center { text-align: center; }

/* Flexible */
.paginas-web-page .web-flexible { padding-top: 20px; background: var(--web-butter); }
.web-flexible-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(38px, 6vw, 76px); border-radius: 34px; background: linear-gradient(125deg, var(--web-mint), #f4ebdc); }
.web-flexible-card > div:last-child { align-self: end; }
.web-flexible-card > div:last-child p { margin: 0 0 13px; color: var(--web-muted); }
.web-flexible-card > div:last-child p:first-child { color: var(--web-ink); font-weight: 700; }

/* FAQ */
.paginas-web-page .web-faq { background: #fffdf8; }
.web-faq-grid { display: grid; grid-template-columns: .65fr 1.1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.web-faq-heading { position: sticky; top: 120px; }
.web-faq-heading > p:last-child { max-width: 370px; margin-top: 25px; color: var(--web-muted); }
.web-faq-list { border-top: 1px solid rgba(63, 57, 52, .18); }
.web-faq-list details { border-bottom: 1px solid rgba(63, 57, 52, .18); }
.web-faq-list summary { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 25px 0; color: var(--web-ink); font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.web-faq-list summary::-webkit-details-marker { display: none; }
.web-faq-list summary i { color: var(--web-teal); transition: transform .25s; }
.web-faq-list details[open] summary i { transform: rotate(45deg); }
.web-faq-list details > p { margin: 0 40px 16px 0; color: var(--web-muted); font-size: 15px; }
.web-faq-list details > p:last-child { margin-bottom: 26px; }

/* Final CTA */
.paginas-web-page .web-final-cta {
  color: #fffaf0;
  text-align: center;
  background:
    radial-gradient(500px at 15% 10%, rgba(228, 198, 190, .22), transparent 60%),
    radial-gradient(600px at 85% 100%, rgba(184, 216, 193, .2), transparent 60%),
    var(--web-teal-dark);
}

.web-final-cta .container { max-width: 900px; }
.web-final-cta .web-eyebrow { justify-content: center; color: var(--web-mint); }
.web-final-cta h2 { color: #fffaf0; }
.web-final-cta > .container > p:not(.web-eyebrow):not(.web-final-note) { max-width: 650px; margin: 22px auto; color: rgba(255,250,240,.8); }
.web-final-price { display: flex; align-items: baseline; justify-content: center; gap: 15px; margin: 35px 0 17px; }
.web-final-price span { font-size: 17px; }
.web-final-price strong { font-family: "Playfair Display", Georgia, serif; font-size: 62px; line-height: 1; }
.web-final-note { display: flex; gap: 9px; align-items: center; justify-content: center; margin: 0 auto 30px; color: var(--web-mint); font-size: 14px !important; }

@media (max-width: 1199px) {
  .landing-header-cta { margin-right: 52px; }
}

@media (max-width: 991px) {
  .web-hero-grid,
  .web-support-grid,
  .web-faq-grid,
  .web-flexible-card {
    grid-template-columns: 1fr;
  }

  .web-browser { max-width: 650px; margin: 15px auto 0; }
  .web-intro-copy { grid-template-columns: 1fr; }
  .web-intro-copy p:last-child { grid-column: auto; }
  .web-feature-grid { grid-template-columns: 1fr 1fr; }
  .web-support-grid { gap: 45px; }
  .web-faq-heading { position: static; }
}

@media (max-width: 767px) {
  .landing-header-cta { display: none; }
  .paginas-web-page main section { padding: 48px 0; }
  .web-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .web-hero h1 { font-size: clamp(49px, 15vw, 67px); }
  .web-browser { padding: 0 13px 35px 0; }
  .web-browser-content { min-height: 390px; padding: 20px; }
  .web-phone { right: 0; width: 118px; height: 235px; }
  .web-phone b { font-size: 19px; }
  .web-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .web-feature-grid { grid-template-columns: 1fr; }
  .web-feature-grid article, .web-price-card { min-height: 0; }
  .web-process-grid { grid-template-columns: 1fr; gap: 40px; }
  .web-process-grid article { padding: 0 10px 38px; }
  .web-process-grid article + article { border-left: 0; border-top: 1px solid rgba(63, 57, 52, .14); padding-top: 40px; }
  .web-support-card ul { grid-template-columns: 1fr; }
  .web-flexible-card { gap: 30px; }
  .web-final-price { flex-direction: column; align-items: center; gap: 5px; }
  .web-final-note { align-items: flex-start; }
}

@media (max-width: 420px) {
  .web-browser-message { padding-top: 48px; }
  .web-browser-message strong { font-size: 34px; }
  .web-phone { width: 105px; }
  .web-hero-features { display: grid; grid-template-columns: 1fr 1fr; }
  .web-button { width: 100%; }
  .web-support-card-title { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .web-button,
  .web-faq-list summary i {
    transition: none;
  }
}

/* Compact support details within the included services. */
.web-support-summary { margin-top: 24px; padding: clamp(24px, 4vw, 36px); scroll-margin-top: 100px; }
.web-support-summary .web-support-card-title { padding-bottom: 16px; }
.web-support-summary > p:not(.web-support-note) { margin: 18px 0; font-size: 15px; color: var(--web-muted); }

/* Allow room for the longer English headings. */
html[lang="en"] .paginas-web-page .web-hero h1 { font-size: clamp(38px, 5.5vw, 74px); }
html[lang="en"] .web-browser-message strong { font-size: clamp(28px, 3vw, 40px); }
.web-support-summary .web-support-card-title { flex-wrap: wrap; }
