/* =============================================================
   COTI HOLDING — Bootstrap 5.3 custom styles
   Built from Figma "COTI-Holdings"
   ============================================================= */
:root {
  /* Brand */
  --c-navy:        #0a1f44;
  --c-navy-deep:   #061634;
  --c-navy-2:      #142a55;
  --c-navy-soft:   #1a3266;
  --c-ink:         #08132d;

  /* Accent */
  --c-mint:        #2dd4bf;
  --c-mint-2:      #5eead4;
  --c-teal:        #14b8a6;

  /* Surfaces */
  --c-cream:       #f4efe9;
  --c-cream-2:    #faf6f1;
  --c-white:       #ffffff;
  --c-bg-blue:     #eef2fa;
  --c-bg-soft:     #f5f7fb;

  /* Text */
  --c-text:        #2b3245;
  --c-text-soft:   #5b6478;
  --c-text-mute:   #8e96a8;
  --c-border:      #e5e7eb;
  --c-border-soft: #eef0f4;

    --coti-bg-footer:   #F5F7FF;
    --coti-text-mute:   #8e8e8f;

  /* Type */
  --font-h: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-b: 'Inter', system-ui, sans-serif;
  --font-d: 'DM Sans', 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  color: var(--c-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
.container-xl {
    max-width: 1100px;
}

.text-primary {
    color: var(--c-navy) !important;
}
/* ============== HEADER ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #effaf9;
  border-bottom: 1px solid rgba(10,31,68,.04);
}
.site-nav { padding: 12px 0; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark .logo {
  width: 56px; height: 36px;
  display: block;
}
.brand-mark .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-mark .brand-name {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 20px;
  color: var(--c-navy);
  letter-spacing: .5px;
}
.brand-mark .brand-sub {
  font-family: var(--font-h);
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 4.5px;
  color: var(--c-navy);
  margin-top: 3px;
  opacity: .85;
}
.site-nav .nav-link {
  font-family: var(--font-d);
  font-size: 15px;
  font-weight: 500;
  color: var(--c-navy);
  padding: 10px 16px !important;
  position: relative;
  transition: color .2s ease;
}
.site-nav .nav-link:hover { color: var(--c-teal); }
.site-nav .nav-link.active {
  color: var(--c-navy);
}
.site-nav .nav-link.active::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 1.5px;
  background: #0F75BC;
background: linear-gradient(90deg,rgba(15, 117, 188, 1) 0%, rgba(5, 160, 140, 1) 100%);
  border-radius: 2px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--c-navy);
  color: #fff;
  font-family: var(--font-d);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.btn-cta:hover {
  background: var(--c-navy-2);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -14px rgba(10,31,68,.5);
}

/* ============== HERO ============== */
.hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: flex-end;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg-image {
    position: absolute;
    inset: 0;
    background: url('../img/Dd-rendering New 2.png') right center / contain no-repeat;
    transform: translate(-12%, 35%) scale(1) rotate(30deg);
    transform-origin: right bottom;
    filter: brightness(1.25) saturate(1.1);
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  /* background:
    linear-gradient(249deg, rgba(4,127,112,0.55) 30%, rgba(37,89,189,0.55) 95%),
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 100%);*/
    background: #00215e;
    background: linear-gradient(90deg, rgb(0 27 76) 0%, rgba(0, 0, 0, 1) 53%, rgb(0 42 37) 100%);
    mix-blend-mode: soft-light;
}
.hero-content { max-width: 900px; }
.hero-title {
  font-family: var(--font-heading);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.hero-line-1 {
  display: block;
  font-weight: 200;
  font-size: clamp(3rem, 9vw, 6rem);
  letter-spacing: 1px;
  color: #fff;
}
.hero-line-2 {
  display: block;
  font-weight: 700;
  font-size: clamp(3rem, 9vw, 6rem);
  letter-spacing: -3px;
  background: linear-gradient(90deg, #0F75BC 0%, #05A08C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 2px;
}
.hero-divider {
  width: 320px; max-width: 60%;
  height: 2px;
  background: rgba(255, 255, 255, .2);
  border-radius: 90px;
  margin-top: 28px;
}


/* ============== OUR ORIGIN ============== */
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section-cream { background: var(--c-cream); }
.section-white { background: #fff; }
.section-soft  { background: var(--c-bg-soft); }
.section-bluegrey { background: var(--c-bg-blue); }
.section-navy {
  background: linear-gradient(180deg, #061634 0%, #0a1f44 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* .section-navy::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../img/line-art.png");
    pointer-events: none;
    background-size: cover;
    opacity: .1;
} */
.section-navy > .container-xl { position: relative; z-index: 1; }

.section-title {
  font-family: var(--font-h);
  font-weight: 600;
  color: var(--c-navy);
  letter-spacing: -.8px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  margin: 0;
}
.section-title-light { color: #fff; }

.eyebrow-mint {
  display: inline-block;
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--c-mint);
  text-transform: uppercase;
}

.origin-row { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.origin-row h2 {
  font-family: var(--font-h);
  font-weight: 600;
  color: var(--c-navy);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -.5px;
  margin: 0;
}
.origin-text p {
  color: var(--c-text-soft);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 14px;
}
.origin-text p:last-child { margin-bottom: 0; }
@media (max-width: 767.98px) {
  .origin-row { grid-template-columns: 1fr; gap: 24px; }
}

/* ============== VISION / MISSION / PURPOSE STACK ============== */
.core-stack { display: grid; gap: 22px; }
.core-row {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 56px 60px;
    display: grid;
    grid-template-columns: 1fr 330px;
    align-items: center;
    gap: 36px;
    border: 1px solid var(--c-border-soft);
    box-shadow: 0 14px 42px -28px rgba(10,31,68,.18);
    cursor: pointer;
    overflow: hidden;
    transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.core-row::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 60%;
    height: 70%;
    background-image: url("../img/1.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: .9;
}
.core-row::after {
    content: '';
    position: absolute;
    bottom: -35%;
    left: 40%;
    width: 60%;
    height: 70%;
    background-image: url("../img/2.png");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: .9;
}
.core-row:hover,
.core-row.is-active {
  background: var(--c-navy);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 30px 60px -25px rgba(10,31,68,.5);
}
.core-row:hover .core-title,
.core-row.is-active .core-title { color: #fff; }
.core-row:hover .core-text,
.core-row.is-active .core-text { color: rgba(255,255,255,.78); }
.core-row:hover::before,
.core-row.is-active::before { opacity: .12; }
.core-row:hover::after,
.core-row.is-active::after { opacity: .12; }

.core-row-content { position: relative; z-index: 1; max-width: 640px; }
.core-title {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 2rem;
  color: var(--c-navy);
  margin: 0 0 18px;
  letter-spacing: -.5px;
  transition: color .25s ease;
}
.core-text {
  color: var(--c-text-soft);
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
  transition: color .25s ease;
  text-align: justify;
}
.core-illustration {
    position: relative;
    z-index: 1;
    width: 330px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.core-illustration svg { width: 100%; height: 100%; filter: drop-shadow(0 14px 30px rgba(10,31,68,.18)); }

@media (max-width: 767.98px) {
  .core-row { grid-template-columns: 1fr; padding: 36px 28px; }
  .core-illustration { width: 150px; height: 150px; margin: 0; }
  .core-title { font-size: 1.5rem; }
}

/* ============== COTI'S FIVE P'S ============== */
.five-ps {
  max-width: 1080px;
  margin: 0 auto;
}
.fivep-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  align-items: start;
}
.fivep-row:first-child { border-top: 1px solid rgba(255,255,255,.08); }
.fivep-label {
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -.2px;
  margin: 0;
}
.fivep-text {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}
@media (max-width: 767.98px) {
  .fivep-row { grid-template-columns: 1fr; gap: 12px; }
}

/* ============== COTI VERTICALS — split cards ============== */
.verticals-title {
  font-family: var(--font-h);
  font-weight: 600;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  letter-spacing: -1px;
  text-align: center;
  margin: 0 0 56px;
}
.value-card {
    border: 2px solid transparent;
  display: grid;
  grid-template-columns: 1fr 500px;
  align-items: stretch;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 14px 40px -28px rgba(0, 31, 63, .25);
  transition: transform .35s ease, box-shadow .35s ease;
}
.value-card:hover {
  transform: translateY(-3px);
}
.value-card-body {
  padding: clamp(40px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.value-card-logo {
  max-width: 240px;
  max-height: 80px;
  object-fit: contain;
  align-self: flex-start;
}
.value-card-sc {
  position: relative;
  width: 240px;
  height: 80px;
}
.value-card-sc .sc-rect,
.value-card-sc .sc-text { position: absolute; }
.value-card-sc .sc-rect { height: 100%; bottom: 0; }
.value-card-sc .sc-rect-1 { left: 18%; }
.value-card-sc .sc-rect-2 { left: 30%; }
.value-card-sc .sc-text { height: 56%; top: 50%; transform: translateY(-50%); }
.value-card-sc .sc-text-1 { left: 0; }
.value-card-sc .sc-text-2 { left: 45%; }

.value-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--c-navy);
  margin: 0;
  letter-spacing: -1px;
}
.value-card-text {
  color: var(--c-text-soft);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.value-card-btn { border: none; align-self: flex-start; padding: 14px 36px; font-size: 13px; background-color: var(--c-navy); color: #fff; border-radius: 100px; }
.value-card-media img {
    object-fit: cover;
  min-height: 320px;
  border-radius: 22px;
}
/* .value-card-media-mfg    { background-image: url('../img/manufacturing-bg.png'); }
.value-card-media-retail { background-image: url('../img/retail-bg.png'); }
.value-card-media-dist   { background-image: url('../img/distribution-bg.png'); } */

@media (max-width: 991.98px) {
  .value-card { grid-template-columns: 1fr; }
  .value-card-media { min-height: 220px; }
}

/* ============== POWER OF INTEGRATION (Capabilities) ============== */
.poi-title {
  font-family: var(--font-h);
  font-weight: 600;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  text-align: center;
  letter-spacing: -.8px;
  margin: 0 0 24px;
}
.poi-lede {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.78;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 64px;
}
.integration-tag {
  display: block;
  text-align: center;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--c-mint);
  letter-spacing: -.2px;
  margin: 0 0 36px;
}

.timeline {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}
.timeline-line {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  background: rgba(45,212,191,.35);
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  /* align-items: center; */
  margin-bottom: 28px;
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot {
  grid-column: 2;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #2dd4bf;
  border: 5px solid #0a1f44;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 3px rgba(45,212,191,.4);
}
.timeline-card {
  background: rgba(20, 30, 70, .7);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 22px 28px;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .3s ease, color .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
  position: relative;
}
.timeline-card:hover,
.timeline-card.is-active {
  background: #fff;
  color: var(--c-navy);
  border-color: rgba(255,255,255,.6);
  transform: translateY(-3px);
  box-shadow: 0 26px 50px -28px rgba(0, 0, 0, .6);
}
.timeline-watermark {
    position: absolute;
    top: -20px;
    right: 0;
    opacity: 0;
    transition: .4s all ease-in-out;
}
.timeline-card:hover .timeline-watermark {
    opacity: 1;
    top: 0;
    display: block;
}
.timeline-card:hover .timeline-card-title,
.timeline-card.is-active .timeline-card-title { color: var(--c-navy); }
.timeline-card:hover .timeline-card-text,
.timeline-card.is-active .timeline-card-text { color: var(--c-text-soft); }
.timeline-item--right .timeline-card { grid-column: 3; }
.timeline-item--left  .timeline-card { grid-column: 1; }
.timeline-card-title {
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1.0625rem;
  margin: 0 0 6px;
  color: #fff;
  letter-spacing: -.2px;
  transition: color .25s ease;
}
.timeline-card-text {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,.72);
  transition: color .25s ease;
}
@media (max-width: 767.98px) {
  .timeline-line { left: 16px; transform: none; }
  .timeline-item { grid-template-columns: 32px 1fr; gap: 12px; }
  .timeline-dot { grid-column: 1; }
  .timeline-item--right .timeline-card,
  .timeline-item--left  .timeline-card { grid-column: 2; }
}

/* ============== INVESTMENT & PARTNERSHIP ============== */
.partnership-title {
  font-family: var(--font-h);
  font-weight: 600;
  text-align: center;
  color: var(--c-navy);
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  letter-spacing: -.8px;
  line-height: 1.1;
  margin: 0 0 26px;
}
.partnership-sub {
  text-align: center;
  color: var(--c-text-mute);
  font-size: 14px;
  margin: 0 0 56px;
}

.partner-card {
  position: relative;
  background: #f6fafe;
  border-top: 4px solid var(--c-navy);
  border-radius: 22px;
  padding: 44px 38px 34px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  overflow: hidden;
  box-shadow: 0 8px 24px -18px rgba(10,31,68,.18);
  transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.partner-card::after {
    content: '';
    position: absolute;
    bottom: -37%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/logo-watermark.png");
    background-repeat: no-repeat;
    background-size: contain;
    /* opacity: 1; */
    pointer-events: none;
    transition: opacity .35s ease;
}
.partner-card:hover,
.partner-card.is-active {
  background: var(--c-navy);
  border-top-color: var(--c-navy);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 32px 60px -28px rgba(10,31,68,.55);
}
.partner-card:hover::after,
.partner-card.is-active::after { opacity: .25; filter: brightness(2); }
.partner-card:hover .partner-title,
.partner-card.is-active .partner-title,
.partner-card:hover .partner-text,
.partner-card.is-active .partner-text { color: #fff; }
.partner-card:hover .partner-text,
.partner-card.is-active .partner-text { color: rgba(255,255,255,.78); }
.partner-card:hover .partner-btn,
.partner-card.is-active .partner-btn {
  background: #fff;
  color: var(--c-navy);
}
.partner-title {
  min-height: 120px;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  color: var(--c-navy);
  line-height: 1.18;
  margin: 0;
  letter-spacing: -.5px;
  transition: color .25s ease;
}
.partner-text {
  color: var(--c-text-soft);
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
  flex: 1;
  transition: color .25s ease;
}
.partner-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-navy);
  color: #fff;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 13px 38px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: .2px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.partner-btn:hover { transform: translateY(-1px); }

/* ============== WHY PARTNER WITH COTI ============== */
.why-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 56px; }
.why-head h2 {
  font-family: var(--font-h);
  font-weight: 600;
  color: var(--c-navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.8px;
  margin: 0;
}
.why-head p {
  color: var(--c-text-soft);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 560px;
}
@media (max-width: 767.98px) {
  .why-head { grid-template-columns: 1fr; gap: 20px; }
}

.why-list { display: grid; gap: 16px; }
.why-row {
  display: grid;
  grid-template-columns: 120px 1fr 2fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: 22px;
  padding: 18px 28px 18px 18px;
  cursor: pointer;
  transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}
.why-row:hover,
.why-row.is-active {
  background: var(--c-navy);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 26px 50px -28px rgba(10,31,68,.5);
}
.why-row:hover .why-title,
.why-row.is-active .why-title { color: #fff; }
.why-row:hover .why-text,
.why-row.is-active .why-text { color: rgba(255,255,255,.78); }

.why-icon {
  width: 96px; height: 96px;
  border-radius: 22px;
  background: linear-gradient(135deg, #d8eaf2, #a5d6e0);
  display: grid; place-items: center;
  overflow: hidden;
}
.why-icon svg { width: 70%; height: 70%; filter: drop-shadow(0 6px 14px rgba(10,31,68,.2)); }
.why-title {
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--c-navy);
  margin: 0;
  letter-spacing: -.2px;
  transition: color .25s ease;
}
.why-text {
  color: var(--c-text-soft);
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0;
  transition: color .25s ease;
}
@media (max-width: 767.98px) {
  .why-row { grid-template-columns: 80px 1fr; padding: 16px; }
  .why-icon { width: 80px; height: 80px; }
  .why-text { grid-column: 1 / -1; }
}

/* ============== INSIGHT ============== */
.insight-page { background: #fff; }
.insight-section { padding: clamp(70px, 9vw, 130px) 0; }
.insight-card {
  background: linear-gradient(135deg, #061634 0%, #0a1f44 60%, #102b58 100%);
  border-radius: 26px;
  padding: clamp(48px, 6vw, 88px);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(10,31,68,.55);
}
.insight-card::before {
  content: '';
  position: absolute;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(45,212,191,.22), transparent 65%);
  top: -120px; right: -120px;
  filter: blur(20px);
  pointer-events: none;
}
.insight-card > * { position: relative; z-index: 1; }
.insight-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.insight-pill {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.08);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
}
.insight-read {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
}
.insight-title {
  font-family: var(--font-h);
  font-weight: 600;
  font-size: clamp(1.85rem, 4.4vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 24px;
  max-width: 1080px;
}
.insight-sub {
  color: rgba(255,255,255,.55);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 940px;
}
.insight-body {
  color: rgba(255,255,255,.78);
  font-size: 15.5px;
  line-height: 1.85;
  margin: 0 0 40px;
  max-width: 1100px;
}
.insight-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--c-navy);
  font-family: var(--font-d);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 16px 38px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.insight-btn:hover { background: #f1f5f9; transform: translateY(-1px); }

/* ============== CONTACT ============== */
.contact-form {
  background: #fafbff;
  border: 1px solid var(--c-border-soft);
  border-radius: 24px;
  padding: 36px;
}
.label-coti {
  display: block;
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-text-mute);
  margin-bottom: 10px;
}
.input-coti {
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #e6ebf2;
  border-radius: 0;
  padding: 12px 0;
  font-family: var(--font-b);
  font-size: 15px;
  color: var(--c-navy);
  background: transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.input-coti:focus {
  outline: none;
  border-bottom-color: var(--c-teal);
  box-shadow: 0 1px 0 0 var(--c-teal);
}
.btn-submit {
  width: 100%;
  background: var(--c-navy);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 16px;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-submit:hover { background: var(--c-navy-2); transform: translateY(-1px); }

.chip-group { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.chip {
  background: transparent;
  border: 1.5px solid var(--c-mint);
  color: var(--c-text-soft);
  padding: 9px 24px;
  border-radius: 999px;
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s ease;
}
.chip:hover { border-color: var(--c-navy); color: var(--c-navy); }
.chip.is-active { background: var(--c-navy); color: #fff; border-color: var(--c-navy); }

.contact-eyebrow {
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--c-mint);
  text-transform: uppercase;
}
.contact-title {
  font-family: var(--font-h);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--c-navy);
  line-height: 1.1;
  letter-spacing: -.8px;
  margin: 16px 0 18px;
}
.contact-sub {
  color: var(--c-text-soft);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 520px;
}

/* ============== FOOTER ============== */
.site-footer {
  background: var(--coti-bg-footer);
  position: relative;
  overflow: hidden;
  padding: 80px 0 32px;
}

.footer-deco img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.footer-top { padding-bottom: 40px; }
.footer-tagline {
  color: var(--coti-text-mute);
  font-size: 13px;
  margin: 0;
  max-width: 320px;
}
.footer-heading {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #505569;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 14px; }
.footer-list a {
  color: var(--coti-text-mute);
  text-decoration: none;
  font-size: 16px;
  transition: color .2s ease;
}
.footer-list a:hover { color: var(--c-navy); }

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .35);
}
@media (min-width: 768px) {
  .footer-bottom { grid-template-columns: auto auto; justify-content: space-between; }
}

/* =============================================================
   POPUP / MODAL — clean, minimal, Figma-aligned
   ============================================================= */
.coti-modal .modal-dialog {
  max-width: 720px;
  padding: 16px;
}
.coti-modal .modal-content {
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 40px 100px -30px rgba(10,31,68,.45);
  position: relative;
}
.coti-modal .modal-content::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--c-mint) 0%, var(--c-teal) 50%, var(--c-navy) 100%);
  z-index: 2;
}
.coti-modal .modal-header {
  border: 0;
  padding: 28px 36px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.modal-eyebrow {
  font-family: var(--font-d);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--c-teal);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
}
.coti-modal .btn-close {
  background: rgba(10,31,68,.06);
  border-radius: 999px;
  width: 38px; height: 38px;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: background .2s ease, transform .25s ease;
  display: grid; place-items: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M1 1l10 10M11 1L1 11' stroke='%230a1f44' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.coti-modal .btn-close:hover {
  background: rgba(10,31,68,.14);
  transform: rotate(90deg);
}
.coti-modal .modal-body {
  padding: 18px 36px 36px;
  position: relative;
}
.coti-modal .modal-body::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 220px; height: 100px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 100'><path d='M0 60 Q60 0 110 50 T220 40' stroke='%23dae3ec' stroke-width='1' fill='none'/><path d='M0 70 Q60 20 110 60 T220 50' stroke='%23e6ecf2' stroke-width='1' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: .6;
  pointer-events: none;
}
.coti-modal .modal-body > * { position: relative; z-index: 1; }
.modal-title-h {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--c-navy);
  letter-spacing: -.5px;
  margin: 8px 0 18px;
  line-height: 1.2;
}
.coti-modal .modal-body p {
  font-size: 15px;
  line-height: 1.78;
  margin: 0 0 16px;
  color: var(--c-text-soft);
}
.coti-modal .modal-body p strong { color: var(--c-navy); font-weight: 600; }
.modal-meta {
  display: flex; flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 6px;
}
.modal-meta-item {
  flex: 1 1 160px;
  background: var(--c-bg-soft);
  border-radius: 14px;
  padding: 14px 16px;
}
.modal-meta-label {
  font-family: var(--font-d);
  font-size: 10px;
  font-weight: 600;
  color: var(--c-text-mute);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.modal-meta-value {
  font-family: var(--font-h);
  font-size: 15px;
  font-weight: 600;
  color: var(--c-navy);
  margin-top: 4px;
}
.modal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--c-navy);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 999px;
  margin-top: 12px;
  border: 0;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}
.modal-cta:hover { background: var(--c-navy-2); color: #fff; transform: translateY(-1px); }

@media (max-width: 575.98px) {
  .coti-modal .modal-header { padding: 22px 22px 0; }
  .coti-modal .modal-body   { padding: 14px 22px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
