.ifp-page {
  --ifp-blue: #006aed;
  --ifp-blue-dark: #0755bd;
  --ifp-ink: #0f1f3a;
  --ifp-copy: #526681;
  --ifp-line: #dbe6f3;
  --ifp-soft: #f3f8ff;
  --ifp-green: #13a872;
  color: var(--ifp-ink);
  background: #fff;
}

.ifp-page *, .ifp-page *::before, .ifp-page *::after { box-sizing: border-box; }
.ifp-page main { overflow: hidden; }
.ifp-page :where(main h1, main h2, main h3, main p) { margin-top: 0; }
.ifp-page :where(main h1, main h2, main h3) { color: var(--ifp-ink); letter-spacing: -.035em; }
.ifp-page :where(main p) { color: var(--ifp-copy); line-height: 1.72; }
.ifp-page :where(main svg) { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; }

.ifp-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--ifp-ink);
  transform: translateY(-150%);
}
.ifp-skip:focus { transform: translateY(0); }

.ifp-hero {
  position: relative;
  padding: 26px 0 78px;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 106, 237, .20), transparent 31%),
    radial-gradient(circle at 10% 86%, rgba(45, 185, 255, .13), transparent 25%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 52%, #fff 100%);
}
.ifp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  pointer-events: none;
  background-image: linear-gradient(rgba(15, 31, 58, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 31, 58, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.ifp-hero .container { position: relative; z-index: 1; }
.ifp-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 54px; color: #75869b; font-size: .85rem; }
.ifp-breadcrumb a { color: #526681; text-decoration: none; }
.ifp-breadcrumb a:hover { color: var(--ifp-blue); }
.ifp-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: clamp(42px, 6vw, 88px); align-items: center; }
.ifp-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--ifp-blue); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.ifp-hero-copy h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(2.85rem, 5vw, 5.4rem); line-height: .98; }
.ifp-hero-copy h1 span { color: var(--ifp-blue); }
.ifp-lead { max-width: 680px; margin-bottom: 30px; font-size: 1.12rem; }
.ifp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.ifp-actions .btn { min-height: 52px; padding-inline: 26px; border-radius: 12px; box-shadow: 0 15px 30px rgba(0, 106, 237, .22); }
.ifp-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ifp-blue-dark); font-weight: 750; text-decoration: none; }
.ifp-text-link:hover { color: var(--ifp-blue); text-decoration: underline; text-underline-offset: 4px; }
.ifp-hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 28px 0 0; padding: 0; list-style: none; color: #40556f; font-size: .88rem; font-weight: 650; }
.ifp-hero-points span { display: inline-grid; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; place-items: center; color: #fff; background: var(--ifp-green); font-size: .67rem; }
.ifp-hero-visual { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(0, 106, 237, .18); border-radius: 26px; background: rgba(255, 255, 255, .76); box-shadow: 0 34px 70px rgba(24, 72, 126, .18); backdrop-filter: blur(10px); }
.ifp-hero-visual::before { content: "PDF"; position: absolute; z-index: 2; top: -24px; right: 36px; display: grid; width: 68px; height: 68px; border-radius: 18px; place-items: center; color: #fff; background: linear-gradient(145deg, #ff5f6d, #d82943); box-shadow: 0 14px 26px rgba(190, 37, 63, .28); font-size: .86rem; font-weight: 900; letter-spacing: .07em; transform: rotate(5deg); }
.ifp-hero-visual img { display: block; width: 100%; height: auto; border-radius: 18px; }
.ifp-hero-visual figcaption { padding: 13px 10px 5px; color: #65778d; font-size: .83rem; }
.ifp-visual-label { display: flex; align-items: center; gap: 8px; padding: 2px 6px 11px; color: #40556f; font-size: .78rem; font-weight: 750; }
.ifp-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ifp-green); box-shadow: 0 0 0 5px rgba(19, 168, 114, .12); }

.ifp-value-strip { background: var(--ifp-ink); }
.ifp-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ifp-value-grid > div { padding: 27px 34px; border-right: 1px solid rgba(255,255,255,.13); }
.ifp-value-grid > div:first-child { padding-left: 0; }
.ifp-value-grid > div:last-child { border-right: 0; }
.ifp-value-grid span { display: block; margin-bottom: 8px; color: #72b9ff; font-size: .69rem; font-weight: 800; letter-spacing: .13em; }
.ifp-value-grid strong { color: #fff; font-size: 1rem; }

.ifp-section-nav { position: sticky; top: 70px; z-index: 20; border-bottom: 1px solid var(--ifp-line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.ifp-section-nav .container { display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.ifp-section-nav a { flex: 0 0 auto; padding: 15px 0 13px; border-bottom: 2px solid transparent; color: #53667e; font-size: .82rem; font-weight: 700; text-decoration: none; }
.ifp-section-nav a:hover { border-color: var(--ifp-blue); color: var(--ifp-blue); }

.ifp-section { padding: clamp(76px, 9vw, 124px) 0; }
.ifp-soft { background: var(--ifp-soft); }
.ifp-heading { max-width: 790px; margin-bottom: 48px; }
.ifp-heading h2, .ifp-review-copy h2, .ifp-safety h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.05; }
.ifp-heading > p, .ifp-review-copy > p, .ifp-safety p { font-size: 1.05rem; }
.ifp-heading-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 110px); max-width: none; align-items: end; }
.ifp-heading-split h2 { margin-bottom: 0; }
.ifp-heading-split > p { margin-bottom: 6px; }

.ifp-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ifp-steps li { position: relative; padding: 30px 28px 24px; border: 1px solid var(--ifp-line); border-right: 0; background: #fff; }
.ifp-steps li:first-child { border-radius: 16px 0 0 16px; }
.ifp-steps li:last-child { border-right: 1px solid var(--ifp-line); border-radius: 0 16px 16px 0; }
.ifp-steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 42px; right: -13px; display: grid; width: 26px; height: 26px; border: 1px solid var(--ifp-line); border-radius: 50%; place-items: center; color: var(--ifp-blue); background: #fff; font-weight: 800; }
.ifp-step-number { display: inline-flex; margin-bottom: 32px; color: var(--ifp-blue); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.ifp-steps h3 { margin-bottom: 11px; font-size: 1.13rem; }
.ifp-steps p { margin: 0; font-size: .91rem; line-height: 1.62; }
.ifp-outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.ifp-outcome-grid article { padding: 22px 24px; border-left: 3px solid var(--ifp-blue); background: #f7faff; }
.ifp-outcome-grid strong { display: block; margin-bottom: 6px; }
.ifp-outcome-grid p { margin: 0; font-size: .88rem; line-height: 1.58; }

.ifp-product-shot { margin: 0; overflow: hidden; border: 1px solid #ccdbee; border-radius: 20px; background: #fff; box-shadow: 0 30px 66px rgba(35, 78, 128, .14); }
.ifp-product-shot a { display: block; overflow: hidden; background: #eaf2fc; }
.ifp-product-shot img { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.ifp-product-shot a:hover img { transform: scale(1.008); }
.ifp-product-shot figcaption { padding: 14px 20px 17px; color: #677b91; font-size: .84rem; }
.ifp-shot-label { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--ifp-line); color: #29435f; font-size: .82rem; font-weight: 750; }
.ifp-shot-label > span { display: inline-flex; align-items: center; gap: 8px; }
.ifp-shot-label svg { color: var(--ifp-blue); }
.ifp-demo-label { padding: 6px 10px; border-radius: 999px; color: var(--ifp-blue) !important; background: #edf5ff; font-size: .7rem; letter-spacing: .04em; }
.ifp-capabilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.ifp-capabilities article { padding: 26px; border: 1px solid var(--ifp-line); border-radius: 16px; background: rgba(255,255,255,.74); }
.ifp-icon { display: grid; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; place-items: center; color: var(--ifp-blue); background: #e8f3ff; }
.ifp-capabilities h3 { margin-bottom: 9px; font-size: 1.08rem; }
.ifp-capabilities p { margin: 0; font-size: .9rem; line-height: 1.62; }

.ifp-review-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 6vw, 86px); align-items: center; }
.ifp-review-copy h2 { max-width: 560px; }
.ifp-check-list { display: grid; gap: 16px; margin: 28px 0 30px; padding: 0; list-style: none; }
.ifp-check-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; color: #4b617a; font-size: .93rem; line-height: 1.55; }
.ifp-check-list li > span:first-child { display: grid; width: 24px; height: 24px; border-radius: 50%; place-items: center; color: #fff; background: var(--ifp-green); font-size: .7rem; font-weight: 900; }
.ifp-check-list strong { color: var(--ifp-ink); }
.ifp-product-shot-compact { box-shadow: 0 24px 58px rgba(35, 78, 128, .16); }

.ifp-safety { padding: clamp(70px, 8vw, 110px) 0; color: #fff; background:
  radial-gradient(circle at 95% 10%, rgba(0,106,237,.55), transparent 35%),
  linear-gradient(140deg, #0c1930, #10294d); }
.ifp-safety h2, .ifp-safety strong { color: #fff; }
.ifp-safety p { color: #aec0d6; }
.ifp-safety-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.ifp-safety-cards { display: grid; gap: 12px; }
.ifp-safety-cards article { padding: 22px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.055); }
.ifp-safety-cards span { display: block; margin-bottom: 7px; color: #6db5ff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ifp-safety-cards strong { font-size: .96rem; line-height: 1.45; }

.ifp-format-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ifp-format-card { position: relative; padding: clamp(30px, 4vw, 48px); overflow: hidden; border: 1px solid var(--ifp-line); border-radius: 22px; background: #fff; }
.ifp-format-featured { border-color: rgba(0,106,237,.34); background: linear-gradient(145deg, #fff, #f0f7ff); box-shadow: 0 20px 52px rgba(31, 87, 150, .1); }
.ifp-format-tag { display: inline-flex; margin-bottom: 24px; padding: 7px 10px; border-radius: 999px; color: var(--ifp-blue); background: #eaf4ff; font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.ifp-format-icon { display: grid; width: 62px; height: 62px; margin-bottom: 22px; border-radius: 18px; place-items: center; color: var(--ifp-blue); background: #e7f2ff; }
.ifp-format-icon svg { width: 28px; height: 28px; }
.ifp-format-card h3 { margin-bottom: 12px; font-size: 1.7rem; }
.ifp-format-card > p { max-width: 560px; margin-bottom: 24px; }
.ifp-format-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #40556f; font-size: .9rem; }
.ifp-format-card li::before { content: "✓"; margin-right: 9px; color: var(--ifp-green); font-weight: 900; }
.ifp-inline-note { display: flex; gap: 13px; margin: 28px 0 0; padding: 18px 22px; border: 1px solid #cfe1f6; border-radius: 13px; background: #f5faff; font-size: .9rem; }
.ifp-inline-note > span:first-child { display: grid; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; place-items: center; color: #fff; background: var(--ifp-blue); font-size: .72rem; font-weight: 800; }
.ifp-inline-note strong { color: var(--ifp-ink); }

.ifp-plans-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.ifp-plans-grid .ifp-heading { margin-bottom: 0; }
.ifp-fine { margin: 20px 0 0; font-size: .8rem !important; }
.ifp-plan-card { padding: 34px; border: 1px solid rgba(0,106,237,.25); border-radius: 22px; background: #fff; box-shadow: 0 24px 58px rgba(35, 78, 128, .11); }
.ifp-plan-card > span { color: var(--ifp-blue); font-size: .69rem; font-weight: 850; letter-spacing: .12em; }
.ifp-plan-card h3 { margin: 10px 0 24px; font-size: 1.65rem; }
.ifp-plan-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.ifp-plan-card li { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--ifp-line); }
.ifp-plan-card strong { color: var(--ifp-ink); }
.ifp-plan-card small { color: var(--ifp-copy); font-size: .86rem; }

.ifp-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 8vw, 110px); align-items: start; }
.ifp-faq-grid .ifp-heading { position: sticky; top: 150px; margin-bottom: 0; }
.ifp-faq-list { display: grid; gap: 12px; }
.ifp-faq-list details { overflow: hidden; border: 1px solid var(--ifp-line); border-radius: 14px; background: #fff; box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease; }
.ifp-faq-list details[open] { border-color: rgba(0, 106, 237, .3); box-shadow: 0 14px 34px rgba(35, 78, 128, .09); }
.ifp-faq-list summary { position: relative; padding: 22px 58px 22px 22px; color: var(--ifp-ink); cursor: pointer; font-size: 1rem; font-weight: 760; line-height: 1.45; list-style: none; }
.ifp-faq-list summary::-webkit-details-marker { display: none; }
.ifp-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 18px; display: grid; width: 28px; height: 28px; border: 1px solid var(--ifp-line); border-radius: 50%; place-items: center; color: var(--ifp-blue); background: #f2f7fd; font-size: 1.1rem; transform: translateY(-50%); }
.ifp-faq-list details[open] summary::after { content: "−"; }
.ifp-faq-list p { margin: -2px 58px 22px 22px; padding: 0; font-size: .93rem; }
.ifp-faq-list a { color: var(--ifp-blue-dark); }

.ifp-final-section { padding: 18px 0 72px; }
.ifp-final { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: clamp(30px, 4vw, 48px); border-radius: 22px; background:
  radial-gradient(circle at 90% 10%, rgba(90, 181, 255, .45), transparent 30%),
  linear-gradient(135deg, #075ac8, #006aed 56%, #1682f5); box-shadow: 0 30px 70px rgba(0,106,237,.22); }
.ifp-final h2 { margin-bottom: 12px; color: #fff; font-size: clamp(1.9rem, 3.1vw, 3.15rem); line-height: 1.05; }
.ifp-final p { max-width: 600px; margin-bottom: 0; color: #d9ecff; font-size: .94rem; }
.ifp-final .ifp-eyebrow { color: #bfe0ff; }
.ifp-final-actions { display: grid; justify-items: start; gap: 11px; }
.ifp-final-actions .btn { color: var(--ifp-blue) !important; background: #fff !important; box-shadow: 0 14px 34px rgba(1,38,84,.22); }
.ifp-final-actions > a:not(.btn) { color: #fff; font-weight: 750; text-decoration: none; }
.ifp-final-actions > a:not(.btn):hover { text-decoration: underline; text-underline-offset: 4px; }
.ifp-final-actions > span { color: #c5e2ff; font-size: .8rem; }

.ifp-page a:focus-visible, .ifp-page summary:focus-visible { outline: 3px solid rgba(0,106,237,.4); outline-offset: 4px; border-radius: 5px; }

@media (max-width: 1050px) {
  .ifp-hero-grid { grid-template-columns: 1fr; }
  .ifp-hero-copy { max-width: 790px; }
  .ifp-hero-visual { max-width: 850px; }
  .ifp-heading-split, .ifp-review-grid, .ifp-safety-grid, .ifp-plans-grid, .ifp-faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .ifp-steps { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .ifp-steps li, .ifp-steps li:first-child, .ifp-steps li:last-child { border: 1px solid var(--ifp-line); border-radius: 14px; }
  .ifp-steps li::after { display: none !important; }
  .ifp-faq-grid .ifp-heading { position: static; }
}

@media (max-width: 760px) {
  .ifp-hero { padding-bottom: 55px; }
  .ifp-breadcrumb { margin-bottom: 35px; }
  .ifp-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4.1rem); }
  .ifp-lead { font-size: 1rem; }
  .ifp-hero-visual { padding: 8px; border-radius: 19px; }
  .ifp-hero-visual img { border-radius: 13px; }
  .ifp-hero-visual::before { top: -16px; right: 18px; width: 54px; height: 54px; border-radius: 14px; font-size: .72rem; }
  .ifp-value-grid { grid-template-columns: 1fr; }
  .ifp-value-grid > div, .ifp-value-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .ifp-value-grid > div:last-child { border-bottom: 0; }
  .ifp-section-nav { top: 60px; }
  .ifp-section-nav .container { gap: 22px; }
  .ifp-section { padding: 70px 0; }
  .ifp-heading h2, .ifp-review-copy h2, .ifp-safety h2 { font-size: 2.3rem; }
  .ifp-steps, .ifp-outcome-grid, .ifp-capabilities, .ifp-format-grid { grid-template-columns: 1fr; }
  .ifp-steps li { padding: 25px; }
  .ifp-step-number { margin-bottom: 20px; }
  .ifp-shot-label { align-items: flex-start; }
  .ifp-demo-label { display: none !important; }
  .ifp-product-shot figcaption { font-size: .78rem; }
  .ifp-plan-card { padding: 27px 23px; }
  .ifp-plan-card li { grid-template-columns: 1fr; gap: 3px; }
  .ifp-final-section { padding-bottom: 58px; }
  .ifp-final { grid-template-columns: 1fr; gap: 26px; padding: 30px 22px; border-radius: 18px; }
  .ifp-final h2 { font-size: 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ifp-page *, .ifp-page *::before, .ifp-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
