:root {
  --blue: #5C0CFC;
  --blue-dark: #22044a;
  --blue-deep: #3d089f;
  --green: #10b981;
  --text: #171717;
  --muted: #525252;
  --border: #e5e5e5;
  --soft: #fafafa;
  --purple-soft: #f5f0ff;
  --purple-mid: #ead5ff;
  --white: #ffffff;
  --gradient-primary: linear-gradient(135deg, #5C0CFC 0%, #7a3dff 100%);
  --gradient-secondary: linear-gradient(135deg, #fffcf5 0%, #f0ebff 100%);
  --shadow: 0 10px 15px -3px rgba(0,0,0,.10), 0 4px 6px -2px rgba(0,0,0,.05);
  --shadow-primary: 0 10px 15px -3px rgba(92,12,252,.20);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.operator-bar {
  padding: 9px 0;
  background: #22044a;
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.navbar-logo img {
  height: 48px;
  object-fit: contain;
}

.navbar-links,
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.navbar-links a,
.navbar-phone {
  color: var(--muted);
  font-weight: 600;
  white-space: nowrap;
}

.navbar-links a:hover,
.navbar-phone:hover {
  color: var(--blue);
}

.narrow {
  width: min(900px, calc(100% - 40px));
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #06163f 0%, #17058c 58%, #2800c8 100%);
  color: #fff;
  text-align: center;
  padding: 58px 0 48px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1050px;
}

.logo-pill {
  width: 172px;
  min-height: 62px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 14px 30px;
}

.logo-pill img {
  width: 110px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin: 0 auto 22px;
  font-size: clamp(2.4rem, 5vw, 4.15rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  max-width: 850px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 2.2vw, 1.28rem);
}

.hero-subtitle-primary {
  margin-bottom: 12px;
  font-weight: 600;
}

.hero-support {
  margin: 0 auto 22px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  max-width: 540px;
  margin: 24px auto 30px;
  list-style: none;
}

.hero-highlights li {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-pill {
  border-radius: 999px;
}

.badge {
  display: inline-block;
  width: fit-content;
  background: var(--purple-soft);
  color: var(--blue-deep);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--purple-mid);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-primary);
}

.btn-blue {
  background: var(--gradient-primary);
  color: #fff;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
}

.btn-whatsapp::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.09 22.48L3.2 29.2l6.9-1.81a12.73 12.73 0 0 0 5.94 1.51h.01A12.85 12.85 0 0 0 28.8 16.06 12.8 12.8 0 0 0 16.04 3.2Zm0 23.55h-.01a10.58 10.58 0 0 1-5.39-1.48l-.39-.23-4.09 1.07 1.09-3.98-.26-.41a10.56 10.56 0 1 1 9.05 5.03Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.03-1.01 1.24-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.57-.95-.84-1.59-1.89-1.78-2.2-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.71-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.11 1.08-1.11 2.64 0 1.56 1.14 3.07 1.29 3.28.16.21 2.24 3.42 5.43 4.8.76.33 1.35.52 1.81.67.76.24 1.46.21 2.01.13.61-.09 1.88-.77 2.14-1.51.27-.74.27-1.38.19-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.09 22.48L3.2 29.2l6.9-1.81a12.73 12.73 0 0 0 5.94 1.51h.01A12.85 12.85 0 0 0 28.8 16.06 12.8 12.8 0 0 0 16.04 3.2Zm0 23.55h-.01a10.58 10.58 0 0 1-5.39-1.48l-.39-.23-4.09 1.07 1.09-3.98-.26-.41a10.56 10.56 0 1 1 9.05 5.03Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.03-1.01 1.24-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.57-.95-.84-1.59-1.89-1.78-2.2-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.71-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.11 1.08-1.11 2.64 0 1.56 1.14 3.07 1.29 3.28.16.21 2.24 3.42 5.43 4.8.76.33 1.35.52 1.81.67.76.24 1.46.21 2.01.13.61-.09 1.88-.77 2.14-1.51.27-.74.27-1.38.19-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-white {
  background: #fff;
  color: var(--blue);
  border-color: var(--purple-mid);
}

.btn-whatsapp-outline,
.btn-outline-green {
  background: #fff;
  color: var(--green);
  border-color: var(--green);
}

.btn-full {
  width: 100%;
}

.legal {
  max-width: 980px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
}

.section {
  padding: 76px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.section-copy h2,
.final-cta h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 2.35rem);
  line-height: 1.15;
  font-weight: 700;
}

.section-heading p,
.section-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.support-text {
  margin-top: 12px;
}

.form-section {
  padding-top: 58px;
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-list span,
.location-grid span {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 12px;
  background: #fff;
  color: var(--blue);
  font-weight: 700;
}

.lead-card,
.plan-card,
.line-card,
.benefit-grid article,
.steps-grid article,
.faq-list details {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-card {
  padding: 26px;
}

.lead-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #30343b;
  font-weight: 700;
  font-size: 0.92rem;
}

.lead-card input,
.lead-card select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 0 12px;
  font: inherit;
  background: #fff;
}

.lead-card input:focus,
.lead-card select:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(92, 12, 252, 0.13);
}

.microcopy,
.note,
.form-feedback {
  color: var(--muted);
  font-size: 0.85rem;
}

.consent-copy a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.transparency-section {
  padding: 0 0 76px;
}

.transparency-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px 32px;
  border: 1px solid #cddff8;
  border-radius: 20px;
  background: #eef6ff;
  box-shadow: 0 12px 28px rgba(18, 73, 132, 0.1);
}

