.itp-page {
  --itp-ink: #0d2b53;
  --itp-blue: #287fac;
  --itp-blue-deep: #145f8c;
  --itp-sky: #dff3fa;
  --itp-sky-pale: #f1f9fc;
  --itp-orange: #f2832a;
  --itp-orange-deep: #dc6d1d;
  --itp-line: rgba(13, 43, 83, .15);
  --itp-muted: #4b6179;
  --itp-shell: min(1280px, calc(100% - 72px));
  color: var(--itp-ink);
  background: #fff;
  overflow: clip;
}

.itp-page :where(h1, h2, h3, p) { margin-top: 0; }
.itp-page h1,
.itp-page h2,
.itp-page h3 { letter-spacing: .015em; text-wrap: balance; word-break: normal; }
.itp-page p { text-wrap: pretty; }
.itp-page section { scroll-margin-top: 125px; }
.itp-shell { width: var(--itp-shell); margin-inline: auto; }
.itp-section { position: relative; padding: clamp(104px, 8vw, 138px) 0; }
.itp-kicker { margin: 0 0 20px; color: var(--itp-blue); font-size: .78rem; font-weight: 850; letter-spacing: .2em; line-height: 1.3; }
.itp-kicker::before { content: ""; display: inline-block; width: 24px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }
.itp-heading { max-width: 920px; margin-bottom: clamp(52px, 6vw, 76px); }
.itp-heading--center { margin-inline: auto; text-align: center; }
.itp-heading h2,
.itp-split__copy h2,
.itp-onsite__copy h2,
.itp-plan__price h2,
.itp-final h2 { margin-bottom: 26px; font-size: clamp(2.25rem, 3.45vw, 3.3rem); font-weight: 850; line-height: 1.4; }
.itp-heading > p:not(.itp-kicker),
.itp-split__copy > p,
.itp-onsite__copy > p,
.itp-plan__price > p { max-width: 760px; color: var(--itp-muted); font-size: 1.08rem; font-weight: 550; line-height: 2; }
.itp-nowrap { white-space: nowrap; }
.itp-copyline { display: block; }
.itp-heading-line { display: block; }
.itp-mobile-copyline,
.itp-narrow-copyline { display: inline; }

