@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap");

/*
Theme Name: TTFishing
Theme URI: https://ttfishing.local/
Author: OpenAI
Description: Theme WordPress pour TTFishing, base sur le template React/Vite existant.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ttfishing
*/

:root {
  --ttfishing-bg: #edf7fb;
  --ttfishing-bg-soft: #f5fcff;
  --ttfishing-ocean-deep: #002a42;
  --ttfishing-ocean-mid: #103a5b;
  --ttfishing-footer-sky: hsl(210 95% 88%);
  --ttfishing-header-bg: #072a52;
  --ttfishing-header-line: rgba(255, 255, 255, 0.12);
  --ttfishing-header-text: rgba(255, 255, 255, 0.86);
  --ttfishing-header-active: #58ecff;
  --ttfishing-header-cta: #18d6d6;
  --ttfishing-header-cta-hover: #2ce5e0;
  --ttfishing-surface: #ffffff;
  --ttfishing-surface-alt: #d8eff8;
  --ttfishing-text: #0b2942;
  --ttfishing-muted: #456174;
  --ttfishing-accent: #0c9fc8;
  --ttfishing-accent-dark: #0a6f93;
  --ttfishing-border: rgba(11, 41, 66, 0.12);
  --ttfishing-shadow: 0 24px 60px rgba(11, 41, 66, 0.12);
  --ttfishing-radius: 24px;
  --ttfishing-content-width: 1400px;
  --ttfishing-page-accent: #00d2d2;
  --ttfishing-page-accent-strong: #35f3d3;
  --ttfishing-page-accent-soft: rgba(0, 210, 210, 0.18);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #f5fcff 0%, var(--ttfishing-bg) 100%);
  color: var(--ttfishing-text);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--ttfishing-accent-dark);
}

h1,
h2,
h3,
.wp-shell__title,
.entry-title,
.ttf-intro__title,
.ttf-card__title,
.ttf-price__title,
.ttf-page-hero__title,
.ttfishing-footer__title,
.ttfishing-footer__brandtext {
  font-family: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
.wp-shell__title,
.entry-title,
.ttf-intro__title,
.ttf-card__title,
.ttf-price__title,
.ttf-page-hero__title,
.ttfishing-footer__title {
  font-family: "Playfair Display", Georgia, serif;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

#ttfishing-app {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.site {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow-x: clip;
}

body:not(.ttfishing-front-page):not(.ttfishing-elementor-context),
body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) #page,
body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .site-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) #page {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: transparent !important;
}

body.ttfishing-front-page,
body.ttfishing-front-page #page,
body.ttfishing-front-page .site-main,
body.ttfishing-front-page #ttfishing-app,
body.ttfishing-front-page #root {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

body.ttfishing-front-page #page {
  background: transparent;
  box-shadow: none;
}

body.ttfishing-front-page .page--front-wordpress,
body.ttfishing-front-page .page--front-wordpress > .elementor,
body.ttfishing-front-page .page--front-wordpress > .elementor > .e-con,
body.ttfishing-front-page .page--front-wordpress > .elementor > .e-con > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.ttfishing-front-page .page--front-wordpress {
  overflow: clip;
}

body.ttfishing-front-page .page--front-wordpress > .elementor > .e-con.e-con-boxed > .e-con-inner {
  max-width: none !important;
}

body.ttfishing-front-page .page--front-wordpress .elementor-widget,
body.ttfishing-front-page .page--front-wordpress .elementor-widget-container,
body.ttfishing-front-page .page--front-wordpress .elementor-widget-text-editor,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ttfishing-front-page .page--front-wordpress .elementor-widget-text-editor {
  --container-widget-width: 100%;
  --container-widget-flex-grow: 1;
  color: inherit !important;
  font-family: inherit !important;
}

body.ttfishing-front-page .page--front-wordpress .elementor-widget-text-editor .elementor-widget-container p:last-child,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

body.ttfishing-front-page .page--front-wordpress .elementor-widget-text-editor .elementor-widget-container,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode .elementor-widget-container,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode {
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

body.ttfishing-front-page .page--front-wordpress .elementor-widget-text-editor .elementor-widget-container > section,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode .elementor-widget-container > section,
body.ttfishing-front-page .page--front-wordpress .elementor-shortcode > section {
  width: 100%;
  border-radius: 0 !important;
}

body.ttfishing-front-page .page--front-wordpress #accueil,
body.ttfishing-front-page .page--front-wordpress section.bg-ocean,
body.ttfishing-front-page .page--front-wordpress section[data-ttfishing-weather] {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
}

body.ttfishing-front-page .page--front-wordpress,
body.ttfishing-front-page .page--front-wordpress > .elementor,
body.ttfishing-front-page .page--front-wordpress > .elementor > .e-con,
body.ttfishing-front-page .page--front-wordpress > .elementor > .e-con > .e-con-inner,
body.ttfishing-front-page .page--front-wordpress .elementor-widget,
body.ttfishing-front-page .page--front-wordpress .elementor-widget-container,
body.ttfishing-front-page .page--front-wordpress .elementor-element {
  border-radius: 0 !important;
}

@media screen and (min-width: 1025px) {
  body.ttfishing-front-page {
    --ttfishing-front-header-height: 154px;
  }

  body.ttfishing-front-page .ttfishing-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  body.ttfishing-front-page .ttfishing-site-header.is-scrolled {
    background: var(--ttfishing-header-bg);
    border-top: 1px solid var(--ttfishing-header-line);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  body.ttfishing-front-page .page--front-wordpress #accueil {
    height: 100vh !important;
    min-height: 700px !important;
    padding-top: var(--ttfishing-front-header-height) !important;
    justify-content: flex-start !important;
  }

  body.ttfishing-front-page .page--front-wordpress .elementor-element.elementor-element-dc0334a8,
  body.ttfishing-front-page .page--front-wordpress .elementor-element.elementor-element-dc0334a8 > .elementor-widget-container,
  body.ttfishing-front-page .page--front-wordpress #accueil,
  body.ttfishing-front-page .page--front-wordpress #accueil > .absolute.inset-0,
  body.ttfishing-front-page .page--front-wordpress #accueil img {
    border-radius: 0 !important;
  }

  body.ttfishing-front-page .page--front-wordpress #accueil > .relative.z-10 {
    width: min(100%, calc(var(--ttfishing-content-width) + 3rem));
    max-width: none !important;
    margin: 0 auto !important;
    padding-left: clamp(2rem, 6vw, 7rem) !important;
    padding-right: 1.5rem !important;
    text-align: left !important;
  }

  body.ttfishing-front-page .page--front-wordpress #accueil > .relative.z-10 > p,
  body.ttfishing-front-page .page--front-wordpress #accueil > .relative.z-10 > h1 {
    text-align: left !important;
  }

  body.ttfishing-front-page .page--front-wordpress #accueil > .relative.z-10 > p:nth-of-type(2) {
    margin-left: 0 !important;
  }

  body.ttfishing-front-page .page--front-wordpress #accueil > .relative.z-10 > div {
    justify-content: flex-start !important;
  }
}

