
:root{
  --gp-blue:#0d47a1;
  --gp-blue-dark:#0a3577;
  --gp-blue-soft:#eef4ff;
  --gp-orange:#f57c00;
  --gp-orange-dark:#cf6700;
  --gp-ink:#1f2937;
  --gp-muted:#5f6b7a;
  --gp-line:#dbe5f2;
  --gp-soft:#f6f9fd;
  --gp-soft-2:#fff7ef;
  --gp-shadow:0 18px 45px rgba(10,53,119,.08);
}
html{scroll-behavior:smooth}
body{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--gp-ink);
  background:#fff;
}
a{color:var(--gp-blue)}
a:hover{color:var(--gp-blue-dark)}
img{max-width:100%;height:auto}
.navbar{
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid rgba(219,229,242,.8);
}
.navbar-brand img{height:44px;width:auto}
.navbar .nav-link{
  color:var(--gp-ink);
  font-weight:600;
  padding:.75rem .9rem;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{color:var(--gp-blue)}
.navbar .btn{font-weight:700}
.hero{
  position:relative;
  overflow:hidden;
  padding:5.5rem 0 4.5rem;
  background:linear-gradient(135deg,rgba(13,71,161,.98),rgba(10,53,119,.98));
  color:#fff;
}
.hero::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-80px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,124,0,.26),rgba(245,124,0,0) 70%);
}
.hero::after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-160px;
  width:360px;
  height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08),rgba(255,255,255,0) 72%);
}
.hero .container{position:relative;z-index:1}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.45rem .9rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.92rem;
  font-weight:700;
}
.hero h1{font-weight:800;line-height:1.08;letter-spacing:-.02em}
.hero .lead{color:rgba(255,255,255,.9);max-width:920px}
.hero-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem}
.hero-badges span{
  display:inline-flex;align-items:center;gap:.45rem;
  padding:.55rem .8rem;border-radius:999px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);
  font-size:.95rem;
}
.hero-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  border-radius:1.3rem;
  padding:1rem;
  box-shadow:0 24px 50px rgba(0,0,0,.18);
}
.hero-card img{border-radius:1rem;display:block;width:100%;height:auto}
.section{padding:4.5rem 0}
.section-soft{background:var(--gp-soft)}
.section-accent{background:linear-gradient(180deg,var(--gp-soft-2) 0%, #fff 100%)}
.section-title{color:var(--gp-blue-dark);font-weight:800;letter-spacing:-.02em}
.section-subtitle{color:var(--gp-muted);max-width:900px}
.card-gp,
.panel-gp,
.module-card,
.info-card,
.question-card,
.cta-card{
  background:#fff;
  border:1px solid var(--gp-line);
  border-radius:1.25rem;
  box-shadow:var(--gp-shadow);
}
.card-gp,.info-card,.question-card,.module-card{height:100%}
.card-body-lg{padding:1.5rem}
.icon-badge{
  width:3rem;height:3rem;border-radius:1rem;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(13,71,161,.08);color:var(--gp-blue);font-size:1.35rem;
}
.icon-badge.orange{background:rgba(245,124,0,.12);color:var(--gp-orange)}
.kicker{color:var(--gp-orange);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.84rem}
.list-check,.list-plain{padding-left:0;list-style:none;margin-bottom:0}
.list-check li,.list-plain li{position:relative;padding-left:1.8rem;margin-bottom:.8rem}
.list-check li::before{
  content:"\F26E";
  font-family:"bootstrap-icons";
  position:absolute;left:0;top:.05rem;color:var(--gp-orange);
}
.list-plain li::before{
  content:"\F285";
  font-family:"bootstrap-icons";
  position:absolute;left:0;top:.05rem;color:var(--gp-blue);
}
.metric-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.metric{
  padding:1.2rem 1rem;
  background:#fff;
  border:1px solid var(--gp-line);
  border-radius:1rem;
  text-align:center;
}
.metric strong{display:block;color:var(--gp-blue-dark);font-size:1.35rem}
.highlight-bar{
  padding:1.15rem 1.25rem;
  border-radius:1rem;
  background:var(--gp-soft-2);
  border:1px solid rgba(245,124,0,.18);
}
.side-image{
  border-radius:1.25rem;
  overflow:hidden;
  box-shadow:var(--gp-shadow);
  border:1px solid var(--gp-line);
}
.side-image img{display:block;width:100%;height:100%;object-fit:cover}
.page-intro{
  background:linear-gradient(180deg,#fff 0%, var(--gp-soft) 100%);
  border:1px solid var(--gp-line);
  border-radius:1.2rem;
  padding:1.5rem;
}
.cta-band{
  background:linear-gradient(135deg,var(--gp-blue-dark),var(--gp-blue));
  color:#fff;
  border-radius:1.4rem;
  padding:2rem;
  box-shadow:0 22px 50px rgba(10,53,119,.22);
}
.cta-band p{color:rgba(255,255,255,.88)}
.cta-band .btn-outline-light:hover{color:var(--gp-blue-dark)}
.table-wrap{
  border:1px solid var(--gp-line);
  border-radius:1rem;
  overflow:hidden;
  box-shadow:var(--gp-shadow);
}
.table-wrap table{margin-bottom:0}
.table-wrap thead th{background:var(--gp-blue-dark);color:#fff;border-color:rgba(255,255,255,.08)}
.footer{
  background:#0b1730;
  color:rgba(255,255,255,.82);
  padding:2.4rem 0;
  margin-top:4rem;
}
.footer a{color:#fff;text-decoration:none}
.footer a:hover{color:#fff;text-decoration:underline}
.form-control,.form-select{
  border-color:#cfd9e6;
  padding:.8rem .95rem;
}
.form-control:focus,.form-select:focus{
  border-color:rgba(13,71,161,.45);
  box-shadow:0 0 0 .25rem rgba(13,71,161,.12);
}
.mailto-note{font-size:.92rem;color:var(--gp-muted)}
@media (max-width: 991.98px){
  .hero{padding:4.8rem 0 3.8rem}
  .metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 575.98px){
  .metric-strip{grid-template-columns:1fr}
  .hero h1{font-size:2rem}
  .section{padding:3.5rem 0}
}


.footer-meta{
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.72);
}
.legal-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:1rem;
  z-index:1080;
}
.legal-banner__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1.1rem;
  border-radius:1.15rem;
  background:rgba(11,23,48,.96);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 45px rgba(0,0,0,.18);
  backdrop-filter:saturate(180%) blur(10px);
}
.legal-banner__text{
  display:flex;
  flex-direction:column;
  gap:.2rem;
  line-height:1.45;
}
.legal-banner__text strong{font-size:.98rem}
.legal-banner__text span{color:rgba(255,255,255,.82)}
.legal-banner__text a{color:#fff;text-decoration:underline}
.legal-banner__close{white-space:nowrap}
.legal-page .page-hero{
  padding:4.25rem 0 2rem;
  background:linear-gradient(180deg,var(--gp-soft) 0%, #fff 100%);
}
.legal-page .page-hero .eyebrow{background:rgba(13,71,161,.08);color:var(--gp-blue);border-color:rgba(13,71,161,.12)}
.legal-shell{
  background:#fff;
  border:1px solid var(--gp-line);
  border-radius:1.25rem;
  box-shadow:var(--gp-shadow);
  padding:2rem;
}
.legal-shell h2{
  color:var(--gp-blue-dark);
  font-size:1.25rem;
  margin-top:2rem;
  margin-bottom:.9rem;
}
.legal-shell h2:first-child{margin-top:0}
.legal-shell p,.legal-shell li{color:var(--gp-ink)}
.legal-shell ul{padding-left:1.2rem}
.legal-muted{color:var(--gp-muted)}
@media (max-width: 767.98px){
  .legal-banner{bottom:.75rem}
  .legal-banner__inner{flex-direction:column;align-items:flex-start}
  .legal-banner__close{width:100%}
  .legal-shell{padding:1.35rem}
}


.privacy-mini{padding:1rem 1.1rem;border:1px solid var(--gp-line);border-radius:1rem;background:rgba(13,71,161,.04);color:var(--gp-ink);font-size:.95rem;line-height:1.55}.privacy-mini a{font-weight:600}.privacy-mini strong{color:var(--gp-blue-dark)}


.gp-privacy-check {
  padding: .5rem 0 0;
}

.gp-privacy-check .form-check-input {
  margin-top: .35rem;
}

.gp-privacy-check .form-check-label {
  color: #334155;
}

.gp-contact-form .btn[disabled] {
  opacity: .65;
  cursor: not-allowed;
}
