/* Styles communs - Le Doc du Vélo */
/* Généré automatiquement - toutes les règles combinées et dédupliquées */

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

:root {
      --navy: #0d1f3c; --blue: #1d4ed8; --blue-lt: #3b82f6; --cyan: #0ea5e9;
      --white: #ffffff; --light: #f1f5f9; --muted: #64748b; --text: #1e293b;
      --border: #e2e8f0; --radius: 10px; --shadow: 0 4px 24px rgba(13,31,60,.10);
    }

html { scroll-behavior: smooth; }

body { font-family: 'Inter', Arial, sans-serif; font-size: 16px; color: var(--text); background: var(--white); line-height: 1.6; }

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

a { color: inherit; text-decoration: none; }

.topbar { background: var(--navy); color: rgba(255,255,255,.75); font-size: .8rem; padding: .45rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }

.topbar a { color: rgba(255,255,255,.85); transition: color .2s; }

.topbar a:hover { color: var(--cyan); }

.topbar-left { display: flex; gap: 1.25rem; flex-wrap: wrap; }

.topbar-left span { display: flex; align-items: center; gap: .35rem; }

.lang-switch { display: flex; gap: .4rem; align-items: center; }

.lang-btn { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: .75rem; font-weight: 600; padding: .2rem .65rem; border-radius: 4px; cursor: pointer; transition: background .2s; letter-spacing: .04em; }

.lang-btn.active, .lang-btn:hover { background: var(--blue); border-color: var(--blue); }

.navbar { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: 0 2px 12px rgba(0,0,0,.07); }

.nav-inner { max-width: 1200px; margin: 0 auto; padding: .75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.nav-logo { display: flex; align-items: center; gap: .75rem; font-weight: 800; font-size: 1.05rem; color: var(--navy); flex-shrink: 0; }

.nav-logo img {
      width: 53px;
      height: 53px;
      border-radius: 4px;
      object-fit: contain;
      background: #fff;
    }

.nav-links { display: flex; list-style: none; gap: .15rem; flex-wrap: wrap; align-items: center; }

.nav-links a { font-size: .875rem; font-weight: 500; color: var(--text); padding: .45rem .8rem; border-radius: 6px; transition: background .2s, color .2s; white-space: nowrap; }

.nav-links a:hover, .nav-links a.active { background: var(--light); color: var(--blue); }

.nav-cta { background: var(--blue) !important; color: #fff !important; border-radius: 6px !important; padding: .45rem 1rem !important; }

.nav-cta:hover { background: var(--navy) !important; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: .4rem; flex-direction: column; gap: 5px; }

.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }

.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

.hamburger.open span:nth-child(2) { opacity: 0; }

.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; background: var(--white); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }

.mobile-menu.open { display: block; }

.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: .25rem; }

.mobile-menu a { display: block; padding: .7rem 1rem; border-radius: 8px; font-weight: 500; font-size: .95rem; color: var(--text); transition: background .2s; }

.mobile-menu a:hover { background: var(--light); color: var(--blue); }

footer { background: #070f1e; color: rgba(255,255,255,.65); font-size: .875rem; }

.footer-inner { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem 1.5rem; }

.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 1.5rem; }

.footer-brand { display: flex; flex-direction: column; gap: .75rem; }

.footer-brand img {
      width: 56px;
      height: 56px;
      border-radius: 4px;
      object-fit: contain;
      background: #fff;
      padding: 2px;
    }

.footer-brand strong { color: #fff; font-size: 1rem; }

.footer-brand p { color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.6; }

.footer-col h4 { color: #fff; font-size: .875rem; font-weight: 700; margin-bottom: 1rem; }

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }

.footer-col a { color: rgba(255,255,255,.6); transition: color .2s; }

.footer-col a:hover { color: var(--cyan); }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; font-size: .8rem; color: rgba(255,255,255,.4); }