.ttfishing-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--ttfishing-header-line);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: var(--ttfishing-header-bg);
  backdrop-filter: none;
  box-shadow: none;
}

body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .ttfishing-site-header,
body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .ttfishing-site-footer,
body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .wp-shell {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.admin-bar .ttfishing-site-header {
  top: 32px;
}

.ttfishing-site-header__inner,
.ttfishing-site-footer__inner,
.ttfishing-site-footer__bar {
  max-width: calc(var(--ttfishing-content-width) + 3rem);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ttfishing-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  min-height: 118px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.ttfishing-brand__link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--ttfishing-header-text);
  text-decoration: none;
}

.ttfishing-brand__logo {
  display: block;
  width: auto;
  height: 96px;
  object-fit: contain;
}

.ttfishing-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  letter-spacing: 0.08em;
}

.ttfishing-brand__text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttfishing-brand .custom-logo-link,
.ttfishing-brand .custom-logo-link img {
  display: block;
}

.ttfishing-brand .custom-logo-link img {
  max-height: 56px;
  width: auto;
}

.ttfishing-nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}

.ttfishing-site-header__review {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0.7rem 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ttfishing-site-header__review:hover {
  border-color: rgba(88, 236, 255, 0.36);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(88, 236, 255, 0.08));
}

.ttfishing-site-header__review-stars {
  flex: 0 0 auto;
  color: #f4c96a;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
}

