* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 0px;
}

/* Bandeau promotionnel */
.promo-banner {
    background: #dbeef9;
    color: #000;
    text-align: center;
    padding: 12px 20px;
}

.promo-banner p {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

/* Badge Garantie Top 3 */
.guarantee-badge-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.guarantee-badge {
    display: inline-block;
    background: #00b67a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 55px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 182, 122, 0.3);
    border: 1px solid #afafaf;
}

/* Header */
header {
    padding: 25px 0;
}

.header2-promo p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 72px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 24px;
    list-style: none;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 0.5;
}

.btn-rdv {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border: 1px solid #000;
    border-radius: 22px;
    background: #00b67a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
    box-shadow: 2px 2px 0px #000;
    text-decoration: none;
    color: #fff;
}

.phone-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.phone-label {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 4px;
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-number svg {
    flex-shrink: 0;
}

.btn-rdv:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000;
}

/* Hero */
.hero {
    padding: 36px 0 13px;
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 26px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.hero-content h1 .highlight {
    background: #dbeef9;
    padding: 1px 5px;
    border-radius: 8px;
    color: #000;
    display: inline-block;
    margin: 0 4px;
}

.hero-content h1 .highlight.smaller {
    font-size: 0.8em;
}

.hero-content h1 .first-line {
    font-size: 0.85em;
}

.hero-content h1 .second-line {
    font-size: 0.85em;
}

.hero-content h1 .underline {
    position: relative;
    display: inline-block;
}

.hero-content h1 .underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 15px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18' preserveAspectRatio='none'><path d='M3 12 C 50 6, 100 16, 150 9 S 250 14, 297 7' stroke='%239bcfee' stroke-width='9' fill='none' stroke-linecap='round'/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.hero-content p {
  color: #000;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.2px;
}

.hero-content p strong {
    font-weight: 700;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    align-items: stretch;
    margin-bottom: 15px;
    width: 100%;
}

.hero-buttons a {
    flex: 1;
    justify-content: center;
}

.hero-phone {
    font-size: 14px;
    color: #555;
    margin: 0;
    text-align: center;
}

.hero-phone a {
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.hero-phone a:hover {
    text-decoration: underline;
}

.hero-rdv-reassurance {
    width: 100%;
    margin: 10px 0 6px 0;
    border: 1px solid rgba(37, 99, 235, 0.25);
    border-left: 3px solid #2563eb;
    padding: 10px 14px;
    background: rgba(37, 99, 235, 0.06);
    border-radius: 6px;
    box-sizing: border-box;
}

.hero-content .hero-rdv-reassurance p {
    font-size: 14px !important;
    color: #1f3b5b;
    margin: 0 !important;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}

.hero-content .hero-rdv-reassurance p strong {
    color: #000;
    font-weight: 700;
}

.hero-content .hero-rdv-reassurance .hero-rdv-phone {
    font-style: normal;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}

.hero-content .hero-rdv-reassurance .hero-rdv-phone a {
    color: #000;
    font-weight: 800;
    text-decoration: none;
}

.hero-content .hero-rdv-reassurance .hero-rdv-phone a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero-rdv-reassurance {
        margin: 6px auto 21px auto;
        padding: 8px 10px;
        max-width: 100%;
    }

    .hero-content .hero-rdv-reassurance p {
        font-size: 14px !important;
        line-height: 1.45;
    }

    .hero-content .hero-rdv-reassurance .hero-rdv-phone {
        white-space: normal;
        display: inline;
    }
}

.btn-objectifs {
    padding: 16px 32px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-origin: padding-box;
    background-clip: border-box;
    color: #f2f2f2;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px #000;
    background-color: #00b67a;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-objectifs svg {
    flex-shrink: 0;
}

.btn-objectifs:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.btn-secondary-hero {
    padding: 16px 32px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    box-shadow: 5px 5px 0px #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-secondary-hero:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.btn-secondary-hero svg {
    flex-shrink: 0;
}

.trust-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.trust-badges img {
    width: 20px;
    height: 20px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/grille.webp');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
}

.hero-content h1,
.hero-content p {
    position: relative;
    z-index: 1;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 100%;
    position: relative;
}

.hero-image img {
    width: 100%;
    max-width: 539px;
    height: auto;
    border-radius: 18px;
}

.bg-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* Features */
.features {
    padding: 30px 0;
    background: #fff;
}

.features h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.feature-card {
    background: #fff;
    padding: 35px 40px 30px 40px;
    border-radius: 14px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #dbeef9;
    transition: all 0.2s;
}

.feature-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.feature-card h3 {
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.4;
}

.feature-card p {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 1.75;
    letter-spacing: 0.15px;
}

