
:root {
  --redrock-dark: #2B0A0A;
  --redrock-mid: #4A1515;
  --redrock-red: #7A2525;
  --crimson: #B83A3A;
  --crimson-light: #E87373;
  --crimson-pale: #FDEDED;
  --bg: #FEFAFA;
  --card: #ffffff;
  --border: #E8D5D5;
  --text: #1A0A0A;
  --muted: #6E4A4A;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; background: var(--bg); color: var(--text); }
body { min-height: 100svh; display: flex; flex-direction: column; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(43, 10, 10, 0.93); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 58, 58, 0.2);
  padding: 0 1.5rem; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 44px; width: 44px; object-fit: contain; border-radius: 8px; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-text strong { color: #fff; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.2; }
.nav-logo-text span { color: rgba(255,255,255,0.5); font-size: 0.7rem; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-links a {
  font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.65);
  padding: 0.45rem 0.8rem; border-radius: 8px; transition: all 0.2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--crimson-light); background: rgba(184, 58, 58, 0.1); }
.nav-links a.active { border-bottom: 2px solid var(--crimson); border-radius: 8px 8px 0 0; }
.lang-switcher { position: relative; }
.lang-switcher::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 8px; }
.lang-btn {
  background: rgba(184,58,58,0.12); border: 1px solid rgba(184,58,58,0.3);
  color: var(--crimson-light); font-size: 0.78rem; font-weight: 700;
  padding: 0.4rem 0.9rem; border-radius: 8px; cursor: pointer;
  display: flex; align-items: center; gap: 0.4rem;
}
.lang-dropdown {
  display: none; position: absolute; top: calc(100% + 8px); right: 0;
  background: #2B0A0A; border: 1px solid rgba(184,58,58,0.25);
  border-radius: 12px; overflow: hidden; min-width: 140px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4); z-index: 200;
}
.lang-switcher:hover .lang-dropdown { display: block; }
.lang-dropdown a {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.65rem 1rem; font-size: 0.82rem; font-weight: 600;
  color: rgba(255,255,255,0.7); transition: background 0.15s, color 0.15s;
}
.lang-dropdown a:hover { background: rgba(184,58,58,0.12); color: var(--crimson-light); }
.lang-dropdown a.current { color: var(--crimson-light); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; }
.hamburger span { display: block; width: 24px; height: 2px; background: rgba(255,255,255,0.8); border-radius: 2px; }
.mobile-menu {
  display: none; position: fixed; inset: 64px 0 0;
  background: rgba(43, 10, 10, 0.97); z-index: 99;
  flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1.2rem; font-weight: 700; color: rgba(255,255,255,0.8); padding: 0.6rem 2rem; border-radius: 12px; }
.mobile-menu a:hover { color: var(--crimson-light); background: rgba(184,58,58,0.1); }

/* ===== HERO ===== */
.hero {
  min-height: 100svh;
  background: linear-gradient(150deg, #2B0A0A 0%, #4A1515 40%, #7A2525 100%);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 120px 1.5rem 80px; position: relative; overflow: hidden;
}
.hero-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,58,58,0.07) 1px, transparent 1px); background-size: 40px 40px; }
.hero-glow { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(184,58,58,0.1) 0%, transparent 70%); pointer-events: none; }
.hero-mesas {
  position: absolute; bottom: 0; left: 0; right: 0; height: 160px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpolygon points='0,160 0,100 150,100 180,120 350,120 380,80 600,80 640,110 850,110 880,60 1100,60 1140,100 1300,100 1350,70 1440,70 1440,160' fill='rgba(43,10,10,0.5)'/%3E%3Cpolygon points='0,160 0,130 120,130 160,140 400,140 430,110 550,110 590,130 800,130 840,90 1000,90 1040,120 1250,120 1280,100 1440,100 1440,160' fill='rgba(43,10,10,0.35)'/%3E%3C/svg%3E") no-repeat bottom/100%;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 820px; }
.hero-logo { margin-bottom: 2rem; }
.hero-logo img { height: auto; max-width: 320px; width: 90%; margin: 0 auto; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
.hero-eyebrow {
  display: inline-block; border: 1px solid rgba(184,58,58,0.35);
  color: var(--crimson-light); font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.32rem 1rem; border-radius: 999px; margin-bottom: 1.35rem;
  background: rgba(184,58,58,0.08);
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1.1rem; }
.hero p { font-size: clamp(0.88rem, 2vw, 1.05rem); color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto 2.25rem; line-height: 1.75; }
.hero-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }

/* ===== BUTTONS ===== */
.btn-primary { background: linear-gradient(135deg, var(--crimson), var(--crimson-light)); color: #fff; padding: 0.82rem 1.9rem; border-radius: 10px; font-size: 0.9rem; font-weight: 800; display: inline-block; transition: all 0.2s; white-space: nowrap; box-shadow: 0 4px 20px rgba(184,58,58,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,58,58,0.5); }
.btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.3); color: #fff; padding: 0.82rem 1.9rem; border-radius: 10px; font-size: 0.9rem; font-weight: 600; display: inline-block; transition: all 0.2s; white-space: nowrap; }
.btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); transform: translateY(-2px); }
.btn-dark { display: inline-block; background: var(--redrock-dark); color: #fff; padding: 0.8rem 2rem; border-radius: 10px; font-size: 0.9rem; font-weight: 600; transition: all 0.2s; }
.btn-dark:hover { background: var(--redrock-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43,10,10,0.25); }

/* ===== REGION STRIP ===== */
.region-strip { background: var(--redrock-dark); border-top: 2px solid rgba(184,58,58,0.2); padding: 0.8rem 1.5rem; }
.region-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.5rem 1.8rem; }
.region-item { font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; text-transform: uppercase; }

