button{font-family:inherit;cursor:pointer;}


  .hero{
    position:relative;
    min-height:600px;
    display:flex;
    align-items:center;
    overflow:visible;
    background:#2780cd;
    padding-bottom:40px;
  }
  .hero-media{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    clip-path:polygon(44% 0, 100% 0, 100% 100%, 56% 100%);
  }
  .hero-media-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }
  .hero-media-overlay{
    display:none;
  }
  .hero-wrap{
    position:relative;
    z-index:1;
    width:100%;
  }
  .hero-copy{
    padding:110px 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    max-width:540px;
  }
  .eyebrow{
    font-size:13px;font-weight:800;letter-spacing:.08em;
    color:var(--blue-mid);text-transform:uppercase;
    margin-bottom:14px;
  }
  h1{
    font-size:42px;font-weight:800;line-height:1.15;
    color:var(--blue-dark);
    margin-bottom:20px;
  }
  .lead{
    font-size:16px;color:var(--muted);
    margin-bottom:28px;
  }
  .btn-row{display:flex;gap:14px;margin-bottom:32px;flex-wrap:wrap;}
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:14px 24px;border-radius:10px;
    font-weight:700;font-size:15px;border:2px solid transparent;
    transition:all .2s ease;
  }
  .btn-primary{background:var(--white);color:var(--blue-mid);}
  .btn-primary:hover{background:rgba(255,255,255,.88);}
  .btn-outline{background:var(--white);color:var(--blue-mid);border-color:var(--white);}
  .btn-outline:hover{background:rgba(255,255,255,.88);}
  .hero-highlights{
    position:relative;
    z-index:2;
    width:100%;
    margin-top:-100px;
  }
  .hero-highlights-card{
    background:transparent;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    width:min(880px,80%);
    margin-left:auto;
    margin-right:-6%;
  }
  .hero-highlight-item{
    background:var(--white);
    border:1px solid #e3e9f3;
    border-radius:4px;
    padding:32px 28px;
    box-shadow:0 14px 32px rgba(15,38,72,.14);
  }
  .hero-highlight-item h3{
    font-size:14px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--blue-dark);
    margin:0 0 12px;
  }
  .hero-highlight-item p{
    font-size:14px;
    line-height:1.7;
    color:var(--muted);
    margin:0;
  }

  .check-list{display:flex;flex-direction:column;gap:10px;}
  .check-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--ink);}
  .check-item svg{width:18px;height:18px;color:var(--blue-mid);flex-shrink:0;}

  
  .hero-copy .eyebrow{color:#9fc4ff;}
  .hero-copy h1{color:#fff;}
  .hero-copy .lead{color:rgba(255,255,255,.82);}
  .hero-copy .check-item{color:#fff;}
  .hero-copy .check-item svg{color:#9fc4ff;}

  .tv-mock{
    position:relative;z-index:2;
    width:78%;
    background:#0a1830;
    border-radius:10px;
    padding:14px;
    box-shadow:0 30px 60px rgba(0,0,0,.45);
  }
  .tv-screen{
    background:linear-gradient(160deg,#123a7a,#0b2d5c);
    border-radius:6px;
    padding:24px;
    aspect-ratio:16/9;
    display:flex;flex-direction:column;justify-content:space-between;
    position:relative;
  }
  .tv-time{
    position:absolute;top:18px;right:22px;color:#fff;text-align:right;
  }
  .tv-time .t{font-size:20px;font-weight:700;}
  .tv-time .d{font-size:11px;opacity:.7;}
  .tv-brand{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:16px;}
  .tv-brand svg{width:20px;height:20px;}
  .tv-headline{color:#fff;font-size:19px;font-weight:700;line-height:1.3;max-width:70%;}
  .tv-menu{display:flex;gap:10px;flex-wrap:wrap;}
  .tv-pill{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;font-size:11px;font-weight:700;
    border-radius:8px;padding:10px 14px;
    display:flex;flex-direction:column;align-items:center;gap:6px;
    min-width:64px;
  }
  .tv-pill svg{width:16px;height:16px;}
  .tv-stand{width:14%;height:16px;background:#0a1830;margin:6px auto 0;border-radius:0 0 6px 6px;}
  .tv-base{width:34%;height:6px;background:#0a1830;margin:0 auto;border-radius:4px;}

  
  section{padding:88px 0;}
  .section-head{text-align:center;max-width:640px;margin:0 auto 52px;}
  .section-head .eyebrow{justify-content:center;}
  .section-head h2{
    font-size:32px;font-weight:800;color:var(--blue-dark);line-height:1.2;
    margin-bottom:14px;
  }
  .section-head p{color:var(--muted);font-size:15px;}

 
  .why-text{
    max-width:820px;
    margin:0 auto;
    text-align:center;
  }
  .why-text p{
    color:var(--ink);
    font-size:16px;
    line-height:1.85;
    margin-bottom:24px;
  }
  .why-text p:last-child{margin-bottom:0;}
  .why-text strong{
    color:var(--blue-mid);
    font-weight:800;
  }

 
  .feature-split{
    background:var(--blue-dark);
    padding:0;
    display:grid;grid-template-columns:1fr 1fr;
    align-items:stretch;
  }
  .feature-visual{
    background:linear-gradient(160deg,#16223f,#0a1424);
    display:flex;align-items:center;justify-content:center;
    padding:60px;
  }
  .feature-copy{
    padding:70px 24px 70px 60px;
    display:flex;flex-direction:column;justify-content:center;
    max-width:480px;
  }
  .feature-copy .eyebrow{color:#8fb3f0;}
  .feature-copy h2{font-size:32px;font-weight:800;color:#fff;margin-bottom:18px;line-height:1.2;}
  .feature-copy p{color:#c3d2ea;font-size:15px;margin-bottom:28px;}
  .btn-light{background:#fff;color:var(--blue-dark);}
  .btn-light:hover{background:#e5edf9;}

  
  .stats-section{
    background:#eef3ff;
    padding:34px 0 72px;
  }
  #sobre.why-section{padding-top:55px;padding-bottom:40px;}
  #sobre .section-head{margin-bottom:22px;}
  .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;}
  .stat-item svg{width:34px;height:34px;color:var(--blue-mid);margin:0 auto 14px;}
  .stat-item p{font-weight:700;font-size:15px;color:var(--ink);}
  .stat-item .stat-description{font-weight:400;color:var(--muted);font-size:14px;line-height:1.55;margin-top:8px;}


 
  .solutions-section{
    background:#eef3ff;
    padding:72px 0 44px;
    overflow:hidden;
  }

  .solutions-section .wrap{max-width:1120px;}

  .solutions-section .section-head{
    max-width:720px !important;
    margin-bottom:48px;
  }

  .solutions-section .section-head h2{
    font-size:30px;
    margin-bottom:12px;
  }

  .solutions-section .section-head p{
    font-size:14px;
    line-height:1.6;
  }

  .solutions-showcase{width:100%;}

  .solutions-slider{
    position:relative;
    width:100%;
    min-height:540px;
    overflow:hidden;
  }

  .solution-slide{
    position:absolute;
    inset:0;
    width:100%;
    opacity:0;
    pointer-events:none;
    transform:translateX(110%);
    transition:transform .9s cubic-bezier(.77,0,.18,1), opacity .65s ease;
    will-change:transform,opacity;
  }

  .solution-slide.is-active{
    opacity:1;
    pointer-events:auto;
    transform:translateX(0);
    z-index:2;
  }

 
  .solution-slide.is-leaving{
    opacity:0;
    transform:translateX(-110%);
    z-index:3;
  }

  
  .solution-slide.is-entering{
    opacity:1;
    transform:translateX(110%);
    z-index:4;
  }

  .solution-slide-inner{
    position:relative;
    min-height:540px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:20px 0 20px 70px;
  }

 
  .solution-visual{
    width:84%;
    height:500px;
    overflow:hidden;
    border-radius:4px;
    box-shadow:none;
    background:transparent;
  }

  .solution-visual img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:4px;
  }

 
  .solution-copy-panel{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:min(500px,50%);
    min-height:260px;
    padding:42px 46px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:18px;
    box-shadow:0 22px 55px rgba(15,38,72,.14);
    border-left:5px solid var(--blue-mid);
  }

  .solution-number{
    display:block;
    color:var(--blue-mid);
    font-size:12px;
    font-weight:800;
    letter-spacing:.14em;
  }

  .solution-copy-panel h3{
    color:var(--blue-dark);
    font-size:32px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 14px;
  }

  .solution-copy-panel p{
    color:var(--muted);
    font-size:15px;
    line-height:1.75;
    margin:0;
  }

  .solutions-progress{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:18px;
  }

  .solution-dot{
    width:9px;
    height:9px;
    padding:0;
    border:0;
    border-radius:999px;
    background:#b9c7da;
    transition:all .3s ease;
  }

  .solution-dot.is-active{
    width:34px;
    background:var(--blue-mid);
  }

  .solution-dot:hover{background:var(--blue-dark);}

 
  .presence-section{
    display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;
  }
  .presence-copy .eyebrow{color:var(--blue-mid);}
  .presence-copy h2{font-size:30px;font-weight:800;color:var(--blue-dark);margin-bottom:16px;line-height:1.2;}
  .presence-copy p{color:var(--muted);font-size:15px;margin-bottom:26px;max-width:420px;}
  .legend{display:flex;gap:24px;margin-top:18px;flex-wrap:wrap;}
  .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink);}
  .dot{width:10px;height:10px;border-radius:50%;}
  .dot.light{background:#5aa0f2;}
  .dot.dark{background:var(--blue-dark);}
  .map-visual{
    background:var(--blue-light);
    border-radius:20px;
    padding:30px;
    display:flex;align-items:center;justify-content:center;
  }


  .cta-banner{
    background:#ffffff;
    color:var(--blue-dark);
    padding:90px 0;
  }
  .cta-inner{
    max-width:760px;
    margin:0 auto;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .cta-inner .eyebrow{
    color:var(--blue-mid);
  }
  .cta-inner h2{
    font-size:32px;
    font-weight:800;
    color:var(--blue-dark);
    margin-bottom:16px;
    line-height:1.2;
  }
  .cta-inner p{
    color:var(--blue-dark);
    font-size:15px;
    margin-bottom:30px;
  }
  .cta-inner .btn-light{
    background:var(--blue-mid);
    color:#ffffff;
    border-color:var(--blue-mid);
  }
  .cta-inner .btn-light:hover{
    background:var(--blue-dark);
    border-color:var(--blue-dark);
    color:#ffffff;
  }

 
  footer{background:var(--blue-dark);color:#cfdcf3;padding:60px 0 24px;}
  .footer-grid{
    display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;
    padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12);
  }
  .footer-grid h5{color:#fff;font-size:13px;font-weight:800;letter-spacing:.06em;margin-bottom:14px;text-transform:uppercase;}
  .footer-grid p, .footer-grid a{font-size:14px;color:#aec1e2;}
  .footer-contact-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
  .footer-contact-item svg{width:16px;height:16px;flex-shrink:0;}
  .social-row{display:flex;gap:12px;margin-top:6px;}
  .social-row a{
    width:36px;height:36px;border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;align-items:center;justify-content:center;
  }
  .social-row a svg{width:16px;height:16px;color:#fff;}
  .footer-bottom{
    display:flex;justify-content:space-between;align-items:center;
    padding-top:24px;font-size:13px;color:#8fa3c7;flex-wrap:wrap;gap:12px;
  }
  .footer-bottom .links{display:flex;gap:24px;}

 
  @media (max-width:960px){
    .feature-split, .presence-section{grid-template-columns:1fr;}
    .grid-3, .grid-4{grid-template-columns:1fr 1fr;}
    .grid-solutions{grid-template-columns:repeat(3,1fr);gap:24px;} 
    .footer-grid{grid-template-columns:1fr;}
    .hero{min-height:520px;}
    h1{font-size:34px;}
    .hero-highlights-card{gap:12px;}
    .hero-highlight-item{padding:26px 22px;}
    .hero-highlights{margin-top:-90px;}
    .hero-media{clip-path:none;}
  }
  @media (max-width:600px){
    .grid-3, .grid-4, .grid-solutions{grid-template-columns:1fr;}
    .wrap{padding:0 20px;}
    .hero{min-height:460px;}
    .hero-copy{padding:70px 0;max-width:none;}
    .feature-copy{padding:50px 20px;}
    .cta-inner h2{font-size:26px;}
    .hero-highlights{margin-top:-60px;}
    .hero-highlights-card{
      grid-template-columns:1fr;
      gap:12px;
      width:100%;
      margin-left:0;
      margin-right:0;
    }
    .hero-highlight-item{
      padding:24px 22px;
      border-radius:4px;
    }
  }


 
  .process-section{
    background:#ffffff;
  }

  #processo .eyebrow{
    color:var(--muted);
    font-weight:400;
  }

  .process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
  }

  .process-card{
    background:#ffffff;
    border:1px solid #e3e9f3;
    border-radius:4px;
    padding:32px 28px;
    box-shadow:0 14px 32px rgba(15,38,72,.14);
  }

  .process-card-top{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:20px;
  }

  .process-number{
    font-size:13px;
    font-weight:700;
    color:#a7b4c9;
    letter-spacing:.04em;
  }

  .process-card h3{
    font-size:19px;
    font-weight:800;
    color:var(--blue-dark);
    margin:0 0 12px;
    line-height:1.25;
  }

  .process-card p{
    font-size:14px;
    line-height:1.7;
    color:var(--muted);
    margin:0 0 22px;
  }

  .process-divider{
    width:26px;
    height:2px;
    background:var(--blue-mid);
    margin-bottom:12px;
  }

  .process-caption{
    display:block;
    font-size:12.5px;
    font-weight:600;
    color:#8a97ab;
  }

  @media (max-width:760px){
    .process-grid{
      grid-template-columns:1fr;
      gap:20px;
    }
    .process-card{
      padding:26px 24px;
    }
  }


 
  .presence-map-section{
    background:#ffffff;
    width:100%;
    padding:88px 0 76px;
    overflow:hidden;
  }

  .presence-map-content{
    width:min(1500px, calc(100% - 48px));
    margin:0 auto;
    text-align:center;
  }

  .presence-map-heading{
    max-width:760px;
    margin:0 auto 34px;
  }

  .presence-map-heading .eyebrow{
    color:var(--blue-mid);
    margin-bottom:12px;
  }

  .presence-map-heading h2{
    color:var(--blue-dark);
    font-size:34px;
    line-height:1.18;
    font-weight:800;
    margin:0 0 14px;
  }

  .presence-map-heading p{
    color:var(--muted);
    font-size:16px;
    line-height:1.65;
    margin:0 auto;
    max-width:680px;
  }

  .presence-map-image-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
  }

  .presence-map-image{
    display:block;
    width:min(900px, 100%);
    height:auto;
    margin:0 auto;
    object-fit:contain;
  }

  @media (max-width:700px){
    .presence-map-section{
      padding:64px 0 48px;
    }

    .presence-map-content{
      width:calc(100% - 24px);
    }

    .presence-map-heading{
      margin-bottom:24px;
    }

    .presence-map-heading h2{
      font-size:27px;
    }

    .presence-map-heading p{
      font-size:14px;
    }

    .presence-map-image{
      width:100%;
    }
  }
 
  @media (max-width:760px){
    .solutions-slider{min-height:640px;}
    .solution-slide-inner{
      min-height:640px;
      padding:0;
      display:block;
    }
    .solution-visual{
      width:100%;
      height:380px;
      position:absolute;
      top:0;
      left:0;
    }
    .solution-copy-panel{
      top:315px;
      left:16px;
      right:16px;
      transform:none;
      width:auto;
      min-height:0;
      padding:32px 28px;
    }
    .solution-copy-panel h3{font-size:26px;}
  }



  @media (max-width:760px){
    .stats-section{
      padding:24px 0 56px;
    }

    .stats-section .grid-4{
      gap:28px;
    }
  }


/* =========================================================
   ONEPA MOBILE RESPONSIVENESS PATCH
   Appended overrides: preserves existing desktop styling.
========================================================= */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 84px;
}

body {
  min-width: 320px;
  overflow-wrap: anywhere;
}

img, video, iframe, svg {
  max-width: 100%;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

button, .btn, a.btn {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid #75aaff;
  outline-offset: 3px;
}

/* Keep wide page wrappers inside the viewport. */
.wrap,
.hero-wrap,
.solutions-section .wrap {
  box-sizing: border-box;
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

@media (max-width: 960px) {
  .hero {
    min-height: clamp(500px, 72svh, 680px);
  }

  .hero-copy {
    max-width: 620px;
  }

  .solutions-slider,
  .solution-slide-inner {
    min-height: 590px;
  }

  .solution-visual {
    height: 450px;
  }

  .solution-copy-panel {
    width: min(52%, 460px);
    padding: 34px;
  }

  .solution-copy-panel h3 {
    font-size: clamp(24px, 3.3vw, 30px);
  }

  .footer-grid {
    gap: 28px;
  }
}

/* Tablets and phones */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 72px;
  }

  section {
    padding-block: 60px;
  }

  .wrap,
  .hero-wrap,
  .solutions-section .wrap {
    width: calc(100% - 36px);
  }

  .hero {
    min-height: auto;
    min-height: 78svh;
    align-items: center;
  }

  .hero-copy {
    padding: clamp(76px, 12svh, 112px) 0;
    width: 100%;
    max-width: none;
  }

  .hero-copy h1,
  h1 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    overflow-wrap: normal;
  }

  .hero-copy .lead,
  .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .btn-row {
    gap: 12px;
    margin-bottom: 20px;
  }

  .btn,
  a.btn {
    min-height: 48px;
    padding: 13px 18px;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-head h2,
  .presence-map-heading h2 {
    font-size: clamp(25px, 6.5vw, 32px);
    line-height: 1.2;
  }

  .why-text {
    text-align: left;
  }

  .why-text p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  /* Solutions: stack image above text instead of overlaying it. */
  .solutions-section {
    padding-block: 56px 36px;
  }

  .solutions-section .section-head {
    margin-bottom: 28px;
  }

  .solutions-slider {
    min-height: 0;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
  }

  .solution-slide {
    position: absolute;
    inset: 0;
    width: 100%;
  }

  .solution-slide-inner {
    min-height: 0;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
  }

  .solution-visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #dce8f8;
  }

  .solution-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
  }

  .solution-copy-panel {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    min-height: 0;
    padding: 24px 22px 26px;
    gap: 12px;
    border-left: 0;
    border-top: 4px solid var(--blue-mid);
    box-shadow: 0 12px 28px rgba(15, 38, 72, .10);
    background: #fff;
  }

  .solution-copy-panel h3 {
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1.2;
    margin-bottom: 10px;
    overflow-wrap: normal;
  }

  .solution-copy-panel p {
    font-size: 15px;
    line-height: 1.65;
  }

  .solutions-progress {
    margin-top: 22px;
    gap: 12px;
  }

  .solution-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    padding: 0;
  }

  .solution-dot.is-active {
    width: 34px;
  }

  .stats-section {
    padding: 24px 0 52px;
  }

  .stats-section .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .stat-item p {
    font-size: 14px;
    line-height: 1.4;
  }

  .stat-item .stat-description {
    font-size: 13px;
    line-height: 1.55;
  }

  .presence-map-section {
    padding: 56px 0 44px;
  }

  .presence-map-content {
    width: calc(100% - 28px);
  }

  .presence-map-heading {
    margin-bottom: 20px;
    padding-inline: 4px;
  }

  .presence-map-heading p {
    font-size: 15px;
    line-height: 1.6;
  }

  .presence-map-image {
    width: 100%;
    height: auto;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .footer-bottom .links {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

/* Small phones */
@media (max-width: 420px) {
  .wrap,
  .hero-wrap,
  .solutions-section .wrap {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding-block: 82px 64px;
  }

  .hero-copy h1,
  h1 {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  a.btn {
    width: 100%;
    box-sizing: border-box;
  }

  .stats-section .grid-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .solution-copy-panel {
    padding: 22px 18px 24px;
  }

  .presence-map-content {
    width: calc(100% - 20px);
  }
}

/* Honor users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}