
:root {
  /* Colors */
  --color-black:        #000000;
  --color-white:        #ffffff;
  --color-dark-navy:    #0e002d;
  --color-dark-bg:      #0f131a;
  --color-card-bg:      #141a24;
  --color-section-blue: #1a1e30;
  --color-section-light:#f1f5f9;
  --color-accent-green: #a3e635;
  --color-green:        #22c55e;
  --color-red:          #ef4444;
  --color-text-muted:   #cccccc;
  --color-text-light:   rgb(232, 225, 225);
  --color-text-lighter: #e4e4e4;
  --color-text-pale:    #eeeeee;
  --color-dot-red:      #ff0808;
  --color-gold-start: #d53013;
  --color-gold-end: #e59501;
  --color-gold-light: #d9b60f;
  --color-gold-accent: #a18e4f;
  --color-dark-nav-start: rgba(15, 19, 26, 0.80);
  --color-dark-nav-end: rgba(15, 19, 26, 0.75);
  --color-hero-bg: #ededed;
  --color-faq-bg: #ffffff;
  --color-newsletter-bg: #ccd3e2;
  --color-newsletter-card: #e9ebee;
  --color-footer-bg: #ffffff;
  --color-topbar-bg: #f0f0f0;
  --color-muted: #555b66;
  --color-subtle: #7e7575;
  --color-body: #000000;
  --font-inter: 'Inter', sans-serif;
  --font-figtree: 'Figtree', sans-serif;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 40px;
  --gradient-gold:      linear-gradient(90deg, #ffcc00 0%, #ffcc00 0%, #00ffea 100%);
  --gradient-premium:   linear-gradient(90deg, #eb6600 0%, rgba(0, 195, 255, 0.9) 100%);
  --container-max: 1440px;
  --section-pad-y: 70px;
  --section-pad-x: 93px;
  --radius-card:  12px;
  --radius-pill:  999px;
  --radius-image: 39px;
  --radius-stat:  24px;
  --radius-icon:  8px;
  --shadow-navbar: -1px 4px 4px 0 rgba(0,0,0,0.3), 1px 2px 4px 0 rgba(0,0,0,0.3);
  --shadow-topbar: 0 -1px 4px 0 #000;
  --shadow-card: 0 4px 4px rgba(0, 0, 0, 0.25);
}



/* ──────────────────────────────────────
   RESET & BASE
   ────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 19px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-inter);
  background-color: var(--color-black);
  color: var(--color-white);
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}


/* ===== Top Contact Bar ===== */
.top-bar {
    background-color: #f0f0f0;
    border-bottom: 1.5px solid #fdfbfb;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 1);
    padding: 20px 10px;
}

.top-bar-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 22px;
    align-items: center;
}

.contact-item {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.contact-icon {
    width: 22px;
    height: 22px;
}

.contact-item a {
    text-decoration: underline;
    color: #000000;
}

.contact-item a:hover {
    color: #a18e4f;
}

/* ===== STAGGERED FULL BOUNCE CYCLE ===== */
.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Base styles for all icons */
.social-links img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}



/* ===== Main Header ===== */
.main-header {
    background: linear-gradient(to right, rgba(15, 19, 26, 0.8), rgba(15, 19, 26, 0.75));
    box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.3), 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 10px 82px;
}

.header-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    gap: 8px;
    align-items: center;
}


.logo-text {
    display: flex;
    flex-direction: column;
    width: 134px;
}

.company-name {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.company-name .highlight {
    color: #ffffff;
}

.tagline {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    color: #e0e0e0;
    font-weight: 400;
}

.logo-accent {
    width: 30px;
    height: 32.397px;
}

.main-nav {
    display: flex;
    gap: 183px;
    align-items: center;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
  position: relative;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff; 
    transition: all 0.4s ease;
    display: inline-block;
}

/* Main hover effect - brighten and lift */
.nav-links a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 20px rgba(255, 255, 255, 0.4),
        0 0 30px rgba(255, 255, 182, 0.3); /* Warm light */
}

/* Underline glow effect */
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        rgba(255, 255, 182, 0.8), 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
    filter: blur(1px);
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

/* Optional - light burst on hover */
.nav-links a:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgba(255, 255, 255, 0.2) 0%, 
        transparent 70%
    );
    animation: lightBurst 0.6s ease-out;
    z-index: -1;
}

