/* ==========================================================================
   Construction ERP — "Project Command Center / Blueprint" bespoke design
   Scoped under .ct-page. Amber (site/safety) + slate (blueprint) palette.
   ========================================================================== */
.ct-page {
    --ct-ink: #142236;       /* deep slate navy */
    --ct: #f7861b;           /* construction amber */
    --ct-2: #e0670c;         /* darker orange */
    --ct-steel: #33507e;     /* blueprint steel blue */
    --ct-soft: #fff4e8;      /* soft amber */
    --ct-soft-2: #faf7f3;
    --ct-line: #e9e3da;
    --ct-muted: #5e6b7e;
    --ct-grad: linear-gradient(120deg, #f9a03f 0%, #f7861b 45%, #e0670c 100%);
    --ct-grad-steel: linear-gradient(120deg, #3a5b90 0%, #26436f 100%);
    color: #33404f;
}
.ct-page section { overflow: hidden; }

/* ---- shared ---- */
.ct-kicker {
    display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 800;
    letter-spacing: .12em; text-transform: uppercase; color: var(--ct-2); background: var(--ct-soft);
    padding: .45rem .9rem; border-radius: 2rem; border: 1px solid #f6e2cd;
}
.ct-kicker.on-dark { color: #ffcf9b; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.ct-kicker.steel { color: var(--ct-steel); background: #eef2f8; border-color: #e0e7f1; }
.ct-h { font-weight: 800; letter-spacing: -.02em; color: var(--ct-ink); line-height: 1.12; }
.ct-grad-txt { background: var(--ct-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.ct-lead { color: var(--ct-muted); font-size: 1.075rem; line-height: 1.7; }

.ct-btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; padding: .85rem 1.5rem; border-radius: .8rem; border: 0; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; }
.ct-btn i { transition: transform .25s ease; }
.ct-btn:hover i { transform: translate(2px,-2px); }
.ct-btn-primary { background: var(--ct-grad); color: #fff; box-shadow: 0 .8rem 1.6rem rgba(224,103,12,.32); }
.ct-btn-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 1.2rem 2.2rem rgba(224,103,12,.42); }
.ct-btn-ghost { background: #fff; color: var(--ct-2); border: 1.5px solid var(--ct-line); }
.ct-btn-ghost:hover { color: var(--ct-2); transform: translateY(-3px); border-color: var(--ct); box-shadow: 0 1rem 2rem rgba(224,103,12,.14); }
.ct-btn-light { background: #fff; color: var(--ct-ink); box-shadow: 0 .8rem 1.6rem rgba(4,12,25,.25); }
.ct-btn-light:hover { color: var(--ct-2); transform: translateY(-3px); }

/* feature/support/custom icons: recolor the monochrome construction SVGs to accent */
.ct-ico svg [fill]:not([fill="none"]), .ct-ico svg path:not([fill="none"]) { fill: currentColor; }
.ct-ico img, .ct-ico svg { width: 1.7rem; height: 1.7rem; }

/* ==========================================================================
   HERO — blueprint grid + project dashboard
   ========================================================================== */
.ct-hero {
    position: relative;
    background: radial-gradient(1100px 520px at 85% -10%, #ffe9d0 0%, rgba(255,233,208,0) 60%),
                radial-gradient(900px 480px at 0% 110%, #eef2f8 0%, rgba(238,242,248,0) 55%), #fbfaf8;
}
.ct-hero::before {
    content: ""; position: absolute; inset: 0; opacity: .55;
    background-image: linear-gradient(rgba(51,80,126,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(51,80,126,.09) 1px, transparent 1px);
    background-size: 32px 32px; -webkit-mask-image: linear-gradient(180deg,#000,transparent 78%); mask-image: linear-gradient(180deg,#000,transparent 78%);
}
.ct-hero .container { position: relative; z-index: 2; }
.ct-hero h1 { font-size: clamp(2.1rem, 4.3vw, 3.4rem); }
.ct-hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem 1.9rem; }
.ct-hero-trust .t { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--ct-ink); font-size: .95rem; }
.ct-hero-trust .t i { color: var(--ct); font-size: 1.15rem; }

/* project board mock */
.ct-board-wrap { position: relative; }
.ct-board { position: relative; z-index: 2; background: #fff; border-radius: 1.5rem; border: 1px solid var(--ct-line); box-shadow: 0 2.4rem 5rem rgba(9,25,54,.16); padding: 1.5rem; }
.ct-board__head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.3rem; }
.ct-board__ic { width: 3rem; height: 3rem; border-radius: .85rem; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; background: var(--ct-grad); box-shadow: 0 .5rem 1rem rgba(224,103,12,.35); }
.ct-board__head h6 { margin: 0; font-weight: 800; color: var(--ct-ink); font-size: 1rem; }
.ct-board__head span { font-size: .8rem; color: var(--ct-muted); }
.ct-pill-live { margin-left: auto; display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 800; color: #0e8a5f; background: #e5f7ef; padding: .32rem .7rem; border-radius: 2rem; }
.ct-pill-live .dot { width: .5rem; height: .5rem; border-radius: 50%; background: #17b183; box-shadow: 0 0 0 0 rgba(23,177,131,.6); animation: ctpulse 1.7s infinite; }
@keyframes ctpulse { 70% { box-shadow: 0 0 0 .5rem rgba(23,177,131,0); } 100% { box-shadow: 0 0 0 0 rgba(23,177,131,0); } }
/* budget bar */
.ct-budget { background: var(--ct-soft-2); border: 1px solid var(--ct-line); border-radius: .9rem; padding: .9rem 1rem; margin-bottom: 1.1rem; }
.ct-budget__top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .5rem; }
.ct-budget__top b { color: var(--ct-ink); font-size: 1.15rem; font-weight: 800; }
.ct-budget__top b small { font-size: .8rem; font-weight: 600; color: var(--ct-muted); }
.ct-budget__top .tag { font-size: .72rem; font-weight: 800; color: #0e8a5f; background: #e5f7ef; padding: .2rem .5rem; border-radius: 2rem; }
.ct-track { height: .55rem; border-radius: 2rem; background: #eceff3; overflow: hidden; }
.ct-track > i { display: block; height: 100%; border-radius: 2rem; background: var(--ct-grad); }
/* phase rows (gantt) */
.ct-phases { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.1rem; }
.ct-phase { display: grid; grid-template-columns: 6.5rem 1fr auto; align-items: center; gap: .7rem; font-size: .8rem; }
.ct-phase .lbl { color: var(--ct-ink); font-weight: 600; display: flex; align-items: center; gap: .4rem; }
.ct-phase .lbl i { font-size: .95rem; }
.ct-phase .bar { height: .5rem; border-radius: 2rem; background: #eceff3; overflow: hidden; }
.ct-phase .bar > i { display: block; height: 100%; border-radius: 2rem; }
.ct-phase .pct { color: var(--ct-muted); font-weight: 700; font-size: .74rem; min-width: 2.4rem; text-align: right; }
.ct-phase.done .bar > i { background: linear-gradient(90deg,#17b183,#4ade80); }
.ct-phase.done .lbl i { color: #17b183; }
.ct-phase.active .bar > i { background: var(--ct-grad); }
.ct-phase.active .lbl i { color: var(--ct); }
.ct-phase.todo .bar > i { background: #cfd6df; }
.ct-phase.todo .lbl, .ct-phase.todo .lbl i { color: #9aa4b2; }
/* stat cells */
.ct-board__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; border-top: 1px dashed var(--ct-line); padding-top: 1rem; }
.ct-board__stats .c { text-align: center; }
.ct-board__stats .c b { display: block; font-size: 1.1rem; font-weight: 800; color: var(--ct-ink); }
.ct-board__stats .c span { font-size: .68rem; color: var(--ct-muted); }
/* floating badges */
.ct-badge { position: absolute; z-index: 3; background: #fff; border-radius: .9rem; box-shadow: 0 1rem 2.4rem rgba(9,25,54,.16); padding: .7rem .95rem; display: flex; align-items: center; gap: .6rem; border: 1px solid var(--ct-line); animation: ctfloat 5s ease-in-out infinite; }
.ct-badge .ic { width: 2.1rem; height: 2.1rem; border-radius: .6rem; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.05rem; flex: none; }
.ct-badge b { display: block; font-size: .84rem; color: var(--ct-ink); line-height: 1.1; }
.ct-badge span { font-size: .72rem; color: var(--ct-muted); }
.ct-badge .ic--mile { background: linear-gradient(120deg,#17b183,#0e9c6e); }
.ct-badge .ic--budget { background: var(--ct-grad); }
.ct-badge--tl { top: -2.2rem; left: -1.6rem; }
.ct-badge--br { bottom: -1.9rem; right: -1.6rem; animation-delay: 1.4s; }
@keyframes ctfloat { 50% { transform: translateY(-10px); } }

/* ==========================================================================
   STAT STRIP
   ========================================================================== */
.ct-strip { background: var(--ct-ink); }
.ct-strip .s { text-align: center; padding: .5rem; }
.ct-strip .s b { display: block; font-size: clamp(1.7rem,3vw,2.3rem); font-weight: 800; color: #fff; line-height: 1; }
.ct-strip .s b em { font-style: normal; background: var(--ct-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ct-strip .s span { display: block; margin-top: .45rem; font-size: .84rem; color: #9fb0c6; }
.ct-strip .col + .col .s { border-left: 1px solid rgba(255,255,255,.08); }
@media (max-width: 767px){ .ct-strip .col + .col .s { border-left: 0; } }

/* ==========================================================================
   SECTION HEADINGS
   ========================================================================== */
.ct-head { max-width: 780px; margin: 0 auto 3.2rem; text-align: center; }
.ct-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.ct-head p { margin-top: 1rem; }

/* ==========================================================================
   FEATURES — spec cards (amber top accent)
   ========================================================================== */
.ct-feat { position: relative; background: #fff; border: 1px solid var(--ct-line); border-radius: 1.1rem; padding: 1.6rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; overflow: hidden; }
.ct-feat::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--ct-grad); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.ct-feat:hover { transform: translateY(-.5rem); box-shadow: 0 1.6rem 3rem rgba(9,25,54,.12); border-color: transparent; }
.ct-feat:hover::before { transform: scaleX(1); }
.ct-feat .ct-ico { width: 3.3rem; height: 3.3rem; border-radius: .9rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; background: var(--ct-soft); color: var(--ct-2); }
.ct-feat h3 { font-size: 1.1rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .5rem; }
.ct-feat p { font-size: .9rem; color: var(--ct-muted); margin-bottom: .9rem; line-height: 1.55; }
.ct-ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.ct-ticks li { position: relative; padding-left: 1.5rem; font-size: .85rem; color: #47566a; line-height: 1.45; }
.ct-ticks li::before { content: "\2713"; position: absolute; left: 0; top: 0; font-size: .7rem; font-weight: 700; color: var(--ct-2); width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--ct-soft); display: flex; align-items: center; justify-content: center; }

/* ---- page header tinted to match construction theme (header sits OUTSIDE .ct-page;
   this rule ships only in this page's stylesheet, so no other page is affected) ---- */
.ct-header { background: radial-gradient(1100px 340px at 85% -70%, #ffe9d0 0%, rgba(255,233,208,0) 70%), #fbfaf8; }

/* ==========================================================================
   FEATURES — highlighted bento (flagship + module cards)
   ========================================================================== */
.ct-features { background: linear-gradient(180deg, #ffffff 0%, var(--ct-soft-2) 100%); }
.ct-fbento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.ct-fbento .ct-feat { height: 100%; }
.ct-feat-hero {
    grid-column: span 2; grid-row: span 2; position: relative; overflow: hidden;
    background: linear-gradient(150deg, #17273f 0%, #0f1c30 55%, #142236 100%);
    border-radius: 1.3rem; border: 1px solid rgba(255,255,255,.08);
    padding: 2rem; display: flex; flex-direction: column; color: #cdd8e6;
    box-shadow: 0 1.8rem 3.6rem rgba(9,25,54,.22);
}
.ct-feat-hero::before { content: ""; position: absolute; top: -30%; right: -10%; width: 55%; height: 80%; background: radial-gradient(circle, rgba(247,134,27,.28), transparent 65%); }
.ct-feat-hero__tag { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .4rem; align-self: flex-start; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #ffcf9b; background: rgba(247,134,27,.15); border: 1px solid rgba(247,134,27,.3); padding: .35rem .8rem; border-radius: 2rem; margin-bottom: 1.1rem; }
.ct-feat-hero__ic { position: relative; z-index: 1; width: 3.6rem; height: 3.6rem; border-radius: 1rem; background: var(--ct-grad); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; box-shadow: 0 .6rem 1.4rem rgba(224,103,12,.4); }
.ct-feat-hero__ic svg, .ct-feat-hero__ic img { width: 1.9rem; height: 1.9rem; }
.ct-feat-hero h3 { position: relative; z-index: 1; color: #fff; font-size: 1.5rem; font-weight: 800; margin-bottom: .5rem; }
.ct-feat-hero > p { position: relative; z-index: 1; color: #9fb0c6; font-size: .95rem; line-height: 1.6; margin-bottom: 1rem; }
.ct-feat-hero .ct-ticks { position: relative; z-index: 1; margin-bottom: 1.5rem; }
.ct-feat-hero .ct-ticks li { color: #cdd8e6; }
.ct-feat-hero .ct-ticks li::before { background: rgba(247,134,27,.2); color: #f9a03f; }
/* mini kanban board */
.ct-kanban { position: relative; z-index: 1; margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.ct-kcol { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: .7rem; padding: .6rem .55rem; }
.ct-kcol h6 { font-size: .6rem; text-transform: uppercase; letter-spacing: .05em; color: #9fb0c6; margin: 0 0 .5rem; display: flex; align-items: center; gap: .35rem; font-weight: 700; }
.ct-kcol h6 .d { width: .45rem; height: .45rem; border-radius: 50%; }
.ct-kcol.todo h6 .d { background: #6b7a8e; }
.ct-kcol.doing h6 .d { background: var(--ct); }
.ct-kcol.done h6 .d { background: #17b183; }
.ct-ktask { background: rgba(255,255,255,.06); border-radius: .45rem; padding: .42rem .5rem; margin-bottom: .4rem; }
.ct-ktask:last-child { margin-bottom: 0; }
.ct-ktask span { display: block; font-size: .62rem; color: #dfe6ef; line-height: 1.3; }
.ct-ktask .b { height: .28rem; border-radius: 2rem; background: rgba(255,255,255,.16); margin-top: .34rem; }
.ct-ktask .b.amber { background: linear-gradient(90deg,#f7861b,#f9a03f); width: 60%; }
.ct-ktask .b.green { background: linear-gradient(90deg,#17b183,#4ade80); }

/* ==========================================================================
   BENEFITS — collage + checklist
   ========================================================================== */
.ct-benefits { background: linear-gradient(180deg,#fff, var(--ct-soft-2)); }
.ct-collage { position: relative; padding-bottom: 2rem; }
.ct-collage img { border-radius: 1.2rem; display: block; box-shadow: 0 1.4rem 3rem rgba(9,25,54,.14); }
.ct-collage .big { width: 82%; }
.ct-collage .small { position: absolute; right: 0; bottom: 0; width: 46%; border: 5px solid #fff; }
.ct-blur-dot { position: absolute; width: 12rem; height: 12rem; border-radius: 50%; background: radial-gradient(circle, rgba(247,134,27,.35), transparent 70%); filter: blur(12px); top: -2rem; left: -2rem; z-index: 0; }
.ct-bchecks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 1rem; }
.ct-bchecks li { display: flex; gap: .8rem; align-items: flex-start; font-size: 1rem; color: #33404f; }
.ct-bchecks li i { flex: none; width: 1.7rem; height: 1.7rem; border-radius: 50%; background: var(--ct-soft); color: var(--ct-2); display: flex; align-items: center; justify-content: center; font-size: .9rem; margin-top: .1rem; }

/* ==========================================================================
   CONSIDERATIONS — honest cards
   ========================================================================== */
.ct-honest { background: var(--ct-soft-2); }
.ct-note { background: #fff; border: 1px solid var(--ct-line); border-radius: 1.1rem; padding: 1.4rem; height: 100%; border-top: 3px solid var(--ct-steel); transition: transform .3s ease, box-shadow .3s ease; }
.ct-note:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(9,25,54,.1); }
.ct-note .ic { width: 2.9rem; height: 2.9rem; border-radius: .8rem; background: #eef2f8; display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.ct-note .ic img, .ct-note .ic svg { width: 1.5rem; height: 1.5rem; }
.ct-note h3 { font-size: 1.02rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .45rem; }
.ct-note p { font-size: .86rem; color: var(--ct-muted); margin: 0; line-height: 1.55; }
.ct-solve { background: var(--ct-grad-steel); color: #fff; border-radius: 1.3rem; padding: 2rem; display: flex; gap: 1.3rem; align-items: center; box-shadow: 0 1.6rem 3.4rem rgba(30,58,107,.3); }
.ct-solve .ic { flex: none; width: 4rem; height: 4rem; border-radius: 1rem; background: rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }
.ct-solve h3 { color: #fff; font-weight: 800; margin-bottom: .35rem; font-size: 1.25rem; }
.ct-solve p { color: rgba(255,255,255,.9); margin: 0; font-size: .92rem; line-height: 1.6; }

/* ==========================================================================
   TECHNICAL — dark band
   ========================================================================== */
.ct-tech { position: relative; background: #0e1a2e; color: #cdd8e6; }
.ct-tech::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 12% 0%, rgba(247,134,27,.16), transparent 60%), radial-gradient(700px 420px at 90% 100%, rgba(51,80,126,.4), transparent 60%); }
.ct-tech .container { position: relative; z-index: 2; }
.ct-tech .ct-head h2 { color: #fff; }
.ct-tech .ct-head p { color: #9fb0c6; }
.ct-stat-tile { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; padding: 1.5rem 1rem; text-align: center; transition: transform .3s ease, border-color .3s ease; }
.ct-stat-tile:hover { transform: translateY(-.4rem); border-color: rgba(247,134,27,.5); }
.ct-stat-tile b { display: block; font-size: 2rem; font-weight: 800; background: linear-gradient(120deg,#f9a03f,#f7861b); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ct-stat-tile span { display: block; margin-top: .35rem; font-size: .86rem; color: #9fb0c6; }
.ct-trow { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.ct-trow:last-child { border-bottom: 0; }
.ct-trow .ic { flex: none; width: 2.9rem; height: 2.9rem; border-radius: .75rem; background: #fff; display: flex; align-items: center; justify-content: center; }
.ct-trow .ic img, .ct-trow .ic svg { width: 1.45rem; height: 1.45rem; }
.ct-trow h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: .2rem; }
.ct-trow p { color: #9fb0c6; font-size: .85rem; margin: 0; line-height: 1.5; }
.ct-tech-sub { color: #ffe0c2; font-weight: 800; font-size: 1.15rem; margin-bottom: .4rem; }

/* ==========================================================================
   IMPLEMENTATION — rail + support
   ========================================================================== */
.ct-step { display: flex; gap: 1.1rem; padding-bottom: 2rem; position: relative; }
.ct-step:last-child { padding-bottom: 0; }
.ct-step::before { content: ""; position: absolute; left: 1.35rem; top: 3rem; bottom: -.2rem; width: 2px; background: linear-gradient(var(--ct), var(--ct-line)); }
.ct-step:last-child::before { display: none; }
.ct-step .num { flex: none; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--ct-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; position: relative; z-index: 2; box-shadow: 0 .5rem 1rem rgba(224,103,12,.3); }
.ct-step h4 { font-size: 1.1rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .3rem; }
.ct-step p { font-size: .9rem; color: var(--ct-muted); margin: 0; line-height: 1.55; }
.ct-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ct-imgs img { width: 100%; border-radius: 1rem; display: block; box-shadow: 0 1rem 2.4rem rgba(9,25,54,.12); }
.ct-imgs .wide { grid-column: 1 / -1; }
.ct-support { background: #fff; border: 1px solid var(--ct-line); border-radius: 1.1rem; padding: 1.5rem; text-align: center; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.ct-support:hover { transform: translateY(-.4rem); box-shadow: 0 1.3rem 2.6rem rgba(9,25,54,.1); }
.ct-support .ct-ico { width: 3.4rem; height: 3.4rem; border-radius: 1rem; background: var(--ct-soft); color: var(--ct-2); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.ct-support h3 { font-size: 1.05rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .4rem; }
.ct-support p { font-size: .85rem; color: var(--ct-muted); margin: 0; line-height: 1.55; }

/* ==========================================================================
   INTEGRATION ECOSYSTEM
   ========================================================================== */
.ct-eco { background: var(--ct-soft-2); }
.ct-eco-card { background: #fff; border: 1px solid var(--ct-line); border-radius: 1.2rem; padding: 1.5rem; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.ct-eco-card:hover { transform: translateY(-.4rem); box-shadow: 0 1.4rem 2.8rem rgba(9,25,54,.1); }
.ct-eco-card h5 { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--ct-steel); margin-bottom: 1.1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--ct-line); }
.ct-logos { display: flex; flex-wrap: wrap; gap: .6rem; }
.ct-logo { display: flex; align-items: center; gap: .5rem; background: var(--ct-soft-2); border: 1px solid var(--ct-line); border-radius: .7rem; padding: .5rem .8rem; font-size: .84rem; font-weight: 600; color: var(--ct-ink); }
.ct-logo img { width: 1.3rem; height: 1.3rem; object-fit: contain; }
.ct-ibenefit { text-align: center; padding: 1.4rem 1rem; }
.ct-ibenefit .ct-ico { width: 3.4rem; height: 3.4rem; border-radius: 1rem; background: var(--ct-soft); color: var(--ct-2); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.ct-ibenefit h3 { font-size: 1rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .4rem; }
.ct-ibenefit p { font-size: .85rem; color: var(--ct-muted); margin: 0; line-height: 1.5; }

/* ==========================================================================
   PRICING — 3 tiers
   ========================================================================== */
.ct-price { background: #fff; }
.ct-plan { position: relative; background: #fff; border: 1px solid var(--ct-line); border-radius: 1.3rem; padding: 2rem 1.8rem; height: 100%; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.ct-plan:hover { transform: translateY(-.4rem); box-shadow: 0 1.6rem 3.2rem rgba(9,25,54,.1); }
.ct-plan__name { font-size: 1.3rem; font-weight: 800; color: var(--ct-ink); }
.ct-plan__for { font-size: .85rem; color: var(--ct-muted); margin-bottom: 1.1rem; }
.ct-plan__price { font-size: 2.6rem; font-weight: 800; color: var(--ct-ink); line-height: 1; }
.ct-plan__price small { font-size: .85rem; font-weight: 600; color: var(--ct-muted); display: block; margin-top: .3rem; }
.ct-plan__list { list-style: none; padding: 1.3rem 0; margin: 1.1rem 0 0; border-top: 1px solid var(--ct-line); display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.ct-plan__list li { position: relative; padding-left: 1.7rem; font-size: .86rem; color: #47566a; line-height: 1.4; }
.ct-plan__list li::before { content: "\2713"; position: absolute; left: 0; top: .05rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--ct-soft); color: var(--ct-2); font-size: .72rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.ct-plan__list li.no { color: #aeb6c1; }
.ct-plan__list li.no::before { content: "\00d7"; background: #f0f1f3; color: #aeb6c1; }
.ct-plan--feature { background: var(--ct-ink); border-color: transparent; box-shadow: 0 1.8rem 3.6rem rgba(9,25,54,.28); }
.ct-plan--feature .ct-plan__name, .ct-plan--feature .ct-plan__price { color: #fff; }
.ct-plan--feature .ct-plan__for, .ct-plan--feature .ct-plan__price small { color: #9fb0c6; }
.ct-plan--feature .ct-plan__list { border-top-color: rgba(255,255,255,.12); }
.ct-plan--feature .ct-plan__list li { color: #cdd8e6; }
.ct-plan--feature .ct-plan__list li.no { color: #6b7a8e; }
.ct-plan--feature .ct-plan__list li::before { background: rgba(247,134,27,.2); color: #f9a03f; }
.ct-plan__tag { position: absolute; top: -.9rem; left: 50%; transform: translateX(-50%); background: var(--ct-grad); color: #fff; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: .35rem .9rem; border-radius: 2rem; box-shadow: 0 .5rem 1rem rgba(224,103,12,.4); }
/* custom-solution strip */
.ct-custom { background: var(--ct-soft-2); border: 1px solid var(--ct-line); border-radius: 1.3rem; padding: 2.2rem; }
.ct-custom-item { text-align: center; }
.ct-custom-item .ct-ico { width: 3rem; height: 3rem; border-radius: .85rem; background: #fff; color: var(--ct-2); display: flex; align-items: center; justify-content: center; margin: 0 auto .8rem; box-shadow: 0 .4rem 1rem rgba(9,25,54,.06); }
.ct-custom-item h3 { font-size: .98rem; font-weight: 800; color: var(--ct-ink); margin-bottom: .3rem; }
.ct-custom-item p { font-size: .82rem; color: var(--ct-muted); margin: 0; line-height: 1.45; }

/* ==========================================================================
   TESTIMONIALS + counters
   ========================================================================== */
.ct-quote { background: #fff; border: 1px solid var(--ct-line); border-radius: 1.3rem; padding: 2rem; box-shadow: 0 1.2rem 3rem rgba(9,25,54,.08); height: 100%; display: flex; flex-direction: column; }
.ct-quote .stars { color: #f7861b; font-size: .95rem; margin-bottom: 1rem; letter-spacing: .1em; }
.ct-quote p.tx { font-size: 1rem; color: #3a4655; line-height: 1.65; flex: 1; }
.ct-quote .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; }
.ct-quote .who .av { width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--ct-grad); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.ct-quote .who h6 { margin: 0; font-weight: 800; color: var(--ct-ink); font-size: .95rem; }
.ct-quote .who span { font-size: .8rem; color: var(--ct-muted); }
.ct-counter { text-align: center; padding: 1rem; }
.ct-counter b { display: block; font-size: clamp(1.9rem,3vw,2.5rem); font-weight: 800; color: var(--ct-2); }
.ct-counter span { font-size: .88rem; color: var(--ct-muted); }

/* ==========================================================================
   LEAD FORM
   ========================================================================== */
.ct-lead { background: var(--ct-soft-2); }
.ct-lead h2 { font-size: clamp(1.8rem,3vw,2.4rem); }
.ct-lead .trust { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: .8rem; }
.ct-lead .trust li { display: flex; align-items: center; gap: .7rem; color: var(--ct-ink); font-weight: 600; }
.ct-lead .trust li i { color: var(--ct); font-size: 1.2rem; }
.ct-callbox { margin-top: 2rem; background: #fff; border: 1px solid var(--ct-line); border-radius: 1rem; padding: 1.2rem 1.4rem; }
.ct-callbox b { color: var(--ct-ink); }
.ct-callbox a { color: var(--ct-2); font-weight: 700; text-decoration: none; }
.ct-formcard { background: #fff; border: 1px solid var(--ct-line); border-radius: 1.4rem; padding: 2rem; box-shadow: 0 1.4rem 3.4rem rgba(9,25,54,.08); }
.ct-formcard .form-control { border-radius: .7rem; }
.ct-ta { height: 130px; }
.ct-privacy { font-size: .78rem; color: var(--ct-muted); text-align: center; margin-top: .3rem; }

/* ==========================================================================
   CTA
   ========================================================================== */
.ct-cta { position: relative; background: var(--ct-ink); color: #fff; }
.ct-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 20% 0%, rgba(247,134,27,.26), transparent 60%), radial-gradient(700px 400px at 90% 100%, rgba(51,80,126,.4), transparent 60%); }
.ct-cta .container { position: relative; z-index: 2; }
.ct-cta h2 { color: #fff; font-size: clamp(1.9rem,3.2vw,2.6rem); }
.ct-cta .ct-cta-lead { color: #b7c3d3; }
.ct-cta-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 1.3rem; padding: 2rem; text-align: center; height: 100%; transition: transform .3s ease, border-color .3s ease; }
.ct-cta-card:hover { transform: translateY(-.5rem); border-color: rgba(247,134,27,.5); }
.ct-cta-card .ic { width: 3.6rem; height: 3.6rem; border-radius: 50%; background: var(--ct-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 1rem; }
.ct-cta-card h3 { color: #fff; font-weight: 800; font-size: 1.25rem; margin-bottom: .5rem; }
.ct-cta-card p { color: #b7c3d3; font-size: .92rem; margin-bottom: 1.3rem; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.ct-faq .accordion-item { position: relative; background: #fff; border: 1px solid var(--ct-line) !important; border-radius: .8rem !important; margin-bottom: .6rem; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.ct-faq .accordion-item:hover { border-color: #dcd3c6 !important; box-shadow: 0 .5rem 1.3rem rgba(9,25,54,.06); }
.ct-faq .card-header { background: transparent; }
.ct-faq .accordion-item .card-header button { position: relative; font-weight: 700; color: var(--ct-ink); font-size: .94rem; line-height: 1.4; padding: .85rem 2.4rem .85rem 1.1rem; background: #fff; display: flex; align-items: center; width: 100%; text-align: left; border: 0; }
.ct-faq .accordion-item .card-header button::before { display: none !important; }
.ct-faq .accordion-item .card-header button::after { content: ""; position: absolute; right: 1.15rem; top: 50%; width: .5rem; height: .5rem; margin-top: -.38rem; border-right: 2px solid var(--ct-2); border-bottom: 2px solid var(--ct-2); transform: rotate(225deg); transition: transform .25s ease; background: none; }
.ct-faq .accordion-item .card-header button.collapsed::after { transform: rotate(45deg); margin-top: -.15rem; }
.ct-faq .accordion-item .card-header button.collapsed::after { border-color: #9aa4b2; }
.ct-faq .accordion-item .card-header button:not(.collapsed) { color: var(--ct-2); background: var(--ct-soft-2); box-shadow: none; }
.ct-faq .card-body { padding: 0 1.15rem 1.1rem; color: var(--ct-muted); font-size: .88rem; line-height: 1.6; }
.ct-faq .card-body ul { padding-left: 1.1rem; }
.ct-faq .card-body li { margin-bottom: .3rem; }
.ct-faq .card-body strong { color: var(--ct-ink); }
/* split FAQ: sticky side panel + categorized accordion */
.ct-faq-side { position: sticky; top: 5.5rem; }
.ct-faq-help { background: var(--ct-ink); color: #cdd8e6; border-radius: 1.2rem; padding: 1.6rem; margin-top: 1.6rem; position: relative; overflow: hidden; }
.ct-faq-help::before { content: ""; position: absolute; top: -40%; right: -20%; width: 60%; height: 120%; background: radial-gradient(circle, rgba(247,134,27,.28), transparent 65%); }
.ct-faq-help > * { position: relative; z-index: 1; }
.ct-faq-help .ic { width: 3rem; height: 3rem; border-radius: .8rem; background: var(--ct-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1rem; }
.ct-faq-help h4 { color: #fff; font-weight: 800; font-size: 1.15rem; margin-bottom: .4rem; }
.ct-faq-help > p { color: #9fb0c6; font-size: .9rem; margin-bottom: 1rem; line-height: 1.55; }
.ct-faq-help .row-link { display: flex; align-items: center; gap: .5rem; color: #dfe6ef; font-size: .9rem; font-weight: 600; text-decoration: none; padding: .35rem 0; }
.ct-faq-help .row-link i { color: var(--ct); }
.ct-faq-help .row-link:hover { color: #fff; }
.ct-faq-cat { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ct-steel); margin: 1.6rem 0 .9rem; }
.ct-faq-cat:first-child { margin-top: 0; }
@media (max-width: 991px) { .ct-faq-side { position: static; margin-bottom: 1.5rem; } }
/* compact support card (horizontal, top row) */
.ct-faq-help--row { margin-top: 0; display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.35rem; }
.ct-faq-help--row .ic { margin-bottom: 0; flex: none; }
.ct-faq-help--row .tx { flex: 1; }
.ct-faq-help--row .tx h4 { margin-bottom: .15rem; font-size: 1.05rem; }
.ct-faq-help--row .tx p { color: #9fb0c6; font-size: .85rem; margin: 0; line-height: 1.4; }
.ct-faq-help--row .ct-btn { flex: none; }
/* two-column accordion to optimize vertical space; labels span both columns */
.ct-faq-grid { column-count: 2; column-gap: 1.2rem; }
.ct-faq-grid .accordion-item { break-inside: avoid; -webkit-column-break-inside: avoid; }
.ct-faq-grid .ct-faq-cat { column-span: all; -webkit-column-span: all; break-inside: avoid; }
@media (max-width: 767px) {
    .ct-faq-grid { column-count: 1; }
    .ct-faq-help--row { flex-direction: column; align-items: flex-start; }
}

/* fill widths for the hero board mock */
.ct-w0 { width: 0; } .ct-w15 { width: 15%; } .ct-w68 { width: 68%; } .ct-w80 { width: 80%; } .ct-w100 { width: 100%; }
/* ecosystem "and many more" card */
.ct-eco-card--more { background: var(--ct-soft-2); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.ct-eco-card--more h5 { border: 0; padding: 0; margin-bottom: .6rem; }
.ct-eco-card--more p { font-size: .92rem; margin: 0 0 1rem; }
.ct-custom-head { font-size: 1.6rem; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991px) {
    .ct-fbento { grid-template-columns: 1fr 1fr; }
    .ct-feat-hero { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 767px) {
    .ct-board { margin-top: 1rem; }
    .ct-badge { display: none; }
    .ct-collage .small { position: static; width: 60%; margin: -3rem 0 0 auto; }
    .ct-phase { grid-template-columns: 5rem 1fr auto; }
}
@media (max-width: 575px) {
    .ct-fbento { grid-template-columns: 1fr; }
    .ct-kanban { grid-template-columns: 1fr; }
}
