/* Transições limpas entre as seções — substitui o antigo recorte em zigue-zague */
.wave{
  display:none!important;
  clip-path:none!important;
}

.hero.section-rounded-bottom{
  border-radius:0 0 34px 34px;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}

.soft-section.curved-top{
  border-radius:34px 34px 0 0;
}

.soft-section.curved-bottom{
  border-radius:0 0 34px 34px;
}

.soft-section.curved-top.curved-bottom{
  border-radius:34px;
}

.footer{
  margin-top:48px;
  padding-top:58px;
  border-radius:34px 34px 0 0;
  border-top:1px solid rgba(22,196,207,.14);
}

html[data-theme="dark"] .hero.section-rounded-bottom{
  border-bottom:1px solid rgba(32,208,219,.12);
  box-shadow:0 16px 38px rgba(0,0,0,.22);
}

html[data-theme="dark"] .soft-section{
  box-shadow:
    inset 0 1px 0 rgba(32,208,219,.08),
    inset 0 -1px 0 rgba(32,208,219,.06);
}

html[data-theme="dark"] .footer{
  border-top-color:rgba(32,208,219,.14);
  box-shadow:0 -16px 40px rgba(0,0,0,.14);
}

/* Alternância claro/escuro — chave em cápsula com profundidade, sem emoji. */
.theme-toggle{
  position:relative;
  display:block;
  flex:0 0 auto;
  width:70px;
  height:36px;
  padding:0;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(5,153,166,.18);
  border-radius:999px;
  background:linear-gradient(145deg,#f9ffff 0%,#e3f7f8 100%);
  color:transparent;
  font-size:0;
  line-height:0;
  box-shadow:
    inset 0 2px 6px rgba(4,112,121,.10),
    inset 0 -1px 0 rgba(255,255,255,.95),
    0 7px 18px rgba(6,93,101,.13);
  cursor:pointer;
  transition:
    transform .22s ease,
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}

.theme-toggle::before{
  content:"";
  position:absolute;
  z-index:1;
  top:3px;
  left:3px;
  width:28px;
  height:28px;
  border:1px solid rgba(5,153,166,.13);
  border-radius:50%;
  background:linear-gradient(145deg,#ffffff 0%,#eaf8f9 100%);
  box-shadow:
    0 4px 10px rgba(6,72,79,.20),
    inset 1px 1px 0 rgba(255,255,255,.98),
    inset -1px -1px 0 rgba(8,126,137,.05);
  transform:translateX(34px);
  transition:transform .34s cubic-bezier(.2,.75,.25,1),background .28s ease,box-shadow .28s ease;
}

.theme-toggle::after{
  content:"";
  position:absolute;
  z-index:2;
  top:50%;
  left:10px;
  width:15px;
  height:15px;
  background:#0ca9b5;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3.5' fill='black'/%3E%3Cpath d='M12 1v3M12 20v3M4.22 4.22l2.12 2.12M17.66 17.66l2.12 2.12M1 12h3M20 12h3M4.22 19.78l2.12-2.12M17.66 6.34l2.12-2.12' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3.5' fill='black'/%3E%3Cpath d='M12 1v3M12 20v3M4.22 4.22l2.12 2.12M17.66 17.66l2.12 2.12M1 12h3M20 12h3M4.22 19.78l2.12-2.12M17.66 6.34l2.12-2.12' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
  transform:translateY(-50%);
  transition:transform .34s cubic-bezier(.2,.75,.25,1),background-color .28s ease;
}

.theme-toggle:hover{
  border-color:rgba(22,196,207,.58);
  transform:translateY(-1px);
  box-shadow:
    inset 0 2px 6px rgba(4,112,121,.11),
    inset 0 -1px 0 rgba(255,255,255,.95),
    0 9px 21px rgba(6,93,101,.18);
}

.theme-toggle:active{
  transform:translateY(0) scale(.98);
}

.theme-toggle:focus-visible{
  outline:3px solid rgba(22,196,207,.28);
  outline-offset:3px;
}

html[data-theme="dark"] .theme-toggle{
  border-color:rgba(32,208,219,.24);
  background:linear-gradient(145deg,#041115 0%,#0a292f 100%);
  box-shadow:
    inset 0 2px 7px rgba(0,0,0,.58),
    inset 0 -1px 0 rgba(255,255,255,.045),
    0 8px 20px rgba(0,0,0,.28);
}

html[data-theme="dark"] .theme-toggle::before{
  background:linear-gradient(145deg,#f9ffff 0%,#d9f3f5 100%);
  box-shadow:
    0 4px 11px rgba(0,0,0,.34),
    inset 1px 1px 0 rgba(255,255,255,.98),
    inset -1px -1px 0 rgba(8,126,137,.08);
  transform:translateX(0);
}

html[data-theme="dark"] .theme-toggle::after{
  background:#74e8ee;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79Z' fill='black'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79Z' fill='black'/%3E%3C/svg%3E");
  transform:translate(34px,-50%);
}

/* Destaques do hero — ícones vetoriais consistentes, sem caracteres/emoji. */
.hero-points b{
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  color:transparent!important;
  font-size:0!important;
  line-height:0;
}

.hero-points b::before{
  content:"";
  display:block;
  width:24px;
  height:24px;
  background:var(--teal);
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
}

.hero-points div:nth-child(1) b::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20.5S4 16.2 4 9.8C4 6.9 5.9 5 8.5 5c1.6 0 2.9.8 3.5 2 .6-1.2 1.9-2 3.5-2C18.1 5 20 6.9 20 9.8c0 6.4-8 10.7-8 10.7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8.2v7.1M8.45 11.75h7.1' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20.5S4 16.2 4 9.8C4 6.9 5.9 5 8.5 5c1.6 0 2.9.8 3.5 2 .6-1.2 1.9-2 3.5-2C18.1 5 20 6.9 20 9.8c0 6.4-8 10.7-8 10.7Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8.2v7.1M8.45 11.75h7.1' fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hero-points div:nth-child(2) b::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8c.7 4.5 2.3 6.1 6.8 6.8-4.5.7-6.1 2.3-6.8 6.8-.7-4.5-2.3-6.1-6.8-6.8 4.5-.7 6.1-2.3 6.8-6.8Z' fill='black'/%3E%3Cpath d='M18.4 15.2c.35 2.2 1.15 3 3.35 3.35-2.2.35-3 1.15-3.35 3.35-.35-2.2-1.15-3-3.35-3.35 2.2-.35 3-1.15 3.35-3.35ZM5.2 2.8c.25 1.55.8 2.1 2.35 2.35C6 5.4 5.45 5.95 5.2 7.5 4.95 5.95 4.4 5.4 2.85 5.15 4.4 4.9 4.95 4.35 5.2 2.8Z' fill='black'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8c.7 4.5 2.3 6.1 6.8 6.8-4.5.7-6.1 2.3-6.8 6.8-.7-4.5-2.3-6.1-6.8-6.8 4.5-.7 6.1-2.3 6.8-6.8Z' fill='black'/%3E%3Cpath d='M18.4 15.2c.35 2.2 1.15 3 3.35 3.35-2.2.35-3 1.15-3.35 3.35-.35-2.2-1.15-3-3.35-3.35 2.2-.35 3-1.15 3.35-3.35ZM5.2 2.8c.25 1.55.8 2.1 2.35 2.35C6 5.4 5.45 5.95 5.2 7.5 4.95 5.95 4.4 5.4 2.85 5.15 4.4 4.9 4.95 4.35 5.2 2.8Z' fill='black'/%3E%3C/svg%3E");
}

.hero-points div:nth-child(3) b::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='3'/%3E%3Ccircle cx='6' cy='17' r='3'/%3E%3Cpath d='m8.6 8.5 11 6.5M8.6 15.5l11-6.5M18.8 8.6l1.3-.8M18.8 15.4l1.3.8'/%3E%3C/g%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='3'/%3E%3Ccircle cx='6' cy='17' r='3'/%3E%3Cpath d='m8.6 8.5 11 6.5M8.6 15.5l11-6.5M18.8 8.6l1.3-.8M18.8 15.4l1.3.8'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width:650px){
  .hero.section-rounded-bottom{
    border-radius:0 0 24px 24px;
  }

  .soft-section.curved-top{
    border-radius:24px 24px 0 0!important;
  }

  .soft-section.curved-bottom{
    border-radius:0 0 24px 24px!important;
  }

  .soft-section.curved-top.curved-bottom{
    border-radius:24px!important;
  }

  .footer{
    margin-top:26px!important;
    padding-top:48px!important;
    border-radius:24px 24px 0 0;
  }

  .theme-toggle{
    width:62px;
    height:32px;
  }

  .theme-toggle::before{
    top:3px;
    left:3px;
    width:24px;
    height:24px;
    transform:translateX(30px);
  }

  .theme-toggle::after{
    left:8px;
    width:13px;
    height:13px;
  }

  html[data-theme="dark"] .theme-toggle::before{
    transform:translateX(0);
  }

  html[data-theme="dark"] .theme-toggle::after{
    transform:translate(30px,-50%);
  }

  .hero-points b{
    flex-basis:20px;
    width:20px;
    height:20px;
  }

  .hero-points b::before{
    width:19px;
    height:19px;
  }
}

@media (prefers-reduced-motion:reduce){
  .theme-toggle,
  .theme-toggle::before,
  .theme-toggle::after{
    transition:none!important;
  }
}