/* ===== SECTIONS ===== */
section { padding: 5rem 1.5rem; }
.container { max-width: 1100px; margin: 0 auto; }
.eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--crimson); margin-bottom: 0.5rem; text-align: center; }
.section-title { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; color: var(--text); letter-spacing: -0.03em; margin-bottom: 0.8rem; text-align: center; }
.section-sub { color: var(--muted); max-width: 560px; margin: 0 auto 3rem; text-align: center; font-size: 0.95rem; line-height: 1.75; }

/* ===== ABOUT ===== */
.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; margin-top: 2.5rem; }
.about-text p { color: var(--muted); line-height: 1.85; font-size: 0.95rem; margin-bottom: 1rem; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stat-card { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; padding: 1.35rem; text-align: center; border-left: 3px solid var(--crimson); }
.stat-num { font-size: 1.9rem; font-weight: 800; color: var(--redrock-red); letter-spacing: -0.03em; }
.stat-label { font-size: 0.72rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }

/* ===== CLOUD SERVICES ===== */
.cloud-section { background: var(--bg); position: relative; }
.cloud-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--redrock-dark), var(--crimson), var(--redrock-dark)); }
.cloud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.cloud-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1.75rem; transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s; position: relative; overflow: hidden; }
.cloud-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--redrock-dark), var(--crimson)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.cloud-card:hover { border-color: var(--crimson); transform: translateY(-5px); box-shadow: 0 16px 48px rgba(184,58,58,0.1); }
.cloud-card:hover::after { transform: scaleX(1); }
.cloud-icon { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--redrock-dark), var(--redrock-red)); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1rem; }
.cloud-name { font-size: 0.97rem; font-weight: 700; color: var(--text); margin-bottom: 0.4rem; }
.cloud-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.65; }
.cloud-cta { text-align: center; margin-top: 2.5rem; }

/* ===== IT SERVICES ===== */
.it-section { background: #fff; }
.it-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.it-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: border-color 0.25s, transform 0.25s; }
.it-card:hover { border-color: var(--crimson); transform: translateY(-3px); }
.it-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--redrock-dark), var(--redrock-red)); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.it-name { font-size: 0.9rem; font-weight: 700; color: var(--text); margin-bottom: 0.3rem; }
.it-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ===== CTA BANNER ===== */
.cta-section {
  background: linear-gradient(135deg, var(--redrock-dark), var(--redrock-red));
  padding: 4rem 1.5rem; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 360,50 720,75 1080,40 1440,65 1440,100' fill='rgba(184,58,58,0.07)'/%3E%3C/svg%3E") no-repeat bottom/100%;
  pointer-events: none;
}
.cta-section h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 0.75rem; position: relative; }
.cta-section p { color: rgba(255,255,255,0.65); font-size: 0.95rem; margin-bottom: 2rem; position: relative; }
.cta-btns { display: flex; justify-content: center; gap: 0.8rem; flex-wrap: wrap; position: relative; }

