/* ==========================================================
   SHARED.CSS — Quick Easy Dubai
   Shared styles for all pages (header, footer, utilities, etc.)
   ========================================================== */

/* ========== RESET & VARIABLES ========== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --gold:#d4af37;
  --gold-light:#e8cc6e;
  --gold-dark:#b8941f;
  --navy:#0b1120;
  --navy-light:#131b2e;
  --charcoal:#1a1f2e;
  --slate:#2a3040;
  --cream:#faf8f4;
  --cream-dark:#f0ece4;
  --text-light:#e8e4dc;
  --text-muted:#9a9590;
  --text-dark:#2a2520;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans','Helvetica Neue',Arial,sans-serif;
}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--sans);color:var(--text-dark);background:var(--cream);overflow-x:hidden;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;background:none;font-family:inherit}

/* ========== HEADER ========== */
.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(0,0,0,.06)}
.header.scrolled{background:rgba(255,255,255,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.6rem 2rem;box-shadow:0 2px 20px rgba(0,0,0,.08)}
.header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;flex-shrink:0}
.logo img{height:64px;width:auto;transition:height .3s}
.header.scrolled .logo img{height:52px}

/* NAV */
.nav{display:flex;align-items:center;gap:.35rem}
.nav-item{position:relative}
.nav-item>a,.nav-link{color:var(--text-dark);font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:all .3s;padding:.55rem .85rem;display:flex;align-items:center;gap:.4rem;white-space:nowrap;border-radius:4px;position:relative}
.nav-item>a::after{content:'';position:absolute;bottom:2px;left:50%;width:0;height:2px;background:var(--gold);transition:all .3s cubic-bezier(.16,1,.3,1);transform:translateX(-50%);border-radius:1px}
.nav-item>a:hover{color:var(--gold-dark)}
.nav-item>a:hover::after{width:60%}
.nav-item>a .dd-arrow{width:10px;height:10px;fill:none;stroke:var(--gold);stroke-width:2.5;transition:transform .3s cubic-bezier(.16,1,.3,1);opacity:.7}
.nav-item:hover>a .dd-arrow{transform:rotate(180deg);opacity:1}
.dropdown{position:absolute;top:calc(100% + 4px);left:50%;transform:translateX(-50%) translateY(10px);min-width:230px;background:rgba(255,255,255,.98);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(212,175,55,.12);border-radius:8px;padding:.6rem 0;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:100;box-shadow:0 12px 40px rgba(0,0,0,.12),0 0 0 1px rgba(212,175,55,.06)}
.dropdown::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:rgba(255,255,255,.98);border-left:1px solid rgba(212,175,55,.12);border-top:1px solid rgba(212,175,55,.12);border-radius:2px 0 0 0}
.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dropdown a{display:flex;align-items:center;gap:.65rem;padding:.7rem 1.4rem;color:var(--text-dark);font-size:.82rem;font-weight:500;transition:all .25s;letter-spacing:.02em}
.dropdown a:hover{color:var(--gold-dark);background:rgba(212,175,55,.06)}
.dd-icon{width:18px;height:18px;flex-shrink:0;stroke:var(--gold);opacity:.65;transition:all .25s}
.dropdown a:hover .dd-icon{opacity:1;stroke:var(--gold-dark);transform:scale(1.1)}
.nav-right{display:flex;align-items:center;gap:.75rem;margin-left:.5rem}
.lang-toggle{display:flex;border-radius:2px;overflow:hidden}
.lang-btn{padding:.35rem .75rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;color:var(--navy);transition:all .2s;border:1px solid rgba(0,0,0,.12);border-radius:2px}
.lang-btn.active{display:none}
.lang-btn:hover{color:var(--gold-dark);border-color:var(--gold)}
.nav-cta{background:var(--gold);color:var(--navy);padding:.5rem 1.2rem;border-radius:2px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:all .3s;white-space:nowrap}
.nav-cta:hover{background:var(--gold-light);transform:translateY(-1px)}

/* MOBILE HEADER RIGHT */
.mobile-header-right{display:none;align-items:center;gap:.75rem}
.mobile-lang-toggle{display:none}

