/*
Theme Name: RooMarkets
Theme URI: https://roomarkets.com
Description: Conciergerie d'Affaires Augmentée — L'humain au cœur de vos services professionnels.
Author: RooMarkets Inc.
Author URI: https://roomarkets.com
Version: 6.0
Text Domain: roomarkets
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
*/

:root {
  --dark: #1a1a1f;
  --charcoal: #2d2d35;
  --slate: #4a4a55;
  --mid: #6b6b78;
  --soft: #9a9aaa;
  --light: #e8e8ec;
  --warm-bg: #f7f6f3;
  --cream: #faf9f6;
  --white: #ffffff;
  --accent: #3d6b8e;
  --accent-soft: #5a8db0;
  --accent-bg: rgba(61,107,142,.06);
  --accent-border: rgba(61,107,142,.12);
  --warm: #c77b4a;
  --ink: #1a1a1f;
  --line: rgba(0,0,0,.06);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.04);
  --shadow: 0 8px 30px rgba(0,0,0,.06);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.08);
  --radius: 12px;
  --radius-lg: 20px;
  --max: 1140px;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth }
body {
  font-family: var(--sans); color: var(--ink); background: var(--cream);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  line-height: 1.7; font-size: 16px; font-weight: 400;
}
a { color: inherit; text-decoration: none }
img { max-width: 100%; height: auto; display: block }
.container { max-width: var(--max); margin: 0 auto; padding: 0 28px }
.em { color: var(--accent); font-weight: 600 }

/* PRELOADER */
.preloader {
  position: fixed; inset: 0; background: var(--dark);
  z-index: 10000; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 1.2rem; transition: opacity 1s, visibility 1s;
}
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none }
.preloader-brand { font-family: var(--sans); font-size: 1.6rem; font-weight: 700; color: #fff; letter-spacing: -.5px }
.preloader-bar { width: 80px; height: 2px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; border-radius: 2px }
.preloader-bar::after { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background: var(--accent-soft); animation: loadBar 2s ease forwards }
@keyframes loadBar { to { width: 100% } }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 10px;
  font-weight: 600; font-size: .88rem; font-family: var(--sans);
  border: none; cursor: pointer; transition: all .3s;
  white-space: nowrap; letter-spacing: .2px; text-decoration: none;
}
.btn-fill { background: var(--dark); color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.12) }
.btn-fill:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); background: var(--charcoal) }
.btn-outline { background: transparent; color: var(--dark); border: 1.5px solid var(--line) }
.btn-outline:hover { border-color: var(--accent); color: var(--accent) }
.btn-light { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.15) }
.btn-light:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.3) }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 4px 16px rgba(61,107,142,.2) }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(61,107,142,.3) }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all .4s }
.nav.scrolled { background: rgba(250,249,246,.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm) }
.nav.scrolled .brand-name, .nav.scrolled .nav-links a { color: var(--ink) }
.nav.scrolled .brand-sub { color: var(--soft) }
.nav-inner { height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px }
.brand { display: flex; flex-direction: column; line-height: 1.1 }
.brand-name { font-weight: 700; font-size: 1.3rem; color: #fff; letter-spacing: -.5px }
.brand-sub { font-size: .55rem; font-weight: 500; color: rgba(255,255,255,.4); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 1px }
.nav-links { display: flex; gap: 2rem; font-size: .85rem; font-weight: 500 }
.nav-links a { color: rgba(255,255,255,.6); transition: color .3s }
.nav-links a:hover { color: #fff }
.nav-cta { display: flex; gap: 8px; align-items: center }
.nav-cta .btn { padding: 9px 20px; font-size: .82rem }
.burger { display: none }
#mobileMenu { background: var(--cream); display: none }
#mobileMenu a { display: block; padding: 10px 0; font-weight: 600; font-size: 1rem; color: var(--ink) }
#mobileMenu a:hover { color: var(--accent) }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding: 0 }
.hero-slider { position: absolute; inset: 0; z-index: 0 }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.8s ease }
.hero-slide.active { opacity: 1 }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(.85) }
.hero-content { position: relative; z-index: 10; max-width: 650px; padding: 120px 0 100px }
.hero-badge {
  display: inline-block; padding: 12px 28px; margin-bottom: 28px;
  border: 2px solid rgba(255,255,255,.35); border-radius: 8px;
  font-size: .85rem; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.hero h1 { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 3.8rem); color: #fff; line-height: 1.1; margin-bottom: 12px; font-weight: 400 }
.hero h1 em { font-style: italic; color: rgba(255,255,255,.7) }
.hero-sub { font-family: var(--serif); font-size: 1.2rem; color: rgba(255,255,255,.55); font-style: italic; margin-bottom: 20px; line-height: 1.5 }
.hero-desc { font-size: .95rem; color: rgba(255,255,255,.5); line-height: 1.8; font-weight: 300; max-width: 50ch; margin-bottom: 8px }
.hero-geo { font-size: .78rem; color: rgba(255,255,255,.3); margin-bottom: 24px }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.25); font-size: .6rem; letter-spacing: 3px; text-transform: uppercase }
.scroll-line { width: 1px; height: 32px; background: rgba(255,255,255,.08); position: relative; overflow: hidden }
.scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.3); animation: scrollA 3s ease infinite }
@keyframes scrollA { 0% { top: -100% } 50% { top: 0 } 100% { top: 100% } }
.hero-dots { position: absolute; right: 3vw; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; flex-direction: column; gap: 10px }
.hero-dot { width: 7px; height: 7px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; transition: all .4s }
.hero-dot.active { background: #fff; border-color: #fff }

/* PROMISE */
.promise { padding: 48px 0; background: var(--white); border-bottom: 1px solid var(--line) }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 }
.promise-item { padding: 20px 32px; border-right: 1px solid var(--line) }
.promise-item:last-child { border-right: none }
.promise-item h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 8px; font-weight: 400; color: var(--ink) }
.promise-item p { font-size: .88rem; color: var(--mid); line-height: 1.7; font-weight: 300 }
.promise-num { font-size: .65rem; font-weight: 700; color: var(--accent); letter-spacing: 2px; margin-bottom: 10px; display: block }