@keyframes lightBurst {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

.btn-quote {
    background: linear-gradient(to right, rgba(178, 153, 96, 0.6), #090401);
    border: 1px solid var(--color-white);
    border-radius: 8px;
    padding: 10px 10px;
    color: #ffffff;
    letter-spacing: 0;
    box-shadow: 0px 0px 4px 0px rgba(9, 4, 1, 0.6);
}

.btn-quote:hover {
    opacity: 0.9;
}

.btn-contact {
    background-color: #000000;
    border: 1px solid var(--color-white);
    border-radius: 8px;
    padding: 9px 10px;
    letter-spacing: 0;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-contact:hover {
    background-color: #1a1a1a;
}

.nav-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 17.5px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}


/* ──────────────────────────────────────
   SHARED UTILITIES
   ────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: var(--radius-pill);
  font-family: var(--font-inter);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
  height: 44px;
  width: fit-content;
  cursor: pointer;
  transition: none;
  white-space: nowrap;
}

.btn--outline-dark {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  color: var(--color-black);
}



.btn--cta {
  font-size: 16.5px;
  padding: 10px 18px;
  gap: 3px;
  line-height: 20px;
}

.btn__icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: block;
  
}


/* ==============================
   CTA BUTTON – FINAL (FIGMA MATCH)
   ============================== */

.cta-btn {
  position: relative;
  overflow: hidden;
  justify-content: space-between;

  display: inline-flex;
  align-items: center;
  gap: 3px;

  transition: 
    background 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s ease;
}

/* TEXT WRAPPER */
.cta-btn__text-wrapper {
  position: relative;
  height: 20px;
  overflow: hidden;
}

/* TEXT */
.cta-btn__text {
  display: block;
  transition: 
    transform 0.68s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;
}

/* HOVER TEXT */
.cta-btn__text--hover {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}



/* ==============================
   HOVER STATE
   ============================== */

.cta-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

/* TEXT ANIMATION */
.cta-btn:hover .cta-btn__text--default {
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 0.05s;
}

.cta-btn:hover .cta-btn__text--hover {
  transform: translateY(-100%);
  opacity: 1;
  transition-delay: 0.05s;
}

/* ICON ANIMATION (FIXED – smooth, not jumpy) */


/* ICON WRAPPER */
.cta-btn__icon-wrap {
  position: relative;
  width: 26px;
  height: 26px;

  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* MOVE ICON LEFT */

/* ICONS STACKED */
.cta-btn__icon {
  position: absolute;
  transition: opacity 0.55s ease-in, transform 0.55s ease;
}

/* DEFAULT */
.cta-btn__icon--white {
  opacity: 0;
}

/* HOVER → move LEFT */
.cta-btn:hover .cta-btn__icon-wrap {
 order: -1;
}

/* COLOR SWITCH */
.cta-btn:hover .cta-btn__icon--black {
  opacity: 0;
}

.cta-btn:hover .cta-btn__icon--white {
  opacity: 1;
}

/* ROTATION */
.cta-btn:hover .cta-btn__icon {
  transform: rotate(0deg);
}


/* Section header shared style */
.section-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-header--centered {
  align-items: center;
  text-align: center;
}

.section-header__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  color: var(--color-white);
}

.section-header__title--white {
  color: var(--color-white);
  font-size: 36px;
}

.section-header__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-muted);
}

.section-header__subtitle--light {
  font-size: 18px;
  line-height: 22px;
  color: var(--color-text-pale);
}

.hero {
  position: relative;
  width: 100%;
  height: 782px;
  overflow: hidden;
  /* flex row, centred — matches Figma justify-content:center */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px 150px 50px 0;
}

/* ── 1. Full-bleed background photo ── */
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

/* ── 2. Photo card (person + building) ── */
.hero__photo-wrap {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 570px;
  height: 530px;
  transform: scaleX(-1);
  margin-right: -150px;
}


.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  /* Subtle rounded corners to match the card shape visible in screenshot */
  border-radius: 24px;
}

/* ── 3. Text panel ── */
.hero__panel {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  width: 890px;
  height: 682px;
  margin-right: -150px;
  display: flex;
  align-items: flex-start; /* content starts from top of padding */
}

/* The dark semi-transparent shape that forms the panel background */
.hero__panel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill; /* stretch to exact 890×682 as in Figma */
  pointer-events: none;
  z-index: 0;
}

