/*
=====================================================
JAAGO INC. — MASTER WEBSITE STYLESHEET
Includes:
- Core global styles
- Reference typography scale
- About / Our Story
- Request a Quote
- Careers
- Testimonials / Our Successes foundation
- Contact
- Services + Industries
- Combined Solutions page
- Responsive desktop, tablet and mobile rules
=====================================================
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter,Arial,sans-serif;
  color: #0c1830;
  background: #fff;
  line-height: 1.55;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1240px,calc(100% - 48px));
  margin: auto;
}

.site-header {
  height: 82px;
  background: rgba(255,255,255,.97);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(7,103,232,.08);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand img {
  width: 175px;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 31px;
}

.site-nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  position: relative;
  padding: 30px 0;
}

.site-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 2px;
  background: #0767e8;
  transition: .25s;
}

.site-nav a:hover:after,.site-nav a.active:after {
  right: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 4px;
  padding: 14px 21px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .25s;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg,#0767e8,#0757c9);
  box-shadow: 0 10px 22px rgba(7,103,232,.23);
}

.nav-cta {
  padding: 13px 18px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
}

.hero {
  min-height: 610px;
  background: url("assets/hero.png") 56% center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(2,15,30,.92) 0%,rgba(2,15,30,.72) 37%,rgba(2,15,30,.13) 68%,rgba(2,15,30,.02) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 650px;
  color: #fff;
  padding: 86px 0 92px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 11px;
  font-weight: 800;
  color: #75b5ff;
  margin: 0 0 14px;
}

.eyebrow.dark {
  color: #0767e8;
}

h1,h2,h3 {
  font-family: Montserrat,Inter,sans-serif;
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(44px,5vw,70px);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

h1 em {
  font-style: normal;
  color: #1685ff;
}

.hero-lead {
  font-size: 18px;
  max-width: 570px;
  color: #e6edf6;
  margin: 24px 0 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
}

.button-ghost {
  border-color: rgba(255,255,255,.72);
  color: #fff;
  background: rgba(3,15,30,.18);
}

.trust-bar {
  position: relative;
  margin-top: -38px;
  z-index: 3;
}

.trust-grid {
  background: linear-gradient(110deg,#061a34,#0b294d);
  box-shadow: 0 18px 55px rgba(5,25,52,.12);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 26px 38px;
  color: #fff;
  border-radius: 6px;
}

.trust-grid article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,.2);
}

.trust-grid article:first-child {
  padding-left: 0;
}

.trust-grid article:last-child {
  border: 0;
}

.trust-icon {
  font-size: 35px;
  color: #59a9ff;
}

.trust-grid strong,.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-size: 14px;
  text-transform: uppercase;
}

.trust-grid span {
  font-size: 10px;
  text-transform: uppercase;
  color: #b7c6d8;
  letter-spacing: .08em;
}

.section {
  padding: 95px 0;
}

.section-heading {
  margin-bottom: 43px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
}

.section-heading h2 {
  font-size: 38px;
  letter-spacing: -.03em;
}

.section-heading>p,.split-heading>p {
  color: #657186;
  margin: 0;
}

.centered {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.service-card {
  border: 1px solid #dbe3ed;
  padding: 30px 28px 27px;
  min-height: 280px;
  position: relative;
  background: #fff;
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 55px rgba(5,25,52,.12);
  border-color: transparent;
}

.service-number {
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 11px;
  font-weight: 800;
  color: #aab5c3;
}

.line-icon {
  font-size: 34px;
  color: #0767e8;
  margin-bottom: 25px;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 13px;
}

.service-card p {
  font-size: 14px;
  color: #657186;
  margin-bottom: 22px;
}

.service-card a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0767e8;
}

.executive-band {
  background: radial-gradient(circle at 74% 45%,#103e72 0%,#071e3b 34%,#04152b 75%);
  color: #fff;
}

.executive-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 68px;
}

.why-panel h2 {
  font-size: 36px;
  max-width: 650px;
  margin-bottom: 40px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0;
}

.benefit-grid div {
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.benefit-grid b,.benefit-grid span {
  display: block;
}

.benefit-grid b {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.benefit-grid span {
  font-size: 12px;
  color: #b9c7d8;
}

.coverage-card {
  background: rgba(255,255,255,.055);
  padding: 36px;
  border: 1px solid rgba(255,255,255,.1);
}

.coverage-card h3 {
  font-size: 27px;
}

.coverage-map {
  height: 250px;
  margin: 25px 0;
  position: relative;
  background: linear-gradient(143deg,rgba(10,113,230,.12),rgba(10,113,230,.02));
  border: 1px solid rgba(101,175,255,.15);
  overflow: hidden;
}

.coverage-map:before {
  content: "";
  position: absolute;
  inset: 24px 33px;
  background: linear-gradient(140deg,transparent 12%,rgba(40,137,248,.65) 12% 18%,transparent 18% 27%,rgba(40,137,248,.25) 27% 65%,transparent 65%);
  clip-path: polygon(4% 9%,45% 0,88% 16%,100% 37%,85% 51%,78% 77%,64% 100%,49% 88%,45% 67%,20% 61%,8% 40%);
  filter: drop-shadow(0 0 16px rgba(25,132,255,.75));
}

.map-label {
  position: absolute;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
}

.canada {
  left: 36%;
  top: 25%;
}

.usa {
  left: 41%;
  top: 51%;
}

.mexico {
  left: 47%;
  top: 75%;
}

.dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #67b3ff;
  border-radius: 50%;
  box-shadow: 0 0 15px #56aaff;
}

.d1 {
  left: 34%;
  top: 32%;
}

.d2 {
  left: 64%;
  top: 43%;
}

.d3 {
  left: 43%;
  top: 58%;
}

.d4 {
  left: 26%;
  top: 57%;
}

.d5 {
  left: 51%;
  top: 79%;
}

.coverage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.coverage-list strong,.coverage-list span {
  display: block;
}

.coverage-list strong {
  font-size: 11px;
  text-transform: uppercase;
}

.coverage-list span {
  font-size: 10px;
  color: #aebfd1;
}

.process {
  background: #f4f7fb;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  position: relative;
}

.process-grid:before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 48px;
  height: 1px;
  background: #b9c7d7;
}

.process-grid article {
  text-align: center;
  padding: 0 27px;
  position: relative;
}

.process-grid article>span {
  font-size: 10px;
  font-weight: 800;
  color: #0767e8;
}

.process-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #c7d3e2;
  background: #fff;
  color: #0767e8;
  display: grid;
  place-items: center;
  font-size: 25px;
  margin: 10px auto 20px;
  position: relative;
  z-index: 1;
}

.process-grid h3 {
  font-size: 16px;
}

.process-grid p {
  font-size: 13px;
  color: #657186;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  border: 1px solid #dbe3ed;
}

.industry-grid article {
  text-align: center;
  padding: 32px 14px;
  border-right: 1px solid #dbe3ed;
  transition: .25s;
}

.industry-grid article:last-child {
  border: 0;
}

.industry-grid article:hover {
  background: #f4f7fb;
}

.industry-grid span {
  font-size: 30px;
  color: #0767e8;
}

.industry-grid h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}

.testimonial {
  background: linear-gradient(90deg,rgba(3,18,37,.98),rgba(5,31,58,.92)),url("assets/hero.png") center/cover;
  color: #fff;
  padding: 74px 0;
}

.testimonial-inner {
  max-width: 850px;
  position: relative;
}

.quote-mark {
  font-family: Georgia,serif;
  font-size: 90px;
  line-height: .5;
  color: #0767e8;
}

blockquote {
  font-family: Montserrat,sans-serif;
  font-size: 24px;
  line-height: 1.45;
  margin: 18px 0 24px;
}

.testimonial p strong,.testimonial p span {
  display: block;
}

.testimonial p strong {
  color: #66afff;
}

.testimonial p span {
  font-size: 12px;
  color: #b9c7d8;
}

.quote-band {
  background: linear-gradient(100deg,#0565e6,#0a7efa);
  color: #fff;
  padding: 48px 0;
}

.quote-wrap {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

.quote-wrap h2 {
  font-size: 36px;
}

.quote-wrap p {
  margin-bottom: 0;
  color: #deecff;
}

.quick-form {
  display: grid;
  grid-template-columns: repeat(3,1fr) auto;
  gap: 10px;
  align-items: start;
}

.quick-form label {
  min-width: 0;
}

.quick-form input,.quick-form textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 0 16px;
  font: inherit;
  color: #0c1830;
  background: #fff;
}

.quick-form input {
  height: 52px;
}

.quick-form textarea {
  height: 88px;
  padding-top: 14px;
  resize: vertical;
}

.quick-form .form-message {
  grid-column: 1/4;
}

.quick-form .button {
  grid-column: 4;
  grid-row: 1/3;
  height: 100%;
  min-height: 88px;
}

.form-status {
  grid-column: 1/-1;
  margin: 0 !important;
  font-size: 12px;
  color: #fff !important;
  min-height: 18px;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.button-light {
  background: #fff;
  color: #0767e8;
  height: 52px;
}

.site-footer {
  background: #04152b;
  color: #fff;
  padding: 62px 0 18px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr 1.15fr;
  gap: 50px;
}

.footer-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.footer-brand p,.site-footer p {
  color: #aebdce;
  font-size: 12px;
}

.site-footer h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.site-footer div>a {
  display: block;
  color: #aebdce;
  font-size: 12px;
  margin: 7px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  color: #8091a5;
  font-size: 10px;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #071e3b;
  color: white;
  padding: 15px 20px;
  border-left: 4px solid #0a84ff;
  box-shadow: 0 18px 55px rgba(5,25,52,.12);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: .3s;
  z-index: 60;
}

.toast.show {
  opacity: 1;
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease,transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width:1000px) {
  .site-nav,.nav-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #0c1830;
    margin: 5px;
  }

  .site-nav.open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 15px 24px 26px;
    box-shadow: 0 18px 55px rgba(5,25,52,.12);
  }

  .site-nav.open a {
    padding: 13px;
  }

  .hero {
    min-height: 560px;
  }

  .trust-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
  }

  .trust-grid article:nth-child(2) {
    border: 0;
  }

  .split-heading,.executive-grid,.quote-wrap {
    grid-template-columns: 1fr;
  }

  .quick-form {
    grid-template-columns: repeat(2,1fr);
  }

  .quick-form .form-message {
    grid-column: 1/-1;
  }

  .quick-form .button {
    grid-column: 1/-1;
    grid-row: auto;
    min-height: 52px;
  }

  .service-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .industry-grid {
    grid-template-columns: repeat(3,1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:650px) {
  .container {
    width: min(100% - 30px,1240px);
  }

  .site-header {
    height: 70px;
  }

  .brand img {
    width: 145px;
  }

  .site-nav.open {
    top: 70px;
  }

  .hero {
    min-height: 620px;
    background-position: 62% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg,rgba(2,15,30,.92),rgba(2,15,30,.65));
  }

  .hero-copy {
    padding: 70px 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-bar {
    margin-top: 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .trust-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 15px 0;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading h2,.why-panel h2,.quote-wrap h2 {
    font-size: 30px;
  }

  .split-heading {
    gap: 20px;
  }

  .service-grid,.benefit-grid,.process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid:before {
    display: none;
  }

  .coverage-list {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .quick-form {
    grid-template-columns: 1fr;
  }

  .quick-form .form-message,.quick-form .button {
    grid-column: 1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .hero h1 {
    font-size: 42px;
  }
}

/* Request a quote page */
.quote-page {
  background: #f4f7fb;
}

