
:root {
  --forest-dark: #0D2818;
  --forest-mid: #1A4A30;
  --forest-green: #2D6A4F;
  --pine: #40916C;
  --moss: #74B496;
  --moss-light: #D8EDE3;
  --bg: #F7FAF8;
  --card: #ffffff;
  --border: #D0E2D8;
  --text: #0A1A10;
  --muted: #4A6A58;
}

*, *::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(13, 40, 24, 0.93); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(64, 145, 108, 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(--moss); background: rgba(64, 145, 108, 0.1); }
.nav-links a.active { border-bottom: 2px solid var(--pine); border-radius: 8px 8px 0 0; }
.lang-switcher { position: relative; }
.lang-switcher::after {
  content: ''; position: absolute;
  top: 100%; left: 0; right: 0; height: 12px;
}
.lang-btn {
  background: rgba(64,145,108,0.12); border: 1px solid rgba(64,145,108,0.3);
  color: var(--moss); 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: #0D2818; border: 1px solid rgba(64,145,108,0.25);
  border-radius: 12px; overflow: hidden; min-width: 150px;
  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(64,145,108,0.12); color: var(--moss); }
.lang-dropdown a.current { color: var(--moss); }

.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(13, 40, 24, 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(--moss); background: rgba(64,145,108,0.1); }