/* HAMBURGER & MOBILE MENU */
.hamburger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}
.hamburger span{display:block;height:1.5px;background:var(--text-dark);border-radius:2px;transition:all .3s}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--navy);z-index:1001;flex-direction:column;align-items:center;padding:5rem 2rem 2rem;opacity:0;pointer-events:none;transition:opacity .3s;overflow-y:auto}
.mobile-menu.open{opacity:1;pointer-events:all}
.mobile-menu-inner{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;max-width:300px}
.mobile-menu a{color:rgba(255,255,255,.8);font-family:var(--sans);font-size:.95rem;font-weight:500;transition:color .3s;padding:.6rem 0;text-align:center;width:100%}
.mobile-menu a:hover{color:var(--gold)}
.mobile-menu .mobile-divider{width:60px;height:1px;background:rgba(255,255,255,.08);margin:.5rem 0}
.mobile-menu .mobile-lang{display:flex;gap:.5rem;margin-top:.75rem}
.mobile-menu .mobile-lang .lang-btn{padding:.5rem 1.2rem;font-size:.8rem;border:1px solid rgba(255,255,255,.15);border-radius:2px;color:rgba(255,255,255,.8)}
.mobile-menu .mobile-lang .lang-btn.active{display:none}
.mobile-menu .mobile-cta{margin-top:1rem;background:var(--gold);color:var(--navy);padding:.75rem 2rem;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;border-radius:2px}
.mobile-close{position:absolute;top:1rem;right:1.25rem;color:#fff;font-size:2.2rem;line-height:1;padding:.75rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);transition:background .3s;z-index:10}
.mobile-close:hover{background:rgba(255,255,255,.15)}

/* ========== SECTION UTILITIES ========== */
.section{padding:7rem 2rem}
.section-dark{background:var(--navy);color:var(--text-light)}
.section-cream{background:var(--cream)}
.container{max-width:1200px;margin:0 auto}
.section-label{font-size:.7rem;color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-weight:600;margin-bottom:1rem;display:block}
.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:1rem}
.section-subtitle{font-size:1rem;color:var(--text-muted);max-width:600px;line-height:1.7}
.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}
.reveal-delay-4{transition-delay:.4s}

/* ========== SHARED BUTTONS ========== */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--navy);padding:.9rem 2rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;transition:all .3s;position:relative;overflow:hidden}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(212,175,55,.3)}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.85rem 2rem;font-size:.85rem;font-weight:500;letter-spacing:.06em;border-radius:2px;transition:all .3s}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}

/* ========== PARTNERS ========== */
.partners{background:var(--navy);padding:5rem 2rem;border-top:1px solid rgba(255,255,255,.04);position:relative}
.partners::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(212,175,55,.04) 0%,transparent 60%);pointer-events:none}
.partners .container{text-align:center}
.partners .section-title{color:#fff;font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:3rem}
.partners-track{overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);cursor:grab}
.partners-track.dragging{cursor:grabbing}
.partners-track.dragging .partners-slide{animation-play-state:paused}
.partners-slide{display:flex;gap:3rem;animation:scroll-partners 25s linear infinite;width:max-content}
.partner-logo{height:60px;padding:0 2rem;display:flex;align-items:center;justify-content:center;opacity:.7;flex-shrink:0}
.partner-logo img{height:44px;width:auto;max-width:150px;object-fit:contain;filter:brightness(0) invert(1)}
@keyframes scroll-partners{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ========== FOOTER ========== */
.footer{background:var(--navy);padding:5rem 2rem 2rem;border-top:1px solid rgba(212,175,55,.1);position:relative}
.footer::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(212,175,55,.03) 0%,transparent 30%);pointer-events:none}
.footer::after{display:none}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-brand .logo{margin-bottom:1.25rem}
.footer-brand p{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem;max-width:280px}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}
.footer-contact-item svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5;margin-top:3px;flex-shrink:0}
.footer-contact-item span{font-size:.85rem;color:var(--text-muted)}
.footer h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:600;margin-bottom:1.25rem}
.footer ul{list-style:none}
.footer li{margin-bottom:.6rem}
.footer li a{font-size:.88rem;color:var(--text-muted);transition:color .3s}
.footer li a:hover{color:var(--gold)}
.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}
.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s}
.footer-social a:hover{border-color:var(--gold);background:rgba(212,175,55,.1)}
.footer-social svg{width:16px;height:16px;fill:var(--text-muted)}
.footer-social a:hover svg{fill:var(--gold)}
.footer-bottom{max-width:1200px;margin:0 auto;padding-top:.75rem;padding-bottom:.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;position:relative}
.footer-bottom::before{content:'';position:absolute;bottom:100%;left:50%;transform:translateX(-50%);width:100vw;height:160px;background:url('../assets/images/dubai-skyline-vector.svg') bottom left/auto 100% repeat-x;pointer-events:none;opacity:.12}
.footer-bottom p{font-size:.85rem;color:var(--gold)}
.footer-bottom-links{display:flex;gap:2rem}
.footer-bottom-links a{font-size:.85rem;color:var(--gold);opacity:.7;transition:opacity .3s}
.footer-bottom-links a:hover{opacity:1}

/* ========== WHATSAPP FAB ========== */
.wa-fab{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:900;transition:all .3s}
.wa-fab:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(37,211,102,.5)}
.wa-fab svg{width:32px;height:32px}

