/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.skip-link {
  position: absolute; top: -100px; left: 16px;
  background: var(--green); color: white; padding: 8px 16px;
  border-radius: 0 0 8px 8px; font-weight: 700; text-decoration: none;
  z-index: 9999; transition: top .2s;
}
.skip-link:focus { top: 0; }

:root {
  /* Premium palette — deep ink anchor, rich ivory, crisp white cards, brass gold accent used with intent */
  --green:        #35573F;
  --green-dark:   #24402C;
  --green-mid:    #6E9670;
  --green-light:  #E6EDE3;
  --accent:       #9C7A3C;
  --accent2:      #C7A968;
  --cream:        #F8F4E9;
  --cream-dark:   #EEE4CC;
  --cream-mid:    #F1E9D6;
  --dark:         #14231B;
  --dark2:        #1D3226;
  --text:         #1C2A20;
  --text-muted:   #5C6B5E;
  --border:       #DED2AE;
  --border-light: #E7DFC4;
  --white:        #FFFFFF;
  --bg-alt:       #EFE7D1;
  --radius:       10px;
  --radius-lg:    18px;
  --shadow:       0 2px 16px rgba(20,32,22,.07);
  --shadow-lg:    0 18px 50px rgba(20,32,22,.13);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
ul { list-style: none; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; cursor: pointer; border: 1.5px solid transparent; transition: all .2s ease; letter-spacing: 0.01em; }
.btn--sm { padding: 9px 20px; font-size: 0.88rem; }
.btn--lg { padding: 15px 32px; font-size: 1rem; }
.btn--full { width: 100%; justify-content: center; }
.btn--primary { background: var(--dark); color: white; border-color: var(--dark); }
.btn--primary:hover { background: var(--dark2); border-color: var(--accent); }
.btn--ghost { background: transparent; color: var(--text); border-color: rgba(31,44,34,.2); }
.btn--ghost:hover { background: rgba(31,44,34,.05); border-color: rgba(31,44,34,.35); }
.btn--outline { background: transparent; color: var(--dark); border-color: var(--border); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(248,244,233,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.nav.scrolled { border-color: var(--border); box-shadow: 0 1px 12px rgba(20,32,22,.05); }
.nav__inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; gap: 9px; font-size: 1.15rem; font-weight: 700; color: var(--dark); letter-spacing: -0.01em; }
.logo-mark { font-size: 1.3rem; flex-shrink: 0; line-height: 1; }
.nav__logo strong { color: var(--accent); font-weight: 700; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); transition: color .2s; }
.nav__links a:hover { color: var(--accent); }
.nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__hamburger span { display: block; width: 22px; height: 1.5px; background: var(--text); transition: all .25s; }
.nav__mobile { display: none; flex-direction: column; gap: 0; background: var(--cream); border-top: 1px solid var(--border); padding: 12px 0; }
.nav__mobile a { padding: 13px 24px; font-weight: 500; color: var(--text); font-size: 0.95rem; border-bottom: 1px solid var(--border-light); transition: background .15s, color .15s; }
.nav__mobile a:last-child { border-bottom: none; }
.nav__mobile a:hover { background: var(--green-light); color: var(--green-dark); }
.nav__mobile.open { display: flex; }

/* HERO */
.hero { min-height: 92vh; background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 68px; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.10; }
.blob1 { width: 560px; height: 560px; background: #6E9670; top: -200px; right: -120px; }
.blob2 { width: 340px; height: 340px; background: #C7A968; bottom: -100px; left: -100px; }
.blob3 { width: 220px; height: 220px; background: #6E9670; top: 35%; left: 25%; }

.hero__split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; position: relative; z-index: 2; padding: 72px 24px 90px; max-width: 1160px; margin: 0 auto; width: 100%; }
.hero__left { display: flex; flex-direction: column; gap: 0; }
.hero__badge { display: inline-flex; align-items: center; gap: 9px; background: var(--white); color: var(--text-muted); border: 1px solid var(--border); border-radius: 6px; padding: 7px 16px; font-size: 0.78rem; font-weight: 600; margin-bottom: 26px; width: fit-content; letter-spacing: 0.05em; text-transform: uppercase; }
.hero__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.hero__title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.3rem, 4.2vw, 3.6rem); font-weight: 700; color: var(--dark); line-height: 1.12; margin-bottom: 22px; letter-spacing: -0.02em; }
.gradient-text { color: var(--green-dark); -webkit-text-fill-color: var(--green-dark); }
.hero__sub { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 34px; line-height: 1.75; max-width: 460px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero__stats { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.stat { text-align: left; }
.stat__num { display: block; font-size: 1.35rem; font-weight: 700; color: var(--dark); line-height: 1; font-family: 'Playfair Display', Georgia, serif; }
.stat__label { font-size: 0.76rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 5px; }
.stat__divider { width: 1px; height: 32px; background: var(--border); flex-shrink: 0; }

/* BROWSER MOCKUP */
.hero__right { display: flex; justify-content: center; align-items: center; }
.hero__browser { width: 100%; max-width: 460px; background: var(--white); border-radius: 12px; box-shadow: 0 24px 64px rgba(20,32,22,.14), 0 0 0 1px rgba(20,32,22,.06); position: relative; }
.hb-bar { height: 34px; background: var(--cream-dark); border-radius: 12px 12px 0 0; display: flex; align-items: center; padding: 0 14px; gap: 10px; border-bottom: 1px solid rgba(20,32,22,.07); }
.hb-dots { display: flex; gap: 5px; }
.hb-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(20,32,22,.15); }
.hb-url { flex: 1; background: rgba(255,255,255,.6); border-radius: 5px; height: 19px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: var(--text-muted); font-family: monospace; }
.hb-body { padding: 0; overflow: hidden; border-radius: 0 0 12px 12px; }

.hbm-nav { background: var(--dark); display: flex; align-items: center; padding: 0 12px; height: 27px; gap: 8px; }
.hbm-logo { font-size: 7.5px; font-weight: 700; color: white; letter-spacing: .3px; white-space: nowrap; }
.hbm-nav-links { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 6px; color: rgba(255,255,255,.65); }
.hbm-nav-btn { background: white; color: var(--dark) !important; padding: 2px 7px; border-radius: 4px; font-weight: 700; }
.hbm-hero { background: var(--cream); padding: 18px 14px 14px; }
.hbm-badge { display: inline-block; font-size: 6px; color: var(--text-muted); background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 2px 8px; margin-bottom: 8px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.hbm-h1 { font-size: 12.5px; font-weight: 700; color: var(--dark); line-height: 1.25; margin-bottom: 7px; font-family: 'Playfair Display', serif; }
.hbm-sub { font-size: 6px; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; max-width: 200px; }
.hbm-btns { display: flex; gap: 6px; }
.hbm-btn-green { background: var(--dark); color: white; font-size: 6px; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.hbm-btn-ghost { border: 1px solid var(--border); color: var(--text-muted); font-size: 6px; padding: 4px 10px; border-radius: 4px; }
.hbm-stats { background: var(--bg-alt); border-top: 1px solid var(--border-light); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 8px 14px; }
.hbm-stat { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.hbm-stat strong { font-size: 8px; font-weight: 700; color: var(--dark); }
.hbm-stat span { font-size: 5px; color: var(--text-muted); }
.hbm-stat-div { width: 1px; height: 18px; background: var(--border); }
.hbm-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 10px 12px 12px; background: var(--cream-dark); }
.hbm-card { background: white; border: 1px solid var(--border-light); border-radius: 5px; padding: 8px 7px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.hbm-card-icon { font-size: 7px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; letter-spacing: .03em; }
.hbm-card-title { font-size: 6px; font-weight: 700; color: var(--text-muted); }
.hbm-card-line { width: 100%; height: 4px; background: var(--border-light); border-radius: 2px; }

.hb-anim { opacity: 0; transform: translateY(6px); animation: hbFadeIn .45s ease forwards; animation-delay: var(--d, 0s); }
@keyframes hbFadeIn { to { opacity: 1; transform: translateY(0); } }

.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-muted); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; }
.scroll-line { width: 1px; height: 32px; background: linear-gradient(to bottom, var(--text-muted), transparent); }

@media (max-width: 900px) {
  .hero__split { grid-template-columns: 1fr; gap: 44px; padding-bottom: 72px; }
  .hero__right { display: none; }
  .hero__sub { max-width: 100%; }
  .stat { text-align: center; }
  .hero__stats { justify-content: center; }
  .hero__badge { margin: 0 auto 26px; }
  .hero__title, .hero__sub { text-align: center; }
  .hero__cta { justify-content: center; }
}

/* SECTIONS */
.section { padding: 96px 0; }
.section--dark { background: var(--dark); color: white; }
.section--alt { background: var(--bg-alt); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.75rem, 3.6vw, 2.5rem); font-weight: 700; color: var(--dark); margin: 12px 0 14px; letter-spacing: -0.015em; }
.section-header p { color: var(--text-muted); font-size: 1rem; max-width: 480px; margin: 0 auto; }
.section-header--light h2 { color: white; }
.section-header--light p { color: rgba(255,255,255,.6); }
.section-tag { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; }
.section-tag::before { content: ''; width: 22px; height: 1.5px; background: currentColor; display: inline-block; }

/* CARDS */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.cards--two { grid-template-columns: repeat(2,1fr); max-width: 900px; margin: 0 auto; }
.card { background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid transparent; border-radius: var(--radius-lg); padding: 32px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-top-color: var(--accent); }
.card--featured { background: var(--white); }
.card__icon { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--accent); margin-bottom: 18px; display: block; }
.card__icon--line { color: var(--accent); }
.card h3 { font-size: 1.2rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; letter-spacing: -0.01em; }
.card p { color: var(--text-muted); font-size: 0.93rem; line-height: 1.7; }
.card__list { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; padding-top: 22px; border-top: 1px solid var(--border-light); }
.card__list li { font-size: 0.88rem; color: var(--text); font-weight: 500; padding-left: 18px; position: relative; }
.card__list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.card--big { padding: 40px 36px; }
.card--big h3 { font-size: 1.35rem; margin-bottom: 12px; }
.card--big .btn { margin-top: 28px; width: 100%; justify-content: center; }

.maintenance-box { margin-top: 44px; background: var(--dark); border-radius: var(--radius-lg); padding: 32px 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.maintenance-box__icon { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--green-mid); flex-shrink: 0; }
.maintenance-box__text { flex: 1; min-width: 200px; }
.maintenance-box__text h3 { font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 6px; }
.maintenance-box__text p { font-size: 0.9rem; color: rgba(255,255,255,.6); line-height: 1.6; }
.maintenance-box__text .highlight { color: var(--accent2); font-weight: 700; }
.maintenance-box .btn--outline { color: white; border-color: rgba(255,255,255,.25); }
.maintenance-box .btn--outline:hover { border-color: white; background: rgba(255,255,255,.06); }

/* PRICING */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.pricing-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 36px 32px; position: relative; transition: transform .25s, box-shadow .25s; }
.pricing-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pricing-card--popular { border-color: var(--accent); border-width: 1.5px; box-shadow: var(--shadow-lg); }
.popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: white; border-radius: 6px; padding: 4px 16px; font-size: 0.74rem; font-weight: 700; white-space: nowrap; letter-spacing: .04em; text-transform: uppercase; }
.pricing-card__badge { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; color: var(--accent); margin-bottom: 16px; }
.pricing-card__price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; }
.price-from { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.price-amount { font-size: 2.2rem; font-weight: 700; color: var(--dark); font-family: 'Playfair Display', Georgia, serif; }
.pricing-card__desc { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 26px; line-height: 1.65; }
.pricing-card__list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 32px; padding-top: 22px; border-top: 1px solid var(--border-light); }
.pricing-card__list li { font-size: 0.9rem; color: var(--text); font-weight: 500; padding-left: 18px; position: relative; }
.pricing-card__list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.pricing-note { text-align: center; color: var(--text-muted); font-size: 0.88rem; margin-top: 40px; }
.pricing-note a { color: var(--accent); font-weight: 600; text-decoration: underline; }