/* ── 4. Content inside the panel ── */
/* Figma: px-50, py-160, gap-10, w-781.5 */
.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;           /* gap between label and text-group */
  padding: 160px 50px; /* py-160, px-50 */
  width: 781.5px;
}

/* ── Label row: orange dash + "About Us" ── */
/* Figma: gap-12, items-center */
.hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hero__label-line {
  display: block;
  width: 47px;
  height: 3px;
  flex-shrink: 0;
  object-fit: contain;
}

.hero__label-text {
  font-size: 22px;
  font-weight: 400;
  color: var(--color-white);
  white-space: nowrap;
  line-height: normal;
}

/* ── Title + description group ── */
/* Figma node 1:711 — gap-32 */
.hero__text-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Figma: font-semibold, 55px, white, whitespace-pre, line-height normal */
.hero__title {
  font-size: 55px;
  font-weight: 600;
  line-height: normal;
  color: var(--color-white);
  white-space: normal;
  flex-shrink: 0;
}

.hero__title--accent {
  color: var(--color-accent-green); /* #a3e635 */
  display: block;
}

/* Figma: font-regular, 19px, white, whitespace-pre-wrap, line-height normal */
.hero__description {
  font-size: 19px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 29px;
  white-space: normal;
}

/* ══════════════════════════════════════════
   SECTION 2 – WHO WE ARE
   ══════════════════════════════════════════ */
.who-we-are {
  background-color: var(--color-section-blue);
  padding: 50px 120px;
}


.who-we-are__inner {
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 100%;
}

/* Left column */
.who-we-are__left {
  flex: 0 0 611px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.who-we-are__text-block {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.who-we-are__heading {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 44px;
}

.who-we-are__intro {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-muted);
  line-height: 19px;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 0px; /* space for line */
}

/* vertical dashed line */
.timeline::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  bottom: 39px;
  border-left: 3px dashed #929292;
}

/* stack items */
.timeline__items {
  display: flex;
  flex-direction: column;
  gap: 42px;
}



/* red dot */
.timeline__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color-dot-red);
  flex-shrink: 0;
  z-index: 2;
  position: relative;
  top: 8px;
  box-shadow: 0 0 0 6px #1a1e30;
}


.timeline__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex: 1;
}

.timeline__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.timeline__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.timeline__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 19px;
}

