/* ============================================================
   PingPongMeeras - Ouxu Trading Co., Limited
   Light theme: ivory + ball-orange + table-blue + ink + white
   ============================================================ */

:root{
  --ball-orange:#F08A24;
  --ball-orange-dark:#D97A1A;
  --table-blue:#1F5FA8;
  --table-blue-dark:#174C87;
  --ivory:#FAF6EF;
  --ivory-deep:#F1E9DA;
  --ink:#26262B;
  --ink-soft:#4A4F58;
  --ink-muted:#B9BEC9;
  --white:#FFFFFF;
  --hairline:#E5DCCB;
  --card-border:#C9BFAF;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#26262B;
  background-color:#FAF6EF;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{
  max-width:100%;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* ============ HOME PAGE WRAPPER ============ */

.home-page .section-band{
  background-color:#FAF6EF;
}

/* ============ GIANT WORDMARK NAV ============ */

.giant-nav{
  width:100%;
  background-color:#FAF6EF;
  border-bottom:1px solid var(--hairline);
}

.giant-nav .nav-inner{
  max-width:1200px;
  margin:0 auto;
  padding:34px 24px 6px 24px;
  text-align:center;
}

.giant-nav .wordmark-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.giant-nav .nav-ball{
  width:46px;
  height:46px;
  flex:0 0 46px;
}

.giant-nav .nav-ball .tt-ball{
  width:46px;
  height:46px;
}

.giant-nav .giant-wordmark{
  font-size:62px;
  font-weight:800;
  letter-spacing:0.02em;
  line-height:1.05;
  color:#26262B;
  text-transform:uppercase;
}

.giant-nav .giant-wordmark .ltr-accent{
  color:#F08A24;
}

.services-page .giant-nav .giant-wordmark,
.contact-page .giant-nav .giant-wordmark{
  font-size:44px;
}

.giant-nav .nav-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 34px;
  margin-top:22px;
  padding-bottom:18px;
}

.giant-nav .nav-links a{
  font-size:13px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#26262B;
  padding:4px 2px;
  border-bottom:2px solid transparent;
  transition:border-color .18s ease, color .18s ease;
}

.giant-nav .nav-links a:hover,
.giant-nav .nav-links a.is-active{
  color:#F08A24;
  border-bottom-color:#F08A24;
}

.giant-nav .nav-toggle{
  display:none;
}

/* ============ HERO ============ */

.mirror-hero{
  width:100%;
  background-color:#FAF6EF;
}

.mirror-hero .hero-grid{
  max-width:1200px;
  margin:0 auto;
  padding:70px 24px 64px 24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}

.mirror-hero .hero-graphic{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}

/* ---- CSS ping-pong ball ---- */

.tt-ball{
  position:relative;
  width:150px;
  height:150px;
  border-radius:50%;
  background-color:#F08A24;
  box-shadow:inset -14px -12px 0 rgba(0,0,0,0.06);
  flex:0 0 auto;
}

.tt-ball .ball-seam{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:3px;
  background-color:#26262B;
  transform:translateY(-50%);
}

.tt-ball .ball-seam::after{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  right:0;
  height:1px;
  background:#FFFFFF;
}

.tt-ball .ball-seam-vert{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:3px;
  background-color:#26262B;
  transform:translateX(-50%);
}

.tt-ball .ball-shine{
  position:absolute;
  top:16px;
  left:20px;
  width:26px;
  height:16px;
  border-radius:50%;
  background-color:#FFFFFF;
}

/* ---- CSS paddle silhouette ---- */

.tt-paddle{
  position:relative;
  width:118px;
  height:150px;
  flex:0 0 auto;
}

.tt-paddle .paddle-blade{
  position:absolute;
  top:0;
  left:0;
  width:118px;
  height:108px;
  background-color:#1F5FA8;
  border-radius:52% 52% 46% 46% / 44% 44% 58% 58%;
  box-shadow:inset 0 -6px 0 rgba(0,0,0,0.08);
}

.tt-paddle .paddle-blade::after{
  content:"";
  position:absolute;
  top:26px;
  left:22px;
  width:74px;
  height:46px;
  border-radius:50%;
  background-color:#174C87;
}

.tt-paddle .paddle-handle{
  position:absolute;
  top:100px;
  left:42px;
  width:34px;
  height:46px;
  background-color:#26262B;
  border-radius:6px 6px 10px 10px;
}

