/* ============================================================
   WAAPRINT SHARED STYLESHEET
   Nav, footer, page-hero, and section patterns used across every
   page. Fix a color or spacing value here once — it applies
   everywhere automatically, including new pages you add later.
   ============================================================ */

*{margin:0;padding:0;box-sizing:border-box}
:root{
  --blue:#29ABE2;--blue-dark:#1a8ac4;--blue-pale:#EBF7FD;
  --black:#0a0a0a;--ink:#1c1c1e;--muted:#6e6e73;
  --light:#f5f5f7;--border:#e5e5ea;--white:#ffffff;--yellow:#F5C518;
  --radius:12px;--radius-lg:18px;--radius-xl:24px;
  --max-w:1140px;--pad:2.5rem;
}
body{font-family:'Poppins',sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* NAV */
nav{background:var(--white);border-bottom:1px solid var(--border);padding:0 1.25rem;height:66px;display:flex;align-items:center;position:sticky;top:0;z-index:200;width:100%}
.nav-inner{max-width:var(--max-w);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-weight:700;font-size:22px;color:var(--black);letter-spacing:-.03em;cursor:pointer;text-decoration:none;flex-shrink:0}
.logo span{color:var(--blue)}
.nav-links{display:flex;gap:1.5rem;align-items:center}
.nav-links a{font-size:14px;color:var(--ink);text-decoration:none;font-weight:500;cursor:pointer;transition:color .15s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.btn-nav{background:var(--blue);color:white;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif;transition:background .2s;white-space:nowrap;flex-shrink:0}
.btn-nav:hover{background:var(--blue-dark)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none;flex-shrink:0}
.hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:9999;padding:1.5rem 1.25rem;flex-direction:column;gap:0;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)}
.mobile-close{background:none;border:none;font-size:32px;cursor:pointer;color:var(--ink);line-height:1;padding:0}
.mobile-menu a{font-size:18px;font-weight:600;color:var(--ink);text-decoration:none;cursor:pointer;padding:1rem 0;border-bottom:1px solid var(--border);display:block}
.mobile-menu .btn-mobile-order{background:var(--blue);color:white;border:none;border-radius:10px;padding:14px;font-size:16px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;margin-top:1.25rem;width:100%;display:block}

/* PAGE HERO (banner used on inner pages) */
.page-hero{background:linear-gradient(135deg,rgba(14,106,158,1) 0%,rgba(41,171,226,1) 100%);padding:4rem var(--pad);text-align:center}
.page-hero-inner{max-width:var(--max-w);margin:0 auto}
.page-hero h1{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;color:white;letter-spacing:-.025em;line-height:1.15;margin-bottom:.75rem}
.page-hero p{font-size:.95rem;color:rgba(255,255,255,.85);max-width:520px;margin:0 auto;line-height:1.7}

/* SECTION */
.sec{padding:4rem var(--pad)}
.sec-in{max-width:var(--max-w);margin:0 auto}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.4rem}
.sec-title{font-size:clamp(1.3rem,3vw,1.9rem);font-weight:700;color:var(--black);letter-spacing:-.025em;line-height:1.18}
.sec-sub{font-size:.88rem;color:var(--muted);margin-top:.45rem;line-height:1.65;max-width:500px}
.hdr-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;gap:.75rem}
.see-more{font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;cursor:pointer;white-space:nowrap;transition:opacity .2s;display:inline-flex;align-items:center;gap:4px}
.see-more:hover{opacity:.7}
.see-more-wrap{display:none;margin-top:1.25rem}
.see-more-wrap .see-more{font-size:14px}

/* CTA BAND */
.cta-band{background:var(--blue);padding:3.5rem 2rem;text-align:center}
.cta-band h2,.cta-band h3{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:white;letter-spacing:-.025em;margin-bottom:.65rem}
.cta-band p{font-size:.92rem;color:rgba(255,255,255,.85);max-width:460px;margin:0 auto 1.5rem;line-height:1.65}
.btn-cta-w{background:white;color:var(--blue);border:none;border-radius:10px;padding:13px 30px;font-size:15px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;transition:all .2s}
.btn-cta-w:hover{background:#e8f5fb;transform:translateY(-1px)}

/* FOOTER — contrast values below fixed to pass WCAG AA (>=4.5:1 on black) */
footer{background:var(--black);padding:3.5rem var(--pad) 2rem}
.foot-in{max-width:var(--max-w);margin:0 auto}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:2.5rem}
.foot-brand{font-size:21px;font-weight:700;color:white;letter-spacing:-.03em}
.foot-brand span{color:var(--blue)}
.foot-tag{font-size:12px;line-height:1.7;color:rgba(255,255,255,.55);margin-top:.45rem}
.foot-soc{display:flex;flex-direction:column;gap:7px;margin-top:1rem}
.soc-btn{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.07);border-radius:8px;padding:7px 13px;text-decoration:none;color:rgba(255,255,255,.55);font-size:12px;font-weight:600;transition:background .2s;width:fit-content}
.soc-btn:hover{background:var(--blue);color:white}
.foot-col h3{font-size:11px;font-weight:700;color:rgba(255,255,255,.65);margin-bottom:.9rem;letter-spacing:.05em;text-transform:uppercase}
.foot-col a{display:block;font-size:12.5px;color:rgba(255,255,255,.55);text-decoration:none;margin-bottom:.45rem;transition:color .15s}
.foot-col a:hover{color:rgba(255,255,255,.85)}
.fci{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:rgba(255,255,255,.55);margin-bottom:.55rem;line-height:1.5}
.fci svg{flex-shrink:0;margin-top:2px;opacity:.65}
.foot-bot{border-top:1px solid rgba(255,255,255,.07);padding-top:1.5rem;font-size:12px;color:rgba(255,255,255,.55);text-align:center}
