
*{box-sizing:border-box;margin:0}
html{scroll-behavior:smooth}
body{background:#F2FAFF;color:#243848;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;line-height:1.65;overflow-x:hidden}
body.oc-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.oc-burger{position:fixed;top:1.3rem;left:1.3rem;z-index:40;width:52px;height:52px;
  background:#4FB0FF;border:none;border-radius:22px;cursor:pointer;
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;
  box-shadow:0 8px 24px rgba(0,0,0,0.3)}
.oc-burger span{display:block;width:22px;height:2px;background:#141414;transition:.25s}
body.oc-open .oc-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.oc-open .oc-burger span:nth-child(2){opacity:0}
body.oc-open .oc-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.oc-drawer{position:fixed;top:0;left:0;bottom:0;width:min(84vw,360px);z-index:35;
  background:#1a1a1a;color:#ffffff;padding:2rem 1.8rem;
  transform:translateX(-102%);transition:transform .4s cubic-bezier(.2,.85,.25,1);
  display:flex;flex-direction:column}
body.oc-open .oc-drawer{transform:translateX(0)}
.oc-drawer-head{display:flex;justify-content:space-between;align-items:center;
  margin-bottom:2.5rem}
.oc-brand{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;font-size:1.3rem}
.oc-close{background:none;border:none;color:#ffffff;font-size:2rem;
  cursor:pointer;line-height:1}
.oc-links{display:flex;flex-direction:column;gap:.4rem;flex:1}
.dlink{display:flex;align-items:baseline;gap:1rem;padding:.7rem .2rem;
  border-bottom:1px solid rgba(255,255,255,0.16);transition:.2s}
.dlink:hover{padding-left:.8rem;color:#4FB0FF}
.dl-num{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.75rem;color:#4FB0FF;letter-spacing:.1em}
.dl-label{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;font-size:1.35rem}
.oc-drawer-foot{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;
  opacity:.75;margin-top:2rem}
.oc-scrim{position:fixed;inset:0;z-index:30;background:rgba(0,0,0,0.5)}
.oc-canvas{transition:transform .4s cubic-bezier(.2,.85,.25,1);will-change:transform}
body.oc-open .oc-canvas{transform:translateX(min(84vw,360px))}
/* HERO */
.oc-hero{max-width:1080px;margin:0 auto;padding:8rem 6vw 3rem;text-align:center}
.oc-kick{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;
  color:#4FB0FF}
.oc-hero h1{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;line-height:1;
  font-size:clamp(2.6rem,8vw,5rem);letter-spacing:-.02em;margin:1rem 0}
.oc-hero p{color:#728AA0;font-size:1.2rem;max-width:48ch;margin:0 auto 2rem}
.oc-cta{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.obtn{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:700;padding:.85rem 1.9rem;background:#4FB0FF;
  color:#141414;border-radius:22px;border:2px solid #4FB0FF;transition:.2s;
  display:inline-block}
.obtn.oghost{background:transparent;color:#243848;border-color:rgba(36,56,72,0.14)}
.obtn:hover{transform:translateY(-2px)}
.oc-hero-media{margin:0;border-radius:22px;overflow:hidden;aspect-ratio:16/9}
.oc-hero-media img{width:100%;height:100%;object-fit:cover}
/* MAIN */
.oc-main{max-width:1080px;margin:0 auto;padding:0 6vw 4rem}
.oc-main section{padding:4.5rem 0;border-top:1px solid rgba(36,56,72,0.14)}
h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;font-size:clamp(1.7rem,4.5vw,2.8rem);
  margin-bottom:1rem}
.oc-about p{color:#728AA0;font-size:1.15rem;max-width:64ch}
.oc-shead{margin-bottom:1.8rem}
.oc-tag{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;
  color:#4FB0FF;border-bottom:2px solid #4FB0FF;padding-bottom:.3rem}
.ocards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.ocard{background:#ffffff;border:1px solid rgba(36,56,72,0.14);border-radius:22px;padding:1.6rem;
  transition:.2s}
.ocard:hover{transform:translateY(-4px);border-color:#4FB0FF}
.oc-num{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;color:#4FB0FF;font-size:1.3rem;
  display:block;margin-bottom:.4rem}
.ocard h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.1rem;margin-bottom:.35rem}
.ocard p{color:#728AA0;font-size:.94rem}
.otiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.otile{margin:0;border-radius:22px;overflow:hidden;aspect-ratio:4/3}
.otile img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.otile:hover img{transform:scale(1.07)}
.oc-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.4rem}
.oc-quotes blockquote{margin:0;border-left:3px solid #4FB0FF;padding-left:1.1rem}
.oc-quotes p{font-style:italic;font-size:1.08rem;margin-bottom:.5rem}
.oc-quotes cite{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-style:normal;color:#4FB0FF;font-size:.85rem}
.oc-contact p{color:#728AA0;font-size:1.1rem;max-width:50ch;margin-bottom:1.3rem}
.olines{display:flex;gap:1.5rem;flex-wrap:wrap;color:#728AA0;font-size:.95rem;
  margin-bottom:1.6rem}
.oc-foot{text-align:center;padding:3rem 0 0;color:#728AA0;font-size:.85rem;border:0}
@media(max-width:820px){.otiles{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){
  .oc-drawer,.oc-canvas,.oc-burger span{transition:none}
}


.xq{box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;color:#243848;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#4FB0FF;margin-bottom:10px;font-weight:700}

.xq-faq-list{margin-top:18px;border-top:1px solid rgba(36,56,72,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(36,56,72,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#4FB0FF}
.xq-faq-item p{padding:0 4px 16px;color:#728AA0;max-width:64ch}


/* =====================================================
   DESIGN DNA: swiss-red
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
*{border-radius:0 !important;text-shadow:none !important}
img,a[class*="btn"],button,span[class*="btn"],div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{box-shadow:none !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M0 .5H120M.5 0V120' stroke='%23243848' stroke-width='1'/%3E%3C/svg%3E");opacity:.05;}
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;letter-spacing:-0.03em !important;font-weight:800 !important}
h2::before{content:'';display:block;width:2.6rem;height:.55rem;background:#4FB0FF;margin-bottom:.5rem}
img{filter:none !important}
a[class*="btn"],button,span[class*="btn"]{border:2px solid #4FB0FF !important;background:#4FB0FF !important;color:#141414 !important;font-weight:700}