/* ─── TOP BAR ─────────────────────────────────────── */
    .topbar {
      background: var(--navy);
      color: rgba(255,255,255,.75);
      font-size: .8rem;
      padding: .45rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

/* ─── NAVBAR ──────────────────────────────────────── */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 2px 12px rgba(0,0,0,.07);
    }

/* ─── FOOTER ──────────────────────────────────────── */
    footer {
      background: #070f1e;
      color: rgba(255,255,255,.65);
      font-size: .875rem;
    }

/* hamburger */
    .hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: .4rem;
      flex-direction: column;
      gap: 5px;
    }

/* mobile menu */
    .mobile-menu {
      display: none;
      background: var(--white);
      border-top: 1px solid var(--border);
      padding: 1rem 1.5rem;
    }

.page-header { background: linear-gradient(135deg, var(--navy) 0%, #1d3a6b 100%); padding: 3.5rem 1.5rem; color: white; }

.page-header h1 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; color: white; margin-bottom: .5rem; }

.page-header p { color: rgba(255,255,255,.75); font-size: 1rem; max-width: 560px; }

section { padding: 4rem 1.5rem; }

.section-inner { max-width: 1200px; margin: 0 auto; }

.section-label { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .5rem; }

.section-title { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: .75rem; }

.section-sub { color: var(--muted); font-size: 1rem; max-width: 620px; margin-bottom: 2rem; line-height: 1.7; }

.profile-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: start;
    }

.profile-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.profile-photos img { border-radius: var(--radius); width: 100%; box-shadow: var(--shadow); height: auto; }

.profile-photos .main-photo { grid-column: 1 / -1; aspect-ratio: 16/9; object-fit: cover; }

.profile-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0; }

.badge,
    .badge-tag {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      font-size: .75rem;
      font-weight: 600;
      padding: .3rem .75rem;
      border-radius: 50px;
      background: var(--light);
      color: var(--navy);
      border: 1px solid var(--border);
    }

.profile-text h2 { font-size: 1.75rem; font-weight: 800; color: var(--navy); margin-bottom: 1rem; }

.profile-text h3 { font-size: 1.1rem; font-weight: 700; color: var(--blue); margin: 1.5rem 0 .5rem; }

.profile-text p { color: var(--muted); margin-bottom: 1rem; line-height: 1.7; }

.publications-section { background: var(--light); }

.pub-note { font-size: .85rem; color: var(--muted); font-style: italic; margin-bottom: 1.5rem; }

.pub-list { display: flex; flex-direction: column; gap: .75rem; }

.pub-list li { display: flex; align-items: flex-start; gap: .6rem; }

.pub-list li::before { content: '📄'; flex-shrink: 0; font-size: .9rem; margin-top: .1rem; }

.pub-list a { color: var(--blue); font-size: .9rem; font-weight: 500; text-decoration: none; transition: text-decoration .2s; }

.pub-list a:hover { text-decoration: underline; }

.cta-section { background: linear-gradient(135deg, var(--navy) 0%, #1d3a6b 100%); color: #fff; text-align: center; }

.cta-section .section-title { color: #fff; max-width: 580px; margin: 0 auto .75rem; }

.cta-section p { color: rgba(255,255,255,.75); max-width: 540px; margin: 0 auto 2rem; }

.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.75rem; border-radius: 8px; font-size: .95rem; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: all .25s; }

.btn-primary { background: var(--blue); color: #fff; }

.btn-primary:hover { background: #1e40af; }

.btn-white { background: #fff; color: var(--navy); }

.btn-white:hover { background: var(--light); }

.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }

.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* PROCESS STEPS */
    .steps-section { background: var(--light); }

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }

.step-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }

.step-num { width: 36px; height: 36px; background: var(--blue); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 800; margin-bottom: 1rem; }

.step-card h3 { font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: .4rem; }

.step-card p { font-size: .875rem; color: var(--muted); line-height: 1.5; }

.price-card { border: 2px solid var(--border); border-radius: var(--radius); padding: 2rem; position: relative; }

.price-card.featured { border-color: var(--blue); }

.price-badge { position: absolute; top: -12px; left: 1.5rem; background: var(--blue); color: #fff; font-size: .75rem; font-weight: 700; padding: .25rem .75rem; border-radius: 50px; }

.price-amount { font-size: 2.5rem; font-weight: 800; color: var(--navy); margin: .75rem 0; }

.price-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); }

.price-card p { font-size: .9rem; color: var(--muted); margin-bottom: 1.25rem; }

.price-includes { list-style: none; text-align: left; display: flex; flex-direction: column; gap: .4rem; }

.price-includes li { display: flex; align-items: flex-start; gap: .5rem; font-size: .875rem; color: var(--text); }

.price-includes li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; margin-top: .1rem; }

