
:root{--blue:#0b66d8;--green:#19a974;--ink:#10213a;--muted:#5a677a;--line:#dfe7f1;--bg:#f5f8fb;--white:#fff;--radius:8px;--shadow:0 16px 40px rgba(16,33,58,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{color:var(--muted);line-height:1.65}.topbar{display:flex;gap:24px;justify-content:center;align-items:center;padding:9px 24px;background:#eef6ff;font-size:14px;color:#34445a}.topbar a{color:#0b57bd}.navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:26px;padding:16px clamp(18px,5vw,72px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand img{width:245px}.nav-links{display:flex;gap:24px;margin-left:auto;font-weight:700;color:#25344a}.nav-links a:hover{color:var(--blue)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:12px 18px;font-weight:800;border:1px solid transparent}.nav-cta,.button.primary{background:var(--blue);color:#fff}.button.secondary{background:#fff;color:var(--blue);border-color:#b9d1f4}.menu-toggle{display:none}.hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,27,49,.82),rgba(10,27,49,.45) 42%,rgba(10,27,49,.08))}.hero-content{position:relative;max-width:760px;margin-left:clamp(22px,7vw,120px);padding:36px}.hero-content span,.eyebrow{display:inline-block;color:#64d8a4;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{margin:14px 0;font-size:clamp(42px,7vw,76px);line-height:1.02;color:#fff}.hero p{font-size:22px;color:#edf5ff;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.section{padding:72px clamp(18px,5vw,72px)}.section.alt{background:var(--bg)}.section-title{max-width:760px;margin:0 auto 38px;text-align:center}.section-title span{color:var(--blue);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.section-title h2,.split h2,.cta-band h2{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:10px 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.product-card img{height:235px;width:100%;object-fit:cover}.product-card div{padding:22px}.product-card h3{font-size:22px;margin:0 0 10px}.product-card span,.article-card span{color:var(--blue);font-weight:800}.trust-strip{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px;background:#fff;border-bottom:1px solid var(--line)}.trust-strip span,.customer-wall span{border:1px solid var(--line);border-radius:999px;padding:9px 14px;background:#fff;font-weight:800;color:#34445a}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;max-width:1180px;margin:0 auto}.split img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-height:540px;object-fit:cover}.check-list{padding:0;list-style:none}.check-list li{margin:12px 0;padding-left:28px;position:relative;color:#34445a;line-height:1.55}.check-list li:before{content:"";position:absolute;left:0;top:.45em;width:14px;height:14px;border-radius:50%;background:var(--green)}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.media-grid img{height:320px;width:100%;object-fit:cover;border-radius:var(--radius)}.cta-band{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:0 clamp(18px,5vw,72px) 72px;padding:40px;background:linear-gradient(135deg,#0b66d8,#139b78);border-radius:var(--radius);color:#fff}.cta-band p{color:#e7f5ff}.page-hero{padding:76px clamp(18px,5vw,72px);background:linear-gradient(135deg,#eef6ff,#eefbf5)}.page-hero h1{font-size:clamp(38px,6vw,64px);margin:0 0 12px}.page-hero p{font-size:20px;max-width:760px}.product-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:72px clamp(18px,5vw,72px);background:#f7fbff}.product-hero h1{font-size:clamp(40px,6vw,66px);line-height:1.05;margin:12px 0}.product-hero p{font-size:20px}.product-hero img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-height:520px;object-fit:cover}.tag-row{display:flex;gap:10px;flex-wrap:wrap}.tag-row span{background:#eaf4ff;color:#0b57bd;padding:8px 10px;border-radius:999px;font-weight:700}.spec-layout{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start;max-width:1180px;margin:0 auto}.spec-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.spec-table th,.spec-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{background:#eef6ff}.table-wrap{overflow:auto}.wide{min-width:780px}.three-cols,.app-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.three-cols div,.app-card,.article-card,.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px}.faq-list{max-width:900px;margin:0 auto}.faq-list details{border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;margin:12px 0;background:#fff}.faq-list summary{font-weight:800;cursor:pointer}.related{text-align:center}.related-links,.customer-wall{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.related-links a{border:1px solid var(--line);padding:10px 14px;border-radius:999px;color:var(--blue);font-weight:800}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:0 auto}.qr{width:210px;margin-bottom:18px}.article{max-width:860px;margin:0 auto;padding:72px 22px}.article header{border-bottom:1px solid var(--line);margin-bottom:34px;padding-bottom:24px}.article h1{font-size:clamp(36px,5vw,58px);line-height:1.08}.article h2{font-size:30px;margin-top:34px}.article li{margin:10px 0;color:#34445a;line-height:1.6}.article-cta{margin-top:34px}.site-footer{background:#0f1d31;color:#fff;padding:54px clamp(18px,5vw,72px) 24px}.site-footer p{color:#b7c3d2}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.footer-logo{width:260px;background:#fff;border-radius:6px;padding:8px}.site-footer h2{font-size:18px}.site-footer a{display:block;color:#dbe8fb;margin:10px 0}.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#aebdd0}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:30;background:#19a974;color:#fff;border-radius:999px;padding:13px 16px;font-weight:800;box-shadow:var(--shadow)}
@media (max-width:900px){.topbar{display:none}.navbar{padding:12px 18px;flex-wrap:wrap}.brand img{width:205px}.menu-toggle{display:block;margin-left:auto;background:#fff;border:1px solid var(--line);border-radius:6px;padding:10px 12px}.nav-links,.nav-cta{display:none}.nav-links.open{display:flex;flex-direction:column;width:100%;gap:12px;padding:14px 0}.hero{min-height:560px}.hero-content{margin:0;padding:26px}.product-grid,.three-cols,.app-grid,.article-grid,.media-grid,.spec-layout,.split,.product-hero,.contact-grid,.footer-grid{grid-template-columns:1fr}.product-card img,.media-grid img{height:260px}.cta-band{flex-direction:column;align-items:flex-start;margin-bottom:36px}.footer-bottom{display:block}.product-hero{padding-top:42px}.section{padding:48px 18px}}


/* Visual refresh layer: keeps URLs, content, schema and crawl files unchanged. */
body {
  background: #f6f8fb;
}

.topbar {
  background: linear-gradient(90deg, #071a33, #0b4ea2);
  border-bottom: 0;
  color: #fff;
  padding: 0;
}

.topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 44px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.topbar-note {
  margin-right: auto;
  color: #dcecff;
  font-weight: 700;
}

.topbar a {
  color: #fff;
  font-weight: 800;
}

.topbar-email {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
}

.topbar-call {
  padding: 7px 12px;
  background: #fff;
  color: #0b4ea2 !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.topbar-whatsapp {
  padding: 7px 12px;
  background: #128c74;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0 8px 24px rgba(16, 33, 58, .05);
}

.brand img {
  width: 220px;
}

.nav-links {
  gap: 22px;
  font-size: 14px;
}

.nav-cta,
.button {
  min-height: 42px;
  box-shadow: 0 8px 18px rgba(11, 102, 216, .16);
}

.hero {
  min-height: 570px;
  border-bottom: 1px solid #dfe7f1;
}

.hero picture img {
  object-position: 62% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 22, 40, .88), rgba(8, 22, 40, .62) 42%, rgba(8, 22, 40, .16) 72%),
    linear-gradient(0deg, rgba(8, 22, 40, .20), rgba(8, 22, 40, 0) 42%);
}

.hero-content {
  max-width: 690px;
  padding: 28px;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(42px, 6vw, 68px);
  letter-spacing: -.02em;
}

.hero p {
  max-width: 610px;
  font-size: 20px;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: -42px auto 0;
  position: relative;
  z-index: 3;
  padding: 0 18px;
}

.quick-stats div {
  background: #fff;
  border: 1px solid #dfe7f1;
  padding: 20px 22px;
  box-shadow: 0 12px 30px rgba(16, 33, 58, .08);
}

.quick-stats div:first-child {
  border-radius: 8px 0 0 8px;
}

.quick-stats div:last-child {
  border-radius: 0 8px 8px 0;
}

.quick-stats strong {
  display: block;
  font-size: 22px;
  color: #10213a;
  line-height: 1.2;
}

.quick-stats span {
  display: block;
  margin-top: 6px;
  color: #5a677a;
  font-size: 13px;
}

.trust-strip {
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 14px 18px 0;
  background: transparent;
  border-bottom: 0;
  justify-content: flex-start;
}

.trust-strip strong {
  color: #10213a;
  margin-right: 4px;
}

.trust-strip span,
.customer-wall span {
  background: #fff;
  border-color: #d9e3ef;
  color: #34445a;
  box-shadow: 0 6px 16px rgba(16, 33, 58, .05);
}

.section {
  padding-top: 66px;
  padding-bottom: 66px;
  background: #fff;
}

.section.alt {
  background: #f1f6fb;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2,
.split h2,
.cta-band h2 {
  letter-spacing: -.015em;
}

.product-grid,
.media-grid,
.three-cols,
.app-grid,
.article-grid,
.question-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  border-color: #d9e3ef;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 33, 58, .06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #b9d1f4;
  box-shadow: 0 16px 34px rgba(16, 33, 58, .10);
}

.product-media,
.product-hero-visual {
  position: relative;
  overflow: hidden;
  background: #dfe9f3;
  isolation: isolate;
}

.product-media::before,
.product-hero-visual::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -1;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  filter: blur(20px) saturate(1.08);
  transform: scale(1.14);
  opacity: .58;
}

.product-media::after,
.product-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(224, 235, 246, .36);
}