/* ========== RESPONSIVE — SHARED ELEMENTS ========== */
@media(max-width:1200px){
  .nav-item>a,.nav-link{font-size:.74rem;padding:.5rem .6rem}
  .nav-cta{font-size:.65rem;padding:.45rem 1rem}
}
@media(max-width:1024px){
  .nav{display:none}
  .nav-right{display:none}
  .mobile-header-right{display:flex}
  .mobile-lang-toggle{display:flex}
  .hamburger{display:flex}
  .mobile-menu{display:flex}
  .mobile-menu .mobile-lang{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .section{padding:5rem 1.25rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  /* footer accordion widgets */
  .footer-widget{border-bottom:1px solid rgba(255,255,255,.06)}
  .footer-widget h4{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:0;padding:.35rem 0;-webkit-user-select:none;user-select:none}
  .footer-widget h4::after{content:'+';font-size:1.1rem;font-weight:300;color:var(--gold);line-height:1;transition:transform .3s}
  .footer-widget.open h4::after{content:'\2212'}
  .footer-widget ul,.footer-widget .footer-social{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s}
  .footer-widget.open ul,.footer-widget.open .footer-social{max-height:400px;padding-bottom:.5rem}
  .footer-widget li{margin-bottom:.25rem}
  .footer-widget li a{font-size:.82rem}
}

/* ==========================================================
   INNER PAGE SHARED STYLES
   ========================================================== */

/* ========== PAGE HERO ========== */
.page-hero{
  background:var(--navy);
  padding-top:8rem;
  padding-bottom:4rem;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.page-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(212,175,55,.08) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 20%, rgba(212,175,55,.06) 0%, transparent 50%);
  pointer-events:none;
}
.page-hero h1{
  font-family:var(--serif);
  color:#fff;
  font-size:clamp(2rem,4vw,3rem);
  font-weight:700;
  margin-bottom:1rem;
  line-height:1.15;
  position:relative;
}
.page-hero .page-subtitle{
  color:var(--text-muted);
  max-width:700px;
  margin:0 auto;
  line-height:1.7;
  font-size:1.05rem;
  position:relative;
}
.page-hero .breadcrumb{
  color:var(--gold);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:600;
  margin-bottom:1.5rem;
  display:block;
  position:relative;
}
.page-hero .breadcrumb a{
  color:var(--text-muted);
  transition:color .3s;
}
.page-hero .breadcrumb a:hover{
  color:var(--gold);
}
.page-hero .breadcrumb span{
  color:var(--gold);
}

/* ========== CONTENT SECTIONS ========== */
.content-section{
  padding:5rem 2rem;
  position:relative;
}
.content-section:nth-child(odd){
  background:var(--cream);
}
.content-section:nth-child(even){
  background:#fff;
}

/* ========== FEATURE GRID ========== */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:2rem;
  max-width:1200px;
  margin:0 auto;
}
.feature-grid.two-col{
  grid-template-columns:repeat(2, 1fr);
}
.feature-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.04);
  border-radius:4px;
  padding:2.5rem 2rem;
  transition:all .4s cubic-bezier(.16,1,.3,1);
  position:relative;
  overflow:hidden;
  box-shadow:0 2px 20px rgba(0,0,0,.03);
}
.feature-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:var(--gold);
  transform:scaleX(0);
  transition:transform .4s;
  transform-origin:left;
}
.feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 40px rgba(0,0,0,.08);
}
.feature-card:hover::before{
  transform:scaleX(1);
}
.feature-card .feature-icon{
  width:52px;
  height:52px;
  border-radius:2px;
  background:rgba(212,175,55,.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:1.5rem;
}
.feature-card .feature-icon svg{
  width:26px;
  height:26px;
  stroke:var(--gold);
  fill:none;
  stroke-width:1.5;
}
.feature-card h3{
  font-family:var(--serif);
  font-size:1.35rem;
  font-weight:700;
  color:var(--text-dark);
  margin-bottom:.75rem;
  line-height:1.3;
}
.feature-card p{
  font-size:.9rem;
  color:#6b6560;
  line-height:1.7;
}

/* Dark variant for feature cards on dark backgrounds */
.section-dark .feature-card{
  background:var(--navy-light);
  border-color:rgba(255,255,255,.06);
}
.section-dark .feature-card:hover{
  background:var(--charcoal);
  border-color:rgba(212,175,55,.2);
}
.section-dark .feature-card h3{
  color:#fff;
}
.section-dark .feature-card p{
  color:var(--text-muted);
}

/* ========== PROCESS STEPS (Inner Pages) ========== */
.process-steps{
  max-width:800px;
  margin:0 auto;
  counter-reset:step-counter;
}
.process-steps .step{
  display:flex;
  gap:2rem;
  padding:2rem 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  counter-increment:step-counter;
  position:relative;
}
.process-steps .step:last-child{
  border-bottom:none;
}
.process-steps .step-number{
  width:56px;
  height:56px;
  min-width:56px;
  border-radius:50%;
  background:var(--navy);
  color:var(--gold);
  font-family:var(--serif);
  font-size:1.35rem;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid rgba(212,175,55,.3);
  transition:all .4s;
}
.process-steps .step:hover .step-number{
  border-color:var(--gold);
  box-shadow:0 0 20px rgba(212,175,55,.2);
}
.process-steps .step-content h3{
  font-family:var(--serif);
  font-size:1.25rem;
  font-weight:700;
  color:var(--text-dark);
  margin-bottom:.5rem;
}
.process-steps .step-content p{
  font-size:.9rem;
  color:#6b6560;
  line-height:1.7;
}

/* ========== FAQ SECTION ========== */
.faq-section{
  max-width:800px;
  margin:0 auto;
}
.faq-section .section-title{
  text-align:center;
  color:var(--text-dark);
  margin-bottom:.75rem;
}
.faq-section .section-subtitle{
  text-align:center;
  margin:0 auto 3rem;
}
.faq-item{
  border-bottom:1px solid rgba(0,0,0,.08);
}
.faq-item:first-child{
  border-top:1px solid rgba(0,0,0,.08);
}
.faq-question{
  width:100%;
  text-align:left;
  padding:1.25rem 0;
  font-family:var(--sans);
  font-size:1rem;
  font-weight:600;
  color:var(--text-dark);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  cursor:pointer;
  transition:color .3s;
  background:none;
  border:none;
}
.faq-question:hover{
  color:var(--gold-dark);
}
.faq-question::after{
  content:'+';
  font-size:1.5rem;
  font-weight:300;
  color:var(--gold);
  flex-shrink:0;
  transition:transform .3s;
  line-height:1;
}
.faq-item.open .faq-question::after{
  content:'\2212';
  transform:rotate(0deg);
}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s cubic-bezier(.16,1,.3,1), padding .4s;
}
.faq-item.open .faq-answer{
  max-height:500px;
  padding-bottom:1.25rem;
}
.faq-answer p{
  font-size:.92rem;
  color:#6b6560;
  line-height:1.7;
}

