/* ============================================================
   MyGatePass landing page design system
   Served from:  /TheTheme/styles/mgp-pages.css
   A landing page that needs it outside the automatic hook in
   Content-Page.cshtml can pull it in with ONE line in <head>:
     <link rel="stylesheet" href="/TheTheme/styles/mgp-pages.css">

   All rules are scoped under .mgp-page so they cannot collide
   with the main site theme. Wrap page content in:
     <div class="mgp-page"> ... </div>

   Typography: Outfit 700 headings, Nunito Sans body,
               Montserrat 700 italic highlights.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&family=Outfit:wght@600;700;800&display=swap');

.mgp-page{
  --mgp-blue:#021eff; --mgp-blue-dark:#0015cc;
  --mgp-green:#00c389; --mgp-green-dark:#00a878;
  --mgp-ink:#141726; --mgp-muted:#5b6172;
  --mgp-line:#e6e8f0; --mgp-soft:#f4f6ff; --mgp-soft2:#eef1ff;
  --font-head:"Outfit","Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --font-body:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --font-hl:"Montserrat","Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-family:var(--font-body); color:var(--mgp-ink); line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
.mgp-page *{box-sizing:border-box;}
.mgp-page .mgp-wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px;}
.mgp-page section{padding:72px 0;}

/* ---------- headings: Outfit ---------- */
.mgp-page h1,.mgp-page h2,.mgp-page h3,.mgp-page h4{font-family:var(--font-head);font-weight:700;color:var(--mgp-ink);line-height:1.13;margin:0 0 16px;letter-spacing:-.022em;}
.mgp-page h1{font-size:clamp(36px,5.4vw,58px);}
.mgp-page h2{font-size:clamp(28px,4vw,44px);}
.mgp-page h3{font-size:20px;}
.mgp-page h4{font-size:17px;}

/* ---------- body: Nunito Sans ---------- */
.mgp-page p{margin:0 0 16px;color:var(--mgp-muted);font-size:17px;font-weight:400;}
.mgp-page .lead{font-size:19px;max-width:760px;}
.mgp-page ul{margin:0 0 16px;padding-left:22px;color:var(--mgp-muted);font-size:17px;}
.mgp-page li{margin-bottom:8px;}
.mgp-page a{color:var(--mgp-blue);}

/* ---------- highlights: Montserrat bold italic ---------- */
.mgp-page .hl,
.mgp-page .eyebrow,
.mgp-page .tinytag,
.mgp-page .callout,
.mgp-page .chip b{font-family:var(--font-hl);font-weight:700;font-style:italic;}
.mgp-page .eyebrow{color:var(--mgp-blue);letter-spacing:.13em;text-transform:uppercase;font-size:13px;margin:0 0 14px;}
.mgp-page .hl{color:var(--mgp-blue);}
.mgp-page .tinytag{display:inline-block;background:var(--mgp-soft2);color:var(--mgp-blue);font-size:13px;padding:6px 14px;border-radius:999px;margin-bottom:16px;}