.quote-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("assets/hero.png") center 45%/cover no-repeat;
}

.quote-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,18,37,.93) 0%,rgba(3,18,37,.77) 48%,rgba(3,18,37,.30) 100%);
}

.quote-hero-content {
  position: relative;
  z-index: 1;
  padding: 88px 0;
  max-width: 780px;
}

.quote-hero h1 {
  font-size: clamp(43px,5.3vw,72px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin: 10px 0 20px;
}

.quote-hero-content>p:last-child {
  max-width: 690px;
  color: #d9e5f2;
  font-size: 18px;
}

.quote-page-section {
  padding: 90px 0 105px;
}

.quote-layout {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 54px;
  align-items: start;
}

.quote-sidebar {
  position: sticky;
  top: 115px;
}

.quote-sidebar h2 {
  font-size: 34px;
  line-height: 1.18;
  margin: 8px 0 30px;
}

.quote-benefits {
  border-top: 1px solid #d8e1eb;
}

.quote-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid #d8e1eb;
}

.quote-benefits article>span {
  font: 800 12px Montserrat,sans-serif;
  color: #0767e8;
  padding-top: 3px;
}

.quote-benefits h3 {
  font-size: 15px;
  margin: 0 0 6px;
}

.quote-benefits p {
  font-size: 13px;
  color: #657186;
  margin: 0;
}

.quote-contact-card {
  margin-top: 30px;
  background: #061a34;
  color: #fff;
  padding: 28px;
}

.quote-contact-card h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.quote-contact-card a {
  display: block;
  color: #fff;
  font-weight: 700;
  margin: 7px 0;
}

.quote-contact-card p {
  font-size: 12px;
  color: #aebfd1;
  margin: 14px 0 0;
}

.quote-form-card {
  background: #fff;
  padding: 48px;
  box-shadow: 0 22px 70px rgba(4,21,43,.12);
  border-top: 4px solid #0767e8;
}

.form-heading {
  padding-bottom: 27px;
  border-bottom: 1px solid #dbe3ed;
  margin-bottom: 30px;
}

.form-heading h2 {
  font-size: 36px;
  margin: 4px 0 8px;
}

.form-heading p:last-child {
  font-size: 13px;
  color: #657186;
  margin: 0;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-full {
  grid-column: 1/-1;
}

.field label {
  font-size: 12px;
  font-weight: 800;
  color: #17273c;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.field label b {
  color: #0767e8;
}

.field input,.field select,.field textarea {
  width: 100%;
  border: 1px solid #ccd7e3;
  border-radius: 3px;
  background: #fff;
  color: #0c1830;
  font: 500 14px Inter,sans-serif;
  padding: 14px 15px;
  outline: none;
  transition: border-color .2s,box-shadow .2s;
}

.field input,.field select {
  height: 51px;
}

.field textarea {
  resize: vertical;
  min-height: 135px;
}

.field input:focus,.field select:focus,.field textarea:focus {
  border-color: #0767e8;
  box-shadow: 0 0 0 3px rgba(10,113,230,.11);
}

.file-field {
  border: 1px dashed #b7c8d9;
  padding: 20px;
  background: #f8fbfe;
}

.file-field input {
  border: 0;
  padding: 8px 0;
  height: auto;
  background: transparent;
}

.file-field small {
  color: #657186;
  font-size: 11px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 12px;
  color: #5d6b7c;
  line-height: 1.5;
}

.consent input {
  margin-top: 3px;
  accent-color: #0767e8;
}

.submit-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 3px;
}

