:root {
  --navy: #071b36;
  --blue: #0877ed;
  --blue2: #19a6ff;
  --mint: #17d6a2;
  --ink: #0d2138;
  --muted: #607086;
  --pale: #f3f8fc;
  --line: #dce7f0;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: white;
}
a {
  text-decoration: none;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(12, 50, 88, 0.09);
}
.nav-wrap {
  height: 76px;
  max-width: 1180px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  width: 58px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-copy {
  display: flex;
  flex-direction: column;
}
.brand-copy strong {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.brand-copy small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.55px;
  color: #75859a;
  margin-top: 2px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #3c5067;
}
.site-header nav a:hover {
  color: var(--blue);
}
.nav-cta {
  background: var(--navy);
  color: #fff;
  padding: 13px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}
.nav-cta span {
  color: var(--mint);
  margin-left: 8px;
}
.hero {
  min-height: 725px;
  background: radial-gradient(
    circle at 75% 34%,
    #0d5bac 0,
    #092c59 28%,
    var(--navy) 61%
  );
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, black, transparent);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}
.glow-one {
  width: 450px;
  height: 450px;
  background: #0b83ff2e;
  right: 3%;
  top: 10%;
}
.glow-two {
  width: 280px;
  height: 280px;
  background: #16d6a214;
  left: -8%;
  bottom: 5%;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  min-height: 585px;
  padding: 80px 24px 55px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 55px;
}
.eyebrow,
.section-tag {
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: 800;
}
.eyebrow {
  color: #b4d8fa;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--mint);
}
.hero h1 {
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -3.7px;
  margin: 18px 0 23px;
}
.hero h1 em {
  font-style: normal;
  color: #53c4ff;
}
.hero-copy > p {
  color: #c4d6e8;
  max-width: 590px;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}
