:root {
  --purple: #765cf3;
  --purple-dark: #5d43d9;
  --purple-soft: #a796f5;
  --aqua: #77e8df;
  --teal: #0a8d8c;
  --navy: #303238;
  --ink: #3d3f45;
  --muted: #676970;
  --paper: #fff;
  --soft: #f7f6ff;
  --line: #e8e5f6;
}
* { box-sizing: border-box; }
html { width: 100%; min-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; min-width: 100%; margin: 0; color: var(--ink); background: var(--paper); font-family: "Gotham", "Century Gothic", "Avenir Next", "URW Gothic L", Arial, sans-serif; font-weight: 400; overflow-x: clip; }
main { width: 100%; min-width: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: auto; }
.topbar { background: var(--purple); color: white; text-align: center; padding: 10px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.header { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 205px; height: auto; }
.header nav { display: flex; gap: 30px; font-size: 14px; font-weight: 700; color: var(--navy); }
.header nav a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; background: var(--purple); color: #fff; font-weight: 700; font-size: 15px; box-shadow: 0 10px 24px rgba(118,92,243,.22); transition: .2s; }
.button:hover { background: var(--purple-dark); transform: translateY(-2px); }
.button.small { min-height: 44px; padding: 0 20px; }
.button.ghost { background: transparent; color: var(--navy); border: 1px solid #d8d5e8; box-shadow: none; }
.button.light { background: #fff; color: var(--purple); box-shadow: none; }
.button.outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.65); box-shadow: none; }
.hero { background: linear-gradient(120deg,#fff 0 52%,#eefcfb 52%); position: relative; overflow: hidden; }
.hero:before,.hero:after { content: ""; position: absolute; border-radius: 50%; filter: blur(46px); opacity: .26; pointer-events: none; }
.hero:before { width: 330px; height: 250px; background: var(--aqua); top: -120px; left: -70px; }
.hero:after { width: 360px; height: 280px; background: #d8c7ff; right: -130px; bottom: -120px; }
.hero-copy { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; position: relative; z-index: 1; }
.hero-text { padding: 64px 0; }
.eyebrow { display: block; color: var(--teal); font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
h1,h2,h3 { color: var(--navy); margin: 0; font-weight: 700; }
h1 { font-size: clamp(46px,5.3vw,76px); line-height: 1.04; letter-spacing: -.035em; max-width: 700px; }
h1 em { font-style: normal; color: var(--purple); }
h2 { font-size: clamp(34px,4vw,52px); line-height: 1.1; letter-spacing: -.025em; }
h3 { font-size: 21px; line-height: 1.25; }
.hero-text > p { font-size: 19px; line-height: 1.7; color: var(--muted); max-width: 590px; margin: 25px 0 30px; }
.hero-price { width: fit-content; margin: 24px 0 10px; padding: 14px 18px; border: 1px solid rgba(118,92,243,.2); border-left: 5px solid var(--aqua); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(72,61,130,.09); display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 18px; row-gap: 2px; }
.hero-price span { color: var(--navy); font-size: 17px; font-weight: 800; }
.hero-price strong { color: var(--purple); font-size: 32px; line-height: 1; white-space: nowrap; }
.hero-price small { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.checks { list-style: none; padding: 0; margin: 29px 0 0; display: flex; flex-wrap: wrap; gap: 11px 24px; color: #5d5f66; font-size: 14px; }
.checks li:before { content: "✓"; color: var(--teal); font-weight: 700; margin-right: 8px; }
.hero-photo { height: 530px; border-radius: 180px 24px 180px 24px; overflow: hidden; position: relative; box-shadow: 0 28px 70px rgba(72,61,130,.16); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; }
.photo-card { position: absolute; left: 24px; bottom: 24px; background: #fff; padding: 18px 22px; border-radius: 18px; display: flex; flex-direction: column; box-shadow: 0 15px 30px rgba(72,61,130,.18); }
.photo-card strong { font-size: 25px; color: var(--purple); }
.photo-card span { font-size: 12px; color: var(--muted); }
.trust { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; font-size: 14px; font-weight: 700; color: #55575d; }
.trust-grid span:not(:last-child) { border-right: 1px solid var(--line); }
.section { padding: 108px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.two-col p { margin: 0 0 18px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.benefit-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.benefit-grid article { border: 1px solid var(--line); padding: 32px; border-radius: 24px; background: #fff; }
.benefit-grid b { font-size: 13px; color: var(--purple); }
.benefit-grid h3 { margin: 26px 0 10px; }
.benefit-grid p,.steps p { color: var(--muted); line-height: 1.65; margin: 0; }
.soft { background: linear-gradient(135deg,#f8f7ff,#effcfb); }
.solution-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.crown-visual { min-height: 510px; border-radius: 36px; background: linear-gradient(145deg,var(--purple),var(--purple-soft)); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; position: relative; overflow: hidden; }
.crown-visual:before,.crown-visual:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; width: 440px; height: 440px; }
.crown-visual:after { width: 320px; height: 320px; }
.crown-tooth { width: 130px; height: 122px; border-radius: 45% 45% 54% 54%; background: #fff; color: var(--aqua); display: grid; place-items: center; font-size: 40px; position: relative; z-index: 1; box-shadow: 0 12px 35px rgba(49,37,119,.18); }
.crown-line { width: 145px; height: 13px; border-radius: 999px; background: var(--aqua); margin-top: 13px; position: relative; z-index: 1; }
.crown-visual span { position: relative; z-index: 1; font-weight: 800; margin-top: 26px; }
.solution-grid > div:last-child > p { font-size: 18px; color: var(--muted); }
.feature-list { list-style: none; padding: 0; margin: 32px 0; }
.feature-list li { padding: 18px 0; border-bottom: 1px solid #d6e9e7; display: flex; flex-direction: column; gap: 5px; }
.feature-list strong { color: var(--navy); font-size: 18px; }
.feature-list span { color: var(--muted); }
.text-link { color: var(--purple); font-weight: 700; }
.process { text-align: center; }
.process h2 { max-width: 720px; margin: 0 auto; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 56px; text-align: left; }
.steps article { padding: 28px; border-top: 3px solid var(--aqua); background: #fafafa; border-radius: 0 0 20px 20px; }
.steps b { color: var(--purple); font-size: 28px; }
.steps h3 { font-size: 18px; margin: 22px 0 12px; }
.quote { padding: 90px 0; background: var(--purple); color: #fff; text-align: center; position: relative; overflow: hidden; }
.quote:before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--aqua); filter: blur(80px); opacity: .2; left: -100px; top: -100px; }
.quote-inner { max-width: 920px; position: relative; z-index: 1; }
.stars { color: #ffd36a; letter-spacing: .28em; }
.quote blockquote { font-size: clamp(26px,3.2vw,42px); line-height: 1.3; font-weight: 700; margin: 24px auto; }
.quote p { color: #e2ddff; }
.local-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.local-grid p { font-size: 18px; color: var(--muted); line-height: 1.7; }
.map { height: 360px; border-radius: 32px; background: linear-gradient(30deg,#dff3f0,#f1efff); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); }
.map:before,.map:after { content: ""; position: absolute; inset: 18% -10%; border-top: 3px solid rgba(98,82,220,.18); transform: rotate(-17deg); }
.map:after { transform: rotate(21deg); }
.pin { font-size: 50px; color: var(--purple); z-index: 1; }
.map span { font-size: 23px; font-weight: 700; z-index: 1; }
.map small { z-index: 1; }
.faq { background: linear-gradient(135deg,#f8f7ff,#effcfb); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-grid > div:first-child > p { color: var(--muted); line-height: 1.7; }
.faq details { border-bottom: 1px solid #cde2df; padding: 22px 0; }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 800; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--purple); font-size: 24px; }
.faq details p { color: var(--muted); line-height: 1.7; padding-right: 40px; }
.final { padding: 105px 0; text-align: center; background: linear-gradient(135deg,var(--purple-dark),var(--purple)); color: #fff; position: relative; overflow: hidden; }
.final:after { content: ""; position: absolute; width: 360px; height: 260px; border-radius: 50%; background: var(--aqua); filter: blur(90px); opacity: .22; right: -100px; bottom: -120px; }
.final .shell { position: relative; z-index: 1; }
.final span { text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 800; color: var(--aqua); }
.final h2 { color: #fff; max-width: 800px; margin: 18px auto; }
.final p { color: #e2ddff; }
.centered { justify-content: center; margin-top: 30px; }
footer { background: #302866; color: #e7e3ff; padding: 45px 0 28px; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { font-size: 21px; color: #fff; letter-spacing: .06em; }
.footer-brand b { color: var(--aqua); }
.legal { font-size: 12px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 20px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; min-height: 58px; padding: 0 20px 0 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff; font-size: 15px; font-weight: 800; box-shadow: 0 12px 30px rgba(26,119,60,.32); transition: transform .2s ease,background .2s ease,box-shadow .2s ease; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.whatsapp-float:hover { background: #1ebe5d; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(26,119,60,.38); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 900px) {
  .header nav { display: none; }
  .hero-copy,.two-col,.solution-grid,.local-grid,.faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { padding: 20px 0 60px; }
  .hero-photo { height: 460px; order: -1; }
  .hero-text { padding: 20px 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; gap: 20px; }
  .trust-grid span:not(:last-child) { border: 0; }
  .benefit-grid,.steps { grid-template-columns: 1fr 1fr; }
  .section { padding: 78px 0; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 30px,1180px); }
  .topbar { font-size: 11px; }
  .header { height: 72px; }
  .brand img { width: 156px; }
  .header > .button { display: none; }
  .hero { background: linear-gradient(145deg,#fff,#eefcfb); }
  .hero-copy { display: flex; flex-direction: column; padding-top: 12px; }
  .hero-photo { width: 100%; height: 340px; border-radius: 90px 18px 90px 18px; order: 0; }
  .hero-text { padding: 0; }
  h1 { font-size: clamp(38px,11.5vw,46px); line-height: 1.01; }
  .hero-text .eyebrow { margin-bottom: 12px; font-size: 11px; line-height: 1.35; }
  .hero-text > p { font-size: 16px; line-height: 1.55; margin: 16px 0 20px; }
  .hero-price { width: 100%; grid-template-columns: 1fr auto; margin: 18px 0 0; padding: 13px 15px; }
  .hero-price span { font-size: 16px; }
  .hero-price strong { font-size: 30px; }
  .actions .button { width: 100%; }
  .checks { display: grid; }
  .benefit-grid,.steps { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .two-col { gap: 28px; }
  .crown-visual { min-height: 400px; }
  .quote { padding: 65px 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 58px; height: 58px; min-height: 58px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
}