.transparency-card h2 {
  margin-bottom: 16px;
  color: #123b69;
  font-size: 1.55rem;
}

.transparency-card p {
  margin-bottom: 8px;
  color: #294866;
}

.shield-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #dbeafe;
  color: #185cf5;
}

.shield-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-feedback {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--green);
  font-weight: 700;
}

.plan-grid,
.line-grid,
.benefit-grid,
.steps-grid {
  display: grid;
  gap: 20px;
}

.plan-grid {
  grid-template-columns: repeat(4, 1fr);
}

.plan-card {
  position: relative;
  overflow: hidden;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--gradient-primary);
}

.plan-card:hover,
.line-card:hover,
.benefit-grid article:hover,
.steps-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(18, 33, 76, 0.16);
}

.icon-circle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 8px auto 20px;
  border-radius: 999px;
  background: var(--gradient-primary);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
}

.icon-circle svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-card h3,
.line-card h3 {
  color: var(--blue);
  font-size: 1.28rem;
}

.card-subtitle {
  color: var(--muted);
  font-weight: 700;
}

.plan-card p,
.plan-card li,
.line-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-card ul {
  min-height: 190px;
  margin: 18px 0;
  padding-left: 18px;
  text-align: left;
}

.plan-card .btn + .btn {
  margin-top: 10px;
}

.line-grid {
  grid-template-columns: repeat(4, 1fr);
}

.line-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.line-card p {
  flex: 1;
}