.primary-btn {
  padding: 16px 23px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), #139cef);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 25px #0069d548;
}
.primary-btn span {
  margin-left: 25px;
}
.text-btn {
  font-size: 14px;
  font-weight: 700;
  color: #d9e9f7;
}
.text-btn i {
  font-style: normal;
  color: var(--mint);
  font-size: 20px;
  margin-right: 5px;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 39px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0d4e8d;
  border: 2px solid #173f69;
  margin-left: -7px;
  font-size: 9px;
  font-weight: bold;
}
.avatars span:nth-child(2) {
  background: var(--mint);
  color: #062a25;
}
.avatars span:nth-child(3) {
  background: #eef6ff;
  color: #0b4481;
}
.trust-row > div:last-child {
  display: flex;
  flex-direction: column;
}
.trust-row strong {
  font-size: 12px;
}
.trust-row small {
  font-size: 11px;
  color: #8faac5;
  margin-top: 3px;
}
.signal-scene {
  height: 450px;
  position: relative;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(72, 185, 255, 0.24);
  border-radius: 50%;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 400px;
  height: 400px;
}
.orbit-two {
  width: 300px;
  height: 300px;
}
.orbit-three {
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, #087beb35, transparent 68%);
}
.router {
  position: absolute;
  width: 220px;
  height: 170px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 30px #00102096);
}
.antenna {
  position: absolute;
  width: 5px;
  height: 115px;
  background: linear-gradient(#1caafa, #d9efff);
  top: -50px;
  border-radius: 5px;
}
.antenna.left {
  left: 35px;
  transform: rotate(-12deg);
}
.antenna.right {
  right: 35px;
  transform: rotate(12deg);
}
.router-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  height: 40px;
  background: linear-gradient(160deg, #eaf6ff, #a6cce6);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 22px;
}
.router-top span {
  width: 4px;
  height: 4px;
  background: #0f91ee;
  border-radius: 50%;
}
.router-body {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(160deg, #eef8ff, #8eb9d7);
  border-radius: 0 0 18px 18px;
  text-align: center;
  padding-top: 24px;
}
.router-body b {
  color: #14456c;
  font-size: 27px;
  margin-right: 30px;
}
.router-body i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  margin: 0 4px;
  box-shadow: 0 0 10px var(--mint);
}
.floating-card {
  position: absolute;
  background: rgba(8, 34, 66, 0.86);
  border: 1px solid rgba(110, 194, 255, 0.24);
  box-shadow: 0 15px 35px #00122582;
  backdrop-filter: blur(12px);
  border-radius: 14px;
}
.speed-card {
  left: 4px;
  top: 50px;
  width: 145px;
  padding: 16px;
}
.speed-card small {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #74b9ec;
}
.speed-card strong {
  display: block;
  font-size: 33px;
  margin: 5px 0;
}
.speed-card strong b {
  font-size: 11px;
}
.speed-card span {
  font-size: 9px;
  color: #9cb8d2;
}
.uptime-card {
  right: 0;
  bottom: 58px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 12px var(--mint);
}
.uptime-card div {
  display: flex;
  flex-direction: column;
}
.uptime-card strong {
  font-size: 11px;
}
.uptime-card small {
  font-size: 9px;
  color: #8daccc;
  margin-top: 3px;
}
.home-chip {
  position: absolute;
  right: 42px;
  top: 42px;
  background: #0c4780aa;
  border: 1px solid #329eeb6b;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--mint);
  font-size: 13px;
}
.home-chip span {
  color: white;
  margin-left: 5px;
  font-size: 10px;
}
.hero-stats {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px;
}
.hero-stats div {
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 25px;
}
.hero-stats div:first-child {
  padding-left: 0;
}
.hero-stats div:last-child {
  border: 0;
}
.hero-stats strong {
  font-size: 24px;
  color: #53c4ff;
}
.hero-stats span {
  font-size: 11px;
  color: #a8bdd1;
  max-width: 95px;
  line-height: 1.4;
}
.section {
  max-width: 1180px;
  margin: auto;
  padding: 100px 24px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}
.section-tag {
  color: var(--blue);
}
.section-heading h2,
.center-heading h2,
.story-copy h2 {
  font-size: 42px;
  letter-spacing: -1.8px;
  margin: 12px 0 0;
}
.section-heading > p {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
  margin: 0;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.plan-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 27px;
  background: white;
  box-shadow: 0 14px 35px rgba(12, 43, 76, 0.06);
  overflow: hidden;
}
.plan-card.featured {
  border: 2px solid var(--blue);
  box-shadow: 0 22px 45px rgba(0, 111, 232, 0.13);
  transform: translateY(-6px);
}
.popular {
  position: absolute;
  right: -34px;
  top: 20px;
  transform: rotate(45deg);
  background: var(--blue);
  color: white;
  width: 150px;
  text-align: center;
  padding: 6px;
  font-size: 7px;
  letter-spacing: 1px;
  font-weight: bold;
}
.plan-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-title > div {
  display: flex;
  flex-direction: column;
}
.plan-title span {
  font-size: 16px;
  font-weight: 800;
}
.plan-title small {
  color: #8290a2;
  margin-top: 4px;
  font-size: 10px;
}
.plan-title i {
  width: 35px;
  height: 35px;
  background: #eaf5ff;
  color: var(--blue);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-style: normal;
}
.plan-speed {
  margin-top: 32px;
  display: flex;
  align-items: end;
}
.plan-speed strong {
  font-size: 55px;
  line-height: 0.9;
  color: var(--navy);
}
.plan-speed span {
  font-size: 13px;
  font-weight: bold;
  color: var(--blue);
  margin: 0 0 5px 7px;
}
.plan-card > p {
  font-size: 12px;
  color: var(--muted);
  height: 35px;
  line-height: 1.5;
}
.plan-price {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  margin: 22px 0;
  display: flex;
  align-items: baseline;
}
.plan-price small {
  font-weight: bold;
}
.plan-price > strong {
  font-size: 36px;
  letter-spacing: -1px;
}
.plan-price > span {
  font-size: 10px;
  color: #8290a2;
  margin-left: 5px;
}
.plan-price .consult {
  font-size: 26px;
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.plan-card li {
  font-size: 11px;
  color: #52657a;
  margin: 12px 0;
}
.plan-card li b {
  color: var(--mint);
  margin-right: 8px;
}
.plan-card > a {
  display: flex;
  justify-content: space-between;
  background: #eef4f9;
  border-radius: 9px;
  padding: 13px 15px;
  font-size: 11px;
  font-weight: bold;
}
.plan-card.featured > a {
  background: var(--blue);
  color: white;
}
.plan-note {
  text-align: center;
  color: #8492a1;
  font-size: 12px;
  margin: 35px 0 0;
}
.plan-note a {
  color: var(--blue);
  font-weight: bold;
}
.coverage {
  background: linear-gradient(115deg, #071b36, #083a6c);
  color: white;
  overflow: hidden;
}
.coverage-inner {
  max-width: 1180px;
  margin: auto;
  padding: 90px 24px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}
.section-tag.light {
  color: #56c7ff;
}
.coverage h2 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin: 14px 0 20px;
}
.coverage-copy > p {
  color: #adc2d5;
  font-size: 14px;
  line-height: 1.7;
  max-width: 470px;
}
.community-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin: 27px 0;
}
.community-list span {
  font-size: 11px;
  color: #d3e0eb;
}
.community-list b {
  color: var(--mint);
  margin-right: 9px;
}
.community-list .more {
  color: #53c4ff;
  font-weight: bold;
}
.white-btn {
  display: inline-flex;
  background: white;
  color: var(--navy);
  padding: 14px 18px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: bold;
  margin-top: 8px;
}
.white-btn span {
  margin-left: 30px;
  color: var(--blue);
}
.coverage-map {
  height: 380px;
  position: relative;
  border: 1px solid #ffffff13;
  border-radius: 24px;
  background: linear-gradient(145deg, #0a457a66, #06162d);
  overflow: hidden;
}
.map-ring {
  position: absolute;
  border: 1px solid #40b5ff28;
  border-radius: 50%;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.r1 {
  width: 150px;
  height: 150px;
  background: #0684ec15;
}
.r2 {
  width: 280px;
  height: 280px;
}
.r3 {
  width: 430px;
  height: 430px;
}
.map-road {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4bb9fb61, transparent);
  width: 550px;
}
.road-one {
  transform: rotate(22deg);
  top: 48%;
  left: -5%;
}
.road-two {
  transform: rotate(-35deg);
  top: 45%;
  left: 15%;
}
.map-dot {
  position: absolute;
}
.map-dot i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ec6ff;
  box-shadow: 0 0 15px #39b7ff;
}
.map-dot.main {
  left: 48%;
  top: 44%;
  display: flex;
  align-items: center;
  gap: 13px;
}
.map-dot.main i {
  width: 20px;
  height: 20px;
  background: var(--mint);
  border: 5px solid #fff;
  box-shadow:
    0 0 0 9px #17d6a22b,
    0 0 25px var(--mint);
}
.map-dot.main span {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.map-dot.main small {
  font-size: 8px;
  color: #8eb0cf;
  margin-top: 3px;
}
.d1 {
  left: 25%;
  top: 25%;
}
.d2 {
  right: 20%;
  top: 25%;
}
.d3 {
  left: 28%;
  bottom: 22%;
}
.d4 {
  right: 17%;
  bottom: 18%;
}
.map-label {
  position: absolute;
  font-size: 9px;
  color: #9ab5cc;
}
.l1 {
  left: 16%;
  top: 32%;
}
.l2 {
  right: 12%;
  top: 33%;
}
.l3 {
  left: 20%;
  bottom: 14%;
}
.center-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
.center-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.benefit-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 15px;
}
.benefit-grid i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eaf5ff;
  color: var(--blue);
  font-style: normal;
  font-size: 20px;
}
.benefit-grid h3 {
  font-size: 15px;
  margin: 18px 0 10px;
}
.benefit-grid p {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.tech-strip {
  margin-top: 58px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.tech-strip > span {
  font-size: 8px;
  letter-spacing: 1.4px;
  font-weight: bold;
  color: #95a3b1;
  white-space: nowrap;
}
.tech-strip > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  color: #9aa8b5;
}
.tech-strip b {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.story {
  background: var(--pale);
  padding: 95px 24px;
}
.story-card {
  max-width: 1050px;
  margin: auto;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  box-shadow: 0 20px 55px rgba(10, 40, 70, 0.08);
}
.story-visual {
  min-height: 390px;
  background: radial-gradient(circle, #0b70c9, #08284b 67%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.story-logo {
  font-size: 82px;
  font-weight: 900;
  color: white;
  letter-spacing: -10px;
  position: relative;
  z-index: 2;
}
.pulse {
  position: absolute;
  border: 1px solid #4ebcff40;
  border-radius: 50%;
}
.p1 {
  width: 230px;
  height: 230px;
}
.p2 {
  width: 340px;
  height: 340px;
}
.story-badge {
  position: absolute;
  bottom: 26px;
  left: 27px;
  background: var(--mint);
  color: #07362e;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: bold;
}
.story-copy {
  padding: 58px;
}
.story-copy > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.story-copy blockquote {
  margin: 25px 0 7px;
  border-left: 3px solid var(--mint);
  padding-left: 17px;
  color: #31465c;
  font-size: 14px;
  font-weight: bold;
}
.signature {
  font-size: 10px;
  color: #8a99a8;
  margin-left: 20px;
}
.cta-section {
  background: linear-gradient(120deg, #0678e8, #0757ae);
  color: white;
  max-width: 1180px;
  margin: 85px auto;
  border-radius: 22px;
  padding: 58px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.cta-section > div {
  position: relative;
  z-index: 2;
}
.cta-section h2 {
  font-size: 36px;
  letter-spacing: -1.5px;
  margin: 12px 0;
}
.cta-section p {
  font-size: 12px;
  color: #d1e8fb;
  max-width: 600px;
  line-height: 1.6;
}
.cta-action {
  text-align: center;
}
.cta-action a {
  display: block;
  background: white;
  color: var(--blue);
  padding: 17px 22px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.cta-action a span {
  margin-left: 24px;
}
.cta-action small {
  display: block;
  font-size: 8px;
  color: #c2def6;
  margin-top: 9px;
}
.cta-orb {
  position: absolute !important;
  width: 350px;
  height: 350px;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  right: -80px;
  top: -120px;
  z-index: 1 !important;
}
footer {
  background: #07182c;
  color: white;
  padding: 55px 24px 22px;
}
.footer-top,
.footer-bottom {
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
}
.footer-top {
  justify-content: space-between;
  padding-bottom: 40px;
}
.footer-brand .brand-copy strong {
  color: white;
}
.footer-top > p {
  font-size: 10px;
  color: #8da6bf;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  gap: 25px;
  font-size: 11px;
  color: #bacada;
}
.footer-bottom {
  border-top: 1px solid #ffffff13;
  padding-top: 20px;
  justify-content: space-between;
  font-size: 9px;
  color: #718aa3;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  background: #19c875;
  color: white;
  border-radius: 999px;
  padding: 11px 16px 11px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 28px #07974c57;
  font-size: 11px;
}
.whatsapp-float span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  color: #19c875;
  display: grid;
  place-items: center;
  font-weight: bold;
}
@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .hero h1 {
    font-size: 55px;
  }
  .signal-scene {
    height: 380px;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero-stats div:nth-child(2) {
    border: 0;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .plan-card.featured {
    transform: none;
  }
  .coverage-inner,
  .story-card {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-section {
    margin: 60px 24px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .nav-wrap {
    height: 66px;
    padding: 0 17px;
  }
  .brand-copy strong {
    font-size: 16px;
  }
  .nav-cta {
    padding: 11px 12px;
    font-size: 0;
  }
  .nav-cta span {
    font-size: 15px;
    margin: 0;
  }
  .hero-inner {
    padding: 55px 20px 35px;
    gap: 15px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2.4px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .trust-row {
    margin-top: 30px;
  }
  .signal-scene {
    height: 350px;
    transform: scale(0.92);
  }
  .speed-card {
    left: -12px;
  }
  .uptime-card {
    right: -12px;
  }
  .hero-stats {
    padding: 22px 20px;
  }
  .hero-stats div {
    padding-left: 0;
    border: 0;
  }
  .hero-stats strong {
    font-size: 19px;
  }
  .section {
    padding: 75px 20px;
  }
  .section-heading h2,
  .center-heading h2,
  .story-copy h2,
  .coverage h2 {
    font-size: 33px;
  }
  .coverage-inner {
    padding: 70px 20px;
    gap: 45px;
  }
  .coverage-map {
    height: 310px;
  }
  .community-list {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .tech-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .tech-strip > div {
    width: 100%;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: flex-start;
  }
  .story {
    padding: 65px 20px;
  }
  .story-visual {
    min-height: 280px;
  }
  .story-copy {
    padding: 38px 28px;
  }
  .cta-section {
    margin: 55px 20px;
    padding: 42px 27px;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .cta-section h2 {
    font-size: 31px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .whatsapp-float b {
    display: none;
  }
  .whatsapp-float {
    padding: 10px;
  }
}

/* Ruijie RG-EW300N */
.product-router {
  position: absolute;
  width: 310px;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 30px #00102096);
  text-align: center;
  z-index: 2;
}
.product-router img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.product-router > span {
  display: inline-block;
  background: #061a31c7;
  border: 1px solid #36aaf94a;
  border-radius: 999px;
  padding: 7px 13px;
  color: #9fc8e8;
  font-size: 9px;
  letter-spacing: 0.3px;
  backdrop-filter: blur(8px);
}
.product-router > span b {
  color: white;
}

/* Repostería Allis y Matt */
.bakery-section {
  padding: 30px 24px 95px;
  background: white;
}
.bakery-card {
  max-width: 1180px;
  min-height: 360px;
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.78fr 1.25fr 0.72fr;
  background: linear-gradient(120deg, #fff8fa, #fff0f5 58%, #f8dce8);
  border: 1px solid #f2d2df;
  box-shadow: 0 20px 55px rgba(114, 34, 70, 0.1);
  position: relative;
}
.bakery-art {
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, #fff 0, #ffe8f1 70%);
  overflow: hidden;
}
.cake {
  width: 190px;
  height: 190px;
  position: relative;
  margin-top: 50px;
  filter: drop-shadow(0 24px 20px #a14e7440);
}
.cake-top {
  position: absolute;
  width: 145px;
  height: 42px;
  left: 22px;
  top: 40px;
  background: #fff7f1;
  border-radius: 50%;
  border: 3px solid #f5b0c9;
  z-index: 4;
}
.cake-layer {
  position: absolute;
  left: 22px;
  width: 145px;
  background: linear-gradient(90deg, #f498ba, #ffd2df, #f38eb5);
  border-radius: 0 0 17px 17px;
}
.cake-layer.one {
  top: 60px;
  height: 58px;
  z-index: 3;
}
.cake-layer.two {
  top: 108px;
  left: 8px;
  width: 174px;
  height: 62px;
  background: linear-gradient(90deg, #fff0e6, #fffaf4, #f8ded5);
  border: 3px solid #f0adc3;
  z-index: 2;
}
.cake-plate {
  position: absolute;
  left: -3px;
  top: 166px;
  width: 196px;
  height: 9px;
  border-radius: 50%;
  background: #b85980;
}
.candle {
  position: absolute;
  left: 82px;
  top: 3px;
  color: #d85889;
  font-size: 25px;
  z-index: 5;
}
.sweet {
  position: absolute;
  color: #d75a88;
}
.sweet-one {
  left: 15%;
  top: 16%;
  font-size: 28px;
}
.sweet-two {
  right: 13%;
  top: 24%;
  font-size: 28px;
}
.sweet-three {
  right: 18%;
  bottom: 15%;
  font-size: 21px;
}
.bakery-copy {
  padding: 65px 45px;
  align-self: center;
}
.bakery-tag {
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 800;
  color: #b14972;
}
.bakery-copy h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -1.6px;
  color: #53203a;
  margin: 13px 0 17px;
}
.bakery-copy h2 em {
  font-style: normal;
  color: #cf4d80;
}
.bakery-copy p {
  font-size: 12px;
  line-height: 1.75;
  color: #795669;
  max-width: 500px;
}
.bakery-copy a {
  display: inline-flex;
  align-items: center;
  background: #c74477;
  color: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 11px;
  font-weight: bold;
  margin-top: 12px;
  box-shadow: 0 10px 22px #bd3f7160;
}
.bakery-copy a span {
  margin-left: 25px;
}
.bakery-brand {
  background: linear-gradient(155deg, #822b52, #bf4777);
  color: #fff;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.bakery-brand:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  right: -90px;
  top: -60px;
}
.bakery-brand small {
  font-size: 8px;
  letter-spacing: 2px;
  color: #ffc4db;
}
.bakery-brand strong {
  font-family: Georgia, serif;
  font-size: 27px;
  line-height: 1.12;
  margin: 15px 0;
}
.bakery-brand > span {
  font-size: 8px;
  color: #f8c7da;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .bakery-card {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .bakery-brand {
    grid-column: 1/-1;
    padding: 25px 35px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .bakery-brand strong {
    font-size: 21px;
    margin: 0;
  }
  .product-router {
    width: 290px;
  }
}
@media (max-width: 600px) {
  .product-router {
    width: 265px;
  }
  .product-router img {
    height: 225px;
  }
  .bakery-section {
    padding: 10px 20px 65px;
  }
  .bakery-card {
    grid-template-columns: 1fr;
  }
  .bakery-art {
    min-height: 265px;
  }
  .cake {
    margin-top: 30px;
  }
  .bakery-copy {
    padding: 38px 27px;
  }
  .bakery-copy h2 {
    font-size: 31px;
  }
  .bakery-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .bakery-brand strong {
    font-size: 23px;
  }
}

/* Logotipos de las marcas en sus colores originales */
.tech-strip > div.brand-logos {
  display: grid;
  grid-template-columns: repeat(7, minmax(82px, 1fr));
  gap: 12px;
  align-items: center;
  flex: 1;
}
.brand-logos span {
  height: 62px;
  padding: 8px 12px;
  border: 1px solid #e4ebf2;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 5px 15px rgba(18, 49, 78, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.brand-logos span:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(18, 49, 78, 0.12);
}
.brand-logos img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 900px) {
  .tech-strip > div.brand-logos {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .tech-strip > div.brand-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .brand-logos span {
    height: 64px;
  }
  .brand-logos span:last-child {
    grid-column: 1/-1;
  }
}

.bakery-art {
  min-height: 360px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #ffffff 0%, #ffe8f1 70%);
}

.bakery-logo {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 20px rgba(130, 43, 82, 0.18));
}
@media (max-width: 600px) {
  .bakery-art {
    min-height: 260px;
    padding: 25px;
  }

  .bakery-logo {
    max-width: 220px;
  }
}

.story-logo {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-logo img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  max-height: 190px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .story-logo {
    width: 170px;
    height: 170px;
  }

  .story-logo img {
    max-width: 140px;
    max-height: 140px;
  }
}

/* Logo principal del encabezado en celulares */
@media (max-width: 600px) {
  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 46px;
    height: 40px;
  }
}

.avatars .avatar-logo {
  padding: 3px;
  overflow: hidden;
  background-color: #ffffff;
}

.avatars .avatar-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-float .whatsapp-icon {
  width: 34px;
  height: 34px;
  padding: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19c875;
  background: #ffffff;
  border-radius: 50%;
}

.whatsapp-float .whatsapp-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}