/* VA Kloud Global — multi-page site styles
   Distinct visual system from SoftRise: navy-first "global network" identity —
   Sora/Work Sans type pairing, sharp left-accent cards (not soft rounded
   boxes), rectangular buttons, left-aligned section heads, full-bleed dark
   navy hero with a network/globe motif, and a dotted "global" footer. */

@view-transition {
  navigation: auto;
}
::view-transition-old(root) { animation: vk-fade-out 0.18s ease both; }
::view-transition-new(root) { animation: vk-fade-in 0.22s ease both; }
@keyframes vk-fade-out { to { opacity: 0; } }
@keyframes vk-fade-in { from { opacity: 0; } }

:root {
  --green: #22B573;
  --green-dark: #1A9660;
  --navy: #1B4F7D;
  --navy-dark: #0F3355;
  --navy-deep: #0A2540;
  --gray-800: #333B44;
  --gray-600: #5B6570;
  --gray-300: #D8DEE3;
  --bg-light: #F5F8FA;
  --white: #FFFFFF;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow: 0 14px 34px rgba(10, 37, 64, 0.14);
  --max-width: 1180px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Work Sans', Arial, sans-serif;
  color: var(--gray-800);
  line-height: 1.65;
  background: var(--white);
  animation: vk-page-in 0.25s ease both;
}
@keyframes vk-page-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

h1, h2, h3, h4 {
  font-family: 'Sora', 'Work Sans', Arial, sans-serif;
  color: var(--navy-deep);
  line-height: 1.22;
  margin: 0 0 16px;
  font-weight: 700;
}

a { color: var(--navy); text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* Header / Nav — thin navy top strip + white nav bar */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--gray-300); }
.site-header::before {
  content: "";
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--navy-deep) 0%, var(--navy) 55%, var(--green) 100%);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: var(--max-width); margin: 0 auto; }
.nav .logo img { height: 42px; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--gray-800); font-weight: 500; font-size: 15px; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }

.btn { display: inline-block; padding: 12px 26px; border-radius: 6px; font-weight: 600; font-size: 15px; text-align: center; cursor: pointer; border: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.btn-primary { background: var(--green); color: var(--white); }
.btn-primary:hover { background: var(--green-dark); color: var(--white); }
.btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.5); color: var(--navy-deep); border-color: var(--gray-300); }
.btn-outline:hover { border-color: var(--green); color: var(--green-dark); }