.submit-row .button {
  border: 0;
  cursor: pointer;
  min-width: 230px;
}

.submit-row .button:disabled {
  opacity: .65;
  cursor: wait;
}

.quote-form-status {
  font-size: 12px;
  color: #657186;
  margin: 0;
}

.quote-form-status.success {
  color: #177245;
}

.quote-form-status.error {
  color: #b3261e;
}

.quote-wrap-cta {
  grid-template-columns: 1fr auto;
}

.quote-page-button {
  min-width: 230px;
  justify-content: center;
}

.active-cta {
  box-shadow: 0 0 0 2px rgba(10,113,230,.12);
}

@media (max-width:900px) {
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-sidebar {
    position: static;
  }

  .quote-form-card {
    padding: 36px;
  }

  .quote-wrap-cta {
    grid-template-columns: 1fr;
  }

  .quote-page-button {
    justify-self: start;
  }

  .quote-hero {
    min-height: 330px;
  }
}

@media (max-width:650px) {
  .quote-hero {
    min-height: 360px;
    background-position: 62% center;
  }

  .quote-hero-content {
    padding: 70px 0;
  }

  .quote-hero h1 {
    font-size: 42px;
  }

  .quote-page-section {
    padding: 65px 0 80px;
  }

  .quote-form-card {
    padding: 28px 20px;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: 1;
  }

  .submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .submit-row .button {
    width: 100%;
  }

  .quote-sidebar h2,.form-heading h2 {
    font-size: 29px;
  }
}

/* Interior pages */
.interior-page {
  background: #fff;
}

.interior-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.careers-hero {
  background-image: url("assets/hero.jpg");
}

.testimonials-hero {
  background-image: url("assets/hero.png");
  background-position: center 43%;
}

.carrier-hero {
  background-image: url("assets/hero.jpg");
  background-position: center 58%;
}

.interior-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,18,37,.96) 0%,rgba(3,18,37,.76) 47%,rgba(3,18,37,.22) 100%);
}

.interior-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
  padding: 100px 0;
}

.interior-hero h1 {
  font-size: clamp(48px,6vw,82px);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 12px 0 22px;
}

.interior-hero-copy>p:not(.eyebrow) {
  max-width: 650px;
  font-size: 19px;
  color: #dce8f4;
  margin-bottom: 30px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 44px;
}

.value-grid article {
  border: 1px solid #dbe3ed;
  padding: 32px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(4,21,43,.06);
}

.value-grid article>span {
  color: #0767e8;
  font: 800 11px Montserrat,sans-serif;
}

.value-grid h3 {
  font-size: 17px;
  margin: 17px 0 10px;
}

.value-grid p {
  font-size: 13px;
  color: #657186;
  margin: 0;
}

.career-paths {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.career-paths>div>p {
  color: #b7c8db;
}

.career-cards {
  display: grid;
  gap: 14px;
}

.career-cards article {
  padding: 25px 27px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
}

.career-cards h3 {
  font-size: 17px;
  margin-bottom: 7px;
}

.career-cards p {
  color: #b7c8db;
  font-size: 13px;
  margin: 0;
}

.application-section {
  background: #f4f7fb;
}

.application-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 55px;
  align-items: start;
}

.application-copy {
  position: sticky;
  top: 115px;
}

.application-copy h2 {
  font-size: 42px;
}

.application-copy>p {
  color: #657186;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.check-list li {
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid #dbe3ed;
  font-size: 13px;
  position: relative;
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0767e8;
  font-weight: 800;
}

.testimonials-page {
  background: #f4f7fb;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  margin-top: 45px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #dce4ed;
  padding: 38px;
  box-shadow: 0 18px 48px rgba(4,21,43,.07);
  display: flex;
  flex-direction: column;
}

.testimonial-card .quote-mark {
  font-size: 68px;
  color: #0767e8;
  line-height: .5;
  margin-bottom: 15px;
}

.testimonial-card>p {
  font-size: 14px;
  line-height: 1.75;
  color: #38485b;
}

.testimonial-card>p strong {
  color: #10233d;
}

.testimonial-person {
  border-top: 2px solid #0767e8;
  padding-top: 20px;
  margin-top: auto;
  display: flex;
  gap: 14px;
  align-items: center;
}

.testimonial-person>span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #061a34;
  color: #fff;
  font: 800 19px Montserrat,sans-serif;
}

.testimonial-person h3 {
  font-size: 15px;
  color: #0767e8;
  margin: 0 0 3px;
}

.testimonial-person p,.testimonial-person b {
  font-size: 11px;
  margin: 0;
  display: block;
}

.testimonial-person p {
  color: #657186;
}

.carrier-values article {
  border-top: 3px solid #0767e8;
}

