:root {
  --gcip-navy: #10284f;
  --gcip-navy-2: #173968;
  --gcip-blue: #3e78ff;
  --gcip-blue-2: #6ea6ff;
  --gcip-bg: #f4f7fc;
  --gcip-card: rgba(255,255,255,0.72);
  --gcip-border: #d7e3f6;
  --gcip-text: #10284f;
  --gcip-muted: #61779f;
  --gcip-white: #ffffff;
  --gcip-shadow: 0 18px 50px rgba(15, 35, 69, 0.12);
  --gcip-radius: 22px;
}

.gcip-shell {
  font-family: Inter, Manrope, Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--gcip-text);
  background: linear-gradient(180deg, #f7f9fd 0%, #eff4fb 100%);
  margin: 0;
}

.gcip-shell *, .gcip-shell *::before, .gcip-shell *::after { box-sizing: border-box; }
.gcip-shell a { text-decoration: none; }
.gcip-shell ul { padding-left: 1.2rem; }
.gcip-shell h1, .gcip-shell h2, .gcip-shell h3, .gcip-shell h4, .gcip-shell p, .gcip-shell li { margin-top: 0; }
.gcip-container { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.gcip-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.gcip-section { padding: 84px 0; }
.gcip-section--light { background: linear-gradient(180deg, #f8fbff 0%, #f2f6fc 100%); }
.gcip-section--soft { background: linear-gradient(180deg, #eef3fb 0%, #f7faff 100%); }
.gcip-section--builder { background: linear-gradient(135deg, #0e2345 0%, #183b6d 55%, #234d8a 100%); color: var(--gcip-white); }

.gcip-kicker {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  color: #cfe0ff;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gcip-kicker--light { color: var(--gcip-blue); background: #ecf3ff; border-color: #d9e8ff; }

.gcip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  cursor: pointer;
}
.gcip-btn:hover { transform: translateY(-1px); }
.gcip-btn--primary { background: linear-gradient(135deg, var(--gcip-blue), #5f90ff); color: #fff; box-shadow: 0 14px 28px rgba(62,120,255,.28); }
.gcip-btn--secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.18); }
.gcip-btn--ghost { background: #edf3ff; color: var(--gcip-navy); border-color: #dce8ff; }
.gcip-btn--card { width: 100%; }
.gcip-btn--sticky { min-height: 44px; padding: 0 18px; border-radius: 14px; }
.gcip-hidden { display: none !important; }

.gcip-hero {
  padding: 86px 0 56px;
  background: radial-gradient(circle at top right, rgba(123,171,255,0.18), transparent 24%),
              linear-gradient(115deg, #081a39 0%, #0c2550 36%, #15396d 100%);
  position: relative;
  overflow: hidden;
}
.gcip-hero::before,
.gcip-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gcip-hero::before {
  background: linear-gradient(90deg, rgba(5,20,45,.45), transparent 18%, transparent 82%, rgba(5,20,45,.35));
}
.gcip-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .82fr;
  gap: 44px;
  align-items: center;
}
.gcip-hero-main h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.04em;
  max-width: 760px;
  margin: 18px 0 20px;
}
.gcip-hero-subtitle {
  color: rgba(255,255,255,.92);
  font-size: 22px;
  line-height: 1.6;
  max-width: 720px;
}
.gcip-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 22px; }
.gcip-trust-row { display: flex; flex-wrap: wrap; gap: 12px; }
.gcip-trust-item {
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 13px; font-weight: 600;
}
.gcip-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; }
.gcip-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gcip-hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.12) 100%);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(2,12,31,.22);
}
.gcip-estimate-pill {
  display: inline-flex; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.15); color: #fff; font-size: 13px; font-weight: 700;
}
.gcip-hero-card h2 { color: #fff; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.08; margin: 18px 0; }
.gcip-hero-list { color: rgba(255,255,255,.94); line-height: 1.8; font-size: 18px; margin-bottom: 22px; }
.gcip-hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.gcip-hero-stats > div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px; color: #fff; }
.gcip-hero-stats strong { display: block; font-size: 26px; margin-bottom: 6px; }
.gcip-hero-stats span { color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.5; }

.gcip-stepband { background: linear-gradient(180deg, #0d2144 0%, #132f5f 100%); padding: 18px 0 28px; }
.gcip-stepline {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; position: relative;
}
.gcip-stepline::before {
  content: ""; position: absolute; left: 12%; right: 12%; top: 32px; height: 2px; background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.36), rgba(255,255,255,.18));
}
.gcip-stepnode {
  position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #fff; text-align: center;
}
.gcip-stepnode .gcip-icon {
  width: 64px; height: 64px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 10px 30px rgba(4,15,36,.18);
}
.gcip-stepnode .gcip-icon svg { width: 26px; height: 26px; }
.gcip-stepnode strong { font-size: 18px; font-weight: 700; }

.gcip-compare-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid #111; border-radius: 26px; overflow: hidden; background: #fff; box-shadow: var(--gcip-shadow);
}
.gcip-compare-card { padding: 34px; background: #fff; }
.gcip-compare-card--bordered { border-left: 2px solid #111; }
.gcip-compare-card h2 { font-size: 40px; line-height: 1.08; margin-bottom: 12px; }
.gcip-compare-card p { color: var(--gcip-muted); font-size: 18px; line-height: 1.6; margin-bottom: 24px; }
.gcip-table-wrap { overflow: auto; }
.gcip-compare-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.gcip-compare-table th,
.gcip-compare-table td { padding: 16px 14px; border-top: 1px solid #e7eef9; text-align: center; font-size: 15px; }
.gcip-compare-table th:first-child,
.gcip-compare-table td:first-child { text-align: left; font-weight: 700; color: var(--gcip-text); }
.gcip-compare-table thead th { background: #f5f8fe; color: var(--gcip-navy); border-top: none; }
.gcip-compare-table tbody tr:hover { background: #f9fbff; }

.gcip-tabgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gcip-tabcard { background: rgba(255,255,255,.78); backdrop-filter: blur(8px); border: 1px solid #dce7f7; border-radius: 26px; padding: 28px; box-shadow: var(--gcip-shadow); }
.gcip-tabcard-head { display: flex; gap: 18px; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.gcip-tabcard-head h3 { font-size: 32px; margin-bottom: 0; }
.gcip-minitabs { display: inline-flex; gap: 10px; padding: 6px; background: #edf3ff; border-radius: 999px; }
.gcip-minitabs button { border: 0; background: transparent; padding: 10px 18px; border-radius: 999px; font-weight: 700; color: var(--gcip-muted); cursor: pointer; }
.gcip-minitabs button.is-active { background: #fff; color: var(--gcip-navy); box-shadow: 0 6px 16px rgba(16,40,79,.08); }
.gcip-tabpanel { display: none; color: var(--gcip-text); }
.gcip-tabpanel.is-active { display: block; }
.gcip-tabpanel ul { margin: 0; }
.gcip-tabpanel li { font-size: 18px; line-height: 1.7; margin-bottom: 12px; }

.gcip-section-heading { text-align: center; max-width: 920px; margin: 0 auto 30px; }
.gcip-section-heading h2 { font-size: 58px; line-height: 1.02; margin: 18px 0 14px; }
.gcip-section-heading p { font-size: 20px; line-height: 1.65; color: var(--gcip-muted); }
.gcip-section-heading--spaced { margin-top: 76px; }

.gcip-bundle-grid { display: grid; gap: 22px; }
.gcip-bundle-grid--six { grid-template-columns: repeat(3, 1fr); }
.gcip-bundle-grid--four { grid-template-columns: repeat(4, 1fr); }
.gcip-bundle-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  color: var(--gcip-text);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 48px rgba(15, 35, 69, 0.14);
  display: flex; flex-direction: column; min-height: 100%; border: 1px solid #dce7f7;
  transition: transform .24s ease, box-shadow .24s ease;
}
.gcip-bundle-card:hover { transform: translateY(-4px); box-shadow: 0 28px 60px rgba(15,35,69,.26); }
.gcip-bundle-tag { display: inline-flex; align-self: flex-start; padding: 8px 12px; background: #edf3ff; color: var(--gcip-navy); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.gcip-bundle-card h3 { font-size: 34px; line-height: 1.08; margin: 18px 0 14px; color: var(--gcip-text); }
.gcip-bundle-card p { color: var(--gcip-muted); line-height: 1.7; font-size: 17px; flex: 1; }
.gcip-bundle-includes { margin: 18px 0 20px; color: var(--gcip-navy); font-weight: 600; line-height: 1.6; }

.gcip-builder-head { text-align: center; max-width: 900px; margin: 0 auto 34px; }
.gcip-builder-head h2 { font-size: 58px; line-height: 1.02; color: #fff; margin: 18px 0 14px; }
.gcip-builder-head p { color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.6; }
.gcip-builder-shell { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 24px; align-items: start; }
.gcip-builder-main,
.gcip-builder-side { min-width: 0; }
.gcip-builder-main { background: rgba(255,255,255,.94); color: var(--gcip-text); border-radius: 28px; padding: 30px; box-shadow: 0 28px 60px rgba(5,13,31,.22); }
.gcip-builder-topline { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 24px; }
.gcip-flow-toggle { display: inline-flex; gap: 8px; padding: 6px; background: #edf3ff; border-radius: 999px; }
.gcip-flow-toggle button { border: 0; background: transparent; color: var(--gcip-muted); min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; cursor: pointer; }
.gcip-flow-toggle button.is-active { background: #fff; color: var(--gcip-navy); box-shadow: 0 10px 24px rgba(16,40,79,.12); }
.gcip-progress-wrap { width: min(320px, 100%); }
.gcip-progress-label { color: var(--gcip-muted); font-weight: 700; margin-bottom: 8px; text-align: right; }
.gcip-progress { height: 10px; background: #e6eefc; border-radius: 999px; overflow: hidden; }
.gcip-progress span { display: block; height: 100%; width: 25%; background: linear-gradient(90deg, var(--gcip-blue), var(--gcip-blue-2)); border-radius: 999px; transition: width .28s ease; }
.gcip-step { display: none; animation: gcipFade .25s ease; }
.gcip-step.is-active { display: block; }
@keyframes gcipFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.gcip-step-intro h3 { font-size: 34px; margin-bottom: 6px; }
.gcip-step-intro p { color: var(--gcip-muted); line-height: 1.6; font-size: 18px; margin-bottom: 20px; }
.gcip-option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.gcip-option-card {
  text-align: left; border: 1px solid #dbe7fb; background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); border-radius: 22px; padding: 22px; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.gcip-option-card:hover,
.gcip-option-card.is-selected { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(16,40,79,.1); border-color: #7ca9ff; }
.gcip-option-card.is-selected { background: linear-gradient(180deg, #f5f9ff 0%, #ecf3ff 100%); }
.gcip-option-card strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gcip-navy); }
.gcip-option-card span { display: block; color: var(--gcip-muted); line-height: 1.6; }
.gcip-card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.gcip-card-tags span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #edf3ff; color: var(--gcip-navy); font-size: 12px; font-weight: 700; }
.gcip-contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.gcip-contact-grid label { display: flex; flex-direction: column; gap: 8px; font-weight: 700; color: var(--gcip-text); }
.gcip-contact-grid label span { font-size: 15px; }
.gcip-contact-grid input,
.gcip-contact-grid textarea {
  width: 100%; border-radius: 16px; border: 1px solid #dbe7fb; background: #fff; min-height: 54px; padding: 0 16px; font-size: 16px; color: var(--gcip-text);
}
.gcip-contact-grid textarea { padding: 16px; min-height: 120px; }
.gcip-span-2 { grid-column: span 2; }
.gcip-form-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.gcip-form-message { margin-top: 14px; font-weight: 700; }
.gcip-form-message.is-error { color: #b52640; }
.gcip-form-message.is-success { color: #1d7b4b; }

.gcip-builder-side { display: grid; gap: 18px; }
.gcip-result-card,
.gcip-disclosure-card,
.gcip-faq-card,
.gcip-final-card {
  background: rgba(255,255,255,.94); color: var(--gcip-text); border-radius: 28px; padding: 28px; box-shadow: 0 24px 56px rgba(9,21,47,.16);
}
.gcip-result-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
.gcip-score-badge,
.gcip-result-tag {
  display: inline-flex; padding: 10px 14px; border-radius: 999px; font-weight: 800; font-size: 13px;
}
.gcip-score-badge { background: #edf3ff; color: var(--gcip-navy); }
.gcip-result-tag { background: #163867; color: #fff; }
.gcip-result-card h3 { font-size: 40px; line-height: 1.04; margin-bottom: 12px; }
.gcip-result-card > p { color: var(--gcip-muted); font-size: 18px; line-height: 1.65; }
.gcip-result-block { margin-top: 18px; }
.gcip-result-block h4 { font-size: 16px; text-transform: uppercase; letter-spacing: .08em; color: var(--gcip-muted); margin-bottom: 10px; }
.gcip-result-block ul { margin: 0; padding-left: 1.2rem; }
.gcip-result-block li { margin-bottom: 8px; line-height: 1.6; }
.gcip-side-actions { margin-top: 22px; }
.gcip-trust-stack { display: grid; gap: 10px; }
.gcip-disclosure-card p { color: var(--gcip-muted); line-height: 1.7; margin-top: 18px; }

.gcip-faq-cta-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 22px; }
.gcip-faq-card h2,
.gcip-final-card h2 { font-size: 44px; line-height: 1.06; margin-bottom: 14px; }
.gcip-accordion { display: grid; gap: 12px; }
.gcip-accordion-item { border: 1px solid #dce7f7; border-radius: 18px; overflow: hidden; background: #fff; }
.gcip-accordion-button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px; border: 0; background: #fff; color: var(--gcip-navy); font-size: 18px; font-weight: 700; text-align: left; cursor: pointer; }
.gcip-accordion-plus { font-size: 26px; line-height: 1; color: var(--gcip-muted); }
.gcip-accordion-panel { display: none; padding: 0 20px 20px; color: var(--gcip-muted); line-height: 1.7; font-size: 16px; }
.gcip-accordion-item.is-open .gcip-accordion-panel { display: block; }
.gcip-expert-bubble { display: inline-flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 999px; background: #edf3ff; margin-bottom: 18px; }
.gcip-expert-avatar { width: 54px; height: 54px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #173968, #2f64ad); color: #fff; }
.gcip-expert-avatar svg { width: 28px; height: 28px; }
.gcip-expert-label { display: block; color: var(--gcip-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.gcip-final-card p { color: var(--gcip-muted); font-size: 18px; line-height: 1.7; }
.gcip-final-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 20px; }

.gcip-sticky-bar {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 9999; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 18px; border-radius: 22px; background: rgba(10,22,43,.92); backdrop-filter: blur(14px); color: #fff; box-shadow: 0 20px 60px rgba(4,12,28,.32);
}
.gcip-sticky-summary { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gcip-sticky-type,
.gcip-sticky-score { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.09); font-weight: 700; }
.gcip-sticky-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gcip-sticky-actions .gcip-btn--sticky.gcip-btn--secondary { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }

@media print {
  .gcip-sticky-bar,
  .gcip-stepband,
  .gcip-hero-actions,
  .gcip-form-actions,
  .gcip-faq-cta-grid,
  header,
  footer,
  nav { display: none !important; }
  .gcip-builder-side { display: block !important; }
  .gcip-result-card { box-shadow: none; border: 1px solid #ccc; }
  .gcip-section--builder { background: #fff !important; color: #000 !important; }
  .gcip-builder-main { display: none !important; }
}

@media (max-width: 1200px) {
  .gcip-bundle-grid--four { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1024px) {
  .gcip-hero-grid,
  .gcip-builder-shell,
  .gcip-faq-cta-grid,
  .gcip-tabgrid,
  .gcip-compare-split { grid-template-columns: 1fr; }
  .gcip-compare-card--bordered { border-left: 0; border-top: 2px solid #111; }
  .gcip-hero-stats,
  .gcip-option-grid,
  .gcip-contact-grid,
  .gcip-bundle-grid--six { grid-template-columns: repeat(2,1fr); }
  .gcip-stepline { grid-template-columns: repeat(2,1fr); row-gap: 28px; }
  .gcip-stepline::before { display: none; }
  .gcip-section-heading h2,
  .gcip-builder-head h2,
  .gcip-faq-card h2,
  .gcip-final-card h2 { font-size: 44px; }
  .gcip-result-card h3 { font-size: 34px; }
}

@media (max-width: 767px) {
  .gcip-section { padding: 62px 0; }
  .gcip-hero { padding: 66px 0 46px; }
  .gcip-hero-main h1,
  .gcip-section-heading h2,
  .gcip-builder-head h2,
  .gcip-faq-card h2,
  .gcip-final-card h2,
  .gcip-result-card h3,
  .gcip-compare-card h2 { font-size: 34px; }
  .gcip-hero-subtitle,
  .gcip-compare-card p,
  .gcip-builder-head p,
  .gcip-step-intro p,
  .gcip-final-card p,
  .gcip-section-heading p { font-size: 17px; }
  .gcip-hero-stats,
  .gcip-option-grid,
  .gcip-contact-grid,
  .gcip-bundle-grid--six,
  .gcip-bundle-grid--four { grid-template-columns: 1fr; }
  .gcip-span-2 { grid-column: auto; }
  .gcip-builder-main,
  .gcip-result-card,
  .gcip-disclosure-card,
  .gcip-tabcard,
  .gcip-faq-card,
  .gcip-final-card,
  .gcip-compare-card { padding: 22px; }
  .gcip-builder-topline,
  .gcip-tabcard-head,
  .gcip-result-top,
  .gcip-sticky-bar { flex-direction: column; align-items: stretch; }
  .gcip-progress-label { text-align: left; }
  .gcip-stepnode strong { font-size: 16px; }
  .gcip-sticky-bar { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
}

.gcip-disclosure-card .gcip-trust-item{background:#f6f9ff;border-color:#dce7f7;color:var(--gcip-text);}
.gcip-disclosure-card .gcip-trust-item .gcip-icon{color:var(--gcip-navy);}