/* Hero (home) — full-bleed dark navy band with network motif, not a light gradient */
.hero {
  background: radial-gradient(ellipse at 80% 20%, #123C63 0%, var(--navy-deep) 55%, #081B30 100%);
  padding: 96px 0 88px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}
.hero .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  border-left: 3px solid var(--green);
  padding: 3px 0 3px 12px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  background: none;
  border-radius: 0;
}
.hero .eyebrow { color: var(--green); border-left-color: var(--green); }
.hero h1 { font-size: 42px; max-width: 580px; color: var(--white); }
.hero p.lead { font-size: 17px; color: #B9CBDC; max-width: 540px; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: visible; }
.hero-art svg { width: 100%; height: auto; max-width: 380px; }

/* Page hero (inner pages) — deep navy, sharp bottom edge */
.page-hero { background: linear-gradient(120deg, var(--navy-deep) 0%, #123C63 100%); padding: 60px 0; color: var(--white); }
.page-hero .eyebrow { color: var(--green); border-left-color: var(--green); }
.page-hero h1 { color: var(--white); font-size: 32px; margin-bottom: 10px; }
.page-hero p { color: #B9CBDC; max-width: 640px; margin: 0; font-size: 16px; }

/* Pillars (home) — sharp cards, left accent bar */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-left: 3px solid var(--green); border-radius: var(--radius); padding: 20px; backdrop-filter: blur(2px); }
.pillar-card .icon { width: 40px; height: 40px; border-radius: var(--radius); background: rgba(34, 181, 115, 0.18); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.pillar-card h3 { font-size: 16px; margin-bottom: 6px; color: var(--white); }
.pillar-card p { font-size: 13.5px; color: #B9CBDC; margin: 0; }

/* Two-up pillars */
.big-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.big-pillar-card {
  border: 1px solid var(--gray-300);
  border-left: 4px solid var(--navy);
  border-radius: var(--radius);
  padding: 32px;
  background: var(--white);
  transition: box-shadow 0.15s ease, border-left-color 0.15s ease;
}
.big-pillar-card:hover { box-shadow: var(--shadow); border-left-color: var(--green); }
.big-pillar-card .tag { color: var(--navy); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; display: block; }
.big-pillar-card h3 { font-size: 22px; }
.big-pillar-card p { color: var(--gray-600); font-size: 15px; }
.big-pillar-card ul { margin: 14px 0 18px; padding-left: 18px; color: var(--gray-600); font-size: 14px; }
.big-pillar-card ul li { margin-bottom: 6px; }

/* Sections — left-aligned heads by default (no centered eyebrow-pill layout) */
.section { padding: 80px 0; }
.section.alt { background: var(--bg-light); }
.section-head { max-width: 680px; margin: 0 0 44px; text-align: left; }
.section-head.left { margin: 0 0 40px; text-align: left; }
.section-head h2 { font-size: 30px; }
.section-head p { color: var(--gray-600); font-size: 16px; margin: 0; }

/* About grid */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-grid h2 { font-size: 28px; }
.about-grid p { color: var(--gray-600); }
.stat-row { display: flex; gap: 16px; margin-top: 20px; flex-wrap: wrap; }
.stat-badge { border: 1px solid var(--gray-300); border-left: 3px solid var(--navy); border-radius: var(--radius); padding: 16px 20px; flex: 1; min-width: 150px; }
.stat-badge strong { display: block; font-family: 'Sora', sans-serif; color: var(--navy-deep); font-size: 15px; margin-bottom: 4px; }
.stat-badge span { color: var(--gray-600); font-size: 13px; }

/* Services grid — outlined number badge instead of small superscript */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.services-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.service-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 24px; transition: box-shadow 0.15s ease, border-color 0.15s ease; position: relative; }
.service-card:hover { box-shadow: var(--shadow); border-color: var(--navy); }
.service-card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border: 1.5px solid var(--green); border-radius: 50%;
  color: var(--navy); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 12.5px; margin-bottom: 14px;
}
.service-card h3 { font-size: 16px; margin-bottom: 8px; }
.service-card p { font-size: 13.5px; color: var(--gray-600); margin: 0; }

/* Why / value cards — sharp, left accent, no icon chip */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.why-card { display: flex; gap: 16px; background: var(--white); border: 1px solid var(--gray-300); border-left: 3px solid var(--green); border-radius: var(--radius); padding: 22px; }
.why-card .icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--navy); color: var(--navy); background: transparent; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; }
.why-card h3 { font-size: 16px; margin-bottom: 6px; }
.why-card p { font-size: 14px; color: var(--gray-600); margin: 0; }

/* Tag pills — rectangular chips, not pills */
.tag-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill { background: var(--bg-light); border: 1px solid var(--gray-300); border-radius: 4px; padding: 8px 14px; font-size: 13.5px; color: var(--gray-800); font-weight: 500; }

/* Global reach strip — map-dot motif */
.reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reach-card { background: var(--navy-deep); border-radius: var(--radius); padding: 26px; text-align: left; position: relative; overflow: hidden; }
.reach-card::before { content:""; position:absolute; top:14px; right:16px; width:8px; height:8px; border-radius:50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,181,115,0.2); }
.reach-card h3 { font-size: 17px; margin-bottom: 8px; color: var(--white); }
.reach-card p { font-size: 14px; color: #B9CBDC; margin: 0; }

/* Delivery / GCC grid */
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.delivery-card { background: var(--white); border: 1px solid var(--gray-300); border-top: 3px solid var(--navy); border-radius: var(--radius); padding: 24px; }
.delivery-card h3 { font-size: 16px; margin-bottom: 8px; }
.delivery-card p { font-size: 14px; color: var(--gray-600); margin: 0; }

/* Benefit list (careers) */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-item { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 16px 18px; font-size: 14.5px; font-weight: 500; }
.benefit-item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

/* CTA banner — angled navy panel with green top rule */
.cta-banner { background: var(--navy-deep); border-radius: var(--radius-lg); padding: 56px; text-align: left; color: var(--white); border-top: 4px solid var(--green); }
.cta-banner h2 { color: var(--white); font-size: 28px; }
.cta-banner p { color: #B9CBDC; max-width: 560px; margin: 0 0 24px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; }
.contact-info h2 { font-size: 28px; }
.contact-info p { color: var(--gray-600); }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-top: 20px; }
.contact-detail .icon { width: 36px; height: 36px; border-radius: var(--radius); border: 1.5px solid var(--navy); background: transparent; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 14px; color: var(--navy-deep); }
.contact-detail span, .contact-detail a { font-size: 14px; color: var(--gray-600); }
.contact-form { background: var(--bg-light); border-radius: var(--radius); padding: 32px; border: 1px solid var(--gray-300); border-top: 3px solid var(--navy); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--navy-deep); }
.form-group input, .form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--gray-300); border-radius: 4px; font-family: inherit; font-size: 14px; background: var(--white); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--navy); }

/* Footer — dotted "global network" texture + green top rule */
.site-footer {
  background: var(--navy-deep);
  color: #B9CBDC;
  padding: 52px 0 24px;
  border-top: 3px solid var(--green);
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 18px 18px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-grid .logo img { height: 38px; margin-bottom: 12px; }
.footer-grid p { font-size: 14px; color: #9FB6CA; }
.footer-grid h4 { color: var(--white); font-size: 13px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #9FB6CA; font-size: 14px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid #17416A; padding-top: 20px; font-size: 13px; color: #7E9AB3; text-align: center; }

/* Responsive */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art { min-height: 220px; order: -1; }
  .pillars { grid-template-columns: 1fr; }
  .big-pillars { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .services-grid, .services-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .reach-grid { grid-template-columns: 1fr; }
  .delivery-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 30px; }
  .page-hero h1 { font-size: 24px; }
  .services-grid, .services-grid.cols-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner { padding: 36px 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