/* ========== CTA BANNER ========== */
.cta-banner{
  background:var(--navy);
  padding:5rem 2rem;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.cta-banner::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(212,175,55,.08) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(212,175,55,.05) 0%, transparent 50%);
  pointer-events:none;
}
.cta-banner .container{
  position:relative;
  z-index:1;
}
.cta-banner .section-title{
  color:#fff;
  margin-bottom:1rem;
}
.cta-banner .section-subtitle{
  color:var(--text-muted);
  margin:0 auto 2.5rem;
  max-width:600px;
}
.cta-banner .btn-primary{
  font-size:.85rem;
}
.cta-banner::after{
  content:'';
  position:absolute;
  bottom:-60px;
  right:-60px;
  width:200px;
  height:200px;
  border-radius:50%;
  border:1px solid rgba(212,175,55,.08);
  pointer-events:none;
}

/* ========== INNER PAGE RESPONSIVE ========== */
@media(max-width:1024px){
  .feature-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}
@media(max-width:768px){
  .content-section{
    padding:4rem 1.25rem;
  }
  .feature-grid{
    grid-template-columns:1fr;
  }
  .feature-grid.two-col{
    grid-template-columns:1fr;
  }
  .process-steps .step{
    flex-direction:column;
    gap:1rem;
    align-items:flex-start;
  }
  .page-hero{
    padding-top:7rem;
    padding-bottom:3rem;
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--navy);border-top:1px solid rgba(212,175,55,.2);padding:1.25rem 2rem;transform:translateY(100%);animation:cookie-slide-up .5s cubic-bezier(.16,1,.3,1) forwards}
.cookie-banner.cookie-hiding{animation:cookie-fade-out .35s ease forwards}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookie-text{font-size:.88rem;color:var(--text-muted);line-height:1.6}
.cookie-text a{color:var(--gold);text-decoration:underline;text-underline-offset:2px;transition:color .3s}
.cookie-text a:hover{color:var(--gold-light)}
.cookie-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.cookie-accept{background:var(--gold);color:var(--navy);padding:.6rem 1.5rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:2px;border:none;cursor:pointer;font-family:var(--sans);transition:all .3s;white-space:nowrap}
.cookie-accept:hover{background:var(--gold-light);transform:translateY(-1px)}
@keyframes cookie-slide-up{from{transform:translateY(100%)}to{transform:translateY(0)}}
@keyframes cookie-fade-out{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}
@media(max-width:768px){
  .cookie-inner{flex-direction:column;text-align:center;gap:1rem}
  .cookie-text{font-size:.82rem}
}