/* SECTIONS */
section { padding: 80px 0 }
.sec-alt { background: var(--warm-bg) }
.sec-dark { background: var(--dark); color: #fff }
.section-head { margin-bottom: 40px }
.section-head.center { text-align: center }
.eyebrow { display: block; font-size: .65rem; font-weight: 600; color: var(--accent); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px }
.sec-dark .eyebrow { color: var(--accent-soft) }
h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.15; letter-spacing: -.3px; color: var(--ink); margin: 0 0 12px }
.sec-dark h2 { color: #fff }
.lead { color: var(--mid); font-size: .95rem; max-width: 55ch; line-height: 1.8; font-weight: 300; margin: 0 }
.sec-dark .lead { color: rgba(255,255,255,.4) }

/* CHALLENGES */
.challenges-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px }
.ch-card { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); transition: all .4s }
.ch-card:hover { box-shadow: var(--shadow); transform: translateY(-3px) }
.ch-num { font-size: .65rem; font-weight: 700; color: var(--accent); letter-spacing: 2px; margin-bottom: 10px }
.ch-card h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px }
.ch-card p { font-size: .88rem; color: var(--mid); line-height: 1.7; font-weight: 300 }

/* BEFORE/AFTER */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px }
.ba-card { padding: 32px; border-radius: var(--radius-lg); display: flex; flex-direction: column }
.ba-card.before { background: var(--white); border: 1px solid var(--line) }
.ba-card.after { background: var(--accent-bg); border: 1px solid var(--accent-border) }
.ba-label { font-size: .62rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px }
.ba-card.before .ba-label { color: var(--mid) }
.ba-card.after .ba-label { color: var(--accent) }
.ba-card h4 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 16px }
.ba-card ul { list-style: none; padding: 0; margin: 0 }
.ba-card li { padding: 8px 0 8px 20px; position: relative; font-size: .88rem; color: var(--slate); line-height: 1.7 }
.ba-card.before li::before { content: '—'; position: absolute; left: 0; color: var(--soft) }
.ba-card.after li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 600 }