/* ===== PAGE HERO (Subpages) ===== */
.page-hero {
  background: linear-gradient(150deg, var(--redrock-dark) 0%, var(--redrock-mid) 50%, var(--redrock-red) 100%);
  padding: 140px 1.5rem 70px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before { content: ''; position: absolute; top: 64px; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--crimson), transparent); }
.page-hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--crimson-light); margin-bottom: 0.8rem; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; max-width: 640px; margin: 0 auto 0.8rem; }
.page-hero p { color: rgba(255,255,255,0.6); font-size: 1rem; max-width: 560px; margin: 0 auto; line-height: 1.75; }

/* ===== SERVICES DETAIL ===== */
.svc-block { display: grid; grid-template-columns: 260px 1fr; gap: 3.5rem; align-items: start; padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.svc-block:last-child { border-bottom: none; }
.svc-block.reverse { direction: rtl; }
.svc-block.reverse > * { direction: ltr; }
.svc-visual { background: linear-gradient(135deg, var(--redrock-dark), var(--redrock-red)); border-radius: 18px; padding: 2.5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.svc-visual::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--crimson), var(--crimson-light), var(--crimson)); }
.svc-icon-big { width: 72px; height: 72px; border-radius: 16px; background: rgba(184,58,58,0.1); border: 1px solid rgba(184,58,58,0.25); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1.2rem; }
.svc-num { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(184,58,58,0.7); margin-bottom: 0.5rem; }
.svc-visual-name { font-size: 1rem; font-weight: 700; color: rgba(255,255,255,0.85); }
.svc-sub-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--crimson); margin-bottom: 0.5rem; }
.svc-title { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: var(--text); letter-spacing: -0.02em; margin-bottom: 0.8rem; }
.svc-desc-full { color: var(--muted); line-height: 1.85; font-size: 0.95rem; margin-bottom: 1.5rem; }
.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag { font-size: 0.72rem; font-weight: 600; background: rgba(122,37,37,0.06); color: var(--redrock-red); padding: 0.3rem 0.8rem; border-radius: 999px; border: 1px solid rgba(122,37,37,0.1); }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: all 0.25s; }
.contact-card:hover { border-color: var(--crimson); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.05); }
.contact-icon { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--redrock-dark), var(--redrock-red)); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1rem; }
.contact-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.contact-value { font-size: 1rem; color: var(--text); font-weight: 600; }
.contact-value a { color: var(--redrock-red); }
.contact-value a:hover { color: var(--crimson); }

/* ===== IMPRINT ===== */
.imprint-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 3rem; border-top: 4px solid var(--crimson); max-width: 860px; margin: 0 auto; }
.imprint-section { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.imprint-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.imprint-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.6rem; }
.imprint-value { font-size: 0.95rem; color: var(--text); line-height: 1.8; }
.imprint-value strong { display: block; font-size: 1.05rem; font-weight: 800; margin-bottom: 0.3rem; }
.disclaimer-box { background: var(--crimson-pale); border: 1px solid var(--crimson-light); border-radius: 12px; padding: 1.2rem 1.5rem; font-size: 0.85rem; color: var(--redrock-dark); line-height: 1.7; margin-top: 2rem; }

/* ===== FOOTER ===== */
footer { background: var(--redrock-dark); color: rgba(255,255,255,0.5); padding: 2.5rem 1.5rem; text-align: center; font-size: 0.8rem; margin-top: auto; }
.footer-inner { max-width: 900px; margin: 0 auto; }
.footer-logo { margin-bottom: 1.25rem; }
.footer-logo img { height: 52px; width: 52px; object-fit: contain; border-radius: 10px; opacity: 0.7; margin: 0 auto; }
.footer-tagline { font-size: 0.75rem; color: var(--crimson); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.4rem 1.5rem; margin-bottom: 1.25rem; }
.footer-links a { color: rgba(255,255,255,0.45); font-size: 0.78rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--crimson-light); }
.footer-bar { height: 3px; background: linear-gradient(90deg, transparent, var(--crimson), transparent); margin: 1.25rem auto; max-width: 200px; border-radius: 2px; }
.footer-legal { font-size: 0.73rem; color: rgba(255,255,255,0.3); }
.footer-group-link { color: var(--crimson); }
.footer-group-link:hover { text-decoration: underline; }