@media (max-width:1000px) {
  .value-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .career-paths,.application-layout {
    grid-template-columns: 1fr;
  }

  .application-copy {
    position: static;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .site-nav.open {
    max-height: calc(100vh - 82px);
    overflow: auto;
  }
}

@media (max-width:650px) {
  .interior-hero {
    min-height: 450px;
  }

  .interior-hero-copy {
    padding: 75px 0;
  }

  .interior-hero h1 {
    font-size: 44px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .career-paths {
    gap: 35px;
  }

  .application-copy h2 {
    font-size: 32px;
  }

  .testimonial-card {
    padding: 28px 22px;
  }

  .site-nav.open {
    top: 70px;
  }
}

/* Logo asset hardening: transparent header and light-on-dark footer variants */
.brand img,
.footer-brand img {
  display: block;
  width: auto;
  object-fit: contain;
  background: transparent !important;
}

.brand img {
  height: 42px;
  max-width: 190px;
}

.footer-brand img {
  height: 44px;
  max-width: 190px;
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .brand img {
    height: 36px;
    max-width: 165px;
  }

  .footer-brand img {
    height: 40px;
    max-width: 175px;
  }
}

/* Personalized About page */
.about-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: url("assets/hero.png") center 46%/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,18,39,.94) 0%,rgba(4,18,39,.79) 48%,rgba(4,18,39,.25) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-hero h1 {
  max-width: 860px;
  margin: .5rem 0 1.25rem;
  font-family: Montserrat,sans-serif;
  font-size: clamp(2.8rem,6vw,5.4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.about-hero h1 em {
  font-style: normal;
  color: #4388ff;
}

.about-hero p:last-child {
  max-width: 760px;
  font-size: 1.18rem;
  line-height: 1.75;
  color: #e3ebf7;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem,6vw,6rem);
  align-items: start;
}

.about-intro h2 {
  font-size: clamp(2.2rem,4vw,4rem);
  line-height: 1.08;
  margin: .45rem 0;
}

.about-copy p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #526176;
  margin: 0 0 1.3rem;
}

.about-stats {
  background: #071a35;
  color: #fff;
  padding: 40px 0;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.about-stats article {
  padding: 18px 30px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.about-stats article:last-child {
  border-right: 0;
}

.about-stats strong {
  display: block;
  font-family: Montserrat,sans-serif;
  font-size: clamp(1.7rem,3vw,2.65rem);
  color: #4388ff;
  margin-bottom: .35rem;
}

.about-stats span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  color: #dce8fa;
}

.about-pillars {
  background: #f4f7fb;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 44px;
}

.pillar-grid article {
  background: #fff;
  padding: 38px 34px;
  border: 1px solid #dfe7f1;
  box-shadow: 0 18px 45px rgba(13,37,69,.08);
}

.pillar-grid article span {
  display: block;
  color: #1f6ff0;
  font-weight: 800;
  letter-spacing: .16em;
  font-size: .8rem;
  margin-bottom: 30px;
}

.pillar-grid h3 {
  font-family: Montserrat,sans-serif;
  font-size: 1.4rem;
  margin: 0 0 13px;
  color: #0a1e3b;
}

.pillar-grid p {
  margin: 0;
  color: #5a687b;
  line-height: 1.72;
}

.about-values {
  background: #071a35;
  color: #fff;
}

.about-values-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.values-heading h2 {
  font-size: clamp(2.4rem,4.6vw,4.5rem);
  line-height: 1.06;
  margin: .6rem 0 1.2rem;
}

.values-heading>p:last-child {
  color: #c9d6e8;
  font-size: 1.08rem;
  line-height: 1.7;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: rgba(255,255,255,.13);
}

.values-list article {
  background: #071a35;
  padding: 30px;
}

.values-list h3 {
  color: #4388ff;
  font-family: Montserrat,sans-serif;
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.values-list p {
  color: #d4deeb;
  line-height: 1.6;
  margin: 0;
}

@media (max-width:900px) {
  .about-intro-grid,.about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .about-stats article:nth-child(2) {
    border-right: 0;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 500px;
  }

  .about-hero-overlay {
    background: rgba(4,18,39,.82);
  }
}

@media (max-width:600px) {
  .about-stats-grid,.values-list {
    grid-template-columns: 1fr;
  }

  .about-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .about-stats article:last-child {
    border-bottom: 0;
  }

  .about-hero h1 {
    font-size: 2.55rem;
  }

  .about-hero-content {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

/* Dedicated Services, Industries and Contact pages */
.services-hero {
  background-image: url("assets/hero.jpg");
  background-position: center 58%;
}

.industries-hero {
  background-image: url("assets/hero.png");
  background-position: center 44%;
}

.contact-hero {
  background-image: url("assets/hero.jpg");
  background-position: center 48%;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
  margin-top: 48px;
}

.service-detail-card {
  padding: 36px;
  border: 1px solid #dbe3ed;
  background: #fff;
  box-shadow: 0 16px 46px rgba(4,21,43,.06);
  position: relative;
}

.service-detail-card>span {
  position: absolute;
  right: 26px;
  top: 24px;
  color: #d9e5f3;
  font: 800 38px Montserrat,sans-serif;
}

.service-detail-card h3 {
  font-size: 23px;
  margin: 0 0 12px;
}

.service-detail-card p {
  color: #657186;
  line-height: 1.7;
}

.service-detail-card ul {
  margin: 20px 0 0;
  padding: 18px 0 0 20px;
  border-top: 1px solid #dbe3ed;
  color: #33475d;
  font-size: 13px;
  line-height: 1.9;
}

.equipment-band {
  background: #061a34;
  color: #fff;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: rgba(255,255,255,.14);
  margin-top: 38px;
}

.equipment-grid span {
  background: #061a34;
  padding: 28px;
  text-align: center;
  font: 700 13px Montserrat,sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.industries-page {
  background: #f4f7fb;
}

.industry-detail-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 45px;
}

.industry-detail {
  padding: 32px 28px;
  background: #fff;
  border-top: 3px solid #0767e8;
  box-shadow: 0 16px 42px rgba(4,21,43,.07);
}

.industry-detail b {
  color: #0767e8;
  font-size: 11px;
  letter-spacing: .12em;
}

.industry-detail h3 {
  font-size: 19px;
  margin: 20px 0 10px;
}

.industry-detail p {
  color: #657186;
  font-size: 13px;
  line-height: 1.7;
}

.industry-detail span {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #dbe3ed;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #36506d;
}

.industry-method {
  background: #061a34;
  color: #fff;
}

.industry-method h2 {
  font-size: 45px;
}

.industry-method p {
  color: #c6d4e6;
}

.method-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1px;
  background: rgba(255,255,255,.15);
}

.method-list div {
  background: #061a34;
  padding: 28px;
}

.method-list strong {
  display: block;
  color: #0767e8;
  font: 700 16px Montserrat,sans-serif;
  margin-bottom: 8px;
}

.method-list span {
  font-size: 13px;
  color: #d3deeb;
}

.contact-page {
  background: #f4f7fb;
}

.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  align-items: start;
}

.contact-info h2 {
  font-size: 44px;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.contact-cards article {
  background: #fff;
  border: 1px solid #dbe3ed;
  padding: 24px;
}

.contact-cards span {
  display: block;
  color: #0767e8;
  font: 800 10px Montserrat,sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 9px;
}

.contact-cards a,.contact-cards strong {
  display: block;
  color: #0c1830;
  font: 700 18px Montserrat,sans-serif;
  text-decoration: none;
}

.contact-cards p {
  margin: 6px 0 0;
  color: #657186;
  font-size: 12px;
}

.department-list {
  padding: 28px;
  background: #061a34;
  color: #fff;
}

.department-list h3 {
  margin-top: 0;
}

.department-list p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 13px 0;
  margin: 0;
  font-size: 12px;
}

.department-list span {
  color: #bfd0e4;
  text-align: right;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 38px;
}

.faq-grid article {
  padding: 28px;
  border: 1px solid #dbe3ed;
}

.faq-grid h3 {
  font-size: 17px;
}

.faq-grid p {
  font-size: 13px;
  line-height: 1.7;
  color: #657186;
  margin-bottom: 0;
}

@media (max-width:1000px) {
  .industry-detail-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .equipment-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:650px) {
  .industry-detail-grid,.faq-grid,.method-list {
    grid-template-columns: 1fr;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    padding: 28px 22px;
  }

  .contact-info h2,.industry-method h2 {
    font-size: 32px;
  }

  .department-list p {
    flex-direction: column;
  }

  .department-list span {
    text-align: left;
  }

  .map-section iframe {
    height: 320px;
  }
}

/* Final typography refinement
   Applied to the full corporate version. Hero dimensions, imagery,
   content positioning, buttons and spacing remain unchanged. */
.hero h1,
.interior-hero h1,
.quote-hero h1,
.about-hero h1 {
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 700;
}

.hero .hero-lead,
.interior-hero-copy > p:not(.eyebrow),
.quote-hero-content > p:last-child,
.about-hero p:last-child {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 620px;
}

@media (max-width: 768px) {
  .hero h1,
  .interior-hero h1,
  .quote-hero h1,
  .about-hero h1 {
    font-size: 2.4rem;
  }

  .hero .hero-lead,
  .interior-hero-copy > p:not(.eyebrow),
  .quote-hero-content > p:last-child,
  .about-hero p:last-child {
    font-size: 1rem;
  }
}

/* Final hero top-spacing refinement
   Moves hero content closer to the navigation and reduces excess vertical space. */
.hero {
  min-height: 570px;
}

.hero-copy {
  padding-top: 58px;
  padding-bottom: 76px;
  transform: translateY(-22px);
}

.interior-hero {
  min-height: 490px;
}

.interior-hero-copy {
  padding-top: 66px;
  padding-bottom: 74px;
  transform: translateY(-20px);
}

.quote-hero {
  min-height: 350px;
}

.quote-hero-content {
  padding-top: 60px;
  padding-bottom: 68px;
  transform: translateY(-16px);
}

.about-hero {
  min-height: 500px;
}

.about-hero-content {
  padding-top: 54px;
  padding-bottom: 64px;
  transform: translateY(-20px);
}

@media (max-width: 768px) {
  .hero {
    min-height: 520px;
  }

  .hero-copy {
    padding-top: 48px;
    padding-bottom: 62px;
    transform: translateY(-12px);
  }

  .interior-hero {
    min-height: 410px;
  }

  .interior-hero-copy {
    padding-top: 50px;
    padding-bottom: 58px;
    transform: translateY(-10px);
  }

  .quote-hero {
    min-height: 320px;
  }

  .quote-hero-content {
    padding-top: 48px;
    padding-bottom: 54px;
    transform: translateY(-8px);
  }

  .about-hero {
    min-height: 430px;
  }

  .about-hero-content {
    padding-top: 45px;
    padding-bottom: 54px;
    transform: translateY(-10px);
  }
}

/* Phase 3 legal and launch pages */
.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  margin: 2rem 0 .65rem;
  color: #061a34;
}

.legal-content p {
  line-height: 1.8;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* =====================================================
   THE JAAGO STANDARD — ABOUT PAGE
===================================================== */
.jaago-philosophy {
  position: relative;
  overflow: hidden;
  background: #f4f7fa;
  border-top: 1px solid rgba(7, 27, 51, 0.08);
  border-bottom: 1px solid rgba(7, 27, 51, 0.08);
}

.jaago-philosophy::before {
  content: "ἀρετή";
  position: absolute;
  right: -30px;
  bottom: -85px;
  color: rgba(7, 27, 51, 0.035);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.philosophy-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.philosophy-heading h2 {
  margin: 10px 0 18px;
  color: #071b33;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
}

.philosophy-tagline {
  margin: 0;
  color: #1874d1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
}

.philosophy-content {
  max-width: 760px;
}

.philosophy-content p {
  margin: 0 0 22px;
  color: #526173;
  font-size: 1.05rem;
  line-height: 1.85;
}

.philosophy-content .philosophy-intro {
  color: #071b33;
  font-size: 1.22rem;
  line-height: 1.7;
}

.philosophy-content .philosophy-intro strong {
  color: #1874d1;
}

.philosophy-content .philosophy-closing {
  margin-top: 30px;
  padding: 24px 28px;
  color: #ffffff;
  background: #071b33;
  border-left: 5px solid #1874d1;
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
}

.philosophy-content .philosophy-closing strong {
  display: block;
  color: #69b5ff;
}

/* About page: retained single philosophy section */
.jaago-philosophy {
  margin: 0;
  padding: 50px 0;
}

@media (max-width: 800px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .philosophy-content .philosophy-closing {
    padding: 22px;
  }
}

/* Reduce excess space above the Industries section when it follows the philosophy. */
.jaago-philosophy + .industries {
  padding-top: 30px;
}

.industries .section-heading {
  margin-top: 0;
}
.jaago-philosophy {
    padding-bottom: 0 !important;
}

.jaago-philosophy .container {
    padding-bottom: 10px;
}

.section.industries {
    padding-top: 20px;
}

/* =====================================================
   JAAGO SOLUTIONS PAGE
   Combined Services + Industries page
===================================================== */

/* Solutions hero */
.solutions-hero {
  min-height: 520px;
  background-image: url("/assets/hero.jpg");
  background-position: center 56%;
}

.solutions-hero .interior-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 37, 0.96) 0%,
      rgba(3, 18, 37, 0.82) 45%,
      rgba(3, 18, 37, 0.28) 100%
    );
}

.solutions-hero .interior-hero-copy {
  max-width: 860px;
}

.solutions-hero .interior-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
}

/* Transportation services */
#transportation-services {
  background: #ffffff;
}

