/* vNext Solutions - static rebuild, styles measured from the original Elementor site.
   Tokens: navy #013787, yellow #FFD233, yellow-alt #FFCC1A, blue #548FF9, link-pink #CC3366.
   Headings/nav/buttons/inputs: Cascadia Code. Body text: Aptos (local font, Segoe UI fallback). */

:root {
  --navy: #013787;
  --yellow: #FFD233;
  --yellow-alt: #FFCC1A;
  --blue: #548FF9;
  --pink: #CC3366;
  --black: #000000;
  --white: #ffffff;
  --font-mono: "Cascadia Code", "Consolas", monospace;
  --font-body: Aptos, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  /* type scale: desktop values, overridden at breakpoints (matches Elementor kit) */
  --fs-h1: 42px;
  --fs-h2: 52px;
  --fs-h2-alt: 36px;
  --fs-h3: 28px;
  --fs-sub: 30px;
  --fs-nav: 20px;
  --fs-body: 18px;
}

@media (max-width: 1024px) {
  :root { --fs-h1: 32px; --fs-h2: 32px; --fs-h2-alt: 28px; --fs-h3: 24px; --fs-sub: 24px; --fs-nav: 18px; }
}
@media (max-width: 767px) {
  :root { --fs-h1: 22px; --fs-h2: 28px; --fs-h2-alt: 28px; --fs-h3: 22px; --fs-sub: 16px; --fs-nav: 16px; --fs-body: 16px; }
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--black);
  background: var(--white);
}

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

.wrap { max-width: 1240px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

h1, h2, h3 { font-family: var(--font-mono); }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--yellow); color: var(--navy); padding: 8px 16px; z-index: 100;
}
.skip-link:focus { left: 0; }

/* ============ Header (navy) ============ */
.band-navy { background: var(--navy); }

.site-header { padding: 20px 0; }
.site-header .wrap {
  display: flex; align-items: center; justify-content: flex-start; gap: 0; flex-wrap: wrap;
}
.site-header .logo img { width: 160px; height: auto; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; margin-left: auto; }
.site-nav a, .header-actions a {
  font-family: var(--font-mono); font-size: var(--fs-nav); font-weight: 700;
  color: var(--white); text-decoration: none; padding: 13px 15px; border-radius: 5px;
  transition: background-color .3s, color .3s;
}
.site-nav a:hover { background-color: var(--yellow); color: var(--navy); }
.nav-cta { background-color: var(--yellow); color: var(--navy) !important; margin-left: 20px; }
.nav-cta:hover { background-color: var(--blue) !important; color: var(--white) !important; }
.header-actions { display: flex; align-items: center; margin-left: 16px; }
.lang-switch {
  border: 1px solid rgba(255,255,255,.27); border-radius: 3px !important;
  padding: 12px 24px !important;
}
.lang-switch:hover { background-color: var(--yellow); color: var(--navy) !important; }
.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-burger { display: none; cursor: pointer; padding: 10px; margin-left: 12px; border-radius: 5px; }
.nav-burger span {
  display: block; width: 26px; height: 3px; background: var(--white); border-radius: 2px; margin: 5px 0;
}

/* ============ Hero (white) ============ */
.band-white { background: var(--white); }

.hero { padding: 32px 0 48px; }
.hero .wrap {
  display: grid; grid-template-columns: 660fr 540fr; gap: 0; align-items: center;
}
.hero h1 {
  font-size: var(--fs-h1); font-weight: 400; line-height: 1.5; color: var(--black);
}
.hero h1 span {
  background-color: var(--yellow); color: var(--navy); font-weight: 700;
  padding: 3px 6px;
  -webkit-box-decoration-break: slice; box-decoration-break: slice;
}
.hero h1 b { font-weight: 700; }
.hero .btn-hero { margin-top: 28px; }

/* Buttons (Cascadia Code like the original) */
.btn {
  display: inline-block; text-decoration: none; text-align: center;
  font-family: var(--font-mono); border: 0; cursor: pointer;
  color: var(--white); background: var(--navy);
  transition: filter .2s ease;
}
.btn:hover { filter: brightness(1.15); }
.btn-hero { font-size: 24px; font-weight: 700; border-radius: 10px; padding: 15px 32px; }
.btn-learn { font-size: 20px; font-weight: 400; border-radius: 10px; padding: 15px 0; width: 100%; background: var(--blue); }
.btn-else { font-size: 20px; font-weight: 400; border-radius: 10px; padding: 15px 40px; }
.btn-submit { font-size: 20px; font-weight: 400; border-radius: 4px; padding: 15px; width: 100%; }

