/* ==========================================================================
   Pathway IT — construction.css  (Industries: Construction)
   Rebuilt on the same component vocabulary as the service pages: dark split
   hero, trust strip, card grids, dark process rail, tiers, portfolio and a
   closing CTA with email capture.
   ========================================================================== */

/* -------------------------------------------------------------------------- */
/* Section shells                                                             */
/* -------------------------------------------------------------------------- */
.cn-section { padding-block: clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }
.cn-section--tint { background: #FAFBFE; }
.cn-dark { padding-block: clamp(3.5rem, 7vw, 5rem); background: #0A0F26; }
.cn-dark--alt { background: #080D20; border-top: 1px solid rgba(255, 255, 255, .06); }
.cn-band-wrap { padding-block: clamp(1rem, 3vw, 2rem); background: var(--paper); }
.cn-cta-wrap { padding-block: 0 clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }

/* Only style icon slots that carry no class of their own, so the specialised
   containers below keep their own sizing. */
span[data-icon]:not([class]) { display: inline-flex; flex: none; vertical-align: middle; }
span[data-icon]:not([class]) svg { width: 1em; height: 1em; }

.eyebrow--dark {
  background: rgba(79, 70, 229, .18); border-color: rgba(139, 92, 246, .34); color: #C4B5FD;
}

/* -------------------------------------------------------------------------- */
/* Buttons                                                                    */
/* -------------------------------------------------------------------------- */
.cn-btn, .cn-btn-ghost, .cn-btn-outline, .cn-btn-light {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  border-radius: 10px; padding: .8rem 1.35rem;
  font-size: .87rem; font-weight: 600; white-space: nowrap; cursor: pointer;
  border: 1px solid transparent;
}
.cn-btn { background: var(--indigo); color: #fff; }
.cn-btn:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .38); }
.cn-btn-ghost { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .16); color: #E6E9F5; }
.cn-btn-ghost:hover { background: rgba(255, 255, 255, .12); transform: translateY(-2px); }
.cn-btn-outline { background: transparent; border-color: #D6DBEE; color: var(--slate-900); }
.cn-btn-outline:hover { border-color: var(--indigo); color: var(--indigo); transform: translateY(-2px); }
.cn-btn-light { background: #fff; color: #0A0F26; }
.cn-btn-light:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 0, 0, .28); }
.cn-btn-block { width: 100%; }
.cn-btn span[data-icon], .cn-btn-light span[data-icon] { font-size: 1rem; }

/* -------------------------------------------------------------------------- */
/* Hero                                                                       */
/* -------------------------------------------------------------------------- */
.cn-hero {
  position: relative; overflow: hidden;
  background: #0A0F26;
  padding-top: calc(var(--header-h) + clamp(2.5rem, 5vw, 4rem));
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}
.cn-hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(46% 60% at 12% 8%, rgba(79, 70, 229, .32) 0%, transparent 62%),
    radial-gradient(40% 55% at 88% 88%, rgba(56, 189, 248, .16) 0%, transparent 62%);
}
.cn-hero .container { position: relative; }
.cn-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }

.cn-hero-copy h1 {
  margin-top: 1.1rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.14; letter-spacing: -.03em; color: #fff;
}
.cn-hero-copy h1 span {
  background: linear-gradient(100deg, #A5B4FC 0%, #818CF8 45%, #38BDF8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cn-hero-sub { margin-top: 1.2rem; max-width: 54ch; font-size: .93rem; line-height: 1.75; color: #A8B0CC; }
.cn-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.8rem; }

/* Number sits on its own line above the label so the two never run together. */
.cn-hero-stats { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 2.8rem); margin-top: 2.2rem; }
.cn-hero-stats li { display: flex; flex-direction: column; gap: .2rem; }
.cn-hero-stats b {
  display: block; font-size: clamp(1.4rem, 2.8vw, 1.9rem); font-weight: 700;
  letter-spacing: -.02em; line-height: 1; color: #fff;
}
.cn-hero-stats li > span { font-size: .74rem; color: #8A93B4; }

/* --- hero photo with floating chips --- */
.cn-hero-media { position: relative; }
.cn-shot {
  border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}
.cn-shot img { display: block; width: 100%; height: auto; }

.cn-chip {
  position: absolute; z-index: 2;
  background: rgba(12, 17, 40, .92);
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px;
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}
.cn-chip--live {
  display: inline-flex; align-items: center; gap: .45rem;
  top: 1rem; left: 1rem; padding: .5rem .8rem;
  font-size: .7rem; font-weight: 600; color: #E6E9F5;
}
.cn-chip--live i {
  width: 7px; height: 7px; border-radius: 50%; background: #34D399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, .18);
}
.cn-chip--metric {
  display: flex; flex-direction: column; right: -.6rem; top: 22%;
  padding: .7rem .95rem; text-align: right;
}
.cn-chip--metric b { font-size: 1.15rem; letter-spacing: -.02em; color: #34D399; line-height: 1.1; }
.cn-chip--metric span { font-size: .64rem; color: #98A2C0; }
.cn-chip--offline {
  display: flex; align-items: center; gap: .6rem;
  left: -.8rem; bottom: 1.4rem; padding: .7rem .9rem;
}
.cn-chip-ico {
  display: grid; place-items: center; width: 28px; height: 28px; flex: none;
  border-radius: 8px; background: rgba(79, 70, 229, .22); color: #C4B5FD;
}
.cn-chip-ico svg { width: 14px; height: 14px; }
.cn-chip--offline b { display: block; font-size: .72rem; color: #fff; }
.cn-chip--offline span span { font-size: .62rem; color: #98A2C0; }

@media (max-width: 900px) {
  .cn-hero-grid { grid-template-columns: 1fr; }
  .cn-hero-media { order: -1; }
  .cn-chip--metric, .cn-chip--offline { display: none; }
}

/* -------------------------------------------------------------------------- */
/* Trust strip                                                                */
/* -------------------------------------------------------------------------- */
.cn-trust { background: #080D20; border-top: 1px solid rgba(255, 255, 255, .06); padding-block: 1.6rem; }
.cn-trust-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cn-trust-list li { display: flex; align-items: center; gap: .7rem; }
.cn-trust-list li + li { border-left: 1px solid rgba(255, 255, 255, .08); padding-left: 1.2rem; }
.cn-trust-ico {
  display: grid; place-items: center; width: 34px; height: 34px; flex: none;
  border-radius: 9px; background: rgba(79, 70, 229, .18); color: #A5B4FC;
}
.cn-trust-ico svg { width: 16px; height: 16px; }
.cn-trust-list b { display: block; font-size: .78rem; color: #fff; }
.cn-trust-list span span { font-size: .68rem; color: #8A93B4; }

@media (max-width: 900px) {
  .cn-trust-list { grid-template-columns: repeat(2, 1fr); gap: 1.2rem 1rem; }
  .cn-trust-list li + li { border-left: 0; padding-left: 0; }
}
@media (max-width: 460px) { .cn-trust-list { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Headings                                                                   */
/* -------------------------------------------------------------------------- */
.cn-head { text-align: center; max-width: 700px; margin: 0 auto clamp(2.2rem, 4.5vw, 3.2rem); }
.cn-head h2 {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 2.7vw, 1.95rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.cn-head > p { margin-top: .9rem; font-size: .88rem; line-height: 1.65; color: var(--slate-500); }
.cn-head--dark h2 { color: #fff; }
.cn-head--dark > p { color: #98A2C0; }

/* -------------------------------------------------------------------------- */
/* Split layouts                                                              */
/* -------------------------------------------------------------------------- */
.cn-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4.5vw, 3.5rem); align-items: center; }
.cn-split--field { grid-template-columns: 1fr 1fr; }
.cn-split-copy h2 {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 2.7vw, 1.95rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.cn-split-copy > p { margin-top: 1rem; font-size: .88rem; line-height: 1.75; color: var(--slate-500); }

.cn-media { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 56px rgba(20, 22, 70, .12); }
.cn-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.cn-link {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.4rem;
  font-size: .84rem; font-weight: 600; color: var(--indigo);
}
.cn-link span { font-size: .95rem; transition: transform var(--t) var(--ease); }
.cn-link:hover span { transform: translateX(3px); }

@media (max-width: 900px) {
  .cn-split, .cn-split--field { grid-template-columns: 1fr; }
  /* Keep the image below the copy it supports. */
  .cn-split--rev .cn-collage { order: 2; }
  .cn-split--rev .cn-split-copy { order: 1; }
}

/* -------------------------------------------------------------------------- */
/* Check lists                                                                */
/* -------------------------------------------------------------------------- */
.cn-checks { margin-top: 1.5rem; display: grid; gap: .75rem; }
.cn-checks--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1.4rem; }
.cn-checks li { display: flex; align-items: flex-start; gap: .55rem; font-size: .83rem; line-height: 1.5; color: var(--slate-700, #46506E); }
.cn-checks svg { width: 15px; height: 15px; color: var(--indigo); flex: none; margin-top: .12rem; }

@media (max-width: 620px) { .cn-checks--two { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Client logo strip                                                          */
/* -------------------------------------------------------------------------- */
.cn-logos { background: var(--paper); padding-block: 2.2rem; border-block: 1px solid #EEF0F8; }
.cn-logos-label {
  text-align: center; font-family: var(--font-mono);
  font-size: .62rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--slate-400, #94A0BD); margin-bottom: 1.4rem;
}
.cn-logo-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: clamp(1.2rem, 3.5vw, 2.6rem);
}
.cn-logo-row li {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .92rem; font-weight: 600; letter-spacing: -.01em;
  color: var(--slate-900); opacity: .55;
  transition: opacity var(--t) var(--ease);
}
.cn-logo-row li:hover { opacity: 1; }
.cn-logo-row svg { width: 17px; height: 17px; color: var(--indigo); }

/* -------------------------------------------------------------------------- */
/* Solutions (4 pillars)                                                      */
/* -------------------------------------------------------------------------- */
.cn-sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cn-sol {
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 14px;
  padding: 1.5rem 1.4rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.cn-sol:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(20, 22, 70, .09); border-color: #CFD5F5; }
.cn-sol-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; margin-bottom: 1.1rem; }
.cn-sol-ico svg { width: 20px; height: 20px; }
.cn-sol-ico.t-amber  { background: #FDF4E3; color: #D97706; }
.cn-sol-ico.t-green  { background: #E7F8EF; color: #16A34A; }
.cn-sol-ico.t-indigo { background: #EEF0FE; color: #4F46E5; }
.cn-sol-ico.t-blue   { background: #E8F1FE; color: #2563EB; }
.cn-sol h3 { font-size: .98rem; margin-bottom: .55rem; color: var(--slate-900); }
.cn-sol p { font-size: .82rem; line-height: 1.6; color: var(--slate-500); }

@media (max-width: 1000px) { .cn-sol-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cn-sol-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Types of software (compact 3 x 4)                                          */
/* -------------------------------------------------------------------------- */
.cn-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.cn-type {
  display: flex; align-items: flex-start; gap: .8rem;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 12px;
  padding: 1.1rem 1.15rem;
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.cn-type:hover { transform: translateY(-3px); border-color: #CFD5F5; box-shadow: 0 12px 28px rgba(20, 22, 70, .07); }
.cn-type-ico {
  display: grid; place-items: center; width: 34px; height: 34px; flex: none;
  border-radius: 9px; background: var(--indigo-50); color: var(--indigo);
}
.cn-type-ico svg { width: 16px; height: 16px; }
.cn-type b { display: block; font-size: .84rem; margin-bottom: .28rem; color: var(--slate-900); }
.cn-type span { font-size: .76rem; line-height: 1.55; color: var(--slate-500); }

@media (max-width: 980px) { .cn-type-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .cn-type-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Mid-page band                                                              */
/* -------------------------------------------------------------------------- */
.cn-band {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(1.4rem, 4vw, 3rem);
  background: #0A0F26; border-radius: 18px;
  padding: clamp(1.7rem, 3.4vw, 2.4rem) clamp(1.6rem, 3.6vw, 2.6rem);
  background-image: radial-gradient(110% 160% at 12% 0%, rgba(79, 70, 229, .22) 0%, transparent 62%);
}
.cn-band h3 { font-size: clamp(1.1rem, 2.1vw, 1.4rem); line-height: 1.35; color: #fff; letter-spacing: -.01em; }
.cn-band p { margin-top: .6rem; max-width: 62ch; font-size: .85rem; line-height: 1.65; color: #98A2C0; }
.cn-band .cn-btn { flex: none; }

@media (max-width: 800px) { .cn-band { flex-direction: column; align-items: flex-start; } }

/* -------------------------------------------------------------------------- */
/* Feature lists (why us / field ready)                                       */
/* -------------------------------------------------------------------------- */
.cn-feature-list { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
.cn-feature-list li { display: flex; align-items: flex-start; gap: .85rem; }
.cn-feature-ico {
  display: grid; place-items: center; width: 38px; height: 38px; flex: none;
  border-radius: 11px; background: var(--indigo-50); color: var(--indigo);
}
.cn-feature-ico svg { width: 18px; height: 18px; }
.cn-feature-list b { display: block; font-size: .88rem; margin-bottom: .28rem; color: var(--slate-900); }
.cn-feature-list div > span { font-size: .8rem; line-height: 1.6; color: var(--slate-500); }
/* In the field section the list carries no intro copy, so lift it level. */
.cn-split--field .cn-feature-list { margin-top: 0; }

/* -------------------------------------------------------------------------- */
/* Collage                                                                    */
/* -------------------------------------------------------------------------- */
.cn-collage { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; grid-auto-rows: 1fr; gap: .9rem; }
.cn-collage img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; box-shadow: 0 18px 40px rgba(20, 22, 70, .14); }
.cn-collage .c1 { grid-row: span 2; min-height: 320px; }
.cn-collage .c2, .cn-collage .c3 { min-height: 150px; }

@media (max-width: 560px) {
  .cn-collage { grid-template-columns: 1fr 1fr; }
  .cn-collage .c1 { grid-row: span 1; grid-column: span 2; min-height: 200px; }
}

/* -------------------------------------------------------------------------- */
/* Process rail                                                               */
/* -------------------------------------------------------------------------- */
.cn-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; list-style: none; }
.cn-step { position: relative; text-align: center; padding-inline: .25rem; }
.cn-step-mark { position: relative; z-index: 1; display: inline-block; margin-bottom: .85rem; }
.cn-step-ico {
  display: grid; place-items: center; width: 48px; height: 48px;
  border-radius: 50%; background: #141A38; color: #C4B5FD;
  border: 1px solid rgba(139, 92, 246, .38);
  box-shadow: 0 0 0 5px rgba(79, 70, 229, .08);
}
.cn-step-ico svg { width: 20px; height: 20px; }
.cn-step-mark b {
  position: absolute; top: -3px; right: -5px;
  display: grid; place-items: center; width: 20px; height: 20px;
  border-radius: 50%; background: var(--indigo); color: #fff;
  border: 2px solid #0A0F26;
  font-size: .6rem; font-weight: 700; line-height: 1;
}
.cn-step:not(:last-child)::after {
  content: ""; position: absolute; top: 24px; height: 0;
  border-top: 1px dashed rgba(255, 255, 255, .18);
  left: calc(50% + 30px); right: calc(-50% + 30px);
}
.cn-step h3 { font-size: .88rem; margin-bottom: .4rem; color: #fff; }
.cn-step p { font-size: .76rem; line-height: 1.55; color: #8A93B4; }

@media (max-width: 900px) {
  .cn-steps { grid-template-columns: repeat(3, 1fr); gap: 2rem 1rem; }
  .cn-step:nth-child(3n)::after { display: none; }
}
@media (max-width: 560px) {
  .cn-steps { grid-template-columns: repeat(2, 1fr); }
  .cn-step::after { display: none; }
}

/* -------------------------------------------------------------------------- */
/* Packages                                                                   */
/* -------------------------------------------------------------------------- */
.cn-tiers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 900px; margin-inline: auto; }
.cn-tier {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 16px;
  padding: 1.7rem 1.6rem;
}
.cn-tier--featured { border-color: #C7CDF6; box-shadow: 0 22px 54px rgba(79, 70, 229, .14); }
.cn-tier-flag {
  position: absolute; top: -.7rem; left: 1.6rem;
  background: var(--indigo); color: #fff; border-radius: var(--r-pill);
  padding: .22rem .7rem; font-size: .62rem; font-weight: 600; letter-spacing: .02em;
}
.cn-tier-head b { display: block; font-size: 1.05rem; color: var(--slate-900); }
.cn-tier-head span { display: block; margin-top: .3rem; font-size: .78rem; color: var(--slate-500); }
.cn-tier-price {
  margin-top: 1.1rem; padding-bottom: 1.1rem; border-bottom: 1px solid #EEF0F8;
  font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; color: var(--slate-900);
}
.cn-tier-price em { display: block; margin-top: .2rem; font-style: normal; font-size: .7rem; font-weight: 400; color: var(--slate-400, #94A0BD); }
.cn-tier .cn-checks { margin-top: 1.2rem; margin-bottom: 1.6rem; }
/* Push the action to the card floor so both tiers line up. */
.cn-tier .cn-btn, .cn-tier .cn-btn-outline { margin-top: auto; }

.cn-note { margin-top: 1.6rem; text-align: center; font-size: .74rem; line-height: 1.6; color: var(--slate-400, #94A0BD); }

@media (max-width: 760px) { .cn-tiers { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Testimonials                                                               */
/* -------------------------------------------------------------------------- */
.cn-tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.cn-tst {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 14px; padding: 1.5rem 1.4rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.cn-tst:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(20, 22, 70, .09); }
.cn-stars { color: #F59E0B; font-size: .84rem; letter-spacing: .1em; }
.cn-tst blockquote { margin-top: .8rem; font-size: .85rem; line-height: 1.7; color: var(--slate-700, #46506E); }
.cn-tst figcaption { display: flex; align-items: center; gap: .7rem; margin-top: 1.3rem; padding-top: 1.1rem; border-top: 1px solid #EEF0F8; }
.cn-av {
  display: grid; place-items: center; width: 36px; height: 36px; flex: none;
  border-radius: 50%; background: var(--indigo-50); color: var(--indigo);
  font-size: .72rem; font-weight: 700;
}
.cn-tst figcaption b { display: block; font-size: .82rem; color: var(--slate-900); }
.cn-tst figcaption span span { font-size: .72rem; color: var(--slate-500); }

@media (max-width: 900px) { .cn-tst-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Portfolio                                                                  */
/* -------------------------------------------------------------------------- */
.cn-port-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.cn-port {
  display: block; border-radius: 14px; overflow: hidden;
  background: #101637; border: 1px solid rgba(255, 255, 255, .08);
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}
.cn-port:hover { transform: translateY(-5px); border-color: rgba(139, 92, 246, .4); }
.cn-port-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.cn-port-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.cn-port:hover .cn-port-media img { transform: scale(1.06); }
.cn-port-body { display: block; padding: 1rem 1.05rem 1.2rem; }
.cn-port-tag {
  display: inline-block; margin-bottom: .55rem;
  font-family: var(--font-mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: #A5B4FC;
}
.cn-port-body b { display: block; font-size: .87rem; line-height: 1.4; color: #fff; }
.cn-port-metric { display: block; margin-top: .5rem; font-size: .74rem; font-weight: 600; color: #34D399; }
.cn-port-cta { display: flex; justify-content: center; margin-top: 2rem; }

@media (max-width: 1000px) { .cn-port-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cn-port-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* FAQ                                                                        */
/* -------------------------------------------------------------------------- */
.cn-faq { max-width: 820px; margin-inline: auto; }

/* -------------------------------------------------------------------------- */
/* Contact                                                                    */
/* -------------------------------------------------------------------------- */
.cn-contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 4.5vw, 3.5rem); align-items: start; }
.cn-contact-copy h2 {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 2.7vw, 1.95rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.cn-contact-copy > p { margin-top: 1rem; font-size: .88rem; line-height: 1.75; color: var(--slate-500); }

.cn-reach { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.8rem; }
.cn-reach a {
  display: flex; align-items: center; gap: .7rem; height: 100%;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 12px; padding: .9rem 1rem;
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}
.cn-reach a:hover { transform: translateY(-3px); border-color: var(--indigo); }
.cn-reach-ico {
  display: grid; place-items: center; width: 32px; height: 32px; flex: none;
  border-radius: 9px; background: var(--indigo-50); color: var(--indigo);
}
.cn-reach-ico svg { width: 15px; height: 15px; }
.cn-reach b { display: block; font-size: .78rem; color: var(--slate-900); }
.cn-reach a > span > span { font-size: .7rem; color: var(--slate-500); word-break: break-word; }

@media (max-width: 900px) { .cn-contact { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .cn-reach { grid-template-columns: 1fr; } }

/* --- form card --- */
.cn-form-card {
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 24px 56px rgba(20, 22, 70, .10);
}
.cn-form { display: grid; gap: 1rem; }
.cn-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.cn-form label { display: block; font-size: .76rem; font-weight: 600; color: var(--slate-700, #46506E); }
.cn-form input, .cn-form select, .cn-form textarea {
  width: 100%; margin-top: .4rem;
  background: #F8F9FD; border: 1px solid #E2E6F3; border-radius: 10px;
  padding: .72rem .85rem; font: inherit; font-size: .85rem; font-weight: 400; color: var(--slate-900);
}
.cn-form textarea { min-height: 110px; resize: vertical; }
.cn-form input::placeholder, .cn-form textarea::placeholder { color: #9AA4C2; }
.cn-form input:focus-visible, .cn-form select:focus-visible, .cn-form textarea:focus-visible {
  outline: 2px solid var(--indigo); outline-offset: 1px; background: #fff;
}
.cn-form-note { font-size: .7rem; line-height: 1.55; color: var(--slate-400, #94A0BD); }

@media (max-width: 560px) { .cn-form-row { grid-template-columns: 1fr; } }

.cn-thanks { text-align: center; padding-block: 1.5rem; }
.cn-thanks-ico {
  display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 1.1rem;
  border-radius: 50%; background: #E7F8EF; color: #16A34A;
}
.cn-thanks-ico svg { width: 24px; height: 24px; }
.cn-thanks h3 { font-size: 1.15rem; color: var(--slate-900); }
.cn-thanks p { margin: .7rem auto 1.4rem; max-width: 40ch; font-size: .85rem; line-height: 1.65; color: var(--slate-500); }

/* -------------------------------------------------------------------------- */
/* Closing CTA                                                                */
/* -------------------------------------------------------------------------- */
.cn-cta {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(1.6rem, 4vw, 3rem);
  background: #0A0F26; border-radius: 18px;
  padding: clamp(1.8rem, 3.6vw, 2.6rem) clamp(1.6rem, 3.6vw, 2.8rem);
  background-image: radial-gradient(110% 150% at 15% 0%, rgba(79, 70, 229, .2) 0%, transparent 60%);
}
.cn-cta-copy h2 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.35; color: #fff; letter-spacing: -.01em; }
.cn-cta-copy p { margin-top: .6rem; font-size: .86rem; line-height: 1.6; color: #98A2C0; }

.cn-cta-action { flex: none; }
.cn-cta-form { display: flex; gap: .7rem; }
.cn-cta-form input {
  width: clamp(200px, 22vw, 260px);
  background: #131A36; border: 1px solid #262F55; color: #fff;
  border-radius: 10px; padding: .8rem 1rem; font-size: .88rem;
}
.cn-cta-form input::placeholder { color: #6E779B; }
.cn-cta-form input:focus-visible { outline: 2px solid #8B5CF6; outline-offset: 1px; }
.cn-cta-btn {
  background: var(--indigo); color: #fff; border-radius: 10px;
  padding: .8rem 1.3rem; font-size: .88rem; white-space: nowrap; gap: .45rem;
}
.cn-cta-btn:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .38); }

.cn-cta-points { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }
.cn-cta-points li { display: flex; align-items: center; gap: .4rem; font-size: .76rem; color: #98A2C0; }
.cn-cta-points svg { width: 13px; height: 13px; color: #A78BFA; flex: none; }

@media (max-width: 940px) {
  .cn-cta { flex-direction: column; align-items: flex-start; }
  .cn-cta-copy h2 br { display: none; }
  .cn-cta-action { width: 100%; }
  .cn-cta-form input { width: 100%; flex: 1; }
}
@media (max-width: 520px) {
  .cn-cta-form { flex-direction: column; }
  .cn-cta-btn { justify-content: center; }
}
