:root {
  --ink: #112923;
  --ink-soft: #4f615c;
  --cream: #f5f2e9;
  --paper: #fbfaf6;
  --green: #174f42;
  --green-light: #d4e85a;
  --orange: #f06b3f;
  --line: rgba(17, 41, 35, .14);
  --shadow: 0 20px 55px rgba(25, 50, 41, .09);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17,41,35,.1); position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; width: 33px; height: 33px; display: inline-block; transform: rotate(30deg); }
.brand-mark span { position: absolute; width: 11px; height: 27px; border-radius: 7px; background: var(--orange); top: 3px; left: 11px; }
.brand-mark span:nth-child(2) { transform: rotate(120deg); }
.brand-mark span:nth-child(3) { transform: rotate(240deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: -.5px; }
.brand-copy small { color: var(--orange); font-size: 10px; text-transform: uppercase; letter-spacing: 3.5px; margin-top: 5px; font-weight: 700; }
.desktop-nav { display: flex; gap: 34px; margin-left: 80px; }
.desktop-nav a { font-size: 13px; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1.5px; background: var(--orange); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.button { border: 0; border-radius: 6px; padding: 15px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 7px 15px rgba(17,41,35,.13); }
.button-dark:hover { background: #1d3d35; box-shadow: 0 10px 22px rgba(17,41,35,.2); }
.button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-small { padding: 11px 16px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }

.hero { min-height: 680px; padding: 155px clamp(24px, 9vw, 140px) 74px; overflow: hidden; position: relative; }
.hero > *:not(.hero-visual) { position: relative; z-index: 2; }
.hero-visual { position: absolute; width: min(54vw, 760px); height: 620px; right: -1vw; top: 75px; }
.mesh { position: absolute; inset: 10% 0 0 15%; opacity: .12; background-image: linear-gradient(rgba(17,41,35,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(17,41,35,.4) 1px, transparent 1px); background-size: 37px 37px; transform: perspective(500px) rotateY(-18deg) rotateZ(-8deg); mask-image: radial-gradient(ellipse, #000 15%, transparent 72%); }
.orb { position: absolute; border-radius: 50%; filter: saturate(1.08); box-shadow: inset -22px -30px 50px rgba(0,0,0,.11), inset 17px 18px 40px rgba(255,255,255,.45), 0 35px 70px rgba(18,65,53,.12); }
.orb-one { width: 330px; height: 330px; right: 16%; top: 16%; background: radial-gradient(circle at 32% 26%, #e7f39a 0 6%, #bfd750 22%, #5e8f56 53%, #235b4c 76%); }
.orb-two { width: 168px; height: 168px; right: 5%; top: 55%; background: radial-gradient(circle at 35% 25%, #ffb17d, #f06b3f 40%, #a33d2f 82%); }
.orb-three { width: 92px; height: 92px; left: 17%; bottom: 13%; background: radial-gradient(circle at 35% 25%, #77a596, #174f42 55%, #0e352d); }
.orb-one::after, .orb-two::after { content: ""; position: absolute; width: 22%; height: 13%; border-radius: 50%; background: rgba(255,255,255,.55); filter: blur(10px); top: 14%; left: 22%; transform: rotate(-30deg); }
.spark { position: absolute; color: var(--orange); font-size: 25px; }
.spark-one { left: 24%; top: 21%; }.spark-two { right: 23%; bottom: 9%; color: var(--green); font-size: 17px; }
.eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; color: #53645f; }
.eyebrow span { width: 23px; height: 2px; background: var(--orange); }
.hero h1 { font-family: Manrope, sans-serif; font-size: clamp(54px, 6vw, 89px); line-height: .98; letter-spacing: -5px; max-width: 690px; margin: 27px 0 25px; font-weight: 700; }
.hero h1 em { color: var(--orange); font-style: italic; font-weight: 600; }
.hero-intro { max-width: 555px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; margin: 0 0 31px; }
.search-wrap { background: var(--paper); border: 1px solid rgba(17,41,35,.12); border-radius: 8px; height: 59px; max-width: 570px; display: flex; align-items: center; padding: 0 14px 0 19px; box-shadow: var(--shadow); }
.search-wrap svg { width: 20px; height: 20px; fill: none; stroke: #64736e; stroke-width: 1.7; flex: 0 0 auto; }
.search-wrap input { background: transparent; border: 0; outline: none; padding: 0 15px; flex: 1; min-width: 0; color: var(--ink); font-size: 14px; }
.search-wrap input::placeholder { color: #8c9894; }
.search-area { position: relative; max-width: 570px; }
.search-suggestions { position: absolute; z-index: 12; left: 0; right: 0; top: calc(100% + 7px); background: #fff; border: 1px solid rgba(17,41,35,.12); border-radius: 7px; box-shadow: 0 18px 48px rgba(16,37,31,.13); overflow: hidden; }
.search-suggestions[hidden] { display: none; }
.search-result { width: 100%; border: 0; border-bottom: 1px solid #ecece6; background: #fff; padding: 13px 15px; display: flex; align-items: center; gap: 12px; text-align: left; cursor: pointer; transition: background .16s; }
.search-result:last-child { border-bottom: 0; }
.search-result:hover, .search-result:focus { background: #f5f4ee; outline: none; }
.search-result-logo { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: #fff; font: 800 10px Manrope; }
.search-result-logo.has-image { padding: 4px; background: #fff; border: 1px solid #e1e4df; }
.search-result-logo.has-image img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; }
.search-result-copy { min-width: 0; display: grid; gap: 2px; }
.search-result-copy strong { font: 700 12px Manrope; color: var(--ink); }
.search-result-copy small { color: #7b8883; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-code { margin-left: auto; color: #587069; font: 700 8px Manrope; letter-spacing: .4px; background: #f2f2ed; padding: 5px 7px; border-radius: 3px; max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-no-result { margin: 0; padding: 17px; color: #74817d; font-size: 11px; text-align: center; }
.offer-card.search-highlight { animation: searchPulse 1.2s ease; }
@keyframes searchPulse { 0%, 100% { box-shadow: none; } 35% { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,104,66,.12); } }
.popular-searches { display: flex; align-items: center; gap: 13px; max-width: 570px; margin-top: 15px; font-size: 11px; color: #74807c; }
.popular-searches button { border: 0; padding: 0; background: transparent; font-size: 11px; cursor: pointer; color: var(--ink); text-decoration: underline; text-decoration-color: #c0c4c0; text-underline-offset: 3px; }
.proof-row { display: flex; gap: 12px; align-items: center; margin-top: 39px; }
.avatars { display: flex; }
.avatars span { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: #406d61; border-radius: 50%; font-size: 8px; border: 2px solid var(--cream); margin-left: -7px; }
.avatars span:first-child { margin-left: 0; background: var(--orange); }.avatars span:nth-child(2) { background: #b4ce49; color: var(--ink); }.avatars span:last-child { background: var(--ink); }
.proof-row p { margin: 0; font-size: 10px; line-height: 1.5; color: #6c7b76; }.proof-row strong { color: var(--ink); }

.offers-section { background: var(--paper); padding: 90px clamp(24px, 7vw, 110px) 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; max-width: 1200px; margin: 0 auto; }
.section-heading h2, .how-section h2, .community-card h2 { font-family: Manrope, sans-serif; font-size: clamp(35px, 4vw, 51px); line-height: 1.05; letter-spacing: -2.5px; margin: 17px 0 0; }
.section-heading > p { color: #75817d; font-size: 13px; line-height: 1.7; margin: 0 0 5px; }
.filter-row { max-width: 1200px; margin: 46px auto 30px; display: flex; gap: 9px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.country-filter-wrap { max-width: 1200px; margin: 38px auto -27px; display: flex; justify-content: flex-end; align-items: center; gap: 9px; }
.country-filter-wrap label { display: flex; align-items: center; gap: 6px; color: #687873; font-size: 10px; font-weight: 700; }
.country-filter-wrap label span { color: var(--orange); font-size: 16px; }
.country-filter-wrap select { min-width: 175px; height: 38px; padding: 0 32px 0 11px; border: 1px solid #d7d9d3; border-radius: 5px; background: #fff; color: var(--ink); font-size: 11px; font-weight: 600; cursor: pointer; }
.country-result-count { min-width: 28px; height: 28px; display: inline-grid; place-items: center; padding: 0 7px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; }
.offer-card[hidden], .offer-card.is-filtered-out { display: none !important; }
.filter { white-space: nowrap; border: 1px solid #dcddd7; background: transparent; border-radius: 50px; padding: 10px 18px; font-size: 11px; cursor: pointer; transition: all .2s; }
.filter:hover, .filter.active { color: white; background: var(--ink); border-color: var(--ink); }
.filter span { margin-left: 6px; font-size: 9px; opacity: .7; }
.offers-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.offer-card { background: white; padding: 20px; border: 1px solid #e5e5de; border-radius: 9px; position: relative; transition: transform .28s, box-shadow .28s, border .28s; min-width: 0; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(23,79,66,.25); }
.offer-card.featured::before { content: "Choix du moment"; position: absolute; top: 0; right: 18px; transform: translateY(-50%); background: var(--orange); color: white; padding: 5px 9px; border-radius: 4px; font-size: 8px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.verified { color: #28866e; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; }
.demo-card .verified { color: var(--orange); }
.brand-logo { height: 42px; width: 42px; border-radius: 11px; display: grid; place-items: center; font: 800 19px Manrope; margin-top: 20px; color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-logo.has-image { padding: 6px; background: #fff !important; border: 1px solid #e1e4df; }
.brand-logo.has-image img { width: 100%; height: 100%; object-fit: contain; border-radius: inherit; }
.brand-logo.has-image .brand-initials { display: none; }
.bourso { background: #dc2454; }.uber { background: #0b3925; color: #53d486; font-size: 10px; }.revolut { background: #171717; }.amex { background: #2583af; font-size: 9px; }.airbnb { background: #ff5a5f; }.backmarket { background: #1f2020; font-size: 10px; }.deliveroo { background: #00cdbc; }.blabla { background: #1377c9; }
.category { color: #87928e; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin: 19px 0 7px; }
.offer-card h3 { font: 700 21px Manrope; letter-spacing: -.6px; margin: 0 0 10px; }
.offer-countries { min-height: 28px; display: flex; align-items: flex-start; gap: 6px; margin: -2px 0 11px; color: #6f817a; font-size: 9px; font-weight: 600; line-height: 1.45; }
.offer-countries > span:first-child { flex: 0 0 auto; color: var(--orange); font-size: 12px; line-height: 1.1; }
.offer-country-names { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.offer-copy { color: #65736f; font-size: 11px; line-height: 1.55; min-height: 35px; margin: 0 0 17px; }.offer-copy strong { color: var(--ink); }
.code-box { height: 53px; background: #f4f4ef; border: 1px dashed #c6cbc5; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; padding-left: 13px; overflow: hidden; }
.code-box > span { display: grid; gap: 3px; min-width: 0; }.code-box small { color: #87918e; font-size: 7px; letter-spacing: 1px; }.code-box strong { font: 700 11px Manrope; letter-spacing: .5px; overflow: hidden; text-overflow: ellipsis; }
.copy-button { height: 100%; width: 48px; border: 0; border-left: 1px dashed #c6cbc5; background: transparent; cursor: pointer; display: grid; place-items: center; transition: background .2s; }.copy-button:hover { background: #e5e8df; }.copy-button svg { width: 16px; height: 16px; fill: none; stroke: #4c5e58; stroke-width: 1.5; }
.card-footer { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; font-size: 8px; color: #8b9591; }.card-footer span { display: flex; align-items: center; gap: 5px; }.card-footer i { width: 5px; height: 5px; background: #42a98c; border-radius: 50%; }.card-footer a { font-weight: 700; color: var(--ink); }.card-footer a:hover { color: var(--orange); }.card-footer b { font-size: 11px; }
.extra-card { display: none; }.offers-grid.expanded .extra-card { display: block; animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } }
.load-more { display: flex; margin: 36px auto 0; background: transparent; border: 0; border-bottom: 1px solid #9ca5a1; padding: 7px 2px; cursor: pointer; font-size: 11px; font-weight: 700; gap: 9px; }.load-more:hover { color: var(--orange); border-color: var(--orange); }
.empty-state { max-width: 1200px; text-align: center; border: 1px dashed #cdd0c8; border-radius: 12px; margin: 0 auto; padding: 55px; }.empty-state span { font-size: 35px; color: var(--orange); }.empty-state h3 { font: 700 22px Manrope; margin: 10px 0 5px; }.empty-state p { color: #7a8581; font-size: 13px; }
.floating-new-search { position: fixed; z-index: 35; right: 22px; bottom: 22px; min-height: 46px; display: flex; align-items: center; gap: 9px; padding: 6px 14px 6px 7px; border: 1px solid rgba(16,37,31,.16); border-radius: 999px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 14px 38px rgba(16,37,31,.18); font: 700 10px Manrope, sans-serif; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .22s, transform .22s, box-shadow .22s; backdrop-filter: blur(12px); }
.floating-new-search.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-new-search:hover { box-shadow: 0 17px 44px rgba(16,37,31,.24); transform: translateY(-2px); }
.floating-new-search-icon { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--orange); color: #fff; font-size: 17px; line-height: 1; }

.how-section { background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 2fr; gap: 7vw; padding: 100px clamp(24px, 8vw, 125px); }
.eyebrow.light { color: #aab9b4; }.how-intro p { color: #9badA7; font-size: 13px; line-height: 1.6; margin-top: 24px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.steps article { border-top: 1px solid rgba(255,255,255,.19); padding-top: 17px; position: relative; }.step-number { color: #90a49e; font: 10px Manrope; }.step-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green-light); margin: 34px 0 23px; font-size: 19px; }.steps article:nth-child(2) .step-icon { background: var(--orange); }.steps article:nth-child(3) .step-icon { background: #f2eee3; }
.steps h3 { font: 700 16px Manrope; margin: 0 0 12px; }.steps p { font-size: 10px; line-height: 1.7; color: #99aba5; margin: 0; }

.community-section { background: var(--paper); padding: 90px clamp(24px, 8vw, 125px); }
.community-card { max-width: 1200px; margin: 0 auto; border-radius: 14px; min-height: 370px; background: var(--orange); color: white; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; position: relative; }
.community-content { padding: 60px 9%; z-index: 2; }.community-label { font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 800; }.community-card h2 { margin-top: 20px; }.community-card p { font-size: 12px; line-height: 1.7; max-width: 420px; color: rgba(255,255,255,.77); margin: 21px 0 29px; }.button-light { background: white; color: var(--ink); }.button-light:hover { box-shadow: 0 12px 25px rgba(90,34,19,.18); }
.community-art { position: relative; min-height: 370px; }.ring { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }.ring-1 { width: 170px; height: 170px; }.ring-2 { width: 290px; height: 290px; }.ring-3 { width: 430px; height: 430px; }.art-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 135px; height: 135px; background: var(--ink); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 20px 45px rgba(78,24,15,.22); }.art-core span { font: 800 50px Manrope; color: var(--green-light); }.member { position: absolute; width: 39px; height: 39px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; font: 700 9px Manrope; background: #ddd269; color: var(--ink); }.member-1 { left: 17%; top: 25%; }.member-2 { right: 11%; top: 35%; background: #47766b; color: white; }.member-3 { left: 26%; bottom: 13%; background: #f3e5d7; }

footer { background: #0c211c; color: white; padding: 65px clamp(24px, 8vw, 125px) 25px; }
.footer-main { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 55px; }.footer-brand .brand-copy strong { color: white; }.footer-main > div > p { color: #7f938d; font-size: 11px; line-height: 1.7; margin: 22px 0; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(45px, 7vw, 105px); }.footer-links div { display: grid; align-content: start; gap: 12px; }.footer-links strong { font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; color: #a7b5b1; margin-bottom: 8px; }.footer-links a { font-size: 10px; color: #6f847e; }.footer-links a:hover { color: white; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding-top: 22px; display: flex; justify-content: space-between; font-size: 8px; color: #647a73; }.footer-bottom b { color: var(--orange); }.footer-bottom .logo-dev-credit { color: #7f938d; }.footer-bottom .logo-dev-credit:hover { color: white; }

.modal[hidden] { display: none; }.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 18px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(7,25,20,.66); backdrop-filter: blur(6px); }.modal-panel { position: relative; width: min(100%, 510px); background: var(--paper); padding: 38px; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.3); animation: modalIn .25s ease; }.modal-panel h2 { font: 700 31px Manrope; letter-spacing: -1.3px; margin: 15px 0 5px; }.modal-panel > p { color: #75817d; font-size: 12px; margin-bottom: 25px; }.modal-close { position: absolute; right: 15px; top: 12px; border: 0; background: transparent; cursor: pointer; font-size: 28px; color: #6c7b76; }.modal form { display: grid; gap: 14px; }.modal label { font-size: 10px; font-weight: 700; display: grid; gap: 6px; }.modal input { height: 45px; padding: 0 12px; border: 1px solid #d8dad3; border-radius: 5px; outline: none; background: white; font-size: 13px; }.modal input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,79,66,.08); }.modal form .button { margin-top: 8px; }
@keyframes modalIn { from { opacity: 0; transform: translateY(15px) scale(.98); } }
.toast { position: fixed; z-index: 70; right: 25px; bottom: 25px; background: var(--ink); color: white; border-radius: 8px; padding: 13px 17px; display: flex; align-items: center; gap: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: translateY(90px); opacity: 0; transition: .3s ease; pointer-events: none; }.toast.show { transform: translateY(0); opacity: 1; }.toast > span { width: 27px; height: 27px; display: grid; place-items: center; background: var(--green-light); color: var(--ink); border-radius: 50%; font-size: 12px; font-weight: 800; }.toast p { margin: 0; display: grid; }.toast strong { font-size: 11px; }.toast small { font-size: 8px; color: #aab7b3; margin-top: 3px; }

@media (max-width: 1050px) {
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { opacity: .55; right: -17vw; }
  .hero h1 { max-width: 620px; }
  .how-section { grid-template-columns: 1fr; }.how-intro { max-width: 450px; }
}
@media (max-width: 760px) {
  .site-header { height: 70px; padding-inline: 20px; position: absolute; }.desktop-nav, .site-header > .button { display: none; }.menu-button { display: grid; gap: 6px; }.menu-button span { display: block; width: 23px; height: 2px; background: var(--ink); }
  .desktop-nav.open { display: flex; position: absolute; top: 70px; left: 0; right: 0; margin: 0; background: var(--paper); padding: 25px; flex-direction: column; gap: 22px; box-shadow: 0 15px 25px rgba(17,41,35,.12); }
  .hero { min-height: auto; padding: 128px 22px 65px; }.hero-visual { width: 420px; height: 390px; right: -190px; top: 98px; opacity: .28; }.orb-one { width: 240px; height: 240px; }.orb-two { width: 110px; height: 110px; }.orb-three { width: 65px; height: 65px; }.hero h1 { font-size: clamp(51px, 15vw, 70px); letter-spacing: -4px; }.hero-intro { font-size: 15px; max-width: 95%; }.popular-searches { flex-wrap: wrap; }.proof-row { margin-top: 31px; }
  .offers-section { padding: 70px 18px; }.section-heading { display: block; }.section-heading > p { margin-top: 18px; }.filter-row { margin-top: 32px; }.offers-grid { grid-template-columns: 1fr; gap: 13px; }.offer-card:nth-child(n+4):not(.extra-card) { display: none; }.offers-grid.expanded .offer-card:nth-child(n+4) { display: block; }.card-footer { font-size: 9px; }
  .how-section { padding: 72px 24px; }.steps { grid-template-columns: 1fr; gap: 33px; }.step-icon { margin: 22px 0 17px; }.steps p { font-size: 11px; max-width: 390px; }
  .community-section { padding: 55px 18px; }.community-card { grid-template-columns: 1fr; }.community-content { padding: 42px 28px 10px; }.community-art { min-height: 270px; }.ring-3 { width: 350px; height: 350px; }
  footer { padding: 50px 24px 22px; }.footer-main { display: grid; }.footer-links { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-bottom { gap: 15px; flex-wrap: wrap; }
  .modal-panel { padding: 30px 22px; }.toast { left: 18px; right: 18px; bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Refined minimal direction */
:root {
  --cream: #f3f1e9;
  --paper: #faf9f5;
  --ink: #10251f;
  --orange: #ef6842;
  --shadow: 0 18px 45px rgba(16, 37, 31, .06);
}

.noise { display: none; }
.site-header { border-color: rgba(16, 37, 31, .09); }
.desktop-nav { gap: 40px; }
.desktop-nav a { color: #52635e; font-weight: 500; }
.button { border-radius: 4px; box-shadow: none; }
.button:hover { box-shadow: none; }

.hero { min-height: 720px; padding-top: 170px; }
.hero-visual { width: min(48vw, 660px); right: 1vw; }
.mesh, .spark, .orb-three { display: none; }
.orb { box-shadow: none; filter: none; }
.orb-one { width: 360px; height: 360px; right: 12%; top: 16%; background: #d3e85d; }
.orb-one::before { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(16,37,31,.17); border-radius: 50%; }
.orb-one::after { width: 180px; height: 180px; top: 25%; left: 25%; border: 1px solid rgba(16,37,31,.17); border-radius: 50%; background: transparent; filter: none; transform: none; }
.orb-two { width: 96px; height: 96px; right: 5%; top: 64%; background: var(--orange); }
.orb-two::after { display: none; }
.hero h1 { max-width: 850px; font-size: clamp(54px, 5.3vw, 78px); font-weight: 600; }
.hero-intro { max-width: 520px; }
.search-wrap { box-shadow: none; background: rgba(255,255,255,.64); backdrop-filter: blur(12px); }
.proof-row { margin-top: 34px; }

.offers-section { padding-top: 105px; }
.offers-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { border-radius: 5px; padding: 24px; box-shadow: none; }
.offer-card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(16,37,31,.06); border-color: rgba(16,37,31,.23); }
.offer-card.featured::before { display: none; }
.brand-logo { border-radius: 50%; box-shadow: none; }
.offer-copy { min-height: 38px; }
.code-box { background: #f5f4ef; border-radius: 3px; }

.how-section { padding-top: 115px; padding-bottom: 115px; }
.step-icon { border-radius: 4px; }

.community-card { background: var(--ink); border-radius: 6px; }
.community-label { color: var(--green-light); }
.community-art { opacity: .9; }
.ring { border-color: rgba(255,255,255,.1); }
.art-core { background: var(--orange); box-shadow: none; }
.art-core span { color: white; }
.member { border-width: 2px; }

@media (max-width: 1050px) {
  .offers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .hero { min-height: auto; padding-top: 130px; }
  .hero-visual { width: 330px; height: 330px; right: -170px; top: 120px; opacity: .22; }
  .orb-one { width: 260px; height: 260px; }
  .orb-two { width: 70px; height: 70px; }
  .offers-grid { grid-template-columns: 1fr; }
  .country-filter-wrap { margin: 28px 0 -20px; justify-content: stretch; }
  .country-filter-wrap label { display: none; }
  .country-filter-wrap select { width: auto; min-width: 0; flex: 1; }
  .floating-new-search { right: 12px; bottom: 12px; min-height: 42px; max-width: calc(100vw - 24px); }
  .floating-new-search-icon { width: 29px; height: 29px; }
}

/* WordPress compatibility */
body.nexus-forge-referral { margin: 0; }
body.admin-bar .site-header { top: 32px; }
.nexus-forge-referral .site-header svg,
.nexus-forge-referral .copy-button svg { fill: none; stroke: currentColor; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* Hero humain et recherche sans chevauchement */
.site-header {
  background: rgba(243, 241, 233, .78);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.hero { min-height: 760px; isolation: isolate; }
.hero-visual {
  display: block;
  width: min(61vw, 930px);
  height: 760px;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url('../images/hero-community.webp');
  background-size: auto 760px;
  background-position: 62% center;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 16%, #000 40%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 16%, #000 40%);
}
.hero-visual > * { display: none !important; }
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(243,241,233,.78));
  pointer-events: none;
}
.hero h1 { max-width: 690px; text-shadow: 0 1px 0 rgba(255,255,255,.25); }
.hero-intro { max-width: 510px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px 17px; margin: -13px 0 21px; color: #3e5b52; font-size: 10px; font-weight: 700; }
.trust-strip span::first-letter { color: var(--orange); }
.search-area { max-width: 570px; z-index: 6; }
.search-wrap { position: relative; z-index: 2; background: rgba(255,255,255,.94); border-color: rgba(16,37,31,.17); }
.search-wrap:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,79,66,.08); }
.search-suggestions {
  position: relative;
  inset: auto;
  margin-top: 7px;
  max-height: none;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(16,37,31,.12);
}
.popular-searches { position: relative; z-index: 3; margin-top: 16px; }
.proof-row { position: relative; z-index: 2; width: fit-content; margin-top: 30px; padding: 8px 12px 8px 8px; border: 1px solid rgba(16,37,31,.1); border-radius: 50px; background: rgba(255,255,255,.72); backdrop-filter: blur(10px); }
.offers-section { background: linear-gradient(180deg, #faf9f5 0%, #f6f5ef 100%); }
.offer-card { overflow: hidden; }
.offer-card::after { content: ""; position: absolute; left: 0; right: 100%; top: 0; height: 2px; background: var(--orange); transition: right .28s ease; }
.offer-card:hover::after { right: 0; }
.filter.active { box-shadow: 0 6px 15px rgba(16,37,31,.12); }
.community-card { background: linear-gradient(125deg, #10251f 0%, #174f42 100%); }
.community-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; right: 17%; top: -70%; background: rgba(212,232,90,.1); }

@media (max-width: 1050px) {
  .hero-visual { width: 63vw; opacity: .72; }
  .hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, rgba(243,241,233,.94) 45%, rgba(243,241,233,.2) 100%); pointer-events: none; }
}

@media (max-width: 760px) {
  .hero { min-height: 760px; padding-bottom: 55px; }
  .hero-visual { width: 100%; height: 390px; right: 0; top: 70px; opacity: .36; background-size: auto 390px; background-position: 70% center; mask-image: linear-gradient(180deg, #000 0%, transparent 100%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%); }
  .hero::before { background: linear-gradient(180deg, rgba(243,241,233,.38) 0%, var(--cream) 52%, var(--cream) 100%); }
  .hero > *:not(.hero-visual) { position: relative; z-index: 3; }
  .hero h1 { margin-top: 20px; }
  .trust-strip { margin-top: -8px; }
  .search-area, .search-wrap { width: 100%; max-width: none; }
  .search-suggestions { max-height: 310px; overflow-y: auto; }
  .search-result { padding: 12px; }
  .search-result-code { display: none; }
  .popular-searches { margin-top: 14px; }
  .proof-row { margin-top: 24px; }
}

/* Language selector */
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switcher { height: 38px; padding: 0 10px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid rgba(16,37,31,.16); border-radius: 4px; background: rgba(255,255,255,.62); color: #40554f; }
.language-switcher span { color: var(--orange); font-size: 16px; }
.language-switcher select { max-width: 100px; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; }

@media (max-width: 1050px) {
  .header-actions .button { display: none; }
}

@media (max-width: 760px) {
  .header-actions { margin-left: auto; }
  .language-switcher { height: 34px; padding-inline: 8px; }
  .language-switcher select { width: 68px; }
}

/* Arabic right-to-left layout */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .hero-visual { right: auto; left: 0; transform: scaleX(-1); mask-image: linear-gradient(270deg, transparent 0%, rgba(0,0,0,.35) 16%, #000 40%); -webkit-mask-image: linear-gradient(270deg, transparent 0%, rgba(0,0,0,.35) 16%, #000 40%); }
html[dir="rtl"] .hero::before { background: linear-gradient(270deg, var(--cream) 0%, rgba(243,241,233,.94) 45%, rgba(243,241,233,.2) 100%); }
html[dir="rtl"] .eyebrow span { order: 2; }
html[dir="rtl"] .search-result { text-align: right; }
html[dir="rtl"] .search-result-code { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .code-box { padding-left: 0; padding-right: 13px; }
html[dir="rtl"] .copy-button { border-left: 0; border-right: 1px dashed #c6cbc5; }
html[dir="rtl"] .offer-card::after { left: 100%; right: 0; transition: left .28s ease; }
html[dir="rtl"] .offer-card:hover::after { left: 0; }

@media (max-width: 760px) {
  html[dir="rtl"] .header-actions { margin-left: 0; margin-right: auto; }
  html[dir="rtl"] .hero-visual { left: 0; right: 0; mask-image: linear-gradient(180deg, #000 0%, transparent 100%); -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%); }
  html[dir="rtl"] .hero::before { background: linear-gradient(180deg, rgba(243,241,233,.38) 0%, var(--cream) 52%, var(--cream) 100%); }
}

/* 1.9.1 — recherche visible dès l’arrivée */
.hero {
  min-height: 690px;
  padding-top: 138px;
  padding-bottom: 45px;
}
.hero h1 {
  max-width: 760px;
  margin-top: 21px;
  margin-bottom: 18px;
  font-size: clamp(48px, 4.2vw, 68px);
  line-height: .97;
  letter-spacing: -4px;
}
.hero-search-label {
  max-width: 570px;
  margin: 0 0 8px;
  color: #455b54;
  font-size: 11px;
  font-weight: 700;
}
.search-wrap {
  height: 64px;
  border: 1.5px solid rgba(16,37,31,.3);
  box-shadow: 0 12px 32px rgba(16,37,31,.1);
}
.search-wrap svg {
  width: 22px;
  height: 22px;
  stroke: var(--green);
}
.search-wrap input {
  font-size: 15px;
  font-weight: 500;
}
.popular-searches { margin-top: 11px; }
.hero-intro {
  max-width: 570px;
  margin: 20px 0 13px;
  font-size: 14px;
  line-height: 1.55;
}
.trust-strip { margin: 0 0 14px; }
.proof-row { margin-top: 0; }

@media (max-width: 1050px) {
  .hero { min-height: 680px; }
  .hero h1 { max-width: 620px; font-size: clamp(47px, 6vw, 66px); }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding: 105px 22px 34px;
  }
  .hero-visual {
    height: 330px;
    top: 70px;
    background-size: auto 330px;
  }
  .hero h1 {
    max-width: 100%;
    margin: 15px 0 17px;
    font-size: clamp(43px, 12vw, 55px);
    line-height: .96;
    letter-spacing: -3.5px;
  }
  .hero-search-label { margin-bottom: 7px; font-size: 10px; }
  .search-wrap { height: 58px; }
  .popular-searches { margin-top: 10px; gap: 8px 12px; }
  .hero-intro { margin: 19px 0 13px; font-size: 13px; line-height: 1.55; }
  .trust-strip { margin: 0 0 16px; gap: 7px 13px; font-size: 9px; }
  .proof-row { margin-top: 0; }
  .offers-section { padding-top: 43px; }
}