.feature-card p:last-of-type {
    margin-bottom: 20px;
}

.feature-link {
    color: #000;
    text-decoration: none;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: opacity 0.2s;
}

.feature-link::before {
    content: '→';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.2s;
}

.feature-link:hover {
    opacity: 0.7;
}

.feature-link:hover::before {
    background: #000;
    color: #fff;
}

/* Mission */
.mission {
    padding: 0 0 20px;
    background: #fff;
}

.mission h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* Soulignage marqueur griffonné vert sur le titre mission */
.title-underline {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18' preserveAspectRatio='none'><path d='M3 12 C 50 6, 100 16, 150 9 S 250 14, 297 7' stroke='%2300b67a' stroke-width='9' fill='none' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 14px;
    padding-bottom: 18px;
}

/* Soulignage marqueur griffonné bleu */
.title-underline-blue {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18' preserveAspectRatio='none'><path d='M3 12 C 50 6, 100 16, 150 9 S 250 14, 297 7' stroke='%239bcfee' stroke-width='9' fill='none' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 14px;
    padding-bottom: 18px;
}

@media (max-width: 768px) {
    .title-underline,
    .title-underline-blue {
        background-image: none;
        padding-bottom: 0;
    }

    /* Garder le soulignement sur la section "Comment ça marche" */
    .how-search h2 .title-underline {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18' preserveAspectRatio='none'><path d='M3 12 C 50 6, 100 16, 150 9 S 250 14, 297 7' stroke='%2300b67a' stroke-width='9' fill='none' stroke-linecap='round'/></svg>");
        padding-bottom: 21px;
    }
}

.mission .section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 30px 0 30px 0;
    line-height: 1.7;
    font-weight: 400;
}

.mission-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.mission-card {
    background: #dbeef9;
    padding: 40px 45px;
    border-radius: 14px;
    border: 1px solid #d0d0d0;
    box-shadow: 5px 5px 0px #dbeef9;
    transition: all 0.2s;
}

.mission-card-white {
    background: #fff;
}

.mission-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mission-item {
    display: flex;
    flex-direction: column;
}

.mission-stat {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px #dbeef9;
    margin-bottom: 20px;
    letter-spacing: -1px;
    align-self: flex-start;
}

.mission-stat-blue {
    background: #000;
}

.mission-item h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.4;
}

.mission-item p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.15px;
    margin: 0;
}

/* Comparison */
.comparison {
    padding: 100px 0;
    background: #f9f9f9;
}

.comparison h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 75px;
    letter-spacing: -0.5px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.comparison-card {
    background: #fff;
    padding: 42px 38px;
    border-radius: 14px;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px #000;
}

.comparison-card h3 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 36px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.comparison-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.15px;
}

.comparison-item:last-child {
    margin-bottom: 0;
}

.comparison-item.negative {
    color: #666;
}

.comparison-item.negative .icon {
    color: #d4d4d4;
    font-weight: 400;
}

.comparison-item.positive {
    color: #000;
}

.comparison-item.positive .icon {
    color: #10b981;
    font-weight: 700;
}

.icon {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.btn-center {
    text-align: center;
    margin-bottom: 16px;
}

/* Case Studies */
.case-studies {
    padding: 100px 0;
}

.case-studies h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 75px;
    letter-spacing: -0.5px;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 50px;
}

.case-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px #000;
    transition: all 0.2s;
}

.case-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000;
}

.case-image {
    width: 100%;
    height: 210px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    border-bottom: 2px solid #000;
}

.case-content {
    padding: 30px;
}

.case-content h4 {
    font-size: 11px;
    margin-bottom: 13px;
    font-weight: 800;
    letter-spacing: 0.6px;
}

.case-content p {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.case-link {
    color: #000;
    text-decoration: none;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: opacity 0.2s;
}

.case-link::before {
    content: '→';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.2s;
}

.case-link:hover {
    opacity: 0.7;
}

.case-link:hover::before {
    background: #000;
    color: #fff;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 34px;
    border: 2px solid #000;
    border-radius: 7px;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    transition: all 0.2s;
    box-shadow: 2px 2px 0px #000;
}

.btn-secondary:hover {
    background: #000;
    color: #fff;
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000;
}

/* Why Choose */
.why-choose {
    padding: 50px 0;
    background: #fff;
}

.why-choose h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.why-choose-card {
    background: #DBEEF9;
    padding: 40px 35px;
    border-radius: 14px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
    transition: all 0.2s;
    text-align: center;
}

.why-choose-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.why-icon {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1;
}

.why-choose-card h3 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.4;
    color: #000;
}

.why-choose-card p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15px;
    margin: 0;
}