.tt-paddle .paddle-grip{
  position:absolute;
  top:108px;
  left:42px;
  width:34px;
  height:10px;
  background-color:#F08A24;
  border-radius:4px;
  z-index:2;
}

/* ---- CSS table line + net ---- */

.tt-table{
  position:relative;
  width:150px;
  height:150px;
  flex:0 0 auto;
}

.tt-table .table-line{
  position:absolute;
  top:26px;
  left:0;
  width:150px;
  height:4px;
  background-color:#FFFFFF;
  box-shadow:0 0 0 1px var(--hairline);
}

.tt-table .table-net{
  position:absolute;
  top:6px;
  left:70px;
  width:10px;
  height:64px;
  background-color:#1F5FA8;
  border-radius:3px;
}

.tt-table .table-net::after{
  content:"";
  position:absolute;
  top:-4px;
  left:-5px;
  width:20px;
  height:4px;
  background-color:#26262B;
  border-radius:2px;
}

.tt-table .table-net-stripes{
  position:absolute;
  top:14px;
  left:73px;
  width:4px;
  height:44px;
  background:repeating-linear-gradient(to bottom,#1F5FA8 0 5px,#FAF6EF 5px 10px);
}

.tt-table .table-ball-mini{
  position:absolute;
  bottom:14px;
  right:12px;
  width:26px;
  height:26px;
  border-radius:50%;
  background-color:#F08A24;
  box-shadow:inset -4px -3px 0 rgba(0,0,0,0.08);
}

/* ---- Hero text ---- */

.mirror-hero .hero-text{
  text-align:left;
}

.eyebrow-chip{
  display:inline-block;
  background-color:#F08A24;
  color:#26262B;
  font-size:12px;
  font-weight:800;
  letter-spacing:0.16em;
  text-transform:uppercase;
  padding:7px 16px;
  border-radius:999px;
}

.hero-text h1{
  font-size:48px;
  line-height:1.12;
  font-weight:800;
  color:#26262B;
  margin:22px 0 18px 0;
  letter-spacing:-0.01em;
}

.hero-text h1 .hl-orange{
  color:#F08A24;
}

.hero-text h1 .hl-blue{
  color:#1F5FA8;
}

.hero-subcopy{
  font-size:18px;
  line-height:1.75;
  color:#4A4F58;
  max-width:520px;
  margin-bottom:28px;
}

.hero-ctas{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:34px;
}

.btn{
  display:inline-block;
  font-size:15px;
  font-weight:800;
  letter-spacing:0.04em;
  padding:14px 30px;
  border-radius:999px;
  transition:transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
  border:2px solid transparent;
}

.btn:active{
  transform:translateY(1px);
}

.btn-primary{
  background-color:#F08A24;
  color:#26262B;
  border-color:#F08A24;
}

.btn-primary:hover{
  background-color:#E17D17;
  border-color:#E17D17;
}

.btn-outline{
  background-color:transparent;
  color:#1F5FA8;
  border-color:#1F5FA8;
}

.btn-outline:hover{
  background-color:#1F5FA8;
  color:#FFFFFF;
}

.hero-stats{
  display:flex;
  align-items:center;
  gap:0;
}

.hero-stats .stat-item{
  text-align:center;
  padding:0 22px;
}

.hero-stats .stat-item:first-child{
  padding-left:0;
}

.hero-stats .stat-item .stat-num{
  font-size:30px;
  font-weight:800;
  color:#26262B;
  line-height:1.1;
}

.hero-stats .stat-item .stat-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#4A4F58;
  margin-top:2px;
}

.hero-stats .stat-divider{
  width:2px;
  height:44px;
  background-color:#F08A24;
}

/* ============ SECTION HEADINGS ============ */

.section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 52px auto;
}

.section-head .kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#1F5FA8;
  margin-bottom:10px;
}

.section-head h2{
  font-size:36px;
  font-weight:800;
  color:#26262B;
  line-height:1.2;
  letter-spacing:-0.01em;
}

.section-head .section-lede{
  font-size:17px;
  color:#4A4F58;
  margin-top:14px;
  line-height:1.7;
}

/* ============ FEATURE CARD GRID ============ */

.cards-section{
  background-color:#FAF6EF;
  padding:90px 0;
}

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

.feature-card{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:14px;
  padding:30px 28px 28px 28px;
  position:relative;
  transition:transform .18s ease, box-shadow .18s ease;
}

.feature-card::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:5px;
  background-color:#F08A24;
  border-radius:0 0 6px 6px;
}

.feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 30px rgba(38,38,43,0.10);
}

.feature-card .card-index{
  position:absolute;
  top:20px;
  right:24px;
  font-size:12px;
  font-weight:800;
  letter-spacing:0.1em;
  color:#C9BFAF;
}

.card-graphic{
  height:64px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:16px;
}

/* tiny paddle */
.mini-paddle{
  position:relative;
  width:44px;
  height:56px;
}

.mini-paddle .mini-blade{
  position:absolute;
  top:0;
  left:0;
  width:44px;
  height:40px;
  background-color:#1F5FA8;
  border-radius:50% 50% 44% 44% / 42% 42% 60% 60%;
}

.mini-paddle .mini-handle{
  position:absolute;
  top:36px;
  left:16px;
  width:12px;
  height:18px;
  background-color:#26262B;
  border-radius:3px;
}

/* tiny ball */
.mini-ball{
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:#F08A24;
  position:relative;
  box-shadow:inset -6px -5px 0 rgba(0,0,0,0.06);
}

.mini-ball::after{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:2px;
  background-color:#26262B;
  transform:translateY(-50%);
}

/* tiny net */
.mini-net{
  position:relative;
  width:56px;
  height:40px;
}

.mini-net .mini-net-post{
  position:absolute;
  top:0;
  left:0;
  width:4px;
  height:36px;
  background-color:#26262B;
  border-radius:2px;
}

.mini-net .mini-net-post2{
  position:absolute;
  top:0;
  right:0;
  width:4px;
  height:36px;
  background-color:#26262B;
  border-radius:2px;
}

.mini-net .mini-net-cloth{
  position:absolute;
  top:8px;
  left:4px;
  right:4px;
  height:22px;
  background:repeating-linear-gradient(to right,#1F5FA8 0 5px,#FAF6EF 5px 10px);
  border:2px solid #1F5FA8;
}

/* tiny medal */
.mini-medal{
  position:relative;
  width:46px;
  height:52px;
}

.mini-medal .medal-ribbon{
  position:absolute;
  top:0;
  left:10px;
  width:8px;
  height:18px;
  background-color:#1F5FA8;
  border-radius:2px 2px 0 0;
  transform:rotate(18deg);
  transform-origin:top center;
}

.mini-medal .medal-ribbon2{
  position:absolute;
  top:0;
  right:10px;
  width:8px;
  height:18px;
  background-color:#1F5FA8;
  border-radius:2px 2px 0 0;
  transform:rotate(-18deg);
  transform-origin:top center;
}

.mini-medal .medal-coin{
  position:absolute;
  top:14px;
  left:7px;
  width:32px;
  height:32px;
  border-radius:50%;
  background-color:#F08A24;
  border:3px solid #FFFFFF;
}

.mini-medal .medal-coin::after{
  content:"";
  position:absolute;
  top:6px;
  left:8px;
  width:4px;
  height:10px;
  background-color:#FFFFFF;
  border-radius:2px;
  transform:rotate(30deg);
}

/* tiny handshake */
.mini-shake{
  position:relative;
  width:54px;
  height:48px;
}

.mini-shake .shake-arm1{
  position:absolute;
  top:10px;
  left:2px;
  width:34px;
  height:14px;
  background-color:#1F5FA8;
  border-radius:8px;
  transform:rotate(-20deg);
}

.mini-shake .shake-arm2{
  position:absolute;
  top:18px;
  right:2px;
  width:34px;
  height:14px;
  background-color:#F08A24;
  border-radius:8px;
  transform:rotate(-20deg);
}

.mini-shake .shake-orb{
  position:absolute;
  top:20px;
  left:8px;
  width:12px;
  height:12px;
  border-radius:50%;
  background-color:#26262B;
}

/* tiny globe */
.mini-globe{
  position:relative;
  width:44px;
  height:44px;
  border-radius:50%;
  background-color:#1F5FA8;
  box-shadow:inset -7px -6px 0 rgba(0,0,0,0.08);
}

.mini-globe::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:20px;
  width:2px;
  background-color:#FFFFFF;
  border-radius:2px;
}

.mini-globe::after{
  content:"";
  position:absolute;
  left:6px;
  right:6px;
  top:20px;
  height:2px;
  background-color:#FFFFFF;
  border-radius:2px;
}

.feature-card h3{
  font-size:19px;
  font-weight:800;
  color:#26262B;
  margin-bottom:10px;
}

.feature-card p{
  font-size:15px;
  line-height:1.7;
  color:#4A4F58;
}

