/* ============================================================
   XIT GLOBAL — Enterprise IT Solutions
   Design system + styles
   Type: Roboto  ·  Palette: navy / royal / cyan
   ============================================================ */

:root {
  /* Brand palette (from logo) */
  --navy:      #1F2B6C;
  --navy-900:  #16204f;
  --royal:     #3049B8;
  --cyan:      #2EA8FF;
  --steel:     #7B7F8C;
  --silver:    #D9DCE3;
  --paper:     #F7F8FA;
  --white:     #FFFFFF;

  /* Ink / text */
  --ink:       #131A33;
  --ink-2:     #4A5269;
  --ink-3:     #8A91A4;
  --line:      #E6E8EF;
  --line-2:    #EEF0F5;

  /* Service accents (harmonious, enterprise multi-accent) */
  --c-services: #3049B8;
  --c-security: #6D3BEF;
  --c-cloud:    #1593C9;
  --c-web:      #E08023;

  /* Effects */
  --grad: linear-gradient(135deg, #1F2B6C 0%, #3049B8 55%, #2EA8FF 100%);
  --grad-soft: linear-gradient(135deg, rgba(31,43,108,.06), rgba(46,168,255,.06));
  --shadow-sm: 0 1px 2px rgba(19,26,51,.04), 0 2px 6px rgba(19,26,51,.05);
  --shadow-md: 0 4px 12px rgba(19,26,51,.06), 0 12px 30px rgba(19,26,51,.07);
  --shadow-lg: 0 12px 28px rgba(19,26,51,.10), 0 30px 64px rgba(19,26,51,.12);
  --shadow-cyan: 0 14px 40px rgba(46,168,255,.22);

  --r-sm: 10px;
  --r:    14px;
  --r-lg: 18px;
  --r-xl: 24px;

  --maxw: 1600px;
  --pad: clamp(20px, 5vw, 56px);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Roboto', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; color: var(--ink); }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--royal);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: inherit; font-size: 15.5px; font-weight: 600; letter-spacing: .005em;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s, filter .25s;
  white-space: nowrap;
}
.btn .arr { transition: transform .3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.btn-primary {
  color: #fff; background: var(--grad);
  background-size: 100% 100%; background-position: center;
  background-clip: padding-box;
  box-shadow: 0 6px 16px rgba(31,43,108,.22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-cyan); filter: brightness(1.07); }

.btn-ghost {
  color: var(--ink); background: #fff; border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--silver); box-shadow: var(--shadow-md); }

.btn-light { color: var(--navy); background: #fff; }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* ---------- Header / Navbar ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(247,248,250,.78);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(19,26,51,.02), 0 8px 30px rgba(19,26,51,.04);
}
.nav-inner {
  display: flex; align-items: center; gap: 28px;
  height: 90px;
}
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { height: 80px; width: auto; }
.brand .bname { display: block; font-size: 20px; font-weight: 800; letter-spacing: .04em; line-height: 1; color: var(--navy); }
.brand .btag { display: block; font-size: 9.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--steel); margin-top: 4px; white-space: nowrap; }

.nav-links { display: flex; gap: 6px; margin-inline: auto; }
.nav-links a {
  position: relative; font-size: 15.5px; font-weight: 500; color: var(--ink-2);
  padding: 9px 15px; border-radius: 9px; transition: color .2s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px;
  background: var(--grad); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .32s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
/* Security nav item only → red underline (base + hover) */
.nav-links a[href*="Security"]::after { background: linear-gradient(135deg, #B42318 0%, #E5484D 60%, #FF6B5E 100%); }
.nav-links a[href*="Security"]:hover::after { background: linear-gradient(135deg, #B42318 0%, #E5484D 60%, #FF6B5E 100%); }
/* Cloud nav item only → cloud-blue underline (base + hover) */
.nav-links a[href*="Cloud"]::after { background: linear-gradient(135deg, #0E6E97 0%, #1593C9 60%, #2EA8FF 100%); }
.nav-links a[href*="Cloud"]:hover::after { background: linear-gradient(135deg, #0E6E97 0%, #1593C9 60%, #2EA8FF 100%); }
/* Web nav item only → orange underline (base + hover) */
.nav-links a[href*="Web"]::after { background: linear-gradient(135deg, #B26313 0%, #E08023 60%, #F5A24A 100%); }
.nav-links a[href*="Web"]:hover::after { background: linear-gradient(135deg, #B26313 0%, #E08023 60%, #F5A24A 100%); }
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }

.nav-cta { flex-shrink: 0; }

.hamburger {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px;
  align-items: center; justify-content: center; background: none; border: none; cursor: pointer;
  border-radius: 10px; flex-shrink: 0; margin-left: auto;
}
.hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu drawer */
.mobile-menu {
  position: fixed; inset: 92px 0 auto 0; z-index: 99;
  background: rgba(247,248,250,.97); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
  padding: 14px var(--pad) 26px;
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: transform .3s var(--ease), opacity .3s;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a { display: block; font-size: 19px; font-weight: 600; padding: 14px 6px; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { display: flex; width: 100%; justify-content: center; align-items: center; text-align: center; margin-top: 18px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding-top: 148px; padding-bottom: 76px;
  background:
    radial-gradient(900px 500px at 88% -8%, rgba(46,168,255,.13), transparent 60%),
    radial-gradient(760px 520px at 0% 10%, rgba(48,73,184,.10), transparent 55%),
    var(--paper);
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(31,43,108,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,43,108,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(1000px 600px at 50% 0%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(1000px 600px at 50% 0%, #000 30%, transparent 78%);
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.06fr 1fr; gap: 52px; align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; flex-wrap: nowrap;
  font-size: 13px; font-weight: 600; letter-spacing: .03em;
  padding: 7px 14px 7px 11px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); color: var(--ink-2); box-shadow: var(--shadow-sm);
}
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(46,168,255,.18); flex-shrink: 0; }
.badge b { color: var(--navy); font-weight: 700; }

.hero h1 {
  font-size: clamp(40px, 6vw, 68px); font-weight: 800; letter-spacing: -.03em; margin: 22px 0 0;
}
.hero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-2); max-width: 480px; margin-top: 20px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }

.slider-nav { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.dots { display: flex; gap: 8px; }
.dot-btn { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: var(--silver); cursor: pointer; transition: width .35s var(--ease), background .35s; }
.dot-btn.active { width: 30px; background: var(--grad); }
.slider-meta { font-family: 'Roboto Mono', monospace; font-size: 11.5px; letter-spacing: .12em; color: var(--ink-3); text-transform: uppercase; }

/* Hero visual (abstract enterprise dashboard / network) */
.hero-visual { position: relative; height: 440px; }
.float { animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floaty2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(11px); } }

.dash {
  position: absolute; left: 4%; top: 8%; width: 78%;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.9); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 18px; z-index: 2;
}
.dash-top { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.dash-top .tdot { width: 9px; height: 9px; border-radius: 50%; }
.dash-top .tlabel { margin-left: auto; font-family: 'Roboto Mono', monospace; font-size: 10px; letter-spacing: .1em; color: var(--ink-3); }
.dash-row { display: flex; align-items: center; gap: 11px; padding: 9px 0; border-top: 1px solid var(--line-2); }
.dash-row:first-of-type { border-top: 0; }
.dash-ico { width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0; display: grid; place-items: center; color: #fff; }
.dash-row .meta { flex: 1; }
.dash-row .meta b { font-size: 13.5px; font-weight: 600; display: block; }
.dash-row .meta span { font-size: 11.5px; color: var(--ink-3); }
.dash-row .val { font-family: 'Roboto Mono', monospace; font-size: 12px; font-weight: 500; color: var(--ink-2); }
.bars { display: flex; align-items: flex-end; gap: 5px; height: 26px; }
.bars i { display: block; width: 5px; border-radius: 2px; background: var(--cyan); opacity: .85; }

.chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 11px 14px;
  box-shadow: var(--shadow-md);
}
.chip .cring { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.chip .ctxt b { font-size: 14px; font-weight: 700; display: block; line-height: 1.1; white-space: nowrap; }
.chip .ctxt span { font-size: 11px; color: var(--ink-3); white-space: nowrap; }
.chip-1 { right: 0; top: 0; }
.chip-2 { left: 0; bottom: 7%; }

.orb { position: absolute; right: 6%; bottom: 2%; width: 132px; height: 132px; z-index: 1; }
.orb .ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px dashed rgba(48,73,184,.35); animation: spin 18s linear infinite; }
.orb .ring.r2 { inset: 22px; border-color: rgba(46,168,255,.4); animation-duration: 12s; animation-direction: reverse; }
.orb .core { position: absolute; inset: 44px; border-radius: 50%; background: var(--grad); box-shadow: var(--shadow-cyan); }
.orb .node { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid var(--cyan); top: -6px; left: 50%; margin-left: -6px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Section scaffolding ---------- */
section { position: relative; }
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; letter-spacing: -.025em; margin-top: 12px; }
.section-head p { color: var(--ink-2); margin-top: 14px; font-size: 18px; }

/* ---------- Service cards ---------- */
.services { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px 22px; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.card::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: var(--ca); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 0 0 1px transparent; transition: box-shadow .35s;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--ca) 35%, transparent); }
.card-ico {
  width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; color: #fff;
  background: var(--ca); box-shadow: 0 8px 18px color-mix(in srgb, var(--ca) 32%, transparent); margin-bottom: 18px;
  transition: transform .35s var(--ease);
}
.card:hover .card-ico { transform: scale(1.06) rotate(-3deg); }
.card h3 { font-size: 21px; font-weight: 700; }
.card p { color: var(--ink-2); font-size: 14.5px; margin-top: 9px; line-height: 1.5; }
.card-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ca);
}
.card-link .arr { transition: transform .3s var(--ease); }
.card:hover .card-link .arr { transform: translateX(5px); }

/* ---------- Why XIT ---------- */
.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }
.why-grid::before {
  content: ''; position: absolute; top: 28px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, var(--royal), var(--cyan));
  opacity: .25; z-index: 0;
}
.why-item { position: relative; z-index: 1; }
.why-num {
  width: 58px; height: 58px; border-radius: var(--r); display: grid; place-items: center;
  font-size: 24px; font-weight: 800; color: #fff; background: var(--grad);
  box-shadow: 0 10px 24px rgba(31,43,108,.22); margin-bottom: 20px;
}
.why-item h3 { font-size: 22px; font-weight: 700; }
.why-item p { color: var(--ink-2); margin-top: 10px; font-size: 15.5px; }
.why-item .progress { height: 4px; border-radius: 4px; background: var(--silver); margin-top: 18px; overflow: hidden; }
.why-item .progress i { display: block; height: 100%; width: 0; background: var(--grad); border-radius: 4px; transition: width 1.1s var(--ease); }

/* ---------- Testimonial + logos ---------- */
.proof { background: var(--navy); color: #fff; overflow: hidden; }
.proof::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 360px at 12% -10%, rgba(46,168,255,.22), transparent 60%),
    radial-gradient(620px 420px at 100% 120%, rgba(48,73,184,.4), transparent 60%);
}
.quote-wrap { position: relative; max-width: 880px; }
.qmark { font-size: 92px; line-height: .6; font-weight: 800; color: var(--cyan); opacity: .55; }
.proof blockquote { font-size: clamp(24px, 3.2vw, 36px); font-weight: 700; letter-spacing: -.02em; line-height: 1.28; margin: 10px 0 0; }
.proof .attrib { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.proof .attrib .av { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-weight: 700; border: 1px solid rgba(255,255,255,.25); }
.proof .attrib .who b { display: block; font-size: 15px; }
.proof .attrib .who span { font-size: 13px; color: rgba(255,255,255,.6); }

.logos { position: relative; margin-top: 56px; }
.logos .label { font-family: 'Roboto Mono', monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); text-align: center; margin-bottom: 22px; }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.marquee-track { display: flex; gap: 22px; width: max-content; animation: marquee 32s linear infinite; }
.proof:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.logo-pill {
  display: flex; align-items: center; gap: 11px; flex-shrink: 0;
  padding: 16px 26px; border-radius: var(--r); border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04); color: rgba(255,255,255,.82); font-weight: 700; letter-spacing: .01em; font-size: 17px;
}
.logo-pill .lmark { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.14); display: grid; place-items: center; font-size: 13px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: rgba(255,255,255,.7); padding: 72px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr) 1.3fr; gap: 36px; }
.f-brand .brandbox { display: inline-flex; align-items: center; gap: 11px; background: #fff; padding: 9px 14px 9px 11px; border-radius: 12px; }
.f-brand .brandbox img { height: 80px; }
.f-brand .brandbox .bn { font-size: 17px; font-weight: 800; letter-spacing: .04em; color: var(--navy); white-space: nowrap; }
.f-brand p { margin-top: 18px; font-size: 14px; max-width: 250px; line-height: 1.6; color: rgba(255,255,255,.55); }
.f-social { display: flex; gap: 10px; margin-top: 22px; }
.f-social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.8); transition: background .25s, transform .25s, color .25s; }
.f-social a:hover { background: var(--royal); transform: translateY(-3px); color: #fff; }
.f-col h4, .f-contact h4 { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.f-col h4 .acc { display: inline-block; width: 18px; height: 2px; border-radius: 2px; vertical-align: middle; margin-right: 8px; }
.f-col li { margin-top: 11px; }
.f-col a { font-size: 14.5px; color: rgba(255,255,255,.62); transition: color .2s, padding-left .25s; }
.f-col a:hover { color: #fff; padding-left: 4px; }
.f-contact .row { display: flex; gap: 11px; margin-top: 13px; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,.62); }
.f-contact .row svg { flex-shrink: 0; margin-top: 3px; color: #fff; }
.f-contact a:hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,.45); }
.footer-bottom .links { display: flex; gap: 22px; }
.footer-bottom a:hover { color: #fff; }

/* White footer "Start a conversation" button on the Home page */
.home-page .footer .f-contact .btn-primary {
  background: #fff; color: var(--navy); box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.home-page .footer .f-contact .btn-primary:hover {
  background: #fff; color: var(--navy); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,.24);
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .float, .orb .ring, .marquee-track { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; row-gap: 40px; }
  .footer-grid .f-brand { grid-column: 1 / -1; }
  .footer-grid .f-contact { grid-column: 1 / -1; }
}
@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero { padding-top: 124px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; order: 2; max-width: 520px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-grid::before { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .cards { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; justify-content: center; }
  .hero-visual { height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .chip-1 { right: -2%; }
  .dash { width: 86%; }
}

header .brand span { display: none; }
footer .f-brand span { display: none; }
footer .footer-bottom .links { display: none; }