/* ===== ANIMATIONS ===== */
@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-16px); }
  100% { opacity: 1; transform: none; }
}
.hero-eyebrow { animation: fadeDown 0.8s 0.1s ease both; }
.hero h1 { animation: fadeDown 0.8s 0.2s ease both; }
.hero p { animation: fadeDown 0.8s 0.3s ease both; }
.hero-cta { animation: fadeDown 0.8s 0.4s ease both; }
.hero-logo { animation: fadeDown 0.8s ease both; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== LANGUAGE SELECTOR ===== */
.lang-page {
  min-height: 100svh;
  background: linear-gradient(150deg, #2B0A0A 0%, #4A1515 40%, #7A2525 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; padding: 2rem;
}
.lang-page::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(184,58,58,0.06) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.lang-box { position: relative; z-index: 1; width: 100%; max-width: 480px; text-align: center; }
.lang-logo { max-width: 280px; width: 85%; margin: 0 auto 1.5rem; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
.lang-line { width: 60px; height: 3px; background: linear-gradient(90deg, var(--crimson), var(--crimson-light)); border-radius: 2px; margin: 1.5rem auto; }
.lang-page h1 { font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 0.4rem; }
.lang-page .sub { font-size: 0.85rem; color: rgba(255,255,255,0.45); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 2.5rem; }
.lang-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.lang-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(184,58,58,0.2);
  border-radius: 14px; padding: 1.1rem; display: flex; align-items: center; gap: 1rem;
  transition: all 0.2s;
}
.lang-card:hover { background: rgba(184,58,58,0.1); border-color: var(--crimson); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.3); }
.lang-flag { font-size: 1.8rem; }
.lang-text { text-align: left; }
.lang-text strong { display: block; color: #fff; font-size: 1.05rem; font-weight: 800; }
.lang-text span { color: var(--crimson-light); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

/* ===== REBRANDING POPUP ===== */
.rebrand-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem; opacity: 0; pointer-events: none; transition: opacity 0.4s;
}
.rebrand-overlay.show { opacity: 1; pointer-events: auto; }
.rebrand-popup {
  background: linear-gradient(160deg, #2B0A0A 0%, #4A1515 60%);
  border: 1px solid rgba(184,58,58,0.3); border-radius: 20px;
  padding: 2.5rem 2rem; max-width: 560px; width: 100%;
  text-align: center; position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  animation: popupIn 0.4s ease;
}
@keyframes popupIn {
  from { transform: scale(0.92) translateY(30px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.rebrand-close {
  position: absolute; top: 12px; right: 16px;
  background: none; border: none; color: rgba(255,255,255,0.4); font-size: 1.5rem;
  cursor: pointer; transition: color 0.2s; line-height: 1;
}
.rebrand-close:hover { color: #fff; }
.rebrand-badge {
  display: inline-block; border: 1px solid rgba(232,115,115,0.3);
  color: var(--crimson-light); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.25rem 0.85rem; border-radius: 999px;
  margin-bottom: 1.25rem; background: rgba(232,115,115,0.08);
}
.rebrand-logos {
  display: flex; align-items: center; justify-content: center; gap: 1.25rem;
  margin-bottom: 1.5rem; flex-wrap: wrap;
}
.rebrand-logo-box {
  background: rgba(255,255,255,0.08); border-radius: 12px;
  padding: 0.75rem; width: 110px; height: 110px;
  display: flex; align-items: center; justify-content: center;
}
.rebrand-logo-box img { max-width: 100%; max-height: 90px; object-fit: contain; border-radius: 6px; }
.rebrand-arrow { font-size: 2rem; color: var(--crimson); font-weight: 300; }
.rebrand-popup h2 { font-size: 1.25rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.rebrand-popup p { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 1.5rem; }
.rebrand-btn {
  background: var(--crimson); color: #fff; border: none; border-radius: 10px;
  padding: 0.75rem 2rem; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 20px rgba(184,58,58,0.4);
}
.rebrand-btn:hover { background: var(--crimson-light); transform: translateY(-2px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .cloud-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .it-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .lang-switcher { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 680px) {
  .hero { padding: 110px 1.25rem 60px; }
  .cloud-grid, .contact-grid, .stats-grid, .svc-block { grid-template-columns: 1fr; }
  .svc-block { gap: 2rem; direction: ltr !important; }
  section { padding: 3.5rem 1.25rem; }
  .page-hero { padding: 120px 1.25rem 50px; }
  .contact-grid { gap: 1rem; }
}
