/*
PROPRIETARY AND CONFIDENTIAL — Motherboard, Inc.
Protected under the Defend Trade Secrets Act (18 U.S.C. § 1836)
Contact: legal@bymotherboard.com
*/
:root {
  --navy:#00234B;
  --blue:#2B7BB9;
  --gold:#F0B413;
  --gold-dark:#C9970B;
  --gold-soft:#FFF6D8;
  --orange:#F0B413;
  --surface:#F8FAFC;
  --text:#1B2A3D;
  --muted:#64748b;
  --border:#E1E7EF;
  --white:#ffffff;
  --shadow:0 20px 55px rgba(0,35,75,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{color:inherit}img{max-width:100%}.email-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem clamp(1rem,4vw,4rem);background:var(--navy);color:#fff;font-size:.95rem}.email-topbar__message{display:flex;gap:1.5rem;align-items:center}.email-topbar em{color:var(--gold);font-style:normal}.email-topbar a{font-weight:800;text-decoration:none}.email-topbar a:hover{color:var(--gold)}#email-header-slot{position:sticky;top:0;z-index:1000}.email-header{height:110px;display:flex;align-items:center;gap:2rem;padding:0 clamp(1rem,4vw,4rem);background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);box-shadow:0 8px 22px rgba(0,35,75,.04);backdrop-filter:blur(12px);transition:height .35s ease}.email-header.is-scrolled{height:64px}.email-brand{display:inline-flex;align-items:center;margin-right:auto;text-decoration:none}.email-brand img{width:260px;height:auto;transition:width .35s ease, max-height .35s ease}.email-header.is-scrolled .email-brand img{width:188px}.email-nav{display:flex;align-items:center;gap:1.55rem;font-size:.95rem;font-weight:800;color:var(--navy)}.email-nav a,.email-dropdown__button{text-decoration:none;color:var(--navy);background:transparent;border:0;font:inherit;font-weight:800;cursor:pointer;padding:.4rem 0}.email-nav a:hover,.email-dropdown__button:hover{color:var(--blue)}.email-dropdown{position:relative}.email-dropdown__menu{display:none;position:absolute;top:100%;left:-1rem;min-width:260px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:.75rem;z-index:20}.email-dropdown:hover .email-dropdown__menu,.email-dropdown.is-open .email-dropdown__menu{display:grid}.email-dropdown__menu a{padding:.7rem .85rem;border-radius:12px;color:var(--text)}.email-dropdown__menu a:hover{background:var(--surface);color:var(--blue)}.email-header-actions{display:flex;align-items:center;gap:1rem}.email-phone{font-weight:900;text-decoration:none;color:var(--navy);white-space:nowrap}.email-phone:hover{color:var(--gold-dark)}.email-cta,.email-footer-cta,.email-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:0 1.35rem;border-radius:10px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy)!important;font-weight:900;text-decoration:none;border:0;box-shadow:0 14px 26px rgba(240,180,19,.28);cursor:pointer}.email-cta:hover,.email-footer-cta:hover,.email-btn-primary:hover{transform:translateY(-1px);filter:saturate(1.05)}.email-mobile-toggle{display:none;border:1px solid var(--border);background:#fff;color:var(--navy);border-radius:999px;min-height:42px;padding:0 1rem;font-weight:900}.email-mobile-ctas{display:none}.email-footer{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem;padding:3rem clamp(1rem,4vw,4rem);background:var(--navy);color:#fff}.email-footer img{width:220px;filter:brightness(0) invert(1)}.email-footer p{color:rgba(255,255,255,.75);margin:.9rem 0 0}.email-footer a{color:#fff}.email-footer a:hover{color:var(--gold)}.email-footer-links{display:grid;gap:.55rem;align-content:start}.email-footer-links strong{margin-bottom:.4rem}.email-footer-links a{text-decoration:none;color:rgba(255,255,255,.82)}.email-footer-legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;color:rgba(255,255,255,.65);font-size:.9rem}.email-chat{position:fixed;right:18px;bottom:18px;z-index:50;display:grid;place-items:center;width:58px;height:58px;border-radius:999px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);text-decoration:none;font-weight:900;box-shadow:0 16px 35px rgba(0,35,75,.25)}
@media(max-width:1050px){.email-nav{gap:.9rem;font-size:.87rem}.email-brand img{width:220px}.email-header-actions .email-phone{display:none}}
@media(max-width:768px){.email-topbar{justify-content:center;text-align:center}.email-topbar__message span:nth-child(2),.email-topbar__phone{display:none}.email-header{height:72px;padding:0 1rem}.email-header.is-scrolled{height:56px}.email-brand img{width:178px}.email-header.is-scrolled .email-brand img{width:145px}.email-mobile-toggle{display:inline-flex;align-items:center}.email-header-actions,.email-nav{display:none}.email-nav.is-open{display:grid;position:absolute;top:72px;left:1rem;right:1rem;max-height:80vh;overflow-y:auto;padding:1rem;background:var(--navy);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:var(--shadow);color:#fff}.email-header.is-scrolled .email-nav.is-open{top:56px}.email-nav.is-open a,.email-nav.is-open .email-dropdown__button{color:#fff;padding:.65rem}.email-dropdown__menu{position:static;box-shadow:none;border:0;border-radius:12px;background:rgba(255,255,255,.08);margin:.25rem 0 .5rem}.email-dropdown__menu a{color:rgba(255,255,255,.75)!important}.email-mobile-ctas{display:grid;gap:.65rem;margin-top:.65rem}.email-mobile-ctas a{display:grid;place-items:center;min-height:48px;border-radius:12px;text-decoration:none;font-weight:900}.email-mobile-phone{color:var(--gold)!important;border:1px solid var(--gold);font-size:1.1rem}.email-mobile-primary{background:var(--gold);color:var(--navy)!important}.email-mobile-ghost{border:1px solid rgba(255,255,255,.3);color:#fff!important}.email-footer{grid-template-columns:1fr;padding-bottom:5.5rem}.email-footer-legal{grid-column:auto}.email-chat{bottom:12px;right:12px;width:52px;height:52px}}
