/* ===== GLOBAL RESET / BASE ===== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #183847;
  background: #ffffff;
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

/* ===== HERO ===== */
.enterprise-hero {
    background: linear-gradient(135deg, #145b78 0%, #1b6f91 100%);
    color: #ffffff;
    padding: 92px 24px 72px;
    position: relative;
    overflow: hidden;
}

.enterprise-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 36px 36px;
    -webkit-mask-image: radial-gradient(circle at center, black 35%, transparent 100%);
    mask-image: radial-gradient(circle at center, black 35%, transparent 100%);
    pointer-events: none;
}

.hero-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 1100px;
  }

.hero-eyebrow {
  margin: 0 0 18px 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.enterprise-hero h1 {
      margin: 0 0 20px 0;
      max-width: 1100px;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(2.5rem, 4.8vw, 4.1rem);
      line-height: 1.14;
      font-weight: 600;
      letter-spacing: -0.03em;
  }

.hero-subheadline {
      margin: 0 0 28px 0;
      font-size: 1.18rem;
      line-height: 1.75;
      color: rgba(255, 255, 255, 0.93);
      max-width: 1000px;
    }

.hero-proof-points {
      list-style: none;
      padding: 0;
      margin: 0 0 34px 0;
      display: grid;
      gap: 14px;
      max-width: 1000px;
  }

.hero-proof-points li {
  position: relative;
  padding-left: 30px;
  font-size: 1.03rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.96);
}

.hero-proof-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f29b38;
  box-shadow: 0 0 0 6px rgba(242, 155, 56, 0.16);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 760px;
  }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #f29b38;
  color: #16384a;
}

.btn-primary:hover {
  background: #f6ab54;
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ===== GLOBAL SECTIONS ===== */
.section {
  padding: 88px 24px;
}

.section-light {
  background: #ffffff;
  color: #183847;
}

.section-muted {
  background: #f5f8fb;
  color: #183847;
}

.section-contact {
  background: #ffffff;
  color: #183847;
  padding-top: 96px;
  padding-bottom: 110px;
}

.section-with-divider {
  border-top: 1px solid #dbe5ec;
}

.section-container {
  max-width: 1180px;
  margin: 0 auto;
}

.section-heading {
      max-width: 1000px;
      margin-bottom: 44px;
    }

.section-eyebrow {
  margin: 0 0 14px 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b6f91;
}

.section-heading h2,
.about-content h2,
.contact-copy h2,
.logo-section-header h2 {
  margin: 0 0 16px 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #16384a;
}

.section-heading p,
.about-content p,
.contact-copy p,
.info-card p,
.trust-card p,
.deliverable-item p,
.about-side-card li,
.clean-list li,
.fit-list li,
.logo-section-header p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4a6573;
}

/* ===== CARDS ===== */
.card-grid {
  display: grid;
  gap: 24px;
}

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

.info-card {
  background: #ffffff;
  border: 1px solid #dde7ee;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 8px 24px rgba(17, 52, 72, 0.04);
  display: flex;
  flex-direction: column;
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e9f3f8;
  color: #1b6f91;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.info-card h3,
.deliverables-panel h3,
.trust-card h3,
.about-side-card h3,
.deliverable-item h4 {
  margin: 0 0 12px 0;
  color: #16384a;
}

.info-card h3,
.deliverables-panel h3,
.trust-card h3,
.about-side-card h3 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.deliverable-item h4 {
  font-size: 1.02rem;
  line-height: 1.4;
}

.clean-list {
  margin: 18px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.clean-list li {
  position: relative;
  padding-left: 24px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f29b38;
}

.card-text-link,
.text-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
  color: #1b6f91;
  text-decoration: none;
}

.card-text-link:hover,
.text-link:hover {
  text-decoration: underline;
}

/* ===== DELIVERABLES ===== */
.deliverables-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.deliverables-panel {
  background: #ffffff;
  border: 1px solid #dde7ee;
  border-radius: 18px;
  padding: 28px 26px;
}

.deliverables-panel-accent {
  background: #16384a;
  border-color: #16384a;
}

.deliverables-panel-accent h3,
.deliverables-panel-accent .fit-list li,
.deliverables-panel-accent .text-link {
  color: #ffffff;
}

.deliverable-list {
  display: grid;
  gap: 20px;
}

.deliverable-item {
  padding-bottom: 18px;
  border-bottom: 1px solid #e6eef3;
}

.deliverable-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fit-list {
  margin: 0 0 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.fit-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}

.fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f29b38;
}