/* B2B + MAP */
.b2b-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px }
.b2b-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; height: 400px }
.b2b-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5) saturate(.8) }
.b2b-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 40px; background: linear-gradient(to top, rgba(26,26,31,.9) 0%, rgba(26,26,31,.3) 60%, transparent 100%) }
.b2b-text { color: #fff; max-width: 480px }
.b2b-text h2 { color: #fff; margin-bottom: 10px }
.b2b-text p { color: rgba(255,255,255,.55); font-weight: 300; line-height: 1.7; font-size: .92rem }
.b2b-map { border-radius: var(--radius-lg); overflow: hidden; height: 400px; border: 1px solid var(--line) }
.b2b-map iframe { width: 100%; height: 100%; border: 0 }

/* ROOMS */
.rooms-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px }
.room-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all .4s; display: flex; flex-direction: column }
.room-card:hover { box-shadow: var(--shadow); transform: translateY(-4px) }
.room-img { height: 150px; overflow: hidden; position: relative }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; filter: saturate(.85) }
.room-card:hover .room-img img { transform: scale(1.04) }
.room-body { padding: 20px; flex-grow: 1; display: flex; flex-direction: column }
.room-tag { font-size: .62rem; font-weight: 700; color: var(--accent); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px }
.room-body h3 { font-size: .98rem; font-weight: 600; margin-bottom: 8px }
.room-body p { font-size: .84rem; color: var(--mid); line-height: 1.65; font-weight: 300; flex-grow: 1 }
.room-link { display: inline-block; margin-top: 14px; font-size: .82rem; font-weight: 600; color: var(--accent); transition: all .3s }
.room-link:hover { color: var(--ink) }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; align-items: start }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; transition: all .4s; display: flex; flex-direction: column; position: relative }
.price-card:hover { box-shadow: var(--shadow); transform: translateY(-4px) }
.price-card.featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) }
.price-popular { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; padding: 4px 16px; border-radius: 6px; font-size: .65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase }
.price-tier { font-size: .62rem; font-weight: 700; color: var(--accent); letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 8px }
.price-name { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 6px }
.price-desc { color: var(--mid); font-size: .84rem; line-height: 1.6; margin-bottom: 1.5rem }
.price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 1.5rem }
.price-currency { font-size: 1rem; font-weight: 700 }
.price-value { font-family: var(--serif); font-size: 2.8rem; line-height: 1 }
.price-period { color: var(--soft); font-size: .82rem }
.price-features { list-style: none; padding: 0; margin: 0 0 1.5rem; flex-grow: 1 }
.price-features li { padding: 8px 0 8px 22px; position: relative; font-size: .84rem; color: var(--slate); line-height: 1.5; border-bottom: 1px solid var(--line) }
.price-features li:last-child { border-bottom: none }
.price-features li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 600 }
.price-cta { margin-top: auto }
.price-cta .btn { width: 100%; justify-content: center }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 24px }
.process-step { padding: 28px; position: relative; border-right: 1px solid rgba(255,255,255,.06) }
.process-step:last-child { border-right: none }
.process-num { font-size: 2rem; font-family: var(--serif); color: rgba(255,255,255,.1); margin-bottom: 12px; line-height: 1 }
.process-step h4 { font-size: .95rem; font-weight: 600; color: #fff; margin-bottom: 8px }
.process-step p { font-size: .84rem; color: rgba(255,255,255,.4); line-height: 1.7; font-weight: 300 }

/* FUNDAMENTALS */
.fund-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px }
.fund-card { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); transition: all .4s }
.fund-card:hover { box-shadow: var(--shadow); transform: translateY(-3px) }
.fund-letter { font-family: var(--serif); font-size: 1.8rem; color: var(--accent); line-height: 1; margin-bottom: 12px }
.fund-card h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px }
.fund-card p { font-size: .84rem; color: var(--mid); line-height: 1.7; font-weight: 300 }
.fund-tag { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .62rem; font-weight: 700; color: var(--accent); letter-spacing: 1.5px; text-transform: uppercase }

/* CASES */
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px }
.case-card { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); transition: all .4s }
.case-card:hover { box-shadow: var(--shadow); transform: translateY(-3px) }
.case-label { font-size: .62rem; font-weight: 700; color: var(--accent); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px }
.case-scenario { font-family: var(--serif); font-size: 1.05rem; font-style: italic; line-height: 1.6; margin-bottom: 14px }
.case-result { background: var(--accent-bg); border: 1px solid var(--accent-border); border-radius: 10px; padding: 14px 16px; margin-bottom: 14px }
.case-result-label { font-size: .6rem; font-weight: 700; color: var(--accent); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px }
.case-result p { font-size: .84rem; color: var(--ink); font-weight: 500; line-height: 1.6 }
.case-profile { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line) }
.case-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--dark); color: var(--accent-soft); display: grid; place-items: center; font-weight: 700; font-size: .78rem }
.case-info .case-name { font-weight: 600; font-size: .84rem }
.case-info .case-type { font-size: .72rem; color: var(--soft) }