/* ============ Services (navy) ============ */
.services { padding: 48px 0 64px; }
.services h2 {
  font-size: var(--fs-h2); font-weight: 700; line-height: 1.1; color: var(--yellow);
  text-align: center; margin-bottom: 18px;
}
.services .subtitle {
  font-family: var(--font-body); font-size: var(--fs-sub); color: var(--white);
  text-align: center; max-width: 770px; margin: 0 auto 48px;
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.service-card { display: flex; flex-direction: column; text-align: center; }
.service-card h3 {
  font-size: var(--fs-h3); font-weight: 700; line-height: 1.1; color: var(--yellow); margin-bottom: 30px;
}
.service-card img { width: 100%; max-width: 345px; margin: 0 auto 20px; }
.service-card p { color: var(--white); margin-bottom: 40px; flex-grow: 1; }

/* ============ Something Else (yellow) ============ */
.band-yellow-alt { background: var(--yellow-alt); }
.something-else { padding: 64px 0; }
.else-cols { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.something-else h2 {
  font-size: var(--fs-h2-alt); font-weight: 700; line-height: 1.1; color: var(--navy); margin-bottom: 20px;
}
.something-else p { max-width: 840px; color: var(--black); }

/* ============ About (white) ============ */
.about { padding: 64px 0; }
.about h2 {
  font-size: var(--fs-h2); font-weight: 700; line-height: 1.1; color: var(--navy);
  text-align: center; max-width: 1000px; margin: 0 auto 40px;
}
.about-cols { display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: center; }
.about-cols p { margin-bottom: 16px; }
.about-img img { width: 300px; margin: 0 auto; }

/* ============ Your Business + contact form (navy) ============ */
.business { padding: 64px 0; }
.business .wrap { display: grid; grid-template-columns: 3fr 2fr; gap: 20px; align-items: start; }
.business h2 {
  font-size: var(--fs-h2-alt); font-weight: 700; line-height: 1.1; color: var(--yellow); margin-bottom: 20px;
}
.business .lead {
  font-family: var(--font-mono); font-size: 20px; font-weight: 400; line-height: 1.3;
  color: var(--white); margin-bottom: 28px;
}
.stats { list-style: none; }
.stats li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 20px; font-weight: 400; line-height: 1.1;
  color: var(--white); margin-bottom: 4px;
}
.stats .check { flex: 0 0 20px; width: 20px; height: 20px; align-self: center; fill: var(--yellow); }
.stage-photo { margin-top: 32px; border-radius: 10px; width: 100%; max-width: 660px; }

.form-card {
  background: var(--white); border-radius: 10px; padding: 35px; max-width: 480px; justify-self: end; width: 100%;
}
.form-card h3 {
  font-size: var(--fs-h3); font-weight: 700; line-height: 1.15; color: var(--navy); margin-bottom: 24px;
}
.form-card form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%; padding: 12px; font-family: var(--font-mono); font-size: 16px;
  background: var(--white); color: #1f2124; border: 2px solid var(--navy); border-radius: 4px;
}
.form-card textarea { resize: vertical; min-height: 96px; }
.form-card select:invalid { color: #6a6f75; }
.form-note { font-family: var(--font-body); color: #666; font-size: 13px; text-align: center; min-height: 1em; }
.form-note.error { color: #b00020; font-size: 15px; }
.form-success {
  font-family: var(--font-mono); font-size: 20px; font-weight: 700; color: var(--navy);
  text-align: center; padding: 24px 0;
}
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ============ Footer (yellow) ============ */
.band-yellow { background: var(--yellow); }
.site-footer { padding: 64px 0; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.ghost { visibility: hidden; }
.site-footer h2 {
  font-family: var(--font-mono); font-size: var(--fs-h3); font-weight: 700; color: var(--navy); margin-bottom: 20px;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 7px; line-height: 1.2; }
.site-footer a {
  font-family: var(--font-mono); font-size: 20px; font-weight: 700;
  color: var(--navy); text-decoration: none;
}
.site-footer a:hover { color: var(--pink); }
.social-links { display: flex; flex-direction: column; gap: 14px; }
.social-links a {
  display: flex; align-items: center; gap: 10px;
  color: var(--black) !important;
}
.social-links img { width: 28px; height: 28px; }

/* ============ Copyright (navy) ============ */
.copyright { padding: 16px 0; text-align: center; color: var(--white); }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .hero .wrap, .about-cols, .business .wrap, .else-cols { grid-template-columns: 1fr; }
  .hero-img { order: -1; }
  .hero-img img { width: 100%; max-width: 480px; margin: 0 auto; }
  .hero-text { text-align: center; }
  .service-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-card { justify-self: stretch; max-width: none; }
  .footer-cols { grid-template-columns: 1fr; }
  .ghost { display: none; }
  .about-img img { margin: 0 auto; }
  /* collapsed hamburger nav */
  .nav-burger { display: block; }
  .header-actions { margin-left: auto; }
  .site-nav {
    display: none; order: 4; width: 100%; flex-direction: column; align-items: stretch;
    margin: 14px 0 0; text-align: center;
  }
  .nav-toggle:checked ~ .site-nav { display: flex; }
  .site-nav a { padding: 14px; }
  .nav-cta { margin-left: 0; }
}
@media (max-width: 520px) {
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .site-header .logo img { width: 107px; }
  .service-card img { max-width: 140px; }
  .about-img img { width: 100%; max-width: 343px; }
  .form-card { padding: 20px; }
}
