:root{
  --gold:#c9b37e;
  --black:#141617;
  --white:#ffffff;
  --grey:#383838;
  --menu-grey:#c6c6c6;
  --offwhite:#f5f5f4;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--white);
  color:var(--grey);
  font-family:'Inter',sans-serif;
  font-weight:300;
  letter-spacing:0.2px;
  line-height:1.6;
}
h1,h2,h3,h4,.heading{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  letter-spacing:0.24px;
  color:var(--black);
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
ul{list-style:none;}
.wrap{max-width:1180px;margin:0 auto;padding:0 40px;}
.rule{width:48px;height:3px;background:var(--black);margin-top:14px;}
.rule.center{margin-left:auto;margin-right:auto;}
.rule.gold{background:var(--gold);}
.btn{
  display:inline-block;padding:14px 26px;font-family:'Manrope',sans-serif;
  font-size:14px;font-weight:600;letter-spacing:0.45px;border-radius:3px;text-align:center;
  border:none;cursor:pointer;
}
.btn-gold{background:var(--gold);color:var(--black);}
.btn-gold:hover{background:#d8c393;}

/* NAV */
header{background:var(--black);position:sticky;top:0;z-index:100;}
nav{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 40px;max-width:1180px;margin:0 auto;gap:24px;
}
.logo-lockup{display:flex;flex-direction:column;align-items:center;line-height:1;}
.logo-lockup .word{
  display:flex;align-items:center;gap:6px;
  font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;letter-spacing:4px;color:var(--white);
}
.logo-lockup .word img{height:.68em;width:auto;}
.logo-lockup .tag{
  font-size:8px;letter-spacing:3px;color:var(--menu-grey);margin-top:5px;font-weight:600;
}
.logo-lockup .full-logo{height:40px;width:auto;}
.footer-bottom .full-logo{height:34px;}
.nav-links{display:flex;flex-wrap:wrap;gap:30px;font-size:14.5px;font-weight:400;letter-spacing:0.45px;font-family:'Manrope',sans-serif;}
.nav-links a{color:var(--white);text-transform:uppercase;padding-bottom:4px;border-bottom:2px solid transparent;}
.nav-links a:hover,.nav-links a.active{border-color:var(--gold);}
.nav-cta.btn{padding:15px 34px;line-height:1.25;font-size:13.5px;border-radius:30px;letter-spacing:0.4px;}
.pkg-cta{padding:15px 34px;font-size:13.5px;border-radius:30px;letter-spacing:0.4px;}

/* HERO (home) */
.hero{
  position:relative;
  background:
    linear-gradient(rgba(20,22,23,0.45), rgba(20,22,23,0.45)),
    #2b2b2b url('assets/oumo-audi-a3.jpg') center 45%/cover no-repeat;
  min-height:560px;display:flex;align-items:center;justify-content:center;text-align:center;
}
.hero-inner{padding:60px 40px;max-width:900px;margin:0 auto;width:100%;}
.hero h1{color:var(--white);font-size:clamp(28px,4.4vw,44px);max-width:820px;line-height:1.2;margin:0 auto;}
.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-top:30px;}
.hero-trust-item{display:flex;align-items:center;gap:9px;padding:0 24px;border-left:1px solid rgba(255,255,255,0.25);}
.hero-trust-item:first-child{border-left:none;}
.hero-trust-item svg{color:var(--gold);flex-shrink:0;}
.hero-trust-item span{font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;letter-spacing:0.2px;color:var(--white);white-space:nowrap;}
@media (max-width:600px){.hero-trust{flex-direction:column;gap:14px;}.hero-trust-item{border-left:none;padding:0;}}

/* PAGE BANNER (subpages) */
.page-banner{
  background:#8f8f8c;
  height:220px;min-height:220px;max-height:220px;display:flex;align-items:center;justify-content:center;
  background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;
}
.page-banner.photo::before{content:"";position:absolute;inset:0;background:rgba(20,22,23,0.35);}
.page-banner h1{position:relative;color:var(--white);font-size:clamp(30px,4.5vw,44px);letter-spacing:1px;text-align:center;}

section{padding:80px 0;}
.section-head{margin-bottom:44px;}
.section-head.center{text-align:center;}
.section-head h2{font-size:clamp(24px,3.2vw,34px);}

/* SERVICES INTRO (overlap cards, home only) */
.services{padding-top:0;margin-top:-90px;position:relative;z-index:5;padding-bottom:70px;}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.service-card{
  background:var(--white);border:1px solid #e7e5e1;padding:34px 30px;border-radius:2px;
  box-shadow:0 12px 30px rgba(0,0,0,0.06);
  display:flex;flex-direction:column;
}
.service-card h3{font-size:19px;margin-bottom:14px;}
.service-card p{font-size:14.5px;margin-bottom:22px;flex:1;}
.service-card .btn{align-self:flex-start;}

/* AUDIENCE SPLIT */
.audience{background:var(--offwhite);}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;}
.audience-col{background:var(--white);border:1px solid #e7e5e1;padding:36px 34px;}
.audience-col h3{font-size:19px;margin-bottom:16px;}
.audience-col p{font-size:14.5px;margin-bottom:14px;}

/* WHY */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.why-item{border:1px solid #e7e5e1;padding:36px 28px;text-align:center;}
.why-icon{width:34px;height:34px;margin:0 auto 18px;color:var(--gold);}
.why-num{
  width:34px;height:34px;margin:0 auto 16px;border-radius:50%;
  background:var(--gold);color:var(--black);
  display:flex;align-items:center;justify-content:center;
  font-family:'Manrope',sans-serif;font-weight:800;font-size:15px;
}
.why-item h3{font-size:17px;margin-bottom:10px;}
.why-item p{font-size:14px;}

/* GENERIC 2-COL CONTENT GRID (subpages) */
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px 60px;}
.content-item h3{font-size:17px;margin-bottom:10px;}
.content-item p{font-size:14.5px;}

/* CHECK / CROSS LIST (service page) */
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 60px;}
.check-item{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;padding:6px 0;}
.check-item svg{flex-shrink:0;margin-top:3px;}
.check-item.yes svg{color:var(--gold);}
.check-item.no svg{color:#b23b3b;}

/* PACKAGES */
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.pkg-card{border:1px solid #e7e5e1;display:flex;flex-direction:column;}
.pkg-card .pkg-img{width:100%;height:190px;object-fit:cover;}
.pkg-visual{
  height:190px;position:relative;overflow:hidden;
  background:linear-gradient(135deg,#1c1a15 0%,#141617 60%,#0d0e0f 100%);
  display:flex;align-items:center;justify-content:center;
}
.pkg-visual::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 28% 22%,rgba(201,179,126,0.22),transparent 60%);
}
.pkg-visual svg{width:56px;height:56px;color:var(--gold);position:relative;z-index:1;}
.pkg-body{padding:30px 30px 34px;display:flex;flex-direction:column;flex:1;}
.pkg-card h3{font-size:19px;text-align:center;}
.pkg-card .pkg-price{font-family:'Manrope',sans-serif;font-weight:700;color:var(--gold);font-size:14px;margin-top:6px;}
.pkg-features{margin:20px 0 26px;flex:1;}
.pkg-features li{display:flex;gap:10px;align-items:flex-start;font-size:14px;margin-bottom:12px;}
.pkg-features li svg{flex-shrink:0;margin-top:3px;color:var(--gold);}
.pkg-card .btn{align-self:flex-start;}

/* REVIEWS */
.reviews{background:var(--offwhite);}
.reviews-head{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:44px;}
.reviews-score{display:flex;align-items:center;gap:10px;}
.reviews-score .num{font-family:'Manrope',sans-serif;font-weight:800;font-size:28px;color:var(--black);}
.reviews-stars{color:var(--gold);display:flex;gap:2px;}
.reviews-source{font-size:13px;color:var(--grey);}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.review-card{background:var(--white);border:1px solid #e7e5e1;padding:28px 26px;display:flex;flex-direction:column;}
.review-card .stars{color:var(--gold);display:flex;gap:2px;margin-bottom:14px;}
.review-card p{font-size:14px;flex:1;margin-bottom:16px;}
.review-card .who{font-size:13px;font-weight:700;color:var(--black);}
@media (max-width:900px){.reviews-grid{grid-template-columns:1fr;}}

/* CTA STRIP */
.cta-strip{background:var(--offwhite);}
.cta-flex{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cta-strip h2{font-size:clamp(22px,3vw,28px);}
.cta-strip p{margin-top:10px;font-size:15px;}

/* CONTACT / FORM PAGES */
.contact-layout{display:grid;grid-template-columns:0.8fr 1.2fr;gap:50px;align-items:start;}
.contact-info h3{font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:26px 0 12px;}
.contact-info h3:first-child{margin-top:0;}
.contact-info p, .contact-info div{font-size:14.5px;margin-bottom:6px;}
.contact-info .socials{display:flex;gap:10px;margin-top:8px;}
.contact-info .socials a{
  width:36px;height:36px;background:var(--gold);border-radius:4px;
  display:flex;align-items:center;justify-content:center;color:var(--black);
}
.form-panel{background:var(--white);padding:44px;border:1px solid #e7e5e1;border-radius:8px;box-shadow:0 24px 60px rgba(20,22,23,0.07);}
.form-panel h3{font-size:19px;margin-bottom:8px;}
.form-panel > p{font-size:14px;margin-bottom:26px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:16px;}
.form-field label{display:block;font-size:12px;margin-bottom:7px;font-weight:700;letter-spacing:0.4px;text-transform:uppercase;color:var(--black);}
.form-panel input[type="text"], .form-panel input[type="tel"], .form-panel input[type="email"], .form-panel input[type="date"], .form-panel textarea{
  width:100%;padding:14px 16px;border:1px solid #e2e0da;background:var(--offwhite);
  font-family:'Inter',sans-serif;font-size:14px;border-radius:6px;
  transition:border-color .15s ease,background .15s ease;
}
.form-panel input:focus, .form-panel textarea:focus{
  outline:none;border-color:var(--gold);background:var(--white);
}
.form-panel textarea{min-height:150px;resize:vertical;}
.input-icon{position:relative;}
.input-icon svg{position:absolute;left:16px;top:19px;width:16px;height:16px;color:var(--grey);pointer-events:none;}
.input-icon input{padding-left:42px;}
.check-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;}
.check-row label{
  display:flex;align-items:center;gap:8px;font-size:13.5px;cursor:pointer;
  border:1px solid #e2e0da;background:var(--offwhite);padding:10px 16px;border-radius:24px;
  transition:border-color .15s ease,background .15s ease;
}
.check-row label:has(input:checked){border-color:var(--gold);background:#faf6ea;}
.check-row input{accent-color:var(--gold);}
.form-group{margin-bottom:20px;}
.form-group > label{display:block;font-size:12px;margin-bottom:8px;font-weight:700;letter-spacing:0.4px;text-transform:uppercase;color:var(--black);}
.form-panel .btn{width:100%;margin-top:6px;padding:15px 26px;}
.form-hint{font-size:12px;color:var(--grey);margin-top:8px;}
.consent-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--grey);margin:4px 0 16px;line-height:1.5;}
.consent-check input{margin-top:3px;accent-color:var(--gold);flex-shrink:0;}
.consent-check a{color:var(--gold);text-decoration:underline;}

.faq-list{max-width:680px;margin:0 auto;}
.faq-item{border-bottom:1px solid #e7e5e1;}
.faq-item summary{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:20px 0;cursor:pointer;font-size:15px;font-weight:700;color:var(--black);
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .chev{flex-shrink:0;width:16px;height:16px;color:var(--grey);transition:transform .2s ease;}
.faq-item[open] summary{color:var(--gold);}
.faq-item[open] summary .chev{transform:rotate(180deg);color:var(--gold);}
.faq-item p{font-size:14px;color:var(--grey);padding:0 0 20px;}

/* FOOTER */
footer{background:var(--black);padding:60px 0 0;}
.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:44px;}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;flex:1;}
.footer-col h4{
  font-family:'Manrope',sans-serif;font-size:13px;letter-spacing:1px;color:var(--white);
  text-transform:uppercase;margin-bottom:18px;padding-bottom:12px;font-weight:700;
  position:relative;
}
.footer-col h4::after{
  content:"";position:absolute;left:0;bottom:0;width:48px;height:3px;background:var(--gold);
}
.footer-col a, .footer-col div{display:block;color:var(--menu-grey);font-size:14px;margin-bottom:10px;}
.footer-col a{width:fit-content;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .15s ease;}
.footer-col a:hover{color:var(--menu-grey);border-bottom-color:var(--gold);}
.footer-social{display:flex;gap:10px;}
.footer-social a{
  width:36px;height:36px;background:var(--gold);border-radius:4px;
  display:flex;align-items:center;justify-content:center;color:var(--black);
}
.footer-bottom{
  border-top:1px solid #33363780;padding:26px 0;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;
}
.footer-bottom .copy{font-size:12.5px;color:var(--menu-grey);}
.footer-legal{font-size:12.5px;color:var(--menu-grey);text-align:right;}
.footer-legal a{color:var(--menu-grey);}
.footer-legal a:hover{color:var(--gold);}
.footer-legal .sep{margin:0 6px;color:#4a4d4e;}
.footer-bottom .logo-lockup{grid-column:2;}
.footer-bottom .logo-lockup .word{font-size:20px;}

/* WHATSAPP FLOAT */
.wa-float{
  position:fixed;bottom:24px;left:24px;z-index:200;
  width:52px;height:52px;border-radius:50%;background:var(--gold);
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,0.25);
}
.wa-float svg{width:26px;height:26px;color:var(--black);}

/* COOKIE BANNER */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:300;background:var(--black);border-top:2px solid var(--gold);}
.cookie-banner-inner{max-width:1180px;margin:0 auto;padding:18px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cookie-banner p{color:var(--white);font-size:13px;margin:0;line-height:1.5;max-width:760px;}
.cookie-banner a{color:var(--gold);text-decoration:underline;}
.cookie-banner-actions{display:flex;gap:12px;flex-shrink:0;}
.cookie-banner .btn{white-space:nowrap;padding:11px 22px;font-size:13px;}
.cookie-banner .btn-outline{background:none;border:1px solid rgba(255,255,255,0.35);color:var(--white);}
.cookie-banner .btn-outline:hover{border-color:var(--gold);color:var(--gold);}
@media (max-width:700px){.cookie-banner-inner{flex-direction:column;align-items:stretch;text-align:center;padding:18px 24px;}.cookie-banner-actions{justify-content:center;}}

/* MOBILE MENU */
.menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;order:2;}
.menu-toggle span{display:block;width:100%;height:2px;background:var(--white);transition:transform .25s ease,opacity .2s ease;}
.menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media (min-width:901px) and (max-width:1199px){
  .services{margin-top:-40px;}
}

@media (max-width:900px){
  nav{flex-wrap:wrap;}
  .logo-lockup{order:1;}
  .menu-toggle{display:flex;}
  .nav-links{display:none;order:3;width:100%;flex-direction:column;gap:0;background:var(--black);border-top:1px solid #2a2c2d;margin-top:16px;padding-top:8px;}
  .nav-links a{width:100%;padding:14px 4px;border-bottom:1px solid #2a2c2d;}
  .nav-links a:last-child{border-bottom:none;}
  .nav-cta{display:none;order:4;width:100%;margin-top:16px;text-align:center;}
  nav.menu-open .nav-links{display:flex;}
  nav.menu-open .nav-cta{display:block;}
  .services-grid,.audience-grid,.why-grid,.pkg-grid,.content-grid,.check-grid,.contact-layout,.form-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .services{margin-top:0;padding-top:36px;}
  .contact-info{text-align:center;}
  .contact-info .socials{justify-content:center;}
  .footer-bottom{grid-template-columns:1fr;text-align:center;}
  .footer-bottom .logo-lockup{grid-column:1;margin:0 auto;}
}