.product-media {
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
}

.product-card > div:not(.product-media) {
  padding: 18px;
}

.product-card h3 {
  font-size: 19px;
}

.product-card p {
  min-height: 68px;
  font-size: 14px;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.question-card {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(16, 33, 58, .06);
}

.question-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
}

.question-card p {
  margin: 0;
  font-size: 14px;
}

.center-link {
  margin-top: 26px;
  text-align: center;
}

.split {
  gap: 54px;
}

.split img,
.product-hero img {
  border: 1px solid #d9e3ef;
}

.media-grid img {
  height: 260px;
  box-shadow: 0 8px 22px rgba(16, 33, 58, .08);
}

.cta-band {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #0b57bd, #128c74);
  box-shadow: 0 16px 36px rgba(11, 102, 216, .18);
}

.product-hero {
  background: linear-gradient(135deg, #f7fbff, #eef6ff);
}

.product-hero-visual {
  min-height: 560px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(16, 33, 58, .12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero-visual img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 560px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.page-hero {
  background: linear-gradient(135deg, #eef6ff, #f7fbff);
  border-bottom: 1px solid #dfe7f1;
}

.whatsapp-float {
  right: 22px;
  bottom: 22px;
  background: #128c74;
  box-shadow: 0 14px 28px rgba(18, 140, 116, .24);
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .topbar,
  .navbar,
  main,
  .hero,
  .section,
  .page-hero,
  .product-hero,
  .trust-strip,
  .quick-stats,
  .site-footer {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .topbar {
    display: block;
    width: 100%;
  }

  .topbar-inner {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    padding: 8px 12px;
  }

  .topbar-note {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 12px;
  }

  .topbar-email {
    display: none;
  }

  .topbar-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 24px);
    max-width: 340px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .topbar-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 24px);
    max-width: 340px;
    font-size: 13px;
    padding: 7px 12px;
  }

  .brand img {
    width: 176px;
  }

  .hero {
    min-height: 500px;
  }

  .hero picture img {
    object-position: 66% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 22, 40, .88), rgba(8, 22, 40, .58) 58%, rgba(8, 22, 40, .22));
  }

  .hero-content {
    padding: 22px 18px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .quick-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    padding: 0;
    gap: 0;
  }

  .quick-stats div,
  .quick-stats div:first-child,
  .quick-stats div:last-child {
    border-radius: 0;
    box-shadow: none;
    padding: 16px 18px;
  }

  .quick-stats strong {
    font-size: 17px;
  }

  .trust-strip {
    margin-top: 14px;
    justify-content: center;
    padding: 12px 18px 0;
  }

  .trust-strip strong {
    width: 100%;
    text-align: center;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-title {
    margin-bottom: 22px;
    max-width: 100%;
  }

  .section-title h2,
  .split h2,
  .cta-band h2 {
    font-size: 28px;
    max-width: calc(100vw - 36px);
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .question-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-media {
    height: 270px;
  }

  .product-hero-visual {
    min-height: 430px;
  }

  .product-hero-visual img {
    max-height: 430px;
  }

  .product-card p {
    min-height: 0;
  }

  .media-grid img {
    height: 210px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: 12px;
  }
}