/* EXTRAS TABLE */
    .extras-section { background: var(--light); }

.extras-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

.extras-table th { background: var(--navy); color: #fff; padding: .9rem 1.25rem; text-align: left; font-size: .85rem; font-weight: 700; }

.extras-table td { padding: .75rem 1.25rem; border-bottom: 1px solid var(--border); font-size: .9rem; }

.extras-table tr:last-child td { border-bottom: none; }

.extras-table tr:nth-child(even) td { background: #fafbfc; }

.freq-badge { display: inline-block; font-size: .7rem; font-weight: 600; padding: .15rem .55rem; border-radius: 50px; }

.freq-frequent { background: #dcfce7; color: #166534; }

.freq-sometimes { background: #fef3c7; color: #92400e; }

.freq-occasion { background: #f1f5f9; color: #475569; }

/* GUARANTEE */
    .guarantee-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2rem 2.5rem; display: flex; align-items: flex-start; gap: 1.5rem; }

.guarantee-icon { font-size: 2.5rem; flex-shrink: 0; }

.guarantee-box h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: .5rem; }

.guarantee-box p { color: rgba(255,255,255,.8); font-size: .95rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }

.info-cards { display: flex; flex-direction: column; gap: 1rem; }

.info-card { background: var(--light); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; display: flex; gap: 1rem; align-items: flex-start; }

.info-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: .1rem; }

.info-card h4 { font-size: .85rem; font-weight: 700; color: var(--navy); margin-bottom: .2rem; text-transform: uppercase; letter-spacing: .05em; }

.info-card p, .info-card a { font-size: .9rem; color: var(--muted); }

.info-card a { color: var(--blue); }

.info-card a:hover { color: var(--blue); text-decoration: underline; }

.what-to-bring { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.5rem; margin-top: 1rem; }

.what-to-bring h4 { font-size: .9rem; font-weight: 700; color: var(--cyan); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .75rem; }

.what-to-bring ul { list-style: none; display: flex; flex-direction: column; gap: .4rem; }

.what-to-bring li { display: flex; align-items: flex-start; gap: .6rem; font-size: .9rem; color: rgba(255,255,255,.85); }

.what-to-bring li::before { content: '✓'; color: var(--cyan); font-weight: 700; flex-shrink: 0; }

.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 1rem; }

.map-wrap iframe { display: block; width: 100%; height: 300px; border: 0; }

.map-section { background: var(--light); padding: 0; }

.map-section iframe { width: 100%; height: 380px; border: 0; display: block; }

/* FORM */
    .form-section { background: var(--light); }

.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); max-width: 720px; margin: 0 auto; }

.form-card h2 { font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }

.form-group { margin-bottom: 1.25rem; }

.form-group label { display: block; font-size: .875rem; font-weight: 600; color: var(--text); margin-bottom: .4rem; }

.form-group input, .form-group textarea {
      width: 100%; padding: .75rem 1rem; border: 1px solid var(--border); border-radius: 8px;
      font-size: .95rem; font-family: inherit; color: var(--text); background: var(--white);
      transition: border-color .2s, box-shadow .2s;
    }