.ttfishing-site-header__review-copy {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

.ttfishing-site-header__review-label {
  color: rgba(244, 201, 106, 0.9);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ttfishing-site-header__review-score {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
}

.ttfishing-site-header__review-meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.15;
}

.ttfishing-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ttfishing-nav-toggle__line {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ttfishing-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.ttfishing-nav__list,
.ttfishing-footer__menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ttfishing-nav__list a,
.ttfishing-footer__menu a {
  color: var(--ttfishing-header-text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ttfishing-nav__list .current-menu-item > a,
.ttfishing-nav__list .current_page_item > a {
  color: var(--ttfishing-header-active);
}

.ttfishing-site-header__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  padding: 1rem 1.8rem;
  border-radius: 18px;
  background: var(--ttfishing-header-cta);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
}

.ttfishing-site-header__cta:hover {
  background: var(--ttfishing-header-cta-hover);
}

body.ttfishing-page-techniques {
  --ttfishing-page-accent: #00d2d2;
  --ttfishing-page-accent-strong: #5ff0de;
  --ttfishing-page-accent-soft: rgba(0, 210, 210, 0.18);
}

body.ttfishing-page-bateau {
  --ttfishing-page-accent: #f3b04d;
  --ttfishing-page-accent-strong: #ffd487;
  --ttfishing-page-accent-soft: rgba(243, 176, 77, 0.18);
}

body.ttfishing-page-techniques .entry-content--immersive > .elementor,
body.ttfishing-page-techniques .entry-content--immersive > .elementor > .e-con,
body.ttfishing-page-techniques .entry-content--immersive > .elementor > .e-con > .e-con-inner,
body.ttfishing-page-techniques .entry-content--immersive .elementor-widget,
body.ttfishing-page-techniques .entry-content--immersive .elementor-widget-container,
body.ttfishing-page-techniques .entry-content--immersive .elementor-element,
body.ttfishing-page-tarifs .entry-content--immersive > .elementor,
body.ttfishing-page-tarifs .entry-content--immersive > .elementor > .e-con,
body.ttfishing-page-tarifs .entry-content--immersive > .elementor > .e-con > .e-con-inner,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-widget,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-widget-container,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-element,
body.ttfishing-page-bateau .entry-content--immersive > .elementor,
body.ttfishing-page-bateau .entry-content--immersive > .elementor > .e-con,
body.ttfishing-page-bateau .entry-content--immersive > .elementor > .e-con > .e-con-inner,
body.ttfishing-page-bateau .entry-content--immersive .elementor-widget,
body.ttfishing-page-bateau .entry-content--immersive .elementor-widget-container,
body.ttfishing-page-bateau .entry-content--immersive .elementor-element {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

body.ttfishing-page-techniques .entry-content--immersive .elementor-widget-text-editor,
body.ttfishing-page-techniques .entry-content--immersive .elementor-shortcode,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-widget-text-editor,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-shortcode,
body.ttfishing-page-bateau .entry-content--immersive .elementor-widget-text-editor,
body.ttfishing-page-bateau .entry-content--immersive .elementor-shortcode {
  width: 100% !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

body.ttfishing-page-techniques .entry-content--immersive .elementor-widget-text-editor .elementor-widget-container > section,
body.ttfishing-page-techniques .entry-content--immersive .elementor-shortcode .elementor-widget-container > section,
body.ttfishing-page-techniques .entry-content--immersive .elementor-shortcode > section,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-widget-text-editor .elementor-widget-container > section,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-shortcode .elementor-widget-container > section,
body.ttfishing-page-tarifs .entry-content--immersive .elementor-shortcode > section,
body.ttfishing-page-bateau .entry-content--immersive .elementor-widget-text-editor .elementor-widget-container > section,
body.ttfishing-page-bateau .entry-content--immersive .elementor-shortcode .elementor-widget-container > section,
body.ttfishing-page-bateau .entry-content--immersive .elementor-shortcode > section {
  width: 100%;
}

body.ttfishing-page-galerie {
  --ttfishing-page-accent: #ff7a59;
  --ttfishing-page-accent-strong: #ffb38b;
  --ttfishing-page-accent-soft: rgba(255, 122, 89, 0.18);
}

body.ttfishing-page-tarifs {
  --ttfishing-page-accent: #00d2d2;
  --ttfishing-page-accent-strong: #35f3d3;
  --ttfishing-page-accent-soft: rgba(0, 210, 210, 0.18);
}

body.ttfishing-page-temoignages {
  --ttfishing-page-accent: #c89f4a;
  --ttfishing-page-accent-strong: #f1d27f;
  --ttfishing-page-accent-soft: rgba(200, 159, 74, 0.2);
}

.ttfishing-site-footer {
  margin-top: 3rem;
  padding: 4rem 0 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: var(--ttfishing-footer-sky);
  color: #0b2942;
}

.ttfishing-site-footer a {
  color: #0b2942;
}

.ttfishing-site-footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 0.9fr;
  gap: 2rem;
  padding-top: 0;
  padding-bottom: 2rem;
}

.ttfishing-footer__eyebrow,
.ttfishing-footer__heading {
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttfishing-footer__title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.1;
}

.ttfishing-footer__text,
.ttfishing-footer__contact p {
  margin: 0.4rem 0;
  color: rgba(11, 41, 66, 0.75);
}

.ttfishing-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.ttfishing-site-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(11, 41, 66, 0.12);
  color: rgba(11, 41, 66, 0.58);
  font-size: 0.9rem;
}

.ttfishing-site-footer__bar > p {
  margin: 0;
  flex: 1 1 auto;
}

.ttfishing-footer__brandline {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.ttfishing-footer__logo {
  width: auto;
  height: 48px;
  object-fit: contain;
}

.ttfishing-footer__menu,
.ttfishing-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ttfishing-footer__menu a,
.ttfishing-footer__list a,
.ttfishing-site-footer__meta a {
  color: rgba(11, 41, 66, 0.76);
  transition: color 0.2s ease;
}

.ttfishing-footer__menu a:hover,
.ttfishing-footer__list a:hover,
.ttfishing-site-footer__meta a:hover {
  color: #0a6f93;
}

.ttfishing-footer__socials {
  display: flex;
  gap: 0.75rem;
}

.ttfishing-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(11, 41, 66, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(11, 41, 66, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ttfishing-footer__socials a:hover {
  border-color: rgba(11, 41, 66, 0.24);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(16, 58, 91, 0.9);
}

.ttfishing-footer__icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.ttfishing-footer__social-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.ttfishing-footer__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 0.85rem 1.05rem;
  border-radius: 14px;
  background: #0b2942;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ttfishing-footer__whatsapp:hover {
  background: #103a5b;
}

.ttfishing-site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 1.2rem;
}

body.admin-bar.ttfishing-front-page #root header.fixed {
  top: 32px;
}

.wp-shell {
  padding: 0 0 4rem;
  background:
    radial-gradient(circle at top center, rgba(0, 210, 210, 0.18), transparent 35%),
    linear-gradient(180deg, var(--ttfishing-ocean-deep) 0%, var(--ttfishing-ocean-mid) 26%, var(--ttfishing-bg-soft) 26%, var(--ttfishing-bg) 100%);
}

.wp-shell__inner {
  max-width: calc(var(--ttfishing-content-width) + 3rem);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-shell__hero {
  margin-bottom: 2rem;
  padding: 2.5rem;
  border: 1px solid var(--ttfishing-border);
  border-radius: var(--ttfishing-radius);
  background: linear-gradient(135deg, rgba(12, 159, 200, 0.14), rgba(255, 255, 255, 0.92));
  box-shadow: var(--ttfishing-shadow);
}

.wp-shell__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--ttfishing-accent-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wp-shell__title,
.entry-title {
  margin: 0 0 1rem;
  color: var(--ttfishing-text);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.wp-shell__lead {
  max-width: 42rem;
  margin: 0;
  color: var(--ttfishing-muted);
  font-size: 1.05rem;
}

.wp-grid {
  display: grid;
  gap: 1.5rem;
}

.wp-card,
.post,
.page {
  padding: 2rem;
  border: 1px solid var(--ttfishing-border);
  border-radius: var(--ttfishing-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ttfishing-shadow);
}

.page--immersive {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.entry-content--immersive {
  margin-top: -3.5rem;
  position: relative;
  z-index: 2;
}

.ttf-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 6rem 3rem 6.5rem;
  border-radius: 34px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 25px 70px rgba(5, 20, 33, 0.28);
}

.ttf-page-hero__content {
  max-width: 42rem;
}

.ttf-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--ttfishing-page-accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ttf-page-hero__title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.ttf-page-hero__lead {
  max-width: 38rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.ttf-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.ttf-page-hero__cta.wp-button {
  background: linear-gradient(135deg, var(--ttfishing-page-accent), var(--ttfishing-page-accent-strong));
  color: #03283e;
}

.ttf-page-hero__follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  max-width: 100%;
  padding: 1rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  white-space: normal;
  backdrop-filter: blur(8px);
}

.ttf-page-hero__follow:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
}

.entry-meta,
.wp-meta {
  margin-bottom: 1rem;
  color: var(--ttfishing-muted);
  font-size: 0.92rem;
}

.entry-content > *:first-child,
.wp-card > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.wp-card > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ttfishing-text);
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
}

.wp-actions,
.nav-links,
.post-navigation,
.posts-navigation {
  margin-top: 2rem;
}

.wp-button,
.nav-links a,
.post-navigation a,
.posts-navigation a,
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: var(--ttfishing-accent);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wp-button:hover,
.nav-links a:hover,
.post-navigation a:hover,
.posts-navigation a:hover,
.page-numbers:hover,
.page-numbers.current {
  background: var(--ttfishing-accent-dark);
  transform: translateY(-1px);
}

.wp-empty {
  text-align: center;
}

.wp-empty p {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  color: var(--ttfishing-muted);
}

.search-form,
.wp-block-search {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.search-field,
.wp-block-search__input,
input[type="text"],
input[type="email"],
textarea {
  width: min(100%, 28rem);
  padding: 0.9rem 1rem;
  border: 1px solid var(--ttfishing-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ttfishing-text);
}

button,
input[type="submit"] {
  cursor: pointer;
}

code,
pre {
  font-family: Consolas, Monaco, monospace;
}

pre {
  overflow-x: auto;
  padding: 1rem;
  border-radius: 16px;
  background: #082235;
  color: #e9f8ff;
}

.entry-content .ttf-section + .ttf-section {
  margin-top: 2rem;
}

.entry-content--immersive .ttf-section {
  padding: 2.2rem;
  border: 1px solid rgba(11, 41, 66, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(11, 41, 66, 0.12);
}

.entry-content .ttf-section h2,
.entry-content .ttf-section h3,
.entry-content .ttf-section h4 {
  margin-top: 0;
}

.ttf-intro {
  margin-bottom: 2rem;
}

.ttf-intro__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--ttfishing-accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttf-intro__title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

.ttf-intro__lead {
 /* max-width: 46rem;*/
  margin: 0;
  color: var(--ttfishing-muted);
}

.ttf-home-seo {
  padding: clamp(2.25rem, 6vw, 5rem) 1.5rem 5rem;
  background:
    radial-gradient(circle at top left, rgba(24, 214, 214, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(237, 247, 251, 0), #edf7fb 10%, #edf7fb 100%);
}

.ttf-home-seo__inner {
  width: min(100%, var(--ttfishing-content-width));
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(11, 41, 66, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(11, 41, 66, 0.1);
}

.ttf-home-seo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 1fr);
  gap: 1.5rem;
}

.ttf-home-seo__panel {
  padding: 1.35rem 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(235, 247, 252, 0.9), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(16, 58, 91, 0.08);
}

.ttf-home-seo__panel-title {
  margin: 0 0 1rem;
  color: var(--ttfishing-text);
  font-size: 1.2rem;
}

.ttf-home-seo__links {
  display: grid;
  gap: 0.85rem;
}

.ttf-home-seo__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #0d3553;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.ttf-home-seo__link::after {
  content: "↗";
  color: rgba(88, 236, 255, 0.96);
  font-size: 1rem;
}

.ttf-home-seo__link:hover {
  background: #114267;
}

.ttf-home-seo__faq {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ttf-home-seo__faq-item {
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  background: #103a5b;
  color: rgba(255, 255, 255, 0.84);
}

.ttf-home-seo__faq-item h3 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  font-size: 1.05rem;
}

.ttf-home-seo__faq-item p {
  margin: 0;
}

.home .elementor-element-f1f9b1e3 article > div:first-child {
  height: 220px;
  overflow: hidden;
}

.home .elementor-element-f1f9b1e3 article > div:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .home .elementor-element-f1f9b1e3 .overflow-x-auto.snap-x {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .home .elementor-element-f1f9b1e3 article {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .ttf-home-seo {
    padding: 1.5rem 0.9rem 3rem;
  }

  .ttf-home-seo__inner {
    padding: 1.15rem;
    border-radius: 24px;
  }

  .ttf-home-seo__grid,
  .ttf-home-seo__faq {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ttf-grid {
  display: grid;
  gap: 1.5rem;
}

.ttf-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttf-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ttf-card {
  overflow: hidden;
  border: 1px solid var(--ttfishing-border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(11, 41, 66, 0.96), rgba(16, 58, 91, 0.94));
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.24);
}

.ttf-card__media img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.ttf-card__body {
  padding: 1.5rem;
}

.ttf-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--ttfishing-page-accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttf-card__title {
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ffffff;
}

.ttf-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

body.ttfishing-page-techniques .ttf-grid--3 {
  align-items: stretch;
}

body.ttfishing-page-techniques .ttf-grid--3 .ttf-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.ttfishing-page-techniques .ttf-grid--3 .ttf-card__media {
  height: 320px;
  overflow: hidden;
}

body.ttfishing-page-techniques .ttf-grid--3 .ttf-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ttfishing-page-techniques .ttf-grid--3 .ttf-card__title,
body.ttfishing-page-techniques .ttf-grid--3 .ttf-card__body > h2,
body.ttfishing-page-techniques .ttf-grid--3 .ttf-card__body > h3 {
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--ttfishing-page-accent);
}

.ttf-video-feature {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 1.75rem;
  overflow: hidden;
  border: 1px solid var(--ttfishing-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 41, 66, 0.96), rgba(16, 58, 91, 0.94));
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.24);
}

.ttf-video-feature__media {
  position: relative;
  order: 2;
  padding: 0 1.5rem 1.5rem;
}

.ttf-video-feature__player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 72vh;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #041624;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(1, 12, 20, 0.3);
}

.ttf-video-feature__content {
  order: 1;
  padding: 1.6rem 1.6rem 1.2rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}

.ttf-video-feature__eyebrow {
  display: inline-block;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttf-video-feature__title {
  margin: 0;
  color: var(--ttfishing-page-accent);
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  line-height: 1.1;
  white-space: nowrap;
}

.ttf-video-feature__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: none;
  flex: 1 1 420px;
}

@media screen and (max-width: 900px) {
  .ttf-video-feature__player {
    max-height: none;
  }

  .ttf-video-feature__content {
    padding: 1.25rem 1.25rem 1rem;
    align-items: flex-start;
  }

  .ttf-video-feature__media {
    padding: 0 1.25rem 1.25rem;
  }
}

.ttf-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.ttf-split__stack {
  position: relative;
  padding-bottom: 3rem;
}

.ttf-split__stack-main,
.ttf-split__stack-accent {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--ttfishing-shadow);
}

.ttf-split__stack-main img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ttf-split__stack-accent {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  width: 210px;
  border: 6px solid #fff;
}

.ttf-split__stack-accent img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.ttf-prose p {
  margin-top: 0;
  color: var(--ttfishing-muted);
}

.ttf-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.ttf-stat {
  padding: 1.1rem 1rem;
  border: 1px solid var(--ttfishing-page-accent-soft);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 41, 66, 0.98), rgba(16, 58, 91, 0.95));
}