.timeline__title--gradient {
  background: linear-gradient(90deg, #00FFEA 0%, #00ffea 38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.timeline__desc {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-light);
  line-height: 17px;
}

/* Right column – images */
.who-we-are__right {
  flex: 0 0 520px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-image {
  width: 100%;
  height: 300px;
  border-radius: var(--radius-image);
  overflow: hidden;
  border: 1px solid var(--color-black);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ══════════════════════════════════════════
   SECTION 3 – CORE VALUES
   ══════════════════════════════════════════ */
.core-values {
  position: relative;
  background-color: var(--color-dark-bg);
  padding: var(--section-pad-y) 77.5px;
  display: flex;
  flex-direction: column;
  gap: 135px;
  align-items: center;
  overflow: hidden;
}

/* Decorative floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orb--sm  { width: 50px; height: 50px; }
.orb--xs  { width: 30px; height: 30px; }


.orb--tl  { top: 50px;  left: 53px; background: linear-gradient(180deg, #6FE7E0 0%, #FFB56B 100%);
  filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9; }


.orb--tr  { top: 240px; right: 145px;background: linear-gradient(180deg, #000000 0%, #0468ff 100%);
  filter: blur(9px); /* matches Figma layer blur */
  opacity: 0.9; }

.orb--bl  { top: 559px; left: 600px; background: linear-gradient(180deg, #000000 0%, #C28A53 100%);
  filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9;}

.orb--bm  { top: 258px; left: 333px; background: linear-gradient(180deg, #000000 0%, #C28A53 100%);
  filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9;}


.orb--mr  { top: 433px; right: 347px; background: linear-gradient(180deg, #000000 0%, #C28A53 40%);
  filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9;}

.orb--ml  { top: 45px;  right: 365px; background: linear-gradient(180deg, #000000 0%, #c92500 100%);
filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9;}

.orb--mc  { top: 172px; left: 605px; background: linear-gradient(180deg, #FF8000 40%, #005EFF 100%); 
  filter: blur(10px); /* matches Figma layer blur */
  opacity: 0.9; }


/* Values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  position: relative;
  z-index: 1;
}

.value-card {
  background-color: var(--color-card-bg);
  border: 0.7px solid var(--color-white);
  border-radius: var(--radius-card);
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: var(--shadow-card);
}

.value-card__icon-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-icon);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.value-card__icon-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.value-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.value-card__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 27px;
}

.value-card__desc {
  font-size: 17px;
  font-weight: 400;
  color: var(--color-text-lighter);
  line-height: 27px;
}

/* ══════════════════════════════════════════
   SECTION 4 – WHY CHOOSE ULTRA ECO
   ══════════════════════════════════════════ */
.why-choose {
  background-color: var(--color-section-light);
  padding: 50.8px var(--section-pad-x);
  display: flex;
  flex-direction: column;
  gap: 53px;
  align-items: flex-start;
}

.why-choose__inner {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 100%;
}

/* Left: checklist */
.why-choose__left {
  flex: 0 0 780px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.why-choose__heading {
  font-size: 30px;
  font-weight: 800;
  color: var(--color-black);
  line-height: 1.2;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--color-black);
  width: fit-content;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.checklist__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 22px;
}

.checklist__icon {
  flex-shrink: 0;
  width: 36px;
  height: 33.3px;
  object-fit: contain;
}

.checklist__highlight {
  background: linear-gradient(90deg, #ebc400 0%, rgba(255,136,0,0.9) 19.231%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* Right: stats grid */
.why-choose__right {
  flex: 0 0 424px;
}

.stats-grid {
  display: grid;
  grid-template-columns: 191px 191px;
  gap: 28px 42px;
}

.stat-card {
  border-radius: var(--radius-stat);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.stat-card--light {
  background-color: var(--color-white);
  border: 0.5px solid var(--color-black);
}

.stat-card--dark {
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
}

.stat-card__number {
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.stat-card--light .stat-card__number { color: var(--color-black); }
.stat-card--dark  .stat-card__number { color: var(--color-white); }

.stat-card__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

/* Intentional Figma inversion: labels have swapped colors in the design */
.stat-card--dark  .stat-card__label { color: var(--color-white); }
.stat-card--light .stat-card__label { color: var(--color-black); }

/* ══════════════════════════════════════════
   SECTION 5 – WHY SWITCH TO LED
   ══════════════════════════════════════════ */
.led-comparison {
  position: relative;
  background-color: var(--color-dark-navy);
  min-height: 867px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.led-comparison__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 60%, rgba(80,0,180,0.35) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 80% 30%, rgba(0,80,200,0.25) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 50% 80%, rgba(100,0,220,0.2) 0%, transparent 60%);
  pointer-events: none;
}

.led-comparison__bg img {
  position: absolute;

  /* Center like Figma frame */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* Make sure it fully covers */
  width: 100%;
  height: auto;
  max-width: 2104px;

  /* Optional slight softness (if Figma had blur) */
  opacity: 0.9;
}



.led-comparison__inner {
  position: relative;
  z-index: 1;
  width: 974px;
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 55px 0;
}

.comparison-cards {
  display: flex;
  gap: 140px;
  align-items: flex-start;
  justify-content: center;
}

/* Individual comparison card */
.comparison-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--color-black);
  border-radius: 22px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 417px;
}

.comparison-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px 25px;
  border-bottom: 1px solid var(--color-black);
}

.comparison-card__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comparison-card__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.comparison-card__title--red   { color: var(--color-red); }
.comparison-card__title--green { color: var(--color-green); }

.comparison-card__subtitle {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 18px;
  color: var(--color-white);
}

.comparison-card__icon {
  width: 40px;
  height: 43.5px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Comparison list */
.comparison-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.comparison-list__item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.comparison-list__dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  flex-shrink: 0;
}

.comparison-list__dot--green {
  background-color: var(--color-green);
}

.comparison-list__item > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comparison-list__label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 17px;
}

.comparison-list__value {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 18px;
}





/* ===== Newsletter Section ===== */
.newsletter {
    background-color: var(--color-newsletter-bg);
    padding: clamp(2rem, 8vw, 6.25rem) clamp(1rem, 5vw, 13.75rem);
    min-height: 496px;
    position: relative;
}

.newsletter-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--color-newsletter-card);
    border-radius: var(--radius-lg);
    display: flex;
    flex-wrap: wrap;  /* Allow wrapping on mobile */
    position: relative;
    min-height: 296px;
}

.newsletter-content {
    padding: 32px;
    max-width: 659px;
    z-index: 2;
}


.newsletter-content h3 {
    font-family: var(--font-figtree);
    font-size: 28px;
    font-weight: 600;
    color: #1e293b;
    line-height: 32px;
    margin-bottom: 12px;
}

.newsletter-content h4 {
    font-family: var(--font-figtree);
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-bottom: 12px;
}

.newsletter-content p {
    font-family: var(--font-figtree);
    font-size: 15.5px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    margin-bottom: 32px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 342px;
}

.form-group input {
    background-color: var(--color-white);
    border: 1px solid rgba(148, 163, 184, 0.39);
    border-radius: 8px;
    padding: 16px;
    font-family: var(--font-figtree);
    font-size: 16px;
    color: #000000;
    height: 48px;
    width: 100%;
}

.form-group input::placeholder {
    color: #94a3b8;
}

.form-group input:focus {
    outline: none;
    border-color: #8b5cf6;
}

.form-group small {
    font-family: var(--font-figtree);
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
    line-height: 16px;
}

.btn-subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8b5cf6;
    border-radius: 8px;
    border: none;
    padding: 16px 16px;
    color: #ffffff;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    height: 48px;
    min-width: 105px;
}

.btn-subscribe:hover {
    background-color: #7c3aed;
}

.newsletter-visual {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.newsletter-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}
.newsletter-envelope {
    position: relative;
    width: 85%;
    right: -65px;
    max-width: 340px;
    z-index: 2;
    object-fit: contain;
}
/* Add responsive adjustment */
@media (max-width: 768px) {
    .newsletter-envelope {
        right: -30px;
        width: 70%;
    }
}
@media (max-width: 768px) {
  .newsletter-wrapper {
    flex-direction: column;
  }
  
  .newsletter-content {
    max-width: 100%;
    padding: 24px;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .form-group {
    width: 100%;
  }
  
  .btn-subscribe {
    width: 100%;
  }
  
  .newsletter-visual {
    min-height: 200px;
  }
  
  .newsletter-envelope {
    right: 0;
    width: 50%;
  }
}

/* ===== Footer ===== */
.footer {
    color: var(--color-black);
    background-color: var(--color-white);
    border-top: 1px solid #e5e7eb;
}

.footer-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 49px;
    display: flex;
    gap: 69px;
}

.footer-brand {
    max-width: 429px;
}

.brand-logo {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 32px;
}

.brand-img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    object-fit: cover;
}

.brand-text {
    width: 134px;
}

.brand-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 24px;
}

.brand-text h3 .highlight {
    color: #000000;
}

.brand-text p {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
   color: var(--color-black);
    font-weight: 400;
}

.brand-accent {
    width: 30px;
    height: 32.397px;
}

.brand-desc {
    font-size: 16.5px;
    font-weight: 400;
    color: var(--color-black);
    line-height: 20px;
}

.footer-columns {
    display: flex;
    gap: 70px;
    flex: 1;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
}
.footer-contact-col {
    align-items: flex-start;
}

.footer-col h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    color: var(--color-black);
    position: relative;
    padding-left: 12px;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 23.5px;
    border-left: 3px solid #000000;
    background-color: #000000;
    border-radius: 999px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.footer-col ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--color-black);
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #000000;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-contact {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-box {
    border: 1px solid var(--color-black);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 22px;
    height: 22px;
}