.form-group input:focus, .form-group textarea:focus {
      outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,78,216,.12);
    }

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

.form-msg { margin-top: 1rem; padding: .75rem 1rem; border-radius: 8px; font-size: .9rem; font-weight: 500; display: none; }

.form-msg.success { background: #dcfce7; color: #166534; display: block; }

.form-msg.error { background: #fee2e2; color: #991b1b; display: block; }

.form-group input.invalid, .form-group textarea.invalid { border-color: #ef4444 !important; box-shadow: 0 0 0 3px rgba(239,68,68,.12) !important; }

.field-error-msg { font-size: .8rem; color: #ef4444; margin-top: .25rem; display: none; }

.field-error-msg.show { display: block; }

.availability-badge {
      display: inline-block;
      background: #f59e0b;
      color: #000;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .35rem 1rem;
      border-radius: 50px;
      margin-bottom: 1rem;
    }

.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }

.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s; }

.product-card:hover { transform: translateY(-4px); }

.product-img {
      background: var(--light);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
      min-height: 200px;
    }

.product-img img {
      max-height: 180px;
      width: auto;
      margin: 0 auto;
      object-fit: contain;
    }

.product-body { padding: 1.5rem; }

.product-badge {
      display: inline-block;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .2rem .65rem;
      border-radius: 50px;
    }

.badge-top { background: #dbeafe; color: #1d4ed8; }

.badge-mid { background: #dcfce7; color: #166534; }

.badge-entry { background: #f3f4f6; color: #374151; }

.product-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }

.product-body .product-tagline { font-size: .9rem; color: var(--muted); margin-bottom: .25rem; }

.product-specs { list-style: none; display: flex; flex-direction: column; gap: .4rem; margin-top: .25rem; }

.product-specs li {
      display: flex;
      align-items: flex-start;
      gap: .5rem;
      font-size: .875rem;
      color: var(--text);
    }

.product-specs li::before {
      content: '•';
      color: var(--blue);
      font-weight: 700;
      flex-shrink: 0;
      margin-top: .05rem;
    }

.product-note {
      font-size: .8rem;
      color: var(--muted);
      font-style: italic;
      margin-top: auto;
      padding-top: .75rem;
      border-top: 1px solid var(--border);
    }

.accessories-section { background: var(--light); }

.accessories-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: center;
    }

.accessory-imgs {
      display: flex;
      gap: 1.5rem;
      align-items: center;
      justify-content: center;
    }

.accessory-img-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.25rem;
      box-shadow: var(--shadow);
      text-align: center;
      flex: 1;
    }

.accessory-img-card img {
      max-height: 160px;
      width: auto;
      margin: 0 auto 0.75rem;
      object-fit: contain;
    }

.accessory-img-card span { font-size: .8rem; font-weight: 600; color: var(--muted); }

.warranty-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2rem 2.5rem; display: flex; align-items: flex-start; gap: 1.5rem; margin-top: 2.5rem; }

.warranty-icon { font-size: 2.5rem; flex-shrink: 0; }

.warranty-box h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .5rem; color: var(--cyan); }

.warranty-box p { font-size: .9rem; color: rgba(255,255,255,.8); line-height: 1.65; }

.warranty-box a { color: var(--cyan); text-decoration: underline; }

/* ─── HERO ────────────────────────────────────────── */
    .hero {
      background: var(--navy);
      overflow: hidden;
    }

.hero-inner {
      max-width: 1400px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }

.hero-img-wrap img {
      width: 100%;
      height: auto;
      display: block;
    }

.hero-content {
      padding: 3rem 3rem 3rem 2.5rem;
      color: var(--white);
    }

.hero h1 {
      font-size: clamp(1.4rem, 2.8vw, 2.3rem);
      font-weight: 800;
      line-height: 1.2;
      color: var(--white);
      margin-bottom: 1.25rem;
    }