/* Pricing */
.pricing {
    padding: 10px 0;
    background: #fff;
}

.pricing h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.guarantee-box {
    background: #ff0000;
    color: #fff;
    border: 1px solid #000;
    padding: 15px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 40px auto;
    max-width: fit-content;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 5px 5px 0px #000;
}

.guarantee-box svg {
    flex-shrink: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 0 auto;
}

.pricing-grid.pricing-single {
    grid-template-columns: 1fr;
    max-width: 650px;
}

/* Nouvelle offre unique large */
.pricing-single-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.pricing-guarantee-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00b67a;
  color: #fff;
  padding: 4px 53px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 10;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 182, 122, 0.3);
  border: 1px solid #848484;
}

.badge-featured-top {
    background: linear-gradient(135deg, #dbeef9, #90D5EC);
    color: #000;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    border: 1px solid #000;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    box-shadow: 5px 0px 0px #dbeef9;
}

.pricing-card-wide {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #d0d0d0;
    box-shadow: 5px 5px 0px #dbeef9;
    overflow: visible;
    transition: all 0.2s;
    position: relative;
    padding: 40px 50px;
}

.pricing-card-wide:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.pricing-wide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.pricing-wide-left h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.pricing-wide-left .price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #000;
}

.pricing-wide-left .price span {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.pricing-wide-left .price-per-day {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.pricing-subtitle {
    font-size: 18px;
    color: #000;
    font-weight: 800;
}

.pricing-wide-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pricing-wide-right .btn-pricing {
    font-size: 18px;
    width: auto;
    min-width: 320px;
}

.pricing-wide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.pricing-column {
    display: flex;
    flex-direction: column;
}

.pricing-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px #dbeef9;
    overflow: hidden;
    transition: all 0.2s;
    position: relative;
}

.pricing-card.featured {
    transform: scale(1.02);
    box-shadow: 5px 5px 0px #dbeef9;
}

.pricing-single .pricing-card.featured {
    transform: scale(1);
}

.pricing-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000;
}

.pricing-card.featured:hover {
    transform: scale(1.02) translate(-2px, -2px);
    box-shadow: 7px 7px 0px #000;
}

.badge-featured {
    position: absolute;
    top: 15px;
    right: -35px;
    background: linear-gradient(135deg, #dbeef9, #90D5EC);
    color: #000;
    padding: 8px 45px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    transform: rotate(45deg);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    z-index: 10;
}

.pricing-card-wide .badge-featured {
    top: 20px;
    right: -40px;
}

.pricing-header {
    background: #000;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}

.pricing-header h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.price-per-day {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 5px;
    margin-bottom: 10px;
}

.price span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
}

.engagement {
    font-size: 11px;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.pricing-content {
    padding: 35px 30px;
}

.pricing-content h4 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    margin-top: 26px;
}

.pricing-content h4:first-child {
    margin-top: 0;
}

.included {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 12px;
    background: #f0f0f0;
    border-radius: 7px;
    text-align: center;
}

.pricing-list {
    list-style: none;
    margin-bottom: 0;
}

.pricing-list li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #333;
    letter-spacing: 0.1px;
}

.pricing-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 14px;
}

.warning-box {
    background: #fff4e6;
    border: 2px solid #ff9800;
    border-radius: 7px;
    padding: 14px;
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 24px;
    margin-top: 26px;
}

.btn-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    background: #00b67a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.8px;
    border: 1px solid #000;
    box-shadow: 2px 2px 0px #000;
    transition: all 0.2s;
}

.btn-pricing::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.btn-pricing:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0px #000;
}

/* Pricing features grid - 2 colonnes uniquement sur desktop */
.pricing-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 40px;
    margin: 0 0 30px 0;
}

.pricing-features-title {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px 0;
    color: #111;
    text-align: left;
}

.pricing-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-feature-item .check {
    background: linear-gradient(135deg, #00b67a 0%, #00d68f 100%);
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 182, 122, 0.3);
}

.pricing-feature-item .text {
    font-size: 15px;
    color: #111;
}

.pricing-badge-icon {
    margin-right: 10px;
}

.pricing-limited-notice {
    margin-top: 10px;
    font-size: 13px;
    color: #ef4444;
    font-weight: 600;
    text-align: center;
    width: 100%;
    align-self: stretch;
}

.pricing-cta-wrapper {
    text-align: center;
}

.pricing-cta-subtext {
    margin-top: 15px;
    font-size: 13px;
    color: #6c757d;
}

/* FAQ */
.faq {
    padding: 30px 0;
    background: #fff;
    position: relative;
    overflow: visible;
}

.faq h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.faq .container {
    position: relative;
}