.ttf-stat__label {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttf-stat__value {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.ttf-gallery {
  column-count: 3;
  column-gap: 1rem;
}

.ttf-gallery__item {
  display: flex;
  flex-direction: column;
  break-inside: avoid;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(11, 41, 66, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 252, 0.98));
  box-shadow: 0 18px 42px rgba(7, 29, 45, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.ttf-gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(7, 29, 45, 0.16);
}

.ttf-gallery__media {
  display: grid;
  gap: 0.75rem;
  padding: 0.55rem;
  background: rgba(7, 29, 45, 0.04);
}

.ttf-gallery__media--1 {
  grid-template-columns: 1fr;
}

.ttf-gallery__media--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ttf-gallery__media--3,
.ttf-gallery__media--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 150px;
}

.ttf-gallery__media--3 {
  grid-template-areas:
    "lead lead"
    "thumb-a thumb-b";
  grid-template-rows: 260px 160px;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:first-child {
  grid-area: lead;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:nth-child(2) {
  grid-area: thumb-a;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:nth-child(3) {
  grid-area: thumb-b;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:first-child,
.ttf-gallery__media--4 .ttf-gallery__media-item:first-child {
  grid-column: 1 / -1;
  min-height: 0;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:nth-child(n + 2),
.ttf-gallery__media--4 .ttf-gallery__media-item:nth-child(n + 2) {
  margin-top: 0.15rem;
}

.ttf-gallery__media-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(7, 29, 45, 0.08);
  aspect-ratio: 4 / 3;
}

.ttf-gallery__media--1 .ttf-gallery__media-item {
  aspect-ratio: 16 / 11;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:first-child,
.ttf-gallery__media--4 .ttf-gallery__media-item:first-child {
  aspect-ratio: auto;
  height: 100%;
}

.ttf-gallery__media--3 .ttf-gallery__media-item:nth-child(n + 2),
.ttf-gallery__media--4 .ttf-gallery__media-item:nth-child(n + 2) {
  aspect-ratio: auto;
  height: 100%;
}

.ttf-gallery__media-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.ttf-gallery__item:hover .ttf-gallery__media-item img {
  transform: scale(1.04);
}

.ttf-gallery__media-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(7, 29, 45, 0), rgba(7, 29, 45, 0.16));
  pointer-events: none;
}

.ttf-gallery__media-more {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 29, 45, 0.52);
  backdrop-filter: blur(2px);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ttf-gallery__video-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(7, 29, 45, 0.72);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttf-gallery__caption {
  display: grid;
  gap: 0.7rem;
  padding: 0.95rem 1.1rem 1.15rem;
}

.ttf-gallery__title {
  margin: 0;
  font-size: 1.05rem;
  color: #0b2942;
}

.ttf-gallery__meta {
  margin: 0;
  color: #1f567d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ttf-gallery__text {
  margin: 0;
  color: #264762;
  font-size: 0.95rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ttf-gallery__video {
  border-radius: 16px;
  background: rgba(11, 41, 66, 0.05);
  overflow: hidden;
}

.ttf-gallery__video summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.95rem;
  color: #0b2942;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.ttf-gallery__video summary::-webkit-details-marker {
  display: none;
}

.ttf-gallery__video summary::after {
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.ttf-gallery__video[open] summary::after {
  content: "−";
}

.ttf-gallery__video-frame {
  padding: 0 0.95rem 0.95rem;
}

.ttf-gallery__video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  background: #0b2942;
}

.ttf-gallery__action {
  margin: 0.1rem 0 0;
}

.ttf-gallery__action a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(41, 195, 204, 0.12);
  color: #0b2942;
  font-weight: 700;
  text-decoration: none;
}

.ttf-gallery__action a:hover {
  background: #29c3cc;
  color: #ffffff;
  text-decoration: none;
}

.ttf-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

body.ttfishing-page-tarifs .ttf-price-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-areas:
    "shared private"
    "shared coaching";
}

body.ttfishing-page-tarifs .ttf-price-grid > .ttf-price:nth-child(1) {
  grid-area: shared;
}

body.ttfishing-page-tarifs .ttf-price-grid > .ttf-price:nth-child(2) {
  grid-area: private;
}

body.ttfishing-page-tarifs .ttf-price-grid > .ttf-price:nth-child(3) {
  grid-area: coaching;
}

.ttf-price {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.8rem;
  border: 1px solid var(--ttfishing-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 252, 0.98));
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.14);
}