#transportation-services .service-detail-grid {
  align-items: stretch;
}

#transportation-services .service-detail-card {
  height: 100%;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

#transportation-services .service-detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 103, 232, 0.28);
  box-shadow: 0 22px 58px rgba(4, 21, 43, 0.11);
}

#transportation-services .service-detail-card h3 {
  padding-right: 48px;
}

#transportation-services .service-detail-card ul {
  margin-bottom: 0;
}

#transportation-services .service-detail-card li::marker {
  color: #0767e8;
}

/* Industries section inside Solutions */
#industries-we-support {
  background: #f4f7fb;
}

#industries-we-support .industry-detail-grid {
  align-items: stretch;
}

#industries-we-support .industry-detail {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

#industries-we-support .industry-detail:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(4, 21, 43, 0.11);
}

#industries-we-support .industry-detail p {
  flex-grow: 1;
}

#industries-we-support .industry-detail span {
  margin-top: auto;
}

/* How we work */
#how-we-work {
  background:
    radial-gradient(circle at 75% 35%, #103e72 0%, #071e3b 36%, #04152b 78%);
}

#how-we-work .executive-grid {
  align-items: center;
}

#how-we-work h2 {
  max-width: 620px;
}

#how-we-work .method-list {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#how-we-work .method-list div {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.25s ease;
}

#how-we-work .method-list div:hover {
  background: #0a294d;
}

/* Equipment capabilities */
#equipment-capabilities {
  background:
    linear-gradient(135deg, #05162c 0%, #082443 100%);
}

#equipment-capabilities .equipment-grid {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#equipment-capabilities .equipment-grid span {
  min-height: 88px;
  display: grid;
  place-items: center;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

#equipment-capabilities .equipment-grid span:hover {
  background: #0a315d;
  color: #75b5ff;
}

/* Anchor positioning below sticky header */
#transportation-services,
#industries-we-support,
#how-we-work,
#equipment-capabilities,
#ftl {
  scroll-margin-top: 105px;
}

/* Solutions-page headings follow the global type system */
#transportation-services .section-heading h2,
#industries-we-support .section-heading h2,
#how-we-work h2,
#equipment-capabilities .section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.375rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

/* Tablet */
@media (max-width: 1000px) {
  .solutions-hero {
    min-height: 480px;
  }

  #transportation-services .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #industries-we-support .industry-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #how-we-work .executive-grid {
    gap: 42px;
  }

  #equipment-capabilities .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 650px) {
  .solutions-hero {
    min-height: 450px;
    background-position: 62% center;
  }

  .solutions-hero .interior-overlay {
    background: rgba(3, 18, 37, 0.84);
  }

  #transportation-services .service-detail-grid,
  #industries-we-support .industry-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  #transportation-services .service-detail-card,
  #industries-we-support .industry-detail {
    min-height: 0;
    padding: 28px 24px;
  }

  #transportation-services .service-detail-card h3 {
    padding-right: 42px;
  }

  #how-we-work .method-list {
    grid-template-columns: 1fr;
  }

  #how-we-work .method-list div {
    min-height: 0;
    padding: 24px;
  }

  #equipment-capabilities .equipment-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  #equipment-capabilities .equipment-grid span {
    min-height: 68px;
    padding: 20px;
  }

  #transportation-services .section-heading h2,
  #industries-we-support .section-heading h2,
  #how-we-work h2,
  #equipment-capabilities .section-heading h2 {
    font-size: 1.875rem;
    line-height: 1.12;
  }
}

/* =====================================================
   ABOUT PAGE — FINAL OUR STORY LAYOUT
===================================================== */

.about-page .our-story {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: #ffffff;
}

.about-page .our-story::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 103, 232, 0.07), rgba(7, 103, 232, 0) 70%);
  pointer-events: none;
}

.about-page .story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: start;
}

.about-page .story-heading {
  position: sticky;
  top: 120px;
  padding: 6px 0 6px 28px;
  border-left: 4px solid #0767e8;
}

.about-page .story-heading .eyebrow {
  margin: 0 0 17px;
}

.about-page .story-heading h2 {
  max-width: 450px;
  margin: 0 0 27px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0a1e3b;
}

.about-page .story-heading h2 em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  color: #0767e8;
}