.footer-contact .label {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #555b66;
    margin-bottom: 8px;
}

.footer-contact .value {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-black);
    line-height: 16px;
}

.footer-contact .value a {
    display: inline-block;
    word-break: break-all;
    max-width: 150px;
}

.footer-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 400;
    color: var(--color-black);
}

.copyright span:first-child {
    font-size: 18px;
    line-height: 22px;
}

.copyright span:last-child {
    font-size: 15px;
    line-height: 18px;
}


/* ===== Device Warning Modal ===== */
.device-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.device-warning.active {
  opacity: 1;
  visibility: visible;
}

.device-warning__content {
  background: #fff;
  padding: 32px 28px;
  border-radius: 28px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.35s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.device-warning.active .device-warning__content {
  transform: scale(1);
}

.device-warning__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__text {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  margin-bottom: 24px;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  font-family: var(--font-inter), sans-serif;
}

.device-warning__btn:hover {
  background: #222;
  transform: translateY(-1px);
}

.device-warning__note {
  margin-top: 16px;
  font-size: 12px;
  color: #888;
  font-family: var(--font-inter), sans-serif;
}


/* ══════════════════════════════════════════
   RESPONSIVE – TABLET (≤ 1024px)
   ══════════════════════════════════════════ */
@media (max-width: 1024px) {

  /* Hero – tablet */
  .hero {
    height: auto;
    min-height: 600px;
    padding: 40px 80px 40px 0;
  }
  .newsletter{
    padding:80px 80px;
  }

  .footer-top{
    padding:25px 40px;
    gap:40px;
  }
  .hero__photo-wrap {
    width: 400px;
    height: 400px;
    margin-right: -100px;
  }

  .hero__panel {
    width: 680px;
    height: auto;
    min-height: 500px;
    margin-right: -80px;
  }

  .hero__content     { padding: 80px 40px; width: 100%; }
  .hero__title       { font-size: 40px; }
  .hero__description { font-size: 16px; }

  /* Who we are */
  .who-we-are {
    padding: 50px 60px;
  }

  .who-we-are__inner {
    gap: 40px;
  }

  .who-we-are__left  { flex: 0 0 auto; }
  .who-we-are__right { flex: 0 0 380px; }

  /* Core values */
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }

  /* Why choose */
  .why-choose__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-choose__left  { flex: 1 1 auto; width: 100%; }
  .why-choose__right { flex: 1 1 auto; width: 100%; }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* LED comparison */
  .led-comparison__inner { width: 90%; }

  .comparison-cards {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .comparison-card { width: 380px; }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
/* ══════════════════════════════════════════
   RESPONSIVE – MOBILE (≤ 768px)
   ══════════════════════════════════════════ */
@media (max-width: 768px) {

  :root {
    --section-pad-x: 24px;
    --section-pad-y: 48px;
  }
  /* NAVBAR */
  .main-nav{
    flex-direction:column;
    gap:20px;
  }

  .nav-links{
    flex-wrap:wrap;
    justify-content:center;
  }

  .header-content{
    flex-direction:column;
    gap:15px;
  }

  /* Hero – mobile: stack vertically */
  .hero {
    height: auto;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }

  .hero__photo-wrap {
    width: 100%;
    height: 280px;
    margin-right: 0;
    margin-bottom: -40px;
    z-index: 3;
    border-radius: 0;
  }

  .hero__photo {
    border-radius: 0;
    object-position: center 20%;
  }

  .hero__panel {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .hero__panel-bg {
    object-fit: cover;
  }

  .hero__content {
    padding: 60px 24px 48px;
    width: 100%;
  }

  .hero__title       { font-size: 30px; }
  .hero__description { font-size: 15px; white-space: normal; }

  /* Who we are */
  .who-we-are {
    padding: 48px 24px;
  }

  .who-we-are__inner {
    flex-direction: column;
    gap: 40px;
  }

  .who-we-are__left  { flex: 1 1 auto; width: 100%; }
  .who-we-are__right {
    flex: 1 1 auto;
    width: 100%;
  }

  .project-image { height: 220px; }

  /* Core values */
  .core-values {
    padding: 48px 24px;
    gap: 48px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-header__title { font-size: 28px; }
  .section-header__subtitle { font-size: 16px; }

  /* Why choose */
  .why-choose {
    padding: 48px 24px;
    gap: 32px;
  }

  .why-choose__inner {
    flex-direction: column;
    gap: 36px;
  }

  .why-choose__left  { width: 100%; }
  .why-choose__right { width: 100%; }

  .why-choose__heading { font-size: 24px; }
  .checklist__item { font-size: 15px; }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .stat-card { padding: 20px 0; }
  .stat-card__number { font-size: 30px; }

  /* LED comparison */
  .led-comparison__inner {
    width: 100%;
    padding: 48px 24px;
    gap: 48px;
  }

  .comparison-cards {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .comparison-card {
    width: 100%;
    max-width: 400px;
  }

  .section-header__title--white { font-size: 26px; }
}

@media (max-width: 480px) {
  .hero__title       { font-size: 22px; }
  .hero__label-text  { font-size: 17px; }
  .hero__description { font-size: 14px; white-space: normal; }

  .who-we-are__heading { font-size: 28px; }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card__number { font-size: 26px; }
  .stat-card__label  { font-size: 13px; }
  .device-warning__content {
    padding: 24px 20px;
  }
  .device-warning__title {
    font-size: 20px;
  }
  .device-warning__text {
    font-size: 14px;
  }
  .device-warning__btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .hero__content {
    max-width: 900px;
  }

  .values-grid {
    max-width: 1400px;
  }
}

/* ============================================
   SMART HOURS TOOLTIP – PREMIUM VERSION
   ============================================ */

/* ── Container ── */
.phone-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ── Tooltip ── */
.hours-tooltip {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #1a1a2e;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    min-width: 240px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999999;
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Arrow ── */
.hours-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom-color: #1a1a2e;
}

/* ── Show on hover ── */
.phone-container:hover .hours-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ── Status row ── */
.hours-tooltip__status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

/* ── Status text (base) ── */
.hours-tooltip__status-text {
    font-weight: 600;
    font-size: 14px;
}

/* ── Status text (open - GREEN) ── */
.hours-tooltip__status-text--open {
    color: #22c55e;
    font-weight: 700;
    font-size: 15px;
}

/* ── Status text (closed - RED) ── */
.hours-tooltip__status-text--closed {
    color: #ff0000;
    font-weight: 700;
    font-size: 15px;
}

/* ── Countdown timer text ── */
.hours-tooltip__countdown {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
    letter-spacing: 0.3px;
}

/* ── Sub-text for "Send us an Email" ── */
.hours-tooltip__sub-text {
    font-size: 13px;
    font-weight: 350;
    display: block;
    margin-top: 2px;
}

/* ── Rows ── */
.hours-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 0;
    width: 100%;
}

.hours-tooltip__icon {
    font-size: 15px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.hours-tooltip__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.hours-tooltip__value {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hours-tooltip {
        min-width: 200px;
        padding: 14px 16px;
        font-size: 12px;
        left: 50%;
        transform: translateX(-50%) translateY(6px);
    }
    .hours-tooltip__status-text--open,
    .hours-tooltip__status-text--closed {
        font-size: 14px;
    }
    .hours-tooltip__sub-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hours-tooltip {
        min-width: 180px;
        padding: 12px 14px;
        font-size: 11px;
        left: 0;
        transform: translateX(0) translateY(6px);
    }
    .hours-tooltip::before {
        left: 20%;
    }
    .hours-tooltip__status-text--open,
    .hours-tooltip__status-text--closed {
        font-size: 13px;
    }
    .hours-tooltip__sub-text {
        font-size: 11px;
    }
}

/* ── Respect user's motion preferences ── */
@media (prefers-reduced-motion: reduce) {
    .hours-tooltip {
        transition: none !important;
    }
    .phone-container:hover .hours-tooltip {
        transform: translateX(-50%) translateY(0);
    }
}

/* ── Focus styles for keyboard users ── */
.phone-link:focus-visible {
    outline: 2px solid #22c55e;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ── Smooth color transitions ── */
.hours-tooltip__status-text--open,
.hours-tooltip__status-text--closed {
    transition: color 0.3s ease;
}

.top-bar,
.top-bar-content,
.contact-info,
.contact-item,
.phone-container {
    overflow: visible !important;
}

/* ── Increase header z-index to sit above hero ── */
.main-header {
    z-index: 99999 !important;
    position: relative !important;
}

/* ============================================
   PREMIUM COOKIE CONSENT – PROFESSIONAL
   ============================================ */

/* ── Banner ── */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 24px;
    z-index: 999998;
    display: none;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.3);
}

.cookie-banner.show {
    display: block;
    animation: cookieSlideUp 0.5s ease;
}

@keyframes cookieSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-banner__content {
    flex: 1;
}

.cookie-banner__text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.cookie-banner__link {
    color: #a18e4f;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.cookie-banner__link:hover {
    color: #c9b16a;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-banner__btn {
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.cookie-banner__btn--primary {
    background: #a18e4f;
    color: #ffffff;
}

.cookie-banner__btn--primary:hover {
    background: #b8a35e;
}

.cookie-banner__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.cookie-banner__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.cookie-banner__btn--outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-banner__btn--outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ── Modal ── */
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: cookieModalFadeIn 0.3s ease;
}

.cookie-modal.show {
    display: flex;
}

@keyframes cookieModalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.cookie-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cookie-modal__panel {
    position: relative;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    animation: cookieModalPanelIn 0.4s ease;
}

@keyframes cookieModalPanelIn {
    from {
        transform: translateY(20px) scale(0.97);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.cookie-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cookie-modal__title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.cookie-modal__close {
    background: rgba(255, 255, 255, 0.06);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-modal__close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.cookie-modal__description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 24px 0;
}

.cookie-modal__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px;
}

.cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: background 0.2s;
}

.cookie-option:hover {
    background: rgba(255, 255, 255, 0.06);
}

.cookie-option--essential {
    opacity: 0.7;
    cursor: not-allowed;
}

.cookie-option__info {
    flex: 1;
}

.cookie-option__name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2px;
}

.cookie-option__desc {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.cookie-option__status {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.cookie-option__control {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 16px;
}

/* ── Toggle Switch ── */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    transition: background 0.3s ease;
}

.toggle-slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle-switch input:checked + .toggle-slider {
    background: #a18e4f;
}

.toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(20px);
}

.toggle-switch input:disabled + .toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-switch input:disabled + .toggle-slider::before {
    background: rgba(255, 255, 255, 0.5);
}

/* ── Modal Footer ── */
.cookie-modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-modal__btn {
    padding: 10px 28px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-modal__btn--primary {
    background: #a18e4f;
    color: #ffffff;
}

.cookie-modal__btn--primary:hover {
    background: #b8a35e;
}

.cookie-modal__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.cookie-modal__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .cookie-banner__actions {
        flex-wrap: wrap;
        justify-content: stretch;
    }

    .cookie-banner__btn {
        flex: 1;
        text-align: center;
        justify-content: center;
        min-width: 0;
        padding: 10px 16px;
        font-size: 12px;
    }

    .cookie-modal__panel {
        padding: 24px 20px;
        width: 95%;
    }

    .cookie-modal__title {
        font-size: 18px;
    }

    .cookie-option {
        padding: 12px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cookie-option__control {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .cookie-modal__footer {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .cookie-modal__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 12px 16px;
    }

    .cookie-banner__text {
        font-size: 12px;
    }

    .cookie-banner__btn {
        font-size: 11px;
        padding: 8px 12px;
        flex: 1 1 auto;
    }

    .cookie-modal__panel {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .cookie-modal__title {
        font-size: 16px;
    }

    .cookie-modal__description {
        font-size: 13px;
    }
}


/* ── Floating WhatsApp Button (Glass – More Visible) ── */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px 12px 16px;
    
    /* ── Glass Effect (More Opaque & Vibrant) ── */
    background: rgba(37, 211, 102, 0.45);   /* Increased from 0.2 to 0.45 */
    backdrop-filter: blur(6px);              /* Slightly less blur to keep it sharper */
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35); /* Slightly brighter border */
    
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25); /* Stronger shadow */
    text-decoration: none;
    
    transition: all 0.3s ease;
}

/* ── Solid Green (On Hover) ── */
.whatsapp-float:hover {
    background: #25D366;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid transparent;
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

/* ── Icon (White) ── */
.whatsapp-float-icon {
    width: 28px;
    height: 28px;
    display: block;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover .whatsapp-float-icon {
    transform: scale(1.08);
}

/* ── Text (White) ── */
.whatsapp-float-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
}

/* ── Mobile Responsiveness ── */
@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        padding: 10px 16px 10px 12px;
        gap: 8px;
    }
    .whatsapp-float-icon {
        width: 22px;
        height: 22px;
    }
    .whatsapp-float-text {
        font-size: 13px;
    }
}

/* ── UNIVERSAL NOSCRIPT FALLBACK (All Screen Sizes) ── */
.noscript-fallback {
  display: flex; /* Always visible when JS is off */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari/iOS support */
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.noscript-fallback__content {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 24px;
  max-width: 500px; /* Slightly larger for desktop readability */
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 0.4s ease;
}

.noscript-fallback__title {
  font-size: 24px; /* Slightly larger for desktop */
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.noscript-fallback__text {
  font-size: 17px; /* Slightly larger for desktop */
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  color: #333333;
  margin-bottom: 0;
}

/* ── RESPONSIVE: Optimize for smaller screens ── */
@media (max-width: 768px) {
  .noscript-fallback__content {
    padding: 30px 20px;
    max-width: 400px;
  }
  .noscript-fallback__title {
    font-size: 20px;
  }
  .noscript-fallback__text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .noscript-fallback__content {
    padding: 24px 16px;
    max-width: 340px;
  }
  .noscript-fallback__title {
    font-size: 18px;
  }
  .noscript-fallback__text {
    font-size: 14px;
  }
}