.faq .container::before {
    content: '';
    position: absolute;
    top: 100px;
    left: -50px;
    width: 135px;
    height: 135px;
    background-image: url('../img/Un-element-de-decoration-qui-represente-un-cadrillage-de-points.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.faq-container {
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px #dbeef9;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.faq-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #F5F5F5;
    border-bottom: 2px solid #000;
    border-radius: 30px 30px 0 0;
    z-index: 0;
}

.browser-dots {
    position: absolute;
    top: 20px;
    left: 22px;
    display: flex;
    gap: 7px;
    z-index: 10;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3A3A3A;
}

.faq-items {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.faq-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 30px 22px 0 22px;
    color: #000;
    text-align: center;
}

.faq-item {
    border-bottom: 2px solid #f0f0f0;
    padding: 24px 22px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    transition: opacity 0.2s;
}

.faq-question:hover {
    opacity: 0.6;
}

.faq-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    fill: #3A3A3A;
    margin-left: 18px;
    flex-shrink: 0;
}

.faq-arrow-up {
    display: none;
}

.faq-item.active .faq-arrow-down {
    display: none;
}

.faq-item.active .faq-arrow-up {
    display: block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.15px;
}

.faq-answer.active {
    max-height: 200px;
    padding-top: 16px;
}

/* Footer */
footer {
    padding: 30px 0;
    background: #fff;
}

.footer-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    background: #DBEEF9;
    border-radius: 30px;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px #dbeef9;
    overflow: hidden;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    padding: 45px 80px 35px 80px;
}

.footer-columns-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.footer-brand {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    height: 65px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.2px;
    text-align: left;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-column ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
    letter-spacing: 0.2px;
}

.footer-column ul li a:hover {
    opacity: 0.5;
}

.footer-bottom {
    padding: 20px 40px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #000;
}

.footer-bottom p {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    background-color: #F5F5F5;
    border-bottom: 2px solid #000;
    padding: 15px 22px;
    border-radius: 30px 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header .browser-dots {
    position: static;
    display: flex;
    gap: 7px;
}

.modal-header .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3A3A3A;
}

.modal-close {
    background: none;
    border: 2px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.2s;
    line-height: 1;
    padding: 0;
}

.modal-close:hover {
    background: #000;
    color: #fff;
    transform: rotate(90deg);
}

.modal-body {
    padding: 40px 30px;
    overflow-y: auto;
    max-height: calc(90vh - 80px);
}

.modal-body h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -0.5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    padding-left: 16px;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 0.2s;
    background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: 3px 3px 0px #dbeef9;
    transform: translate(-2px, -2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-modal-submit {
    width: 100%;
    padding: 16px;
    background: #dbeef9;
    color: #000;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Inter', sans-serif;
    box-shadow: 3px 3px 0px #000;
    margin-top: 10px;
}

.btn-modal-submit:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px #000;
}

/* Menu hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s;
}

.close-menu {
    display: none;
}

/* Logo desktop/mobile */
.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

/* Mobile only elements */
.mobile-only {
    display: none;
}

/* Section subtitle desktop/mobile */
.section-subtitle-desktop {
    display: block;
}

.section-subtitle-mobile {
    display: none;
}

/* Hero text desktop/mobile */
.hero-text-desktop {
    display: block;
}

.hero-text-mobile {
    display: none;
}