.about-page .story-lead {
  max-width: 440px;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.78;
  color: #536176;
}

.about-page .story-content {
  width: 100%;
  max-width: 790px;
}

.about-page .story-content > p {
  margin: 0 0 20px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.78;
  color: #536176;
}

.about-page .story-content > .story-opening {
  margin-bottom: 26px;
  padding: 0 0 25px 24px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.55;
  color: #142b49;
  border-left: 3px solid #0767e8;
  border-bottom: 1px solid #dfe7f1;
}

.about-page .story-closing {
  margin-top: 31px;
  padding: 27px 30px;
  background: linear-gradient(135deg, #061a34, #0b294d);
  border-left: 4px solid #1685ff;
  box-shadow: 0 18px 45px rgba(4, 21, 43, 0.12);
}

.about-page .story-closing span,
.about-page .story-closing strong {
  display: block;
}

.about-page .story-closing span {
  margin-bottom: 9px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #75b5ff;
}

.about-page .story-closing strong {
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}

@media (max-width: 900px) {
  .about-page .our-story {
    padding: 80px 0;
  }

  .about-page .story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-page .story-heading {
    position: static;
    max-width: 720px;
  }

  .about-page .story-heading h2 {
    max-width: 620px;
  }

  .about-page .story-lead {
    max-width: 680px;
  }
}

@media (max-width: 600px) {
  .about-page .our-story {
    padding: 66px 0;
  }

  .about-page .our-story::before {
    display: none;
  }

  .about-page .story-grid {
    gap: 32px;
  }

  .about-page .story-heading {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .about-page .story-heading h2 {
    margin-bottom: 21px;
    font-size: 2.2rem;
  }

  .about-page .story-lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-page .story-content > p {
    margin-bottom: 17px;
    font-size: 0.9375rem;
    line-height: 1.72;
  }

  .about-page .story-content > .story-opening {
    padding: 0 0 21px 18px;
    font-size: 1.05rem;
  }

  .about-page .story-closing {
    margin-top: 25px;
    padding: 23px 21px;
  }

  .about-page .story-closing strong {
    font-size: 0.9375rem;
  }
}

/* ==========================================================
   JAAGO ABOUT PAGE — PROFESSIONAL OUR STORY SECTION
   Unique selectors prevent conflicts with older story rules.
========================================================== */

.jaago-story-section {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(76px, 8vw, 112px) 0 !important;
  background:
    radial-gradient(circle at 94% 8%, rgba(7, 103, 232, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
}

.jaago-story-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 103, 232, 0.35));
}

.jaago-story-section > .container {
  position: relative;
  z-index: 1;
}

.jaago-story-layout {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  column-gap: clamp(58px, 7vw, 108px) !important;
  row-gap: 44px !important;
  align-items: start !important;
}

.jaago-story-intro {
  position: sticky !important;
  top: 118px !important;
  min-width: 0;
  padding: 4px 0 8px 30px !important;
  border-left: 4px solid #0767e8 !important;
}

.jaago-story-intro .eyebrow {
  margin: 0 0 18px !important;
  color: #0767e8 !important;
}

.jaago-story-intro h2 {
  max-width: 470px !important;
  margin: 0 0 28px !important;
  font-family: Montserrat, Inter, Arial, sans-serif !important;
  font-size: clamp(2.4rem, 4vw, 3.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.035 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
  color: #081d3a !important;
}

.jaago-story-intro h2 span {
  display: block !important;
  margin-top: 3px;
  color: #0767e8 !important;
}

.jaago-story-lead {
  max-width: 450px !important;
  margin: 0 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  line-height: 1.78 !important;
  color: #526176 !important;
}

.jaago-story-copy {
  min-width: 0;
  max-width: 790px;
  padding-top: 2px;
}

.jaago-story-copy > p {
  margin: 0 0 22px !important;
  padding: 0 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  color: #526176 !important;
  background: transparent !important;
  border: 0 !important;
}

.jaago-story-copy > p:last-child {
  margin-bottom: 0 !important;
}

.jaago-story-copy > .jaago-story-opening {
  position: relative;
  margin: 0 0 29px !important;
  padding: 0 0 25px 27px !important;
  font-family: Montserrat, Inter, Arial, sans-serif !important;
  font-size: clamp(1.12rem, 1.5vw, 1.28rem) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.012em !important;
  color: #142b49 !important;
  border-left: 3px solid #1685ff !important;
  border-bottom: 1px solid #dce5f0 !important;
}

.jaago-story-commitment {
  display: grid !important;
  grid-template-columns: minmax(165px, 0.28fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  margin-top: clamp(50px, 6vw, 76px) !important;
  padding: clamp(30px, 4vw, 46px) clamp(30px, 5vw, 58px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(125deg, rgba(22, 133, 255, 0.14), transparent 42%),
    linear-gradient(135deg, #04152b 0%, #09294d 100%) !important;
  border-left: 5px solid #1685ff !important;
  box-shadow: 0 24px 60px rgba(4, 21, 43, 0.18) !important;
}

.jaago-story-commitment-label {
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.jaago-story-commitment-label span {
  font-family: Montserrat, Inter, Arial, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #75b5ff !important;
}

.jaago-story-commitment blockquote {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Montserrat, Inter, Arial, sans-serif !important;
  font-size: clamp(1.25rem, 2.1vw, 1.72rem) !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
  letter-spacing: -0.025em !important;
  color: #ffffff !important;
}

.jaago-story-commitment blockquote::before {
  content: "“";
  position: absolute;
  top: -22px;
  left: -3px;
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(117, 181, 255, 0.22);
  transform: translateX(-50%);
}

.jaago-story-commitment strong {
  font-weight: 800 !important;
  color: #75b5ff !important;
}

@media (max-width: 950px) {
  .jaago-story-layout {
    grid-template-columns: 1fr !important;
    row-gap: 44px !important;
  }

  .jaago-story-intro {
    position: static !important;
    max-width: 720px;
  }

  .jaago-story-intro h2 {
    max-width: 650px !important;
  }

  .jaago-story-lead {
    max-width: 680px !important;
  }

  .jaago-story-copy {
    max-width: 820px;
  }

  .jaago-story-commitment {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .jaago-story-commitment-label {
    padding-bottom: 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 650px) {
  .jaago-story-section {
    padding: 66px 0 !important;
  }

  .jaago-story-layout {
    row-gap: 34px !important;
  }

  .jaago-story-intro {
    padding-left: 18px !important;
    border-left-width: 3px !important;
  }

  .jaago-story-intro h2 {
    margin-bottom: 21px !important;
    font-size: 2.15rem !important;
  }

  .jaago-story-lead {
    font-size: 1rem !important;
    line-height: 1.72 !important;
  }

  .jaago-story-copy > p {
    margin-bottom: 18px !important;
    font-size: 0.95rem !important;
    line-height: 1.74 !important;
  }

  .jaago-story-copy > .jaago-story-opening {
    margin-bottom: 23px !important;
    padding: 0 0 21px 18px !important;
    font-size: 1.05rem !important;
  }

  .jaago-story-commitment {
    margin-top: 43px !important;
    padding: 27px 23px !important;
  }

  .jaago-story-commitment blockquote {
    font-size: 1.15rem !important;
    line-height: 1.55 !important;
  }

  .jaago-story-commitment blockquote::before {
    display: none;
  }
}

/* ==========================================================
   ABOUT PAGE — EXECUTIVE OUR PHILOSOPHY
========================================================== */

.executive-philosophy {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 122px) 0 !important;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(22, 133, 255, 0.18), transparent 30rem),
    linear-gradient(135deg, #031326 0%, #071f3d 58%, #0b2d54 100%);
}

.executive-philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.executive-philosophy::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(117, 181, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(117, 181, 255, 0.025),
    0 0 0 120px rgba(117, 181, 255, 0.018);
  pointer-events: none;
}

.executive-philosophy > .container {
  position: relative;
  z-index: 1;
}

.executive-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 7vw, 105px);
  align-items: start;
}

.executive-philosophy-heading {
  padding-left: 28px;
  border-left: 4px solid #1685ff;
}

.executive-philosophy-heading .eyebrow {
  margin: 0 0 18px;
  color: #75b5ff;
}

.executive-philosophy-heading h2 {
  max-width: 520px;
  margin: 0 0 27px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #ffffff;
}

.executive-philosophy-heading h2 span {
  display: block;
  margin-top: 3px;
  color: #5ba8ff;
}

.executive-philosophy-tagline {
  max-width: 480px;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.78;
  color: #c7d6e8;
}

.executive-philosophy-copy {
  max-width: 790px;
}

.executive-philosophy-copy > p {
  margin: 0 0 21px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.82;
  color: #cbd8e8;
}

.executive-philosophy-copy > .executive-philosophy-intro {
  margin-bottom: 28px;
  padding: 0 0 25px 25px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.28rem);
  font-weight: 700;
  line-height: 1.58;
  color: #ffffff;
  border-left: 3px solid #5ba8ff;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.executive-philosophy-statement {
  margin-top: 32px;
  padding: 25px 28px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 4px solid #5ba8ff;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.executive-philosophy-statement span,
.executive-philosophy-statement strong {
  display: block;
}

.executive-philosophy-statement span {
  margin-bottom: 9px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #75b5ff;
}

.executive-philosophy-statement strong {
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
  color: #ffffff;
}

.executive-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(58px, 7vw, 82px);
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.08);
}

.executive-principles-grid article {
  min-height: 250px;
  padding: 31px 27px;
  background: rgba(4, 21, 43, 0.88);
  border-right: 1px solid rgba(255,255,255,0.13);
  transition: transform 0.25s ease, background 0.25s ease;
}

.executive-principles-grid article:last-child {
  border-right: 0;
}

.executive-principles-grid article:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-6px);
  background: #0a2b50;
}

.executive-principles-grid article > span {
  display: block;
  margin-bottom: 31px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #5ba8ff;
}

.executive-principles-grid h3 {
  margin: 0 0 13px;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #ffffff;
}

.executive-principles-grid p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.68;
  color: #b9c9db;
}

