* { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Manrope', sans-serif; text-decoration: none; list-style: none; }
html { scroll-behavior: smooth; }
body { background: #F8FAFC; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 120px; }
.container_20 { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 20px; }
main { padding-top: 68px; }
:root { --trans: all .4s ease-out; --navy: #111827; --navy-slate: #222D44; --blue: #5B7CFF; --amber: #F59E0B; --amber-ink: #B46F04; --slate-50: #F8FAFC; --slate-100: #F1F5F9; --slate-200: #E2E8F0; --slate-300: #CBD5E1; --slate-400: #94A3B8; --slate-600: #475569; --white: #FFFFFF; --tag-blue-bg: rgba(91,124,255,.1); --tag-amber-bg: rgba(245,158,11,.12); --ring: inset 0 0 0 1px var(--slate-200); }
.btn1 { display: inline-flex; padding: 8px 24px; justify-content: center; align-items: center; gap: 12px; height: 48px; border-radius: 8px; background: var(--navy); color: #fff; text-align: center; font-size: 16px; font-weight: 700; line-height: 140%; letter-spacing: -.16px; cursor: pointer; border: none; transition: var(--trans) !important; }
.btn2 { display: inline-flex; width: fit-content; height: 48px; padding: 12px 24px; justify-content: center; align-items: center; gap: 6px; border-radius: 8px; background: var(--amber); border: none; cursor: pointer; box-shadow: none; transition: var(--trans) !important; text-decoration: none; }
.btn2 p { margin: 0; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 140%; letter-spacing: -.16px; }
.btn { border-radius: 8px; border: 1px solid var(--slate-200); background: #fff; width: fit-content; padding: 12px 24px; height: 48px; color: var(--navy); text-align: center; font-size: 16px; font-weight: 700; line-height: 140%; letter-spacing: -.16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: var(--trans) !important; cursor: pointer; text-decoration: none; }
.igl { background: var(--slate-50); font-family: 'Manrope', sans-serif; color: var(--navy); }
.igl a:not(.btn):not(.btn1):not(.btn2) { color: var(--blue); }
.igl a:not(.btn):not(.btn1):not(.btn2):hover { color: var(--navy); }
.igl-margin { padding-left: 120px; padding-right: 120px; }
.igl-section { padding: 90px 120px; display: flex; flex-direction: column; gap: 44px; }
.igl-head { display: flex; flex-direction: column; gap: 16px; }
.igl-eyebrow { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 18px; color: var(--blue); }
.igl-eyebrow.on-dark { color: var(--amber); }
.igl-h2 { margin: 0; font-weight: 600; font-size: 40px; line-height: 1.08; letter-spacing: -.01em; max-width: 760px; }
.igl-sub { margin: 0; font-weight: 400; font-size: 18px; line-height: 1.55; color: var(--slate-600); max-width: 680px; }
.igl-row { display: flex; gap: 16px; flex-wrap: wrap; }
.igl-center { align-items: center; text-align: center; justify-content: center; }
.igl-hero { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid var(--slate-200); background-image: url('assets/icons/dot.svg'), linear-gradient(180deg, #F1F5F9 51.83%, #CBD5E1 108.59%); background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 80px 64px 88px; display: flex; flex-direction: column; gap: 36px; align-items: center; text-align: center; margin-top: 20px; }
.igl-h1 { position: relative; margin: 0; font-weight: 600; font-size: 64px; line-height: 1.02; letter-spacing: -.01em; color: var(--navy); max-width: 880px; text-wrap: balance; }
.igl-hero-sub { position: relative; max-width: 720px; font-size: 19px; margin-left: auto; margin-right: auto; }
.igl-hero-sub u { text-decoration: underline; text-decoration-color: var(--amber); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.igl-trust { position: relative; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.igl-trust-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--white); box-shadow: var(--ring); border-radius: 99px; padding: 9px 16px; font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 14px; color: var(--navy); }
.igl-trust-pill .dot { width: 7px; height: 7px; border-radius: 99px; background: var(--amber); }
.igl-vcards { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; width: 100%; margin-top: 64px; }
.igl-vcard { background: var(--white); box-shadow: var(--ring); border-radius: 16px; padding: 12px; display: flex; flex-direction: column; gap: 14px; text-align: center; }
.igl-vthumb { width: 100%; height: 168px; border-radius: 12px; overflow: hidden; background: var(--slate-100); }
.igl-vthumb img { width: 100%; height: 100%; object-fit: cover; }
.igl-vlabel { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 2px 6px 6px; }
.igl-vchip { width: 34px; height: 34px; border-radius: 9px; background: var(--tag-blue-bg); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.igl-vname { font-weight: 600; font-size: 16px; }
.igl-goals { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.igl-goal { background: var(--white); box-shadow: var(--ring); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; gap: 14px; }
.igl-goal-top { display: flex; align-items: center; gap: 14px; }
.igl-goal-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--tag-blue-bg); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.igl-goal h3 { margin: 0; font-weight: 600; font-size: 22px; line-height: 1.2; }
.igl-goal p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--slate-600); }
.igl-ctaband { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; background: var(--navy); border-radius: 20px; padding: 40px 48px; }
.igl-ctaband h3 { margin: 0; font-weight: 600; font-size: 28px; line-height: 1.15; letter-spacing: -.01em; color: #fff; max-width: 620px; }
.igl-ctaband-actions { display: flex; gap: 14px; flex-wrap: wrap; flex: none; }
.igl-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.igl-fcol { background: var(--white); box-shadow: var(--ring); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; gap: 22px; }
.igl-fcol.dark { background: var(--navy); }
.igl-fcol.dark h3, .igl-fcol.dark .igl-bul li { color: #fff; }
.igl-fcol.dark .igl-fdesc { color: rgba(255,255,255,.8); }
.igl-fprice { align-self: flex-start; display: inline-flex; align-items: baseline; gap: 8px; background: var(--tag-amber-bg); color: var(--amber-ink); border-radius: 99px; padding: 8px 16px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 14px; }
.igl-fcol.dark .igl-fprice { background: rgba(245,158,11,.16); color: var(--amber); }
.igl-fcol h3 { margin: 0; font-weight: 600; font-size: 26px; line-height: 1.15; }
.igl-fvisual { width: 100%; height: 210px; border-radius: 16px; overflow: hidden; background: var(--slate-100); }
.igl-fvisual img { width: 100%; height: 100%; object-fit: cover; }
.igl-bul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.igl-bul li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; color: var(--navy); }
.igl-bul .ck { color: var(--blue); flex: none; margin-top: 1px; }
.igl-fcol.dark .igl-bul .ck { color: var(--amber); }
.igl-pick { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--slate-200); font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 14px; color: var(--slate-600); }
.igl-fcol.dark .igl-pick { border-top-color: rgba(255,255,255,.14); color: rgba(255,255,255,.8); }
.igl-pick b { color: var(--blue); font-weight: 600; }
.igl-fcol.dark .igl-pick b { color: var(--amber); }
.igl-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.igl-why { background: var(--navy-slate); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.igl-why-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--navy); color: var(--amber); display: flex; align-items: center; justify-content: center; }
.igl-why h3 { margin: 0; font-weight: 600; font-size: 20px; line-height: 1.2; color: #fff; }
.igl-cpm { background: var(--white); box-shadow: var(--ring); border-radius: 20px; overflow: hidden; max-width: 760px; width: 100%; margin: 0 auto; }
.igl-cpm table { width: 100%; border-collapse: collapse; }
.igl-cpm th { text-align: left; font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--slate-600); padding: 18px 32px; background: var(--slate-100); }
.igl-cpm th.num, .igl-cpm td.num { text-align: right; font-variant-numeric: tabular-nums; }
.igl-cpm td { padding: 18px 32px; font-size: 17px; border-top: 1px solid var(--slate-200); }
.igl-cpm td.geo { font-weight: 600; }
.igl-cpm td.val { font-weight: 600; color: var(--navy); }
.igl-cpm tbody tr:nth-child(even) td { background: var(--slate-100); }
.igl-cpm tbody tr:hover td { background: var(--tag-blue-bg); }
.igl-cpm-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 22px 32px; border-top: 1px solid var(--slate-200); }
.igl-cpm-note { font-size: 14px; color: var(--slate-600); max-width: 520px; }
.cpm-faq .faq-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.cpm-faq .faq-left { display: flex; flex-direction: column; gap: 16px; }
.cpm-faq .faq-left h2 { color: #001A3A; font-size: 40px; font-weight: 600; line-height: 110%; margin: 0; }
.faq-list { margin-top: 0; }
.faq-item { border-top: 1px solid var(--slate-200); transition: border-color .3s ease; }
.faq-item:last-child { border-bottom: 1px solid var(--slate-200); }
.faq-trigger { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 24px 0; background: none; border: none; cursor: pointer; text-align: left; }
.faq-question { color: var(--navy); font-size: 24px; font-weight: 600; line-height: 120%; transition: color .25s ease; }
.faq-icon { position: relative; flex-shrink: 0; width: 20px; height: 20px; }
.faq-icon-h { position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: var(--navy); border-radius: 2px; transform: translateY(-50%); transition: transform .38s cubic-bezier(.4,0,.2,1); }
.faq-icon-v { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: var(--navy); border-radius: 2px; transform: translateX(-50%) rotate(0deg); transform-origin: center center; transition: transform .38s cubic-bezier(.4,0,.2,1), opacity .28s ease; }
.faq-item.is-open .faq-icon-v { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-item.is-open .faq-icon-h { transform: translateY(-50%) rotate(180deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4,0,.2,1); }
.faq-body-inner p { color: var(--slate-600); font-size: 16px; font-weight: 400; line-height: 140%; margin: 0; max-width: 640px; }
.igl-cta { position: relative; overflow: hidden; border-radius: 20px; background: var(--navy); padding: 80px 60px; display: flex; flex-direction: column; gap: 22px; align-items: center; text-align: center; margin: 0 120px 100px; }
.igl-cta-dots { position: absolute; inset: 0; pointer-events: none; z-index: 0; background-image: radial-gradient(rgba(255,255,255,.14) 1.4px, transparent 1.4px); background-size: 26px 26px; -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 30%, transparent 78%); mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 30%, transparent 78%); }
.igl-cta > *:not(.igl-cta-dots) { position: relative; z-index: 1; }
.igl-cta h2 { margin: 0; font-weight: 600; font-size: 46px; line-height: 1.08; color: #fff; max-width: 800px; letter-spacing: -.01em; }
.igl-cta > p { margin: 0; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.8); max-width: 640px; }
.igl-cta-trust { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 14px; color: rgba(255,255,255,.8); margin-top: 6px; }
.igl-cpm-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.igl-cpm-scroll table { min-width: 560px; }
.ext-pig-1 { position:relative;margin-top:112px }
.ext-pig-2 { padding-top:20px }
.ext-pig-3 { padding-top:0; gap:16px }
.ext-pig-4 { font-size:16px }

@media (max-width: 1250px) {
  .container { padding: 0 40px; }
}

@media (max-width: 1020px) {
  .container { padding: 0 20px; }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover { color: #e2920b; box-shadow: 0 12px 24px 0 rgba(0,0,0,.08); }
  .btn:hover p, .btn:hover span { color: #e2920b; }
  .btn2:hover { background: #e2920b; box-shadow: 0 12px 24px 0 rgba(0,0,0,.08); }
  .btn1:hover { background: #e2920b !important; box-shadow: 0 12px 24px 0 rgba(0,0,0,.08) !important; }
}

@media (max-width: 1000px) {
  .igl-ctaband { padding: 32px; }
  .igl-ctaband h3 { font-size: 22px; }
  .igl-margin, .igl-section, .igl-cta { padding-left: 24px; padding-right: 24px; }
  .igl-section { padding-top: 60px; padding-bottom: 60px; }
  .igl-h1 { font-size: 42px; }
  .igl-h2 { font-size: 30px; }
  .igl-cta h2 { font-size: 32px; }
  .igl-vcards, .igl-goals, .igl-two, .igl-why-grid { grid-template-columns: 1fr; }
  .igl-faq-wrap { flex-direction: column; gap: 32px; }
  .igl-hero { padding: 72px 24px 56px; }
  .igl-cta { margin: 0 24px 60px; padding: 56px 24px; }
}

@media (max-width: 900px) {
  .cpm-faq .faq-wrap { grid-template-columns: 1fr; gap: 40px; }
  .cpm-faq .faq-left h2 { font-size: 32px; }
  .faq-question { font-size: 18px; }
}

@media (max-width: 600px) {
  main { padding-top: 46px; }
  .igl-hero { margin-top: 0; }
  .igl-ctaband-actions,
  .igl-cpm-foot,
  .igl-cpm-foot .igl-row { flex-direction: column; align-items: stretch; width: 100%; text-align: center; }
  .igl-ctaband-actions .btn1,
  .igl-ctaband-actions .btn2,
  .igl-ctaband-actions .btn,
  .igl-cpm-foot .igl-row .btn1,
  .igl-cpm-foot .igl-row .btn { width: 100%; }
  .igl-cpm th, .igl-cpm td { padding: 14px 16px; font-size: 15px; }
}