.ttf-price--featured {
  background: linear-gradient(180deg, #0b2942, #103a5b);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 60px rgba(7, 29, 45, 0.22);
  transform: translateY(-6px);
}

.ttf-price__badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--ttfishing-page-accent-soft);
  color: #0a6f93;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttf-price--featured .ttf-price__badge {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ttfishing-page-accent-strong);
}

.ttf-price__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.22;
  color: var(--ttfishing-text);
}

.ttf-price--featured .ttf-price__title {
  color: #ffffff;
}

.ttf-price__duration {
  margin: 0.35rem 0 0;
  color: var(--ttfishing-muted);
}

.ttf-price--featured .ttf-price__duration,
.ttf-price--featured .ttf-price__list {
  color: rgba(255, 255, 255, 0.82);
}

.ttf-price__value {
  margin: 1rem 0 1.15rem;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ttfishing-text);
}

.ttf-price__value span {
  display: block;
  margin-top: 0.25rem;
}

.ttf-price--featured .ttf-price__value {
  color: #ffffff;
  font-size: clamp(2.4rem, 3vw, 3.15rem);
}

.ttf-price--featured .ttf-price__value span {
  color: var(--ttfishing-page-accent-strong);
}

.ttf-price__list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ttfishing-muted);
  display: grid;
  gap: 0.6rem;
}

