:root {
  --itv-green: #008020;
  --itv-black: #0b0d0c;
  --itv-ink: #18221d;
  --itv-muted: #5c6861;
  --itv-soft: #f2f5f3;
  --itv-line: #dce5df;
  --itv-white: #ffffff;
  --itv-radius: 18px;
  --itv-shadow: 0 18px 50px rgba(11, 13, 12, .10);
}

/* Explicit scope wins over the existing Elementor global link colours. */
body.itv-site .itv-footer a { color: #eef6f0; }
body.itv-site .itv-footer a:hover { color: #63d889; }
body.itv-site .itv-nav a { color: #18221d; }
body.itv-site .itv-nav a:hover { color: #008020; }
.itv-service-art { margin: -12px -12px 20px; overflow: hidden; border-radius: 12px; background: linear-gradient(135deg,#f3faf5,#e6f2e9); }
.itv-service-art svg { display: block; width: 100%; height: auto; }
.itv-card .itv-card__number + h3 { margin-top: 16px; }
.itv-card { transition: transform .25s ease, box-shadow .25s ease; }
.itv-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,128,32,.12); }
.itv-badge { display: inline-block; padding: 5px 12px; margin-bottom: 16px; border-radius: 100px; background: #008020; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.itv-map-section { padding: 0 0 72px; }
.itv-map-frame { min-height: 360px; margin-top: 24px; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #edf6ef, #d8ebdd); }
.itv-map-section iframe { display:block; width:100%; height:360px; border:0; }
body.itv-site .itv-map-section a { color: #008020; font-weight:700; }
@media (prefers-reduced-motion: no-preference) {
  .itv-art-rise { animation: itv-rise 4s ease-in-out infinite; }
  .itv-visual__glow { animation: itv-breathe 6s ease-in-out infinite; }
}
@keyframes itv-rise { 50% { transform: translateY(-5px); } }
@keyframes itv-breathe { 50% { transform: rotate(-5deg) scale(1.04); } }
@keyframes itv-ai-wave { 50% { transform: scaleY(.45); opacity: .55; } }
@keyframes itv-spin { to { transform: rotate(360deg); } }
@keyframes itv-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes itv-pop { 50% { transform: scale(1.105) translateY(-9px); box-shadow: 0 30px 70px rgba(0,128,32,.55); } }
@keyframes itv-float { 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .itv-card, .itv-button { transition: none; } .itv-ai-motion *, .itv-ai-pulse * { animation: none !important; } }

.itv-site,
.itv-site * { box-sizing: border-box; }
.itv-site { margin: 0; background: var(--itv-white); color: var(--itv-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
.itv-site a { color: inherit; }
.itv-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.itv-header { position: relative; z-index: 10; background: var(--itv-white); border-bottom: 1px solid rgba(220, 229, 223, .8); }
.itv-header__inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.itv-logo { display: inline-flex; align-items: center; width: 205px; flex: 0 0 auto; }
.itv-logo img { display: block; width: 100%; height: auto; }
.itv-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.1vw, 24px); flex: 1 1 auto; min-width: 0; font-size: clamp(12px, .78vw, 14px); font-weight: 650; white-space: nowrap; }
.itv-nav a { flex: 0 0 auto; }
.itv-nav a { text-decoration: none; color: var(--itv-ink); }
.itv-nav a:hover, .itv-text-link:hover { color: var(--itv-green); }
.itv-language-switcher { position: relative; flex: 0 0 auto; }
.itv-language-switcher__button { display: inline-flex; align-items: center; gap: 5px; min-height: 36px; padding: 7px 9px; border: 1px solid var(--itv-line); border-radius: 999px; background: var(--itv-white); color: var(--itv-ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.itv-language-switcher__button:hover { border-color: var(--itv-green); color: var(--itv-green); }
.itv-language-switcher__menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 30; min-width: 142px; display: none; padding: 7px; border: 1px solid var(--itv-line); border-radius: 12px; background: var(--itv-white); box-shadow: var(--itv-shadow); }
.itv-language-switcher.is-open .itv-language-switcher__menu { display: grid; gap: 2px; }
.itv-language-switcher__menu a { padding: 8px 9px; border-radius: 8px; color: var(--itv-ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.itv-language-switcher__menu a:hover { background: var(--itv-soft); color: var(--itv-green); }
@media (min-width: 1101px) { .itv-language-switcher { position: absolute; top: 25px; right: 28px; z-index: 40; } }
.itv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 1px solid var(--itv-green); border-radius: 999px; background: var(--itv-green); color: var(--itv-white) !important; text-decoration: none; font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease; }
.itv-button:hover { transform: translateY(-2px); background: #006b1b; }
.itv-button--header { white-space: nowrap; font-size: 13px; }
.itv-button--ghost { border-color: rgba(255,255,255,.5); background: transparent; }
.itv-button--ghost:hover { background: rgba(255,255,255,.12); }
.itv-button--light { border-color: var(--itv-white); background: var(--itv-white); color: var(--itv-black) !important; }
.itv-button--light:hover { background: #eaf2ec; }
.itv-hero { background: var(--itv-black); color: var(--itv-white); padding: 112px 0 100px; }
.itv-hero--home { min-height: 620px; display: flex; align-items: center; background: radial-gradient(circle at 76% 42%, rgba(0,128,32,.25), transparent 35%), var(--itv-black); }
.itv-hero--compact { padding: 96px 0 84px; }
.itv-service-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 68px; align-items: center; }
.itv-service-hero__art { position: relative; padding: 22px; border: 1px solid rgba(99,216,137,.28); border-radius: var(--itv-radius); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,128,32,.17)); }
.itv-service-hero__art .itv-service-art { margin: 0; background: transparent; }
.itv-service-hero__art .itv-service-art svg { filter: drop-shadow(0 15px 18px rgba(0,0,0,.20)); }
.itv-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); align-items: center; gap: 72px; }
.itv-hero__copy { max-width: 700px; }
.itv-kicker { margin: 0 0 16px; color: var(--itv-green); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.itv-hero .itv-kicker { color: #63d889; }
.itv-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.03; letter-spacing: -.045em; }
[lang="en"] .itv-hero h1 { max-width: 790px; font-size: clamp(42px, 4.45vw, 64px); }
[lang="fr"] .itv-hero h1 { max-width: 820px; font-size: clamp(40px, 4vw, 60px); line-height: 1.08; }
.itv-lead { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.55; }
.itv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.itv-visual { position: relative; min-height: 380px; display: grid; place-items: center; }
.itv-visual__glow { position: absolute; inset: 12% 5%; border: 1px solid rgba(99,216,137,.28); border-radius: 50%; transform: rotate(-13deg); }
.itv-visual__panel { position: relative; width: min(330px, 90%); min-height: 300px; display: flex; flex-direction: column; justify-content: center; padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--itv-radius); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(0,128,32,.18)); box-shadow: var(--itv-shadow); }
.itv-visual__eyebrow { color: #63d889; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.itv-visual__panel strong { margin-top: 22px; font-size: 43px; line-height: 1.08; letter-spacing: -.04em; }
.itv-visual__line { width: 88px; height: 4px; margin: 28px 0 18px; border-radius: 4px; background: #63d889; }
.itv-visual__panel > span:last-child { color: rgba(255,255,255,.68); font-size: 13px; }
.itv-section { padding: 104px 0; }
.itv-section--dark { background: var(--itv-black); color: var(--itv-white); }
.itv-section-heading { max-width: 760px; margin-bottom: 42px; }
.itv-section-heading--narrow { max-width: 640px; }
.itv-section h2, .itv-cta h2 { margin: 0; color: inherit; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.itv-section-heading > p:last-child, .itv-section--dark .itv-split p { max-width: 660px; margin: 20px 0 0; color: var(--itv-muted); font-size: 17px; }
.itv-section--dark .itv-split p { color: rgba(255,255,255,.72); }
.itv-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.itv-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--itv-line); border-radius: var(--itv-radius); background: var(--itv-white); box-shadow: 0 5px 20px rgba(11,13,12,.03); }
.itv-card__number { color: var(--itv-green); font-size: 13px; font-weight: 800; }
.itv-card h3 { margin: 55px 0 8px; font-size: 25px; line-height: 1.15; }
.itv-card p { margin: 0; color: var(--itv-muted); }
.itv-text-link { margin-top: auto; padding-top: 25px; color: var(--itv-green); font-weight: 800; text-decoration: none; }
.itv-text-link span { margin-left: 5px; }
.itv-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.itv-split .itv-button { margin-top: 26px; }
.itv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.itv-steps > div { padding-top: 20px; border-top: 1px solid var(--itv-line); }
.itv-steps span { display: block; margin-bottom: 26px; color: var(--itv-green); font-size: 13px; font-weight: 800; }
.itv-steps strong { display: block; font-size: 21px; }
.itv-steps p { margin: 6px 0 0; color: var(--itv-muted); }
.itv-cta { padding: 72px 0; background: var(--itv-green); color: var(--itv-white); }
.itv-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.itv-cta .itv-kicker { color: rgba(255,255,255,.72); margin-bottom: 8px; }
.itv-cta h2 { font-size: clamp(28px, 3vw, 42px); }
.itv-ai-feature { position: relative; z-index: 4; overflow: hidden; width: min(1240px, calc(100% - 48px)); margin: -92px auto 0; padding: 42px 0; border: 1px solid rgba(99,216,137,.45); border-radius: 26px; background: radial-gradient(circle at 78% 50%, rgba(0,128,32,.52), transparent 30%), linear-gradient(130deg, #07120b, #0c2613); box-shadow: 0 26px 70px rgba(0,0,0,.42); color: var(--itv-white); }
.itv-ai-feature__grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 50px; align-items: center; }
.itv-ai-feature__copy { max-width: 610px; }
.itv-ai-feature .itv-kicker { color: #63d889; }
.itv-ai-feature__title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin: 0 0 10px; }
.itv-ai-feature__title-row .itv-badge { margin: 0; }
.itv-ai-feature h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.itv-ai-feature p:not(.itv-kicker) { max-width: 570px; margin: 0 0 23px; color: rgba(255,255,255,.76); font-size: 16px; }
.itv-ai-motion { position: relative; min-height: 244px; display: grid; place-items: center; }
.itv-ai-scene { display: block; width: min(100%, 440px); height: auto; overflow: visible; }
.itv-ai-motion__ring { position: absolute; border: 1px solid rgba(99,216,137,.38); border-radius: 50%; }
.itv-ai-motion__ring--one { width: 224px; height: 224px; border-width: 2px; animation: itv-spin 7s linear infinite; }
.itv-ai-motion__ring--two { width: 166px; height: 166px; border-style: dashed; animation: itv-spin-reverse 4s linear infinite; }
.itv-ai-motion__scan { position: absolute; width: 224px; height: 224px; border-radius: 50%; background: conic-gradient(from 0deg, rgba(99,216,137,.55), transparent 20deg, transparent 360deg); mask: radial-gradient(circle, transparent 0 46%, #000 47%); -webkit-mask: radial-gradient(circle, transparent 0 46%, #000 47%); animation: itv-spin 2.5s linear infinite; }
.itv-ai-motion__core { position: relative; z-index: 2; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; background: linear-gradient(145deg, #159a3b, #063f18); box-shadow: 0 20px 60px rgba(0,0,0,.42); animation: itv-pop 1.7s ease-in-out infinite; }
.itv-ai-motion__core svg { width: 43px; height: 43px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.itv-ai-motion__core strong { margin-top: 3px; font-size: 18px; letter-spacing: .08em; }
.itv-ai-motion__core em { margin-top: 1px; color: #a8f7bd; font-size: 10px; font-style: normal; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.itv-ai-motion__chip { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.11); backdrop-filter: blur(7px); font-size: 12px; font-weight: 750; animation: itv-float 4.6s ease-in-out infinite; }
.itv-ai-motion__chip--one { top: 7px; right: 10px; }
.itv-ai-motion__chip--two { bottom: 13px; left: 0; animation-delay: 1.1s; }
.itv-ai-motion__chip--three { right: -3px; bottom: 67px; animation-delay: 2s; }
.itv-ai-motion__chip--four { top: 70px; left: -9px; animation-delay: 2.7s; }
.itv-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.itv-detail-grid > div { padding: 26px; border-left: 3px solid var(--itv-green); background: var(--itv-soft); }
.itv-detail-grid h3 { margin: 0 0 8px; font-size: 21px; }
.itv-detail-grid p, .itv-prose p { margin: 0; color: var(--itv-muted); }
.itv-ai-card { position: relative; overflow: hidden; }
.itv-ai-pulse { width: 88px; height: 48px; display: flex; align-items: end; gap: 8px; margin: 0 0 18px; }
.itv-ai-pulse i { display: block; width: 16px; border-radius: 20px; background: var(--itv-green); animation: itv-ai-wave 1.3s ease-in-out infinite; }
.itv-ai-pulse i:nth-child(1) { height: 23px; }
.itv-ai-pulse i:nth-child(2) { height: 46px; animation-delay: .16s; }
.itv-ai-pulse i:nth-child(3) { height: 32px; animation-delay: .32s; }
.itv-ai-card .itv-text-link { display: inline-block; margin-top: 16px; padding-top: 0; }
.itv-prose { max-width: 760px; }
.itv-prose p + p { margin-top: 18px; }
.itv-prose h2 { margin: 48px 0 14px; font-size: 34px; }
.itv-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.itv-contact-grid h2 { margin: 0 0 24px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.itv-contact-grid p { color: var(--itv-muted); }
.itv-contact-grid a { color: var(--itv-green); font-weight: 750; }
.itv-legal { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--itv-line); font-size: 14px; }
.itv-form-wrap { padding: 30px; border: 1px solid var(--itv-line); border-radius: var(--itv-radius); background: var(--itv-soft); }
.itv-form { display: grid; gap: 18px; }
.itv-form label { display: grid; gap: 7px; color: var(--itv-ink); font-size: 14px; font-weight: 750; }
.itv-form label span { color: var(--itv-muted); font-weight: 500; }
.itv-form label > span:first-child { color: var(--itv-green); }
.itv-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.itv-consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-size: 13px !important; font-weight: 550 !important; }
.itv-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--itv-green); }
.itv-form input, .itv-form textarea { width: 100%; border: 1px solid var(--itv-line); border-radius: 9px; padding: 13px 14px; background: var(--itv-white); color: var(--itv-ink); font: inherit; }
.itv-form textarea { resize: vertical; }
.itv-form-success { padding: 12px 15px; border-radius: 9px; background: #dff4e5; color: #135a28 !important; }
.itv-form-error { padding: 12px 15px; border-radius: 9px; background: #fff0ed; color: #9a311d !important; }
.itv-footer { padding: 62px 0 24px; background: var(--itv-black); color: var(--itv-white); }
.itv-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 55px; }
.itv-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.itv-footer__grid p:not(.itv-footer__title), .itv-footer__grid span { max-width: 320px; color: rgba(255,255,255,.62); }
.itv-footer__logo { width: 220px; max-width: 100%; margin-bottom: 7px; }
.itv-footer__title { margin: 0 0 8px; color: #63d889; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.itv-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.itv-footer a:hover { color: #63d889; }
.itv-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: 13px; }

@media (max-width: 900px) {
  .itv-header__inner { flex-wrap: wrap; padding: 15px 0; gap: 15px 22px; }
  .itv-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; gap: 18px; padding-bottom: 4px; }
	.itv-language-switcher { margin-left: auto; }
  .itv-button--header { margin-left: auto; }
  .itv-ai-feature { position: relative; top: auto; width: min(100% - 32px, 1240px); margin-top: -55px; }
  .itv-hero__grid, .itv-service-hero__grid, .itv-ai-feature__grid, .itv-split, .itv-contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .itv-ai-motion { min-height: 215px; }
  .itv-service-hero__art { max-width: 440px; }
  .itv-hero--home { padding: 82px 0 72px; }
  .itv-visual { min-height: 300px; }
  .itv-card-grid { grid-template-columns: 1fr; }
  .itv-card { min-height: 0; }
  .itv-steps { grid-template-columns: 1fr; }
  .itv-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .itv-container { width: min(100% - 32px, 1160px); }
  .itv-logo { width: 180px; }
  .itv-button--header { padding: 9px 13px; font-size: 12px; }
  .itv-nav { font-size: 13px; }
  .itv-hero { padding: 72px 0 62px; }
  .itv-hero h1 { font-size: 42px; }
  .itv-section { padding: 72px 0; }
  .itv-detail-grid, .itv-footer__grid { grid-template-columns: 1fr; }
  .itv-cta__inner, .itv-footer__bottom { align-items: flex-start; flex-direction: column; }
}