/* ===== HERO ===== */
.hero {
  min-height: 100svh;
  background: linear-gradient(150deg, #0D2818 0%, #1A4A30 40%, #2D6A4F 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(116,180,150,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(64,145,108,0.1) 0%, transparent 70%); pointer-events: none; }
.hero-forest {
  position: absolute; bottom: 0; left: 0; right: 0; height: 280px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 280' preserveAspectRatio='none'%3E%3Cpath d='M0,280 L0,130 C30,130 40,60 50,130 C70,130 80,90 95,130 C110,130 120,70 140,130 C160,130 170,80 190,130 C210,130 225,50 240,130 C260,130 270,95 285,130 C305,130 320,65 340,130 C360,130 375,85 390,130 C410,130 420,60 440,130 C460,130 475,90 490,130 C510,130 520,70 540,130 C560,130 575,55 590,130 C610,130 625,80 640,130 C660,130 670,65 690,130 C710,130 725,90 740,130 C760,130 770,60 790,130 C810,130 825,75 840,130 C860,130 870,50 890,130 C910,130 925,85 940,130 C960,130 970,65 990,130 C1010,130 1025,80 1040,130 C1060,130 1070,60 1090,130 C1110,130 1125,70 1140,130 C1160,130 1175,55 1190,130 C1210,130 1225,85 1240,130 C1260,130 1275,65 1290,130 C1310,130 1325,75 1340,130 C1360,130 1375,60 1390,130 C1405,130 1420,80 1440,130 L1440,280 Z' fill='rgba(13,40,24,0.45)'/%3E%3Cpath d='M0,280 L0,160 C25,160 35,100 50,160 C70,160 80,120 95,160 C115,160 125,95 145,160 C165,160 175,110 195,160 C215,160 230,80 245,160 C265,160 275,115 295,160 C315,160 325,90 345,160 C365,160 380,110 395,160 C415,160 425,85 445,160 C465,160 480,105 495,160 C515,160 525,95 545,160 C565,160 580,75 595,160 C615,160 625,110 645,160 C665,160 680,90 695,160 C715,160 725,105 745,160 C765,160 780,85 795,160 C815,160 830,100 845,160 C865,160 875,70 895,160 C915,160 930,100 945,160 C965,160 975,85 995,160 C1015,160 1030,105 1045,160 C1065,160 1075,90 1095,160 C1115,160 1130,100 1145,160 C1165,160 1175,80 1195,160 C1215,160 1230,105 1245,160 C1265,160 1275,90 1295,160 C1315,160 1330,100 1345,160 C1365,160 1375,85 1395,160 C1410,160 1425,105 1440,160 L1440,280 Z' fill='rgba(45,106,79,0.25)'/%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(116,180,150,0.35);
  color: var(--moss); 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(64,145,108,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(--forest-green), var(--pine)); 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(45,106,79,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(45,106,79,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(--forest-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(--forest-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,40,24,0.25); }

/* ===== REGION STRIP ===== */
.region-strip { background: var(--forest-dark); border-top: 2px solid rgba(64,145,108,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(--pine); 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(--pine); }
.stat-num { font-size: 1.9rem; font-weight: 800; color: var(--forest-green); 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(--forest-dark), var(--pine), var(--forest-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(--forest-dark), var(--pine)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.cloud-card:hover { border-color: var(--pine); transform: translateY(-5px); box-shadow: 0 16px 48px rgba(64,145,108,0.1); }
.cloud-card:hover::after { transform: scaleX(1); }
.cloud-icon { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--forest-dark), var(--forest-green)); 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(--pine); transform: translateY(-3px); }
.it-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--forest-dark), var(--forest-green)); 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(--forest-dark), var(--forest-green));
  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(64,145,108,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(--forest-dark) 0%, var(--forest-mid) 50%, var(--forest-green) 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(--pine), transparent); }
.page-hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--moss); 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(--forest-dark), var(--forest-green)); 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(--pine), var(--moss), var(--pine)); }
.svc-icon-big { width: 72px; height: 72px; border-radius: 16px; background: rgba(64,145,108,0.1); border: 1px solid rgba(64,145,108,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(116,180,150,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(--pine); 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(45,106,79,0.06); color: var(--forest-green); padding: 0.3rem 0.8rem; border-radius: 999px; border: 1px solid rgba(45,106,79,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(--pine); 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(--forest-dark), var(--forest-green)); 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(--forest-green); }
.contact-value a:hover { color: var(--pine); }

/* ===== IMPRINT ===== */
.imprint-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 3rem; border-top: 4px solid var(--pine); 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(--moss-light); border: 1px solid var(--moss); border-radius: 12px; padding: 1.2rem 1.5rem; font-size: 0.85rem; color: var(--forest-dark); line-height: 1.7; margin-top: 2rem; }

/* ===== FOOTER ===== */
footer { background: var(--forest-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(--moss); 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(--moss); }
.footer-bar { height: 3px; background: linear-gradient(90deg, transparent, var(--pine), 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(--moss); }
.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, #0D2818 0%, #1A4A30 40%, #2D6A4F 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(116,180,150,0.06) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.lang-box { position: relative; z-index: 1; width: 100%; max-width: 750px; 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(--pine), var(--moss)); 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: repeat(6, 1fr); gap: 0.75rem; }
.lang-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(64,145,108,0.2);
  border-radius: 14px; padding: 1rem 0.6rem; display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  transition: all 0.2s; text-decoration: none;
}
.lang-card:hover { background: rgba(64,145,108,0.1); border-color: var(--pine); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.3); }
.lang-flag { font-size: 1.8rem; }
.lang-text { text-align: center; }
.lang-text strong { display: block; color: #fff; font-size: 0.9rem; font-weight: 800; line-height: 1.2; }
.lang-text span { display: block; color: var(--moss); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.06em; margin-top: 0.15rem; }
.lang-text .lang-en { display: block; color: rgba(255,255,255,0.35); font-size: 0.55rem; font-weight: 500; margin-top: 0.1rem; }

/* ===== 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, #0D2818 0%, #1A4A30 60%);
  border: 1px solid rgba(64,145,108,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(250,185,60,0.3);
  color: #FAB93C; 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(250,185,60,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(--pine); 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(--pine); 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(64,145,108,0.4);
}
.rebrand-btn:hover { background: var(--moss); 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; }
}
@media (max-width: 800px) {
  .lang-grid { grid-template-columns: repeat(3, 1fr); }
  .lang-box { max-width: 480px; }
}
@media (max-width: 480px) {
  .lang-grid { grid-template-columns: repeat(2, 1fr); }
}