.ttf-price__list li::marker {
  color: var(--ttfishing-accent);
}

.ttf-price__breakdown {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.2rem;
}

.ttf-price__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.ttf-price__row-label {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.ttf-price__row-value {
  color: #ffffff;
  font-size: 1rem;
  white-space: nowrap;
}

.ttf-price__note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

.ttf-price__note strong {
  color: #ffffff;
}

.ttf-price .ttf-price__list:last-child,
.ttf-price .ttf-price__note:last-child {
  margin-top: auto;
}

.ttf-form-panel {
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid rgba(11, 41, 66, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 249, 252, 0.98));
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.14);
}

.ttf-form-panel__title {
  margin: 0 0 0.6rem;
  font-size: 1.6rem;
}

.ttf-form-panel__text {
  margin: 0 0 1.25rem;
  color: var(--ttfishing-muted);
}

.ttf-reservation-form {
  margin-top: 1.5rem;
}

.ttf-reservation-form__notice {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  font-weight: 600;
}

.ttf-reservation-form__notice--success {
  background: rgba(32, 184, 120, 0.12);
  color: #0f6b4b;
  border: 1px solid rgba(32, 184, 120, 0.22);
}

.ttf-reservation-form__notice--warning {
  background: rgba(243, 176, 77, 0.16);
  color: #7d4c0d;
  border: 1px solid rgba(243, 176, 77, 0.3);
}

.ttf-reservation-form__notice--error {
  background: rgba(183, 61, 61, 0.1);
  color: #8f2323;
  border: 1px solid rgba(183, 61, 61, 0.24);
}

.ttf-reservation-form__errors {
  margin: 0;
  padding-left: 1.1rem;
}

.ttf-reservation-form__errors li + li {
  margin-top: 0.35rem;
}

.ttf-reservation-form__form {
  display: grid;
  gap: 1.35rem;
}

.ttf-reservation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.ttf-reservation-form__field {
  margin: 0;
}

.ttf-reservation-form__field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ttfishing-text);
  font-weight: 700;
}

.ttf-reservation-form__field input,
.ttf-reservation-form__field select,
.ttf-reservation-form__field textarea {
  width: 100%;
  max-width: none;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(11, 41, 66, 0.14);
  border-radius: 16px;
  background: #ffffff;
  color: var(--ttfishing-text);
  font: inherit;
}

.ttf-reservation-form__field textarea {
  min-height: 160px;
  resize: vertical;
}

.ttf-reservation-form__field input:focus,
.ttf-reservation-form__field select:focus,
.ttf-reservation-form__field textarea:focus {
  outline: 0;
  border-color: var(--ttfishing-accent);
  box-shadow: 0 0 0 3px rgba(12, 159, 200, 0.12);
}

.ttf-reservation-form__field--captcha {
  display: grid;
  gap: 0.45rem;
}