/* FORMS */
.form-section { padding: 80px 0 }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 24px }
.form-box { background: var(--dark); border: 1px solid rgba(255,255,255,.06); border-radius: var(--radius-lg); padding: 2.5rem }
.form-row { margin-bottom: 1rem }
.form-label { display: block; font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.4); margin-bottom: 6px; letter-spacing: .5px; text-transform: uppercase }
.form-input { width: 100%; padding: 13px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.03); color: #fff; font-size: .9rem; font-family: var(--sans); transition: border-color .3s }
.form-input::placeholder { color: rgba(255,255,255,.2) }
.form-input:focus { outline: none; border-color: var(--accent-soft); box-shadow: 0 0 0 3px rgba(61,107,142,.12) }
textarea.form-input { min-height: 100px; resize: vertical }
select.form-input { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%235a8db0'%3E%3Cpath d='M5 7L0 2h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center }
.form-submit { width: 100%; padding: 14px; background: var(--accent); color: #fff; border: none; border-radius: 10px; font-weight: 600; font-size: .95rem; cursor: pointer; transition: all .3s; font-family: var(--sans); margin-top: .5rem }
.form-submit:hover { background: var(--accent-soft); transform: translateY(-2px) }
.form-note { font-size: .7rem; color: rgba(255,255,255,.25); margin-top: .8rem; text-align: center }
.form-success { display: none; text-align: center; padding: 3rem 2rem; color: #fff }
.form-success.show { display: block }
.form-success h3 { font-family: var(--serif); font-size: 1.6rem; color: var(--accent-soft); margin-bottom: .5rem }
.trust { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px }
.trust span { display: inline-flex; padding: 8px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03); color: rgba(255,255,255,.45); font-size: .76rem; font-weight: 500 }

/* PARTNERS */
.partners { padding: 40px 0; text-align: center; border-top: 1px solid var(--line) }
.partners-label { font-size: .6rem; letter-spacing: 4px; text-transform: uppercase; color: var(--soft); margin-bottom: 1.5rem }
.partners-row { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; opacity: .3 }
.p-logo { font-family: var(--serif); font-size: 1.2rem; color: var(--ink) }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; background: rgba(26,26,31,.7); backdrop-filter: blur(10px); z-index: 9000; display: none; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity .4s }
.modal-overlay.open { display: flex; opacity: 1 }
.modal { background: var(--dark); border: 1px solid rgba(255,255,255,.06); border-radius: var(--radius-lg); padding: 2.5rem; max-width: 500px; width: 100%; position: relative; max-height: 90vh; overflow-y: auto; box-shadow: 0 40px 100px rgba(0,0,0,.3); animation: modalIn .4s ease }
@keyframes modalIn { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }
.modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: .9rem; cursor: pointer; display: grid; place-items: center; transition: all .3s }
.modal-close:hover { background: rgba(255,255,255,.12); color: #fff }
.modal h3 { font-family: var(--serif); font-size: 1.4rem; color: #fff; margin-bottom: .5rem }
.modal .lead-modal { color: rgba(255,255,255,.4); font-size: .85rem; margin-bottom: 1.5rem; line-height: 1.6 }
.modal .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px }

/* FOOTER */
footer { padding: 48px 0; background: var(--dark); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.04) }
footer a { color: rgba(255,255,255,.35); transition: color .3s; font-weight: 300 }
footer a:hover { color: var(--accent-soft) }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem }
.footer-brand { font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: 2px }
.footer-inc { font-size: .72rem; color: rgba(255,255,255,.2); margin-bottom: 10px }
.footer-col-title { font-size: .62rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px }
.footer-col a { display: block; font-size: .84rem; margin-bottom: 8px }
.sig { font-size: .84rem; color: rgba(255,255,255,.25); line-height: 1.7; max-width: 280px }
.footer-social { display: flex; gap: 6px; margin-top: 16px }
.footer-social a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); display: grid; place-items: center; font-size: .82rem }
.footer-social a:hover { background: rgba(255,255,255,.08) }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.04); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; font-size: .75rem; color: rgba(255,255,255,.15) }
.fab { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 50px; height: 50px; background: var(--accent); border: none; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 1.1rem; cursor: pointer; z-index: 999; box-shadow: 0 6px 20px rgba(61,107,142,.3); transition: all .3s }
.fab:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(61,107,142,.4) }

/* COOKIE */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--dark); border-top: 1px solid rgba(255,255,255,.05); padding: 14px 24px; z-index: 9500; display: none }
.cookie-banner.show { display: block }
.cookie-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap }
.cookie-text { color: rgba(255,255,255,.4); font-size: .78rem }
.cookie-text a { color: var(--accent-soft) }
.cookie-btns { display: flex; gap: 8px }
.cookie-btns .btn { padding: 7px 16px; font-size: .75rem }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: all .8s cubic-bezier(.23,1,.32,1) }
.reveal.visible { opacity: 1; transform: translateY(0) }

/* RESPONSIVE */
@media (max-width: 980px) {
  .hero-content{max-width:90%}.promise-grid{grid-template-columns:1fr}.promise-item{border-right:none;border-bottom:1px solid var(--line);padding:16px 0}.promise-item:last-child{border-bottom:none}.challenges-grid{grid-template-columns:1fr}.ba-grid{grid-template-columns:1fr}.b2b-grid{grid-template-columns:1fr}.b2b-map{height:280px}.rooms-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.process-grid{grid-template-columns:1fr 1fr}.process-step{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.fund-grid{grid-template-columns:1fr 1fr}.cases-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.nav-links{display:none}.burger{display:inline-flex}.foot{grid-template-columns:1fr 1fr}.hero-dots{display:none}.modal .form-row-2{grid-template-columns:1fr}
}
@media (max-width: 560px) {
  .hero h1{font-size:2.2rem}.rooms-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.fund-grid{grid-template-columns:1fr}.foot{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:6px}
}