/* ===== TRUST ===== */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 36px;
}

.trust-card {
  background: #ffffff;
  border: 1px solid #dde7ee;
  border-radius: 18px;
  padding: 28px 26px;
}

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

.metric {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 18px;
    padding: 28px 24px 24px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(17, 52, 72, 0.04);
}

.metric-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #16384a;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.metric-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #587180;
}

/* ===== LOGO SECTION ===== */
.logo-section {
  padding: 96px 24px;
  background: #ffffff;
  border-top: 1px solid #dbe5ec;
}

.logo-section-header {
      max-width: 1000px;
      margin: 0 0 40px 0;
      text-align: left;
  }

.logo-section-header p {
  margin: 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 24px;
  align-items: center;
}

.logo-item {
  min-height: 84px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}

.logo-item img {
  max-width: 140px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.88;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ===== ABOUT ===== */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: start;
}

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

.about-content p {
  margin: 0 0 18px 0;
}

.about-actions {
  margin-top: 10px;
}

.about-side-card {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 18px;
    padding: 28px 26px;
    box-shadow: 0 8px 24px rgba(17, 52, 72, 0.04);
    margin-top: 34px;
}

/* ===== CONTACT ===== */
.contact-box {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto;
    gap: 32px;
    align-items: center;
    background: #f5f8fb;
    border: 1px solid #dde7ee;
    border-radius: 22px;
    padding: 36px;
}

.contact-copy {
  max-width: 640px;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 20px 0;
}

.contact-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e9f3f8;
  color: #1b6f91;
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-meta {
  margin-top: 6px;
  color: #698390;
}

.contact-form {
    background: #ffffff;
    border: 1px solid #dde7ee;
    border-radius: 18px;
    padding: 24px;
}

.contact-cta-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

.contact-cta-panel .btn {
    min-width: 260px;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-row label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #16384a;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #cddbe4;
  border-radius: 10px;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 1.5;
  color: #16384a;
  background: #ffffff;
  box-sizing: border-box;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #1b6f91;
  box-shadow: 0 0 0 3px rgba(27, 111, 145, 0.12);
}

.direct-email {
  margin: 18px 0 0 0;
  font-size: 0.95rem;
  color: #5f7986;
}

.direct-email a {
  color: #1b6f91;
  text-decoration: none;
}

.direct-email a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .card-grid-3,
  .trust-grid,
  .metrics-row,
  .deliverables-layout,
  .about-layout,
  .contact-box {
    grid-template-columns: 1fr;
  }

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

  .section,
  .logo-section {
    padding: 72px 20px;
  }

  .section-contact {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .contact-box {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .enterprise-hero {
    padding: 72px 20px;
  }

  .enterprise-hero h1 {
    font-size: 2.45rem;
  }

  .hero-subheadline {
    font-size: 1.05rem;
    line-height: 1.65;
  }

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

  .btn {
    width: 100%;
  }

  .hero-eyebrow {
    font-size: 0.82rem;
    line-height: 1.5;
  }

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

  .info-card,
  .deliverables-panel,
  .trust-card,
  .about-side-card,
  .contact-form {
    padding: 22px 20px;
  }

  .contact-box {
    padding: 18px;
    border-radius: 18px;
  }

  .metric-number {
    font-size: 1.75rem;
  }

  .contact-points {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-points span {
    justify-content: center;
  }

  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .logo-item {
    min-height: 72px;
    padding: 8px;
  }

  .logo-item img {
    max-width: 110px;
    max-height: 38px;
  }
}

/* ===== FOOTER ===== */
footer {
  background: #155f7f;
  color: #ffffff;
  margin-top: 64px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 32px 24px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  max-width: 720px;
}

.footer-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.78;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 28px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.92;
  transition: opacity 0.15s ease;
}

.footer-links a:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .footer-inner {
    padding: 24px 20px 22px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-copy {
    white-space: normal;
  }

  .footer-links {
    gap: 18px;
  }
}