.ttf-reservation-form__captcha-question {
  color: var(--ttfishing-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.ttf-reservation-form__field--full {
  grid-column: 1 / -1;
}

.ttf-reservation-form__field--consent {
  margin-top: -0.25rem;
}

.ttf-reservation-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(11, 41, 66, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.ttf-reservation-form__consent input {
  width: 1.15rem !important;
  height: 1.15rem;
  margin: 0.15rem 0 0;
  flex: 0 0 auto;
}

.ttf-reservation-form__consent span {
  display: block;
  color: var(--ttfishing-muted);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.ttf-reservation-form__consent a {
  font-weight: 700;
}

.ttf-reservation-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ttf-reservation-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.ttf-reservation-form__meta {
  margin: 0;
  color: var(--ttfishing-muted);
  font-size: 0.95rem;
}

.ttf-reservation-form__meta strong {
  color: var(--ttfishing-text);
}

.ttf-consent-banner {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 120;
}

.ttf-consent-banner__panel {
  max-width: 46rem;
  margin-left: auto;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(7, 42, 82, 0.98);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(2, 16, 32, 0.34);
}

.ttf-consent-banner__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--ttfishing-header-active);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttf-consent-banner__title {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}

.ttf-consent-banner__text,
.ttf-consent-banner__legal {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.ttf-consent-banner__legal a {
  color: #fff;
  font-weight: 700;
}

.ttf-consent-banner__choices {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ttf-consent-banner__choice {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.ttf-consent-banner__choice input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: var(--ttfishing-header-cta);
}

.ttf-consent-banner__choice span {
  display: block;
}

.ttf-consent-banner__choice strong,
.ttf-consent-banner__choice small {
  display: block;
}

.ttf-consent-banner__choice small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.72);
}

.ttf-consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ttf-consent-banner__button,
.ttf-consent-manage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
}

.ttf-consent-banner__button--primary {
  background: var(--ttfishing-header-cta);
  color: #fff;
}

.ttf-consent-banner__button--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ttf-consent-banner__button--ghost,
.ttf-consent-manage {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.ttf-consent-manage {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 119;
  backdrop-filter: blur(14px);
}

.ttf-consent-placeholder {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem;
  border-radius: 18px;
  background: rgba(11, 41, 66, 0.08);
  text-align: left;
}

.ttf-consent-placeholder p {
  margin: 0;
}

.ttf-cf7 .ttf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ttf-cf7 .ttf-form-field {
  margin-bottom: 1rem;
}

.ttf-cf7 .ttf-form-field--full {
  grid-column: 1 / -1;
}

.ttf-cf7 label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.ttf-cf7 input,
.ttf-cf7 select,
.ttf-cf7 textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--ttfishing-border);
  border-radius: 14px;
}

.ttf-cf7 textarea {
  min-height: 160px;
}

.ttf-cf7 .wpcf7-submit {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttfishing-page-accent), var(--ttfishing-page-accent-strong));
  color: #fff;
  font-weight: 700;
}

.ttf-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.ttf-testimonial {
  padding: 1.75rem;
  border: 1px solid rgba(11, 41, 66, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(11, 41, 66, 0.96), rgba(16, 58, 91, 0.95));
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.2);
}

