
:root{
  --ogsc-navy:#062e55;
  --ogsc-navy-2:#0b3a68;
  --ogsc-blue:#58b5dc;
  --ogsc-yellow:#ffcb05;
  --ogsc-red:#c62828;
  --ogsc-bg:#f7f5ef;
  --ogsc-text:#203d5a;
  --ogsc-muted:#647789;
  --ogsc-border:#dfe6eb;
}

.ogsc-next-step{
  background:
    radial-gradient(circle at 87% 28%, rgba(88,181,220,.07), transparent 25%),
    var(--ogsc-bg);
  padding:74px 20px 58px;
  color:var(--ogsc-navy);
  overflow:hidden;
}
.ogsc-next-step *{box-sizing:border-box}
.ogsc-wrap{width:min(1280px,100%);margin:0 auto}
.ogsc-intro{text-align:center;max-width:850px;margin:0 auto 38px}
.ogsc-eyebrow{
  color:var(--ogsc-blue);font-size:14px;font-weight:900;letter-spacing:.16em;
  text-transform:uppercase;margin-bottom:15px
}
.ogsc-intro h2{
  margin:0;font-size:clamp(40px,4.6vw,67px);line-height:1.02;
  letter-spacing:-.045em;color:var(--ogsc-navy)
}
.ogsc-intro p{
  margin:20px auto 0;max-width:760px;font-size:18px;line-height:1.6;color:#38516a
}
.ogsc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:stretch}
.ogsc-card{
  position:relative;min-width:0;background:#fff;border:1px solid var(--ogsc-border);
  border-radius:20px;box-shadow:0 15px 38px rgba(4,45,85,.08);
  padding:36px 36px 30px;display:flex;flex-direction:column;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease
}
.ogsc-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(4,45,85,.13)}
.ogsc-card-value{border:1.5px solid #eeb900;background:linear-gradient(145deg,#fffdf6,#fff)}
.ogsc-choice{
  position:absolute;left:22px;top:0;transform:translateY(-1px);
  background:var(--ogsc-yellow);color:var(--ogsc-navy);
  padding:10px 15px;border-radius:0 0 10px 10px;font-size:11px;font-weight:900;text-transform:uppercase
}
.ogsc-icon{width:88px;height:88px;margin:12px 0 24px;display:flex;align-items:center;justify-content:center}
.ogsc-icon svg{width:82px;height:82px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.ogsc-icon-yellow{color:#efb900}.ogsc-icon-blue{color:#4eacd5}.ogsc-icon-navy{color:var(--ogsc-navy)}
.ogsc-card h3{margin:0;color:var(--ogsc-navy);font-size:32px;line-height:1.06;letter-spacing:-.03em}
.ogsc-rule{width:44px;height:3px;border-radius:999px;margin:18px 0 18px}
.ogsc-rule-yellow{background:#efb900}.ogsc-rule-blue{background:#4eacd5}.ogsc-rule-navy{background:var(--ogsc-navy)}
.ogsc-card>p{margin:0 0 25px;color:#223f5c;font-size:16px;line-height:1.66}
.ogsc-btn{
  min-height:54px;border-radius:10px;padding:13px 18px;display:flex;align-items:center;justify-content:center;
  gap:9px;text-decoration:none;font-weight:900;text-align:center;margin-top:auto;transition:transform .18s ease,filter .18s ease
}
.ogsc-btn:hover{transform:translateY(-1px);filter:brightness(.98)}
.ogsc-btn-yellow{background:var(--ogsc-yellow);color:var(--ogsc-navy)}
.ogsc-btn-blue{background:var(--ogsc-blue);color:#fff}
.ogsc-note{
  margin-top:22px;display:flex;gap:10px;align-items:center;padding:15px 4px 0;
  color:var(--ogsc-navy);font-size:14px;font-weight:700;font-style:italic
}
.ogsc-note-icon{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:#fff3bf;color:var(--ogsc-navy);font-style:normal;font-weight:900;flex:0 0 auto
}
.ogsc-trust{
  margin:28px -36px -30px;padding:22px 26px;background:#fbfcfd;border-top:1px solid #e7edf1;
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px
}
.ogsc-trust div{text-align:center;border-right:1px solid #dde5ea}
.ogsc-trust div:last-child{border-right:0}
.ogsc-trust strong{display:block;color:var(--ogsc-navy);font-size:16px}
.ogsc-trust span{display:block;color:var(--ogsc-muted);font-size:11px;margin-top:4px}
.ogsc-card-search{padding-bottom:0}
.ogsc-town{
  margin:auto -36px 0;height:170px;background:linear-gradient(#eff8fc,#fff);
  border-top:1px solid #e4edf2;overflow:hidden
}
.ogsc-town svg{width:100%;height:100%;display:block}
.ogsc-search-link{
  margin:0 -36px;background:var(--ogsc-navy);color:#fff;text-decoration:none;
  min-height:70px;display:flex;align-items:center;justify-content:center;gap:10px;
  font-weight:900;font-size:17px;transition:background .18s ease
}
.ogsc-search-link:hover{background:#0a3b69}
.ogsc-signature{
  width:max-content;max-width:100%;margin:34px auto 0;padding:12px 22px;border:1px solid #e0e7eb;
  border-radius:999px;background:rgba(255,255,255,.7);display:flex;align-items:center;gap:14px;
  color:var(--ogsc-navy);font-size:14px;box-shadow:0 5px 20px rgba(4,45,85,.035)
}
.ogsc-signature i{width:1px;height:18px;background:#cdd9e1}
.ogsc-signature strong{font-style:italic;font-weight:800}
.ogsc-heart{color:#eab900;font-size:24px;line-height:1}

@media(max-width:980px){
  .ogsc-next-step{padding-top:58px}
  .ogsc-grid{grid-template-columns:1fr 1fr}
  .ogsc-card-search{grid-column:1/-1}
  .ogsc-card-search .ogsc-town{height:190px}
}
@media(max-width:700px){
  .ogsc-next-step{padding:48px 16px 40px}
  .ogsc-intro{margin-bottom:28px}
  .ogsc-eyebrow{font-size:11px;letter-spacing:.13em}
  .ogsc-intro h2{font-size:clamp(36px,10vw,46px)}
  .ogsc-intro p{font-size:16px;margin-top:16px}
  .ogsc-grid{grid-template-columns:1fr;gap:16px}
  .ogsc-card,.ogsc-card-search{grid-column:auto;padding:28px 22px 24px;border-radius:16px}
  .ogsc-choice{left:18px;font-size:10px;padding:8px 12px}
  .ogsc-icon{width:70px;height:70px;margin:12px 0 20px}
  .ogsc-icon svg{width:66px;height:66px}
  .ogsc-card h3{font-size:28px}
  .ogsc-card>p{font-size:15px}
  .ogsc-trust{margin:24px -22px -24px;padding:18px 12px}
  .ogsc-town{margin:6px -22px 0;height:145px}
  .ogsc-search-link{margin:0 -22px -24px;min-height:60px;font-size:15px}
  .ogsc-signature{
    width:100%;border-radius:16px;justify-content:center;flex-wrap:wrap;gap:9px 12px;
    padding:14px;font-size:13px
  }
  .ogsc-signature strong{width:100%;text-align:center}
}


/* v1.0.1 — compactere desktopverhoudingen */
@media(min-width:981px){
  .ogsc-next-step{padding:52px 20px 42px}
  .ogsc-intro{margin-bottom:28px}
  .ogsc-eyebrow{margin-bottom:11px}
  .ogsc-intro h2{font-size:clamp(42px,3.9vw,60px)}
  .ogsc-intro p{margin-top:14px;font-size:17px;line-height:1.5}
  .ogsc-grid{gap:22px}
  .ogsc-card{padding:28px 30px 24px;border-radius:18px}
  .ogsc-icon{width:72px;height:72px;margin:8px 0 17px}
  .ogsc-icon svg{width:68px;height:68px}
  .ogsc-card h3{font-size:29px;line-height:1.04}
  .ogsc-rule{margin:14px 0}
  .ogsc-card>p{font-size:15px;line-height:1.55;margin-bottom:20px}
  .ogsc-btn{min-height:48px;padding:10px 15px}
  .ogsc-note{margin-top:15px;padding-top:8px;font-size:13px}
  .ogsc-trust{margin:20px -30px -24px;padding:16px 18px}
  .ogsc-town{margin:auto -30px 0;height:125px}
  .ogsc-search-link{margin:0 -30px;min-height:56px;font-size:16px}
  .ogsc-signature{margin-top:24px}
}


/* v1.0.2 — balans tussen premium uitstraling en compactheid */
@media(min-width:981px){
  .ogsc-next-step{
    padding:58px 20px 50px;
  }
  .ogsc-wrap{
    width:min(1360px,100%);
  }
  .ogsc-intro{
    max-width:900px;
    margin-bottom:32px;
  }
  .ogsc-intro h2{
    font-size:clamp(40px,3.5vw,56px);
  }
  .ogsc-intro p{
    max-width:800px;
    font-size:17px;
  }
  .ogsc-grid{
    gap:24px;
    max-width:1240px;
    margin-inline:auto;
  }
  .ogsc-card{
    min-height:480px;
    padding:32px 32px 27px;
  }
  .ogsc-icon{
    width:78px;
    height:78px;
    margin:10px 0 19px;
  }
  .ogsc-icon svg{
    width:73px;
    height:73px;
  }
  .ogsc-card h3{
    font-size:30px;
  }
  .ogsc-card>p{
    font-size:15.5px;
    line-height:1.58;
  }
  .ogsc-btn{
    min-height:52px;
    padding:12px 17px;
    font-size:15px;
  }
  .ogsc-note{
    margin-top:17px;
  }
  .ogsc-trust{
    margin:23px -32px -27px;
    padding:18px 20px;
  }
  .ogsc-town{
    margin:auto -32px 0;
    height:145px;
  }
  .ogsc-search-link{
    margin:0 -32px;
    min-height:61px;
  }
  .ogsc-signature{
    margin-top:28px;
    padding:13px 25px;
    font-size:14px;
    background:#fff;
    border-color:#d8e2e8;
    box-shadow:0 8px 24px rgba(4,45,85,.05);
  }
  .ogsc-signature strong{
    color:var(--ogsc-navy);
  }
}

/* Zachtere overgang naar het volgende homepagegedeelte */
.ogsc-next-step{
  position:relative;
}
.ogsc-next-step:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:34px;
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(247,245,239,0),rgba(255,255,255,.5));
}


/* v1.1.0 — waardebepalingssectie */
.ogsc-value-section{
  background:#fff;
  padding:76px 20px;
  color:var(--ogsc-navy);
}
.ogsc-value-wrap{
  width:min(1280px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:64px;
  align-items:center;
}
.ogsc-value-copy h2{
  margin:10px 0 18px;
  font-size:clamp(42px,4.7vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
  color:var(--ogsc-navy);
  max-width:700px;
}
.ogsc-value-lead{
  max-width:650px;
  margin:0;
  color:#34516d;
  font-size:18px;
  line-height:1.65;
}
.ogsc-value-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:38px;
}
.ogsc-value-benefit{
  min-width:0;
}
.ogsc-value-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fbf4df;
  color:var(--ogsc-navy);
  font-size:26px;
  margin-bottom:14px;
}
.ogsc-value-benefit strong{
  display:block;
  font-size:15px;
  margin-bottom:6px;
}
.ogsc-value-benefit span{
  display:block;
  color:#62768a;
  font-size:13px;
  line-height:1.5;
}
.ogsc-value-personal{
  margin-top:34px;
  border-radius:16px;
  background:linear-gradient(135deg,#f6f9fb,#fff);
  border:1px solid #e4ebef;
  padding:18px 20px;
  display:flex;
  gap:15px;
  align-items:center;
}
.ogsc-value-avatar{
  width:54px;height:54px;border-radius:50%;
  background:var(--ogsc-navy);color:#fff;
  display:grid;place-items:center;font-weight:900;
  flex:0 0 auto;
}
.ogsc-value-personal strong{display:block;font-size:17px;font-style:italic}
.ogsc-value-personal span{display:block;color:#66798b;font-size:13px;margin-top:4px}

.ogsc-value-panel{
  background:#fff;
  border:1px solid #dfe6eb;
  border-radius:20px;
  padding:30px;
  box-shadow:0 18px 48px rgba(4,45,85,.10);
}
.ogsc-value-panel-head{
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:22px;
}
.ogsc-value-house{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--ogsc-navy);color:var(--ogsc-yellow);
  font-size:29px;flex:0 0 auto;
}
.ogsc-value-panel-head small{
  display:block;color:var(--ogsc-blue);font-weight:900;
  text-transform:uppercase;letter-spacing:.1em;font-size:10px;margin-bottom:4px
}
.ogsc-value-panel-head h3{
  margin:0;color:var(--ogsc-navy);
  font-size:23px;line-height:1.15
}
.ogsc-value-form{display:grid;gap:14px}
.ogsc-value-form label{display:grid;gap:6px}
.ogsc-value-form label>span{
  color:var(--ogsc-navy);font-size:13px;font-weight:800
}
.ogsc-value-form label em{
  font-style:normal;font-weight:500;color:#7a8a99
}
.ogsc-value-form input[type=text],
.ogsc-value-form input[type=email],
.ogsc-value-form input[type=tel]{
  width:100%;min-height:48px;border:1px solid #d5dfe6;border-radius:9px;
  padding:11px 13px;font:inherit;color:#27445e;background:#fff;outline:none
}
.ogsc-value-form input:focus{
  border-color:var(--ogsc-blue);
  box-shadow:0 0 0 3px rgba(88,181,220,.12)
}
.ogsc-value-row{display:grid;grid-template-columns:1fr .72fr;gap:12px}
.ogsc-check{
  grid-template-columns:20px 1fr!important;
  gap:10px!important;
  align-items:start;
  margin-top:2px
}
.ogsc-check input{width:18px;height:18px;margin:1px 0 0}
.ogsc-check span{font-weight:500!important;color:#66798b!important;line-height:1.45}
.ogsc-check a{color:var(--ogsc-navy);font-weight:800}
.ogsc-value-submit{
  min-height:54px;border:0;border-radius:10px;
  background:var(--ogsc-yellow);color:var(--ogsc-navy);
  display:flex;align-items:center;justify-content:center;gap:12px;
  font:inherit;font-weight:900;cursor:pointer;
  box-shadow:0 8px 20px rgba(220,170,0,.18);
  transition:transform .16s ease,filter .16s ease
}
.ogsc-value-submit:hover{transform:translateY(-1px);filter:brightness(.98)}
.ogsc-value-submit[disabled]{opacity:.65;cursor:wait}
.ogsc-value-form-status{
  display:none;border-radius:8px;padding:11px 12px;font-size:13px;font-weight:700
}
.ogsc-value-form-status.is-success{display:block;background:#eaf7f1;color:#14664d}
.ogsc-value-form-status.is-error{display:block;background:#fff0ef;color:#9e2e28}
.ogsc-value-assurance{
  display:flex;align-items:center;justify-content:center;gap:11px;
  color:#687b8d;font-size:11px;flex-wrap:wrap;margin-top:1px
}
.ogsc-value-assurance i{width:1px;height:16px;background:#dbe3e8}
.ogsc-value-trustbar{
  margin:24px -30px -30px;
  padding:18px 22px;
  background:#fafbfd;
  border-top:1px solid #e6edf1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  border-radius:0 0 20px 20px
}
.ogsc-value-trustbar div{text-align:center;border-right:1px solid #e0e7eb}
.ogsc-value-trustbar div:last-child{border-right:0}
.ogsc-value-trustbar strong{display:block;font-size:18px;color:var(--ogsc-navy)}
.ogsc-value-trustbar span{display:block;font-size:10px;color:#708191;margin-top:3px}
.ogsc-hp{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important
}

@media(max-width:980px){
  .ogsc-value-section{padding:58px 20px}
  .ogsc-value-wrap{grid-template-columns:1fr;gap:36px}
  .ogsc-value-copy h2{max-width:none}
  .ogsc-value-panel{max-width:720px;width:100%;margin:0 auto}
}
@media(max-width:700px){
  .ogsc-value-section{padding:46px 16px}
  .ogsc-value-copy h2{font-size:clamp(36px,10vw,46px)}
  .ogsc-value-lead{font-size:16px}
  .ogsc-value-benefits{grid-template-columns:1fr;gap:14px;margin-top:28px}
  .ogsc-value-benefit{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start}
  .ogsc-value-icon{width:48px;height:48px;margin:0}
  .ogsc-value-personal{margin-top:24px}
  .ogsc-value-panel{padding:22px;border-radius:16px}
  .ogsc-value-row{grid-template-columns:1fr}
  .ogsc-value-panel-head h3{font-size:20px}
  .ogsc-value-trustbar{margin:20px -22px -22px;padding:15px 10px;border-radius:0 0 16px 16px}
  .ogsc-value-assurance{font-size:10px;gap:8px}
}

@media(min-width:1180px){.ogsc-wrap{width:min(1480px,100%)}.ogsc-grid{max-width:1400px;gap:26px}}
.ogsc-town img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}


/* v1.4.0 centrale header voor custom Realworks templates */
.ogsc-site-header{
  position:relative;
  z-index:100;
  background:#fff;
  border-bottom:1px solid #e7eaed;
  color:#082f5b;
  font-family:Montserrat,Arial,sans-serif;
}
.ogsc-site-header *{box-sizing:border-box}
.ogsc-site-header-inner{
  width:min(1240px,calc(100% - 48px));
  min-height:96px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);
  align-items:center;
  gap:30px;
}
.ogsc-site-header-logo{display:flex;align-items:center;text-decoration:none;justify-self:start}
.ogsc-site-header-logo-img{display:block;max-width:205px;max-height:68px;width:auto;height:auto;object-fit:contain}
.ogsc-site-header-logo-text{font-size:25px;font-weight:900;line-height:.88;color:#082f5b}
.ogsc-site-header-logo-text small{display:block;font-size:13px;margin-top:8px}
.ogsc-site-header-nav{display:flex;align-items:center;gap:30px;justify-content:center}
.ogsc-site-header-nav a{color:#061f3d;text-decoration:none;font-weight:800;font-size:16px;white-space:nowrap}
.ogsc-site-header-phone{
  justify-self:end;
  border:2px solid #ffcb05;
  border-radius:9px;
  padding:12px 18px;
  color:#082f5b;
  text-decoration:none;
  font-weight:850;
  white-space:nowrap
}
.ogsc-site-header-toggle{display:none}
.ogsc-site-header-mobile{display:none}

@media(max-width:860px){
  .ogsc-site-header-inner{
    width:calc(100% - 32px);
    min-height:82px;
    display:flex;
    gap:12px;
  }
  .ogsc-site-header-logo{flex:1 1 auto;min-width:0}
  .ogsc-site-header-logo-img{max-width:170px;max-height:58px}
  .ogsc-site-header-nav{display:none}
  .ogsc-site-header-phone{
    width:48px;min-width:48px;height:48px;padding:0;
    display:flex;align-items:center;justify-content:center;
    overflow:hidden;font-size:0
  }
  .ogsc-site-header-phone::before{content:"☎";font-size:20px}
  .ogsc-site-header-toggle{
    width:48px;height:48px;border:0;background:transparent;padding:10px;
    display:flex;flex-direction:column;justify-content:center;gap:5px;cursor:pointer
  }
  .ogsc-site-header-toggle span{display:block;width:27px;height:2px;background:#082f5b;transition:.18s}
  .ogsc-site-header.is-open .ogsc-site-header-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .ogsc-site-header.is-open .ogsc-site-header-toggle span:nth-child(2){opacity:0}
  .ogsc-site-header.is-open .ogsc-site-header-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .ogsc-site-header-mobile{
    padding:12px 20px 24px;
    background:#fff;
    border-top:1px solid #e8edf1
  }
  .ogsc-site-header-mobile:not([hidden]){display:block}
  .ogsc-site-header-mobile nav{display:grid}
  .ogsc-site-header-mobile nav a{
    padding:17px 2px;border-bottom:1px solid #e5ebf0;
    color:#082f5b;text-decoration:none;font-size:20px;font-weight:850
  }
  .ogsc-site-header-mobile-value,.ogsc-site-header-mobile-call{
    min-height:52px;margin-top:12px;border-radius:10px;
    display:flex;align-items:center;justify-content:center;
    text-decoration:none;font-weight:850;padding:12px 16px
  }
  .ogsc-site-header-mobile-value{background:#ffcb05;color:#082f5b}
  .ogsc-site-header-mobile-call{border:2px solid #082f5b;color:#082f5b;background:#fff}
}
@media(max-width:480px){
  .ogsc-site-header-logo-img{max-width:148px}
}


/* v1.5.0 — centrale Menu Manager */
.ogsc-site-header-nav .ogsc-nav-item{position:relative;display:flex;align-items:center}
.ogsc-site-header-nav .ogsc-nav-item>a{
  color:#061f3d;text-decoration:none;font-weight:800;font-size:16px;white-space:nowrap;padding:36px 0
}
.ogsc-site-header-nav .ogsc-nav-item.has-children>a::after{content:"⌄";margin-left:7px;font-size:13px;color:#697b8c}
.ogsc-site-header-nav .ogsc-nav-submenu{
  display:none;position:absolute;left:-16px;top:76px;min-width:220px;padding:9px;
  background:#fff;border:1px solid #e1e8ed;border-radius:10px;
  box-shadow:0 16px 38px rgba(4,45,85,.13);z-index:200
}
.ogsc-site-header-nav .ogsc-nav-item:hover>.ogsc-nav-submenu,
.ogsc-site-header-nav .ogsc-nav-item:focus-within>.ogsc-nav-submenu{display:grid}
.ogsc-site-header-nav .ogsc-nav-submenu a{
  color:#082f5b;text-decoration:none;padding:11px 12px;border-radius:7px;font-size:14px;font-weight:750
}
.ogsc-site-header-nav .ogsc-nav-submenu a:hover{background:#f3f7f9}

.ogsc-site-header-mobile .ogsc-nav-item{display:block;border-bottom:1px solid #e5ebf0}
.ogsc-site-header-mobile .ogsc-nav-item>a{
  display:block;padding:17px 2px!important;border:0!important;color:#082f5b!important;
  text-decoration:none;font-size:20px!important;font-weight:850!important
}
.ogsc-site-header-mobile .ogsc-nav-submenu{display:grid;padding:0 0 10px 16px}
.ogsc-site-header-mobile .ogsc-nav-submenu a{
  padding:9px 4px!important;border:0!important;color:#5b7185!important;font-size:16px!important;font-weight:700!important
}

/* v2.1.0 - managed homepage CTA paragraphs are real links while retaining their design */
.ogsc-managed-cta {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.ogsc-managed-cta:hover,
.ogsc-managed-cta:focus {
  color: inherit;
  text-decoration: none;
}


/* ==========================================================
   Oostergetel Design System v1 — Site Components 2.2.0
   Centrale presentatielaag voor native Gutenberg-pagina's.
   ========================================================== */
:root{--og-navy:#062e55;--og-navy-2:#0b3a68;--og-blue:#58b5dc;--og-yellow:#ffcb05;--og-cream:#f7f5ef;--og-white:#fff;--og-text:#203d5a;--og-muted:#647789;--og-border:#dfe6eb;--og-radius:18px;--og-content:1220px;--og-reading:780px;--og-shadow:0 15px 38px rgba(4,45,85,.08)}
.og-page,.og-page *{box-sizing:border-box}.og-page{color:var(--og-text)}.og-page h1,.og-page h2,.og-page h3{color:var(--og-navy);letter-spacing:-.035em}.og-page p{line-height:1.65}
.og-page .og-eyebrow{margin:0 0 12px;color:var(--og-blue);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.og-page .og-title{margin-top:0;font-size:clamp(34px,4vw,52px);line-height:1.06;font-weight:800}.og-page .og-copy{font-size:18px;line-height:1.7}.og-page .og-copy-narrow{max-width:var(--og-reading)}
.og-page .og-section{padding:88px 28px}.og-page .og-section-sm{padding:54px 28px}.og-page .og-bg-white{background:var(--og-white)}.og-page .og-bg-cream{background:var(--og-cream)}.og-page .og-bg-navy{background:var(--og-navy);color:#fff}.og-page .og-bg-navy h1,.og-page .og-bg-navy h2,.og-page .og-bg-navy h3,.og-page .og-bg-navy p{color:#fff}.og-page .og-bg-navy .og-eyebrow{color:var(--og-yellow)}
.og-page .og-hero{min-height:700px;align-items:center}.og-page .og-hero .wp-block-cover__inner-container{width:100%}.og-page .og-hero h1{max-width:820px;margin-bottom:20px;color:#fff;font-size:clamp(48px,6vw,76px);line-height:.98;font-weight:850}.og-page .og-hero p{color:#fff}.og-page .og-hero .og-eyebrow{color:var(--og-yellow)}.og-page .og-hero-copy{max-width:760px}
.og-page .wp-block-button__link{min-height:52px;padding:14px 22px;border-radius:10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,filter .18s ease}.og-page .wp-block-button__link:hover{transform:translateY(-1px);filter:brightness(.98)}.og-page .og-btn-yellow .wp-block-button__link{background:var(--og-yellow);color:var(--og-navy)}.og-page .og-btn-blue .wp-block-button__link{background:var(--og-blue);color:#fff}.og-page .og-btn-navy .wp-block-button__link{background:var(--og-navy);color:#fff}.og-page .og-btn-whatsapp .wp-block-button__link{background:#25d366;color:#fff}
.og-page .og-card{background:#fff;border:1px solid var(--og-border);border-radius:var(--og-radius);box-shadow:var(--og-shadow);overflow:hidden}.og-page .og-card-pad{padding:34px}.og-page .og-card-navy{background:var(--og-navy);border-color:var(--og-navy);color:#fff}.og-page .og-card-navy h2,.og-page .og-card-navy h3,.og-page .og-card-navy p{color:#fff}.og-page .og-round,.og-page .og-round img{border-radius:var(--og-radius);overflow:hidden}.og-page .og-stars{color:var(--og-yellow);letter-spacing:.08em;font-size:20px}
.og-page .og-proof{text-align:center}.og-page .og-proof strong{display:block;color:var(--og-navy);font-size:26px;line-height:1.05}.og-page .og-proof span{display:block;margin-top:5px;color:var(--og-muted);font-size:13px}.og-page .og-quote{font-family:Georgia,serif;font-size:clamp(25px,3vw,34px);line-height:1.25;color:var(--og-navy)}
.editor-styles-wrapper .og-page .og-eyebrow{color:var(--og-blue)}.editor-styles-wrapper .og-page .og-bg-navy,.editor-styles-wrapper .og-page .og-card-navy{color:#fff}
@media(max-width:782px){.og-page .og-section{padding:62px 22px}.og-page .og-section-sm{padding:42px 22px}.og-page .og-copy{font-size:17px}.og-page .og-hero{min-height:650px}.og-page .og-hero h1{font-size:clamp(44px,11vw,58px)}}
@media(max-width:520px){.og-page .og-section{padding:52px 18px}.og-page .og-section-sm{padding:34px 18px}.og-page .og-title{font-size:32px}.og-page .og-copy{font-size:16px}.og-page .wp-block-buttons{gap:10px}.og-page .wp-block-button{width:100%}.og-page .wp-block-button__link{width:100%}.og-page .og-card-pad{padding:26px 22px}}