/* ABONNEMENT */
.abonnement-box { margin-top: 44px; background: var(--dark); border-radius: var(--radius-lg); padding: 34px 40px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.abonnement-box__left { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 240px; }
.abonnement-box__left h3 { font-size: 1.2rem; font-weight: 700; color: white; margin-bottom: 8px; }
.abonnement-box__left p { font-size: 0.9rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.abonnement-box__right { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.abonnement-price { font-size: 1.9rem; font-weight: 700; color: white; font-family: 'Playfair Display', Georgia, serif; white-space: nowrap; }
.abonnement-price span { font-size: 0.95rem; font-weight: 400; color: rgba(255,255,255,.45); }
.abonnement-box .btn--primary { background: white; color: var(--dark); border-color: white; }
.abonnement-box .btn--primary:hover { background: var(--green-light); }

/* WAAROM / TESTIMONIALS */
.testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); padding: 32px; transition: transform .25s, background .25s; }
.testimonial:hover { transform: translateY(-3px); background: rgba(255,255,255,.06); }
.testimonial::before { content: ''; position: absolute; top: 0; left: 32px; width: 28px; height: 2px; background: var(--accent2); }
.testimonial__stars { color: var(--accent2); font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; margin-top: 8px; }
.testimonial p { color: rgba(255,255,255,.8); font-size: 0.94rem; line-height: 1.75; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.contact-info .section-tag { margin-bottom: 18px; }
.contact-info h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.75rem, 3.2vw, 2.3rem); font-weight: 700; color: var(--dark); margin-bottom: 16px; line-height: 1.2; }
.contact-info > p { color: var(--text-muted); font-size: 1rem; line-height: 1.7; margin-bottom: 34px; }
.contact-details { display: flex; flex-direction: column; gap: 14px; margin-bottom: 34px; }
.contact-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--text); font-weight: 500; }
.contact-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--accent); width: 20px; flex-shrink: 0; }
.contact-promise { display: flex; flex-direction: column; gap: 10px; padding-top: 22px; border-top: 1px solid var(--border); }
.promise-item { font-size: 0.88rem; color: var(--text-muted); font-weight: 500; padding-left: 18px; position: relative; }
.promise-item::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.contact-form { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 44px; display: flex; flex-direction: column; gap: 20px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--text); text-transform: uppercase; letter-spacing: 0.05em; }
.form-group input, .form-group select, .form-group textarea { padding: 13px 16px; border: 1.5px solid var(--border-light); border-radius: 8px; font-family: inherit; font-size: 0.95rem; color: var(--text); background: var(--cream); transition: border-color .2s, box-shadow .2s; outline: none; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--dark); box-shadow: 0 0 0 3px rgba(31,44,34,.08); background: white; }
.form-group textarea { resize: vertical; }
.form-group select { cursor: pointer; }
.btn-icon { display: inline-flex; align-items: center; }
.form-success { display: none; background: var(--green-light); color: var(--green-dark); border: 1px solid var(--green); border-radius: 8px; padding: 14px 18px; font-size: 0.92rem; font-weight: 600; text-align: center; }
.form-success.visible { display: block; }
.form-error { display: none; background: #FBEAEA; color: #A13B3B; border: 1px solid #E3B4B4; border-radius: 8px; padding: 14px 18px; font-size: 0.92rem; font-weight: 600; text-align: center; }
.form-error.visible { display: block; }
.form-error a { text-decoration: underline; }

/* FAQ */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; transition: border-color .2s; }
.faq-item:hover { border-color: var(--border); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; cursor: pointer; padding: 20px 24px; font-size: 0.98rem; font-weight: 600; color: var(--text); text-align: left; line-height: 1.4; font-family: inherit; }
.faq-q:hover { color: var(--accent); }
.faq-icon { flex-shrink: 0; width: 20px; height: 20px; position: relative; transition: transform .3s ease; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; left: 50%; top: 50%; background: var(--text-muted); border-radius: 2px; transition: transform .3s ease, background .2s; }
.faq-icon::before { width: 10px; height: 1.5px; transform: translate(-50%,-50%); }
.faq-icon::after { width: 1.5px; height: 10px; transform: translate(-50%,-50%); }
.faq-q[aria-expanded="true"] .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg) scaleY(0); }
.faq-q[aria-expanded="true"] .faq-icon::before, .faq-q[aria-expanded="true"] .faq-icon::after { background: var(--accent); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-a > p { overflow: hidden; padding: 0 24px; color: var(--text-muted); line-height: 1.7; font-size: .93rem; transition: padding .3s ease; }
.faq-item.open { border-color: var(--accent); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-item.open .faq-a > p { padding: 0 24px 22px; }

/* FOOTER */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 60px 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand .nav__logo { color: white; margin-bottom: 14px; display: inline-flex; }
.footer__brand p { font-size: 0.88rem; color: rgba(255,255,255,.4); }
.footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer__links > div { display: flex; flex-direction: column; gap: 12px; }
.footer__links strong { color: white; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; font-weight: 700; }
.footer__links a { font-size: 0.88rem; color: rgba(255,255,255,.4); transition: color .2s; }
.footer__links a:hover { color: white; }
.footer__bottom { padding: 20px 0; }
.footer__bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 0.8rem; color: rgba(255,255,255,.28); }
.footer__email { display: block; margin-top: 6px; font-size: 0.86rem; color: rgba(255,255,255,.4); transition: color .2s; }
.footer__email:hover { color: white; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* PROCESS / HOE HET WERKT */
.process-grid { display: flex; align-items: stretch; gap: 0; }
.process-card { flex: 1; background: var(--white); border: 1px solid var(--border-light); border-top: 3px solid transparent; border-radius: var(--radius-lg); padding: 34px 26px; display: flex; flex-direction: column; gap: 12px; position: relative; transition: transform .25s, box-shadow .25s, border-color .25s; }
.process-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-top-color: var(--accent); }
.process-card--last { background: var(--dark); border-color: var(--dark); }
.process-card--last:hover { border-top-color: var(--accent2); }
.process-card--last h3 { color: white; }
.process-card--last p { color: rgba(255,255,255,.6); }
.process-card--last .process-card__num { color: var(--accent2); }
.process-card__num { font-family: 'Playfair Display', Georgia, serif; font-size: 2.4rem; font-weight: 700; color: var(--accent); line-height: 1; }
.process-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark); line-height: 1.3; }
.process-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; flex: 1; }
.process-connector { display: flex; align-items: center; justify-content: center; color: var(--border); flex-shrink: 0; opacity: 0.8; margin-top: -20px; }
.process-connector svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .process-grid { flex-direction: column; gap: 12px; }
  .process-connector { transform: rotate(90deg); padding: 0; margin: -4px auto; }
}

