/* Présentation 1.4 : styles partagés entre le site et Gutenberg. */
:root { --smb-line: #dce2e5; --smb-soft: #f7f8f6; }
body { -webkit-font-smoothing: antialiased; }
.section { padding-block: clamp(64px, 7.5vw, 112px); overflow-wrap: anywhere; }
.section h2 { text-wrap: balance; font-size: clamp(2rem, 3.4vw, 3.1rem); letter-spacing: -.045em; }
.section h3 { letter-spacing: -.025em; }
.section p { text-wrap: pretty; }
.eyebrow { font-size: .72rem; letter-spacing: .12em; }
.site-header { padding: 24px clamp(22px, 4vw, 60px); border-bottom: 0; }
.site-header .wp-block-site-logo img { width: 196px; }
.wp-block-navigation { font-size: .9rem; }
.wp-block-navigation .smb-nav-contact > .wp-block-navigation-item__content { border-radius: 100px; padding: 13px 23px; }
.wp-block-navigation__responsive-container-open { padding: 12px; border: 1px solid var(--smb-line); border-radius: 50%; }
.wp-block-button .wp-block-button__link, .smb-form button { border-radius: 100px; padding: 16px 25px; font-size: 1rem; }
.wp-block-button.is-style-outline .wp-block-button__link { padding: 15px 24px; }
.wp-block-buttons { gap: 12px; }
.hero { border-bottom: 1px solid var(--smb-line); }
.hero:not(.home-hero).has-paper-background-color { background: var(--smb-soft) !important; }
.hero:not(.home-hero) h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); text-wrap: balance; }
.hero:not(.home-hero) > .eyebrow { display: table; border: 1px solid #d6ddda; padding: 7px 15px; border-radius: 100px; }
.home-hero.has-paper-background-color {
  background: #14243a !important;
  color: #fff;
  margin: 0 20px !important;
  border: 0;
  border-radius: 30px;
  padding: clamp(44px, 5.5vw, 80px) clamp(24px, 4vw, 60px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.home-hero::before {
  content: ''; position: absolute; z-index: -1; right: -170px; top: -250px;
  width: 690px; height: 690px; border: 1px solid #ffffff12; border-radius: 50%;
  box-shadow: 0 0 0 90px #ffffff03, 0 0 0 180px #ffffff03;
  pointer-events: none;
}
.home-hero .wp-block-columns { gap: clamp(32px, 5vw, 76px); }
.home-hero .wp-block-column:first-child { flex-basis: 56% !important; }
.home-hero .wp-block-column:last-child { flex-basis: 44% !important; }
.home-hero h1 { color: #fff; font-size: clamp(2.7rem, 4.3vw, 4.1rem); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; margin-block: 26px; }
.home-hero .eyebrow { color: #ffb292; line-height: 1.6; }
.home-hero .eyebrow::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ff6b35; margin-right: 10px; }
.home-hero p:not(.eyebrow) { color: #d6dee7; }
.home-hero .fine-print { color: #bac7d5; font-size: .8rem; padding-top: 22px; border-top: 1px solid #ffffff20; }
.home-hero .wp-block-buttons { margin-top: 30px; }
.home-hero .is-style-outline .wp-block-button__link { color: #fff; border-color: #ffffff50; }
.home-hero :focus-visible { outline-color: #ffb292; }
.home-hero .hero-visual { border-radius: 24px; overflow: hidden; background: #f0f3f6; padding: 12px; box-shadow: 0 24px 64px #080f1b55; transform: rotate(2deg); }
.home-hero .hero-visual img { display: block; }
.services-section > h2, .services-section > p, .questions-section > h2 { max-width: 1180px !important; }
.services-section > p { max-width: 1180px !important; color: #4b5c6d; }
.services-section > .wp-block-columns { margin-top: 40px; }
.services-section .card { border: 1px solid var(--smb-line); border-radius: 22px; background: #fff; padding: 32px; box-shadow: 0 8px 32px #14243a05; display: flex; flex-direction: column; align-items: flex-start; }
.services-section .card > * { margin-inline: 0 !important; }
.services-section .card > p:last-child { margin-top: auto; padding-top: 24px; }
.services-section .card h3 { font-size: 1.6rem; }
.services-section .card p:not(.service-number) { font-size: 1rem; }
.services-section .service-number { display: grid; place-items: center; width: 48px; height: 48px; margin-top: 0; border: 0; border-radius: 14px; background: #fff0e8; color: #9c3717; font-size: .9rem; }
.services-section .card a { text-decoration: none; font-weight: 700; }
.services-section .wp-block-column:last-child .card { background: #f2f5f7; }
.showcase.has-paper-background-color { background: var(--smb-soft) !important; border-block: 1px solid #e7ebe7; }
.demo-preview { border-radius: 22px; border-color: #dce2e5; box-shadow: 0 24px 70px -28px #14243a40; transform: rotate(-1deg); }
.demo-browser-bar { background: #e9edeb; color: #4b5c6d; padding: 16px 22px; font-size: .73rem; }
.demo-browser-bar::before { content: '● ● ●'; letter-spacing: 3px; color: #8d9c94; margin-right: 12px; }
.demo-preview-body { padding: 38px; }
.demo-preview-path { border-radius: 0 10px 10px 0; }
.questions-section .wp-block-columns { margin-top: 36px; gap: 36px; }
.questions-section h3 { border-top: 2px solid #ff6b35; padding-top: 24px; }
.questions-section .wp-block-column > p { font-size: 1rem; color: #4b5c6d; }
.method-section { margin-inline: 20px !important; border-radius: 28px; }
.method-section h2 { max-width: 780px; }
.method-grid { gap: 16px; }
.method-grid > .method-step { border: 1px solid #ffffff24; border-radius: 16px; padding: 24px 18px; background: #ffffff04; }
.method-step::before { display: none; }
.method-step .step-number { font-size: .85rem; }
.method-step h3 { font-size: 1.2rem; }
.method-step p:not(.step-number) { font-size: .91rem; }
.signature-card { padding: 48px; border: 1px solid #dce2e5; border-radius: 24px; background: #f2f5f7; position: relative; overflow: hidden; }
.signature-card::after { content: ''; position: absolute; right: -35px; bottom: -35px; width: 140px; height: 140px; border: 24px solid #ff6b351a; border-radius: 50%; pointer-events: none; }
.signature-card .sabri-name { font-size: clamp(3.5rem, 6vw, 5.5rem); }
.signature-card .fine-print { display: inline-block; border-top: 1px solid #cbd5df; padding-top: 20px; }
.wp-block-details { border: 1px solid #e0e5e8; border-radius: 14px; padding: 22px 24px; margin-top: 12px; background: #fff; }
.wp-block-details[open] { border-color: #e9b29c; background: #fffaf7; }
.wp-block-details summary { font-size: 1rem; }
.wp-block-details p { font-size: 1rem; color: #4b5c6d; }
.smb-form { background: #fff; border: 1px solid var(--smb-line); border-radius: 22px; padding: clamp(22px, 4vw, 40px); box-shadow: 0 16px 48px #14243a07; }
.smb-field label { font-size: .9rem; }
.smb-field input, .smb-field select, .smb-field textarea { border-radius: 10px; border-color: #aab5c0; background: #fafbfc; }
.smb-form .fine-print { font-size: .8rem; color: #4b5c6d; }
.smb-form .smb-notice { border-radius: 16px; }
.site-footer { border-top: 1px solid #ffffff20; padding-top: 64px; }
.site-footer .wp-block-site-title { font-size: 1.6rem; letter-spacing: -.04em; }
.site-footer h3 { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: #b9c6d4; }
.site-footer p { font-size: .94rem; }
.site-footer > .fine-print { border-top: 1px solid #ffffff20; padding-top: 24px; margin-top: 36px; }
.footer-socials p { border-radius: 12px; }
@media (hover: hover) and (pointer: fine) {
  .services-section .card:hover { border-color: #ff6b35; box-shadow: 0 18px 42px -24px #14243a65; }
  .home-hero .is-style-outline .wp-block-button__link:hover { background: #ffffff12; }
}
@media (max-width: 1000px) and (min-width: 782px) {
  .home-hero .wp-block-columns { gap: 28px; }
  .home-hero h1 { font-size: 2.8rem; }
  .services-section .card { padding: 24px; }
  .services-section .card h3 { font-size: 1.3rem; }
}
@media (max-width: 781px) {
  .site-header { padding: 18px 22px; }
  .site-header .wp-block-site-logo img { width: 176px; }
  .home-hero.has-paper-background-color { margin-inline: 12px !important; border-radius: 22px; padding: 36px 24px 40px; }
  .home-hero h1 { font-size: clamp(2.25rem, 7vw, 3.4rem); line-height: 1.08; }
  .home-hero .hero-visual { max-width: 440px; margin: 10px auto 0 !important; transform: none; }
  .home-hero .wp-block-column:first-child, .home-hero .wp-block-column:last-child { flex-basis: 100% !important; }
  .home-hero .eyebrow { font-size: .65rem; }
  .home-hero .wp-block-buttons { gap: 10px; }
  .home-hero .wp-block-button, .home-hero .wp-block-button__link { width: 100%; }
  .services-section .card { min-height: 0; padding: 28px; }
  .method-section { margin-inline: 12px !important; border-radius: 22px; }
  .method-grid { gap: 14px; }
  .method-grid > .method-step { padding: 24px; }
  .method-step h3 { font-size: 1.3rem; }
  .demo-preview { transform: none; }
  .demo-preview-body, .signature-card { padding: 28px; }
  .wp-block-details { padding: 20px; }
  .smb-form button { width: 100%; }
}

/* Menu tactile : conservation du dialogue et de la gestion du clavier WordPress. */
.site-header .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
  background: #f7f8f6 !important;
  color: #14243a !important;
  padding: max(20px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: none;
}
.site-header .is-menu-open .wp-block-navigation__responsive-close { width: 100%; max-width: 640px; margin-inline: auto; }
.site-header .is-menu-open .wp-block-navigation__responsive-dialog { position: relative; margin-top: 0; padding-top: 92px; }
.site-header .is-menu-open .wp-block-navigation__responsive-dialog::before {
  content: ''; position: absolute; top: 2px; left: 0; width: 152px; height: 49px;
  background: url('assets/logo-principal.png') left center / contain no-repeat;
}
.site-header .is-menu-open .wp-block-navigation__responsive-container-close {
  top: 2px; right: 0; display: grid; place-items: center; width: 48px; height: 48px;
  border: 1px solid #d2dbe2; border-radius: 50%; background: #fff; color: #14243a;
}
.site-header .is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0 !important; align-items: stretch; gap: 0;
}
.site-header .is-menu-open .wp-block-navigation__container { width: 100%; align-items: stretch; gap: 0; }
.site-header .is-menu-open .wp-block-navigation-item { width: 100%; padding: 0; }
.site-header .is-menu-open .wp-block-navigation-item__content {
  width: 100%; min-height: 74px; padding: 20px 4px; display: flex; gap: 16px;
  align-items: center; justify-content: space-between; border-bottom: 1px solid #dce2e5;
  font-size: clamp(1.35rem, 5vw, 1.85rem); font-weight: 650; letter-spacing: -.03em;
  line-height: 1.25; text-align: left; color: #14243a;
}
.site-header .is-menu-open .wp-block-navigation-item__content::after {
  content: ''; position: static; width: 8px; height: 8px; background: none;
  transform: rotate(45deg); border-top: 2px solid #677b8b; border-right: 2px solid #677b8b;
  flex-shrink: 0; margin-right: 4px;
}
.site-header .is-menu-open .wp-block-navigation-item__content[aria-current="page"] { color: #a23d1b; }
.site-header .is-menu-open .wp-block-navigation-item__content:is([aria-current="page"], :focus-visible, :hover)::after { transform: rotate(45deg); }
.site-header .is-menu-open .smb-nav-contact { margin-top: 28px; }
.site-header .is-menu-open .smb-nav-contact > .wp-block-navigation-item__content {
  background: #ff6b35; border: 0; border-radius: 16px; color: #14243a;
  min-height: 64px; padding: 20px 24px; font-size: 1.2rem; letter-spacing: -.015em;
}
.site-header .is-menu-open .smb-nav-contact > .wp-block-navigation-item__content::after { border-color: #14243a; }
.site-header .is-menu-open :focus-visible { outline: 3px solid #14243a; outline-offset: 4px; }
@media (max-width: 959px) {
  .wp-site-blocks > header { position: sticky; top: 0; z-index: 1000; }
  .admin-bar .wp-site-blocks > header { top: var(--wp-admin--admin-bar--height, 32px); }
  .site-header { padding: 12px 20px; background: #fff; border-bottom: 1px solid #e8ecef; }
  .site-header > .wp-block-group { min-height: 48px; gap: 16px; }
  .site-header .wp-block-site-logo { flex-shrink: 0; }
  .site-header .wp-block-site-logo img { width: 150px; display: block; }
  .site-header .wp-block-navigation { flex-shrink: 0; }
  .site-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 46px; padding: 10px 14px; border-radius: 12px;
    border: 1px solid #d2dbe2; background: #fff; color: #14243a;
  }
  .site-header .wp-block-navigation__responsive-container-open::after { content: 'Menu'; font: 650 .85rem/1.2 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
  [id] { scroll-margin-top: 92px; }
  .section { padding-inline: 24px; }
}
@media (max-width: 599px) {
  .section { padding: 48px 22px; }
  .section h2 { font-size: clamp(1.8rem, 7.5vw, 2.25rem); line-height: 1.15; }
  .section p { font-size: 1rem; line-height: 1.65; }
  .section .eyebrow { font-size: .68rem; }
  .section .fine-print { font-size: .8rem; }
  .home-hero.has-paper-background-color { margin: 12px 12px 0 !important; padding: 30px 24px; border-radius: 20px; }
  .home-hero h1 { font-size: clamp(2rem, 8.3vw, 2.65rem); line-height: 1.09; margin-block: 20px; }
  .home-hero .wp-block-columns { gap: 20px; }
  .home-hero .wp-block-buttons { margin-top: 24px; }
  .home-hero .fine-print { margin-top: 20px; padding-top: 16px; }
  .home-hero .hero-visual { max-width: 300px; }
  .hero:not(.home-hero) h1 { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .wp-block-button .wp-block-button__link, .smb-form button { min-height: 50px; font-size: .95rem; }
  .services-section > .wp-block-columns { margin-top: 28px; }
  .services-section .card { padding: 24px; border-radius: 18px; }
  .services-section .card h3 { font-size: 1.4rem; }
  .services-section .card > p:last-child { padding-top: 16px; }
  .method-section { padding-inline: 22px; }
  .method-grid > .method-step { padding: 20px; }
  .method-step h3 { margin-block: 8px; }
  .method-step p:not(.step-number) { font-size: .95rem; }
  .demo-preview-body, .signature-card { padding: 24px; }
  .smb-form { padding: 22px 18px; border-radius: 18px; }
  .smb-form-grid { gap: 20px; }
  .smb-field input, .smb-field select { min-height: 48px; font-size: 16px; }
  .smb-field textarea { font-size: 16px; }
  .site-footer { padding: 40px 22px 24px; }
  .site-footer .wp-block-columns { gap: 28px; }
  .site-footer a { display: inline-block; padding-block: 6px; }
  .site-footer .fine-print { font-size: .8rem; }
}
@media (max-height: 540px) {
  .site-header .is-menu-open .wp-block-navigation__responsive-dialog { padding-top: 64px; }
  .site-header .is-menu-open .wp-block-navigation-item__content { min-height: 52px; padding-block: 12px; font-size: 1.2rem; }
  .site-header .is-menu-open .smb-nav-contact { margin-top: 16px; }
}

/* Parcours commercial : alternance de listes, colonnes ouvertes et encadrés. */
.section .statement { font-size: clamp(1.3rem, 2.3vw, 1.8rem); line-height: 1.5; font-weight: 550; margin-top: 36px; }
.section:has(> .wp-block-buttons):not(.hero):not(.showcase), .contact-hero, .contact-next { text-align: center; }
.section:has(> .wp-block-buttons):not(.hero) > .wp-block-buttons, .contact-hero > .wp-block-buttons { justify-content: center; }
.contact-hero > .eyebrow { margin-inline: auto; }
.contact-next > h2, .value-section > h2, .value-section > .eyebrow { max-width: 1180px; }
.contact-next .wp-block-columns { margin-top: 40px; gap: 40px; }
.contact-next h3 { font-size: 1.35rem; }
.contact-form-section > h2, .contact-form-section > p { text-align: center; }
.services-section > .wp-block-columns { display: block; }
.services-section .wp-block-column + .wp-block-column { margin-top: 0; }
.services-section .card, .services-section .wp-block-column:last-child .card { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(250px, 1fr); column-gap: 48px; border: 0; border-top: 1px solid var(--smb-line); border-radius: 0; background: transparent; box-shadow: none; padding: 32px 0; min-height: 0; }
.services-section .service-number { display: none; }
.services-section .card h3 { grid-row: span 2; margin: 0; }
.services-section .card > p { margin-top: 0; }
.services-section .card > p:last-child { padding-top: 8px; margin-bottom: 0; }
.services-section .card:hover { box-shadow: none; }
.principle { padding: 12px 0 12px 24px; border-left: 3px solid #ff6b35; }
.principle h3 { font-size: 1.65rem; }
.value-section .wp-block-columns { margin-block: 40px; gap: 40px; }
.value-section h3 { font-size: 1.4rem; }
.seo-journey .wp-block-columns { margin-top: 40px; gap: 40px; }
.seo-journey .wp-block-column { border-top: 2px solid #ff6b35; padding-top: 20px; }
.seo-duo .wp-block-columns { margin-block: 40px; gap: 64px; }
.seo-actions > .seo-action { max-width: 1180px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; border-top: 1px solid var(--smb-line); padding-block: 28px; }
.seo-actions > .eyebrow, .seo-actions > h2 { max-width: 1180px; }
.seo-actions > .seo-action { align-items: start; }
.seo-actions > .seo-action + .seo-action { margin-block-start: 0; }
.seo-action > h3, .seo-action > p { width: 100%; min-width: 0; max-width: none; margin-block: 0; margin-inline: 0 !important; text-align: left; }
.revenue-example { padding: clamp(24px, 4vw, 44px); border-left: 4px solid #ff6b35; background: #f7f8f6; text-align: left; }
.revenue-formula { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 700; }
@media(max-width:781px) {
  .services-section .card, .services-section .wp-block-column:last-child .card, .seo-actions > .seo-action { grid-template-columns: 1fr; gap: 16px; }
  .services-section .card h3 { grid-row: auto; }
  .contact-next .wp-block-columns, .value-section .wp-block-columns, .seo-duo .wp-block-columns { gap: 28px; }
}

/* Direction visuelle : rythme compact, preuves visuelles et parcours lisibles. */
.section { padding-block: clamp(44px, 5vw, 72px); }
.section h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.section > h2, .section > .eyebrow { max-width: 1180px; }
.section > p:not(.statement), .section > .wp-block-details { max-width: 780px; }
.section > .eyebrow { max-width: 1180px; }
.section .statement { font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 550; }
.hero:not(.home-hero) h1 { font-size: clamp(2.3rem, 4.2vw, 3.7rem); max-width: 900px; }
.hero:not(.home-hero) > .eyebrow { margin-inline: auto; }
.hero:not(.home-hero) > h1, .hero:not(.home-hero) > p, .hero:not(.home-hero) > .wp-block-buttons { max-width: 900px; }
.hero:not(.home-hero):not(.contact-hero) { text-align: left; }
.hero:not(.home-hero) > .wp-block-buttons { justify-content: flex-start; }
.compact-section { padding-block: clamp(32px, 4vw, 52px); }
.home-hero.has-paper-background-color { padding-block: clamp(36px, 4.5vw, 64px); }
.home-hero h1 { font-size: clamp(2.2rem, 3.8vw, 3.5rem); }
.home-hero .fine-print { padding-top: 14px; }
.home-hero .wp-block-columns, .service-hero .wp-block-columns { align-items: center; }
.service-hero .wp-block-columns { gap: 48px; }
.service-hero h1 { font-size: clamp(2.2rem, 3.5vw, 3.4rem) !important; }
.project-preview { position: relative; padding: 14px; border: 1px solid #d5dde1; border-radius: 16px; background: #fff; color: #14243a; box-shadow: 0 18px 44px #14243a12; }
.project-preview > .project-label { color: #4b5c6d !important; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 12px; }
.project-image { margin: 0 !important; border-radius: 7px; overflow: hidden; background: #f6f1e8; }
.project-image img { display: block; width: 100%; height: auto; }
.project-preview > p:last-child { font-size: .88rem; margin: 12px 0 0; }
.project-preview a { color: #14243a; }
.home-hero .project-preview p:not(.project-label) { color: #14243a; }
.working-note { padding: clamp(24px, 3vw, 36px); border-left: 3px solid #ff6b35; background: #fff; }
.about-section .wp-block-columns { align-items: start; }
.working-note h3 { margin-top: 0; }
.working-note .eyebrow + h3 { margin-top: 18px; }
.working-note p { font-size: 1rem; }
.questions-section .wp-block-columns { gap: 28px; margin-top: 24px; }
.questions-section h3 { padding-top: 16px; font-size: 1.3rem; }
.services-section .card, .services-section .wp-block-column:last-child .card { padding-block: 24px; }
.services-section > .statement { max-width: 1180px; padding-top: 20px; border-top: 1px solid var(--smb-line); }
.benefit-strip h3 { font-size: 1.35rem; }
.benefit-strip .wp-block-column { border-top: 2px solid #ff6b35; padding-top: 16px; }
.comparison-section .wp-block-columns { gap: 64px; }
.comparison-section h2 { font-size: clamp(1.7rem, 2.5vw, 2.3rem); }
.seo-journey .wp-block-column { position: relative; }
.seo-journey h3 { font-size: 1.4rem; }
.cta-section, .contact-next, .contact-hero { text-align: center; }
.cta-section > h2, .contact-next > h2, .contact-hero > h1 { max-width: 780px; }
.cta-section .wp-block-buttons { justify-content: center; }
.faq-section > h2 { max-width: 780px; }
.site-footer { padding-block: 40px 24px; }
.site-footer .fine-print { margin-top: 24px; }
/* La Route : démonstration autonome, réalisée avec les blocs et le CSS du thème. */
.demo-intro h1 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.demo-intro > p, .demo-intro > h1 { max-width: 1180px !important; }
.demo-intro p:not(.eyebrow) { font-size: .95rem; }
.demo-stage { background: #fff; }
.demo-stage > .route-hero, .demo-stage > .route-formations { max-width: 1180px; }
.route-hero { background: #f4efdf; padding: clamp(24px, 4vw, 48px); border-radius: 24px 24px 0 0; color: #173e37; }
.route-brand { font-size: 1.35rem; letter-spacing: .12em; font-weight: 800; max-width: none !important; }
.route-brand span { font-size: .6rem; letter-spacing: .1em; margin-left: 16px; font-weight: 500; }
.route-nav { display: flex; gap: 24px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 1px solid #173e372b; max-width: none !important; }
.route-nav a { color: #173e37; font-size: .85rem; padding-block: 4px; }
.route-hero h2 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 1.04; letter-spacing: -.045em; }
.route-hero .wp-block-columns { align-items: center; gap: 32px; margin-top: 36px; }
.route-hero .eyebrow { font-size: .65rem; }
.route-hero .wp-block-button__link { background: #173e37; color: #fff; border-radius: 8px; font-size: .9rem; padding: 14px 18px; }
.route-hero .is-style-outline .wp-block-button__link { background: transparent; color: #173e37; border-color: #173e37; }
.road-art { position: relative; isolation: isolate; overflow: hidden; min-height: 320px; border-radius: 140px 140px 16px 16px; background: #c7d4b3; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; }
.road-art::before { content: ''; position: absolute; z-index: -1; width: 130px; height: 500px; background: #173e37; left: 48%; top: 15%; transform: rotate(28deg); border-inline: 9px solid #faf7e3; border-radius: 90px; }
.road-art::after { content: ''; position: absolute; z-index: -1; width: 5px; height: 450px; left: 64%; top: 16%; transform: rotate(28deg); background: repeating-linear-gradient(to bottom, #faf7e3 0 22px, transparent 22px 44px); }
.road-art .road-label { background: #f4efdf; border-radius: 100px; padding: 8px 16px; font-size: .7rem; letter-spacing: .15em; margin: 0 auto; }
.road-art .road-caption { background: #173e37; color: #fff; padding: 12px 18px; font-size: 1rem; margin: auto 0 0; border-radius: 8px; }
.route-formations { margin-top: 0 !important; padding: 32px clamp(24px, 4vw, 48px); background: #faf8f2; border-radius: 0 0 24px 24px; }
.route-formations > h2 { font-family: Georgia, serif; font-weight: 500; font-size: 2rem; color: #173e37; max-width: none; }
.route-course { border-top: 1px solid #c7d4b3; padding-top: 18px; }
.route-course h3 { font-size: 1.4rem; color: #173e37; }
.route-course p { font-size: .95rem; }
.route-course a { color: #173e37; }
.demo-path .wp-block-column { border-left: 2px solid #173e37; padding-left: 20px; }
@media (min-width:782px) {
  .seo-journey .wp-block-column:not(:last-child)::after { content: '→'; position: absolute; right: -28px; top: 18px; color: #984018; font-size: 1.4rem; }
}
@media (max-width:781px) {
  .section { padding-block: 40px; }
  .compact-section { padding-block: 28px; }
  .service-hero .wp-block-columns { gap: 28px; }
  .home-hero .project-preview { max-width: 500px; margin-inline: auto; }
  .project-preview { padding: 10px; }
  .home-hero h1 { font-size: clamp(2.15rem, 7.5vw, 3rem); }
  .hero:not(.home-hero) h1 { font-size: clamp(2.1rem, 7.5vw, 3rem); }
  .home-hero .project-image { max-height: 310px; overflow: hidden; }
  .comparison-section .wp-block-columns { gap: 28px; }
  .route-nav { gap: 16px; }
  .route-brand span { display: block; margin: 6px 0 0; }
  .road-art { min-height: 210px; max-width: 400px; margin-inline: auto; width: 100%; }
  .route-hero .wp-block-columns { gap: 24px; }
  .route-hero h2 { font-size: 2.7rem; }
  .route-hero .wp-block-button { width: 100%; }
  .route-hero .wp-block-button__link { width: 100%; }
  .demo-stage { padding-inline: 12px; }
}
.project-preview { padding-bottom: 14px; }
.project-mobile { position: absolute; width: 19%; right: 22px; bottom: 40px; margin: 0 !important; border: 4px solid #14243a; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px #14243a33; }
.project-mobile img { display: block; width: 100%; height: auto; }
.project-preview:has(.project-mobile) .project-image { margin-bottom: 16px !important; }
@media(max-width:781px) { .project-mobile { right: 14px; bottom: 38px; width: 17%; border-width: 3px; border-radius: 10px; } }
.section > p.eyebrow { max-width: 1180px; }
.hero:not(.home-hero) > p.eyebrow { max-width: 900px; }
.project-image img { aspect-ratio: 1180 / 581; }
.project-mobile img { aspect-ratio: 366 / 820; }
/* Les introductions suivent le même axe que les colonnes qu’elles présentent. */
.seo-journey > p:not(.eyebrow), .seo-duo > .statement, .seo-actions > p:not(.eyebrow) { max-width: 1180px; }
.section:has(> .wp-block-details) > h2 { max-width: 780px; }
