/* =====================================================================
   Orange Fairs — professional page styling for About & Process
   Uses the site palette: brand blue #123c63, orange #ef7a1a / gradient,
   Poppins typography. Scoped under .of-page so it never affects the
   shared header, footer or other pages.
   ===================================================================== */

.of-page{font-family:'Poppins',sans-serif;color:#4b5158;background:#fff;}
.of-page *{box-sizing:border-box;}
.of-wrap{max-width:1170px;margin:0 auto;padding:0 20px;}
.of-section{padding:64px 0;}
.of-section.alt{background:#f5f8fb;}

/* ---- Headings ---- */
.of-eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:1.5px;
  text-transform:uppercase;color:#ef7a1a;margin-bottom:10px;}
.of-h2{font-size:32px;line-height:1.25;font-weight:700;color:#123c63;margin:0 0 16px;}
.of-h2 span{color:#ef7a1a;}
.of-center{text-align:center;}
.of-center .of-lead-text{margin-left:auto;margin-right:auto;}
.of-lead-text{font-size:16px;line-height:1.85;color:#60676c;max-width:820px;}
.of-lead-text a{color:#ef7a1a;font-weight:600;}
.of-divider{width:66px;height:4px;border-radius:4px;margin:14px 0 26px;
  background:linear-gradient(to right,#ef7a1a,#e2581b);}
.of-center .of-divider{margin-left:auto;margin-right:auto;}

/* ---- Intro (text + image) ---- */
.of-lead{display:flex;gap:48px;align-items:center;flex-wrap:wrap;}
.of-lead .of-lead-copy{flex:1 1 420px;}
.of-lead .of-lead-img{flex:1 1 380px;}
.of-lead .of-lead-img img{width:100%;border-radius:14px;display:block;
  box-shadow:0 18px 40px rgba(18,60,99,.18);}
.of-lead p{font-size:16px;line-height:1.85;color:#60676c;margin:0 0 16px;}

/* ---- Buttons ---- */
.of-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px;}
.of-btn{display:inline-flex;align-items:center;gap:9px;padding:13px 28px;border-radius:8px;
  font-weight:600;font-size:15px;text-decoration:none;transition:.25s;line-height:1;}
.of-btn.primary{background:linear-gradient(135deg,#f0842a,#e2581b);color:#fff;
  box-shadow:0 10px 22px rgba(226,88,27,.28);}
.of-btn.primary:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(226,88,27,.36);color:#fff;}
.of-btn.wa{background:#25D366;color:#fff;}
.of-btn.wa:hover{background:#1eb85a;color:#fff;transform:translateY(-2px);}
.of-btn.ghost{background:transparent;color:#123c63;border:2px solid #123c63;}
.of-btn.ghost:hover{background:#123c63;color:#fff;}

/* ---- Stat cards ---- */
.of-stats{display:flex;flex-wrap:wrap;gap:22px;}
.of-stat{flex:1 1 160px;background:#fff;border:1px solid #e9eef4;border-radius:14px;padding:30px 18px;
  text-align:center;box-shadow:0 8px 22px rgba(18,60,99,.06);transition:.25s;}
.of-stat:hover{transform:translateY(-5px);box-shadow:0 14px 28px rgba(18,60,99,.12);}
.of-stat .of-stat-ic{font-size:26px;color:#ef7a1a;margin-bottom:12px;}
.of-stat .of-stat-num{font-size:38px;font-weight:800;color:#123c63;line-height:1;}
.of-stat .of-stat-lbl{margin-top:8px;font-size:14px;color:#60676c;font-weight:500;}

/* ---- Feature / service cards ---- */
.of-cards{display:flex;flex-wrap:wrap;gap:26px;}
.of-card{flex:1 1 300px;background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:30px;
  box-shadow:0 10px 26px rgba(0,0,0,.05);transition:.28s;position:relative;}
.of-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(18,60,99,.13);
  border-color:#f6d9c2;}
.of-card .of-ic{width:58px;height:58px;border-radius:14px;display:flex;align-items:center;
  justify-content:center;font-size:23px;color:#fff;margin-bottom:18px;
  background:linear-gradient(135deg,#f0842a,#e2581b);
  box-shadow:0 8px 18px rgba(226,88,27,.28);}
.of-card h3{font-size:19px;color:#123c63;margin:0 0 10px;font-weight:600;}
.of-card p{font-size:14.5px;line-height:1.75;color:#60676c;margin:0 0 14px;}
.of-card .of-more{color:#ef7a1a;font-weight:600;font-size:14px;text-decoration:none;}
.of-card .of-more:hover{text-decoration:underline;}

/* ---- Numbered process steps ---- */
.of-steps{display:flex;flex-wrap:wrap;gap:34px 26px;margin-top:34px;}
.of-step{flex:1 1 300px;position:relative;background:#fff;border:1px solid #eef1f5;border-radius:16px;
  padding:34px 28px 26px;box-shadow:0 10px 26px rgba(0,0,0,.05);border-top:4px solid #ef7a1a;
  transition:.28s;}
.of-step:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(18,60,99,.13);}
.of-step .of-step-no{position:absolute;top:-24px;left:26px;width:48px;height:48px;border-radius:50%;
  background:#123c63;color:#fff;font-weight:700;font-size:19px;display:flex;align-items:center;
  justify-content:center;box-shadow:0 8px 18px rgba(18,60,99,.35);}
.of-step .of-step-ic{position:absolute;top:-14px;right:24px;font-size:26px;color:#ef7a1a;opacity:.85;}
.of-step h3{margin:16px 0 10px;color:#123c63;font-size:18px;font-weight:600;}
.of-step p{font-size:14.5px;line-height:1.75;color:#60676c;margin:0;}
.of-step p a{color:#ef7a1a;font-weight:600;}
.of-step .of-tl{display:inline-block;margin-top:14px;font-size:12px;font-weight:600;
  color:#ef7a1a;background:#fff4ea;padding:5px 12px;border-radius:20px;}

/* ---- Checklist card ---- */
.of-split{display:flex;gap:34px;flex-wrap:wrap;align-items:flex-start;}
.of-split>div{flex:1 1 380px;}
.of-check{background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:8px 30px;
  box-shadow:0 10px 26px rgba(0,0,0,.05);list-style:none;margin:0;}
.of-check li{padding:16px 0 16px 36px;position:relative;border-bottom:1px solid #f0f2f5;
  font-size:15px;line-height:1.6;color:#4b5158;}
.of-check li:last-child{border-bottom:none;}
.of-check li i{position:absolute;left:0;top:17px;color:#2ecc71;font-size:17px;}
.of-check li strong{color:#123c63;}

/* ---- CTA band ---- */
.of-cta{background:linear-gradient(120deg,#123c63,#0c2a47);border-radius:20px;
  padding:52px 34px;text-align:center;color:#fff;position:relative;overflow:hidden;}
.of-cta:after{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;
  border-radius:50%;background:radial-gradient(circle,rgba(239,122,26,.35),transparent 70%);}
.of-cta h2{color:#fff;font-size:28px;font-weight:700;margin:0 0 12px;position:relative;}
.of-cta p{color:rgba(255,255,255,.82);font-size:16px;margin:0 auto 24px;max-width:640px;position:relative;}
.of-cta .of-btns{justify-content:center;position:relative;}
.of-cta .of-phone{margin-top:18px;font-size:15px;color:rgba(255,255,255,.8);position:relative;}
.of-cta .of-phone a{color:#fff;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);}

/* ---- FAQ accordion ---- */
.of-faq{max-width:900px;margin:0 auto;}
.of-faq-item{background:#fff;border:1px solid #e9eef4;border-radius:12px;margin-bottom:14px;
  overflow:hidden;transition:.25s;box-shadow:0 4px 14px rgba(18,60,99,.05);}
.of-faq-item.open{border-color:#f6c9a6;box-shadow:0 10px 24px rgba(18,60,99,.10);}
.of-faq-q{width:100%;text-align:left;background:#fff;border:none;cursor:pointer;
  padding:20px 24px;font-size:16px;font-weight:600;color:#123c63;font-family:inherit;
  display:flex;justify-content:space-between;align-items:center;gap:16px;}
.of-faq-q .of-faq-ic{flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  background:#fff4ea;color:#ef7a1a;font-size:16px;display:flex;align-items:center;
  justify-content:center;transition:.25s;}
.of-faq-item.open .of-faq-q .of-faq-ic{background:#ef7a1a;color:#fff;transform:rotate(45deg);}
.of-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 24px;}
.of-faq-item.open .of-faq-a{max-height:340px;padding:0 24px 20px;}
.of-faq-a p{margin:0;font-size:15px;line-height:1.8;color:#60676c;}

/* ---- Responsive ---- */
@media (max-width:767px){
  .of-section{padding:44px 0;}
  .of-h2{font-size:26px;}
  .of-lead{gap:30px;}
  .of-cta{padding:40px 22px;}
  .of-cta h2{font-size:23px;}
}