/* WAAROM HEADER */
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; gap: 12px; }
.reviews-header h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.75rem, 3.6vw, 2.4rem); font-weight: 700; color: white; margin-top: 10px; }
.reviews-avg { font-size: 0.88rem; color: rgba(255,255,255,.4); font-weight: 500; }

/* SIDE NAV DOTS */
.side-dots { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; z-index: 100; }
.side-dot { width: 7px; height: 7px; border-radius: 50%; background: transparent; border: 1.5px solid rgba(31,44,34,.25); display: block; transition: background .2s, transform .2s, border-color .2s; position: relative; }
.side-dot::after { content: attr(data-label); position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: var(--dark); color: white; font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s; }
.side-dot:hover::after, .side-dot.active::after { opacity: 1; }
.side-dot.active { background: var(--dark); border-color: var(--dark); transform: scale(1.3); }
.side-dot:hover { border-color: var(--dark); }
@media (max-width: 900px) { .side-dots { display: none; } }

.diensten-header { margin-bottom: 48px; }
.diensten-header h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.75rem, 3.6vw, 2.4rem); font-weight: 700; color: var(--dark); margin-bottom: 10px; letter-spacing: -0.015em; }
.diensten-header p { color: var(--text-muted); font-size: 0.98rem; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cards { grid-template-columns: repeat(2,1fr); }
  .cards--two { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pricing-card--popular:hover { transform: translateY(-3px); }
  .testimonials { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .section { padding: 68px 0; }
  .cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }
  .footer__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .hero__stats { gap: 20px; }
  .stat__divider { display: none; }
  .maintenance-box, .abonnement-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .footer__bottom .container { flex-direction: column; text-align: center; }
}