.ttf-testimonial__rating {
  margin-bottom: 0.75rem;
  color: var(--ttfishing-page-accent-strong);
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.ttfishing-js .ttf-reveal {
  opacity: 0;
  transform: translateY(32px) scale(0.98);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.ttfishing-js .ttf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ttf-testimonial__quote {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
}

.ttf-testimonial__author {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}

.ttf-testimonial__meta {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.ttf-google-reviews {
  display: grid;
  gap: 1.5rem;
}

.ttf-google-reviews__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(11, 41, 66, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(218, 231, 250, 0.88), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 50px rgba(7, 29, 45, 0.1);
}

.ttf-google-reviews__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--ttfishing-page-accent-strong);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ttf-google-reviews__title {
  margin: 0;
  color: var(--ttfishing-page-text);
}

.ttf-google-reviews__score {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  color: var(--ttfishing-page-text);
  text-align: right;
}

.ttf-google-reviews__score strong {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1;
}

.ttf-google-reviews__score span {
  color: rgba(11, 41, 66, 0.72);
  font-size: 0.95rem;
}

.ttf-google-reviews__cta {
  margin-top: 0.2rem;
}

.ttf-google-reviews__notice {
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--ttfishing-page-accent-strong);
  border-radius: 12px;
  background: rgba(17, 91, 124, 0.08);
  color: var(--ttfishing-page-text);
  font-size: 0.95rem;
}

.ttf-google-review__author-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.ttf-google-review__photos {
  display: block;
  margin: 1.1rem 0 1.2rem;
}

.ttf-google-review__photo {
  display: block;
  width: 100%;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.ttf-google-review__avatar {
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.ttf-google-review__avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.ttf-google-review__avatar-fallback svg {
  width: 26px;
  height: 26px;
}

.ttf-google-review__source {
  margin: 1rem 0 0;
}

.ttf-google-review__source a {
  color: var(--ttfishing-page-accent-strong);
  font-weight: 600;
}

@media screen and (max-width: 782px) {
  body.admin-bar.ttfishing-front-page #root header.fixed {
    top: 46px;
  }

  body.admin-bar .ttfishing-site-header {
    top: 46px;
  }

  .ttf-gallery {
    column-count: 2;
  }
}

@media screen and (max-width: 900px) {
  .site {
    overflow-x: hidden;
  }

  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .ttfishing-site-header {
    position: relative;
    top: 0;
  }

  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) #page {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .wp-shell,
  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .page--immersive,
  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .entry-content--immersive,
  body:not(.ttfishing-front-page):not(.ttfishing-elementor-context) .ttf-page-hero {
    overflow: visible;
    transform: none !important;
    filter: none !important;
    backdrop-filter: none !important;
  }

  .ttfishing-js .ttf-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ttfishing-js body.ttfishing-page-galerie .entry-content--immersive .ttf-section.ttf-reveal,
  .ttfishing-js body.ttfishing-page-galerie .ttf-gallery__item.ttf-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ttfishing-site-header__inner,
  .ttfishing-site-footer__bar,
  .ttfishing-site-footer__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ttfishing-site-header__inner,
  .ttfishing-site-footer__bar,
  .ttfishing-site-footer__inner {
    display: block;
  }

  .ttfishing-site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .ttfishing-brand__logo {
    height: 72px;
  }

  .ttfishing-site-header__review {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: center;
    padding: 0.8rem 0.95rem;
  }

  .ttfishing-site-header__review-copy {
    justify-items: center;
    text-align: center;
  }

  .ttfishing-js .ttfishing-nav-toggle {
    display: inline-flex;
  }

  .ttfishing-site-header.is-nav-open .ttfishing-nav-toggle__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .ttfishing-site-header.is-nav-open .ttfishing-nav-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .ttfishing-site-header.is-nav-open .ttfishing-nav-toggle__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .ttfishing-js .ttfishing-nav {
    display: none;
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ttfishing-nav__actions {
    display: grid;
    gap: 0.75rem;
  }

  .ttfishing-nav__list,
  .ttfishing-footer__menu,
  .ttfishing-footer__list,
  .ttfishing-site-footer__meta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .ttfishing-js .ttfishing-site-header.is-nav-open .ttfishing-nav {
    display: block;
  }

  .ttfishing-site-header__cta {
    margin-top: 1rem;
    min-width: 0;
    width: 100%;
  }

  .ttfishing-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .ttfishing-footer__socials {
    margin-top: 0.5rem;
  }

  .ttf-consent-banner {
    inset: auto 0.75rem 0.75rem 0.75rem;
  }

  .ttf-consent-banner__panel {
    padding: 1rem;
    border-radius: 20px;
  }

  .ttf-consent-banner__actions {
    flex-direction: column;
  }

  .ttf-consent-banner__button,
  .ttf-consent-manage {
    width: 100%;
  }

  .ttf-consent-manage {
    right: 0.75rem;
    bottom: 0.75rem;
    width: auto;
  }

  .wp-shell {
    padding-top: 0;
    padding-bottom: 2.5rem;
    background:
      linear-gradient(
        180deg,
        var(--ttfishing-ocean-mid) 0,
        var(--ttfishing-ocean-mid) 14rem,
        var(--ttfishing-bg-soft) 14rem,
        var(--ttfishing-bg) 100%
      );
  }

  .wp-shell__inner {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .ttf-page-hero {
    min-height: 0;
    margin-top: 0;
    padding: 3rem 1.2rem 3.4rem;
    border-radius: 24px;
  }

  .ttf-price--featured {
    transform: none;
  }

  .ttf-price__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ttf-price__row-value {
    white-space: normal;
  }

  .ttf-gallery {
    column-count: 1;
  }

  .ttf-gallery__media--3 .ttf-gallery__media-item:first-child,
  .ttf-gallery__media--4 .ttf-gallery__media-item:first-child {
    height: 100%;
  }

  .ttf-gallery__media--3 {
    grid-template-rows: 220px 140px;
  }

  .entry-content--immersive {
    margin-top: 0;
    padding-top: 1rem;
  }

  .ttf-grid--3,
  .ttf-grid--2,
  .ttf-split,
  .ttf-gallery,
  .ttf-price-grid,
  .ttf-testimonials,
  .ttf-reservation-form__grid,
  .ttf-cf7 .ttf-form-grid,
  .ttf-stat-grid {
    grid-template-columns: 1fr;
  }

  body.ttfishing-page-tarifs .ttf-price-grid {
    grid-template-areas:
      "shared"
      "private"
      "coaching";
  }

  .ttf-google-reviews__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .ttf-google-reviews__summary,
  .ttf-google-reviews__score {
    text-align: left;
    justify-items: start;
  }

  .ttf-google-review__photos {
    grid-template-columns: 1fr;
  }

  .ttf-split__stack {
    padding-bottom: 0;
  }

  .ttf-split__stack-accent {
    position: static;
    width: auto;
    margin-top: 1rem;
  }

  .wp-shell__hero,
  .wp-card,
  .post,
  .page,
  .ttf-price,
  .ttf-testimonial,
  .ttf-form-panel {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 900px) {
  .ttfishing-js body.ttfishing-page-tarifs .ttf-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.ttfishing-page-tarifs .entry-content--immersive {
    overflow-x: clip;
  }

  body.ttfishing-page-tarifs .entry-content--immersive .ttf-section {
    padding: 1.1rem;
    border-radius: 22px;
  }

  body.ttfishing-page-tarifs .entry-content--immersive .ttf-section:first-child {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.ttfishing-page-tarifs .ttf-intro {
    margin-bottom: 1.25rem;
  }

  body.ttfishing-page-tarifs .entry-content--immersive .ttf-section:first-child .ttf-intro {
    margin-bottom: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(11, 41, 66, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(11, 41, 66, 0.12);
  }

  body.ttfishing-page-tarifs .ttf-price-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 1rem;
  }

  body.ttfishing-page-tarifs .ttf-price-grid > .ttf-price {
    grid-area: auto !important;
    width: 100%;
    min-width: 0;
  }

  body.ttfishing-page-tarifs .ttf-price,
  body.ttfishing-page-tarifs .ttf-price__breakdown,
  body.ttfishing-page-tarifs .ttf-price__row,
  body.ttfishing-page-tarifs .ttf-price__row-label,
  body.ttfishing-page-tarifs .ttf-price__row-value {
    min-width: 0;
  }

  body.ttfishing-page-tarifs .ttf-price {
    padding: 1.2rem;
    border-radius: 20px;
  }

  body.ttfishing-page-tarifs .ttf-price__title {
    font-size: 1.2rem;
  }

  body.ttfishing-page-tarifs .ttf-price__value {
    margin: 0.85rem 0 1rem;
    font-size: 1.9rem;
  }

  body.ttfishing-page-tarifs .ttf-price--featured .ttf-price__value {
    font-size: 2.25rem;
  }

  body.ttfishing-page-tarifs .ttf-price__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0.85rem;
    gap: 0.45rem;
  }

  body.ttfishing-page-tarifs .ttf-price__row-value,
  body.ttfishing-page-tarifs .ttf-price__value span {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