/* ---------- buttons ---------- */
.mgp-page .btn{display:inline-block;font-family:var(--font-head);font-weight:700;font-size:17px;text-decoration:none;padding:15px 30px;border-radius:10px;transition:all .25s ease;cursor:pointer;border:none;letter-spacing:-.01em;}
.mgp-page .btn-green{background:var(--mgp-green);color:#fff;}
.mgp-page .btn-green:hover{background:var(--mgp-green-dark);color:#fff;}
.mgp-page .btn-blue{background:var(--mgp-blue);color:#fff;}
.mgp-page .btn-blue:hover{background:var(--mgp-blue-dark);color:#fff;}
.mgp-page .btn-ghost{background:#fff;color:var(--mgp-blue);border:2px solid var(--mgp-blue);}
.mgp-page .btn-ghost:hover{background:var(--mgp-soft2);color:var(--mgp-blue);}

/* ---------- hero ---------- */
.mgp-page .hero{position:relative;background-color:#f4f6ff;background-image:radial-gradient(900px 420px at 82% -10%,rgba(0,195,137,.20),transparent),linear-gradient(135deg,#f4f6ff 0%,#e8edff 100%);padding:104px 0 96px;}
.mgp-page .hero>.mgp-wrap{width:100%;display:block;}
.mgp-page .hero-copy{max-width:720px;margin:0;text-align:left;}
/* photo hero variant: set --hero-img inline on the section */
.mgp-page .hero.hero-photo{background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.90) 34%,rgba(247,249,255,.55) 62%,rgba(247,249,255,0) 100%),var(--hero-img);background-size:auto,cover;background-position:center,center right;background-repeat:no-repeat;}
.mgp-page .hero.hero-photo .hero-copy{max-width:620px;}
.mgp-page .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0 28px;}
.mgp-page .chips{display:flex;gap:12px;flex-wrap:wrap;}
.mgp-page .chip{background:#fff;border:1px solid var(--mgp-line);border-radius:999px;padding:9px 16px;font-weight:600;font-size:14px;color:var(--mgp-ink);}
.mgp-page .chip b{color:var(--mgp-blue);}
.mgp-page .isams-badge{display:block;height:76px;width:auto;margin-bottom:24px;filter:drop-shadow(0 5px 12px rgba(11,29,92,.14));}
.mgp-page .isams-badge-foot{height:64px;width:auto;margin-top:28px;}

/* ---------- breadcrumb ---------- */
.mgp-page .crumbs{font-size:14px;font-weight:600;color:var(--mgp-muted);margin-bottom:18px;}
.mgp-page .crumbs a{color:var(--mgp-muted);text-decoration:none;}
.mgp-page .crumbs a:hover{color:var(--mgp-blue);}
.mgp-page .crumbs span{margin:0 8px;opacity:.5;}

/* ---------- section heads & grids ---------- */
.mgp-page .sec-head{max-width:780px;margin-bottom:40px;}
.mgp-page .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.mgp-page .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.mgp-page .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.mgp-page .split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;}
.mgp-page .split + .split{margin-top:24px;}

/* ---------- cards ---------- */
.mgp-page .card{background:#fff;border:1px solid var(--mgp-line);border-radius:16px;padding:28px;}
.mgp-page .card.soft{background:var(--mgp-soft);border-color:transparent;}
.mgp-page .card h3{margin-bottom:8px;}
.mgp-page .card p{margin:0;font-size:16px;}
.mgp-page .num{float:right;font-family:var(--font-head);font-weight:700;color:#c7cce6;font-size:15px;}

/* link card: whole card is a hover target, used on hub pages */
.mgp-page .lcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--mgp-line);border-radius:16px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%;}
.mgp-page .lcard:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(11,29,92,.10);border-color:#c9d1ff;}
.mgp-page .lcard h3{font-size:19px;margin-bottom:10px;}
.mgp-page .lcard p{font-size:16px;margin:0 0 18px;}
.mgp-page .lcard .go{margin-top:auto;font-family:var(--font-head);font-weight:700;font-size:15px;color:var(--mgp-blue);}
.mgp-page .lcard .go:after{content:" \2192";}
.mgp-page .lcard .ltag{font-family:var(--font-hl);font-style:italic;font-weight:700;font-size:12px;color:var(--mgp-muted);text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px;}

/* ---------- callouts ---------- */
.mgp-page .callout{border-radius:16px;padding:26px 30px;display:flex;gap:16px;align-items:flex-start;font-size:18px;line-height:1.5;}
.mgp-page .callout.dark{background:#141726;color:#fff;}
.mgp-page .callout.blue{background:var(--mgp-blue);color:#fff;}
.mgp-page .callout.tint{background:var(--mgp-soft2);color:var(--mgp-blue);}
.mgp-page .callout .ic{font-size:22px;line-height:1;flex:none;font-style:normal;}

/* ---------- stat strip ---------- */
.mgp-page .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.mgp-page .stat{background:#fff;border:1px solid var(--mgp-line);border-radius:16px;padding:24px;}
.mgp-page .stat .n{font-family:var(--font-head);font-weight:800;font-size:34px;color:var(--mgp-blue);line-height:1.1;}
.mgp-page .stat .l{font-size:14px;color:var(--mgp-muted);font-weight:600;margin-top:6px;}

/* ---------- timeline ---------- */
.mgp-page .timeline{max-width:820px;}
.mgp-page .step{display:flex;gap:20px;padding-bottom:26px;position:relative;}
.mgp-page .step:not(:last-child):before{content:"";position:absolute;left:23px;top:48px;bottom:0;width:2px;background:var(--mgp-line);}
.mgp-page .step .badge{width:48px;height:48px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:700;color:#fff;font-size:15px;z-index:1;}
.mgp-page .step .b-blue{background:var(--mgp-blue);}
.mgp-page .step .b-green{background:var(--mgp-green);}
.mgp-page .step .b-dark{background:#141726;}
.mgp-page .step h3{margin:6px 0 4px;font-size:18px;}
.mgp-page .step p{margin:0;font-size:16px;}

/* ---------- comparison table ---------- */
.mgp-page .compare{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--mgp-line);border-radius:16px;overflow:hidden;}
.mgp-page .compare th,.mgp-page .compare td{padding:20px;text-align:left;vertical-align:top;font-size:16px;border-bottom:1px solid var(--mgp-line);}
.mgp-page .compare thead th{background:#f7f8fc;font-family:var(--font-head);font-weight:700;font-size:15px;}
.mgp-page .compare thead th.mgp-col{background:var(--mgp-blue);color:#fff;}
.mgp-page .compare tbody tr:last-child td{border-bottom:none;}
.mgp-page .compare td.rowlabel{font-family:var(--font-head);font-weight:700;color:var(--mgp-ink);width:20%;}
.mgp-page .compare td.mgp-col{background:#f7f9ff;}
.mgp-page .compare .x{color:#c0392b;font-weight:700;margin-right:8px;}
.mgp-page .compare .v{color:var(--mgp-green);font-weight:700;margin-right:8px;}

/* ---------- spec table ---------- */
.mgp-page .spec{width:100%;border-collapse:collapse;}
.mgp-page .spec td{padding:16px 0;border-bottom:1px solid var(--mgp-line);font-size:16px;vertical-align:top;}
.mgp-page .spec td:first-child{font-family:var(--font-head);font-weight:700;color:var(--mgp-ink);width:32%;padding-right:24px;}
.mgp-page .spec td:last-child{color:var(--mgp-muted);}
.mgp-page .spec tr:last-child td{border-bottom:none;}

/* ---------- FAQ ---------- */
.mgp-page .faq details{border:1px solid var(--mgp-line);border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden;}
.mgp-page .faq summary{cursor:pointer;font-family:var(--font-head);font-weight:700;font-size:17px;padding:20px 22px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;}
.mgp-page .faq summary::-webkit-details-marker{display:none;}
.mgp-page .faq summary:after{content:"+";color:var(--mgp-blue);font-size:24px;font-weight:700;}
.mgp-page .faq details[open] summary:after{content:"\2013";}
.mgp-page .faq details p{padding:0 22px 20px;margin:0;}

/* ---------- final CTA ---------- */
.mgp-page .final{background:var(--mgp-blue);color:#fff;}
.mgp-page .final .eyebrow{color:rgba(255,255,255,.7);}
.mgp-page .final h2{color:#fff;}
.mgp-page .final p{color:rgba(255,255,255,.85);}
.mgp-page .final a:not(.btn){color:#fff;}
.mgp-page .footer{border-top:1px solid rgba(255,255,255,.2);margin-top:56px;padding-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mgp-page .footer .fl{font-family:var(--font-hl);font-weight:700;font-style:italic;color:rgba(255,255,255,.6);letter-spacing:.1em;text-transform:uppercase;font-size:12px;margin-bottom:8px;}
.mgp-page .footer a,.mgp-page .footer .fv{font-family:var(--font-head);color:#fff;font-weight:700;text-decoration:none;font-size:16px;}
.mgp-page .tagline{font-family:var(--font-hl);font-style:italic;margin-top:20px;font-weight:700;font-size:18px;color:#fff;}

/* ---------- responsive ---------- */
@media(max-width:1000px){
  .mgp-page .grid-4,.mgp-page .stats{grid-template-columns:repeat(2,1fr);}
  .mgp-page .grid-3{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:820px){
  .mgp-page .grid-2,.mgp-page .grid-3,.mgp-page .grid-4,.mgp-page .split,.mgp-page .footer,.mgp-page .stats{grid-template-columns:1fr;}
  .mgp-page .compare{display:block;overflow-x:auto;}
  .mgp-page section{padding:52px 0;}
  .mgp-page .hero{padding:64px 0 56px;}
  .mgp-page .hero.hero-photo{background-image:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 55%,rgba(247,249,255,.75) 100%),var(--hero-img);background-position:center,center top;}
  .mgp-page .spec td:first-child{width:auto;display:block;padding-bottom:4px;border:none;}
  .mgp-page .spec td:last-child{display:block;padding-top:0;}
}

/* ---------- co-existence with the site-wide Bootstrap 5 ----------
   Bootstrap is loaded on every page of this site and defines .card,
   .badge and .lead too. These reset only the Bootstrap declarations
   the design system does not already override. */
.mgp-page .card{display:block;}
.mgp-page .step .badge{padding:0;}
.mgp-page .lead{font-weight:400;}