.line-card-black {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

.line-card-black h3,
.line-card-black p,
.line-card-black .brand-text {
  color: #fff;
}

.brand-text {
  display: block;
  margin-bottom: 18px;
  color: #562cff;
  font-size: 2rem;
  line-height: 1;
}

.brand-text span {
  display: block;
  color: #ff6b26;
  font-size: 1rem;
}

.center-action {
  margin-top: 28px;
  text-align: center;
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.network-grid div {
  min-height: 145px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #f4f0ff;
  text-align: center;
  box-shadow: 0 7px 20px rgba(18, 33, 76, 0.08);
  padding: 26px;
}

.network-grid img {
  width: min(190px, 100%);
  max-height: 82px;
  object-fit: contain;
}

.network-grid div:nth-child(5) img,
.network-grid div:nth-child(6) img,
.network-grid div:nth-child(7) img {
  width: min(210px, 100%);
}

.note {
  margin: 24px 0 0;
  text-align: center;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article,
.steps-grid article {
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #dceaff;
  color: #185cf5;
}

.benefit-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid h3,
.steps-grid h3 {
  font-size: 1.1rem;
}

.benefit-grid p,
.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  padding: 15px 18px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.final-cta {
  padding: 70px 0 92px;
  background: var(--gradient-primary);
  color: #fff;
  text-align: center;
}

.institutional-section {
  background: #f7f8fc;
}

.broker-identification {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.broker-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.broker-logo {
  width: 180px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.broker-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.broker-logo-company {
  padding: 8px;
}

.broker-logo-certificate {
  width: 150px;
  border: 1px solid rgba(92, 12, 252, 0.16);
  box-shadow: 0 8px 20px rgba(39, 20, 91, 0.15);
}

.broker-data {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
}

.broker-data strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 1rem;
}

.site-footer {
  padding: 54px 0 26px;
  background: #130329;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 0.8fr;
  gap: 36px;
}

.footer-title {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 1rem;
}

.site-footer p,
.site-footer address {
  margin-bottom: 9px;
  font-size: 0.9rem;
  font-style: normal;
}

.site-footer a {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-weight: 700;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-links a {
  margin: 0;
  font-size: 0.86rem;
}

.footer-seo {
  max-width: 940px;
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, 0.72);
}

.footer-copy {
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem !important;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-sticky {
  display: none;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #12372a;
  box-shadow: 0 18px 45px rgba(18, 55, 42, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  border: 2px solid rgba(16, 185, 129, 0.35);
  animation: whatsapp-ring 1.8s ease-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(18, 55, 42, 0.24);
  color: #12372a;
}

.whatsapp-float-text {
  display: grid;
  gap: 1px;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
}

.whatsapp-float-text strong {
  font-size: 14px;
  font-weight: 800;
}

.whatsapp-float-text small {
  color: #168f45;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-float-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.35);
  animation: whatsapp-bounce 2.2s ease-in-out infinite;
}

.whatsapp-float-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.09 22.48L3.2 29.2l6.9-1.81a12.73 12.73 0 0 0 5.94 1.51h.01A12.85 12.85 0 0 0 28.8 16.06 12.8 12.8 0 0 0 16.04 3.2Zm0 23.55h-.01a10.58 10.58 0 0 1-5.39-1.48l-.39-.23-4.09 1.07 1.09-3.98-.26-.41a10.56 10.56 0 1 1 9.05 5.03Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.03-1.01 1.24-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.57-.95-.84-1.59-1.89-1.78-2.2-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.71-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.11 1.08-1.11 2.64 0 1.56 1.14 3.07 1.29 3.28.16.21 2.24 3.42 5.43 4.8.76.33 1.35.52 1.81.67.76.24 1.46.21 2.01.13.61-.09 1.88-.77 2.14-1.51.27-.74.27-1.38.19-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.09 22.48L3.2 29.2l6.9-1.81a12.73 12.73 0 0 0 5.94 1.51h.01A12.85 12.85 0 0 0 28.8 16.06 12.8 12.8 0 0 0 16.04 3.2Zm0 23.55h-.01a10.58 10.58 0 0 1-5.39-1.48l-.39-.23-4.09 1.07 1.09-3.98-.26-.41a10.56 10.56 0 1 1 9.05 5.03Zm5.8-7.91c-.32-.16-1.88-.93-2.17-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.03-1.01 1.24-.18.21-.37.24-.69.08-.32-.16-1.34-.49-2.56-1.57-.95-.84-1.59-1.89-1.78-2.2-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.71-1.71-.98-2.35-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.11 1.08-1.11 2.64 0 1.56 1.14 3.07 1.29 3.28.16.21 2.24 3.42 5.43 4.8.76.33 1.35.52 1.81.67.76.24 1.46.21 2.01.13.61-.09 1.88-.77 2.14-1.51.27-.74.27-1.38.19-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float-icon::after {
  content: "1";
  position: absolute;
  top: -3px;
  right: -2px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff3b30;
  color: white;
  border: 2px solid white;
  font-size: 11px;
  font-weight: 800;
}

@keyframes whatsapp-ring {
  0% {
    opacity: 0.75;
    transform: scale(0.96);
  }
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

@keyframes whatsapp-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.regional-entry {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e5e7ef;
  background: #f7f5ff;
}

.regional-entry-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.regional-entry-inner > div strong,
.regional-entry-inner > div span {
  display: block;
}

.regional-entry-inner > div strong {
  color: #24105f;
  font-size: 0.88rem;
}

.regional-entry-inner > div span {
  margin-top: 3px;
  color: #68647a;
  font-size: 0.76rem;
}

.regional-form {
  display: flex;
  align-items: center;
  gap: 9px;
}

.regional-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.regional-form select,
.regional-form button {
  min-height: 40px;
  border-radius: 10px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
}

.regional-form select {
  min-width: 190px;
  padding: 0 34px 0 11px;
  border: 1px solid #d9d3eb;
  background: #fff;
  color: #332c49;
}

.regional-form button {
  padding: 0 15px;
  border: 0;
  background: #5c0cfc;
  color: #fff;
  cursor: pointer;
}

.regional-entry.is-detecting .regional-form {
  opacity: 0.65;
}

@media (max-width: 1020px) {
  .hero-highlights,
  .plan-grid,
  .line-grid,
  .benefit-grid,
  .network-grid,
  .location-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-layout {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1,
  .hero-subtitle,
  .legal {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .section-copy {
    text-align: center;
  }

  .trust-list {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .regional-entry-inner {
    padding: 13px 0;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .regional-form {
    width: 100%;
  }

  .regional-form select {
    min-width: 0;
    flex: 1;
  }

  body {
    padding-bottom: 76px;
  }

  .hero {
    padding: 42px 0 36px;
  }

  .operator-bar {
    font-size: 0.75rem;
  }

  .navbar-inner {
    min-height: 72px;
  }

  .navbar-links,
  .navbar-phone {
    display: none;
  }

  .hero-highlights,
  .plan-grid,
  .line-grid,
  .benefit-grid,
  .network-grid,
  .location-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .transparency-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .shield-icon {
    margin: 0 auto;
  }

  .transparency-card h2,
  .transparency-card p {
    text-align: center;
  }

  .broker-identification {
    padding: 22px 16px;
  }

  .broker-logos {
    gap: 14px;
  }

  .broker-logo {
    width: min(42vw, 150px);
    height: min(35vw, 126px);
  }

  .broker-logo-certificate {
    width: min(35vw, 126px);
  }

  .section {
    padding: 54px 0;
  }

  .container,
  .narrow {
    width: min(100% - 28px, 1120px);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .plan-card ul {
    min-height: 0;
  }

  .network-grid div {
    min-height: 110px;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--border);
    box-shadow: 0 -8px 24px rgba(18, 33, 76, 0.14);
  }

  .mobile-sticky .btn {
    min-height: 48px;
    padding: 10px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 84px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .whatsapp-float:hover {
    box-shadow: none;
  }

  .whatsapp-float-text {
    position: absolute;
    right: 0;
    bottom: 62px;
    min-width: 124px;
    padding: 9px 11px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 12px 30px rgba(18, 55, 42, 0.16);
    border: 1px solid rgba(16, 185, 129, 0.22);
  }

  .whatsapp-float-text::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: white;
    border-right: 1px solid rgba(16, 185, 129, 0.22);
    border-bottom: 1px solid rgba(16, 185, 129, 0.22);
    transform: rotate(45deg);
  }

  .whatsapp-float-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