/* Hero single column à partir de 1065px */
@media (max-width: 1065px) {
    .hero {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 20px 40px !important;
    }

    .hero-content {
        text-align: center;
        padding: 20px;
    }

    .hero-content h1 {
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .hero-content p {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        margin-top: 15px;
    }

    .hero-buttons a {
        width: 90%;
        justify-content: center;
        text-align: center;
        padding: 14px 26px !important;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .hero-image {
        display: flex;
        justify-content: center;
    }

    /* Mission section */
    .mission {
        padding: 20px 0;
    }

    .mission h2 {
        font-size: 28px;
        margin-bottom: 15px;
        text-align: center;
    }

    .mission .section-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
        text-align: center;
        padding: 0 20px;
    }

    .mission-cards-wrapper {
        grid-template-columns: 1fr !important;
        gap: 15px;
        padding: 0 0px;
    }

    .mission-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .mission-stat {
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }

    .mission-item h3 {
        margin-bottom: 0 !important;
        text-align: left;
    }

    .mission-item p {
        display: none;
    }

    /* Container */
    .container {
        padding: 0 20px !important;
    }

    /* Pricing section */
    .pricing {
        padding: 20px 0;
    }

    .pricing h2 {
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-wide-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .pricing-wide-left {
        text-align: center;
        width: 100%;
    }

    .pricing-wide-left h3,
    .pricing-wide-left .price,
    .pricing-wide-left .price-per-day,
    .pricing-subtitle {
        text-align: center;
    }

    .pricing-wide-right {
        width: 100%;
        align-items: center;
    }

    .pricing-wide-content {
        grid-template-columns: 1fr;
    }

    .pricing-wide-right .btn-pricing {
        margin: 0 auto;
    }

    .pricing-features-grid {
        grid-template-columns: 1fr;
        gap: 5px 40px;
    }

    .pricing-feature-item .text {
        font-size: 13px;
    }

    /* FAQ section */
    .faq {
        padding: 40px 0;
    }

    .faq h2 {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .faq-item {
        padding: 18px 16px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 13px;
    }

    /* Trustpilot section */
    .trustpilot-section {
        padding: 20px 0;
    }

    .trustpilot-section h2 {
        font-size: 24px;
    }

    /* Footer */
    footer {
        padding: 20px 0;
    }

    .footer-wrapper {
        border-radius: 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 25px;
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-brand p {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-columns-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-column {
        text-align: left;
    }

    .footer-column h4 {
        justify-content: flex-start;
    }

    .footer-column ul {
        text-align: left;
    }

    .footer-column ul li {
        justify-content: flex-start;
    }

    .footer-bottom {
        padding: 15px 25px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr !important;
        gap: 0px !important;
        padding: 0px 10px 0px 10px !important;
    }

    .logo-desktop {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }

    .section-subtitle-desktop {
        display: none !important;
    }

    .section-subtitle-mobile {
        display: block !important;
    }

    .hero-text-desktop {
        display: none !important;
    }

    .hero-text-mobile {
        display: block !important;
    }

    .mobile-only {
        display: block !important;
    }
    .container {
        padding: 0 20px !important;
    }

    nav {
        justify-content: center !important;
        position: relative !important;
    }

    .logo {
        font-size: 14px !important;
        justify-content: center !important;
    }

    .logo img {
        height: 55px !important;
    }

    .btn-rdv {
        display: none !important;
    }

    .menu-toggle {
        display: flex !important;
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .nav-links {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 85% !important;
        max-width: 400px !important;
        background: linear-gradient(135deg, #DBEEF9 0%, #fff 100%) !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 8px !important;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 1000 !important;
        box-shadow: -10px 0 30px rgba(0,0,0,0.2) !important;
        border-left: 3px solid #000 !important;
        padding: 100px 30px 40px 30px !important;
        transform: none !important;
        left: auto !important;
        bottom: 0 !important;
        overflow-y: auto !important;
    }

    .nav-links.active {
        right: 0 !important;
    }

    .nav-links li {
        width: 100% !important;
        text-align: left !important;
        opacity: 0 !important;
        transform: translateX(30px) !important;
        animation: slideInMenu 0.3s ease forwards !important;
    }

    .nav-links.active li:nth-child(1) { animation-delay: 0.1s !important; }
    .nav-links.active li:nth-child(2) { animation-delay: 0.15s !important; }
    .nav-links.active li:nth-child(3) { animation-delay: 0.2s !important; }
    .nav-links.active li:nth-child(4) { animation-delay: 0.25s !important; }
    .nav-links.active li:nth-child(5) { animation-delay: 0.3s !important; }

    .nav-links a {
        font-size: 18px !important;
        font-weight: 600 !important;
        display: flex !important;
        align-items: center !important;
        padding: 18px 20px !important;
        background: #fff !important;
        border: 2px solid #000 !important;
        border-radius: 12px !important;
        box-shadow: 3px 3px 0px #000 !important;
        transition: all 0.2s ease !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .nav-links a::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 0 !important;
        background: #DBEEF9 !important;
        transition: width 0.3s ease !important;
        z-index: -1 !important;
    }

    .nav-links a:active {
        transform: translate(2px, 2px) !important;
        box-shadow: 1px 1px 0px #000 !important;
    }

    @keyframes slideInMenu {
        to {
            opacity: 1 !important;
            transform: translateX(0) !important;
        }
    }

    .close-menu {
        position: absolute !important;
        top: 25px !important;
        right: 25px !important;
        width: 45px !important;
        height: 45px !important;
        background: #fff !important;
        border: 2px solid #000 !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 28px !important;
        font-weight: 300 !important;
        color: #000 !important;
        padding: 0 !important;
        line-height: 1 !important;
        box-shadow: 3px 3px 0px #000 !important;
        transition: all 0.2s ease !important;
        z-index: 1001 !important;
    }

    .close-menu:active {
        transform: translate(2px, 2px) !important;
        box-shadow: 1px 1px 0px #000 !important;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px) !important;
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px) !important;
    }

    .hero {
        grid-template-columns: 1fr !important;
        gap: 0px !important;
        padding: 0px 10px 0px 10px !important;
    }

    .hero-content {
        padding-bottom: 0px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-content h1 {
        font-size: 45px !important;
        margin-bottom: 0px !important;
        line-height: 1.4 !important;
        margin: 0 auto;
    }

    .hero-content h1 .first-line {
        font-size: 0.85em !important;
    }

    .hero-content h1 .second-line {
        font-size: 0.85em !important;
    }

    .hero-content h1 .highlight {
        padding: 2px 8px !important;
        margin: 0 4px !important;
        border-radius: 6px !important;
    }

    .hero-content h1 .underline::after {
        bottom: -14px !important;
        height: 13px !important;
    }

    .hero-content h1 .underline::before {
        bottom: -7px !important;
        height: 2px !important;
    }

    .hero-content p {
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-top: 25px;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 0px;
        margin-top: 22px;
    }

    .hero-buttons a {
        flex: auto !important;
    }

    .hero-phone {
        margin-top: -15px !important;
        margin-bottom: 0px !important;
    }

    .btn-objectifs,
    .btn-secondary-hero {
        padding: 14px 26px !important;
        font-size: 16px !important;
        margin-bottom: 18px !important;
        box-shadow: 3px 3px 0px #000 !important;
        max-width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .btn-objectifs img,
    .btn-objectifs svg,
    .btn-secondary-hero svg {
        width: 18px !important;
        height: 18px !important;
    }

    .trust-badges {
        font-size: 10px !important;
    }

    .trust-badges img {
        width: 16px !important;
        height: 16px !important;
    }

    .features {
        padding: 40px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .feature-card h3 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .feature-card p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .mission {
        padding: 0px 0;
    }

    .mission h2 {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: 800;
        margin-top: 5px;
    }

    .mission .section-subtitle {
        font-size: 16px;
        margin-bottom: 19px;
        line-height: 1.6;
    }

    .mission-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mission-card {
        padding: 10px 20px;
    }

    .mission-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .mission-stat {
        margin-bottom: 0 !important;
        font-size: 20px !important;
        padding: 6px 12px !important;
        flex-shrink: 0;
        width: 82px;
        text-align: center;
    }

    .mission-item h3 {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        text-align: left;
    }

    .mission-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .mission-item p {
        font-size: 11px;
        display: none;
    }

    .why-choose {
        padding: 40px 0;
    }

    .why-choose h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-choose-card {
        padding: 30px 25px;
    }

    .why-icon {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .why-choose-card h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .why-choose-card p {
        font-size: 13px;
    }

    .comparison {
        padding: 50px 0;
    }

    .comparison h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .comparison-card {
        padding: 25px 20px;
    }

    .comparison-card h3 {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .comparison-item {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .case-studies {
        padding: 50px 0;
    }

    .case-studies h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .case-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .case-image {
        height: 150px;
        font-size: 50px;
    }

    .case-content {
        padding: 20px;
    }

    .case-content h4 {
        font-size: 10px;
    }

    .case-content p {
        font-size: 11px;
    }

    .pricing {
        padding: 20px 0;
    }

    .pricing h2 {
        font-size: 26px;
        margin-bottom: 40px;
        margin-top: 12px;
        font-weight: 800;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    /* Responsive pour offre large */
    .badge-featured-top {
        font-size: 11px;
        padding: 10px 15px;
    }

    .pricing-card-wide {
        padding: 25px 20px;
    }

    .pricing-wide-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    .pricing-wide-left {
        text-align: center;
        margin-top: 23px;
    }

    .pricing-wide-left h3 {
        font-size: 18px;
        text-align: center;
    }

    .pricing-wide-left .price {
        font-size: 36px;
        text-align: center;
    }

    .pricing-wide-left .price span {
        font-size: 18px;
    }

    .pricing-wide-left .price-per-day {
        font-size: 12px;
        text-align: center;
    }

    .pricing-subtitle {
        font-size: 17px;
        text-align: center;
    }

    .pricing-wide-right {
        width: 100%;
        align-items: center;
    }

    .pricing-wide-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .badge-featured {
        font-size: 9px;
        padding: 6px 35px;
        top: 15px;
        right: -30px;
    }

    .pricing-header {
        padding: 25px 20px;
    }

    .pricing-header h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .price {
        font-size: 36px;
    }

    .price span {
        font-size: 16px;
    }

    .engagement {
        font-size: 10px;
    }

    .pricing-content {
        padding: 25px 20px;
    }

    .pricing-content h4 {
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .included {
        font-size: 11px;
        padding: 10px;
    }

    .pricing-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .warning-box {
        font-size: 10px;
        padding: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn-pricing {
        padding: 14px;
        font-size: 14px;
        margin: 0 auto;
        max-width: 100%;
    }

    .pricing-wide-right .btn-pricing {
        margin: 0 auto;
    }

    .pricing-guarantee {
        text-align: center !important;
        margin: 0 auto;
        margin-top: 0px;
    }

    .pricing-guarantee-badge {
        padding: 4px 34px;
    }

    .guarantee-badge {
        padding: 2px 27px;
    }

    .faq {
        padding: 10px 0;
    }

    .faq h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .faq-item {
        padding: 18px 16px;
    }

    .faq-question {
        font-size: 14px;
        font-weight: 700;
    }

    .faq-answer {
        font-size: 13px;
    }

    footer {
        padding: 20px 0px;
    }

    .footer-wrapper {
        border-radius: 20px;
        box-shadow: 3px 3px 0px #000;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 25px;
    }

    .footer-columns-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-logo {
        height: 50px;
        margin-right: 15px;
        margin-bottom: 8px;
    }

    .footer-brand p {
        font-size: 13px;
        text-align: left;
        font-weight: 700;
    }

    .footer-column h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-column ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 15px 25px;
    }

    .footer-bottom p {
        font-size: 11px;
        font-weight: 700;
    }
}

/* Trustpilot Section */
.trustpilot-section {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 35px;
}

.trustpilot-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-top: 18px;
}

.trustpilot-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 400;
}

.trustpilot-section .trustpilot-widget {
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    padding: 20px 0;
    background: #fff;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
}

.breadcrumb-list li a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.breadcrumb-list li a:hover {
    color: #000;
}

.breadcrumb-list li.active {
    color: #000;
    font-weight: 600;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #999;
}

/* Legal Pages */
.legal-page {
    padding: 50px 0;
    background: #fff;
}

.legal-container {
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px #dbeef9;
    position: relative;
    overflow: hidden;
}

.legal-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #F5F5F5;
    border-bottom: 2px solid #000;
    border-radius: 30px 30px 0 0;
    z-index: 0;
}

.legal-content {
    padding: 80px 50px 50px 50px;
    position: relative;
    z-index: 1;
}

.legal-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.3px;
}

.legal-section h3 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.2px;
}

.legal-section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.1px;
}

.legal-section ul {
    list-style: none;
    margin: 15px 0;
    padding-left: 0;
}

.legal-section ul li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #000;
    letter-spacing: 0.1px;
}

.legal-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.legal-section a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
    transition: opacity 0.2s;
}

.legal-section a:hover {
    opacity: 0.6;
}

.legal-section strong {
    font-weight: 700;
}

.legal-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
    text-align: center;
}

.legal-footer p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .legal-page {
        padding: 30px 0;
    }

    .legal-content {
        padding: 60px 25px 30px 25px;
    }

    .legal-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .legal-section {
        margin-bottom: 30px;
    }

    .legal-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .legal-section h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .legal-section p,
    .legal-section ul li {
        font-size: 14px;
        line-height: 1.7;
    }

    .legal-section ul li {
        padding-left: 20px;
    }

    .legal-footer {
        margin-top: 40px;
        padding-top: 20px;
    }

    .legal-footer p {
        font-size: 12px;
    }
}

/* Media queries pour écrans plus petits - adaptation proportionnelle du h1 */
@media (max-width: 647px) {
    .hero-content h1 {
        font-size: 37px !important;
    }
}

@media (max-width: 574px) {
    .hero-content h1 {
        font-size: 31px !important;
        font-weight: 700;
    }
}

@media (max-width: 550px) {
    .hero-image img {
        display: block !important;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .hero-content h1 {
        font-size: 31px !important;
    }

    .hero-buttons {
        margin-top: 22px !important;
        margin-bottom: 1px;
    }

    .hero-content p {
        margin-top: 25px !important;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content p.hero-phone {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero {
        grid-template-columns: 1fr !important;
        padding: 0px 10px 0px 10px !important;
    }

    .hero-content {
        padding: 20px 10px 0px 10px;
    }
}

@media (max-width: 449px) {
    .hero-content h1 {
        font-size: 25px !important;
    }
}

@media (max-width: 380px) {
    /* Hero */
    .guarantee-badge {
        padding: 2px 17px;
        font-size: 12px;
    }

    .hero-content {
        padding: 20px 0px 0px 0px;
    }

    .hero-content h1 {
        font-size: 25px !important;
    }

    .hero-content p {
        font-size: 17px !important;
    }

    .hero-phone {
        transform: scale(0.83);
    }

    /* Container */
    .container {
        padding: 0 10px !important;
    }

    /* Mission */
    .mission {
        padding: 15px 0;
    }

    .mission h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .mission .section-subtitle {
        padding: 0 0px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .mission-cards-wrapper {
        padding: 0 0px;
        gap: 10px;
    }

    .mission-card {
        padding: 15px;
    }

    .mission-item h3 {
        font-size: 14px !important;
    }

    .mission-stat {
        font-size: 18px !important;
        padding: 5px 10px !important;
        text-align: center;
    }

    /* Pricing */
    .pricing {
        padding: 15px 0;
    }

    .pricing h2 {
        font-size: 19px;
        margin-bottom: 35px;
    }

    .pricing-card-wide {
        padding: 20px 15px;
    }

    .pricing-wide-left h3 {
        font-size: 16px;
    }

    .pricing-wide-left .price {
        font-size: 32px;
    }

    .pricing-wide-left .price span {
        font-size: 16px;
    }

    .pricing-wide-left .price-per-day {
        font-size: 11px;
    }

    .pricing-subtitle {
        font-size: 14px;
    }

    .pricing-list li {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .pricing-wide-right .btn-pricing {
        font-size: 14px;
        width: auto;
        margin: 0 auto;
        text-align: center;
        padding: 12px;
    }

    .pricing-guarantee-badge {
        padding: 4px 34px;
        font-size: 13px;
    }

    .pricing-guarantee {
        font-size: 11px;
    }

    /* Trustpilot */
    .trustpilot-section {
        padding: 15px 0;
    }

    .trustpilot-section h2 {
        font-size: 19px;
    }

    .trustpilot-subtitle {
        font-size: 13px;
        margin-bottom: 25px;
    }

    /* FAQ */
    .faq {
        padding: 10px 0;
    }

    .faq h2 {
        font-size: 19px;
    }

    .faq-item {
        padding: 14px 12px;
    }

    .faq-question {
        font-size: 12px;
    }

    .faq-answer {
        font-size: 12px;
    }

    /* Footer */
    .footer-wrapper {
        border-radius: 15px;
    }

    .footer-main {
        padding: 20px 15px;
        gap: 20px;
    }

    .footer-logo {
        height: 40px;
    }

    .footer-brand p {
        font-size: 11px;
    }

    .footer-columns-wrapper {
        gap: 15px;
    }

    .footer-column h4 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer-column ul li {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .footer-bottom {
        padding: 12px 15px;
    }

    .footer-bottom p {
        font-size: 10px;
    }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    z-index: 9999;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-content p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 1.4;
}

.cookie-content a {
    color: #007bff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.cookie-accept {
    background: #000;
    color: #fff;
}

.cookie-accept:hover {
    background: #333;
}

.cookie-refuse {
    background: #f5f5f5;
    color: #666;
}

.cookie-refuse:hover {
    background: #e5e5e5;
}

@media (max-width: 600px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px 16px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cookie-content p {
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }
}

/* ===========================================
   Section "Comment ça marche" (How Search)
   =========================================== */
.how-search {
    padding: 18px 0 15px;
    background: #fff;
}

.how-search h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.how-search-subtitle {
    font-size: 17px;
    color: #000;
    margin: 0 0 24px;
    line-height: 1.6;
    font-weight: 400;
}

.how-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}

.how-search-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-search-visual img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 18px;
    box-shadow: 8px 8px 0 #dbeef9;
    border: 1px solid #d0d0d0;
}

.how-search-explain h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
}

.how-search-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    counter-reset: how-search-counter;
}

.how-search-steps li {
    position: relative;
    padding: 0 0 18px 48px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    counter-increment: how-search-counter;
}

.how-search-steps li::before {
    content: counter(how-search-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 0 #dbeef9;
}

@media (max-width: 1065px) {
    .how-search-grid {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .how-search {
        padding: 30px 0 5px;
    }

    .how-search h2 {
        font-size: 22px;
    }

    .how-search-subtitle {
        font-size: 15px;
        margin: 0 0 -8px;
        text-align: center;
        order: 1;
    }

    .how-search-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 24px;
    }

    .how-search-explain {
        display: contents;
    }

    .how-search-visual {
        order: 2;
    }

    .how-search-explain h3 {
        order: 3;
    }

    .how-search-steps {
        order: 4;
    }

    .how-search-visual img {
        max-width: 320px;
        box-shadow: 5px 5px 0 #dbeef9;
    }

    .how-search-explain h3 {
        font-size: 20px;
        text-align: center;
    }

    .how-search-steps li {
        font-size: 15px;
        padding-left: 42px;
    }
}
