:root{--navy:#061625;--navy2:#0b263d;--blue:#0c84c6;--cyan:#22b7ee;--gold:#d4a83e;--ink:#122235;--muted:#5d6d7f;--line:#dce5eb;--soft:#f4f7f9;--white:#fff;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 36px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}.brand img{width:46px;height:46px;object-fit:cover;border-radius:50%}.brand strong,.brand small{display:block;line-height:1}.brand small{font-size:10px;letter-spacing:.22em;margin-top:5px}.nav{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700}.nav a:hover{color:var(--blue)}.portal-link{padding-left:14px;border-left:1px solid var(--line)}.menu-btn{display:none;background:none;border:0;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:#131313;padding:13px 18px;border-radius:10px;font-weight:800;border:0;cursor:pointer}.btn:hover{filter:brightness(.96)}.btn-small{padding:10px 13px}.btn-dark{background:var(--navy);color:#fff}.btn-outline{background:transparent;color:inherit;border:1px solid currentColor}.hero{position:relative;color:#fff;min-height:650px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,18,31,.94),rgba(4,18,31,.72) 55%,rgba(4,18,31,.35)),url(https://images.unsplash.com/photo-1759272840538-ae4b07214c71?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000) center/cover}.hero-content{padding:88px 0;max-width:820px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--gold);margin:0 0 12px}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.03;letter-spacing:-.04em;margin:0 0 20px}.hero p{font-size:19px;color:#e2e9ee;max-width:760px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.5)}.trust-strip{background:var(--navy);color:#d9e4eb;border-top:1px solid rgba(255,255,255,.12)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:18px 20px;border-right:1px solid rgba(255,255,255,.12);font-size:13px}.trust-grid strong{display:block;color:#fff}.section{padding:84px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--navy);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:32px}.section h2,.page-section h2{font-size:clamp(32px,4vw,50px);line-height:1.12;letter-spacing:-.03em;margin:0}.section-head p{max-width:640px;color:var(--muted)}.section-dark .section-head p{color:#c2d0da}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{display:flex;flex-direction:column;min-height:280px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;transition:.2s}.service-card:hover{transform:translateY(-3px);border-color:#a9c7da}.service-card .num{font-size:12px;color:var(--blue);font-weight:800}.service-card h3{font-size:19px;line-height:1.3;margin:20px 0 10px}.service-card p{color:var(--muted);font-size:14px}.service-card .learn{margin-top:auto;color:var(--blue);font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.photo{border-radius:20px;min-height:430px;object-fit:cover;width:100%}.feature-list{display:grid;gap:16px}.feature{padding:18px 0;border-top:1px solid var(--line)}.feature h3{margin:0 0 5px}.feature p{margin:0;color:var(--muted)}.journey{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.journey div{border:1px solid rgba(255,255,255,.18);padding:18px;border-radius:14px}.journey span{display:block;color:var(--gold);font-weight:800;font-size:12px}.journey strong{display:block;margin-top:8px}.cta{background:var(--gold);padding:52px 0}.cta-row{display:flex;justify-content:space-between;align-items:center;gap:28px}.cta h2{font-size:clamp(30px,4vw,44px);margin:0;line-height:1.1}.page-hero{background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;padding:82px 0}.page-hero p{max-width:760px;color:#d3dfe7;font-size:18px}.breadcrumbs{font-size:13px;color:#b5c6d1;margin-bottom:22px}.page-section{padding:72px 0}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px}.bullet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bullet{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.bullet:before{content:'✓';color:var(--blue);font-weight:900;margin-right:9px}.form-shell{max-width:900px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label{font-size:13px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid #cbd7df;border-radius:9px;font:inherit;background:#fff}.form-grid .full{grid-column:1/-1}.consent{font-size:12px;color:var(--muted)}.notice{border-left:4px solid var(--gold);background:#fff8e7;padding:18px 20px;border-radius:8px}.portal-card{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef6fa;color:#176487;font-size:12px;font-weight:800}.legal{max-width:860px}.legal h2{font-size:26px;margin-top:38px}.legal p,.legal li{color:#425568}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{border:1px solid var(--line);border-radius:16px;padding:22px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:40;background:#0b7d48;color:#fff;padding:13px 17px;border-radius:999px;font-weight:800;box-shadow:0 8px 28px rgba(0,0,0,.22)}footer{background:#04101a;color:#dce6ec;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:38px}.footer-logo{width:170px;background:#fff;border-radius:12px}.footer-grid h3{font-size:14px;color:#fff}.footer-grid a{display:block;color:#a9bdca;margin:8px 0;font-size:13px}.footer-grid p{color:#9db0bd;font-size:13px}.footer-bottom{border-top:1px solid #20323f;margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#8fa4b2}.footer-bottom div{display:flex;gap:16px}.small{font-size:12px}.hidden{display:none!important}@media(max-width:1000px){.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-btn{display:block}.portal-link{padding-left:0;border-left:0}.service-grid{grid-template-columns:repeat(2,1fr)}.split,.two-col{grid-template-columns:1fr}.journey{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.portal-grid,.contact-cards{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.hero{min-height:600px;background:linear-gradient(180deg,rgba(4,18,31,.88),rgba(4,18,31,.75)),url(https://images.unsplash.com/photo-1759272840538-ae4b07214c71?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000) center/cover}.hero-content{padding:64px 0}.hero p{font-size:17px}.service-grid,.bullet-grid,.form-grid,.portal-grid,.contact-cards,.footer-grid,.trust-grid,.journey{grid-template-columns:1fr}.section{padding:64px 0}.section-head{display:block}.section-head p{margin-top:14px}.cta-row,.footer-bottom{align-items:flex-start;flex-direction:column}.form-grid .full{grid-column:auto}.photo{min-height:300px}.page-hero{padding:58px 0}.footer-bottom div{flex-wrap:wrap}}
/* V2.1 Classic corporate visual upgrade — first approved SIMCHA concept */
:root{--simcha-green:#07834f;--simcha-green-dark:#05663e;--classic-navy:#06254a}
.topbar{background:var(--classic-navy);color:#fff;font-size:12px}
.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-contact{display:flex;gap:22px;align-items:center}.topbar a{color:#fff}
.nav-wrap{min-height:88px}.brand strong{font-size:24px;letter-spacing:.22em;color:var(--classic-navy)}
.brand small{color:var(--simcha-green);font-weight:800;letter-spacing:.34em}
.nav{gap:22px;color:#071f40}.nav a.active,.nav a:hover{color:var(--simcha-green)}
.btn{background:var(--simcha-green);color:#fff;border-radius:6px}.btn:hover{background:var(--simcha-green-dark)}
.btn-dark{background:var(--classic-navy);color:#fff}
.classic-hero{min-height:auto;background:linear-gradient(90deg,#f7fbfd 0%,#fff 48%,#eef6fa 100%);color:var(--classic-navy);overflow:hidden}
.classic-hero-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:stretch;min-height:470px}
.hero-copy{padding:62px 20px 58px 0;align-self:center;position:relative;z-index:2}.hero-copy .eyebrow{color:var(--simcha-green)}
.hero-copy h1{font-size:clamp(44px,5.4vw,72px);line-height:1.03;letter-spacing:-.045em;margin:0 0 20px}
.hero-copy h1 span{display:block;color:var(--simcha-green)}.hero-copy p{color:#31475f;font-size:17px;max-width:610px}
.btn-outline-light{background:#fff;color:var(--classic-navy);border:1px solid #b9c9d7}
.hero-visual{min-height:470px;position:relative}.hero-visual:before{content:"";position:absolute;inset:0 auto 0 0;width:130px;background:linear-gradient(90deg,#fff,transparent);z-index:1}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0}
.trust-strip{background:var(--classic-navy)}.service-grid{grid-template-columns:repeat(4,1fr)}
.service-card{padding:0;overflow:hidden;min-height:390px;border-radius:12px}
.service-card .service-thumb{width:100%;height:150px;object-fit:cover;border-bottom:1px solid var(--line)}
.service-card .num,.service-card h3,.service-card p,.service-card .learn{margin-left:18px;margin-right:18px}
.service-card .num{margin-top:15px;color:var(--simcha-green)}.service-card h3{margin-top:7px}.service-card .learn{margin-bottom:18px;color:var(--simcha-green)}
.service-card:hover{border-color:#8ab9a4;box-shadow:0 12px 30px rgba(4,37,74,.08)}
.service-visual-band{background:#eef5f7;padding:0}.service-visual-band .container{padding-top:34px;padding-bottom:34px}
.service-visual-band img{width:100%;height:360px;object-fit:cover;border-radius:18px}
.section .eyebrow,.page-section .eyebrow{color:var(--simcha-green)}
.cta{background:linear-gradient(90deg,var(--classic-navy),#0b654b);color:#fff}
@media(max-width:1000px){.classic-hero-grid{grid-template-columns:1fr}.hero-copy{padding:50px 0 30px}.hero-visual{min-height:380px}.hero-visual:before{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.topbar-contact{display:none}}
@media(max-width:620px){.topbar-inner{justify-content:center;text-align:center}.classic-hero-grid{min-height:auto}.hero-copy{padding:38px 0 24px}.hero-copy h1{font-size:42px}.hero-visual{min-height:290px;margin:0 -14px}.service-grid{grid-template-columns:1fr}.service-card .service-thumb{height:210px}.service-visual-band img{height:260px}}

/* V2.2 approved classic one-screen homepage */
@media(min-width:1100px) and (min-height:650px){
body:has(.one-screen-home){height:100vh;overflow:hidden}
body:has(.one-screen-home) .topbar{height:30px}body:has(.one-screen-home) .topbar-inner{min-height:30px}
body:has(.one-screen-home) .site-header{height:72px}body:has(.one-screen-home) .nav-wrap{height:72px;min-height:72px}
body:has(.one-screen-home) .brand img{width:44px;height:44px}body:has(.one-screen-home) .brand strong{font-size:20px}
body:has(.one-screen-home) .brand small{font-size:8px}body:has(.one-screen-home) .nav{gap:16px;font-size:13px}
body:has(.one-screen-home) footer,body:has(.one-screen-home) .floating-whatsapp{display:none!important}
.one-screen-home{height:calc(100vh - 102px);display:grid;grid-template-rows:minmax(235px,34vh) minmax(300px,1fr) 78px;overflow:hidden}
.os-hero{background:linear-gradient(90deg,#f6fafc,#fff 47%,#eaf3f7);overflow:hidden}.os-hero-grid{height:100%;display:grid;grid-template-columns:36% 64%;max-width:1500px;padding:0}
.os-copy{padding:20px 22px;align-self:center}.os-copy .eyebrow{font-size:11px;margin:0 0 7px;color:#07834f;font-weight:900;letter-spacing:.12em}
.os-copy h1{font-size:clamp(36px,3.3vw,54px);line-height:.98;letter-spacing:-.045em;margin:0 0 11px;color:#06254a}.os-copy h1 span{display:block;color:#07834f}
.os-copy>p:not(.eyebrow){font-size:14px;line-height:1.4;margin:0 0 14px;color:#30465d}.os-actions{display:flex;gap:10px}.os-actions .btn{padding:10px 16px;font-size:13px}.os-outline{background:#fff!important;color:#06254a!important;border:1px solid #aebdca}
.os-hero-image{height:100%;overflow:hidden}.os-hero-image img{width:100%;height:100%;object-fit:cover}
.os-services{padding:7px 18px 9px;overflow:hidden}.os-services>.container{max-width:1500px;height:100%;display:flex;flex-direction:column}.os-heading{text-align:center;margin-bottom:5px}.os-heading p{font-size:9px;margin:0;color:#07834f;font-weight:900}.os-heading h2{font-size:20px;margin:1px 0;color:#06254a}
.os-service-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;min-height:0;flex:1}.os-card{display:grid;grid-template-rows:minmax(70px,42%) 1fr;min-width:0;background:#fff;border:1px solid #dbe3e8;border-radius:8px;overflow:hidden;color:#06254a;box-shadow:0 2px 7px rgba(6,37,74,.08)}
.os-card img{width:100%;height:100%;object-fit:cover}.os-card>div{padding:7px 8px;display:flex;flex-direction:column}.os-card b{font-size:11px;color:#07834f}.os-card h3{font-size:clamp(10px,.82vw,13px);line-height:1.18;margin:3px 0}.os-card span{font-size:10px;color:#07834f;font-weight:800;margin-top:auto}
.os-trust{background:#06254a}.os-trust-grid{max-width:1500px;height:100%;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}.os-trust a{color:#fff;padding:0 16px;border-right:1px solid #ffffff33;display:flex;flex-direction:column}.os-trust a:last-child{border:0}.os-trust strong{font-size:12px}.os-trust span{font-size:10px;opacity:.82;margin-top:3px}
}
@media(min-width:1100px) and (max-height:649px){.os-hero{height:245px}.os-hero-grid{display:grid;grid-template-columns:38% 62%}.os-copy{padding:18px}.os-copy h1{font-size:38px}.os-hero-image{height:245px}.os-services{padding:8px 14px}.os-service-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.os-card img{height:90px}.os-card h3{font-size:11px}.os-trust-grid{display:grid;grid-template-columns:repeat(6,1fr)}}
@media(max-width:1099px){.os-hero{background:#f5fafc}.os-hero-grid{display:grid;grid-template-columns:1fr}.os-copy{padding:38px 20px 24px}.os-copy h1{font-size:44px;line-height:1.02;color:#06254a}.os-copy h1 span{display:block;color:#07834f}.os-actions{display:flex;gap:10px;flex-wrap:wrap}.os-outline{background:#fff!important;color:#06254a!important;border:1px solid #aebdca}.os-hero-image{height:320px}.os-hero-image img{width:100%;height:100%;object-fit:cover}.os-services{padding:28px 16px}.os-heading{text-align:center}.os-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.os-card{background:#fff;border:1px solid #dbe3e8;border-radius:10px;overflow:hidden;color:#06254a}.os-card img{width:100%;height:170px;object-fit:cover}.os-card>div{padding:14px}.os-card span{color:#07834f;font-weight:800}.os-trust{background:#06254a}.os-trust-grid{display:grid;grid-template-columns:repeat(2,1fr)}.os-trust a{color:#fff;padding:18px;border-bottom:1px solid #ffffff2b}.os-trust span{display:block;font-size:12px;opacity:.8}}
@media(max-width:620px){.os-copy h1{font-size:38px}.os-hero-image{height:260px}.os-service-grid{grid-template-columns:1fr}.os-card{display:grid;grid-template-columns:38% 62%}.os-card img{height:100%;min-height:135px}.os-trust-grid{grid-template-columns:1fr}}


/* =========================================================
   V2.3 — CLASSIC MOBILE HOMEPAGE
   Goal: core homepage fits inside one phone screen.
   Inner pages continue to scroll normally.
   ========================================================= */

@media (max-width: 620px) and (min-height: 620px) {

  body:has(.one-screen-home){
    height:100dvh;
    overflow:hidden;
    background:#fff;
  }

  body:has(.one-screen-home) .topbar{
    height:24px;
    overflow:hidden;
  }

  body:has(.one-screen-home) .topbar-inner{
    min-height:24px;
    height:24px;
    justify-content:center;
    padding:0 10px;
    font-size:9px;
    letter-spacing:.02em;
    white-space:nowrap;
  }

  body:has(.one-screen-home) .topbar-contact{
    display:none!important;
  }

  body:has(.one-screen-home) .site-header{
    height:58px;
    min-height:58px;
    position:relative;
  }

  body:has(.one-screen-home) .nav-wrap{
    min-height:58px;
    height:58px;
    padding-top:0;
    padding-bottom:0;
  }

  body:has(.one-screen-home) .brand-logo{
    width:36px;
    height:36px;
  }

  body:has(.one-screen-home) .brand strong{
    font-size:16px;
    letter-spacing:.18em;
  }

  body:has(.one-screen-home) .brand small{
    font-size:7px;
    margin-top:3px;
    letter-spacing:.26em;
  }

  body:has(.one-screen-home) .menu-btn{
    font-size:22px;
    padding:6px 4px;
  }

  body:has(.one-screen-home) .nav{
    top:58px;
    z-index:99;
    max-height:calc(100dvh - 82px);
    overflow:auto;
    padding:12px 18px;
    gap:10px;
  }

  body:has(.one-screen-home) footer,
  body:has(.one-screen-home) .floating-whatsapp{
    display:none!important;
  }

  .one-screen-home{
    height:calc(100dvh - 82px);
    display:grid;
    grid-template-rows:34% 54% 12%;
    overflow:hidden;
  }

  /* HERO */
  .os-hero{
    min-height:0;
    position:relative;
    overflow:hidden;
    background:#06254a;
  }

  .os-hero-grid{
    display:block;
    height:100%;
    position:relative;
  }

  .os-hero-image{
    position:absolute;
    inset:0;
    height:100%;
    z-index:0;
  }

  .os-hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }

  .os-hero-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(5,27,54,.92) 0%,rgba(5,27,54,.78) 48%,rgba(5,27,54,.26) 100%);
  }

  .os-copy{
    position:relative;
    z-index:2;
    width:68%;
    height:100%;
    padding:14px 8px 10px 16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
  }

  .os-copy .eyebrow{
    color:#8fe0b7!important;
    font-size:8px;
    margin:0 0 4px;
    letter-spacing:.12em;
  }

  .os-copy h1{
    color:#fff!important;
    font-size:clamp(25px,7.8vw,34px)!important;
    line-height:.96!important;
    margin:0 0 7px!important;
    letter-spacing:-.04em;
  }

  .os-copy h1 span{
    color:#72d6a0!important;
    display:block;
  }

  .os-copy > p:not(.eyebrow){
    color:rgba(255,255,255,.88)!important;
    font-size:9px!important;
    line-height:1.28!important;
    margin:0 0 8px!important;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .os-actions{
    display:flex;
    gap:6px;
    flex-wrap:nowrap;
  }

  .os-actions .btn{
    padding:7px 9px!important;
    font-size:9px!important;
    white-space:nowrap;
    border-radius:5px;
  }

  .os-outline{
    background:rgba(255,255,255,.96)!important;
    color:#06254a!important;
  }

  /* SERVICES — 2 columns x 4 rows, compact linked tiles */
  .os-services{
    min-height:0;
    padding:5px 8px 6px;
    overflow:hidden;
    background:#fff;
  }

  .os-services > .container{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
  }

  .os-heading{
    flex:0 0 auto;
    text-align:center;
    margin:0 0 4px;
  }

  .os-heading p{
    font-size:7px;
    line-height:1;
    margin:0;
    color:#07834f;
    font-weight:900;
    letter-spacing:.12em;
  }

  .os-heading h2{
    font-size:13px!important;
    line-height:1.1;
    margin:2px 0 0!important;
    color:#06254a;
  }

  .os-service-grid{
    flex:1;
    min-height:0;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(4,minmax(0,1fr));
    gap:4px!important;
  }

  .os-card{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:46px 1fr!important;
    grid-template-rows:1fr!important;
    border-radius:6px!important;
    overflow:hidden;
    box-shadow:none!important;
    border:1px solid #dce4e9!important;
    background:#fff;
  }

  .os-card img{
    width:46px!important;
    height:100%!important;
    min-height:0!important;
    object-fit:cover;
  }

  .os-card > div{
    min-width:0;
    padding:4px 5px!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .os-card b{
    font-size:7px!important;
    line-height:1;
    color:#07834f;
  }

  .os-card h3{
    font-size:8.2px!important;
    line-height:1.1!important;
    margin:2px 0 0!important;
    color:#06254a;
    font-weight:800;
  }

  .os-card span{
    display:none!important;
  }

  /* BOTTOM NAV/TRUST STRIP — all clickable, 3 columns x 2 rows */
  .os-trust{
    min-height:0;
    background:#06254a;
    overflow:hidden;
  }

  .os-trust-grid{
    height:100%;
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    grid-template-rows:repeat(2,1fr);
  }

  .os-trust a{
    min-width:0;
    padding:4px 5px!important;
    border-right:1px solid rgba(255,255,255,.14)!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    color:#fff;
  }

  .os-trust strong{
    font-size:7.8px!important;
    line-height:1.05;
  }

  .os-trust span{
    font-size:6.5px!important;
    line-height:1.05;
    margin-top:2px!important;
    opacity:.72;
  }
}

/* Very short phones: keep the same one-screen model but compress further. */
@media (max-width:620px) and (max-height:619px){
  body:has(.one-screen-home){height:100dvh;overflow:hidden}
  body:has(.one-screen-home) .topbar{display:none}
  body:has(.one-screen-home) .site-header{height:54px}
  body:has(.one-screen-home) .nav-wrap{height:54px;min-height:54px}
  body:has(.one-screen-home) footer,
  body:has(.one-screen-home) .floating-whatsapp{display:none!important}
  .one-screen-home{height:calc(100dvh - 54px);display:grid;grid-template-rows:31% 58% 11%;overflow:hidden}
  .os-hero{position:relative;overflow:hidden;background:#06254a}
  .os-hero-grid{display:block;height:100%;position:relative}
  .os-hero-image{position:absolute;inset:0;height:100%}
  .os-hero-image img{width:100%;height:100%;object-fit:cover}
  .os-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,54,.94),rgba(5,27,54,.55))}
  .os-copy{position:relative;z-index:2;width:70%;height:100%;padding:8px 12px;display:flex;flex-direction:column;justify-content:center}
  .os-copy .eyebrow{font-size:7px;margin:0 0 3px;color:#8fe0b7}
  .os-copy h1{font-size:23px!important;line-height:.95!important;color:#fff!important;margin:0 0 4px!important}
  .os-copy h1 span{color:#72d6a0!important}
  .os-copy>p:not(.eyebrow){display:none}
  .os-actions .btn{padding:6px 8px!important;font-size:8px!important}
  .os-services{padding:3px 6px}
  .os-heading{margin-bottom:2px}.os-heading p{font-size:6px;margin:0}.os-heading h2{font-size:11px!important;margin:1px 0!important}
  .os-service-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-template-rows:repeat(4,1fr);gap:3px!important;height:calc(100% - 18px)}
  .os-card{display:grid!important;grid-template-columns:38px 1fr!important;border-radius:4px!important}
  .os-card img{width:38px!important;height:100%!important;min-height:0!important}
  .os-card>div{padding:3px 4px!important}.os-card b{font-size:6px!important}.os-card h3{font-size:7.3px!important;line-height:1.05!important;margin:1px 0!important}.os-card span{display:none!important}
  .os-trust-grid{height:100%;display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(2,1fr)}
  .os-trust a{padding:2px!important;text-align:center}.os-trust strong{font-size:6.8px!important}.os-trust span{display:none!important}
}


/* =========================================================
   V2.5 — SERVICE PAGE DESKTOP IMAGE FIX
   Prevents service illustrations from being stretched across
   the full laptop width. Phone/tablet presentation is preserved.
   ========================================================= */

@media (min-width: 1000px) {
  .service-visual-band{
    padding:28px 0 34px!important;
    background:#eef5f7;
  }

  .service-visual-band .container{
    padding-top:0!important;
    padding-bottom:0!important;
    display:flex;
    justify-content:center;
  }

  .service-visual-band img{
    width:min(820px,72vw)!important;
    height:auto!important;
    aspect-ratio:2 / 1;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:16px!important;
    display:block;
    box-shadow:0 8px 22px rgba(6,37,74,.08);
  }
}

/* Keep the already-good phone rendering unchanged. */
@media (max-width: 999px) {
  .service-visual-band img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:2 / 1;
    object-fit:cover!important;
  }
}


/* V3.0 production hardening UI */
.consent-row{
  grid-column:1/-1;
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12px;
  line-height:1.45;
  color:var(--muted);
}
.consent-row input{width:auto!important;margin-top:4px!important;flex:0 0 auto}
.consent-row a{text-decoration:underline;font-weight:700}
.legal-note{
  grid-column:1/-1;
  margin:0 0 6px;
  padding:11px 12px;
  border-left:3px solid var(--accent);
  background:var(--soft);
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}
.portal-status{
  max-width:1180px;
  margin:16px auto 0;
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--soft);
  color:var(--muted);
  font-size:13px;
}
.portal-status strong{color:var(--ink)}