@media (max-width: 980px) {
  .executive-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .executive-philosophy-heading h2,
  .executive-philosophy-tagline {
    max-width: 700px;
  }

  .executive-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .executive-principles-grid article:nth-child(2) {
    border-right: 0;
  }

  .executive-principles-grid article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.13);
  }
}

@media (max-width: 650px) {
  .executive-philosophy {
    padding: 68px 0 !important;
  }

  .executive-philosophy-heading {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .executive-philosophy-heading h2 {
    font-size: 2.12rem;
  }

  .executive-philosophy-tagline,
  .executive-philosophy-copy > p {
    font-size: 0.95rem;
    line-height: 1.74;
  }

  .executive-philosophy-copy > .executive-philosophy-intro {
    padding: 0 0 21px 18px;
    font-size: 1.05rem;
  }

  .executive-philosophy-statement {
    padding: 22px 20px;
  }

  .executive-principles-grid {
    grid-template-columns: 1fr;
  }

  .executive-principles-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
  }

  .executive-principles-grid article:last-child {
    border-bottom: 0;
  }
}

/* ==========================================================
   ABOUT PAGE — FINAL PROFESSIONAL STANDARDIZATION
   These rules affect only the About page.
========================================================== */

.about-page .jaago-story-section,
.about-page .about-philosophy {
  padding: 88px 0 !important;
}

/* Use the same heading scale as the rest of the website */
.about-page .jaago-story-intro h2,
.about-page .about-philosophy-heading h2,
.about-page .values-heading h2 {
  font-size: clamp(2rem, 3vw, 2.375rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

.about-page .jaago-story-intro h2 span {
  display: inline !important;
  margin: 0 !important;
}

/* Story: clean editorial two-column layout */
.about-page .jaago-story-section {
  background: #ffffff !important;
}

.about-page .jaago-story-section::after {
  display: none !important;
}

.about-page .jaago-story-layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(48px, 6vw, 82px) !important;
}

.about-page .jaago-story-intro {
  position: static !important;
  top: auto !important;
  padding: 0 0 0 24px !important;
  border-left: 3px solid #0767e8 !important;
}

.about-page .jaago-story-intro h2 {
  max-width: 430px !important;
  margin-bottom: 22px !important;
}

.about-page .jaago-story-lead {
  max-width: 430px !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  color: #5a687b !important;
}

.about-page .jaago-story-copy {
  max-width: 760px !important;
}

.about-page .jaago-story-copy > p {
  margin-bottom: 18px !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  color: #5a687b !important;
}

.about-page .jaago-story-copy > .jaago-story-opening {
  margin-bottom: 24px !important;
  padding: 0 0 20px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  color: #20344d !important;
  border-left: 0 !important;
  border-bottom: 1px solid #dbe3ed !important;
}

/* Commitment: strong but restrained */
.about-page .jaago-story-commitment {
  grid-template-columns: 170px minmax(0, 1fr) !important;
  gap: 34px !important;
  margin-top: 54px !important;
  padding: 30px 34px !important;
  background: #061a34 !important;
  border-left: 4px solid #0767e8 !important;
  box-shadow: none !important;
}

.about-page .jaago-story-commitment blockquote {
  font-size: clamp(1.1rem, 1.7vw, 1.35rem) !important;
  line-height: 1.55 !important;
  letter-spacing: -0.015em !important;
}

.about-page .jaago-story-commitment blockquote::before {
  display: none !important;
}

.about-page .jaago-story-commitment strong {
  color: #75b5ff !important;
}

/* Philosophy: standard corporate light section */
.about-page .about-philosophy {
  position: relative;
  background: #f4f7fb;
  color: #0c1830;
}

.about-page .about-philosophy-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 6vw, 82px);
  align-items: start;
}

.about-page .about-philosophy-heading {
  padding-left: 24px;
  border-left: 3px solid #0767e8;
}

.about-page .about-philosophy-heading h2 {
  max-width: 470px;
  margin: 0;
  color: #0a1e3b;
}

.about-page .about-philosophy-intro {
  max-width: 760px;
}

.about-page .about-philosophy-intro p {
  margin: 0 0 17px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #5a687b;
}

.about-page .about-philosophy-intro .about-philosophy-lead {
  margin-bottom: 21px;
  padding-bottom: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
  color: #20344d;
  border-bottom: 1px solid #d4deea;
}

.about-page .about-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.about-page .about-principles article {
  min-height: 230px;
  padding: 28px 25px;
  background: #ffffff;
  border: 1px solid #dbe3ed;
  box-shadow: 0 12px 34px rgba(4, 21, 43, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page .about-principles article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(4, 21, 43, 0.09);
}

.about-page .about-principles article > span {
  display: block;
  margin-bottom: 28px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0767e8;
}

.about-page .about-principles h3 {
  margin: 0 0 12px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #0a1e3b;
}

.about-page .about-principles p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5f6d7e;
}

.about-page .about-philosophy-standard {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 25px 30px;
  color: #ffffff;
  background: #061a34;
  border-left: 4px solid #0767e8;
}

