/* ==========================================================================
   FABRI-TECH — append.css
   PRODUCTION FINAL OVERRIDES (loaded AFTER styles.css)
   CSS ONLY — No content changes
   ========================================================================== */

/* ── 1. LOGO SIZE — ENFORCED ─────────────────────────────────────────────── */
.nav-logo img,
.navbar-brand img {
  height: 100px !important;
  max-height: 100px !important;
  min-height: 100px !important;
  width: auto !important;
  display: block !important;
  transform: none !important;
}

.nav {
  min-height: 90px !important;
}

.footer-logo img,
.footer-brand-logo {
  max-width: 200px !important;
  height: auto !important;
  opacity: 0.85 !important;
  transform: none !important;
}

/* ── 2. NAVBAR — FIXED + FROSTED GLASS ───────────────────────────────────── */
.nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  transition: background 0.5s ease, border-color 0.5s ease, backdrop-filter 0.5s !important;
}

.nav.is-scrolled {
  background: rgba(8, 11, 15, 0.88) !important;
  border-bottom-color: rgba(232, 52, 10, 0.15) !important;
  backdrop-filter: blur(24px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(170%) !important;
  box-shadow: 0 1px 32px rgba(0, 0, 0, 0.28) !important;
}

.nav-cta {
  background: #E8340A !important;
  color: #ffffff !important;
  padding: 0.5rem 1.25rem !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  transition: all 0.25s ease !important;
  border: none !important;
}
.nav-cta:hover {
  background: #c42d08 !important;
  transform: translateY(-1px) !important;
}
.nav-cta::before {
  display: none !important;
}
.nav-links a {
  color: #B8BCC2 !important;
  font-weight: 500 !important;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #FFFFFF !important;
  border-bottom: 2px solid #E8340A;
  transition: all 0.25s ease;
}

/* ── 3. STATS COUNTER ────────────────────────────────────────────────────── */
.counter {
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  color: #E8340A !important;
  background: none !important;
  background-color: transparent !important;
}
.metric-value {
  color: #E8340A !important;
  background: none !important;
  background-color: transparent !important;
}
.metric-label {
  color: #7A8390 !important;
  font-size: 0.78rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  background: none !important;
  background-color: transparent !important;
}

/* ── 4. HERO TEXT GRADIENT ────────────────────────────────────────────────── */
.hero-headline {
  background: linear-gradient(135deg, #ffffff 55%, #a0a8b0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── 5. HERO DESC COLOR ──────────────────────────────────────────────────── */
.hero-desc {
  color: #9AA3AE !important;
  -webkit-text-fill-color: #9AA3AE !important;
}

/* ── 6. TYPOGRAPHY HIERARCHY ─────────────────────────────────────────────── */
h2, .section-headline {
  color: #EDEDEF !important;
  letter-spacing: 0.03em !important;
}
h3, .service-row-title, .proj-name {
  color: #D8DADD !important;
}
.hero-eyebrow-text, .section-tag-text, .service-row-num, .text-red {
  color: #E8340A !important;
  letter-spacing: 0.1em !important;
}
body, p, .section-body, .service-row-desc, .proj-detail {
  color: #9AA3AE !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}
.service-row-desc {
  color: #7A8390 !important;
}

/* ── 7. BACKGROUND DEPTH ────────────────────────────────────────────────── */
body { background-color: #080B0F !important; }
.about-split, .section--void { background-color: #0C0F14 !important; }
.section--surface { background-color: #090C10 !important; }
.metrics-grid { background-color: #0F1318 !important; }
.footer { background-color: #060810 !important; }

/* ── 8. HERO & SERVICE BUTTONS ───────────────────────────────────────────── */
.btn-primary {
  background: #E8340A !important;
  color: #ffffff !important;
  padding: 0.85rem 2rem !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  border: none !important;
}
.btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(232, 52, 10, 0.4) !important;
}
.btn-primary::before { display: none !important; }

.btn-ghost {
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  padding: 0.85rem 2rem !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
}
.btn-ghost:hover {
  border-color: #E8340A !important;
  color: #E8340A !important;
}
.btn-ghost::before { display: none !important; }

/* ── 9. SERVICE ROWS ─────────────────────────────────────────────────────── */
.service-row-num {
  color: #E8340A !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}
.service-row:hover {
  border-left: 3px solid #E8340A !important;
  padding-left: 1rem !important;
  transition: all 0.3s ease !important;
}

/* ── 10. PROJECT CARDS — DARK STYLED ─────────────────────────────────────── */
.proj-card, .proj-card--dark, .proj-card--white {
  background-color: #0E1117 !important;
  border: 1px solid #1C2028 !important;
  transition: all 0.3s ease !important;
}
.proj-card:hover {
  border-color: rgba(232, 52, 10, 0.5) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4) !important;
}
.proj-card-body {
  background-color: #0E1117 !important;
  padding: 1.5rem !important;
}
.proj-card img, .proj-card-img-wrap img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
}
.proj-name {
  color: #D8DADD !important;
  font-weight: 700 !important;
}

/* ── 11. SECTION DIVIDERS ────────────────────────────────────────────────── */
.about-split, .section--void, .section--surface, .footer {
  border-top: 1px solid rgba(232, 52, 10, 0.12) !important;
}

/* ── 12. FOOTER ──────────────────────────────────────────────────────────── */
.footer {
  background: #060810 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.footer-col-heading {
  color: #9AA3AE !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  font-weight: 600 !important;
}
.footer-nav a, .footer-contact-text a, .footer-contact-text {
  color: #5A6270 !important;
  transition: color 0.2s ease !important;
}
.footer-nav a:hover, .footer-contact-text a:hover {
  color: #ffffff !important;
}
.footer-copy, .footer-brand-desc {
  color: #3A4250 !important;
}
.footer-brand-logo {
  max-width: 200px !important;
  height: auto !important;
  opacity: 0.85 !important;
}

/* ── 13. LIGHTBOX — HIDDEN BY DEFAULT ────────────────────────────────────── */
.lightbox {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.lightbox.is-open {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

/* ── 14. VALUE CARDS (Core Values + How We Deliver) — DARK STYLED ────────── */
.value-card {
  background: #0E1117 !important;
  border: 1px solid #1C2028 !important;
  transition: all 0.3s ease !important;
}
.value-card:hover {
  border-color: rgba(232, 52, 10, 0.4) !important;
  background: #141920 !important;
}
.value-num {
  color: #E8340A !important;
}

/* ── 15. SOFTWARE/CAPABILITY BADGES — DARK CARDS ─────────────────────────── */
.cap-card {
  background: #0E1117 !important;
  border: 1px solid #1C2028 !important;
  transition: all 0.3s ease !important;
}
.cap-card:hover {
  border-color: rgba(232, 52, 10, 0.4) !important;
  background: #141920 !important;
}

/* ── 16. SERVICE ACCORDION TAGS — RED OUTLINED BADGE ─────────────────────── */
.service-accordion-tag,
.accordion-tag {
  display: inline-block !important;
  font-size: 0.65rem !important;
  color: #E8340A !important;
  border: 1px solid rgba(232, 52, 10, 0.3) !important;
  padding: 0.2rem 0.6rem !important;
  border-radius: 3px !important;
  background: transparent !important;
}

/* ── 17. CONTACT FORM — DARK THEMED ──────────────────────────────────────── */
.form-control {
  background: #0E1117 !important;
  border: 1px solid #2A2D35 !important;
  color: #EDEDEF !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.form-control::placeholder {
  color: #5A6270 !important;
}
.form-control:focus {
  border-color: #E8340A !important;
  box-shadow: 0 0 0 2px rgba(232, 52, 10, 0.2) !important;
  background: #141920 !important;
}
select.form-control {
  background: #0E1117 !important;
  color: #EDEDEF !important;
}
.form-submit {
  background: #E8340A !important;
  width: 100% !important;
  padding: 1rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
}
.form-submit:hover {
  background: #c42d08 !important;
}

/* ── 18. PROCESS STEPS (What Happens Next) — STYLED ──────────────────────── */
.process-num {
  color: #E8340A !important;
}
.process-step {
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}
.process-title {
  color: #EDEDEF !important;
}
.process-body {
  color: #7A8390 !important;
}

/* ── 19. BLACK BACKGROUND ELIMINATION ────────────────────────────────────── */
p, span, li, label, em, strong {
  background: none !important;
  background-color: transparent !important;
}
h1, h2, h3, h4, h5, h6 {
  background-color: transparent !important;
}
/* Exception: hero headline gradient */
.hero-headline,
.hero h1,
section.hero h1 {
  background: linear-gradient(135deg, #ffffff 55%, #a0a8b0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
/* Exception: hamburger menu lines — must stay visible */
.nav-hamburger span {
  background: #D8DDE4 !important;
  display: block !important;
  width: 100% !important;
  height: 2px !important;
}
/* Exception: scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #E8340A !important;
}
/* Exception: ticker dot */
.ticker-dot {
  background: #E8340A !important;
}
/* Exception: hero eyebrow bar */
.hero-eyebrow-bar, .section-tag-bar, .section-label-dash {
  background: #E8340A !important;
}

/* ── 20. SCROLLBAR — RED ─────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 5px !important; }
::-webkit-scrollbar-track { background: #080B0F !important; }
::-webkit-scrollbar-thumb {
  background: #E8340A !important;
  border-radius: 4px !important;
}

/* ── 21. SELECTION ───────────────────────────────────────────────────────── */
::selection {
  background: rgba(232, 52, 10, 0.3) !important;
  color: #fff !important;
}

/* ── 22. MOBILE OVERRIDES ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
  .nav-logo img {
    height: 65px !important;
    max-height: 65px !important;
    min-height: 65px !important;
  }
  .nav {
    min-height: 70px !important;
  }
  a, button {
    min-height: 44px;
  }
  /* Hamburger must be visible on mobile */
  .nav-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 8px !important;
    margin-left: auto !important;
    z-index: 9999 !important;
    position: relative !important;
  }
  .nav-hamburger span {
    background: #D8DDE4 !important;
    display: block !important;
    width: 100% !important;
    height: 2px !important;
  }
  /* Hide desktop nav on mobile */
  .nav-links, .nav-cta {
    display: none !important;
  }
  /* Hero stats — 2x2 grid */
  .hero-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .hero-stat {
    padding: 14px 16px !important;
  }
  /* Featured grid — single column */
  .featured-grid {
    grid-template-columns: 1fr !important;
  }
  .feat-card-a {
    grid-row: auto !important;
    min-height: 280px !important;
  }
  /* CTA band — stack */
  .cta-band {
    flex-direction: column !important;
    text-align: center !important;
    gap: 24px !important;
  }
  /* Capability grid — 2 columns */
  .capability-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  /* Service accordion */
  .service-accordion-header {
    grid-template-columns: 36px 1fr !important;
    gap: 12px !important;
    padding: 24px 0 !important;
  }
  .service-accordion-tag {
    display: none !important;
  }
  /* Contact form row — stack */
  .form-row {
    grid-template-columns: 1fr !important;
  }
  /* About story grid — stack */
  .about-story-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  /* Values grid — stack */
  .values-grid {
    grid-template-columns: 1fr !important;
  }
  /* Contact grid — stack */
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  /* Process steps — stack */
  .process-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ========================================================================== */

/* ── 23. LOGO BLACK BOX FIX (OPTION A) ─────────────────────────────────────── */
/* 1. Remove frosted glass. Make navbar purely solid to guarantee clean blending */
.nav {
  background: #080B0F !important;
  background-color: #080B0F !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* 2. Logo Wrapper matches navbar exactly */
.nav-logo {
  background: #080B0F !important;
  background-color: #080B0F !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Footer Wrapper matches footer exactly (#060810) */
.footer-brand-logo, .footer-logo {
  background: #060810 !important;
  background-color: #060810 !important;
  padding: 0 !important;
  border: none !important;
}

/* 3. The inverted white-on-black image uses screen to eliminate black against the solid container */
.nav-logo img, .navbar-brand img, .footer-brand-logo img, .footer-logo img {
  background: transparent !important;
  background-color: transparent !important;
  mix-blend-mode: screen !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ── 24. FINAL STYLING POLISH (PREMIUM FEEL) ────────────────────────────── */
/* Elevating the interactive elements for a flawless aesthetic */
.btn, .nav-cta, .hero-btn, .project-btn {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease, background 0.3s ease !important;
  will-change: transform;
}

.btn:hover, .nav-cta:hover, .hero-btn:hover, .project-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(232, 52, 10, 0.25) !important;
  filter: brightness(1.1) !important;
}

.project-card, .service-accordion-item {
  transition: transform 0.4s ease, border-color 0.4s ease !important;
}

.project-card:hover {
  transform: translateY(-4px) !important;
}

/* ── 25. TRUST BANNER ───────────────────────────────────────────────────── */
.trust-banner {
  background: #020305;
  border-bottom: 1px solid #141A25;
  border-top: 1px solid #141A25;
  padding: 16px 24px;
}
.trust-banner-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 64px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #798394;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.trust-icon {
  width: 16px;
  height: 16px;
  color: #E8340A;
}

/* ── 26. PORTFOLIO FILTER & ANIMATIONS ────────────────────────────────────── */
.portfolio-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.filter-btn {
  background: rgba(20, 26, 37, 0.4);
  border: 1px solid #141A25;
  color: #798394;
  padding: 8px 16px;
  border-radius: 40px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.filter-btn.is-active {
  background: #E8340A;
  border-color: #E8340A;
  color: #fff;
  box-shadow: 0 4px 12px rgba(232, 52, 10, 0.2);
}

/* Image scaling inside project cards */
.proj-card-img-wrap {
  overflow: hidden; /* Guarantee scaling stays inside the box */
}
.proj-card-img-wrap img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
  will-change: transform;
}
.proj-card:hover .proj-card-img-wrap img {
  transform: scale(1.05) !important;
}

/* ── 27. THE ADVANTAGE BLOCK ────────────────────────────────────────────── */
.advantage-section {
  padding: 80px 24px;
  background: #040608;
  border-top: 1px solid #141A25;
}
.advantage-container {
  max-width: 1400px;
  margin: 0 auto;
}
.advantage-header {
  margin-bottom: 50px;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.adv-card {
  background: rgba(20, 26, 37, 0.3);
  border: 1px solid #141A25;
  padding: 40px 32px;
  border-radius: 4px;
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.adv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 52, 10, 0.4);
}
.adv-title {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.adv-desc {
  color: #798394;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .advantage-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   UPGRADE 3 — BRANDED PRELOADER
   ══════════════════════════════════════════════════════════════════════ */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #080B0F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-logo {
  width: 100px;
  height: auto;
  animation: preloaderPulse 1.5s ease-in-out infinite;
  mix-blend-mode: screen;
}
.preloader-bar-track {
  width: 120px;
  height: 2px;
  background: rgba(255,255,255,0.08);
  margin-top: 28px;
  border-radius: 2px;
  overflow: hidden;
}
.preloader-bar-fill {
  width: 0%;
  height: 100%;
  background: #E8340A;
  border-radius: 2px;
  animation: preloaderFill 1.8s ease-out forwards;
}
@keyframes preloaderPulse {
  0%, 100% { opacity: 0.5; transform: scale(0.96); }
  50%      { opacity: 1;   transform: scale(1.04); }
}
@keyframes preloaderFill {
  0%   { width: 0%; }
  60%  { width: 70%; }
  100% { width: 100%; }
}

/* ══════════════════════════════════════════════════════════════════════
   UPGRADE 4 — SCROLL PROGRESS BAR
   ══════════════════════════════════════════════════════════════════════ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #E8340A 0%, #ff6a3d 100%);
  z-index: 10001;
  transition: width 0.05s linear;
  box-shadow: 0 0 8px rgba(232,52,10,0.4);
}

/* ══════════════════════════════════════════════════════════════════════
   UPGRADE 5 — ENHANCED SCROLL ANIMATIONS
   ══════════════════════════════════════════════════════════════════════ */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ══════════════════════════════════════════════════════════════════════
   UPGRADE 7 — BACK-TO-TOP BUTTON
   ══════════════════════════════════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: #E8340A;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.25s ease;
  box-shadow: 0 4px 20px rgba(232,52,10,0.35);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #c42d08;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(232,52,10,0.5);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   UPGRADE 9 — COOKIE CONSENT BANNER
   ══════════════════════════════════════════════════════════════════════ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background: rgba(8,11,15,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(232,52,10,0.15);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner.is-hidden {
  transform: translateY(100%);
}
.cookie-text {
  color: #9AA3AE;
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 600px;
}
.cookie-text a {
  color: #E8340A;
  text-decoration: underline;
}
.cookie-accept {
  background: #E8340A;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.cookie-accept:hover {
  background: #c42d08;
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
    padding: 16px 20px;
    gap: 14px;
  }
  .cookie-accept {
    width: 100%;
  }
}