.hero p {
      font-size: 1.05rem;
      color: rgba(255,255,255,.80);
      margin-bottom: 2rem;
    }

.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }

.btn-outline:hover { background: var(--blue); color: #fff; }

/* ─── SECTIONS ────────────────────────────────────── */
    section { padding: 4rem 1.5rem; }

/* ─── PAIN POINTS ─────────────────────────────────── */
    .pain-section { background: var(--light); }

.pain-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: start;
    }

.pain-grid > div:first-child { padding-top: 2rem; }

.pain-list { list-style: none; display: flex; flex-direction: column; gap: .9rem; margin-bottom: 1.5rem; }

.pain-list li {
      display: flex;
      align-items: flex-start;
      gap: .75rem;
      font-size: 1rem;
    }

.pain-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #fef3c7;
      color: #d97706;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      margin-top: .1rem;
    }

.pain-highlight {
      background: var(--navy);
      color: #fff;
      border-radius: var(--radius);
      padding: 1.25rem 1.5rem;
      margin-top: 1.5rem;
      font-weight: 500;
    }

.pain-highlight strong { color: var(--cyan); }

.approach-col {
      background: var(--white);
      border-radius: var(--radius);
      padding: 2rem;
      box-shadow: var(--shadow);
      border-left: 4px solid var(--blue);
    }

.approach-col .section-sub { margin-bottom: 2rem; }

/* ─── VIDEO / WHY US ──────────────────────────────── */
    .whyus-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }

.video-wrap {
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
      aspect-ratio: 16/9;
      position: relative;
      cursor: pointer;
      background: #000;
    }

.video-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: opacity .3s;
    }

.video-wrap:hover img { opacity: .85; }

.video-play-btn {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

.video-play-btn svg {
      width: 72px;
      height: 72px;
      filter: drop-shadow(0 2px 8px rgba(0,0,0,.5));
      transition: transform .2s;
    }

.video-wrap:hover .video-play-btn svg { transform: scale(1.1); }

.video-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

/* ─── SERVICES CARDS ──────────────────────────────── */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5rem;
    }

.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }

.service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(13,31,60,.13); }

.service-icon { width: 52px; height: 52px; background: var(--light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1rem; }

.service-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }

.service-card p { font-size: .9rem; color: var(--muted); line-height: 1.55; }

.service-link { font-size: .875rem; font-weight: 600; color: var(--blue); }

.service-link:hover { text-decoration: underline; }

/* ─── PARTNERS ────────────────────────────────────── */
    .partners-section { background: var(--light); }

.partners-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 1.25rem;
    }

.partner-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.25rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .75rem;
      text-align: center;
      box-shadow: var(--shadow);
      transition: transform .25s;
    }

.partner-card:hover { transform: translateY(-3px); }

.partner-card img {
      width: 100%;
      max-height: 90px;
      object-fit: contain;
    }

.partner-card span { font-size: .8rem; font-weight: 600; color: var(--muted); }

/* ─── CTA BANNER ──────────────────────────────────── */
    .cta-section {
      background: linear-gradient(135deg, var(--navy) 0%, #1d3a6b 100%);
      color: #fff;
      text-align: center;
    }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; }

.service-price { display: inline-block; margin-top: .75rem; background: var(--light); color: var(--navy); font-size: .85rem; font-weight: 700; padding: .3rem .75rem; border-radius: 50px; }