.about-page .about-philosophy-standard p {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #75b5ff;
}

.about-page .about-philosophy-standard strong {
  font-family: Montserrat, Inter, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #ffffff;
}

/* Preserve the remainder of the page while standardizing its typography */
.about-page .about-values {
  padding: 88px 0 !important;
}

.about-page .values-heading > p:last-child,
.about-page .values-list p {
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

.about-page .values-list h3 {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}

@media (max-width: 980px) {
  .about-page .jaago-story-layout,
  .about-page .about-philosophy-top {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .about-page .about-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .jaago-story-intro,
  .about-page .about-philosophy-heading {
    max-width: 720px;
  }
}

@media (max-width: 650px) {
  .about-page .jaago-story-section,
  .about-page .about-philosophy,
  .about-page .about-values {
    padding: 66px 0 !important;
  }

  .about-page .jaago-story-intro,
  .about-page .about-philosophy-heading {
    padding-left: 17px !important;
  }

  .about-page .jaago-story-intro h2,
  .about-page .about-philosophy-heading h2,
  .about-page .values-heading h2 {
    font-size: 1.9rem !important;
  }

  .about-page .about-principles {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .about-page .about-principles article {
    min-height: auto;
  }

  .about-page .jaago-story-commitment,
  .about-page .about-philosophy-standard {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    padding: 24px 22px !important;
  }

  .about-page .jaago-story-commitment-label {
    padding-bottom: 13px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
/* =====================================================
   JAAGO — PRIVACY POLICY PAGE
   Paste this entire block at the END of styles.css
   ===================================================== */

.privacy-page {
  background: #f4f7fb;
}

.privacy-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("/assets/hero.jpg") center 52% / cover no-repeat;
}

.privacy-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 37, .97) 0%,
      rgba(3, 18, 37, .84) 48%,
      rgba(3, 18, 37, .35) 100%
    );
}

.privacy-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 90px 0;
}

.privacy-hero h1 {
  margin: 10px 0 20px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -.045em;
}

.privacy-hero-copy > p:not(.eyebrow):not(.privacy-effective) {
  max-width: 680px;
  margin: 0;
  color: #dce8f4;
  font-size: 18px;
}

.privacy-effective {
  margin: 24px 0 0;
  color: #b9cce2;
  font-size: 13px;
}

.privacy-effective strong {
  color: #fff;
}

.privacy-section {
  padding-top: 80px;
  padding-bottom: 105px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.privacy-sidebar {
  position: sticky;
  top: 110px;
  padding: 26px;
  background: #fff;
  border-top: 4px solid #0767e8;
  box-shadow: 0 15px 45px rgba(4, 21, 43, .08);
}

.privacy-toc {
  display: grid;
  margin-top: 12px;
}

.privacy-toc a {
  padding: 10px 0;
  border-bottom: 1px solid #e2e8ef;
  color: #536276;
  font-size: 12px;
  line-height: 1.4;
  transition: color .2s, padding-left .2s;
}

.privacy-toc a:last-child {
  border-bottom: 0;
}

.privacy-toc a:hover,
.privacy-toc a:focus-visible {
  padding-left: 5px;
  color: #0767e8;
}

.privacy-content {
  min-width: 0;
}

.privacy-intro {
  margin-bottom: 24px;
  padding: 30px 34px;
  color: #33475d;
  background: #eaf3ff;
  border-left: 4px solid #0767e8;
}

.privacy-intro p {
  margin: 0 0 12px;
  line-height: 1.75;
}

.privacy-intro p:last-child {
  margin-bottom: 0;
}

.privacy-card {
  position: relative;
  margin-bottom: 20px;
  padding: 38px 42px;
  overflow: hidden;
  scroll-margin-top: 110px;
  background: #fff;
  border: 1px solid #dce4ed;
  box-shadow: 0 14px 42px rgba(4, 21, 43, .055);
}

.privacy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0767e8;
}

.privacy-number {
  position: absolute;
  top: 19px;
  right: 26px;
  color: #e1ebf7;
  font: 800 42px/1 Montserrat, sans-serif;
}

.privacy-card h2 {
  position: relative;
  max-width: calc(100% - 65px);
  margin: 0 0 18px;
  color: #0c1830;
  font-size: 25px;
  line-height: 1.2;
}

.privacy-card p,
.privacy-card li {
  color: #536276;
  font-size: 14px;
  line-height: 1.8;
}

.privacy-card p {
  margin: 0 0 14px;
}

.privacy-card p:last-child {
  margin-bottom: 0;
}

.privacy-card ul {
  margin: 12px 0 18px;
  padding-left: 22px;
}

.privacy-card li {
  margin-bottom: 7px;
  padding-left: 3px;
}

.privacy-card li::marker {
  color: #0767e8;
}

.privacy-contact {
  scroll-margin-top: 110px;
  margin-top: 28px;
  padding: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, #12477e 0%, #071e3b 40%, #04152b 100%);
  border-top: 4px solid #1685ff;
}

.privacy-contact h2 {
  margin: 6px 0 12px;
  font-size: 34px;
}

.privacy-contact > p:not(.eyebrow) {
  max-width: 700px;
  color: #c6d5e6;
}

.privacy-contact-grid {
  display: grid;
  grid-template-columns: .8fr .8fr 1.4fr;
  gap: 24px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.privacy-contact-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #69b1ff;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.privacy-contact-grid a,
.privacy-contact-grid address {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.privacy-contact-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    position: static;
  }

  .privacy-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .privacy-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-contact-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .privacy-hero {
    min-height: 380px;
    background-position: 60% center;
  }

  .privacy-hero-copy {
    padding: 68px 0;
  }

  .privacy-hero h1 {
    font-size: 43px;
  }

  .privacy-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }

  .privacy-sidebar {
    padding: 22px;
  }

  .privacy-toc {
    grid-template-columns: 1fr;
  }

  .privacy-intro,
  .privacy-card,
  .privacy-contact {
    padding: 28px 22px;
  }

  .privacy-number {
    top: 18px;
    right: 18px;
    font-size: 34px;
  }

  .privacy-card h2 {
    max-width: calc(100% - 45px);
    font-size: 22px;
  }

  .privacy-contact h2 {
    font-size: 29px;
  }

  .privacy-contact-grid {
    grid-template-columns: 1fr;
  }

  .privacy-contact-grid > div:last-child {
    grid-column: auto;
  }
}
.form-privacy-notice {
  margin: 4px 0 0;
  color: #657186;
  font-size: 11px;
  line-height: 1.55;
}

.form-privacy-notice a,
.consent a {
  color: #0767e8;
  font-weight: 700;
  text-decoration: underline;
}
.form-privacy-notice {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #66758b;
}

.form-privacy-notice a {
    color: #0b63ce;
    font-weight: 600;
    text-decoration: none;
}

.form-privacy-notice a:hover {
    text-decoration: underline;
}
/* Footer layout correction */
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr 1.15fr;
  gap: 50px;
  align-items: start;
}

.site-footer .footer-column {
  min-width: 0;
}

.site-footer .footer-column h3 {
  margin: 0 0 18px;
}

.site-footer .footer-column > a {
  display: block;
  margin: 7px 0;
  color: #aebdce;
  font-size: 12px;
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  margin: 42px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.site-footer .footer-legal {
  display: flex;
  align-items: center;
  gap: 9px;
}

.site-footer .footer-bottom a {
  display: inline;
  margin: 0;
  color: #8091a5;
}

.site-footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-bottom {
    width: min(100% - 30px, 1240px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}