/* ============ METRIC BAND ============ */

.metric-band{
  width:100%;
  background-color:#F08A24;
  padding:70px 0;
}

.metric-band .metrics-row{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
}

.metric-band .metric{
  text-align:center;
  padding:0 20px;
}

.metric-band .metric .metric-num{
  font-size:52px;
  font-weight:800;
  color:#26262B;
  line-height:1;
  letter-spacing:-0.02em;
}

.metric-band .metric .metric-label{
  font-size:12px;
  font-weight:800;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#26262B;
  margin-top:8px;
}

.metric-band .metric-divider{
  width:2px;
  height:64px;
  background-color:#26262B;
}

/* ============ STATEMENT BAND ============ */

.statement-band{
  width:100%;
  background-color:#1F5FA8;
  padding:88px 0;
}

.statement-band .statement-inner{
  max-width:860px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.statement-band .statement-quote-mark{
  font-size:64px;
  font-weight:800;
  color:#F08A24;
  line-height:0.5;
  margin-bottom:18px;
  font-family:Georgia,serif;
}

.statement-band p{
  font-size:26px;
  line-height:1.5;
  font-weight:700;
  color:#FFFFFF;
}

.statement-band .statement-attrib{
  margin-top:24px;
  font-size:13px;
  font-weight:800;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#F08A24;
}

.statement-band .statement-ball{
  margin:26px auto 0 auto;
  width:34px;
  height:34px;
}

.statement-band .statement-ball .tt-ball{
  width:34px;
  height:34px;
}

/* ============ CTA BAND ============ */

.cta-band{
  width:100%;
  background-color:#FFFFFF;
  border-top:1px solid var(--hairline);
  padding:84px 0;
}

.cta-band .cta-inner{
  max-width:760px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.cta-band h2{
  font-size:38px;
  font-weight:800;
  color:#26262B;
  line-height:1.2;
  margin-bottom:14px;
}

.cta-band p{
  font-size:17px;
  color:#4A4F58;
  line-height:1.7;
  margin-bottom:30px;
}

/* ============ FOUR-COLUMN FOOTER ============ */

.four-col-footer{
  width:100%;
  background-color:#26262B;
  padding:70px 0 0 0;
}

.four-col-footer .footer-grid{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1.4fr;
  gap:44px;
}

.four-col-footer .footer-brand .footer-wordmark{
  display:flex;
  align-items:center;
  gap:12px;
}

.four-col-footer .footer-brand .footer-ball{
  width:30px;
  height:30px;
}

.four-col-footer .footer-brand .footer-ball .tt-ball{
  width:30px;
  height:30px;
}

.four-col-footer .footer-brand .footer-wordmark span{
  font-size:22px;
  font-weight:800;
  color:#FFFFFF;
  letter-spacing:0.02em;
}

.four-col-footer .footer-brand p{
  font-size:14px;
  line-height:1.7;
  color:#B9BEC9;
  margin-top:16px;
}

.four-col-footer h4{
  font-size:13px;
  font-weight:800;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#F08A24;
  margin-bottom:18px;
}

.four-col-footer .footer-col ul{
  list-style:none;
}

.four-col-footer .footer-col ul li{
  margin-bottom:10px;
}

.four-col-footer .footer-col ul li a{
  font-size:14px;
  color:#FFFFFF;
  transition:color .15s ease;
}

.four-col-footer .footer-col ul li a:hover{
  color:#F08A24;
}

.four-col-footer .footer-contact p{
  font-size:14px;
  color:#FFFFFF;
  line-height:1.8;
  margin-bottom:6px;
}

.four-col-footer .footer-contact p a{
  color:#FFFFFF;
}

.four-col-footer .footer-contact p a:hover{
  color:#F08A24;
}

.four-col-footer .footer-legal{
  margin-top:52px;
  border-top:1px solid #3C3C44;
  padding:22px 24px;
  text-align:center;
}

.four-col-footer .footer-legal p{
  font-size:13px;
  color:#B9BEC9;
}

.four-col-footer .footer-legal a{
  color:#B9BEC9;
  transition:color .15s ease;
}

.four-col-footer .footer-legal a:hover{
  color:#F08A24;
}

/* ============ SERVICE PAGE ============ */

.page-hero{
  width:100%;
  background-color:#FAF6EF;
}

.page-hero .page-hero-inner{
  max-width:1200px;
  margin:0 auto;
  padding:58px 24px 54px 24px;
  text-align:center;
}

.page-hero h1{
  font-size:44px;
  font-weight:800;
  color:#26262B;
  letter-spacing:-0.01em;
  margin-top:16px;
}

.page-hero p{
  font-size:18px;
  color:#4A4F58;
  max-width:640px;
  margin:16px auto 0 auto;
  line-height:1.7;
}

.service-block{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:16px;
  padding:38px 36px;
  margin-bottom:26px;
  position:relative;
}

.service-block::before{
  content:"";
  position:absolute;
  top:0;
  left:36px;
  right:36px;
  height:5px;
  background-color:#F08A24;
  border-radius:0 0 6px 6px;
}

.service-block .service-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
}

.service-block .service-num{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  background-color:#1F5FA8;
  color:#FFFFFF;
  font-weight:800;
  font-size:15px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.service-block h2{
  font-size:24px;
  font-weight:800;
  color:#26262B;
}

.service-block p{
  font-size:15px;
  line-height:1.75;
  color:#4A4F58;
  margin-bottom:12px;
}

.service-block p:last-child{
  margin-bottom:0;
}

.process-strip{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:16px;
  padding:34px 30px;
  margin:30px 0;
}

.process-strip h2{
  font-size:22px;
  font-weight:800;
  color:#26262B;
  text-align:center;
  margin-bottom:26px;
}

.process-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.process-step{
  text-align:center;
  padding:0 8px;
  position:relative;
}

.process-step .step-ball{
  width:46px;
  height:46px;
  margin:0 auto 12px auto;
  border-radius:50%;
  background-color:#F08A24;
  color:#26262B;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

.process-step h3{
  font-size:15px;
  font-weight:800;
  color:#26262B;
  margin-bottom:6px;
}

.process-step p{
  font-size:13px;
  color:#4A4F58;
  line-height:1.6;
}

/* ============ CONTACT PAGE ============ */

.contact-grid{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px 90px 24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:start;
}

.contact-form-panel{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:16px;
  padding:34px 32px;
}

.contact-form-panel h2{
  font-size:24px;
  font-weight:800;
  color:#26262B;
  margin-bottom:8px;
}

.contact-form-panel > p{
  font-size:15px;
  color:#4A4F58;
  margin-bottom:22px;
}

.form-group{
  margin-bottom:18px;
}

.form-group label{
  display:block;
  font-size:13px;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#26262B;
  margin-bottom:7px;
}

.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  font-family:inherit;
  font-size:15px;
  color:#26262B;
  background-color:#FFFFFF;
  border:2px solid var(--card-border);
  border-radius:10px;
  padding:12px 14px;
  transition:border-color .15s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  outline:none;
  border-color:#F08A24;
}

.form-group textarea{
  min-height:150px;
  resize:vertical;
}

.form-status{
  display:none;
  font-size:14px;
  font-weight:700;
  padding:12px 16px;
  border-radius:10px;
  margin-top:6px;
}

.form-status.is-success{
  display:block;
  color:#1F5FA8;
  background-color:#EAF1F8;
}

.form-status.is-error{
  display:block;
  color:#A33B2E;
  background-color:#FBE9E6;
}

.contact-info-panel h2{
  font-size:24px;
  font-weight:800;
  color:#26262B;
  margin-bottom:18px;
}

.contact-card{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:14px;
  padding:22px 24px;
  margin-bottom:18px;
}

.contact-card h3{
  font-size:16px;
  font-weight:800;
  color:#1F5FA8;
  margin-bottom:8px;
}

.contact-card p{
  font-size:15px;
  color:#4A4F58;
  line-height:1.7;
}

.contact-card p a{
  color:#26262B;
  font-weight:700;
}

.contact-card p a:hover{
  color:#F08A24;
}

.business-hours{
  list-style:none;
  margin-top:6px;
}

.business-hours li{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  color:#4A4F58;
  padding:6px 0;
  border-bottom:1px dashed var(--hairline);
}

.business-hours li:last-child{
  border-bottom:none;
}

.business-hours li .hours-day{
  font-weight:700;
  color:#26262B;
}

/* FAQ accordion */
.faq-list{
  margin-top:8px;
}

.faq-item{
  background-color:#FFFFFF;
  border:1px solid var(--card-border);
  border-radius:12px;
  margin-bottom:12px;
  overflow:hidden;
}

.faq-item .faq-question{
  width:100%;
  text-align:left;
  font-family:inherit;
  font-size:15px;
  font-weight:800;
  color:#26262B;
  background-color:#FFFFFF;
  border:none;
  padding:16px 20px;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.faq-item .faq-question .faq-icon{
  flex:0 0 auto;
  width:26px;
  height:26px;
  border-radius:50%;
  background-color:#F08A24;
  color:#26262B;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease;
}

.faq-item.is-open .faq-question .faq-icon{
  transform:rotate(45deg);
}

.faq-item .faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}

.faq-item .faq-answer .faq-answer-inner{
  padding:0 20px 18px 20px;
  font-size:14px;
  line-height:1.7;
  color:#4A4F58;
}

/* ============ SCROLL REVEAL ============ */

.fade-up{
  opacity:1;
  transform:translateY(0);
  transition:opacity .6s ease, transform .6s ease;
}

.fade-up.pre-reveal{
  opacity:0;
  transform:translateY(22px);
}

.fade-up.visible{
  opacity:1;
  transform:translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .fade-up.pre-reveal{
    opacity:1;
    transform:none;
  }
}

/* ============ RESPONSIVE ============ */

@media (max-width:1024px){
  .mirror-hero .hero-grid{
    gap:36px;
  }

  .hero-text h1{
    font-size:40px;
  }

  .metric-band .metric .metric-num{
    font-size:42px;
  }

  .four-col-footer .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }

  .process-steps{
    grid-template-columns:repeat(2,1fr);
    gap:26px;
  }
}

@media (max-width:820px){
  .giant-nav .giant-wordmark{
    font-size:44px;
  }

  .mirror-hero .hero-grid{
    grid-template-columns:1fr;
    padding:48px 24px;
  }

  .mirror-hero .hero-graphic{
    order:2;
    transform:scale(0.9);
  }

  .mirror-hero .hero-text{
    order:1;
  }

  .hero-text h1{
    font-size:36px;
  }

  .cards-grid{
    grid-template-columns:1fr 1fr;
  }

  .metric-band .metrics-row{
    grid-template-columns:1fr 1fr;
    gap:36px 0;
  }

  .metric-band .metric-divider{
    display:none;
  }

  .contact-grid{
    grid-template-columns:1fr;
  }

  .four-col-footer .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .hero-stats{
    flex-wrap:wrap;
    gap:10px;
  }

  .hero-stats .stat-divider{
    display:none;
  }

  .hero-stats .stat-item{
    padding:0 18px 0 0;
  }
}

@media (max-width:600px){
  /* mobile nav: hamburger-driven overlay */
  .giant-nav .wordmark-row{
    justify-content:space-between;
  }

  .giant-nav .nav-ball{
    display:none;
  }

  .giant-nav .giant-wordmark{
    font-size:30px;
  }

  .giant-nav .nav-toggle{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:44px;
    height:44px;
    background-color:#F08A24;
    border:none;
    border-radius:10px;
    cursor:pointer;
    padding:0 10px;
  }

  .giant-nav .nav-toggle span{
    display:block;
    height:3px;
    width:22px;
    margin:0 auto;
    background-color:#26262B;
    border-radius:3px;
    transition:transform .2s ease, opacity .2s ease;
  }

  .giant-nav.is-open .nav-toggle span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .giant-nav.is-open .nav-toggle span:nth-child(2){
    opacity:0;
  }

  .giant-nav.is-open .nav-toggle span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  .giant-nav .nav-links{
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    margin-top:10px;
    padding:0 0 14px 0;
  }

  .giant-nav.is-open .nav-links{
    display:flex;
  }

  .giant-nav .nav-links a{
    text-align:center;
    padding:10px 0;
    border-bottom:1px solid var(--hairline);
  }

  .mirror-hero .hero-graphic{
    transform:scale(0.78);
    gap:18px;
  }

  .hero-text h1{
    font-size:30px;
  }

  .hero-subcopy{
    font-size:16px;
  }

  .hero-stats .stat-item .stat-num{
    font-size:24px;
  }

  .section-head h2{
    font-size:28px;
  }

  .cards-section{
    padding:64px 0;
  }

  .cards-grid{
    grid-template-columns:1fr;
  }

  .metric-band .metric .metric-num{
    font-size:36px;
  }

  .statement-band p{
    font-size:20px;
  }

  .cta-band h2{
    font-size:30px;
  }

  .four-col-footer .footer-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .process-steps{
    grid-template-columns:1fr;
  }

  .page-hero h1{
    font-size:34px;
  }

  .service-block{
    padding:28px 22px;
  }
}