.warning-box { background: #fff7ed; border: 1px solid #fed7aa; border-radius: var(--radius); padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 2.5rem; }

.warning-box span { font-size: 1.4rem; flex-shrink: 0; }

.warning-box p { font-size: .9rem; color: #9a3412; line-height: 1.55; }

/* ─── PAGE HEADER ─────────────────────────────────── */
    .page-header {
      background: linear-gradient(135deg, var(--navy) 0%, #1d3a6b 100%);
      color: #fff;
      padding: 3.5rem 1.5rem;
      text-align: center;
    }

/* ─── TESTIMONIALS ────────────────────────────────── */
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      margin-bottom: 3rem;
    }

.testimonial-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.75rem;
      box-shadow: var(--shadow);
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

.testimonial-stars {
      color: #f59e0b;
      font-size: 1.1rem;
      letter-spacing: .1em;
    }

.testimonial-text {
      font-size: .95rem;
      color: var(--text);
      line-height: 1.65;
      flex: 1;
      font-style: italic;
    }

.testimonial-author {
      display: flex;
      align-items: center;
      gap: .75rem;
    }

.testimonial-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--blue);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 1rem;
      flex-shrink: 0;
    }

.testimonial-author strong { font-size: .9rem; color: var(--navy); display: block; }

.testimonial-author span { font-size: .8rem; color: var(--muted); }

/* ─── GOOGLE REVIEWS SECTION ──────────────────────── */
    .google-section { background: var(--light); }

.google-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }

.google-screenshot {
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

.google-screenshot img { width: 100%; }

.google-cta-box { display: flex; flex-direction: column; gap: 1.25rem; }

.google-rating {
      display: flex;
      align-items: center;
      gap: .75rem;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.25rem 1.5rem;
      box-shadow: var(--shadow);
    }

.google-rating .g-icon {
      font-size: 2rem;
      flex-shrink: 0;
    }

.google-rating-text strong { display: block; font-size: 1.1rem; color: var(--navy); }

.google-rating-text span { font-size: .85rem; color: var(--muted); }

/* ─── BTN ─────────────────────────────────────────── */
    .btn {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .8rem 1.75rem;
      border-radius: 8px;
      font-size: .95rem;
      font-weight: 600;
      cursor: pointer;
      border: 2px solid transparent;
      transition: all .25s;
    }

.page-header .inner { max-width: 1200px; margin: 0 auto; }

.page-header .badge { display: inline-block; background: var(--cyan); color: var(--navy); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 50px; margin-bottom: 1rem; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

.why-points { list-style: none; display: flex; flex-direction: column; gap: .9rem; margin-bottom: 1.5rem; }

.why-points li { display: flex; align-items: flex-start; gap: .75rem; font-size: .95rem; }

.why-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: #fef3c7; color: #d97706; display: flex; align-items: center; justify-content: center; font-size: .85rem; margin-top: .1rem; }

.products-section { background: var(--light); }

.product-card img { width: 100%; height: 200px; object-fit: contain; padding: 1.5rem; background: var(--light); }

.product-body p { font-size: .875rem; color: var(--muted); line-height: 1.55; margin-bottom: 1rem; }

.product-tag { display: inline-block; background: #dcfce7; color: #166534; font-size: .75rem; font-weight: 700; padding: .25rem .65rem; border-radius: 50px; }

.product-link { display: inline-flex; align-items: center; gap: .35rem; font-size: .875rem; font-weight: 600; color: var(--blue); margin-top: .75rem; }

.product-link:hover { text-decoration: underline; }

.imprint-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

.imprint-grid img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }

/* Contact layout */
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }

/* Info cards */
    .info-cards { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }

.info-card-icon { font-size: 1.4rem; flex-shrink: 0; }

.info-card h3 { font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: .25rem; }

/* Form */
    .contact-form-wrap { background: var(--light); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }

.contact-form-wrap h2 { font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; }

.form-submit { width: 100%; padding: .9rem; background: var(--blue); color: #fff; border: none; border-radius: 8px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background .25s; }

.form-submit:hover { background: #1e40af; }

.form-submit:disabled { background: var(--muted); cursor: not-allowed; }

/* Map */
    .map-section { background: var(--light); padding: 0; }

/* ─── PRODUCT CARDS ───────────────────────────────── */
    .products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.75rem;
      margin-bottom: 1rem;
    }

/* ─── ACCESSORIES ─────────────────────────────────── */
    .accessories-section { background: var(--light); }

/* ─── WARRANTY BOX ────────────────────────────────── */
    .warranty-box {
      background: var(--navy);
      color: #fff;
      border-radius: var(--radius);
      padding: 2rem 2.5rem;
      display: flex;
      align-items: flex-start;
      gap: 1.5rem;
      margin-top: 2.5rem;
    }

/* Steps */
    .steps-section { background: var(--light); }

.price-amount span { font-size: 1rem; font-weight: 500; color: var(--muted); }

.price-list { list-style: none; display: flex; flex-direction: column; gap: .5rem; }

.price-list li { font-size: .875rem; color: var(--text); display: flex; align-items: flex-start; gap: .5rem; }

.price-list li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; }

/* Extras */
    .extras-box { background: var(--light); border-radius: var(--radius); padding: 1.5rem; margin-top: 2rem; }

.extras-box h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 1rem; }

.extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .75rem; }

/* Guarantee */
    .guarantee-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 2rem; text-align: center; margin-top: 2rem; }

/* CTA */
    .cta-section { background: linear-gradient(135deg, var(--navy) 0%, #1d3a6b 100%); color: #fff; text-align: center; }

/* Profile section */
    .profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }

.badge-tag { background: var(--light); color: var(--navy); font-size: .8rem; font-weight: 600; padding: .35rem .75rem; border-radius: 50px; border: 1px solid var(--border); }

/* Publications */
    .pubs-section { background: var(--light); }

.pub-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.25rem; display: flex; align-items: flex-start; gap: .75rem; box-shadow: var(--shadow); }

.pub-item::before { content: '📄'; font-size: 1.1rem; flex-shrink: 0; }

.pub-item a { color: var(--blue); font-weight: 500; font-size: .9rem; }

.pub-item a:hover { text-decoration: underline; }

/* Why */
    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

/* Products */
    .products-section { background: var(--light); }

/* Imprint */
    .imprint-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

@media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .why-grid, .imprint-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
      .topbar { font-size: .75rem; }
    }

@media (max-width: 480px) { section { padding: 2.5rem 1rem; } }

/* INTRO TWO-COL */
    .intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; }

.photo-stack-h { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }

.photo-stack-h img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }

.photo-stack-h img:first-child { grid-column: 1 / -1; }

/* PRICING */
    .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }

/* ─── RESPONSIVE ──────────────────────────────────── */
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .hero-inner { grid-template-columns: 1fr; }
      .hero-content { padding: 2rem 1.5rem; }
      .pain-grid, .whyus-grid { grid-template-columns: 1fr; }
      .pain-img-wrap { order: -1; }
      .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
      .topbar { font-size: .75rem; }
    }

/* What to bring */
    .bring-box { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.5rem; margin-top: 1.5rem; }

.bring-box h3 { font-size: 1rem; font-weight: 700; color: var(--cyan); margin-bottom: .75rem; }

.bring-box ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }

.bring-box li { display: flex; align-items: flex-start; gap: .5rem; font-size: .9rem; color: rgba(255,255,255,.85); }

.bring-box li::before { content: '✓'; color: var(--cyan); font-weight: 700; flex-shrink: 0; }

/* What is */
    .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.photo-stack img { border-radius: var(--radius); object-fit: cover; width: 100%; aspect-ratio: 1; box-shadow: var(--shadow); }

.photo-stack .wide { grid-column: 1 / -1; aspect-ratio: 16/9; }

/* Pricing */
    .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }

.extra-item { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: .75rem 1rem; font-size: .875rem; color: var(--text); }

.extra-item strong { display: block; color: var(--navy); margin-bottom: .15rem; }

.note-box { background: #fef3c7; border: 1px solid #f59e0b; border-radius: var(--radius); padding: 1.25rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }

.note-box span { font-size: 1.4rem; flex-shrink: 0; }

.note-box p { font-size: .9rem; color: #92400e; line-height: 1.6; }