.itp-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  min-height: 62px;
  padding: 0 27px;
  border-radius: 999px;
  color: #fff;
  background: var(--itp-orange);
  box-shadow: 0 14px 28px rgba(220, 109, 29, .2);
  font-size: .95rem;
  font-weight: 850;
  transition: transform .3s var(--ease), background .3s, box-shadow .3s;
}
.itp-button:hover { color: #fff; background: var(--itp-orange-deep); box-shadow: 0 18px 34px rgba(220, 109, 29, .27); transform: translateY(-3px); }
.itp-button span { font-size: 1.25rem; line-height: 1; }

/* Hero */
.itp-hero { position: relative; min-height: 850px; padding-top: 1px; background: #f8fcfe; isolation: isolate; }
.itp-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 95px; background: linear-gradient(180deg, transparent, #fff); pointer-events: none; }
.itp-hero__media { position: absolute; z-index: -1; inset: 0 0 0 auto; width: 61%; overflow: hidden; }
.itp-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f8fcfe 0%, rgba(248,252,254,.94) 8%, rgba(248,252,254,.3) 31%, transparent 55%); }
.itp-hero__media picture,
.itp-hero__media img { width: 100%; height: 100%; }
.itp-hero__media img { object-fit: cover; object-position: 56% center; animation: itpHero 18s ease-in-out infinite alternate; }
.itp-hero__inner { position: relative; min-height: 850px; display: flex; align-items: center; }
.itp-hero__copy { position: relative; z-index: 2; width: 54%; padding: 174px 0 82px; }
.itp-hero h1 { margin: 0 0 20px; font-size: clamp(3.5rem, 5.25vw, 5.25rem); font-weight: 850; line-height: 1.19; letter-spacing: .005em; }
.itp-hero h1 > .itp-copyline:first-child { margin-bottom: .06em; font-size: .68em; }
.itp-hero__mobile-line { margin-left: .12em; }
.itp-hero__sub { margin: 0 0 12px; color: var(--itp-blue-deep); font-size: clamp(1.25rem, 1.75vw, 1.65rem); font-weight: 850; }
.itp-hero__lead { margin-bottom: 22px; color: var(--itp-muted); font-size: 1.03rem; font-weight: 650; line-height: 1.85; }
.itp-hero__facts { display: flex; align-items: stretch; max-width: 620px; margin: 0 0 26px; border-block: 1px solid var(--itp-line); }
.itp-hero__facts span { flex: 1; padding: 13px 16px; color: var(--itp-muted); font-size: .78rem; font-weight: 750; line-height: 1.45; }
.itp-hero__facts span + span { border-left: 1px solid var(--itp-line); }
.itp-hero__facts b { display: block; color: var(--itp-blue-deep); font-size: .96rem; }
.itp-hero__action { display: flex; align-items: center; gap: 28px; }
.itp-hero__action .itp-button { order: -1; }
.itp-price { display: grid; grid-template-columns: auto auto auto; align-items: baseline; column-gap: 8px; row-gap: 12px; width: max-content; margin: 0; white-space: nowrap; }
.itp-price__label { margin-right: 5px; font-size: .73rem; font-weight: 800; }
.itp-price strong { font-size: clamp(2.35rem, 3.3vw, 3.25rem); line-height: 1; letter-spacing: -.035em; }
.itp-price > span { font-size: .86rem; font-weight: 850; }
.itp-price__tax { grid-column: 2 / 4; justify-self: center; color: var(--itp-muted); font-size: .66rem; font-weight: 700; line-height: 1.2; }
.itp-hero__brand { position: absolute; z-index: 2; top: 165px; right: 1%; padding-top: 16px; color: var(--itp-blue-deep); text-align: right; transform: rotate(-3deg); }
.itp-hero__brand::before { content: ""; position: absolute; right: 0; top: 0; width: 104px; height: 1px; background: rgba(40,127,172,.55); }
.itp-hero__brand p { margin: 0; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 1.65rem; font-style: italic; font-weight: 750; }
.itp-hero__brand small { display: block; margin-top: 3px; font-size: .62rem; font-weight: 750; letter-spacing: .11em; }

/* Why now */
.itp-problem { background: #fff; }
.itp-problem__list { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--itp-line); border-left: 1px solid var(--itp-line); }
.itp-problem__list p { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; min-height: 168px; margin: 0; padding: 30px 26px; border-right: 1px solid var(--itp-line); border-bottom: 1px solid var(--itp-line); background: #fff; }
.itp-problem__list > p > span:first-child { color: var(--itp-blue); font-size: .76rem; font-weight: 850; letter-spacing: .1em; }
.itp-problem__copy { min-width: 0; }
.itp-problem__copy strong,
.itp-problem__copy em { display: block; font-style: normal; text-wrap: balance; }
.itp-problem__copy strong { color: var(--itp-ink); font-size: 1.22rem; line-height: 1.5; }
.itp-problem__copy em { margin-top: 8px; color: var(--itp-muted); font-size: .98rem; font-weight: 650; line-height: 1.7; }
.itp-problem__answer { margin: 86px 0 0; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 800; line-height: 1.65; text-align: center; }

/* Partnership */
.itp-partner-intro { padding-bottom: 92px; background: var(--itp-sky-pale); }
.itp-split { display: grid; grid-template-columns: minmax(0, 55fr) minmax(390px, 45fr); align-items: center; gap: clamp(52px, 6.5vw, 92px); }
.itp-split > * { min-width: 0; }
.itp-photo { margin: 0; overflow: hidden; }
.itp-photo img { width: 100%; height: 100%; object-fit: cover; }
.itp-photo--tall { aspect-ratio: 1.28 / 1; }
.itp-photo--tall img { object-position: 52% center; }
.itp-split__copy h2 { font-size: clamp(2.25rem, 3.45vw, 3.3rem); }
.itp-split__copy h2 span,
.itp-partnership .itp-heading h2 span { display: block; }

.itp-partnership { padding-top: 92px; background: linear-gradient(135deg, #e8f7fd 0%, #f6fbfd 55%, #def2fa 100%); }
.itp-partnership .itp-heading { max-width: none; margin-bottom: 45px; text-align: center; }
.itp-partnership .itp-heading h2 { font-size: clamp(2.15rem, 3.1vw, 3rem); }
.itp-partnership .itp-heading h2 span { display: inline; }
.itp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.itp-step { position: relative; display: block; min-width: 0; background: #fff; box-shadow: 0 18px 45px rgba(13,43,83,.07); }
.itp-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 4; top: 29%; right: -19px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--itp-blue); background: #fff; box-shadow: 0 8px 22px rgba(13,43,83,.12); font-size: 1.3rem; }
.itp-step--reverse figure { order: initial; }
.itp-step figure { height: 225px; min-height: 0; margin: 0; overflow: hidden; }
.itp-step figure img { width: 100%; height: 100%; object-fit: cover; }
.itp-step:nth-child(1) figure img { object-position: 56% center; }
.itp-step:nth-child(2) figure img { object-position: 53% center; }
.itp-step:nth-child(3) figure img { object-position: 57% center; }
.itp-step > div { position: relative; min-height: 245px; padding: 30px 28px 34px; }
.itp-step > div > span { position: absolute; right: 18px; top: 16px; color: rgba(40,127,172,.11); font-size: 4.5rem; font-weight: 850; line-height: 1; }
.itp-step small { position: relative; color: var(--itp-blue); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.itp-step h3 { position: relative; margin: 12px 0 14px; font-size: 1.65rem; }
.itp-step p { position: relative; margin: 0; color: var(--itp-muted); font-size: 1rem; font-weight: 550; line-height: 1.85; }
.itp-cycle-note { margin: 68px 0 0; color: var(--itp-blue-deep); font-size: clamp(1.3rem, 1.8vw, 1.65rem); font-weight: 850; text-align: center; }

/* Monthly proposal */
.itp-monthly { color: var(--itp-ink); background: linear-gradient(135deg, #f7fcfe 0%, #e4f5fb 100%); }
.itp-monthly > .itp-shell { display: grid; grid-template-columns: minmax(500px, 1fr) minmax(0, 1.15fr); gap: clamp(45px, 4.5vw, 60px); align-items: center; }
.itp-monthly .itp-kicker { color: var(--itp-blue); }
.itp-monthly__lead { position: relative; z-index: 2; }
.itp-monthly__lead h2 { margin-bottom: 25px; font-size: clamp(2.65rem, 3.2vw, 3.3rem); line-height: 1.38; }
.itp-monthly__lead > p:not(.itp-kicker) { color: var(--itp-muted); font-size: 1.08rem; line-height: 2; }
.itp-monthly__quote { display: block; margin: 30px 0 0; color: var(--itp-blue-deep); font-size: clamp(1.55rem, 2.45vw, 2.15rem); line-height: 1.6; }
.itp-monthly__quote span { display: block; }
.itp-monthly__visual { position: relative; min-height: 0; }
.itp-monthly__visual > figure { width: 100%; height: 510px; margin: 0; overflow: hidden; }
.itp-monthly__visual > figure img { width: 100%; height: 100%; object-fit: cover; object-position: 49% center; }
.itp-monthly__close { grid-column: 1 / -1; margin: 26px 0 0; color: var(--itp-blue-deep); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 850; text-align: right; }

/* Proposal examples */
.itp-examples { background: #fff; }
.itp-examples__list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.itp-example { display: grid; grid-template-columns: 58% 42%; min-height: 330px; overflow: hidden; border: 1px solid var(--itp-line); background: #fff; }
.itp-example__copy { align-self: center; padding: 36px 12px 36px 36px; }
.itp-example__copy > span { color: var(--itp-blue); font-size: .72rem; font-weight: 850; letter-spacing: .16em; }
.itp-example h3 { margin: 24px 0 13px; font-size: clamp(1.55rem, 2.25vw, 2.1rem); line-height: 1.52; text-wrap: balance; }
.itp-example h3 span { display: block; }
.itp-example p { margin: 0; color: var(--itp-muted); font-size: 1rem; line-height: 1.85; }
.itp-example__visual { display: grid; place-items: center; min-height: 100%; padding: 24px 18px; overflow: hidden; background: linear-gradient(145deg, #e4f4fa, #f8fcfe); }
.itp-ui-window { width: 100%; max-width: 255px; overflow: hidden; border: 1px solid rgba(13,43,83,.12); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 38px rgba(13,43,83,.13); }
.itp-ui-window__bar { display: flex; align-items: center; gap: 5px; height: 31px; padding: 0 10px; border-bottom: 1px solid rgba(13,43,83,.1); background: #f8fbfc; }
.itp-ui-window__bar i { width: 5px; height: 5px; border-radius: 50%; background: #bed7e2; }
.itp-ui-window__bar span { min-width: 0; margin-left: 4px; overflow: hidden; color: #688095; font-size: .48rem; font-weight: 750; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.itp-sheet { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 14px 12px 12px; padding: 1px; background: #d9e6eb; }
.itp-sheet span { height: 22px; background: #fff; }
.itp-sheet span:nth-child(1),
.itp-sheet span:nth-child(2),
.itp-sheet span:nth-child(3),
.itp-sheet span:nth-child(4) { background: #e8f4f8; }
.itp-sheet b { position: absolute; right: 9px; bottom: 7px; width: 66px; height: 52px; border-left: 3px solid var(--itp-blue); border-bottom: 3px solid var(--itp-blue); clip-path: polygon(0 72%, 20% 55%, 41% 68%, 63% 28%, 79% 40%, 100% 0, 100% 100%, 0 100%); background: rgba(40,127,172,.17); }
.itp-auto-flow { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 12px 14px; color: var(--itp-muted); font-size: .58rem; font-weight: 750; }
.itp-auto-flow i { color: var(--itp-blue); font-style: normal; }
.itp-auto-flow strong { padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--itp-blue); }
.itp-chat { padding-bottom: 14px; }
.itp-chat > p { max-width: 76%; margin: 14px 12px 0; padding: 8px 10px; border-radius: 9px; font-size: .56rem; font-weight: 650; line-height: 1.55; }
.itp-chat .is-user { margin-left: auto; color: #fff; background: var(--itp-blue); }
.itp-chat .is-ai { position: relative; padding-left: 36px; color: var(--itp-ink); background: #eef6f9; }
.itp-chat .is-ai b { position: absolute; left: 9px; top: 10px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--itp-blue-deep); font-size: .48rem; }
.itp-chat__typing { display: flex; gap: 4px; margin: 10px 0 0 13px; }
.itp-chat__typing i { width: 5px; height: 5px; border-radius: 50%; background: #8dbdce; animation: itpTyping 1.4s ease-in-out infinite; }
.itp-chat__typing i:nth-child(2) { animation-delay: .16s; }
.itp-chat__typing i:nth-child(3) { animation-delay: .32s; }
.itp-compare { padding-bottom: 13px; }
.itp-compare > div:not(.itp-ui-window__bar) { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin: 13px 12px 0; color: var(--itp-muted); font-size: .56rem; font-weight: 700; }
.itp-compare > div b { color: var(--itp-blue-deep); }
.itp-compare > div i { grid-column: 1 / -1; height: 5px; border-radius: 999px; background: linear-gradient(90deg, var(--itp-blue) 82%, #dbe9ee 82%); }
.itp-compare > div:nth-of-type(3) i { background: linear-gradient(90deg, var(--itp-blue) 66%, #dbe9ee 66%); }
.itp-compare > p { margin: 15px 12px 0; padding: 8px 9px; color: var(--itp-ink); background: #eef7fa; font-size: .57rem; font-weight: 750; }
.itp-compare > p strong { color: var(--itp-blue); font-size: .78rem; }
.itp-web-ui { padding-bottom: 12px; }
.itp-web-ui__hero { position: relative; height: 94px; margin: 12px; overflow: hidden; background: linear-gradient(135deg, #d7edf5, #f3fafc); }
.itp-web-ui__hero b { position: absolute; inset: 0 44% 0 0; background: linear-gradient(145deg, #4b9bbc, #b7dce8); }
.itp-web-ui__hero span { position: absolute; left: 60%; top: 22px; width: 30%; height: 6px; border-radius: 5px; background: #193e62; box-shadow: 0 13px 0 #adc9d4; }
.itp-web-ui__hero i { position: absolute; left: 60%; top: 57px; padding: 5px 8px; border-radius: 999px; color: #fff; background: var(--itp-orange); font-size: .44rem; font-style: normal; font-weight: 800; }
.itp-web-ui__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 0 12px; }
.itp-web-ui__cards span { height: 30px; border: 1px solid #dbe8ed; background: #f8fbfc; }
.itp-example-ticker { display: flex; gap: 12px; margin-top: 32px; padding-block: 12px; overflow-x: auto; scrollbar-width: none; }
.itp-example-ticker::-webkit-scrollbar { display: none; }
.itp-example-ticker span { flex: 0 0 auto; padding: 10px 16px; border: 1px solid rgba(40,127,172,.22); border-radius: 999px; color: var(--itp-blue-deep); background: var(--itp-sky-pale); font-size: .8rem; font-weight: 750; }

/* Stance */
.itp-stance { background: #eef8fc; }
.itp-stance__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 110px); align-items: start; }
.itp-stance .itp-heading { margin-bottom: 0; }
.itp-stance .itp-heading h2 { font-size: clamp(2.25rem, 3.35vw, 3.2rem); }
.itp-stance__choices { border-top: 1px solid rgba(13,43,83,.22); }
.itp-stance__choices article { position: relative; padding: 32px 8px 32px 66px; border-bottom: 1px solid rgba(13,43,83,.22); }
.itp-stance__choices span { position: absolute; left: 4px; top: 35px; color: var(--itp-blue); font-size: .78rem; font-weight: 850; }
.itp-stance__choices h3 { margin-bottom: 10px; font-size: clamp(1.3rem, 1.9vw, 1.7rem); }
.itp-stance__choices p { margin: 0; color: var(--itp-muted); font-size: 1rem; line-height: 1.85; }
.itp-stance__close { grid-column: 1 / -1; margin: 35px 0 0; font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 850; text-align: center; }

/* Coverage */
.itp-coverage { background: #fff; }
.itp-coverage__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--itp-line); border-left: 1px solid var(--itp-line); }
.itp-coverage__grid > div { min-height: 250px; padding: 31px 28px; border-right: 1px solid var(--itp-line); border-bottom: 1px solid var(--itp-line); }
.itp-coverage__grid span { color: var(--itp-blue); font-size: .75rem; font-weight: 850; }
.itp-coverage__grid h3 { margin: 38px 0 14px; font-size: clamp(1.4rem, 1.8vw, 1.65rem); }
.itp-coverage__grid p { margin: 0; color: var(--itp-muted); font-size: .96rem; font-weight: 600; line-height: 1.8; }
.itp-coverage__close { max-width: 900px; margin: 82px auto 0; font-size: 1.08rem; font-weight: 700; line-height: 1.95; text-align: center; }

/* On site */
.itp-onsite { min-height: 790px; padding: 0; background: #fff; }
.itp-onsite__media { position: absolute; inset: 0 0 0 42%; overflow: hidden; }
.itp-onsite__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0, rgba(255,255,255,.24) 23%, transparent 48%); }
.itp-onsite__media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.itp-onsite__inner { position: relative; min-height: 790px; display: flex; align-items: center; }
.itp-onsite__copy { position: relative; z-index: 2; width: min(570px, 47%); padding: 66px 42px 66px 0; background: linear-gradient(90deg, #fff 88%, transparent); }
.itp-onsite__copy h2 { font-size: clamp(2.1rem, 2.9vw, 2.8rem); line-height: 1.48; }
.itp-onsite__copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; padding: 0; border: 0; list-style: none; }
.itp-onsite__copy li { padding: 7px 11px; border: 1px solid rgba(40,127,172,.18); border-radius: 999px; color: var(--itp-muted); background: #fff; font-size: .78rem; font-weight: 700; }
.itp-onsite__copy li::before { display: none; }
.itp-onsite__note { display: flex; gap: 12px; align-items: center; margin: 0!important; }
.itp-onsite__note strong { padding: 7px 11px; color: #fff; background: var(--itp-blue-deep); font-size: .78rem; }
.itp-onsite__note span { font-size: .74rem; }

/* Execution */
.itp-execution { padding-block: clamp(82px, 6.2vw, 104px); background: #eef8fc; }
.itp-execution > .itp-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px clamp(58px, 7vw, 100px); align-items: center; }
.itp-execution .itp-heading { margin: 0; text-align: left; }
.itp-execution .itp-heading h2 { margin-bottom: 16px; font-size: clamp(2.05rem, 2.7vw, 2.7rem); line-height: 1.45; }
.itp-execution .itp-heading > p:not(.itp-kicker) { line-height: 1.8; }
.itp-execution__figure { position: relative; padding-top: 108px; }
.itp-execution__idea { position: absolute; z-index: 2; top: 0; left: 50%; display: grid; place-items: center; width: 176px; height: 92px; color: #fff; background: var(--itp-blue-deep); transform: translateX(-50%); }
.itp-execution__idea::after { content: ""; position: absolute; left: 50%; top: 100%; width: 1px; height: 32px; background: var(--itp-blue); }
.itp-execution__idea small { font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.itp-execution__idea strong { font-size: 1.4rem; }
.itp-execution__paths { display: grid; grid-template-columns: 1fr; background: #fff; box-shadow: 0 20px 50px rgba(13,43,83,.07); }
.itp-execution__paths article { min-height: 0; padding: 25px 28px; }
.itp-execution__paths article + article { border-top: 1px solid var(--itp-line); border-left: 0; }
.itp-execution__paths span { color: var(--itp-blue); font-size: .68rem; font-weight: 850; letter-spacing: .13em; }
.itp-execution__paths h3 { margin: 11px 0 8px; font-size: 1.35rem; }
.itp-execution__paths p { margin: 0; color: var(--itp-muted); font-size: .94rem; line-height: 1.75; }
.itp-execution__paths .itp-execution__aylab { color: #fff; background: var(--itp-blue-deep); }
.itp-execution__aylab span,
.itp-execution__aylab p { color: #d9edf5; }
.itp-execution__aylab > small { display: block; margin-top: 12px; color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.itp-execution__photo { grid-column: 1 / -1; width: 100%; height: 430px; margin: 8px 0 0; overflow: hidden; }
.itp-execution__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.itp-caption { grid-column: 1 / -1; margin: 0; color: var(--itp-muted); font-size: .78rem; line-height: 1.7; text-align: center; }

/* Plan */
.itp-plan { background: #fff; }
.itp-plan__grid { display: grid; grid-template-columns: minmax(400px,.82fr) minmax(0,1.18fr); gap: clamp(70px, 8vw, 115px); align-items: start; }
.itp-plan__price h2 { font-size: clamp(2.65rem, 3.3vw, 3.15rem); }
.itp-plan__price .itp-heading-line { white-space: nowrap; }
.itp-price--large { margin: 35px 0 28px; }
.itp-price--large strong { color: var(--itp-blue-deep); font-size: clamp(4.4rem, 6.8vw, 6.3rem); }
.itp-plan__price .itp-button { margin-top: 26px; }
.itp-plan__details { padding: 45px 48px; background: var(--itp-sky-pale); }
.itp-plan__details > h3 { margin-bottom: 22px; font-size: 1.55rem; }
.itp-included { margin: 0; padding: 0; list-style: none; }
.itp-included li { display: grid; grid-template-columns: 200px 1fr; gap: 22px; padding: 17px 4px; border-bottom: 1px solid var(--itp-line); color: var(--itp-muted); font-size: .96rem; }
.itp-included strong { color: var(--itp-ink); font-size: 1rem; }
.itp-included .is-key { margin-inline: -14px; padding-inline: 18px; color: var(--itp-ink); background: #fff; }
.itp-included .is-key strong { color: var(--itp-orange-deep); }
.itp-plan__travel { margin: 17px 0 0; color: var(--itp-muted); font-size: .78rem; }
.itp-plan__extra { margin-top: 24px; border-top: 1px solid var(--itp-line); }
.itp-plan__extra summary { padding: 18px 2px 9px; cursor: pointer; color: var(--itp-blue-deep); font-size: .9rem; font-weight: 850; }
.itp-plan__extra p { margin: 0; color: var(--itp-muted); font-size: .84rem; line-height: 1.85; }

/* Flow */
.itp-flow { color: #fff; background: var(--itp-ink); }
.itp-flow .itp-kicker { color: #9edaf0; }
.itp-flow__list { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); margin: 0; padding: 0; border-block: 1px solid rgba(255,255,255,.2); list-style: none; }
.itp-flow__list li { position: relative; min-height: 230px; padding: 25px 18px; }
.itp-flow__list li + li { border-left: 1px solid rgba(255,255,255,.2); }
.itp-flow__list li::after { content: "→"; position: absolute; z-index: 2; right: -10px; top: 44px; color: #9edaf0; }
.itp-flow__list li:last-child::after { display: none; }
.itp-flow__list > li > span { color: #9edaf0; font-size: .73rem; font-weight: 850; }
.itp-flow__list h3 { margin: 40px 0 10px; font-size: 1.1rem; }
.itp-flow__list p { margin: 0; color: #c4d7e1; font-size: .8rem; line-height: 1.75; }
.itp-flow__list .is-key { background: var(--itp-blue-deep); }
.itp-flow__notes { display: flex; justify-content: space-between; gap: 40px; margin-top: 34px; color: #c8d9e2; font-size: .86rem; }
.itp-flow__notes strong { max-width: 590px; color: #fff; text-align: right; }

/* Target and FAQ */
.itp-target { background: #fff; }
.itp-target__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 8vw, 110px); }
.itp-target__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 32px; margin: 0; padding: 0; border-top: 1px solid var(--itp-line); list-style: none; }
.itp-target__list li { position: relative; padding: 23px 8px 23px 28px; border-bottom: 1px solid var(--itp-line); font-size: 1rem; font-weight: 750; line-height: 1.7; }
.itp-target__list li::before { content: ""; position: absolute; left: 2px; top: 31px; width: 9px; height: 9px; border: 2px solid var(--itp-blue); transform: rotate(45deg); }
.itp-faq { background: var(--itp-sky-pale); }
.itp-faq__grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(60px, 8vw, 110px); }
.itp-faq__list { border-top: 1px solid var(--itp-line); }
.itp-faq__list details { border-bottom: 1px solid var(--itp-line); }
.itp-faq__list summary { position: relative; padding: 26px 52px 26px 44px; cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.itp-faq__list summary::-webkit-details-marker { display: none; }
.itp-faq__list summary::before { content: "Q"; position: absolute; left: 5px; color: var(--itp-blue); font-size: .95rem; }
.itp-faq__list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--itp-blue); font-size: 1.5rem; font-weight: 500; }
.itp-faq__list details[open] summary::after { content: "−"; }
.itp-faq__list details p { position: relative; margin: 0; padding: 0 38px 26px 44px; color: var(--itp-muted); font-size: .98rem; line-height: 1.9; }
.itp-faq__list details p::before { content: "A"; position: absolute; left: 5px; color: var(--itp-orange-deep); font-weight: 850; }

/* Final CTA */
.itp-final { position: relative; min-height: 680px; display: flex; align-items: center; color: #fff; background: var(--itp-ink); overflow: hidden; isolation: isolate; }
.itp-final__media { position: absolute; z-index: -1; inset: 0; }
.itp-final__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,55,.95) 0%, rgba(7,28,55,.8) 42%, rgba(7,28,55,.12) 76%); }
.itp-final__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.itp-final__inner { padding-block: 110px; }
.itp-final .itp-kicker { color: #a9e4f5; }
.itp-final h2 { max-width: 720px; }
.itp-final__inner > p:not(.itp-kicker) { margin-bottom: 30px; color: #d5e7ef; font-size: 1.02rem; line-height: 1.9; }
.itp-final__inner > p strong { color: #fff; font-size: 1.18rem; }

@keyframes itpHero { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes itpTyping { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

@media (prefers-reduced-motion: no-preference) {
  .itp-page .reveal { transition-duration: 1s; transition-timing-function: var(--ease); }
  .itp-problem__list.reveal > p,
  .itp-examples__list.reveal > article,
  .itp-coverage__grid.reveal > div { opacity: 0; transform: translateY(26px); transition: opacity .72s var(--ease), transform .72s var(--ease); }
  .itp-problem__list.reveal.is-visible > p,
  .itp-examples__list.reveal.is-visible > article,
  .itp-coverage__grid.reveal.is-visible > div { opacity: 1; transform: none; }
  .itp-problem__list.reveal.is-visible > p:nth-child(2),
  .itp-examples__list.reveal.is-visible > article:nth-child(2),
  .itp-coverage__grid.reveal.is-visible > div:nth-child(2) { transition-delay: .08s; }
  .itp-problem__list.reveal.is-visible > p:nth-child(3),
  .itp-examples__list.reveal.is-visible > article:nth-child(3),
  .itp-coverage__grid.reveal.is-visible > div:nth-child(3) { transition-delay: .16s; }
  .itp-problem__list.reveal.is-visible > p:nth-child(4),
  .itp-examples__list.reveal.is-visible > article:nth-child(4),
  .itp-coverage__grid.reveal.is-visible > div:nth-child(4) { transition-delay: .24s; }
  .itp-problem__list.reveal.is-visible > p:nth-child(5),
  .itp-coverage__grid.reveal.is-visible > div:nth-child(5) { transition-delay: .32s; }
  .itp-problem__list.reveal.is-visible > p:nth-child(6),
  .itp-coverage__grid.reveal.is-visible > div:nth-child(6) { transition-delay: .4s; }
  .itp-coverage__grid.reveal.is-visible > div:nth-child(7) { transition-delay: .48s; }
  .itp-coverage__grid.reveal.is-visible > div:nth-child(8) { transition-delay: .56s; }
  .itp-photo.reveal img,
  .itp-monthly__visual.reveal img,
  .itp-onsite__media.reveal img,
  .itp-execution__photo.reveal img { transform: scale(1.06); transition: transform 1.35s var(--ease); }
  .itp-photo.reveal.is-visible img,
  .itp-monthly__visual.reveal.is-visible img,
  .itp-onsite__media.reveal.is-visible img,
  .itp-execution__photo.reveal.is-visible img { transform: scale(1); }
}

@media (max-width: 1120px) {
  .itp-page { --itp-shell: min(100% - 44px, 980px); }
  .itp-hero,
  .itp-hero__inner { min-height: 820px; }
  .itp-hero__copy { width: 59%; }
  .itp-hero__brand { top: 150px; right: 0; }
  .itp-hero__action { align-items: flex-start; flex-direction: column; gap: 17px; }
  .itp-hero__action .itp-button { order: 0; }
  .itp-problem__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .itp-execution > .itp-shell { grid-template-columns: 1fr; row-gap: 14px; }
  .itp-execution .itp-heading { max-width: 920px; }
  .itp-execution__figure { padding-top: 98px; }
  .itp-steps { gap: 16px; }
  .itp-step > div { min-height: 285px; padding-inline: 22px; }
  .itp-step:not(:last-child)::after { right: -15px; width: 30px; height: 30px; }
  .itp-monthly > .itp-shell { grid-template-columns: 1fr; gap: 36px; }
  .itp-example { grid-template-columns: 1fr; }
  .itp-example__copy { min-height: 255px; padding: 32px; }
  .itp-example__visual { min-height: 210px; }
  .itp-coverage__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .itp-flow__list { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .itp-flow__list li:nth-child(5) { border-left: 0; }
  .itp-flow__list li:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .itp-flow__list li:nth-child(4)::after { display: none; }
}

@media (max-width: 920px) {
  .itp-hero,
  .itp-hero__inner { min-height: 950px; }
  .itp-hero__inner { align-items: flex-start; }
  .itp-hero__copy { width: 68%; padding-top: 145px; }
  .itp-hero__media { inset: auto 0 0 auto; width: 68%; height: 60%; }
  .itp-hero__media::after { background: linear-gradient(90deg, #f8fcfe 0%, rgba(248,252,254,.72) 17%, rgba(248,252,254,.08) 50%, transparent); }
  .itp-hero__brand { display: none; }
  .itp-split,
  .itp-monthly > .itp-shell,
  .itp-stance__grid,
  .itp-execution > .itp-shell,
  .itp-plan__grid,
  .itp-target__grid,
  .itp-faq__grid { grid-template-columns: 1fr; }
  .itp-photo--tall { width: 88%; }
  .itp-split__copy { max-width: 720px; }
  .itp-steps { grid-template-columns: 1fr; gap: 24px; }
  .itp-step { display: grid; grid-template-columns: 46% 54%; }
  .itp-step figure { height: 100%; min-height: 310px; }
  .itp-step > div { min-height: 310px; }
  .itp-step:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -17px; transform: translateX(50%); }
  .itp-monthly__visual { min-height: 0; }
  .itp-monthly__visual > figure { width: 87%; height: 540px; }
  .itp-monthly__close { text-align: left; }
  .itp-examples__list { grid-template-columns: 1fr; }
  .itp-example { grid-template-columns: 57% 43%; min-height: 300px; }
  .itp-example__copy { min-height: 300px; }
  .itp-example__visual { min-height: 300px; }
  .itp-onsite { padding-top: 530px; }
  .itp-onsite__media { inset: 0 0 auto; height: 570px; }
  .itp-onsite__media::after { background: linear-gradient(180deg, transparent 62%, #fff); }
  .itp-onsite__inner { min-height: auto; }
  .itp-onsite__copy { width: 100%; max-width: 720px; padding: 34px 0 100px; background: none; }
  .itp-execution .itp-heading { margin-bottom: 0; }
  .itp-execution__photo { height: 390px; }
}

@media (max-width: 760px) {
  .itp-page { --itp-shell: calc(100% - 38px); }
  .itp-page section { scroll-margin-top: 92px; }
  .itp-section { padding: 82px 0; }
  .itp-execution { padding: 68px 0 72px; }
  .itp-kicker { margin-bottom: 15px; font-size: .66rem; }
  .itp-heading { margin-bottom: 40px; }
  .itp-heading h2,
  .itp-split__copy h2,
  .itp-onsite__copy h2,
  .itp-plan__price h2,
  .itp-final h2 { margin-bottom: 20px; font-size: clamp(1.85rem, 8.4vw, 2.35rem); line-height: 1.45; letter-spacing: .005em; }
  .itp-heading > p:not(.itp-kicker),
  .itp-split__copy > p,
  .itp-onsite__copy > p,
  .itp-plan__price > p { font-size: .97rem; line-height: 1.88; }
  .itp-problem .itp-heading h2 { font-size: clamp(1.25rem, 6.1vw, 1.75rem); }
  .itp-examples .itp-heading h2 { font-size: clamp(1.4rem, 7vw, 1.85rem); }
  .itp-problem .itp-heading-line,
  .itp-examples .itp-heading-line { white-space: nowrap; }
  .itp-heading br { display: none; }
  .itp-button { width: 100%; min-height: 58px; }

  .itp-hero,
  .itp-hero__inner { min-height: 1050px; }
  .itp-hero__copy { width: 100%; padding: 120px 0 470px; }
  .itp-hero__media { width: 100%; height: 470px; }
  .itp-hero__media::after { background: linear-gradient(180deg, #f8fcfe 0%, rgba(248,252,254,.08) 26%, rgba(248,252,254,0) 74%); }
  .itp-hero__media img { object-position: 62% center; }
  .itp-hero h1 { margin-bottom: 16px; font-size: clamp(2.55rem, 12.2vw, 3.25rem); line-height: 1.27; }
  .itp-hero h1 > .itp-copyline:first-child { font-size: .76em; }
  .itp-hero__mobile-line { display: block; margin-left: 0; }
  .itp-hero__sub { font-size: 1.14rem; }
  .itp-hero__lead { font-size: .91rem; line-height: 1.8; }
  .itp-hero__lead br { display: none; }
  .itp-hero__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .itp-hero__facts span { padding: 10px 7px; font-size: .66rem; }
  .itp-hero__facts b { font-size: .79rem; }
  .itp-hero__action { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .itp-price strong { font-size: 3rem; }

  .itp-problem__list { grid-template-columns: 1fr; }
  .itp-problem__list p { min-height: 116px; padding: 22px 18px; }
  .itp-problem__copy strong { font-size: 1.1rem; }
  .itp-problem__copy em { margin-top: 4px; font-size: .9rem; }
  .itp-problem__answer { margin-top: 58px; font-size: 1.22rem; }

  .itp-partner-intro { padding-bottom: 72px; }
  .itp-photo--tall { width: 100%; aspect-ratio: 1 / .82; }
  .itp-split { gap: 38px; }
  .itp-split__copy h2,
  .itp-partnership .itp-heading h2 { font-size: clamp(1.75rem, 8vw, 2rem); }
  .itp-split__copy h2 span { white-space: nowrap; }
  .itp-partnership .itp-heading h2 span { display: block; }
  .itp-step { display: block; }
  .itp-step figure { height: 230px; min-height: 0; }
  .itp-step > div { min-height: 0; padding: 30px 23px 33px; }
  .itp-step > div > span { top: 13px; right: 13px; font-size: 4.8rem; }
  .itp-step h3 { font-size: 1.5rem; }
  .itp-step p { font-size: .93rem; line-height: 1.82; }
  .itp-cycle-note { margin-top: 54px; font-size: 1.2rem; }

  .itp-monthly__lead h2 { font-size: clamp(1.85rem, 8.2vw, 2.2rem); line-height: 1.48; }
  .itp-monthly__lead > p:not(.itp-kicker) { font-size: .96rem; line-height: 1.88; }
  .itp-monthly__quote { margin-top: 26px; font-size: 1.38rem; }
  .itp-monthly__visual { min-height: 0; }
  .itp-monthly__visual > figure { width: calc(100% + 19px); height: 320px; }
  .itp-monthly__close { margin-top: 12px; font-size: 1.25rem; }
  .itp-example { grid-template-columns: 1fr; min-height: 0; }
  .itp-example__copy { min-height: 0; padding: 30px 24px; }
  .itp-example__visual { min-height: 210px; }
  .itp-example h3 { margin-top: 20px; font-size: 1.48rem; }
  .itp-example p { font-size: .92rem; }
  .itp-stance__grid { gap: 38px; }
  .itp-stance__choices article { padding: 27px 3px 28px 43px; }
  .itp-stance__choices span { top: 30px; }
  .itp-stance__choices h3 { font-size: 1.18rem; line-height: 1.5; }
  .itp-stance__choices p { font-size: .92rem; }
  .itp-stance__close { margin-top: 30px; font-size: 1.25rem; }

  .itp-coverage__grid { grid-template-columns: 1fr; border-left: 0; }
  .itp-coverage__grid > div { min-height: auto; display: grid; grid-template-columns: 35px 108px 1fr; align-items: baseline; gap: 8px; padding: 22px 3px; border-right: 0; }
  .itp-coverage__grid h3 { margin: 0; font-size: 1.08rem; }
  .itp-coverage__grid p { font-size: .82rem; }
  .itp-coverage__close { margin-top: 58px; font-size: .94rem; text-align: left; }
  .itp-coverage__close br { display: none; }

  .itp-onsite { padding-top: 330px; }
  .itp-onsite__media { height: 365px; }
  .itp-onsite__media img { object-position: 60% center; }
  .itp-onsite__copy { padding-bottom: 82px; }
  .itp-onsite__note { align-items: flex-start; flex-direction: column; gap: 8px; }

  .itp-execution__figure { padding-top: 88px; }
  .itp-execution__idea { width: 150px; height: 84px; }
  .itp-execution__paths article { padding: 25px 23px; }
  .itp-execution__paths h3 { font-size: 1.2rem; }
  .itp-execution__paths p { font-size: .87rem; }
  .itp-execution__photo { height: 235px; margin-top: 10px; }
  .itp-execution__photo img { object-position: 59% center; }
  .itp-caption { margin-top: 0; padding-inline: 8px; font-size: .72rem; }

  .itp-plan__grid { gap: 45px; }
  .itp-price--large { margin-block: 26px 22px; }
  .itp-price--large strong { font-size: 4.1rem; }
  .itp-plan__details { margin-inline: -19px; padding: 34px 22px; }
  .itp-included li { grid-template-columns: 1fr; gap: 2px; padding: 15px 2px; font-size: .9rem; }
  .itp-included .is-key { margin-inline: -8px; padding-inline: 10px; }

  .itp-flow__list { grid-template-columns: 1fr; border-bottom: 0; }
  .itp-flow__list li { min-height: auto; display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 21px 4px; border-left: 0!important; border-bottom: 1px solid rgba(255,255,255,.2); }
  .itp-flow__list li::after { content: "↓"; right: auto; left: 10px; top: auto; bottom: -13px; }
  .itp-flow__list li:nth-child(4)::after { display: block; }
  .itp-flow__list li:last-child::after { display: none; }
  .itp-flow__list h3 { margin: 0 0 5px; }
  .itp-flow__list p { font-size: .82rem; }
  .itp-flow__notes { flex-direction: column; gap: 14px; font-size: .83rem; }
  .itp-flow__notes strong { text-align: left; }

  .itp-target__grid,
  .itp-faq__grid { gap: 0; }
  .itp-target__list { grid-template-columns: 1fr; }
  .itp-target__list li { font-size: .94rem; }
  .itp-faq__list summary { padding: 21px 36px 21px 35px; font-size: .96rem; }
  .itp-faq__list summary::after { right: 3px; top: 17px; }
  .itp-faq__list details p { padding: 0 8px 22px 35px; font-size: .9rem; }

  .itp-final { min-height: 650px; align-items: flex-end; }
  .itp-final__media::after { background: linear-gradient(180deg, rgba(7,28,55,.06) 0, rgba(7,28,55,.62) 45%, rgba(7,28,55,.95) 78%); }
  .itp-final__media img { object-position: 62% center; }
  .itp-final__inner { padding-block: 280px 66px; }
  .itp-final__inner > p:not(.itp-kicker) { font-size: .92rem; }
}

@media (max-width: 380px) {
  .itp-page { --itp-shell: calc(100% - 30px); }
  .itp-hero h1 { font-size: 2.25rem; }
  .itp-hero__facts span { padding-inline: 5px; }
  .itp-price strong { font-size: 2.75rem; }
  .itp-plan__details { margin-inline: -15px; }
}

@media (max-width: 340px) {
  .itp-hero__sub { font-size: 1.04rem; }
  .itp-narrow-copyline { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .itp-hero__media img { animation: none; }
}
