
:root {
  --navy: #171310; --navy-deep: #0b0907; --blue: #f29111; --blue-light: #fdf3e0;
  --ink: #241e18; --gray: #6b6259; --bg: #faf7f2; --white: #ffffff; --radius: 14px;
  --display: 'Montserrat', 'URW Gothic', 'Trebuchet MS', Verdana, sans-serif;
  --sans: 'Lato', 'Calibri', 'Tahoma', Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 16px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1120px, 92%); margin: 0 auto; }
.ic { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic.fill { fill: currentColor; stroke: none; }

/* Header */
header { position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 3px solid var(--blue); box-shadow: 0 2px 14px rgba(11,9,7,.45); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; gap: 12px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 58px; height: 58px; }
.brand .name { font-family: var(--display); font-weight: 800; font-size: 21px; color: #fff; letter-spacing: .2px; line-height: 1.2; }
.brand .name span { color: #ffb84d; }
.brand .tag { font-size: 10px; color: #d8cfc4; letter-spacing: 2.4px; font-weight: 700; }
.nav-links { display: flex; gap: 22px; font-size: 13.5px; font-weight: 700; color: #fff; letter-spacing: .3px; }
.nav-links a:hover { color: #ffb84d; }
.nav-links a.active { color: #ffb84d; border-bottom: 2px solid #ffb84d; padding-bottom: 2px; }
.btn { display: inline-block; background: linear-gradient(135deg, #ffa41c, #e07d00); color: #fff; font-family: var(--display); font-weight: 700; letter-spacing: .4px; padding: 12px 26px; border-radius: 999px; font-size: 14px; box-shadow: 0 6px 16px rgba(242,145,17,.35); }
.btn:hover { background: #cf7300; }
.btn.ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.75); box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,.12); }
.burger { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 6px; }
.burger svg { width: 28px; height: 28px; }
.mobile-menu { display: none; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.12); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px 6%; color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu a.active { color: #ffb84d; }

/* Hero accueil */
.hero { position: relative; color: #fff; padding: 100px 0 0; background: var(--navy-deep); overflow: hidden; }
.hero .bg { position: absolute; inset: 0; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11,9,7,.97) 0%, rgba(23,19,16,.92) 42%, rgba(207,115,0,.55) 100%); }
.hero .inner { position: relative; z-index: 2; }
.hero .kick { font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: #ffb84d; margin-bottom: 18px; }
.hero h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.12; letter-spacing: .5px; text-transform: uppercase; font-weight: 800; max-width: 20ch; }
.hero h1 span { color: #ffb84d; }
.hero p.lead { margin: 22px 0 8px; font-size: 17px; color: #eee4d8; max-width: 56ch; }
.hero .badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 30px; }
.hero .badge { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .4px; }
.hero .badge::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ffb84d; margin-right: 9px; vertical-align: 1px; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 64px; }
.hero-stats { position: relative; z-index: 2; background: rgba(255,255,255,.08); border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(6px); }
.hero-stats .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-stat { padding: 20px 18px; text-align: center; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255,255,255,.15); }
.hero-stat b { display: block; font-family: var(--display); font-weight: 700; font-size: 15px; color: #fff; letter-spacing: .5px; }
.hero-stat small { color: #d5cabd; font-size: 12.5px; }

/* Bandeau de page intérieure */
.page-hero { position: relative; color: #fff; padding: 72px 0 64px; background: var(--navy-deep); overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11,9,7,.97) 0%, rgba(23,19,16,.93) 48%, rgba(207,115,0,.5) 100%); }
.page-hero .inner { position: relative; z-index: 2; }
.page-hero .kick { font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: #ffb84d; margin-bottom: 12px; }
.page-hero h1 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.15; text-transform: uppercase; font-weight: 800; }
.page-hero h1 span { color: #ffb84d; }
.page-hero p { margin-top: 14px; color: #eee4d8; max-width: 60ch; font-size: 16.5px; }
.crumbs { position: relative; z-index: 2; margin-bottom: 16px; font-size: 12.5px; color: #d8cfc4; letter-spacing: .5px; font-weight: 700; }
.crumbs a:hover { color: #ffb84d; }

/* Trust strip */
.strip { background: var(--navy); color: #e6dccf; padding: 15px 0; border-top: 3px solid var(--blue); }
.strip .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; font-family: var(--display); font-size: 11.5px; font-weight: 700; letter-spacing: 2.2px; }

/* Sections */
section { padding: 68px 0; }
.kicker { font-family: var(--display); color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: 3.2px; font-size: 11.5px; }
h2.title { font-size: clamp(24px, 3vw, 36px); color: var(--navy); margin: 10px 0 14px; letter-spacing: -.2px; }
p.sub { color: var(--gray); max-width: 68ch; font-size: 16px; }

/* Services cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(11,9,7,.09); display: flex; flex-direction: column; border-top: 4px solid var(--blue); }
.card img { height: 185px; width: 100%; object-fit: cover; }
.card .body { padding: 24px 20px 26px; flex: 1; }
.card h3 { color: var(--navy); font-size: 16.5px; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--gray); }
.card .pill { display: inline-block; margin-top: 14px; background: var(--blue-light); color: #b06400; font-family: var(--display); font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; }
.card .more { display: inline-block; margin-top: 12px; color: #b06400; font-weight: 700; font-size: 13px; }
.card .more:hover { text-decoration: underline; }

/* Services détaillés (pages intérieures) */
.svc { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; padding: 44px 0; border-bottom: 1px solid #eadfd2; }
.svc:last-child { border-bottom: none; }
.svc.flip .media { order: 2; }
.svc .media { border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(11,9,7,.14); }
.svc .media img { width: 100%; height: 300px; object-fit: cover; }
.svc h3 { color: var(--navy); font-size: 22px; margin-bottom: 10px; }
.svc p { color: var(--gray); font-size: 15px; margin-bottom: 14px; }
.checks { list-style: none; }
.checks li { position: relative; padding-left: 30px; margin-bottom: 9px; font-size: 14.5px; color: var(--ink); }
.checks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--blue-light); }
.checks li::after { content: "✓"; position: absolute; left: 4px; top: 1px; color: #b06400; font-weight: 800; font-size: 12px; }

/* Étapes */
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.mode { background: var(--white); border-left: 4px solid var(--blue); border-radius: 10px; padding: 22px 24px; box-shadow: 0 6px 20px rgba(11,9,7,.07); }
.mode .num { font-family: var(--display); color: var(--blue); font-size: 13px; letter-spacing: 3px; font-weight: 800; }
.mode h3 { color: var(--navy); font-size: 17px; margin: 6px 0; }
.mode p { font-size: 14px; color: var(--gray); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(11,9,7,.10); }
.shot img { height: 240px; width: 100%; object-fit: cover; }
.shot .tag { position: absolute; left: 12px; bottom: 12px; background: rgba(11,9,7,.85); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .5px; padding: 6px 14px; border-radius: 999px; }

/* Why */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.why-item { text-align: center; padding: 28px 18px; border-radius: var(--radius); background: var(--bg); }
.why-item .ico { width: 52px; height: 52px; margin: 0 auto; border-radius: 14px; background: var(--blue-light); color: #b06400; display: flex; align-items: center; justify-content: center; }
.why-item h3 { color: var(--navy); font-size: 15.5px; margin: 14px 0 6px; }
.why-item p { font-size: 13.5px; color: var(--gray); }

/* Zone */
.zone { background: linear-gradient(135deg, #171310 0%, #0b0907 58%, #b06400 135%); color: #fff; }
.zone .container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.zone h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; }
.zone p { color: #eee4d8; font-size: 15.5px; }
.cities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.city { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); padding: 8px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 700; letter-spacing: .3px; }
.city.star { background: #fff; color: var(--navy); }

/* Avis */
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.avis { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 26px rgba(11,9,7,.08); }
.stars { color: #f5a623; font-size: 15px; letter-spacing: 3px; }
.avis p { font-size: 14.5px; color: var(--ink); margin: 14px 0; font-style: italic; line-height: 1.65; }
.avis .who { font-size: 13px; font-weight: 700; color: var(--navy); }
.avis .who small { color: var(--gray); font-weight: 400; }

/* Bande CTA */
.cta-band { background: linear-gradient(135deg, #171310 0%, #0b0907 55%, #b06400 140%); color: #fff; text-align: center; }
.cta-band h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; }
.cta-band h2 span { color: #ffb84d; }
.cta-band p { color: #eee4d8; max-width: 58ch; margin: 0 auto 26px; }
.cta-band .cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* Contact */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 34px; align-items: start; }
.info-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-item .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-light); color: #b06400; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-item h4 { color: var(--navy); font-size: 15.5px; }
.info-item p { color: var(--gray); font-size: 14px; }

/* Formulaire */
.form-card { background: var(--white); border-radius: var(--radius); padding: 30px 28px; box-shadow: 0 10px 30px rgba(11,9,7,.10); border-top: 4px solid var(--blue); }
.form-card h3 { color: var(--navy); font-size: 19px; margin-bottom: 6px; }
.form-card .hint { font-size: 13.5px; color: var(--gray); margin-bottom: 18px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-family: var(--display); font-weight: 700; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; border: 1.5px solid #e3d8ca; border-radius: 10px; padding: 12px 14px; font-family: var(--sans); font-size: 14.5px; color: var(--ink); background: var(--bg); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); }
.field textarea { min-height: 110px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
button.btn { border: none; cursor: pointer; width: 100%; font-size: 15px; }

/* FAQ */
.faq { max-width: 780px; margin: 34px auto 0; }
.faq details { background: var(--white); border-radius: 12px; box-shadow: 0 6px 20px rgba(11,9,7,.07); margin-bottom: 12px; border-left: 4px solid var(--blue); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--navy); position: relative; padding-right: 46px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 22px; font-weight: 800; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 22px 18px; font-size: 14.5px; color: var(--gray); }

/* WhatsApp card */
.wa-card { background: linear-gradient(145deg, #241e18, #0b0907); border-radius: var(--radius); padding: 40px 32px; text-align: center; color: #fff; box-shadow: 0 14px 36px rgba(11,9,7,.25); }
.wa-card .ic.big { width: 46px; height: 46px; margin: 0 auto 14px; color: #25d366; display: block; }
.wa-card h3 { font-size: 21px; margin-bottom: 10px; }
.wa-card p { color: #ded4c8; font-size: 14.5px; max-width: 42ch; margin: 0 auto; }
.wa-card .wa-num { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3vw, 34px); letter-spacing: 1px; margin: 18px 0; }
.wa-card .wa-btn { background: #25d366; box-shadow: 0 8px 20px rgba(37,211,102,.35); font-size: 15px; padding: 14px 34px; }
.wa-card .wa-btn:hover { background: #1fb457; }
.wa-card .note { color: #bfb4a6; font-size: 12.5px; margin-top: 12px; }

/* Footer */
footer { background: #0b0907; color: #cfc5b8; padding: 42px 0 28px; font-size: 13.5px; border-top: 3px solid var(--blue); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 18px; }
footer .fbrand { font-family: var(--display); font-weight: 800; color: #fff; font-size: 16px; margin-bottom: 8px; }
footer .fbrand span { color: #ffb84d; }
footer h4 { color: #fff; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 7px; }
footer ul a:hover { color: #ffb84d; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }

/* Floating WhatsApp */
.wa { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,0,0,.3); z-index: 60; }
.wa .ic { width: 26px; height: 26px; }

/* Responsive */
@media (max-width: 980px) {
  .cards, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cards.three { grid-template-columns: repeat(2, 1fr); }
  .zone .container, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery, .modes, .avis-grid { grid-template-columns: 1fr; }
  .svc { grid-template-columns: 1fr; gap: 22px; }
  .svc.flip .media { order: 0; }
  .nav-links, .nav > .btn { display: none; }
  .burger { display: block; }
  .nav { padding: 8px 0; }
  .brand img { width: 48px; height: 48px; }
  .brand .name { font-size: 18px; }
  .brand .tag { font-size: 8.5px; letter-spacing: 1.8px; }
  .hero { padding-top: 72px; }
  .hero-stats .container { grid-template-columns: 1fr; }
  .hero-stat + .hero-stat { border-left: none; border-top: 1px solid rgba(255,255,255,.15); }
}
@media (max-width: 560px) {
  .cards, .cards.three, .why-grid { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
  .form-row { grid-template-columns: 1fr; }
  .nav { padding: 5px 0; }
  .brand { gap: 9px; }
  .brand img { width: 40px; height: 40px; }
  .brand .name { font-size: 15.5px; }
  .brand .tag { display: none; }
  .hero { padding-top: 56px; }
  .hero .cta-row { margin-bottom: 48px; }
}

/* Dropdown Services */
.nav-item { position: relative; }
.nav-item > a { display: inline-flex; align-items: center; gap: 7px; }
.nav-item .caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -3px; }
.nav-item::after { content: ""; position: absolute; top: 100%; left: -24px; right: -24px; height: 26px; }
.drop { position: absolute; top: calc(100% + 20px); left: 50%; transform: translate(-50%, 10px); min-width: 310px; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.14); border-top: 3px solid var(--blue); border-radius: 12px; padding: 8px 0; box-shadow: 0 18px 44px rgba(0,0,0,.5); opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 70; }
.nav-item:hover .drop, .nav-item:focus-within .drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.drop a { display: block; padding: 11px 20px; color: #fff; font-size: 13.5px; font-weight: 700; line-height: 1.35; }
.drop a small { display: block; color: #bfb4a6; font-weight: 400; font-size: 11.5px; letter-spacing: .2px; }
.drop a:hover { background: rgba(255,255,255,.07); color: #ffb84d; }
.drop a.all { border-top: 1px solid rgba(255,255,255,.12); margin-top: 6px; color: #ffb84d; }
.mobile-menu a.sub { padding-left: 12%; font-weight: 400; font-size: 13px; color: #d8cfc4; }
.footer-grid { grid-template-columns: 1.4fr 1fr 1.1fr 1fr; }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr; } }

/* extension v4 */
.xwrap{max-width:1180px;margin:0 auto;padding:78px 24px}
.xkick{font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;color:#f29111;margin-bottom:10px}
.xtitle{font-family:Montserrat,sans-serif;font-size:clamp(26px,3.4vw,40px);font-weight:800;color:#171310;margin:0 0 14px;line-height:1.15}
.xlead{color:#5c554c;font-size:17px;line-height:1.7;max-width:760px;margin:0 0 34px}
.gal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}
.gal-grid img{width:100%;height:240px;object-fit:cover;border-radius:12px;cursor:pointer;display:block;transition:transform .25s}
.gal-grid img:hover{transform:scale(1.03)}
.gal-grid.big img{height:320px}
.lb{position:fixed;inset:0;background:rgba(11,9,7,.93);display:none;align-items:center;justify-content:center;z-index:999;cursor:zoom-out;padding:30px}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:88vh;border-radius:10px}
.proj-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.proj{background:#fff;border:1px solid #eee4d6;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.proj img{width:100%;height:210px;object-fit:cover;display:block;cursor:default}
.proj .pbody{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.proj h3{font-family:Montserrat,sans-serif;font-size:17px;font-weight:800;color:#171310;margin:0}
.proj .ploc{font-size:12.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#f29111}
.proj p{color:#5c554c;font-size:14.5px;line-height:1.6;margin:0;flex:1}
.proj .pbtn{display:inline-block;background:#171310;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:13.5px;padding:10px 16px;border-radius:8px;text-decoration:none;align-self:flex-start}
.proj .pbtn:hover{background:#f29111}
.meta-band{background:#fdf3e0;border-radius:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));overflow:hidden;margin-bottom:40px}
.meta-band .m{padding:20px 22px;border-left:1px solid rgba(23,19,16,.07)}
.meta-band .m:first-child{border-left:none}
.meta-band .ml{font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:#b06400;margin-bottom:4px}
.meta-band .mv{font-family:Montserrat,sans-serif;font-weight:700;color:#171310;font-size:15.5px}
.stats-band{background:#171310;color:#fff}
.stats-band .xwrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:26px;padding-top:56px;padding-bottom:56px}
.stats-band .sv{font-family:Montserrat,sans-serif;font-size:30px;font-weight:800;color:#ffb84d;margin-bottom:4px}
.stats-band .sl{color:#cfc5b8;font-size:14px;line-height:1.5}
.xhero{background:linear-gradient(135deg,#0b0907,#171310);color:#fff;padding:130px 24px 70px}
.xhero .xh-in{max-width:1180px;margin:0 auto}
.xhero .crumbs{font-size:13px;color:#cfc5b8;margin-bottom:14px}
.xhero .crumbs a{color:#ffb84d;text-decoration:none}
.xhero h1{font-family:Montserrat,sans-serif;font-size:clamp(30px,4vw,48px);font-weight:800;margin:0 0 12px;line-height:1.12}
.xhero h1 span{color:#ffb84d}
.xhero p{color:#cfc5b8;font-size:17px;line-height:1.7;max-width:720px;margin:0}
.xchecks{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.xchecks li{background:#fff;border:1px solid #eee4d6;border-radius:10px;padding:14px 16px 14px 42px;position:relative;color:#3d372f;font-size:15px;font-weight:600}
.xchecks li:before{content:"\2713";position:absolute;left:15px;top:12px;color:#f29111;font-weight:800}
.xquote{background:#fdf3e0;border-left:4px solid #f29111;border-radius:0 12px 12px 0;padding:22px 26px;max-width:760px}
.xquote p{margin:0 0 8px;color:#3d372f;font-size:16.5px;line-height:1.7;font-style:italic}
.xquote .qa{font-family:Montserrat,sans-serif;font-weight:800;color:#171310;font-size:14px}
.xcta{background:linear-gradient(135deg,#f29111,#ffb84d)}
.xcta .xwrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;padding-top:54px;padding-bottom:54px}
.xcta h2{font-family:Montserrat,sans-serif;color:#171310;font-size:clamp(22px,3vw,32px);font-weight:800;margin:0}
.xcta a{background:#171310;color:#fff;font-family:Montserrat,sans-serif;font-weight:800;padding:15px 26px;border-radius:10px;text-decoration:none;font-size:15.5px}
.alt-band{background:#faf7f2}

.langs{display:flex;gap:5px;align-items:center;margin-left:12px}
.langs a{font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:800;letter-spacing:.5px;color:#cfc5b8;padding:3px 7px;border-radius:6px;border:1px solid rgba(255,255,255,.18);text-decoration:none}
.langs a.on{color:#ffb84d;border-color:#ffb84d}
.langs a:hover{color:#ffb84d}
@media(max-width:760px){.langs{margin-left:6px}}
